/**
РЕЖИМ ПРАВКИ
 */
.editor_dialog table{
    width: inherit;
    margin-bottom: inherit;
    border-collapse: inherit;
}
.editor_dialog table thead, .editor_dialog table tbody, .editor_dialog table tfoot {
    border: inherit;
    background-color: inherit;
}
.editor_dialog table tbody th, .editor_dialog table tbody td {
    padding: inherit;
}
.editor_dialog select {
    height: initial;
    padding: inherit;
    width: initial;
}
.editor_dialog input {
    height: initial;
    padding: inherit;
}
/**
РЕЖИМ ПРАВКИ
 */


.masonry-span-opacity {
    opacity: 0;
    display: block;

    position: relative;
    height: auto;
}
.masonry-span {
    opacity: 1;
}

.relap-default__top-container {
    max-width: 100%!important;
}

.relap-default__block-title{
    font-weight: 700!important;
    font-family: "OpenSans-Semibold",Arial,sans-serif!important;
    font-size: 25px!important;
}

.relap-default__item {
    max-width: 100%!important;
}
.relap-default__item-title-text {
    font-size: 17px!important;
    line-height: 21px!important;
    font-weight: 700!important;
    font-family: "PT Serif", sans-serif!important;
    color: #303030!important;
    margin-bottom: 8px!important;
    display: block!important;
}
.scrollup   {
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:15%;
    right:10%;
    display:none;
    text-indent:-9999px;
    background: url('icon_top.png') no-repeat;
}
blockquote, .blockquote {
    text-align: left;
    /*display: table;*/
}
.blockquote__author b {
    font-weight: normal;
    vertical-align: bottom;
}
.blockquote__author span, .blockquote__author div  {
    font-weight: normal;
    vertical-align: bottom;
    display: table-cell;
}

@media screen and (max-width: 60em) {
    .header__banner {
        margin-top: 5px;
        margin-bottom: 0;
        max-height: 170px;
    }
}
@media screen and (max-width: 50em) {
    .header__banner .cetera-banner_slider{
        max-height: 150px;
    }
}
@media screen and (max-width: 40em) {
    .header__banner .cetera-banner_slider{
        max-height: 110px;
    }
}
@media screen and (max-width: 30em) {
    .header__banner .cetera-banner_slider{
        max-height: 80px;
    }
}
@media screen and (max-width: 25em) {
    .header__banner .cetera-banner_slider{
        max-height: 60px;
    }
}

.landscape__mini:before {
    cursor: pointer;
}

.top-cookie {
    position: sticky;
    top: 0;
    background-color: #f5efef;
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    z-index: 1000;
    font-size: 14px;
    line-height: 25px;
}
.top-cookie__button {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #aba1a1;
    margin: 0;
}

.subscribe__btn{
    line-height: 22px;
    margin-left: 2px;
    font-size: 18px;
}

.header__search-icon {
    background-color: #fff;
}

