.news_text {
    text-decoration: none !important;
    color: black;
    display: block;
}

.news_text:hover {
    text-decoration: none !important;
}

.news_item {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.news_item.last{
    margin-bottom: 35px;
}
.news_item .img-cont > img{
    width: auto !important;
    max-width: 100%;
}
.news-additional-info-block .img-cont > img{
    width: auto;
    max-width: 100%;
}

.news_item:not(.top-news):not(.last):not(.news_detail){
    border-bottom: 1px solid #eaeaea;
}
.news_item h3 a{
    color: #214e99;
}
.news_item .news-text {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
}
.news_item.news_detail .news-text{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.news_item.news_detail .news-text .hyphenation{
    word-break: break-all;
}
.news_item .news-text p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
}
.news_item.news_detail .news-text p {
    font-size: 16px;
    line-height: 24px;
}

.news_item .news-text blockquote {
    margin: 10px 0;
    padding: 20px 55px;
    position: relative;
    background-color: #f6f6f6;
}

.news_item .news-text blockquote:before,
.news_item .news-text blockquote:after {
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    font-family: Arial;
}

.news_item .news-text blockquote:before {
    content: "“";
    top: 20px;
    left: 20px;
}

.news_item .news-text blockquote:after {
    content: "„";
    bottom: 40px;
    right: 20px;
}

.news_item .header {
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
}
.news_item .news-content{
    box-sizing: border-box;
    /*border: 1px solid #eaeaea;*/
}
.news_item .news-content .small-desc{
    margin-top: -20px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}
.news_item .img-conteiner-big + .news-content .small-desc{
    display: none;
}
.news_item h3{
    float: none;
}
.news_item .bumper{
    height: 10px;
}

.date {
    font-size: 12px;
    color: #999;
}
.news_detail .date{
    font-size: 14px;
    margin-bottom: 20px;
}

.news_item .category, #video-news-block .category, #photo-news-block .category {
    display: block;
    margin: 5px 0 0;
    font-size: 11px;
    color: #88afeb;
    text-transform: uppercase;
    text-decoration: none;
}
.news_item .category:hover,  #video-news-block .category:hover, #photo-news-block .category:hover{
    text-decoration: underline;
}

.news_item.news_detail .category{
    display: inline-block;
    font-size: 12px;
}
.news_item.news_detail .rubric{
    font-size: 14px;
    color: #999;
}

.news_item.with-text img {
    float: left;
    margin: 10px 20px 0px 0px;
}

.news_item .img-cont {
    display: block;
    /*float: left;*/
    width: 240px;
    height: 135px;
    position: relative;
    z-index: 100;
    text-align: center;
}
.news_item.news_detail .img-cont {
    width: 100%;
    height: auto;
}

.news_item p {
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.3em;
    color: #444;
}

.news_item .img-conteiner-big + .news-content .wrapper{
    margin-left: 255px;
}
.news_item .wrapper{
    padding: 0px 10px 0px 0;
}

.news_item .news_title {
    display: block;
    font-size: 16px;
    line-height: 21px;
    clear: right;
}

.calendar-cont {
    font-size: 8pt;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 30px;
}



.calendar-cont a {
    text-decoration: none !important;
}

.whole-month {
    float: right;
    font-size: 8pt;
    padding-top: 10px;
}

.calendar-cont .calendar {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.3em;
}

.calendar .cal-item {
    float: left;
    width: 19px;
}

.calendar .cal-empty-item {
    float: left;
    width: 9px;
}

.cal-weekday {
    display: block;
    padding-bottom: 5px;
}

.cal-weekday-0,
.cal-weekday-1,
.cal-weekday-2,
.cal-weekday-3,
.cal-weekday-4 {
    color: #3C3C3C;
}

.cal-weekday-5,
.cal-weekday-6,
.red-color {
    color: #CC0000;
}

.cal-day,
.cal-day-selected,
.cal-day-empty {
    display: block;
    padding: 2px 0px 2px 0px;
}

.cal-day:hover {
    background-color: #FFD995;
}

.cal-day-selected {
    background-color: #214E99;
    color: white;
}

.cal-day-empty {
    color: #B0B0B0;
}

.archive {
    font-size: 10pt;
    color: #3C3C3C;
    width: 100%;
}

