.draged{
  position:absolute;
  font-size:14px;
  color:#5a5a5a;
  text-shadow:0 1px 0 #fff;
  display:inline-block;
  padding:7px 10px;
  text-decoration:none;
  line-height:1;
  font-weight:bold;
  background:#f0f0f0;
  border-radius:6px;
  margin-right:6px;
  box-shadow:0 2px 3px rgba(0,0,0,0.3);
  }
.content{
  background:#fff;
  border-radius:6px;
  padding:35px 40px 20px 40px;
  margin:15px 0;
  overflow:hidden;
  }
  .content-noround{
    border-top-left-radius:0;
    border-top-right-radius:0;
  }
  .lenta-tags{
    list-style:none;
    margin-right:-4px;
    margin-bottom:25px;
    }
    .lenta-tags li{}
    .lenta-tags a{
      display:block;
      height:35px;
      display:block;
      line-height:35px;
      background:url(../img/lenta-tag.png) no-repeat 0 0;
      font-size:12px;
      color:#505860;
      text-decoration:none;
      padding-left:13px;
      text-shadow:0 1px 0 rgba(255,255,255,0.6);
      white-space: nowrap;
      overflow: hidden;
      }
    .lenta-tags a.active{
      color:#b0b0b0;
      text-shadow:0 1px 0 rgba(255,255,255,0.2);
      background:url(../img/lenta-tag-active.png) no-repeat 3px 50%;
      }
            .lenta-tags a span{
              display: block;
        margin-right: 20px;
        overflow: hidden;
              }
.h-cal{
  padding-left:24px;
  background:url(../img/h-cal.png) no-repeat 0 0;
  }
.cal-head{
  padding:6px 0;
  position:relative;
  font-size:11px;
  color:#8c96a0;
  border-bottom:1px solid #eceeef;
  margin-bottom:10px;
  }
  .cal-arrow{
    
    }
  .cal-year{
    position:absolute;
    right:0;
    top:8px;
    }
  .cal-t{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    }
    .cal-t thead th{
      text-align:center;
      font-weight:normal;
      font-size:11px;
      color:#8c96a0;
    }
    .cal-t td{
      text-align:center;
      font-size:11px;
      color:#b4b8be;
      padding:4px 0;
      }
      .cal-t td a{
        color:#1e1e1e;
        text-decoration:none;
        }
      .cal-t td.today a{
        color:#00a0dc;
      }
.lenta h2{
  color:#00a0dc;
  font-size:21px;
  margin-bottom:26px;
    line-height: 1em
  }
  .lenta-tags-active{
    margin-bottom:40px;
    border-radius:6px;
    background:#b4b8be;
    box-shadow:inset 0 0 20px rgba(0,0,0,.3);
    min-height:58px;
    padding:10px 10px 45px 10px;
    position:relative;
    }
  .lenta-tags-active.droped{
    background:#a0a4ab;
    }
  .keywords-autocomplete a,
  .lenta-tags-active a{
    position:relative;
    font-size:14px;
    color:#5a5a5a;
    text-shadow:0 1px 0 #fff;
    display:inline-block;
    padding:7px 28px 7px 10px;
    text-decoration:none;
    line-height:1;
    font-weight:bold;
    background:#f0f0f0;
    border-radius:6px;
    margin-right:6px;
        margin-bottom: 6px;
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    }
    .keywords-autocomplete a{
      font-size: 12px;
      margin-bottom: 10px;
      }
    .keywords-autocomplete a:after{
      content: ""
      }
    .keywords-autocomplete a:after,
    .lenta-tags-active i{
      position:absolute;
      top:11px;
      right:12px;
      width:7px;
      height:8px;
      background:url(../img/tag-cose.png) no-repeat 50%;
      }

.keywords-autocomplete{
    position: relative;
    padding-bottom: 25px;
    }