.fancybox-opened .fancybox-skin {
    /*padding: 3px!important;*/
}
.fancybox-close {
    top: -8px!important;
    right: -8px!important;
}
.telegram__left-menu {
    font-size: 25px;
    line-height: 25px;
    height: 24px;
    width: 24px;
    border: none;
    float: left;
}
.telegram__left-menu-box {
    background-image: none;
    padding: 12px 10px;
}
.telegram__left-menu-title{
    float: left;
}
@media screen and (max-width: 25em) {
    .subscription__text {
        font-size: 14px;
    }
}

 .news-audio-player .audioplayer
 {
     height: 2.5em; /* 40 */
     color: #fff;
     text-shadow: 1px 1px 0 #000;
     border: 1px solid #222;
     position: relative;
     z-index: 1;
     background: #333;
     background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
     background: -webkit-linear-gradient( top, #444, #222 );
     background: -moz-linear-gradient( top, #444, #222 );
     background: -ms-radial-gradient( top, #444, #222 );
     background: -o-linear-gradient( top, #444, #222 );
     background: linear-gradient( top, #444, #222 );
     -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
     -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
     box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 ); /* 20 */
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     border-radius: 2px;
 }
.news-audio-player .audioplayer-mini
{
    width: 2.5em; /* 40 */
    margin: 0 auto;
}
.news-audio-player .audioplayer > div
{
    position: absolute;
}
.news-audio-player .audioplayer-playpause
{
    width: 2.5em; /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}
.news-audio-player .audioplayer:not(.audioplayer-mini) .audioplayer-playpause
{
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
}
.news-audio-player .audioplayer-mini .audioplayer-playpause
{
    width: 100%;
}
.news-audio-player .audioplayer-playpause:hover,
.news-audio-player .audioplayer-playpause:focus
{
    background-color: #222;
}
.news-audio-player .audioplayer-playpause a
{
    display: block;
}
.news-audio-player .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a
{
    width: 0;
    height: 0;
    border: 0.5em solid transparent; /* 8 */
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em; /* 8 4 */
}
.news-audio-player .audioplayer-playing .audioplayer-playpause a
{
    width: 0.75em; /* 12 */
    height: 0.75em; /* 12 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em; /* 6 */
}
.news-audio-player .audioplayer-playing .audioplayer-playpause a:before,
.news-audio-player .audioplayer-playing .audioplayer-playpause a:after
{
    width: 40%;
    height: 100%;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 0;
}
.news-audio-player .audioplayer-playing .audioplayer-playpause a:before
{
    left: 0;
}
.news-audio-player .audioplayer-playing .audioplayer-playpause a:after
{
    right: 0;
}
.news-audio-player .audioplayer-time
{
    width: 4.375em; /* 70 */
    height: 100%;
    line-height: 2.375em; /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
}
.news-audio-player .audioplayer-time-current
{
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    left: 2.5em; /* 40 */
}
.news-audio-player .audioplayer-time-duration
{
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
    right: 2.5em; /* 40 */
}
.news-audio-player .audioplayer-novolume .audioplayer-time-duration
{
    border-right: 0;
    right: 0;
}
.news-audio-player .audioplayer-bar
{
    height: 0.875em; /* 14 */
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em; /* 110 */
    left: 6.875em; /* 110 */
    margin-top: -0.438em; /* 7 */
}
.news-audio-player .audioplayer-novolume .audioplayer-bar
{
    right: 4.375em; /* 70 */
}
.news-audio-player .audioplayer-bar div
{
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.news-audio-player .audioplayer-bar-loaded
{
    background-color: #333;
    z-index: 1;
}
.news-audio-player .audioplayer-bar-played
{
    background: #007fd1;
    background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( left, #007fd1, #c600ff );
    background: -moz-linear-gradient( left, #007fd1, #c600ff );
    background: -ms-radial-gradient( left, #007fd1, #c600ff );
    background: -o-linear-gradient( left, #007fd1, #c600ff );
    background: linear-gradient( left, #007fd1, #c600ff );
    z-index: 2;
}
.news-audio-player .audioplayer-volume
{
    width: 2.5em; /* 40 */
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}
.news-audio-player .audioplayer-volume:hover,
.news-audio-player .audioplayer-volume:focus
{
    background-color: #222;
}
.news-audio-player .audioplayer-volume-button
{
    width: 100%;
    height: 100%;
}
.news-audio-player .audioplayer-volume-button a
{
    width: 0.313em; /* 5 */
    height: 0.375em; /* 6 */
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    top: 40%;
    left: 35%;
}
.news-audio-player .audioplayer-volume-button a:before,
.news-audio-player .audioplayer-volume-button a:after
{
    content: '';
    position: absolute;
}
.news-audio-player .audioplayer-volume-button a:before
{
    width: 0;
    height: 0;
    border: 0.5em solid transparent; /* 8 */
    border-left: none;
    border-right-color: #fff;
    z-index: 2;
    top: 50%;
    right: -0.25em;
    margin-top: -0.5em; /* 8 */
}
.news-audio-player .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after
{
    /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 8px;
    height: 8px;
    border: 0.25em double #fff; /* 4 */
    border-width: 0.25em 0.25em 0 0; /* 4 */
    left: 0.563em; /* 9 */
    top: -0.063em; /* 1 */
    -webkit-border-radius: 0 0.938em 0 0; /* 15 */
    -moz-border-radius: 0 0.938em 0 0; /* 15 */
    border-radius: 0 0.938em 0 0; /* 15 */
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
.news-audio-player .audioplayer-volume-adjust
{
    height: 6.25em; /* 100 */
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #222;
    background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
    background: -webkit-linear-gradient( top, #444, #222 );
    background: -moz-linear-gradient( top, #444, #222 );
    background: -ms-radial-gradient( top, #444, #222 );
    background: -o-linear-gradient( top, #444, #222 );
    background: linear-gradient( top, #444, #222 );
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.news-audio-player .audioplayer-volume:not(:hover) .audioplayer-volume-adjust
{
    opacity: 0;
}
.news-audio-player .audioplayer-volume:hover .audioplayer-volume-adjust
{
    top: auto;
    bottom: 100%;
}
.news-audio-player .audioplayer-volume-adjust > div
{
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}
.news-audio-player .audioplayer-volume-adjust div div
{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
    background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
    background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
    background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
    background: -o-linear-gradient( bottom, #007fd1, #c600ff );
    background: linear-gradient( bottom, #007fd1, #c600ff );
}
.news-audio-player .audioplayer-novolume .audioplayer-volume
{
    display: none;
}

.news-audio-player .audioplayer-play,
.news-audio-player .audioplayer-pause,
.news-audio-player .audioplayer-volume a
{
    -webkit-filter: drop-shadow( 1px 1px 0 #000 );
    -moz-filter: drop-shadow( 1px 1px 0 #000 );
    -ms-filter: drop-shadow( 1px 1px 0 #000 );
    -o-filter: drop-shadow( 1px 1px 0 #000 );
    filter: drop-shadow( 1px 1px 0 #000 );
}
.news-audio-player .audioplayer-bar,
.news-audio-player .audioplayer-bar div,
.news-audio-player .audioplayer-volume-adjust div
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.news-audio-player .audioplayer-bar,
.news-audio-player .audioplayer-volume-adjust > div
{
    -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}
.news-audio-player .audioplayer-volume-adjust div div,
.news-audio-player .audioplayer-bar-played
{
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}
.news-audio-player .audioplayer-volume-adjust
{
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}
.news-audio-player .audioplayer *,
.news-audio-player .audioplayer *:before,
.news-audio-player .audioplayer *:after
{
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}
.flex-video.widescreen{padding-bottom:50%}
.flex-video{margin-bottom: 10px;}

.block__social {
    padding-left: 0;
}

.title-a {font-weight: bold; color: #003562;}

.icon {display: inline-block; vertical-align: middle; position: relative;}
.icon-svg {display: inline-block; background:none; vertical-align:middle; position:relative; width: 1em; height: 1em; fill: currentColor; line-height: 1;}
.icon_viber {background: url('../images/logo-subscription-viber.png') no-repeat 0 0 / 100% 100%; width: 22px; height: 22px;}

.post-mini-a {display: block; line-height: 1.4; font-size: 15px;}
.post-mini-a__inner {padding: 5px 20px 15px;}
.post-mini-a__title {font-size: 17px; font-weight: bold; margin-bottom: 18px; line-height: 1.25;}
.post-mini-a__text {}
.post-mini-a__picture {margin-bottom: 15px;}
.post-mini-a__picture-img {display: block; max-width: 100%;}
.post-mini-a__bar {display: flex; flex-wrap: wrap; font-size: 13px; color: #9e9e9e; margin-top: 15px;}
.post-mini-a__date {color: #9e9e9e; margin-right: 14px;}
.post-mini-a__views {display: flex; align-items: center; color: #9e9e9e; margin-right: 14px;}
.post-mini-a__views-icon {vertical-align: top; font-size: 14px; margin-right: 5px; position: relative; top: -1px;}
.post-mini-a__comments {display: flex; color: #9e9e9e;}
.post-mini-a__comments-icon {vertical-align: top; font-size: 14px; color: #2196f3; margin-right: 5px; position: relative; top: 1px;}
.post-mini-a__button-more {margin-top: 20px; text-align: center;}
.post-mini-a__button-more-link {display: inline-block; padding: 7px 18px; background: #2196f3; font-size: 14px; color: #fff;}
.post-mini-a__button-more-link:hover {background: #147acb; color: #fff;}

.informer {background: url('../images/bg1-1.png') repeat-x 0 100%; padding-bottom: 5px;}
.informer__icon-boat {width: 61px; height: 29px; background: url('../images/icon-boat.png') no-repeat 100% 0; margin-top: -3px; margin-left: auto; position: relative; right: -6px; }
.informer__title {}
.informer__objects {}
.informer__object {display: flex; justify-content: space-between; margin-top: 5px;}
.informer__object_complex {flex-wrap: wrap; }
.informer__object-separator {display: block; height: 15px; flex-grow: 1; flex-basis: 0; border-bottom: 1px dotted #cecece; margin: 0 2px;}
.informer__object:first-child {margin-top: 0;}
.informer__object-title {font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.informer__object-value {display: flex; align-items: center; position: relative; white-space: nowrap; }
.informer__object-value_plus {color: #189162;}
.informer__object-value_minus {color: #fe4b4b;}
.informer__object-value_plus:after,
.informer__object-value_minus:after {content: ''; border: 5px solid transparent; border-top: 5px solid currentColor; margin-left: 5px; position: relative; top: 2px;}
.informer__object-value_minus:after {border: 5px solid transparent; border-bottom: 5px solid currentColor; top: -2px;}
.informer__sub-objects {min-width: 100%; margin-left: auto;}
.informer__sub-objects .informer__object {margin-top: 5px;}
.informer__sub-objects .informer__object-title {font-weight: normal;}
.informer__action {margin-top: 18px;}

.informer-a {background: #eaeaea; padding: 18px 15px; margin: 0 1.42857rem; font-family: "PT Sans", sans-serif; font-size: 14px;}
.informer-a__title {font-size: 14px; font-weight: bold; margin-bottom: 7px;}
.informer-a__details {}
.informer-a__detail {display: flex; padding-left: 14px; margin-bottom: 1px; position: relative;}
.informer-a__detail-icon {background: #000; width: 9px; height: 9px; border-radius: 50%; position: absolute; top: 6px; left: 0;}
.informer-a__detail_1 .informer-a__detail-icon {background: #c31838;}
.informer-a__detail_2 .informer-a__detail-icon {background: #000;}
.informer-a__detail_3 .informer-a__detail-icon {background: #f9a020;}
.informer-a__detail_4 .informer-a__detail-icon {background: #45b95b;}
.informer-a__detail-title {flex-grow: 0; max-width: 70%; overflow: hidden; text-overflow: ellipsis;}
.informer-a__detail-value {flex-grow: 0; width: 30%; font-weight: bold;}
.informer-a__detail-separator {border-bottom: 1px dotted currentColor; flex-grow: 1; margin: 0 4px; position: relative; top: -5px;}
.informer-a__info {font-size: 11px; margin-top: 15px;}
.informer-a_mobile {display: none; }

.blockquote-a {background: #e2f1fd; padding: 30px 27px 50px 148px; font-size: 19px; }
.blockquote-a__text {font-weight: bold; line-height: 1.5; position: relative;}
.blockquote-a__text:before {content: '“'; font-size: 265px; color: #2196f3; line-height: 0.9; max-height: 80px; position: absolute; top: 0; left: -130px;}
.blockquote-a__author {display: flex; align-items: center; margin-top: 40px;}
.blockquote-a__author-picture {flex-shrink: 0; width: 94px; height: 94px; background-size: cover; background-position: 50% 50%; border-radius: 50%; margin-right: 28px;}
.blockquote-a__author-picture img {display: block; width: 94px; height: 94px; border-radius: 50%;}
.blockquote-a__author-data {}
.blockquote-a__author-name {font-weight: bold;}
.blockquote-a__author-detail {}

.blockquote {background: #e2f1fd; padding: 30px 27px 50px 148px; font-family: inherit; font-size: 19px; font-weight: bold; line-height: 1.5;}
.blockquote:before {content: '“'; font-size: 265px; color: #2196f3; line-height: 0.9; width: auto; max-height: 80px; position: absolute; top: 30px; left: 18px;}

blockquote.tiktok-embed {background: none; padding: 0; }
blockquote.tiktok-embed:before {display: none;}

.popup-a {display: none; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }
.popup-a__overlay {background: rgba(0,0,0, 0.8); position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.popup-a__data {flex-grow: 0; width: 100%; max-width: 1000px; max-height: 100%; margin: auto auto; background: #fff; box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08); overflow: auto; position: relative;}
.popup-a__data-inner {padding: 30px 30px;}
.popup-a__button-close {display: flex; font-size: 16px; color: #303030; position: absolute; top: 10px; right: 10px; }
.popup-a__button-close:hover {color: #000; opacity: 0.6;}
.popup-a.shown {display: flex;}

.aggr-buttons {display: flex; flex-wrap: wrap; align-items: center;}
.aggr-buttons__caption {font-size: 13px; color: #8d8d8d; margin-right: 8px;}
.aggr-buttons__item {margin-right: 5px;}
.aggr-buttons__item-link {display: flex; align-items: center; font-size: 13px; color: #8d8d8d; padding: 1px 7px 1px 6px; border: 1px solid #cccccc; border-radius: 4px; text-decoration: none; line-height: 1;}
.aggr-buttons__item-img {max-height: 19px; margin-right: 6px; }
.aggr-buttons__item-text {}
.aggr-buttons__item-link:hover {color: #8d8d8d;}
.aggr-buttons__popup {}
.aggr-buttons__popup-title {font-size: 20px; color: #000; text-align: center; margin-bottom: 10px;}
.aggr-buttons__popup .popup-a__data {max-width: 400px;}
.aggr-buttons__popup-buttons {display: flex; justify-content: center; padding: 15px 0 10px;}
.aggr-buttons__popup-button {display: block; min-width: 120px; padding: 12px 25px; margin: 0 15px; background: #2196f3; font-size: 16px; color: #fff; text-align: center; text-decoration: none; line-height: 1.2; border-radius: 3px;}
.aggr-buttons__popup-button:focus {color: #fff;}
.aggr-buttons__popup-button:hover {opacity: 0.8; color: #fff;}
.aggr-buttons__popup-button_yes {}
.aggr-buttons__popup-button_no {background: #d7d7d7; color: #000;}
.aggr-buttons__popup-button_no:focus {color: #000;}
.aggr-buttons__popup-button_no:hover {color: #000;}

.breadcrumbs li {float: none; display: inline;}
.breadcrumbs li:not(:last-child)::after {top: 0;}

.news-list .x-left-col,
.news-list .x-right-col {position: relative;}

.x-news-list__item-informer {display: none;}
.x-news-list__item-informer .informer__icon-boat {right: 8px;}
.block__sidebar_informer {padding-left: 0; margin-left: 1.42857rem;}

.news-detail__banner-simple {margin-bottom: 20px;}
.news-detail__banner-simple .cetera-banner_slider-item {position: relative; }
.news-detail__banner-simple .cetera-banner_slider {height: auto; text-align: center;}
.news-detail__aggr-buttons {margin-top: 10px;}

.map-default {}
.map-default__canvas {height: 414px; border: 1px solid #9e9e9e; overflow: hidden; position: relative;}
.map-default__canvas:before {content: ''; display: block; width: 66px; height: 66px; background: url('/images/loader.gif') no-repeat 0 0; position: absolute; top: 50%; left: 50%; margin: -33px 0 0 -33px;}
.map-default__points {display: none;}
.map-default__point-tooltip {}
.map-default__point-tooltip-data {width: 380px; max-width: 100%;}
.map-default [class*="ymaps-2-1"][class*="-balloon__content"] > ymaps {max-height: 300px; overflow-y: auto !important;}
.map-default_margin-1 {margin-bottom: 60px;}

.banner-video {display: block; text-decoration: none; color: #000;}
.banner-video:hover,
.banner-video:focus {color: #000;}
.banner-video__title {margin-bottom: 15px; font-weight: bold;}
.banner-video__title_bottom {margin-top: 15px; margin-bottom: 0;}
.banner-video__video {position: relative;}
.banner-video__video-canvas {display: block; width: 100%;}
.banner-video__button-play {display: flex; align-items: center; justify-content: center; font-size: 20px; width: 3em; height: 3em; background: #000; color: #fff; opacity: 0; visibility: hidden; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; }
.banner-video__button-play:hover {}
.banner-video__button-play:after {content: ''; display: block; border: 0.8em solid transparent; border-left: 1em solid currentColor; width: auto; height: auto; margin: 0; left: 0.5em; position: relative;}
.banner-video__button-sound {display: block; position: absolute; top: 0; left: 0; width: 50px; height: 50px; background: rgba(0,0,0, 0.6) url('../images/icon-sound.png') no-repeat 50% 50%; background-size: 25px auto; cursor: pointer;}
.banner-video__button-sound:after {content: ''; display: block; width: 70%; height: 1.5px; background: #fff; position: absolute; top: 50%; left: 15%; transform: rotate(-45deg);}
.banner-video_paused .banner-video__button-play {opacity: 0.6; visibility: visible;}
.banner-video_sound-muted .banner-video__button-sound:after {display: none;}
.banner-video_hidden {display: none;}

.banner-skrollr {margin-bottom: 20px; overflow: hidden;}
.banner-skrollr__media {position: relative; }
.banner-skrollr__media-i {/* transform: translate(0, -100%);  */}
.banner-skrollr__media-ii {/* height: 400px; */ display: flex; flex-direction: column; justify-content: center; align-items: center; background-position: 0 -1000px; background-size: contain; background-repeat: no-repeat; }
.banner-skrollr__media img {display: block; width: 100%; /*opacity: 0; visibility: hidden;*/}
.banner-skrollr_margin-1 {margin-top: 20px; margin-bottom: 20px; }
.banner-skrollr_margin-2 {margin-top: 20px;}

.banner-skrollr_xsm-shown {display: none;}


.radio {padding: 0 8px;}
.radio__stations {display: flex; margin-left: -5px;}
.radio__station {margin-left: 17px; text-align: center;}
.radio__station .station__hover {margin-bottom: 6px;}
.radio__station img {vertical-align: top;}
.radio__station_3 .station__hover {background: #fff; border-radius: 4px; padding: 5px 5px;}
.radio__station_3 .station__hover img {max-width: 56px;}
.radio__caption {font-family: "PT Sans", sans-serif; font-size: 18px; color: #fff; margin: 0 0 20px 11px;}

.station__main {display: none;}
.station__hover {display: block;}

.radio-player-mobile {display: none; height: 47px; margin: 0 -15px 0 -15px; position: relative; top: -10px;}
.radio-player-mobile__data {padding: 10px 15px; position: relative; top: 0; left: 0; z-index: 1000;}
.radio-player-mobile__stations {display: -webkit-flex; -webkit-justify-content: center; display: flex; justify-content: center; width: 100%;}
.radio-player-mobile__station {display: -webkit-flex; -webkit-align-items: center; -webkit-justify-content: center; display: flex; align-items: center; justify-content: center; width: 33.33%; cursor: pointer; }
.radio-player-mobile__station-picture {background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; }
.radio-player-mobile__station-button-play {width: 10px; margin-left: 10px;}
.radio-player-mobile__station-button-play:before {content: ''; display: block; content: ''; border: 6px solid transparent; border-left: 10px solid #303030;}
.radio-player-mobile__station_1 .radio-player-mobile__station-picture {background-image: url('../images/station1.svg'); width: 27px; height: 27px;}
.radio-player-mobile__station_2 .radio-player-mobile__station-picture {background-image: url('../images/station2-h.png'); width: 42px; height: 27px;}
.radio-player-mobile__station_3 .radio-player-mobile__station-picture {background-image: url('../images/station3.svg'); width: 67px; height: 21px;}
.radio-player-mobile__sound {display: none; height: 6px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 1px rgba(0, 0, 0, 0.5); border-radius: 3px; position: relative; margin: 20px 15px 0;}
.radio-player-mobile__sound-handle {width: 1px; height: 1px; position: absolute; top: 50%; left: 50%; cursor: pointer;}
.radio-player-mobile__sound-handle:before {content: ''; display: block; background: url('../images/radio-pause.svg') no-repeat 50% 50%; width: 17px; height: 18px; position: absolute; top: 50%; left: 0; margin-top: -8px; margin-left: -8px;}
.radio-player-mobile__station_1.active .radio-player-mobile__station-picture {background-image: url('../images/station1.svg');}
.radio-player-mobile__station_2.active .radio-player-mobile__station-picture {background-image: url('../images/station2-h.png');}
.radio-player-mobile__station_3.active .radio-player-mobile__station-picture {background-image: url('../images/station3.svg');}
.radio-player-mobile__station.played .radio-player-mobile__station-button-play {display: -webkit-flex; display: flex;}
.radio-player-mobile__station.played .radio-player-mobile__station-button-play:before,
.radio-player-mobile__station.played .radio-player-mobile__station-button-play:after {display: block; content: ''; width: 3px; height: 11px; background: #303030; border: 0; }
.radio-player-mobile__station.played .radio-player-mobile__station-button-play:after {margin-left: 3px;}
.radio-player-mobile__sound-value {color: #fff;}
.radio-player-mobile_position-1 {height: 55px; margin-top: -20px; top: 0; }
.radio-player-mobile_position-2 {top: 0; margin-bottom: 20px; margin-top: 60px;}

.radio-player-mobile.fixed.active .radio-player-mobile__data {background: #fff; position: fixed; width: 100%; z-index: 100; padding: 10px 15px;}
/* .radio-player-mobile.fixed.active .radio-player-mobile__stations {width: 80px; flex-shrink: 0;}
.radio-player-mobile.fixed.active .radio-player-mobile__station {width: 100%; display: none; margin: 0; }
.radio-player-mobile.fixed.active .radio-player-mobile__station-picture {height: 25px; width: 30px; flex-grow: 0; flex-shrink: 0; }
.radio-player-mobile.fixed.active .radio-player-mobile__station.active {display: flex; align-items: center; width: 100%;}
.radio-player-mobile.fixed.active .radio-player-mobile__station.active .radio-player-mobile__station-button-play {margin: 0 0 0 6px;}
.radio-player-mobile.fixed.active .radio-player-mobile__sound {flex-grow: 1; flex-basis: 0; margin: 0 0 0 15px;} */

.relap-banner-video-holder {}
.relap-banner-video-holder_hidden {max-height: 0px; overflow: hidden;}

.weather-mini {display: flex; padding-left: 90px; position: relative;}
.weather-mini__logo {position: absolute; top: 0; left: 0; width: 83px;}
.weather-mini__item {display: flex; flex-wrap: wrap; margin-left: 20px;}
.weather-mini__item-caption {margin-right: 6px;}
.weather-mini__item-value {padding-left: 25px; position: relative;}
.weather-mini__item-img {position: absolute; top: -3px; left: 0; max-width: 25px;}

.info-top {margin: 11px 0 26px 0; font-size: 13px;}
.info-top__list {display: flex; flex-wrap: wrap;}
.info-top__date {margin-right: 45px; margin-bottom: 10px;}
.info-top__currency {display: flex; flex-wrap: wrap; margin-right: 35px; margin-bottom: 10px;}
.info-top__currency-item {margin-right: 10px; white-space: nowrap;}
.info-top__weather {margin-bottom: 10px;}

.callback__banner {display: block; font-size: 18px; padding: 8px 40px; border-radius: 4px; box-shadow: 0 4px 0 #096dbd; line-height: 1.2; margin-top: 30px;}

.news-detail {}
.news-detail__grid_1 {display: flex; flex-wrap: wrap;}
.news-detail__grid_1 .news-detail__grid-item {display: flex; flex-wrap: wrap;}
.news-detail__grid_1 .news-detail__grid-item_1 {margin-right: 60px;}
.news-detail__grid_1 .news-detail__grid-item_2 {}
.news-detail__head {margin-bottom: 12px;}
.news-detail__head h1 {font-family: "PT Serif", sans-serif; font-size: 37px; margin-bottom: 0; line-height: 1.2;}
.news-detail__info {color: #8d8d8d; margin-top: 18px;}
.news-detail__info-separator {color: #8d8d8d; margin: 0 5px;}
.news-detail__info-separator:after {content: '•';}
.news-detail__info_bottom {display: flex; flex-wrap: wrap; color: #8d8d8d;}
.news-detail__breadcrumbs {display: block; color: #8d8d8d;}
.news-detail__breadcrumbs li {font-size: 13px; color: #8d8d8d;}
.news-detail__breadcrumbs li:after {color: #8d8d8d !important;}
.news-detail__breadcrumbs a {color: #8d8d8d;}
.news-detail__author {}
.news-detail__date {}
.news-detail__counter {display: flex; color: #8d8d8d; margin-right: 10px;}
.news-detail__counter-icon {margin-right: 5px; position: relative; top: 3px; vertical-align: top;}
.news-detail__counter_views {}
.news-detail__counter_comments .news-detail__counter-icon {top: 1px; }
.news-detail__content {font-family: "PT Sans", sans-serif; font-size: 19px; line-height: 1.54;}
.news-detail__content p {line-height: inherit; margin-bottom: 26px;}
.news-detail__content ul {margin: 0; padding: 0; list-style: none; line-height: inherit;}
.news-detail__content ul li {margin: 0 0 10px 0; padding: 0 0 0 16px; position: relative;}
.news-detail__content ul li:before {content: '•'; position: absolute; top: 0; left: 0; color: #2196f3;}
.news-detail__img {margin-bottom: 25px;}
.news-detail__img img {vertical-align: top;}
.news-detail__img-caption,
.news-detail__img > p {font-size: 14px; color: #8d8d8d; margin: 12px 0 0 0;}
.news-detail__blockquote {margin-top: 30px; margin-bottom: 30px;}

.subscription-tg-top {font-size: 17.5px; color: #fff; background: #2095f3; padding: 5px 0; margin: 0;}
.subscription-tg-top__columns {float: none;}
.subscription-tg-top__inner {padding-left: 42px; margin: 0 -8px; position: relative;}
.subscription-tg-top__icon {display: block; font-size: 30px; border: 0; border-radius: 0; padding: 0; margin: 0; position: absolute; top: 0; left: 0;}
.subscription-tg-top__text {margin-right: 10px;}
.subscription-tg-top__button {font-size: inherit; color: #fff; padding: 2px 12px; border: 1px solid #80d8fd; border-radius: 4px;}

.subscription__logo-viber {margin-right: .42857rem; vertical-align: top;}

.menu-left__item {font-size: 15px; line-height: 1.2; margin-bottom: 9px;}
.menu-left__link {font-weight: normal;}
.menu-left__link-accordion {}
.is-accordion-submenu-parent>a {display: inline-block !important; padding-right: 24px !important;}
.is-accordion-submenu-parent>a::after {margin-top: -2px; right: 0;}
.is-accordion-submenu-parent {}
.is-accordion-submenu {margin-top: 8px; margin-right: -22px;}

.footer__social {display: flex; flex-wrap: wrap;}
.footer__social-item {margin: 0 9px 9px 0;}
.footer__social-item:last-child {margin-right: 0;}
.footer__social-item-img {display: block;}

@media screen and (min-width: 40em) {
    .subscription_viber {background-image: url(../images/logo-subscription-viber.png);}
}

@media screen and (max-width: 59.9375em) {
    .informer__sub-objects {min-width: 65%; margin-top: -5px;}

    .block__sidebar_informer {display: none;}
    .x-news-list__item-informer {display: block;}

    .informer-a {padding: 10px 15px; margin: 0 0 18px 0; font-size: 13px;}
    .informer-a__title {margin-bottom: 7px;}
    .informer-a__details {display: flex; flex-wrap: wrap;}
    .informer-a__detail {width: 50%; order: 3;}
    .informer-a__detail-icon {width: 8px; height: 8px; top: 6px; }
    .informer-a__detail-value {margin-left: auto;}
    .informer-a__detail-separator {}
    .informer-a__detail_1 {order: 1; width: 45%;}
    .informer-a__detail_2 {order: 2; width: 45%;}
    .informer-a__detail_3 {order: 1; width: 55%;}
    .informer-a__detail_4 {order: 2; width: 55%;}
    .informer-a__info {text-align: right; margin-top: 5px;}
    .informer-a_mobile {display: block;}

    .post-mini-a {font-size: 14px;}
    .post-mini-a__inner {padding: 5px 0 5px;}
    .post-mini-a__title {font-size: 15px;}

    .blockquote-a {padding: 30px 20px 30px; }
    .blockquote-a__text {padding-top: 90px;}
    .blockquote-a__text:before {position: absolute; top: 0; left: -10px;}
    .blockquote-a__author {margin-top: 30px;}
    .blockquote-a__author-picture {margin-right: 20px;}
    .blockquote {padding: 120px 20px 30px;}
    .blockquote:before {content: '“'; font-size: 265px; color: #2196f3; line-height: 0.9; width: auto; max-height: 80px; position: absolute; top: 30px; left: 18px;}

    .popup-a__data-inner {padding: 20px 20px;}

    .aggr-buttons {display: flex; flex-wrap: wrap; align-items: center;}
    .aggr-buttons__caption {width: 100%; margin-right: 0;}
    .aggr-buttons__item {margin-top: 3px;}
    .aggr-buttons__popup-buttons {padding: 15px 0;}
    .aggr-buttons__popup-button {min-width: 100px; }



    .map-default .post-mini-a__bar {display: none;}
    
    .radio-player-mobile_shown {display: block;}

    .banner-skrollr_xsm-shown {display: block;}

    .callback__banner {display: block; margin-top: 20px;}

    .news-detail__grid_1 {justify-content: space-between;}
    .news-detail__grid_1 .news-detail__grid-item_1 {margin-right: 0;}
    .news-detail__head {margin-bottom: 8px;}
    .news-detail__head h1 {font-size: 33px;}

    .footer__social {margin-top: 12px;}
    .footer__social-item {vertical-align: top;}

}

@media screen and (max-width: 400px) {
    .subscription-tg-top {font-size: 16px;text-align: center;}

}