.archive li.year {
    width: 33%;
    height: 23em;
    float: left;
}

.archive ul {
    line-height: 1.5em;
}

.archive li.year div {
    font-size: 14pt;
    margin-bottom: 10px;
}

.header .print-link,
.header .send-by-email-link {
    float: right;
}

.print-link {
    padding: 4px 0px 0px 30px;
    height: 22px;
    font-size: 8pt;
    color: #214E99;
    text-decoration: underline;
    cursor: pointer;
    background: url('/images/icon-print.gif') no-repeat top left;
    display: none;
}

.send-by-email-link {
    padding: 4px 0px 0px 30px;
    margin-right: 20px;
    height: 22px;
    font-size: 8pt;
    color: #214E99;
    text-decoration: underline;
    cursor: pointer;
    background: url('/images/icon-message.gif') no-repeat top left;
    display: none;
}

#news-mistake-dialog {
    display: none;
}

.newsVideo-wrap {
    margin-bottom: 35px;
    line-height: 0;
}

.newsVideo {
    width: 484px;
    height: 374px;
    padding: 2px;
    border: 1px solid #777777;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}

.newsVideo.youtube {
    width: 490px;
    height: 390px;
}

.newsVideoPreviewBlock .btn-play {
    background: url('/images/btn_play.png') no-repeat;
    opacity: 0.65;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0px 0px -35px;
    cursor: pointer;
    text-decoration: none !important;
}

.newsVideoPreviewBlock {
    background-color: black;
    height: 374px;
    width: 484px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.newsVideoPreviewBlock a {
    display: block;
    height: 100%;
}

.news_item.with-text .newsVideoPreviewBlock img {
    margin: 0px;
}

#news-links-panel {
    color: #999;
    font-size: 14px;
    margin: 50px 0 45px;
}
#news-links-panel .news_item{
    border-bottom: none;
}
#news-links-panel h3{
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

#news-links-panel .last {
    border: none;
    margin: 0;
    padding: 0
}
#news-links-panel .img-conteiner-big{
    width: 120px;
    height: auto;
}
#news-links-panel .news_item .img-cont, #news-links-panel .news_item .img-cont img{
    width: 100%;
    height: auto;
}
#news-links-panel .news_item .news-content{
    border: none;
}
#news-links-panel .news_item .wrapper{
    padding-top: 0;
}
#news-links-panel .news_item .img-conteiner-big + .news-content .wrapper{
    margin-left: 134px;
}
#news-links-panel .news_item h3{
    margin-bottom: 4px;
}
#news-links-panel .news_item h3 a{
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    color: #214e99;
    text-transform: none;
}
#news-links-panel .small-desc{
    margin-top: -8px;
}
#news-links-panel .date {
    float: left;
    margin-right: 7px;
}
#news-links-panel .category{
    float: left;
    margin: 1px 0 0 0px;
}


#news-links-panel .left-link {
    float: left;
    width: 48%;
    display: block;
    padding-top: 11px;
}
#news-links-panel .right-link {
    float: right;
    width: 48%;
    display: block;
    text-align: right;
    padding-top: 11px;
}
#news-links-panel .left-arrow {
    float: left;
    width: 12px;
    height: 5px;
    display: block;
    background: url('/images/path-pointer-left.gif') no-repeat;
    margin-top: 5px;
}
#news-links-panel .right-arrow {
    float: right;
    width: 12px;
    height: 5px;
    display: block;
    background: url('/images/path-pointer.gif') no-repeat;
    margin-top: 5px;
}



#news-links-panel.next-prev-news {
    border-top: 1px solid #D8D8D8;
    border-bottom: 0px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.news-warning-notice{
    margin-bottom: 40px;
    font-size: 14px;
    color: #999999;
}

/*.related-links {
    font-size: 10pt;
    line-height: 1.5em;
    margin: 5px 0 10px;
}
.related-links .relate-link {
    padding-left: 15pt;
}
.related-links .title-relate-link {
    font-weight: bold;
}
.related-links .date-r {
    font-size: 8pt;
}*/