.lenta-add{
  width:25px;
  height:25px;
  position:absolute;
  left:10px;
  bottom:10px;
  background:#f0f0f0;
  box-shadow:0 2px 3px rgba(0,0,0,0.3);
  border-radius:6px;
  /*overflow:hidden;
   -webkit-transition:all .4s ease-in-out; */
  }
  .keywords-autocomplete b,
  .lenta-add b{
    position:absolute;
    right:0;
    top:0;
        width: 25px;
    height:25px;
    z-index:2;
    background:url(../img/tag-add.png) no-repeat 6px 50%;
    }
  .keywords-autocomplete em,
    .lenta-add em{
    position:absolute;
    top:0;
        left: 35px;
        font-size: 11px;
        line-height: 25px;
        font-weight: normal;
        font-style: italic;
        color: #d5d9df;
        white-space: nowrap;
    }
  .keywords-autocomplete i,
  .lenta-add i{
    display:none;
    position:absolute;
    left:2px;
    top:3px;
    padding:0 6px 0 6px;
    /*width:580px;*/
    height:19px;
    font-size:14px;
    font-weight:normal;
    color:#aaa;
    background:#fff;
    font-style:normal;
    }
  .keywords-autocomplete i{
    top: auto;
    bottom: 3px;
    }
  .keywords-autocomplete i .strong,
  .lenta-add i .strong{
        font-weight: bold;
        visibility: hidden;
        }
  .keywords-autocomplete strong,
  .lenta-add strong{
    display:none;
    position:absolute;
    left:6px;
    bottom:0;
    width:586px;
    text-decoration:none;
    }
    .keywords-autocomplete strong{
      left: 0px;
      width: 198px;
    }
  .keywords-autocomplete strong s,
  .lenta-add strong s{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    font-style:normal;
    text-decoration:none;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
        z-index: 4;
    }
  .keywords-autocomplete strong s u,
  .lenta-add strong s u{
    display:block;
    padding:0px 9px;
    font-size:14px;
        line-height: 27px;
    color:#333;
    background:#fff;
    font-style:normal;
    text-decoration:none;
    cursor:pointer;
        border-bottom: 1px solid #e3e4e6;
        position: relative;
    font-weight:normal;
    }
  .keywords-autocomplete strong s u .strong,
  .lenta-add strong s u .strong{
    font-weight:bold;
        }
  .keywords-autocomplete strong s u:hover .shadow,
  .lenta-add strong s u:hover .shadow{
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #c4c4c9;
        box-shadow: 0 1px 3px #dbdddf;
        z-index:10;
        }
  .keywords-autocomplete strong s u:hover,
  .keywords-autocomplete strong s u.cur,
  .lenta-add strong s u:hover,
  .lenta-add strong s u.cur{
    background: url(../img/add_plus_icon.png) 98% center no-repeat #f0f0f0;
        color: #2ea4dc;
        text-shadow: 0 1px #fff;
        border-bottom: 1px solid #fff;
    }
  .keywords-autocomplete input,
  .lenta-add input{
    font-size:14px;
    font-weight:bold;
    position:absolute;
    background:transparent;
    z-index: 4;
  }
  .keywords-autocomplete input{
    left:0px;
    bottom:0px;
    }
  .lenta-add input{
    left:2px;
    top:2px;
    display:none;
    height:19px;
    border:1px solid #d2d4d7;
    width:580px;
    padding:0 5px;
    border-radius:3px;
    }
  .lenta-add.show{
    width:620px;
    }
  .keywords-autocomplete input,
  .lenta-add.show input{
    display:block;
    font-family: Arial, sans;
    }
  .keywords-autocomplete i,
  .lenta-add.show i{
    display:block;
    }
  .keywords-autocomplete strong,
  .lenta-add.show strong{
    display:block;
    }
/*   .lenta-add:hover{
    width:420px;
    
    }
  .lenta-add:hover input{
    display:block;
    
    } */

.acts-filter .lenta-tags-active{
  background: none;
  border: 1px solid #9a9a9a;
  border-bottom-color: #ededed;
  border-right-color: #ededed;
  box-shadow: none;
  min-height: 0;
  padding: 5px;
  border-radius: 0;
  }
  .acts-filter .lenta-add{
  position: relative;
  display: inline-block;
  box-shadow: none;
  background: none;
  height: 15px;
  width: 300px;
  left: 0;
  bottom: -5px;
  }
  .acts-filter .lenta-add b,
  .acts-filter .lenta-add em{
    display: none;
    }
  .acts-filter .lenta-add i{
    top: -5px;
    }
  .acts-filter .lenta-add input{
    border: none;
    outline: none;
    width: 300px;
    display: block;
    top: -6px;
    }
  .acts-filter .lenta-add strong{
    width: 300px;
    bottom: -5px;
    }
  .acts-filter .lenta-tags-active a{
    background: none;
    box-shadow: none;
    font-weight: normal;
    padding: 0;
    padding-left: 2px;
    margin: 2px;
    }
    .acts-filter .lenta-tags-active a i{
    position: static;
    margin-left: 5px;
    width: 12px; height: 12px;
    display: inline-block;
    vertical-align: bottom;
    }
  .acts-filter #all-materials{
    display: none;
    }