.related-links{
    margin-top: 40px;
    margin-bottom: 20px;
}
.related-links .title-relate-link{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.related-links > h3{
    float: none;
}
.related-links .flex-line{
    display: flex;
    justify-content: space-between;
}
.related-links .news_item{
    position: relative;
    box-sizing: border-box;
    width: 48%;
    width: calc(50% - 7px);
    margin: 0;
    padding-bottom: 40px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}
.related-links .preview-img {
    max-height: 178px;
    overflow: hidden;
}
.related-links .preview-img img{
    width: 100%;
}
.related-links .item-content{
    padding: 10px;
}
.related-links .item-content h3{
    margin-bottom: 5px;
    line-height: 18px;
}
.related-links .item-content h3 a{
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    color: #214e99;
}
.related-links .item-content .category{
    position: absolute;
    bottom: 10px;
}

.photo-table {
    /*	float: 			left;
        widht: 			100%;*/
}

.photo-table .item-line {
    width: 100%;
}

.photo-report .main-photo {
    display: inline-block;
    width: 488px;
    height: 378px !important;
}

.photo-report .item-report {
    /*	width:			30%;*/
    margin: 20px 20px 0 0;
    float: left;
    position: relative;
}

.item-line .item-report-last {
    width: 30%;
    margin: 20px 0 0 0;
    float: right;
    position: relative;
}

.num-reports {
    font-size: 8pt;
    color: #777777;
}

.itemPhotoReport {
    float: left;
    width: 155px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.imageHolder {
    border: 1px solid #BBBBBB;
    height: 120px;
    width: 150px;
    text-align: center;
    displaY: block;
}

.image_cont a {
    width: 100%;
    height: 100%;
    float: left;
}

.photo-table a {
    font-size: 11pt;
}

.image_cont {
    border: solid 1px #BBBBBB;
    width: 134px;
    height: 104px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    z-index: 100;
    background-color: white;
}

.photo-report {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #E3E3E3;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.ui-dialog{
    padding: 0;
}
.ui-dialog .ui-widget-content{
    background: #f2f4f9;
}
.ui-dialog .ui-dialog-titlebar{
    padding-left: 40px;
}
.ui-dialog .ui-dialog-buttonpane{
    margin-top: 0;
    padding-left: 40px;
    background: #fff;
    box-shadow: 0 -5px 5px #d7d9de;
}
.ui-dialog #dialog + .ui-dialog-buttonpane{
    box-shadow: none;
}
/*--- Buttons START ---*/
.ui-dialog .ui-dialog-buttonpane button{
    box-sizing: content-box;

    float: none;
    display: inline-block;
    height: 29px;
    padding: 0 10px 2px;
    font-size: 14px;
    color: #214e99;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    background: transparent;
    /*background-image: linear-gradient( #fefefe, #e9eef2 );*/
    border: 1px solid #8aa5d4;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button.ui-state-hover{
    text-decoration: none !important;
    color: #fff;
    background-color: #5f80b8;
}

.ui-dialog .ui-dialog-buttonpane button.important{
    color: #fff;
    background-color: #214d99;
    border-color: #214d99;
}
.ui-dialog .ui-dialog-buttonpane button.important:hover, .ui-dialog .ui-dialog-buttonpane button.important.ui-state-hover{
    background-color: #3d62a2;
    border-color: #3d62a2;
}
/*--- Buttons END ---*/

.dialog {
    display: none;
    max-height: 505px;
    font-size: 14px;
}
.dialog form {
    max-width: 490px;
    margin: 0 auto;
}
.dialog label {
    width: 150px;
    margin: auto;
    position: relative;
    top: -7px;
}
.dialog fieldset {
    padding:              0;
    border:               0;
    margin-top:           25px;
}
.dialog fieldset > div{
    justify-content: space-between;
    margin-bottom: 15px;
}
.dialog fieldset > div > input{
    margin-bottom: 0;
}

#news-mistake-dialog .err_text,
.dialog .err_text {
    color: red;

}
#news-mistake-dialog label {
    margin-top: 20px;
}
#news-mistake-dialog textarea{
    height: 4em;
}

#archive-datepicker {
    width: 200px;
    font-size: 0.75em;
}

.news-categories ul {
    list-style: disc;
    list-style-position: inside;
    font-size: 7pt;
    color: #214E99;
}

.news-categories ul li {
    padding-bottom: 12px;
    padding-top: 2px;
}

.news-categories ul li a {
    font-size: 11pt;
}

.category-title hr {
    color: #808080;
}

.category-title {
    position: relative;
    text-align: center;
}

.category-title div {
    z-index: 100;
    width: 200px;
    margin: 0 auto;
    font-size: 11pt;
    background-color: white;
    display: block;
    margin-top: -18px;
}

.category-title div a {
    text-decoration: none;
}

.category-title div a:hover {
    text-decoration: underline;
}

#news-main-block {
    margin-right: 255px;
}

#news-center-block {
    max-width: 660px;
    margin-left: 255px;
}

#news-center-block .news-elastic-center-block {
    width: 100%;
    float: left;
}

#news-main-block #page-left-sidebar {
    padding-top: 0px;
}

.news-categories {
    margin-bottom: 15px;
}

#news-main-block #elastic-main-content {
    padding-top: 0;
}

#search-container {
    margin-top: 12px;
}

#page-left-sidebar i.top-news {
    margin: 0 0 8px 0 !important;
}

/*****************************************************/

.img-conteiner-big {
    display: block;
    float: left;
    position: relative;
    top: 0;
    left: 0px;
    width: 240px;
    height: 135px;
    margin: 1px 0 0 1px;
    padding: 0;
    text-align: center;
    z-index: 100;
    overflow: hidden;
}

/*.img-conteiner-big .frame1,
.img-conteiner-big .frame2 {
    width: 132px;
    height: 102px;
}*/

.news_item .category-icon {
    background: url('/images/news-type-icons.png') no-repeat;
    height: 13px;
    display: block;
    float: right;
    margin-left: 7px;
}

.news_item .interview-cat {
    width: 13px;
}

.news_item .category-icon.ad {
    background-position: -60px top;
    width: 9px;
}

.news_item .photo-report-cat {
    background-position: -13px top;
    width: 11px;
}

.news_item .video-cat {
    background-position: -24px top;
    width: 11px;
}

.news_item .news-map-cat {
    background-position: -35px top;
    width: 14px;
}

.news_item .attention-cat {
    background-position: -49px top;
    width: 11px;
}

.alert {
    margin-top: 5px !important;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #999 !important;
}

.top-news {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 0px;
    background-color: #f6f6f6;
}
.top-news h3{
    margin-bottom: 0;
}
.top-news .news-title {
    display: block;
    font-family: Arial;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    /*padding-bottom: 5px;*/
    clear: right;
    pointer-events: all;
}
.top-news .preview{
    position: relative;
}
.top-news .preview img{
    max-height: 372px;
}
.top-news .preview .btn-play-middle{
    width: 85px;
    height: 86px;
    margin: -42px 0 0 -43px;
    background: url("/images/btn-play-big-new.png") no-repeat scroll center center transparent;
}
.top-news .img-cont {
    float: none;
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-height: 372px;
    margin: 0;
    border: none;
    text-align: center;
    overflow: hidden;
}
.top-news .img-cont img{
    float: none;
    width: auto !important;
    max-width: 100%;
    background-color: #f6f6f6;
}
.top-news .news-content{
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 80px 12px 17px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
    border: none;
    pointer-events: none;
}
.top-news .news-description{
    display: none;
}
.top-news .news-info{
    margin: 0px 0 0;
}
.top-news .date{
    color: #bbb;
    text-transform: uppercase;
}
.top-news .category{
    display: inline;
    margin: 0 0 0 7px;
    font-size: 12px;
    pointer-events: all;
}

body.adaptive .img-cont img{
    /*float: left;*/
    width: 100%;
}
body.adaptive .news-additional-info-block img{
    width: auto;
}
.favorite-panel p+p{
    margin-top: 20px;
}
.favorite-panel strong{
    color: #777777;
}
.favorite-panel a{
     color: #4375da;
}

.favorite-panel {
    font-size: 12px;
    line-height: 1.5em !important;
    color: #999999;
    border: none;
}
.favorite-panel strong{
    color: #777777;
}
.favorite-panel a{
     color: #4375da;
}

.news_detail h1{
    margin-bottom: 10px;
}

h3 {
    /*font-size: 18px !important;*/
}

h2 {
    font-size: 20px !important;
}