.blue-buttons,
.lenta-documents{
  font-size:12px;
  color:#d9dcdf;
  line-height:1.5em;
    margin-bottom: 24px;
    overflow: hidden;
  }
    .blue-buttons a,
  .lenta-documents a{
    color:#505860;
    text-decoration:none;
        height: 21px;
        line-height: 21px;
        background: url(../img/tag-bg.png) 0px 0px no-repeat;
        white-space: nowrap;
        display: block;
        padding-left: 15px;
        color: white;
        float: left;
        margin: 0 6px 8px 0;
    }
        .blue-buttons a i,
      .lenta-documents a i{
            background: url(../img/tag-bg.png) 100% 0px no-repeat;
            padding-right: 15px;
            height: 21px;
            line-height: 21px;
            display: inline-block;
            font-style: normal;
            }
        .blue-buttons a.active,
        .blue-buttons a:hover,
      .lenta-documents a.active,
      .lenta-documents a:hover {
            background-position: 0 100%
            }
            .blue-buttons a.active i,
            .blue-buttons a:hover i,
            .lenta-documents a.active i,
            .lenta-documents a:hover i {
                background-position: 100% 100%
                }
.hentry-lenta{
  margin-bottom:33px;
  width:100%;
  overflow:hidden;
  position:relative;
  }
  .hentry-lenta img{
    float:left;
    margin-right:15px;
    }
    .hentry-num{
      position:absolute;
      top:4px;
      color:#aaa;
      text-decoration:none;
    }
  .hentry-lenta .c{
    display:table;
    zoom:1;
  }
  .hentry-lenta h3{
    font-size:16px;
    margin-bottom:3px;
    line-height:1.3;
    }
    .hentry-lenta .published{
      padding-left:19px;
      padding-right:0;
      background-position:0 1px;
    }
    .meta-tags{
      margin-left:10px;
      }
      .export-calendar a,
      .meta-tags a{
        font-size:10px;
        color:#8c96a0;
        text-decoration:none;
        border-radius:3px;
        border:1px solid #d2d6d9;
        padding:1px 6px;

        margin-right:5px;
        display:inline-block;
        }
        .export-calendar a:hover,
        .meta-tags a:hover{
          background:#eee;
          }
    .export-calendar{
      float: right;
      }
      a.export-calendar__ical:hover,
      a.export-calendar__ical{
        border-color: #e8c2bc;
        color: #e97449;
        }
      a.export-calendar__google:hover,
      a.export-calendar__google{
        border-color: #bcdae8;
        color: #0c92f3;
        }
    .search-list .hentry-lenta:last-child {
        margin-bottom: 17px;
        }
    .hentry-with-summary h3{
        font-weight: bold;
        }
    .hentry-with-summary h3 a:hover{
        text-decoration: none;
        }
    .hentry-summary{
    font-size:14px;
    line-height:1.3;
    margin-bottom:3px;
        }
.pagi{
  border-top:1px solid #e2e5e7;
  padding-top:10px;
}
.pagi a, .pagi span{
  font-size:14px;
  font-weight:bold;
  color:#1e1e1e;
  text-decoration:none;
  margin-right:17px;
  vertical-align:middle;
  display:inline-block;
  }
  .pagi-prev,.pagi-next{
    width:6px;
    height:1em;
    background: url(../img/pagi-prev.png) no-repeat 0 2px;
    }
    .pagi-next{
      background:url(../img/pagi-next.png) no-repeat 0 50%;
    }
  .pagi .disabled, .pagi-more, .pagi .active, .pagi span{
    opacity:.5;
  }