#video-news-block, #photo-news-block{
    margin: 30px 0;
    overflow: hidden;
}
#video-news-block h3, #photo-news-block h3{
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
#video-news-block .img-wrap{
    position: relative;
    line-height: 0;
}
#video-news-block .content-wrap, #photo-news-block .content-wrap{
    padding: 14px 10px 20px;
    background-color: #f6f6f6;
}
#video-news-block .item h3, #photo-news-block .item h3{
    float: none;
    margin-bottom: 3px;
}
#video-news-block .item h3 a, #photo-news-block .item h3 a{
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    color: #214e99;
}

#photo-news-block .img-wrap .img-cont:first-of-type{
    position: relative;
}
#photo-news-block .img-wrap a{
    display: block;
    line-height: 0;
}
#photo-news-block .img-wrap > a{
    margin-bottom: 2px;
}
#photo-news-block .small-imgs{
    display: flex;
    justify-content: space-between;
}
#photo-news-block .small-imgs a{
    display: block;
    width: 119px;
}


.frame1 {
    background-color: white;
    border: 1px solid #BBBBBB;
    height: 77px;
    left: 2px;
    position: absolute;
    top: -2px;
    width: 99px;
    z-index: 70;
}

.frame2 {
    background-color: white;
    border: 1px solid #BBBBBB;
    height: 77px;
    left: 4px;
    position: absolute;
    top: -4px;
    width: 99px;
    z-index: 50;
}

#photo-panel {
    width: 490px;
    overflow: hidden;
    display: inline-block;
    position: relative;

}

#photo-panel #move-prev-photo, .photos .prev {
    left: 1px;
    background: url("/images/photo-report-arrows.png") no-repeat -13px top;

}

#photo-panel #move-next-photo, #photo-panel #move-next-photo {
    left: 472px;
    background: url("/images/photo-report-arrows.png") no-repeat;
}

#photo-panel .move-buttom, .photos .move-buttom {
    position: absolute;
    width: 17px;
    height: 42px;
    cursor: pointer;
    top: 7px !important;
    display: block;
    z-index: 200;
}

#photo-panel a {
    font-size: 12px;
}

#photo-panel ul {
    font-size: 12px;
    line-height: 1.7em;
}

#photo-panel .photo-carousel {
    overflow: hidden;
    height: 56px;
}

#photo-panel .photo-carousel .item {
    width: 70px;
    height: 56px;
    list-style: none;
}

#photo-panel .photo-carousel .image-cont {
    background-color: white;
    border: 1px solid #BBBBBB;
    float: left;
    height: 54px;
    text-align: center;
    width: 68px;
}

.video-news .img-cont {
    float: left;
    /*margin:               10px 20px 0px 0px;*/
    width: 132px;
    height: 102px;
    text-align: center;
    border: 1px solid #bbb;
}

.item-video {
    width: 31%;
    float: left;
    margin-right: 10px;
}

.item-video .news_title {
    font-size: 9pt;
    line-height: 1.5em;
    display: block;
}

.video-news .item-line {
    border-bottom: 1px dashed #E3E3E3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.video-news .last {
    border: none;
}

.news_item .main-news-photo {
    float: left;
    margin: 0 15px 5px 0;
}

.btn-play-middle {
    background: url("/images/btn-play-middle-new.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 48px;
    left: 50%;
    margin: -24px 0 0 -24px;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 500;
}

.btn-play-big {
    background: url("/images/btn-play-big.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 56px;
    left: 50%;
    margin: -28px 0 0 -28px;
    position: absolute;
    top: 50%;
    width: 56px;
    z-index: 500;
}

.news-like-panel .share-block {
    float: right;
}

.yandex-map {
    width: 98%;
    height: 450px;
    padding: 2px;
    border: 1px solid #BBBBBB;
}

.location-yandex-map {
    float: left;
    width: 230px;
    height: 177px;
    border: 1px solid #BBBBBB;
    padding: 2px;
    margin: 5px 15px 5px 0px;
}

body.adaptive .news-additional-info-block {
    margin-bottom: 35px;
}

#location-address {
    display: none;
}

#location-title {
    display: none;
}

.news-elastic-center-block .boardplace {
    border-bottom: 1px dashed #E3E3E3;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

#___plusone_0 {
    width: 80px !important;
}

.twitter-share-button {
    width: 100px !important;
}

.news-like-panel #share-panel #ya-share-panel {
    width: 136px;
    display: inline-block;
    top: -3px;
}

.news-like-panel #share-panel {
    width: 100%;
    /*border-bottom: 1px dashed #E3E3E3;*/
    margin-bottom: 10px;
    /*height: 27px;*/
    padding: 5px 0;
    float: left;
}

.news-like-panel #share-panel .b-share__handle {
    padding-left: 0px !important;
}

.news-like-panel #share-panel .fb-like,
.news-like-panel #share-panel #___plusone_0,
.news-like-panel #share-panel .twitter-share-button,
.news-like-panel #share-panel .share-twitter,
.news-like-panel #share-panel #ya-share-panel {
    position: relative;
    float: left !important;
    height: 24px;
}

.news-like-panel #share-panel ul li {
    float: left;
    height: 24px;
}

.news-like-panel #share-panel .fb-like,
.news-like-panel #share-panel .fb_edge_widget_with_comment {
    width: 130px;
    overflow: hidden;
}

.news-like-panel #share-panel .b-share-form-button {
    font-size: 14px;
}

#news-center-block .news_item .news-text ul,
#main-content .news_item .news-text ul {
    position: relative;
    list-style: none outside none;
    padding: 5px 0 5px 30px;
    font-size: 16px;
    line-height: 24px;
}
#news-center-block .news_item .news-text ul li,
#main-content .news_item .news-text ul li{
    padding-bottom: 24px;
}
#news-center-block .news_item .news-text ul li:before,
#main-content .news_item .news-text ul li:before {
    content: "•";
    position: absolute;
    left: 10px;
    padding-right: 11px;
    color: #fc5158;
    font-size: 18px;
}
#news-center-block .news_item .news-text ol,
#main-content .news_item .news-text ol {
    list-style: decimal inside none;
    padding: 5px 0 15px 25px;
    font-size: 14px;
    line-height: 22px;
}

#news-center-block .news_item h3 {
    float: none;
    margin-bottom: 5px;
}

.news-list{
    margin-bottom: 30px;
}
.news-list .pagination {
    margin: 7px 0 30px 0;
}
#news-center-block .pagination ul, #news-center-block .pagination ol {
    list-style: none outside none;
    margin: 0;
}

.smi-teaser {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
}

.smi-teaser table {
    margin: auto !important;
}

.news-tags {
    /*border-bottom: 1px dashed #E3E3E3;*/
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
}
/*.news-tags ul{
    overflow: hidden;
}*/
.news-tags span, .news-tags li {
    font-size: 14px;
}
.news-tags span {
    display: block;
    position: relative;
    float: left;
    color: #7E7E7E;
    margin-right: 5px;
}
.news-tags li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
}
.news-tags li a {
    display: inline-block;
    padding: 5px 15px 7px;
    line-height: 16px;
    color: #4375da;
    border: 1px solid #bedeff;
    border-radius: 15px;
}
.news-tags li a:hover{
    color: #214e99;
    text-decoration: none !important;
    border-color: #8aa5d4;
}

#big-photo-panel .item, #big-photo-panel li {
    height: 380px !important;
}

#big-photo-panel .photo-carousel {
    height: 380px !important;
}

#vehicle-main-block .photo-panel .photo-carousel,
#news-main-block .photo-panel .photo-carousel {
    height: 56px;
}

#vehicle-main-block .photo-panel .photo-carousel .image-cont,
#news-main-block .photo-panel .photo-carousel .image-cont {
    height: 54px !important;
    width: 68px !important;
}

#vehicle-main-block .photos .photo-panel ul li,
#news-main-block .photos .photo-panel ul li {
    height: 56px !important;
    width: 70px !important;
    margin: 0 4px 0 0;
    position: relative;
}

#vehicle-main-block .photos,
#news-main-block .photos {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#vehicle-main-block #big-photo-panel ul,
#news-main-block #big-photo-panel ul {
    margin: 0;
}

#cboxLoadedContent #ymap-big-container {
    line-height: 16px;
    font-size: 12px;
}

#vk_comments,
#vk_comments iframe {
    width: 100% !important;
}


.link-to-archive{
    float: right;
    font-size: 12px;
}