/* right col in lenta page
---------------------------------------- */  
.block{
  margin-bottom:30px;
  }
  .h-alert{
    padding-left:24px;
    background:url(../img/h-alert.png) no-repeat 0 0;
  }
  .h-actual{
    padding-left:24px;
    padding-top:6px;
    background:url(../img/h-actual.png) no-repeat 0 0;
  }
  .h-calendar{
    padding-left:24px;
    padding-top:2px;
    background:url(../img/search-calendar.png) no-repeat 0 0;
  }
  .h-schedule{
    padding-left:24px;
    background:url(../img/h-schedule.png) no-repeat 0 0;
    }
  .newslist-imp a{
    padding-left:16px;
    background:url(../img/circle.png) no-repeat 2px .2em;
    }  
  .newslist-actual a{
    padding-left:19px;
    background:url(../img/actual.png) no-repeat 0px .2em;
    }
    .newslist-actual span{
      padding-left:16px;
      background:url(../img/published.png) no-repeat 0 50%;
    }  
.block .more{
  padding-top:12px;
  width:100%;
  overflow:hidden;
}
.out .more-but{
  float:right;
  position:relative;
  height:30px;
  line-height:30px;
  background:url(../img/more1.png) no-repeat 0 0;
  padding-left:25px;
  margin-right:30px;
  white-space:nowrap;
  right:0;
  width:auto;
  }
  .out .more-but-left{
    float:left;
  }
  .more-but i{
    position:absolute;
    right:-30px;
    height:30px;
    width:30px;
    background:url(../img/more1.png) no-repeat 100% 0;
    }
 .hentry-list{
  margin-bottom:35px;
  font-size:14px;
  }
   .hentry-list h3{
    margin-bottom:5px;
  }
  .hentry-list .meta{
    margin-bottom:13px;
  }
  .hentry-list .published{
    padding-right:0;
    padding-left:20px;
    background-position:0 0%;
    }
    .meta-author{
      padding-left:17px;
      background:url(../img/author.png) no-repeat 0 50%;
    }
.lenta-filters{
  margin-bottom:20px;
  font-size:11px;
  }
  .lenta-filters a{
    margin-bottom:10px;
    margin-right:5px;
    background:#a4a9b0;
    color:#fff;
    display:inline-block;
    padding:5px 15px;
    border-radius:10px;
    text-decoration:none;
    box-shadow:inset 0 0 5px rgba(0,0,0,0.3);
    }
  .lenta-filters a:hover,.lenta-filters a.active{
    background:#00a0dc;
    }
  .lenta-loading{
    text-align:center;
    color:#8c96a0;
    font-size:10px;
    position:relative;
    top:-20px;
    height:20px;
    }
    .lenta-loading span{
      padding:4px 0 4px 22px;
      background:url(../img/loading.png) no-repeat 0 50%;
    }


.faq h3{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    }
.faq .meta {
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-bottom: 15px;
    }
.question h3{
    margin-bottom: 5px;
    }
.question .post-tags{
    margin: 0;
    }
.answer{
    border:1px solid #d2d6d9;
    border-radius:10px;
    padding:20px 13px 20px 63px;
    margin-top:19px;
    margin-bottom: 40px;
    position: relative;
    }
    .answer a.toggler{
        position:absolute;
        left:15px;
        top:15px;
        width:28px;
        height:28px;
        background:url(../img/plus.png) no-repeat 0 50%;
        }
        .answer.expanded a.toggler{
            background:url(../img/minus.png) no-repeat 0 0;
            }

    .answer-header h3{
        color:#00a0dc;
        font-size:16px;
        font-weight:bold;
        margin:0;
        }


    .answer-content p{
        margin-bottom:1em;
    }

    .answer.expanded h3,
    .answer .answer-content{
        display: none;
        }
        .answer.expanded .answer-content{
            display: block;
            }

.feed-ico{
    display: block;
    float: right;
    width: 13px;
    height: 15px;
    background: url(../img/rss_ico.png) top left no-repeat;
    margin-top: 2px;
    }

.announces__calendar{
  /*display: none;*/
  }
.announces .col-c>*{
    display: none
    }
    .announces .col-c>.side-attention,
    .announces .col-c>.side-actual,
    .announces .col-c>.announces__calendar{
        display: block;
        }
.announce__past h3 a{
    color: #8c96a0;
    }
.announce__past{
    box-shadow: 0 0 60px #f8f8f8, inset 0 0 40px #f8f8f8;
    border-radius: 5px;
    }