.partners-news {
    margin: 40px 0 0 0;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.news-head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-head .date {
    align-self: center;
    margin-bottom: 10px;
}
.news-head .retell {
    flex-grow: 2;
}
.news-head .news__audio {
    flex-grow: 2;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
.news-head .news__audio audio{
    width: 100%;
    min-width: 300px;
}
/*--- lg+-viewport START ---*/
@media all and (min-width: 1200px) {
    .news_item:not(.top-news) .date{
        float: left;
        margin-right: 7px;
    }
    .news_item .img-conteiner-big + .news-content .small-desc{
        display: block;
    }
}
/*--- lg+-viewport END ---*/

/*--- lg-viewport START ---*/
@media all and (max-width: 1199px) {
    body.adaptive section:not(#news-links-panel):not(.related-links) .news_item .img-conteiner-big + .news-content .date{
        margin-top: -13px;
    }
}
/*--- lg-viewport END ---*/

/*--- md-viewport START ---*/
@media all and (max-width: 999px) {
    /*body.adaptive #main-content {*/
        /*padding-right: 0 !important;*/
    /*}*/
}
/*--- md-viewport END ---*/


/*--- sm-viewport START ---*/
@media all and (max-width: 747px) {
    /*.main-content {*/
        /*margin-left: 0 !important;*/
    /*}*/

    body.adaptive .top-news{
        width: 100vw;
        max-width: 680px;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
    body.adaptive .top-news .preview img{
        max-height: 56.25vw;
    }
    body.adaptive .top-news .news-title{
        font-size: 17px;
        font-weight: normal;
        line-height: 18px;
    }
    body.adaptive .img-conteiner-big{
        width: 36%;
        /*max-height: 135px;*/
        height: auto;
    }
    body.adaptive .img-conteiner-big img{
        max-height: 20.25vw;
    }
    body.adaptive .news_item.news_detail{
        overflow: visible;
    }
    body.adaptive .news_item.news_detail .news-text > ymaps{
        width: 100vw !important;
        max-height: 70vh;
        margin: 0 -10px;
    }
    body.adaptive .news_item .news_title{
        font-size: 14px;
        line-height: 16px;
    }
    body.adaptive .news-additional-info-block{
        margin-right: -10px;
        margin-left: -10px;
    }
    body.adaptive .news_item .img-cont{
        width: 100%;
        height: auto;
    }
    body.adaptive .news_item .img-cont img{
        width: auto;
        max-width: 100%;
        margin-top: 0 !important;
        margin-bottom: -4px;
    }
    body.adaptive .news_item .news-content .small-desc{
        display: block;
        margin-bottom: 17px;
    }
    body.adaptive .news_item .img-conteiner-big + .news-content .wrapper{
        margin-left: 38%;
        margin-left: calc((36% + 14px)/1);
    }
    body.adaptive .news_item .img-conteiner-big + .news-content .small-desc{
        display: none;
    }
    body.adaptive section:not(#news-links-panel):not(.related-links) .news_item .date{
        margin-top: -13px;
    }
    body.adaptive .newsVideo-wrap{
        margin-right: -10px;
        margin-left: -10px;
    }

    body.adaptive #news-links-panel .news_item h3 a{
        font-size: 14px;
        line-height: 16px;
    }

    body.adaptive .link-to-archive{
        float: left;
        position: relative;
        margin: -10px 0 20px;
        font-size: 13px;
        text-align: left;
    }

    body.adaptive .add-news{
        display: inline-block;
        margin-bottom: 19px;
        font-size: 14px;
        line-height: 17px;
        vertical-align: middle;
    }
    body.adaptive .add-news a{
        position: relative;
        display: inline-block;
        margin: 0 0 0 35px;
        line-height: 36px;
    }
    body.adaptive .add-news a:before{
        content: "+";
        position: absolute;
        top: 5px;
        left: -35px;
        display: inline-block;
        width: 26px;
        height: 26px;
        line-height: 22px;
        font-size: 20px;
        text-align: center;
        border: 1px solid #9ba7cb;
        border-radius: 26px;
    }
}
/*--- sm-viewport END ---*/

@media all and (max-width: 500px) {
    .news-like-panel #share-panel ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .news-like-panel #share-panel ul li {
        margin-top: 10px;
    }
    .news-like-panel #share-panel .fb-like, .news-like-panel #share-panel .fb_edge_widget_with_comment {
        left: -15px;
    }
    .news-like-panel #share-panel  .b-share {
        padding: 1px 3px 1px 0px!important;
    }
}