* {
    font-family: "Roboto", Arial, sans-serif;
    /*-webkit-overflow-scrolling: touch;*/
}
body {
    /*background:#f2f2f2;*/
    background: #e5e5e3;
}
input {
    font-family: "Roboto", Arial, sans-serif;
}
.forum-quote {
    background: #e5e5e3;
    border: 5px solid #e5e5e3;
}
.blog-p-user-name {
    color: #2d2d2d;
    cursor: default;
    pointer-events: none;
}
.blog-p-user-name:hover {
    text-decoration: none;
    color: #2d2d2d;
    pointer-events: none;
}
.text-grey {
    color: #545454;
}
.gray {
    color: #959595;
}
.red {
    color: #ed1c24;
}
.green {
    color: #5bbf42;
}
.banner-max-size iframe {
    border: none;
    max-height: 120px;
}
.page-title {
    margin: 24px 0 20px;
    color: #231f20;
    font-size: 30px;
    line-height: 1.3em;
    font-family: "Ubuntu";
}
.adv_audio .item {
    margin-bottom: 30px;
}
.adv_audio .item .name {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 12px;
}
.adv_audio .item .wrap-img {
    margin-right: 30px;
}
.adv_audio .item .desc {
    font-size: 16px;
    padding-bottom: 20px;
}
.adv_audio .item .prop {
    line-height: 1.2;
    padding-bottom: 5px;
}
.adv_audio .item .name-track {
    padding-bottom: 10px;
    font-size: 13px;
    color: #6c6c6c;
    line-height: 1;
}
.adv_audio .wrap-img img {
    max-width: 100%;
}
.adv_audio audio {
    width: 100%;
    margin-top: 30px;
}
.search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* page subtitle */

.page-subtitle {
    text-transform: uppercase;
    color: #ed1c24;
    font-size: 13px;
    margin: 0 0 20px;
}
.page-subtitle__date {
    font-family: "Ubuntu";
    font-size: 13px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 12px;
    text-transform: none;
}
.page-subtitle__views {
    font-family: "Ubuntu";
    font-size: 13px;
    display: inline-block;
    margin-right: 17px;
    background: url(../img/svg/eye.svg) 0 50% no-repeat;
    padding-left: 25px;
}
.page-subtitle__views:hover {
    background: url('../img/svg/eye_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.page-subtitle__comments {
    font-family: "Ubuntu";
    font-size: 13px;
    display: inline-block;
    background: url('../img/svg/comments.svg') 0 50% no-repeat;
    padding-left: 25px;
}
.page-subtitle__comments:hover {
    background: url('../img/svg/comments_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
/* page subtitle */

.marg-bot {
    margin-bottom: 2px;
}
.header__main__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7px;
    margin-bottom: 7px;
}
/* header */

.header {
    width: 100%;
    position: relative;
}
.header__banner {
    display: none;
    height: 122px;
    background: #f3f3f3;
    -webkit-transition: opacity 6s ease-in-out;
    -o-transition: opacity 6s ease-in-out;
    transition: opacity 6s ease-in-out;
}
/*.header__banner.show {height: 120px;}*/

.header__banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.header-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
}
.header-mobile-menu>a {
    max-width: 20%;
}
.header__nav-top {
    width: 100%;
    height: 50px;
    position: relative;
    background: #231f20;
}
.header__nav-top__age {
    font-size: 13px;
    color: #757575;
    display: block;
    position: absolute;
    top: 16px;
    left: -50px;
}
.header__nav-top__age span {
    display: none;
}
.header__nav-top__item {
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #f0efef;
    text-decoration: none;
    margin-right: 47px;
    padding-top: 18px;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    padding-bottom: 16px;
}
.header__nav-top__item:hover {
    color: #959595;
    text-decoration: none;
}
.header__nav-top__right {
    display: block;
    float: right;
}
.header__nav-top__right__social {
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 14px 0;
}
.header__nav-top__right__social:hover {
    color: #959595;
    text-decoration: none;
}
.header__nav-top__right__search {
    width: 189px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin-left: 14px;
    z-index: 10;
    position: relative;
}
.header__nav-top__right__search:after {
    position: absolute;
    height: 100%;
    width: 50px;
    content: '16+';
    top: 0;
    right: -50px;
    color: grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
}
.radio-main-padding {
    padding-left: 0;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}
.header__nav-top__right__search__btn {
    width: 50px;
    height: 50px;
    background: #ed1c24;
    text-align: center;
    display: block;
}
.header__nav-top__right__search__btn span {
    font-size: 24px;
    padding-top: 13px;
    color: #fff;
}
.header__nav-top__right__search__btn:hover {
    background: #939598;
}
.header__nav-top__right__search__inside {
    width: 0;
    height: 60px;
    display: block;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    background: #231f20;
    -webkit-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
}
.header__nav-top__right__search__inside.opened {
    width: 79%;
    padding-left: 42px;
}
.header__nav-top__right__search__input {
    background: #fff;
    border: 0;
    font-size: 13px;
    padding: 9px;
    outline: none;
    display: block;
    width: 100%;
    margin: 11px 0 12px;
}
.header__nav-top__right__search__close {
    display: block;
    position: absolute;
    font-size: 16px;
    top: 16px;
    left: 10px;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
.header__nav-top__right__search__close:hover {
    color: #959595;
    text-decoration: none;
}
.header__nav-top__right__search__send {
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    font-size: 24px;
    color: #959595;
    z-index: 10;
    padding-bottom: 4px;
}
.header__nav-top__right__search__send:hover {
    color: #231f20;
    cursor: pointer;
}
.header__main {
    width: 100%;
    position: relative;
    background: #fff;
    /*border-bottom:1px solid #f4f4f4;*/
}
.header__main__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*padding:18px 0;*/
}
.header__main__logo img {
    max-width: 150px;
    max-height: 76px;
}
.header__main__radio {
    padding: 18px 0;
}
.header__main__hl {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 0;
}
.header__main__hl__col {
    width: 47%;
    display: inline-block;
    vertical-align: middle;
}
.header__main__hl__col--text {
    width: 48%;
    padding-top: 12px;
    font-size: 13px;
    float: left;
    padding-right: 5px;
}
.header__main__hl__col p {
    color: #545454;
    font-size: 12px;
    line-height: 16px;
    font-family: "Ubuntu";
    text-align: right;
}
.header__main__hl__col strong {
    color: #231f20;
    font-size: 13px;
}
.header__main__hl__ask {
    color: #ed1c24;
    font-size: 13px;
    display: block;
    margin-top: 17px;
    text-align: right;
    text-decoration: none;
}
.header__main__hl__ask:hover {
    text-decoration: none;
}
.header__main__info__date {
    font-size: 13px;
}
.header__main__info__exchange {
    font-size: 13px;
    white-space: nowrap;
    padding: 0 10%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.header__main__info__weather {
    font-size: 13px;
    white-space: nowrap;
}
.header__main__info__weather img {
    width: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.header__nav__categories {
    width: 100%;
    /*height:65px;*/
    position: relative;
    background: #fff;
    /*padding:15px 0;*/
    /*padding-bottom:20px;*/
}
.header__nav__categories .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__nav__categories .col {
    text-align: center;
    max-width: 15%;
}
.header__nav__categories__item {
    font-size: 14px;
    color: #231f20;
    padding: 10px 24px;
    border-radius: 3px;
    display: block;
}
.header__nav__categories__item:hover {
    background: #f1f1f0;
    /*color:#fff;*/
    color: #231f20;
    text-decoration: none;
}
.header__nav-top-mobile-btn {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ed1c24 url('../img/svg/menu.svg') 20px 50% no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 20px 20px 60px;
    width: 120px;
    z-index: 9;
}
.header__nav-top-mobile-btn:hover {
    color: #fff;
}
@media screen and (max-width:991px) {
    .header__nav__categories .col {
        padding-left: 0;
        padding-right: 0;
    }
    .header__nav-top .container {
        padding: 0;
        width: 100%;
    }
    .header-mobile-menu {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 10;
        width: 100%;
        background: rgba(0, 0, 0, 0.95);
        padding: 20px 0 90px;
    }
    .header-mobile-menu.opened {
        display: block;
    }
    .header-mobile-menu .header__nav-top__item {
        display: block;
        width: 100%;
        text-align: center;
    }
    .header__nav-top__age {
        width: 100%;
        position: absolute;
        top: auto;
        left: 0;
        bottom: 40px;
        text-align: center;
    }
    .header__nav-top__age span {
        display: inline-block;
    }
}
@media screen and (max-width:767px) {
    .header-mobile-menu {
        top: 50px;
    }
    .header__main__logo img {
        display: block;
        margin: 0 auto;
    }
    .header-mobile-menu__social {
        text-align: center;
    }
    .header__banner {
        /*height:50px;*/
    }
    .header__nav-top__right {
        display: none;
    }
    .header__nav-top-mobile-btn {
        font-size: 0;
        padding-right: 0;
    }
}
/* header */

/* footer */

.footer {
    background: #231f20;
    padding: 30px 0 20px;
}
.footer__nav {
    /*justify-content:space-between;
		margin-left:0;*/
}
.footer__nav .col, .footer__nav[class="col-*"] {
    padding: 0;
}
.footer__nav__item {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    margin-right: 35px;
    margin-top: 0px;
}
.footer__nav__item:hover {
    color: #959595;
    text-decoration: none;
}
.footer__nav__social__item {
    font-size: 24px;
    display: inline-block;
    margin-left: 19px;
    color: #fff;
    line-height: 19px;
}
.footer__nav__social__item:first-of-type {
    margin: 0;
}
.footer__nav__social__item:hover {
    color: #959595;
    text-decoration: none;
}
.footer__credits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__credits .age {
    font-size: 21px;
    color: #fff;
    padding-right: 30px;
}
.footer__credits .report-error {
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 15px;
}
.footer__credits>div {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
.footer__credits p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #6c6c6c;
}
.footer__bottom {
    padding-top: 56px;
}
.footer__form {
    padding-left: 47px;
}
.footer__form__title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 27px;
}
.footer__subscribe {
    display: block;
    position: relative;
    font-size: 0;
}
.footer__subscribe__input {
    width: 265px;
    margin-right: 20px;
    font-size: 14px;
    padding: 8px;
    border: 0;
    background: #fff;
    font-family: "Roboto";
    font-weight: 300;
    outline: none;
    border-radius: 0;
}
.footer__subscribe__btn {
    width: 32%;
    font-size: 14px;
    padding: 8px;
    border: 0;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    font-family: "Roboto";
    font-weight: 300;
}
.footer__subscribe__btn:hover {
    background: #ff474e;
    cursor: pointer;
}
.footer__creators {
    color: #fff;
    font-size: 14px;
    font-family: "Ubuntu";
    padding-top: 28px;
    display: block;
}
.footer__creators img {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
@media screen and (max-width:1200px) {
    .footer__nav__item {
        margin-right: 13px;
    }
    .footer__nav__social__item {
        margin-left: 14px;
    }
}
/* tablets */

@media screen and (max-width:1024px) {
    .footer__nav__item {
        margin-right: 13px;
    }
    .footer__subscribe {
        text-align: left;
        margin-top: 40px;
        padding-left: 0;
    }
    .footer__form__title {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-top: 2px;
        margin-right: 4%;
    }
    .footer__subscribe__input {
        width: 37%;
        margin-right: 5px;
    }
    .footer__subscribe__btn--mobile {
        width: 20%;
    }
    .footer__credits {
        text-align: center;
    }
    .footer__creators {
        text-align: center;
    }
}
/* tablets */

/* mobile */

@media screen and (max-width:767px) {
    .footer__nav {
        width: 100%;
        padding-left: 10px;
    }
    .footer__nav__item {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 10px;
    }
    .footer__nav__social__item, .footer__nav__social__item:first-of-type {
        margin: 0 20px;
    }
    .footer__credits {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer__credits .age {
        padding: 0;
        padding-bottom: 15px;
    }
    .footer__credits .report-error {
        display: none;
    }
    .footer__creators {
        text-align: center;
    }
    .footer__form__title {
        text-align: center;
        margin-top: 30px;
        display: block;
        width: 100%;
    }
    /*.footer__subscribe {
				width:100%;
				margin-left:-5px;
			}*/
    .footer__subscribe__input {
        width: 72%;
        margin-right: 3%;
    }
    .footer__subscribe__btn--mobile {
        width: 25%;
        height: 37px;
        font-size: 0;
        vertical-align: top;
        background: #ed1c24 url('../img/sub_arrow.png') 50% 50% no-repeat;
    }
    .footer__subscribe__btn--mobile:hover {
        background: #ed1c24 url('../img/sub_arrow.png') 50% 50% no-repeat;
    }
}
/* mobile */

/* footer */

/* content */

.main {
    padding-top: 26px;
    padding-bottom: 26px;
}
.sidebar {
    padding-top: 26px;
    padding-bottom: 26px;
}
.block {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}
/* content */

/* poll block */

.block--poll {}
.poll-block__date {
    padding: 13px 20px 0;
    color: #929292;
    font-size: 15px;
    margin-bottom: 0px;
}
.poll-block__question {
    font-size: 15px;
    line-height: 21px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.poll-block__answer {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
}
.poll-block__answer input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.poll-block__voted {
    color: #cbcbcb;
    font-size: 14px;
    padding-top: 16px;
    margin: 0;
    padding-left: 20px;
    line-height: 18px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.poll-block__results {
    font-size: 14px;
    color: #ed1c24;
    margin-bottom: 15px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.poll-block__send {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 0;
    background: #ed1c24;
    font-family: "Roboto";
}
.poll-block__send:hover {
    cursor: pointer;
    background: #959595;
}
/* poll block */

/* banners */

.block--banner {
    /*min-height:364px;*/
}
.block--banner-wide>* {
    width: 100%;
}
.block--banner-wide img {
    width: 100%;
    max-width: 100%;
}
.block--banner-wide a {
    display: block;
}
/* banners */

/* announce */

.announce-block {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}
.announce-block--photo {
    overflow: hidden;
}
.announce-block.announce-block--big {
    margin-bottom: 25px;
}
.announce-block__pic {
    width: 100%;
    height: 180px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.block--banner-wide {
    margin-top: 5px;
}
.announce-block--big .announce-block__pic {
    height: 290px;
}
a:hover .announce-block__pic {
    opacity: 0.8;
}
.announce-block__category {
    width: 100%;
    height: 5px;
    background: #ec0d15;
    position: absolute;
    top: 225px;
}
.announce-block__category span {
    font-size: 12px;
    font-family: "Ubuntu";
    color: #fff;
    background-color: #ec0d15;
    position: absolute;
    top: -10px;
    z-index: 2;
    left: 10px;
    padding: 2px 8px;
}
.ico-intervie:after {
    background-image: url(../img/svg/play_radio_menu.svg);
    background-repeat: no-repeat;
    background-position: right center;
    content: '';
    background-size: 6px;
    padding-left: 12px;
}
.announce-block__title {
    font-size: 16px;
    height: 99px;
    font-weight: 600;
    padding: 25px 20px 20px;
    margin: 0;
    line-height: 1.3em;
}
.announce-block--big .announce-block__title {
    font-size: 17px;
    height: 85px;
    font-weight: 600;
    padding: 20px 20px 10px;
    margin: 0;
    height: auto;
}
.announce-block--photo .announce-block__title {
    /*width:85%;*/
}
.announce-block--photo .wrap-img {
    padding: 20px 20px 0 20px;
    position: relative;
}
.announce-block--photo .wrap-img>div {
    background-position: center;
}
.announce-block--photo .wrap-img:after {
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    right: -9px;
    top: -9px;
    background: #e5e5e3;
    z-index: 99;
}
.announce-block--photo .wrap-img:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 0 16px;
    border-color: transparent transparent transparent #ed1c24;
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    z-index: 100;
}
.announce-block__title a, .announce-block__title a:hover {
    color: inherit;
}
.announce-block__desc {
    color: #959595;
    font-size: 15px;
    padding: 15px 20px 13px;
    margin: 0;
}
.announce-block__desc--small {
    font-size: 14px;
    line-height: 20px;
}
.announce-block__info {
    padding: 0 0 15px 20px;
}
.announce-block__info__time {
    font-size: 13px;
    color: #959595;
    font-family: "Ubuntu";
    display: inline-block;
    margin: 0 20px 0 0;
}
.announce-block--big .announce-block__info__time {
    margin: 0 40px 0 0;
}
.announce-block__info__stats {
    display: inline-block;
    width: 55%;
}
.announce-block--big .announce-block__info__stats {
    width: 50%;
}
.announce-block__info__stats__views {
    display: inline-block;
    margin-right: 10px;
    color: #959595;
    padding-left: 25px;
    background: url('../img/svg/eye.svg') 0 50% no-repeat;
    font-family: "Ubuntu";
    font-size: 14px;
}
.announce-block__info__stats__views:hover {
    background: url('../img/svg/eye_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.announce-block__info__stats__comments {
    display: inline-block;
    color: #959595;
    font-family: "Ubuntu";
    padding-left: 30px;
    background: url('../img/svg/comments.svg') 0 50% no-repeat;
    font-size: 14px;
}
.announce-block__info__stats__comments:hover {
    background: url('../img/svg/comments_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.announce-block__author-text {
    color: #959595;
    font-family: "Ubuntu";
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.announce-block__author-text span {
    color: #000;
    font-family: "Ubuntu";
    font-size: 14px;
}
.announce-block-more-btn {
    border: 1px solid #d1d1d1;
    text-transform: uppercase;
    color: #929292;
    display: block;
    margin: 10px 0 25px;
    padding: 13px;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 20px;
    font-family: "Ubuntu";
    text-align: center;
}
.announce-block-more-btn:hover {
    text-decoration: none;
    color: #929292;
}
.announce-title {
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 28px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    letter-spacing: 3px;
}
.announce-block__author-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    margin-top: -30px;
    background: #fff;
    right: 10px;
}
.announce-block--photo .announce-block__title {
    padding-top: 23px;
    height: 72px;
    overflow: hidden;
    padding-bottom: 9px;
}
/* announce */

/* latest news */

.latest-news {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}
.latest-news__title {
    border-bottom: 1px solid #d1d1d1;
    color: #2d2d2d;
    padding: 10px 17px 10px;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 18px;
}
.latest-news__item {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 23px;
}
.latest-news__item__link {
    color: inherit;
    font-size: 15px;
    line-height: 20px;
    display: block;
}
.latest-news__item__link:hover {
    color: inherit;
}
.latest-news__item__link span {
    color: #959595;
}
.latest-news__item__view {
    display: inline-block;
    margin-right: 10px;
    color: #959595;
    padding-left: 25px;
    background: url(../img/svg/eye.svg) 0 50% no-repeat;
    font-size: 14px;
}
.latest-news__item__view:hover {
    background: url('../img/svg/eye_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.latest-news__item__comments {
    display: inline-block;
    color: #959595;
    padding-left: 30px;
    background: url('../img/svg/comments.svg') 0 50% no-repeat;
    font-size: 14px;
}
.latest-news__item__comments:hover {
    background: url('../img/svg/comments_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.latest-news__all-btn {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 0;
    background: #ed1c24;
    font-family: "Roboto";
    margin-top: 13px;
}
.latest-news__all-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #959595;
}
/* latest news */

/* pagination */

.pagination {
    display: block;
    padding: 7px 0;
    text-align: center;
}
.pagination__item {
    width: 40px;
    height: 40px;
    color: #231f20;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    margin: 0 3px;
}
.pagination__item--active, .pagination__item:hover {
    background: #231f20;
    color: #fff;
    text-decoration: none;
}
.pagination__dots {
    font-size: 14px;
    height: 40px;
    display: inline-block;
    padding-top: 10px;
    color: #231f20;
    margin: 0 8px;
}
.pagination__dots:hover {
    text-decoration: none;
    color: #231f20;
}
/* pagination */

/* block partners */

.block--partners {
    padding: 20px 20px 10px;
}
.block--partners .block__title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.block-partners__item {
    color: #000;
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.block-partners__item:hover {
    color: inherit;
}
.block-partners__item__pic {
    display: block;
    width: 70px;
    height: 59px;
    float: left;
    margin-right: 10px;
}
.block-partners__item__text {
    font-size: 13px;
    display: block;
    line-height: 18px;
    margin: 0;
    padding-top: 0;
}
/* block partners */

.programs-list .latest-news__item {
    padding-left: 0px;
    padding-right: 0px;
}
/* blogs */

.blog-list {}
.blog-list__item {
    margin-bottom: 26px;
    background: #fff;
    position: relative;
}
.blog-list__item__pic {
    display: block;
    width: 167px;
    height: 147px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#header__main__hl__col-image {
    display: block;
    width: 140px;
    height: 160px;
    float: right;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -60px;
}
.blog-list__item__content {
    padding: 20px 25px;
    display: block;
    position: relative;
    /* padding-left: 194px; */
    float: left;
    width: 680px;
}
.blog-list__item__title, .blog-list__item__title:hover {
    font-size: 20px;
    color: #2d2d2d;
    line-height: 26px;
    margin-bottom: 13px;
    display: block;
}
.blog-list__item__info {}
.blog-list__item__time {
    display: inline-block;
    font-size: 13px;
    color: #959595;
    margin: 0 30px 0 0;
}
.blog-list__item__views {
    display: inline-block;
    margin-right: 20px;
    color: #959595;
    padding-left: 25px;
    background: url('../img/svg/eye.svg') 0 50% no-repeat;
    font-size: 13px;
}
.blog-list__item__views:hover {
    background: url('../img/svg/eye_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.blog-list__item__comments {
    display: inline-block;
    color: #959595;
    padding-left: 30px;
    background: url('../img/svg/comments.svg') 0 50% no-repeat;
    font-size: 13px;
}
.blog-list__item__comments:hover {
    background: url('../img/svg/comments_hover.svg') 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
/* blogs */

/* blog author */

.blog-author__head {
    background: #fff;
    padding: 45px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.blog-author__head__all {
    display: block;
    position: absolute;
    top: 45px;
    right: 30px;
    font-size: 13px;
    color: #959595;
    margin: 0;
}
.blog-author__head a.blog-author__head__all-links {
    padding-left: 19px;
    background: url('../img/svg/all.svg') 0 50% no-repeat;
    font-size: 12px;
    color: #959595;
    margin: 0;
    display: block;
    position: absolute;
    top: 45px;
    right: 30px;
}
.blog-author__head a.blog-author__head__all-links:hover {
    cursor: pointer;
    color: #000;
    text-decoration: underline;
    background: url('../img/svg/all_hover.svg') 0 50% no-repeat;
}
.blog-author__head__all span {
    color: #ed1c24;
}
.blog-author__head__pic {
    display: block;
    float: left;
    width: 100px;
    height: 94px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 4px solid #ed1c24;
    margin-right: 25px;
}
.blog-author__head__pic--no-border {
    border: 0;
}
.blog-author__head__info {
    display: block;
    width: 75%;
    float: left;
}
.blog-author__head__info__name {
    font-size: 20px;
    font-weight: 600;
    margin: -7px 0 16px;
}
.blog-author__head__info__occupation {
    color: #959595;
    font-size: 14px;
    line-height: 22px;
}
.blog-author__head__info__all {
    padding-left: 25px;
    background: url('../img/svg/all.svg') 0 50% no-repeat;
    font-size: 12px;
    color: #959595;
    text-decoration: none;
}
.blog-author__head__info__all:hover {
    color: #2d2d2d;
    background: url('../img/svg/all_hover.svg') 0 50% no-repeat;
}
.blog-author__list {
    position: relative;
}
.blog-author__list>a, .blog-author__list>a:hover {
    text-decoration: none
}
.blog-author__list__item {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 25px;
}
.blog-author__list__item__date {
    font-size: 13px;
    color: #959595;
    margin: 0 0 15px;
}
.blog-author__list__item__title {
    font-size: 20px;
    color: #2d2d2d;
    margin: 0 0 13px;
}
.blog-author__list__item__text {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 21px;
}
/* blog author */

/* blog single */

.blog-single {
    background: #fff;
    padding: 30px 30px;
    margin-bottom: 20px;
}
.blog-single h2 {
    margin-bottom: 20px;
}
.blog-single img {
    max-width: 100%;
}
.blog-single p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
}
.blog-single__orig, .blog-single__orig:hover {
    display: block;
    color: #ed1c24;
    font-size: 16px;
    margin-bottom: 45px;
    text-decoration: underline;
}
.blog-single__tags {
    position: relative;
    margin: 30px 0 30px;
    color: #959595;
    font-size: 10px;
}
.blog-single__tags * {
    color: #959595;
    display: inline-block;
}
.blog-single__tags a:hover {
    color: #2d2d2d;
}
.blog-single .txt a {
    color: #ed1c24;
}
/* blog single */

/* block share */

.block__share {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    background: #fff;
    height: 75px;
    padding-left: 30px;
}
.block__share .wrap-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
}
.block__share__item {
    width: 40px;
    height: 40px;
    background: #ed1c24;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
}
.block__share__item.copy_url {
    cursor: pointer;
}
.block__share__item:hover, .block__share__item:hover span, .block__share__item:hover span:hover {
    text-decoration: none;
    color: #fff;
    background: #3a86c0;
}
.block__share__item .fa {
    font-size: 14px;
    margin: 0 18px;
}
.block__share__item:hover>span:not(.fa) {
    text-decoration: none;
    color: #fff;
    background: #3a86c0;
}
/* block share */

/* read more */

.read-more {
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    padding: 35px 30px 25px;
}
.read-more__title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 20px;
}
.read-more__item {
    position: relative;
    margin-bottom: 16px;
}
.read-more__item__date {
    font-size: 13px;
    color: #959595;
    margin: 0px;
}
.read-more__item__title, .read-more__item__title:hover {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #2d2d2d;
}
.read-more__item__pic {
    margin-bottom: 15px;
}
.read-more__item__pic img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter ease-out 0.6s;
    -webkit-transition: -webkit-filter ease-out 0.6s;
    -o-transition: filter ease-out 0.6s;
    transition: filter ease-out 0.6s;
    transition: filter ease-out 0.6s, -webkit-filter ease-out 0.6s;
}
.read-more__item:hover .read-more__item__pic img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/* read more */

.text-red {
    color: #ed1c24;
}
/* comments */

.comments {
    background: #fff;
    /* margin-bottom: 26px; */
    padding: 41px 28px;
}
.comments__title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 27px;
}
.comments__form {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-left: 80px;
}
.comments__form__avatar {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.comments__form__input {
    width: 250px;
    display: block;
    border: 2px solid #f5f5f5;
    margin-bottom: 12px;
    padding: 12px 20px;
    font-size: 13px;
    color: #959595;
    outline: none;
    font-family: "Roboto";
    max-width: 100%;
}
.comments__form__textarea {
    width: 100%;
    height: 108px;
    display: block;
    border: 2px solid #f5f5f5;
    margin-bottom: 17px;
    padding: 13px 21px;
    font-size: 13px;
    color: #959595;
    outline: none;
    font-family: "Roboto";
    max-width: 100%;
    min-width: 100%;
}
.comments__form__btn, .comments__form__btn:hover {
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    background: #fff;
    text-align: center;
    font-size: 12px;
    padding: 3px 35px;
    font-family: "Roboto";
    display: inline-block;
    margin-right: 10px;
}
.comments__form__btn--filled {
    border: 1px solid #c4c4c4;
    background: #c4c4c4;
    color: #fff;
}
.comments__list {
    margin: 20px 0 -20px;
    padding: 0;
    list-style-type: none;
}
.comments__list--inside {
    padding-left: 77px;
}
.comments__list__item {
    padding: 17px 0 20px 77px;
    position: relative;
    margin: 0;
    border-top: 1px solid #f4f4f4;
}
.comments__list__item__avatar {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.comments__list__item__date {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 12px;
    color: #959595;
}
.comments__list__item__author {
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: 700;
    margin: 0 0 16px;
    color: #2d2d2d;
}
.comments__list__item__comment {
    font-size: 13px;
    line-height: 18px;
    color: #2d2d2d;
    margin-bottom: 6px;
}
.comments__list__item__links {
    display: block;
    position: relative;
}
.comments__list__item__answer, .comments__list__item__answer:hover {
    font-size: 13px;
    color: #959595;
    display: inline-block;
    margin-right: 10px;
}
.comments__list__item__share {
    display: inline-block;
}
.comments__list__item__share__text {
    font-size: 13px;
    color: #959595;
    display: inline-block;
    margin-right: 10px;
}
.comments__list__item__share:hover {
    cursor: pointer;
}
.comments__list__item__share:hover .comments__list__item__share__text {
    text-decoration: underline;
}
.comments__list__item__nets {
    display: none;
}
.comments__list__item__share:hover .comments__list__item__nets, .comments__list__item__nets:hover {
    display: inline-block;
    vertical-align: top;
}
.comments__list__item__nets__item {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.comments__list__item__nets__item--vk {
    background: url("../img/svg/vk_сomments.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__item--fb {
    background: url("../img/svg/facebook_сomments.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__item--tw {
    background: url("../img/svg/twitter_сomments.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__item--chain {
    background: url("../img/svg/link_сomments.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__item--vk:hover {
    background: url("../img/svg/vk_сomments_hover.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__item--fb:hover {
    background: url("../img/svg/facebook_сomments_hover.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__item--tw:hover {
    background: url("../img/svg/twitter_сomments_hover.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__item--chain:hover {
    background: url("../img/svg/link_сomments_hover.svg") 50% 50% no-repeat;
}
.comments__list__item__nets__link {
    display: inline-block;
    vertical-align: middle;
    color: #959595;
    font-size: 11px;
    text-decoration: underline;
}
.comments__list__item__nets__link:hover {
    color: #929292;
}
/* comments */

/* city echo */

.city-echo__head {
    position: relative;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    padding: 35px 30px;
    margin-bottom: 25px;
    overflow: hidden;
}
.city-echo__head-photo {
    position: relative;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 27px;
}
.city-echo__title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 30px 0 20px;
}
.city-echo__head .blog-author__head__info__name {
    margin-top: 0;
}
/* city echo */

/* single info block */

.single-info-block {
    padding: 35px 30px;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
}
.single-info-block__pic {
    display: block;
    width: 100%;
}
.single-info-block__text {
    position: relative;
    margin: 30px 0;
}
.single-info-block__text p {
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
}
.single-info-block .blog-author__head__info {
    width: 59%;
}
.single-info-block .city-echo__head-photo {
    margin-left: 5px;
}
.single-info-block .blog-author__head__info__name {
    margin: 0px;
}
.single-info-block__video iframe {
    max-width: 100% !important;
}
/* single info block */

/* news calendar */

.news-cal {
    padding: 13px 20px;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.news-cal__back-btn {
    width: 17px;
    height: 17px;
    display: block;
    float: left;
    background: url('../img/svg/previous_week.svg') 0 0 no-repeat;
    background-size: cover;
    margin-top: 11px;
}
.news-cal__back-btn.turn {
    float: right;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    margin-left: 15px;
}
.news-cal__back-btn:hover {
    background: url('../img/svg/previous_week_hover.svg') 0 0 no-repeat;
}
.news-cal__date {
    /* width: 65%; */
    /* position: relative; */
    /* margin: 0 auto; */
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.news-cal__date__day, .news-cal__date__weekday {
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #959595;
}
.news-cal__date__day {
    padding-right: 5px;
}
.news-cal__date__weekday {
    padding-left: 10px;
}
.news-cal__date__fulldate {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    color: #ed1c24;
    line-height: 38px;
}
.news-cal__cal-btn {
    width: 21px;
    height: 17px;
    display: block;
    float: right;
    background: url('../img/svg/date.svg') 0 0 no-repeat;
    margin-top: 11px;
}
.news-cal__cal-btn:hover {
    background: url('../img/svg/date_hover.svg') 0 0 no-repeat;
}
/* news calendar */

/* search block */

.search-block {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.search-block__form {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.search-block__input {
    width: 64%;
    height: 52px;
    display: block;
    float: left;
    background: #fff;
    font-size: 14px;
    border: 0;
    padding: 10px 30px;
    font-family: "Roboto";
    outline: none;
}
.search-block__form select {
    height: 52px;
    width: 18%;
    float: left;
    font-size: 14px;
    border: none;
    border-left: 2px solid #ddd;
    padding-left: 15px;
    font-family: "Roboto", Arial, sans-serif;
}
.search-block__send {
    width: 18%;
    height: 52px;
    display: block;
    float: left;
    background: #ed1c24;
    border: 0;
    text-align: center;
    letter-spacing: 2px;
    font-size: 13px;
    color: #fff;
    font-family: "Roboto";
}
.search-block__send:hover {
    cursor: pointer;
}
.search-block__results {
    display: block;
    position: relative;
    border-bottom: 3px solid #2d2d2d;
    margin-bottom: 46px;
}
.search-block__results p {
    font-family: "Ubuntu";
    font-size: 15px;
    padding: 10px 0 20px;
    margin: 0;
}
.search-block__results strong {
    font-family: "Ubuntu";
    font-weight: 600;
}
.search-block__send--gray {
    background: #d1d1d1;
}
.search-block__send--gray:hover {
    background: #231f20;
}
/* search block */

/* programs */

.programs-category__title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px 0 30px;
    color: #231f20;
}
*+.programs-category__title {
    margin-top: 35px;
}
.programs-list {
    position: relative;
}
.programs-list__item {
    margin-bottom: 25px;
    background: #fff;
    padding: 35px 30px;
    position: relative;
}
.programs-list__item__archive {
    color: #959595;
    font-size: 13px;
    padding-left: 25px;
    background: url("../img/svg/archive.svg") 5px 50% no-repeat;
    float: right;
}
.programs-list__item__archive:hover {
    color: #2d2d2d;
    background-image: url(../img/svg/archive_hover.svg);
    text-decoration: none;
}
.programs-list__item__listen {
    display: block;
    position: relative;
    float: right;
    color: #959595;
    font-size: 13px;
    padding-left: 15px;
    background: url("../img/svg/sound.svg") 0 50% no-repeat;
    margin-left: 20px;
}
.programs-list__item__listen:hover {
    color: #2d2d2d;
    background: url("../img/svg/sound_hover.svg") 0 50% no-repeat;
}
.programs-list__item__read {
    display: block;
    position: relative;
    float: right;
    color: #959595;
    font-size: 13px;
    padding-left: 15px;
    background: url("../img/svg/read.svg") 0 50% no-repeat;
    margin-left: 20px;
}
.programs-list__item__read:hover {
    color: #2d2d2d;
    background: url("../img/svg/read_hover.svg") 0 50% no-repeat;
}
.programs-list__item__title {
    text-transform: uppercase;
    font-weight: 600;
    color: #ed1c24;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.programs-list__item__air {
    font-weight: 700;
    font-size: 13px;
}
.programs-list__item__air span {
    font-weight: 400;
    font-size: 14px;
    /*text-transform:uppercase;*/
}
.programs-list__item__text {
    font-size: 14px;
    color: #545454;
    line-height: 21px;
}
.programs-list__item__sep {
    width: 100%;
    height: 1px;
    display: block;
    margin: 25px 0;
    background: #f4f4f4;
    border: 0;
}
.hosts-block__text p {
    color: #545454;
    font-size: 14px;
    line-height: 21px;
}
.programs-list__item--single p {
    font-size: 14px;
    font-family: "Ubuntu";
}
.programs-list__item--single b {
    font-family: "Roboto";
    font-size: 13px;
}
.programs-list__item--single .programs-list__item__info b {
    display: block;
}
/* programs */

/* hosts block */

.hosts-block {
    display: block;
    position: relative;
}
.hosts-block__pic {
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    margin-right: 3px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hosts-block__plus {
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    width: 60px;
    height: 60px;
    margin-right: 3px;
    margin-bottom: 6px;
    background: #ededed;
    color: #959595;
    font-weight: 700;
    font-size: 23px;
    padding-top: 14px;
    text-align: center;
}
.hosts-block__text {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin-left: 25px;
    font-size: 13px;
    line-height: 21px;
}
.hosts-block--thin .hosts-block__text {
    width: 90%;
    display: block;
    clear: both;
    margin: 10px 0 0;
}
/* hosts block */

/* guests */

.guests-alphabet {
    width: 100%;
    padding: 35px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
.guests-alphabet p {
    display: inline-block;
    color: #929292;
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
    font-size: 13px;
}
.guests-alphabet__item {
    display: inline-block;
    margin: 0 -1px;
    color: #929292;
    font-size: 13px;
    padding: 0 4px;
}
.guests-alphabet__item:hover, .guests-alphabet__item--active {
    color: #fff;
    background: #929292;
    text-decoration: none;
}
.guests-list {
    padding: 35px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
}
.guests-list__item {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.guests-list__item__pic {
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    margin-right: 20px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.guests-list__item__text {
    position: relative;
    padding-left: 100px;
}
.guests-list__item__text__name {
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    margin-bottom: 10px;
    font-weight: 600;
}
.guests-list__item__text__occupation {
    color: #929292;
    font-size: 13px;
    line-height: 18px;
}
/* guests */

/* editorial */

.editorial__subtitle {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 25px;
}
.editorial-block {
    padding: 35px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
}
.editorial-block__pic {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.editorial-block p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
.editorial-block b {
    font-weight: 600;
}
.editorial-block .editorial-block__text-sm {
    font-size: 14px;
    line-height: 30px;
}
/* editorial */

/* 404 */

.four-o-four {
    display: block;
    position: relative;
}
.four-o-four__oops {
    font-size: 30px;
    margin: 0;
    padding: 55px 0 20px;
    font-weight: 600;
    text-align: center;
    color: #2d2d2d;
    font-family: "Roboto";
}
.four-o-four p {
    text-align: center;
    color: #2d2d2d;
    font-size: 20px;
    font-family: "Roboto";
}
.four-o-four__pic {
    padding: 85px 50px;
    display: block;
    position: relative;
    width: 100%;
}
.four-o-four__back-btn {
    width: 230px;
    height: 42px;
    background: #e20613;
    display: block;
    color: #fff;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.four-o-four__back-btn:hover {
    color: #fff;
}
/* 404 */

/* about */

.about__pic {
    width: 50%;
    display: block;
    margin-right: 20px;
    float: left;
}
.editorial-block--about p {
    margin-bottom: 40px;
}
/* about */

/* ads */

.ads__price {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px;
}
.ads__price__icon {
    width: 100px;
    height: 97px;
    border-right: 3px solid #e6e6e6;
    float: left;
    background: url('../img/svg/price.svg') 50% 50% no-repeat;
}
.ads__price__content {
    padding: 25px 29px 25px 130px;
}
.ads__price__content__download {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    background: url('../img/svg/save_price.svg') 50% 50% no-repeat;
    margin-top: 5px;
}
.ads__price__content__download:hover {
    background: url('../img/svg/save_price_hover.svg') 50% 50% no-repeat;
}
.ads__price__content__text {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #2d2d2d;
}
.ads__price__content__format {
    margin: 0;
    font-size: 13px;
    color: #959595;
    text-transform: uppercase;
}
/* ads */

/* weather */

.weather__item-wrapper {
    position: relative;
    margin-bottom: 25px;
}
.weather__item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}
.weather__item__info {
    width: 20%;
    position: relative;
    float: left;
    padding-left: 30px;
    min-height: 10px;
}
.weather__item__info__daytime {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #2d2d2d;
    font-size: 14px;
}
.weather__item__info__num {
    font-size: 34px;
    display: inline-block;
    line-height: 31px;
    font-weight: 500;
}
.weather__item__info__month {
    font-size: 13px;
    color: #2d2d2d;
    display: block;
    padding-left: 22px;
}
.weather__item__info__day {
    font-size: 13px;
    color: #2d2d2d;
    display: block;
    padding-left: 22px;
}
.weather__item__content {
    background: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 20px;
}
.weather__item--titles .weather__item__content {
    background: transparent;
    padding: 0;
}
.weather__item__content__col {
    width: 15%;
    display: block;
    position: relative;
    float: left;
}
.weather__item--titles .weather__item__content__col {
    width: 11.5%;
}
.weather__item__content__col--wide {
    width: 25%;
    margin-top: 12px;
}
.weather__item--titles .weather__item__content__col--widest {
    width: 52%;
    height: 30px;
}
.weather__item__content__col__daytime {
    display: block;
    font-size: 12px;
}
.weather__item__content__col__temp {
    font-size: 20px;
}
.weather__item__content__col__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 29px;
    width: 30px;
}
.weather__item__content__col__precipitation {
    font-size: 12px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.weather__item__content__col__pressure {
    font-size: 12px;
    color: #2d2d2d;
    text-align: center;
    margin: 16px 0 0;
}
.weather__item__content__col__wet {
    font-size: 12px;
    color: #2d2d2d;
    text-align: center;
    margin: 16px 0 0;
}
.weather__item__content__col__wind {
    font-size: 12px;
    color: #2d2d2d;
    text-align: center;
    margin: 16px 0 0;
}
.weather__item__content__col__feels {
    font-size: 20px;
    color: #2d2d2d;
    text-align: center;
    font-weight: 500;
    margin: 10px 0 0;
}
.weather__item--titles .weather__item__content__col p {
    font-size: 12px;
    text-align: center;
}
/* weather */

/* online radio */

.online-radio__block {
    padding: 35px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 25px;
}
.online-radio__block>p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
}
.online-radio__next {
    width: 100%;
    position: relative;
}
.online-radio__next__title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 50px 0 20px;
}
.online-radio__next__item {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.online-radio__next__item__icon {
    width: 100px;
    height: 97px;
    display: block;
    position: relative;
    border-right: 5px solid #e6e6e6;
    float: left;
    background: url('../img/svg/ether.svg') 50% 50% no-repeat;
}
.online-radio__next__item__content {
    padding: 20px 35px 20px 135px;
}
.online-radio__next__item__time {
    margin: 0;
    font-weight: 600;
    color: #929292;
    font-size: 18px;
    letter-spacing: 1px;
}
.online-radio__next__item__title {
    margin: 0;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 18px;
}
/* player */

.online-radio__player {
    display: block;
    position: relative;
    /*background: #ececec;*/
    margin: 20px 0;
}
.online-radio__player__on-air {
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 10px;
}
.online-radio__player__title {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.online-radio__player__controls {
    display: block;
    position: relative;
}
.online-radio__player__play-btn {
    display: inline-block;
    border: 2px solid rgb(223, 223, 223);
    padding: 8px 0;
    border-radius: 50%;
    line-height: 0;
    margin-top: 3px;
    width: 35px;
    text-align: center;
    height: 35px;
    vertical-align: text-bottom;
}
.online-radio__player__play-btn .fa-pause, .online-radio__player__play-btn .fa-play {
    color: #000;
    /*border: 2px solid rgb(223, 223, 223);
		    padding: 8px 10px;
		    border-radius: 50%;*/
}
.online-radio__player__play-btn.active .fa-pause, .online-radio__player__play-btn .fa-play {
    display: inline-block;
}
.online-radio__player__play-btn.active .fa-play, .online-radio__player__play-btn .fa-pause {
    display: none;
}
.online-radio__player__controls__progress {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 2%;
}
.online-radio__player__controls__progress__line {
    width: 100%;
    height: 8px;
    background: #d0d0d0;
}
.online-radio__player__controls__progress__line span {
    display: block;
    height: 100%;
    background: #ed1c24;
}
.online-radio__player__controls__progress__time {
    display: block;
    font-size: 12px;
    color: #d0d0d0;
    margin: 10px 0 0;
}
.online-radio__player__controls__progress__time span {
    color: #2d2d2d;
}
.online-radio__player__volume {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 54px;
    margin-top: 22px;
}
.online-radio__player__volume .red-line {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ed1c24;
    z-index: 2;
}
.online-radio__player__volume span {
    width: 4px;
    height: 20px;
    display: block;
    position: absolute;
    top: -8px;
    left: 35%;
    margin-left: -2px;
    background: #2d2d2d;
    z-index: 5;
}
.online-radio__player--small {
    border-top: 1px solid #c4c4c4;
    padding: 8px 25px 8px 25px;
    margin-bottom: 15px;
}
.radio-head .online-radio__player--small {
    margin: 0;
}
/*.online-radio__player--small .online-radio__player__volume {
			width:100%;
			margin-left:20px;
		}
*/

.online-radio__player--small .online-radio__player__play-btn {
    /*border-color:#dfdfdf;*/
}
/*.online-radio__player--small .online-radio__player__play-btn.active {
			border-color:#000;
		}*/

.online-radio__player--small .online-radio__player__on-air {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 2px;
    margin-top: 3px;
    /*padding-bottom: 16px;*/
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.online-radio__player--small .online-radio__player__title {
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
    margin: 0;
    color: #ed1c24;
    line-height: 18px;
    position: absolute;
    top: 18px;
}
/* player */

/* online radio */

/* forward line */

.forward-line-block {
    padding: 25px 0 35px;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
}
.forward-line-block__air {
    text-transform: uppercase;
    color: #929292;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 30px;
}
.forward-line-block__content {
    display: block;
    position: relative;
    padding: 0 30px;
    overflow: hidden;
}
.forward-line-block__content__col {
    width: 40%;
    position: relative;
    float: left;
    padding-right: 40px;
}
.forward-line-block__content__col--left {
    width: 60%;
}
.forward-line-block__content__img {
    display: block;
    margin-right: 20px;
    float: left;
}
.forward-line-block__content__title {
    font-size: 13px;
    color: #959595;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.forward-line-block__content__name {
    color: #2d2d2d;
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
}
.forward-line-block__content__name--small {
    font-size: 16px;
    font-weight: 500;
}
.forward-line-block__content__occupation {
    font-style: italic;
    font-size: 13px;
    color: #2d2d2d;
    line-height: 18px;
}
/* forward line */

/* broadcast */

.broadcast-list {
    display: block;
    position: relative;
}
.broadcast-list__item {
    background: #fff;
    padding: 25px 30px;
    position: relative;
    margin-bottom: 25px;
}
.broadcast-list__item__time {
    margin: 0;
    font-weight: 600;
    color: #959595;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 5px;
}
.broadcast-list__item__title {
    margin: 0;
    font-weight: 600;
    color: #2d2d2d;
    font-size: 18px;
    margin-bottom: 5px;
}
.broadcast-list__item__fold-btn {
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    right: 30px;
    display: block;
    position: absolute;
    background: url('../img/svg/curtail.svg') 50% 50% no-repeat;
}
.broadcast-list__item__fold-btn:hover {
    background: url('../img/svg/curtail_hover.svg') 50% 50% no-repeat;
}
.broadcast-list__sublist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.broadcast-list__sublist__item {
    position: relative;
    overflow: hidden;
    padding: 22px 30px 22px 0;
    border-top: 1px solid #d1d1d1;
}
.broadcast-list__sublist .broadcast-list__sublist__item:first-child {
    border-top: 0;
}
.broadcast-list__sublist__item__look {
    display: block;
    float: right;
    margin-left: 20px;
    font-size: 13px;
    color: #959595;
    padding-left: 20px;
    background: url('../img/svg/look.svg') 0 50% no-repeat;
}
.broadcast-list__sublist__item__look:hover {
    color: #2d2d2d;
    background: url('../img/svg/look_hover.svg') 0 50% no-repeat;
    text-decoration: none;
}
.broadcast-list__sublist__item__listen {
    display: block;
    float: right;
    margin-left: 20px;
    font-size: 13px;
    color: #959595;
    padding-left: 15px;
    background: url('../img/svg/sound.svg') 0 50% no-repeat;
}
.broadcast-list__sublist__item__listen:hover {
    color: #2d2d2d;
    background: url('../img/svg/sound_hover.svg') 0 50% no-repeat;
    text-decoration: none;
}
.broadcast-list__sublist__item__read {
    display: block;
    float: right;
    margin-left: 20px;
    font-size: 13px;
    color: #959595;
    padding-left: 18px;
    background: url('../img/svg/read.svg') 0 50% no-repeat;
}
.broadcast-list__sublist__item__read:hover {
    color: #2d2d2d;
    background: url('../img/svg/read_hover.svg') 0 50% no-repeat;
    text-decoration: none;
}
.broadcast-list__sublist__item__time {
    /*width: 8%;*/
    padding-left: 30px;
    color: #ed1c24;
    float: left;
    font-size: 13px;
    margin-top: 3px;
}
.broadcast-list__sublist__item__info {
    display: block;
    position: relative;
    float: left;
    margin-left: 20px;
}
.broadcast-list__sublist__item__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.broadcast-list__sublist__item__desc {
    font-size: 14px;
    line-height: 32px;
}
/* broadcast */

/* gallery */

.gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}
.gallery-big {
    width: 87.4%;
    padding-right: 20px;
    display: block;
    float: left;
}
.gallery-big__pic {
    width: 100%;
}
.gallery-list {
    width: 12.6%;
    display: block;
    float: left;
}
.gallery-list__item {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
.gallery-list__item:hover {
    border: 2px solid #ed1c24;
}
.gallery-list__item--active {
    opacity: 0.5;
}
/* gallery */

.news-detail {
    line-height: 21px;
    font-size: 16px;
}
.news-detail p {
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 0;
}
.news-detail img {
    margin-right: 10px;
}
/* exchange */

.news-detail a {
    color: #ed1c24;
    text-decoration: underline;
}
.news-detail i {
    color: #888;
}
.exchange {
    display: block;
    position: relative;
    background: #fff;
    padding: 35px 30px;
    margin-bottom: 25px;
}
.exchange-table {
    border: 1px solid #f7f7f7;
    border-bottom: 0;
}
.exchange-table__head {
    width: 100%;
    background: #f7f7f7;
}
.exchange-table__head__name {
    font-size: 13px;
    font-weight: 500;
    /*text-align:center;*/
    padding-left: 15px;
}
.exchange-table__head__currency {
    padding: 15px 20px 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
    max-width: 24%;
}
.exchange-table__head__currency p {
    padding: 15px 0 10px;
    margin: 0;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
}
.exchange-table__item {
    border-bottom: 1px solid #f7f7f7;
    padding: 15px 0;
}
.exchange-table__item__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 13%;
}
.exchange-table__item__col--double {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.exchange-table__item__col--first {
    padding-left: 40px;
}
.exchange-table__item__col--first .exchange-table__head__name {
    text-align: left;
}
.exchange-table__item__bank {
    font-size: 13px;
    color: #ed1c24;
    margin: 15px 0 0;
    padding-left: 30px;
}
.exchange-table__item__value {
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 300;
    margin: 0;
    /* 0 0 -15px; */
    text-align: center;
}
.exchange-table__item__value--active {
    background: #ed1c24;
    color: #fff;
}
.exchange-table__item__time {
    font-size: 13px;
    color: #959595;
    margin: 15px 0 0;
    text-align: center;
}
/* exchange */

/* votes */

.votes-block {
    position: relative;
    background: #fff;
    margin-bottom: 25px;
    padding: 35px 30px;
}
.votes-block--no-padding {
    padding-left: 0;
    padding-right: 0;
}
.votes-block__form {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.votes-block__form__label {
    display: block;
    position: relative;
}
.votes-block__form__radio {
    position: absolute;
    visibility: hidden;
}
.votes-block__form__check {
    width: 14px;
    height: 14px;
    background: url('../img/svg/radiobutton.svg') 50% 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.votes-block__form__check:hover {
    background: url('../img/svg/radiobutton_hover.svg') 50% 50% no-repeat;
}
.votes-block__form__radio:checked~.votes-block__form__check {
    background: url('../img/svg/radiobutton_active.svg') 50% 50% no-repeat;
}
.votes-block__form__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
}
.votes-block__form__info {
    position: relative;
    margin-top: 35px;
    width: 100%;
    font-size: 0;
    margin-bottom: 50px;
}
.votes-block__form__info__submit {
    width: 40%;
    text-align: center;
    border: 0;
    background: #ed1c24;
    font-size: 13px;
    color: #fff;
    padding: 20px 0;
    font-family: "Roboto";
    letter-spacing: 2px;
}
.votes-block__form__info__submit:hover {
    cursor: pointer;
}
.votes-block__form__info__block {
    display: inline-block;
    vertical-align: top;
    width: 59.4%;
    border: 1px solid #f4f4f4;
    padding: 20px;
    text-align: center;
}
.votes-block__form__info__block p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding-left: 35px;
    background: url('../img/svg/people_interview.svg') 0 50% no-repeat;
    font-size: 12px;
    color: #959595;
}
.votes-block__form__info__block a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #ed1c24;
}
.votes-block__total {
    padding-left: 65px;
    padding-right: 30px;
    font-size: 14px;
    color: #959595;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    background: url('../img/svg/people_interview.svg') 30px 2px no-repeat;
}
.votes-block__result {
    margin-top: 35px;
    margin-bottom: 45px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.votes-block__result__item {
    position: relative;
    display: block;
    font-size: 0;
    margin-bottom: 20px;
}
.votes-block__result__item__text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.votes-block__result__item__scale {
    width: 77%;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #d0d0d0;
    margin-right: 3%;
}
.votes-block__result__item__scale span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #231f20;
}
.votes-block__result__item__scale span.red {
    background: #ed1c24;
}
.votes-block__result__item__percent {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
}
.votes-block__result__item__count {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #959595;
}
/* votes */

.efir-text {
    display: inline-block;
    margin-left: 13px;
    margin-top: 2px;
    width: 338px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.ui-widget.ui-widget-content {
    border: none;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    height: 19px;
    width: 4px;
    background-color: #2d2d2d;
    top: -8px;
    border: 0;
    border-radius: 0;
    margin-left: 0;
    outline: none;
    cursor: pointer;
    transform: translateX(-2px);
}
.ui-widget.ui-widget-content {
    border: none;
    background-color: #d0d0d0;
    height: 4px;
}
.fa-play {
    margin-left: 2px;
}
.header__main__hl__col--text p.text-bold {
    font-size: 13px;
    margin-bottom: 7px;
}
.header__main__hl__col--text p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}
.announce-block>a {
    color: #292b2c;
    display: block;
}
.announce-block__anons {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    color: #757575;
    padding-bottom: 20px;
}
.block--banner-wide.block--banner-bottom {
    margin-top: 85px;
    margin-bottom: 70px;
}
.radio_button input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.radio_button {
    padding: 0 20px;
}
.poll-block__answer {
    display: block;
    padding-left: 20px;
    font-size: 15px;
    position: relative;
}
.col-date, .col-md-auto, .col-weather {
    /*float: left;*/
    display: inline-block;
    line-height: 27px;
}
.col-date, .col-md-auto {
    margin-right: 10px;
    padding-right: 10px;
    /*border-right: 1px solid #e1e1e1;*/
}
.col-weather img {
    margin-right: 5px;
}
.col-md-auto .red {
    margin-right: 10px;
}
.footer__creators:hover {
    color: #ccc;
    text-decoration: none;
}
.announce-block--big>a {
    display: block;
}
input:checked+.poll-block__answer:before {
    background-image: url(../img/svg/radiobutton_active.svg);
}
.poll-block__answer:hover:before, .poll-block__answer:active:before, .poll-block__answer:focus:before {
    background-image: url(../img/svg/radiobutton_hover.svg);
}
.poll-block__answer:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    left: 0;
    background-repeat: no-repeat;
    height: 16px;
    background-image: url(../img/svg/radiobutton.svg);
    background-position: 0 center;
    top: 50%;
    margin-top: -7px;
}
.vote-answers-list td {
    padding-bottom: 5px;
    padding-top: 5px;
}
.poll-block__answer {
    cursor: pointer;
}
.blog-list__item .announce-block__category {
    top: auto;
    bottom: 0;
}
.news-page .page-subtitle {
    margin: 0 0 30px;
}
/*.news-page .page-title {
    padding: 21px 0 20px;
}*/

.gallery-block {
    max-width: 820px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.jgallery .jgallery-thumbnails.images {
    padding: 0;
}
.jgallery .jgallery-thumbnails.images .jgallery-container-inner {
    padding: 0;
}
.jgallery-thumbnails a {
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 8px;
}
.jgallery .jgallery-thumbnails img.thumb-vertical {
    max-height: 100%;
    max-width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}
.jgallery .jgallery-thumbnails.images.jgallery-thumbnails-vertical .prev, .jgallery .jgallery-thumbnails.images.jgallery-thumbnails-vertical .next {
    left: 0;
    right: 0;
}
.jgallery .jgallery-thumbnails-vertical {
    padding-left: 20px;
}
.jgallery .jgallery-thumbnails.images img {
    padding: 0;
    border: 3px solid white;
}
.jgallery .jgallery-thumbnails.images a.active img {
    border-color: red;
}
.jgallery .zoom-container .nav-bottom {
    display: none !important;
    height: 0;
}
.mobile-player {
    position: absolute;
    top: 0;
    left: 120px;
    right: 0;
    width: 100%;
    z-index: 1;
    max-width: 380px;
}
.mobile-player .online-radio__player__on-air {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    color: #666666;
    padding-top: 7px;
    margin-bottom: 0;
}
.mobile-btn-play {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    background-image: url(../img/svg/play_radio_menu.svg);
    background-position: center;
    background-color: #303030;
    background-repeat: no-repeat;
    cursor: pointer;
}
.mobile-btn-play.active {
    background-image: url(../img/svg/stopradiomenu.svg);
}
.mobile-player .online-radio__player__title {
    margin: 0;
    white-space: pre;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
.mobile-player .efir-text:after {
    display: none;
}
.mobile-player .efir-text {
    max-width: 305px;
    padding-left: 0;
    margin-left: 15px;
}
.mobile-player:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#231f20), to(transparent));
    background: -webkit-linear-gradient(right, #231f20, transparent);
    background: -o-linear-gradient(right, #231f20, transparent);
    background: linear-gradient(to left, #231f20, transparent);
}
.efir-text:after {
    content: '';
    width: 40px;
    position: absolute;
    top: 0;
    left: 300px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background: -webkit-linear-gradient(left, transparent, #fff);
    background: -o-linear-gradient(left, transparent, #fff);
    background: linear-gradient(to right, transparent, #fff);
    display: block;
}
.border-block {
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    /*margin: 10px 0;*/
}
.banner-max-size img {
    width: 100%;
}
.on-air-block {
    background: #fff;
    margin-bottom: 20px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.on-air-block .video-wrap {
    width: 378px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: cover;
}
.on-air-block .video-wrap .play {
    background: url(../img/play_air.svg) no-repeat center;
    height: 64px;
    width: 64px;
    cursor: pointer;
}
.on-air-block .text-wrap {
    padding: 30px;
    width: 470px;
    position: relative;
}
.on-air-block .text-wrap .sect-name {
    background: #ec0d15;
    text-transform: uppercase;
    font-family: "Ubuntu";
    font-size: 10px;
    padding: 0 5px;
    height: 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-weight: 700;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.on-air-block .text-wrap .sect-name img {
    margin-left: 5px;
}
.on-air-block .text-wrap .title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.on-air-block .text-wrap .desc {
    font-size: 14px;
    line-height: 21px;
}
.on-air-block .text-wrap .date {
    display: inline-block;
    margin-right: 10px;
    color: #959595;
    font-size: 14px;
}
.on-air-block .text-wrap .view {
    display: inline-block;
    margin-right: 10px;
    color: #959595;
    padding-left: 25px;
    background: url(../img/svg/eye.svg) 0 50% no-repeat;
    font-size: 14px;
}
.on-air-block .text-wrap .view:hover {
    background: url(../img/svg/eye_hover.svg) 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.on-air-block .text-wrap .comments {
    display: inline-block;
    color: #959595;
    padding-left: 30px;
    background: url(../img/svg/comments.svg) 0 50% no-repeat;
    font-size: 14px;
}
.on-air-block .text-wrap .comments:hover {
    background: url(../img/svg/comments_hover.svg) 0 50% no-repeat;
    text-decoration: underline;
    color: #2d2d2d;
    cursor: pointer;
}
.on-air-block .text-wrap .other-wrap {
    position: absolute;
    bottom: 10px;
}
.mini-news {
    margin-bottom: 20px;
}
.mini-news .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    border-top: 4px solid #ec0d15;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background: #6f7072;
}
.mini-news .item .img-wrap {
    width: 100px;
}
.mini-news .item .text-wrap {
    max-width: 169px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
}
.anchor-to {
    display: block;
    font-size: 12px;
    color: #ed1c24;
    margin-bottom: 15px;
    padding-left: 24px;
    background: url(../img/svg/que.svg) no-repeat left center;
}
.program-page {
    margin-top: 35px;
}
.head-program {
    background: #fff;
    padding: 0 30px;
    margin-bottom: 20px;
}
.head-program .title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #f2f2f2;
    height: 75px;
}
.head-program .title-row .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #959595;
    font-weight: 700;
}
.head-program .title-row .name {
    font-size: 20px;
    text-transform: uppercase;
    color: #ed1c24;
    font-weight: 700;
}
.head-program .title-row .more {
    font-size: 12px;
    color: #959595;
}
.head-program .info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 2px solid #f2f2f2;
    height: 52px;
}
.head-program .info-row .date {
    font-size: 12px;
    color: #959595;
}
.head-program .info-row .date span {
    text-transform: uppercase;
    color: #ed1c24;
}
.head-program .info-row .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.head-program .people-row {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.head-program .people-row .people-pic {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 105px;
    height: 120px;
}
.head-program .people-row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.head-program .people-row .wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
}
.head-program .people-row .people-text span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #959595;
    font-weight: 700;
}
.head-program .people-row .people-text {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.blog-tabs {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.blog-tabs li {
    background: #f1f1f0;
    margin-right: 1px;
}
.blog-tabs li.active {
    background: #fff;
}
.blog-tabs li a {
    padding: 0;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    position: relative;
    color: #000000;
}
.blog-tabs li a:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 40px;
    width: 26px;
    height: 26px;
    background-color: #bebebe;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-tabs li.all a:before {
    background-image: url(../all.svg);
}
.blog-tabs li.read a:before {
    background-image: url(../img/svg/blog/read.svg);
}
.blog-tabs li.speaker a:before {
    background-image: url(../img/svg/blog/speaker.svg);
}
.blog-tabs li.play a:before {
    background-image: url(../img/svg/blog/play.svg);
}
.blog-tabs li.save a:before {
    background-image: url(../img/svg/blog/save.svg);
}
.blog-tabs li.active a:before {
    background-color: #231f20;
}
.blog-tabs li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.top-price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.player-detail-page {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.play-detail {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    border: 2px solid rgb(223, 223, 223);
    border-radius: 50%;
}
.play-detail img, .play-detail .fa {
    width: 30px;
    height: 30px;
    text-align: center;
}
.play-detail .fa {
    display: none;
    font-size: 30px;
}
.play-detail.active .fa {
    display: inline-block;
}
.play-detail.active img {
    display: none;
}
.volume-cntrl {
    width: 100%;
}
.blog-content .item {
    margin-bottom: 30px;
}
.blog-content .item.down {
    margin-bottom: 10px;
}
.news-more-btn {
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
}
.news-more-btn:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    position: absolute;
    left: 0;
    top: 9px;
}
.news-more-btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9px 0 9px;
    border-color: #ed1c24 transparent transparent transparent;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -9px;
}
.news-more-btn span {
    background: #e5e5e3;
    display: inline-block;
    padding: 0 22px;
    z-index: 2;
    position: relative;
}
break {
    margin-top: 40px;
    display: block;
    position: relative;
}
break:before {
    position: absolute;
    top: -20px;
    left: -30px;
    background: #e5e5e3;
    content: "";
    z-index: 2;
    height: 20px;
    width: 100%;
}
break:after {
    position: absolute;
    top: -20px;
    right: -30px;
    background: #e5e5e3;
    content: "";
    z-index: 2;
    height: 20px;
    width: 100%;
}
.search-item .name-infoblock {
    font-size: 12px;
    font-family: "Ubuntu";
    color: #fff;
    background-color: #ec0d15;
    position: absolute;
    top: 10px;
    z-index: 2;
    right: 10px;
    padding: 2px 8px;
}
.search-item .blog-list__item__title {
    max-width: 85%;
}
.dengi43 {
    color: inherit;
    text-decoration: none;
}
.gallery-block .slider-nav-thumbnails .slick-slide {
    border: 3px solid #ffffff;
}
.gallery-block .slider-nav-thumbnails .slick-current {
    border: 3px solid #ed1c24;
}
.gallery-block .slider-new .arrow {
    top: 50%;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
        transform: scale(.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
    margin-top: -30px;
    position: absolute;
    z-index: 10002;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 1px rgb(230, 230, 230);
}
.gallery-block .slider-new .next {
    right: -50px;
}
.gallery-block .slider-new .next:before {
    content: "\f054";
}
.gallery-block .slider-new .prev {
    left: -50px;
}
.gallery-block .slider-new .prev:before {
    content: "\f053";
}
.gallery-block .slider-new:hover .arrow {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.gallery-block .slider-new:hover .next {
    right: 5px;
}
.gallery-block .slider-new:hover .prev {
    left: 5px;
}
.gallery-block .slider-nav-thumbnails .arrow {
    left: 50%;
    opacity: 0;
    -webkit-transform: scale(.5) rotate(90deg);
    -ms-transform: scale(.5) rotate(90deg);
        transform: scale(.5) rotate(90deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 30px;
    text-align: center;
    margin-left: -30px;
    position: absolute;
    z-index: 10002;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 1px rgb(230, 230, 230);
}
.gallery-block .slider-nav-thumbnails .next {
    bottom: -50px;
}
.gallery-block .slider-nav-thumbnails .next:before {
    content: "\f054";
}
.gallery-block .slider-nav-thumbnails .prev {
    top: -50px;
}
.gallery-block .slider-nav-thumbnails .prev:before {
    content: "\f053";
}
.gallery-block .slider-nav-thumbnails:hover .arrow {
    opacity: 1;
    -webkit-transform: scale(0.8) rotate(90deg);
    -ms-transform: scale(0.8) rotate(90deg);
        transform: scale(0.8) rotate(90deg);
}
.gallery-block .slider-nav-thumbnails:hover .next {
    bottom: 0px;
}
.gallery-block .slider-nav-thumbnails:hover .prev {
    top: 0px;
}
.gallery-block .slider-nav-thumbnails {
    margin-left: 7px;
}
.wrap-slick .col-md-10 {
    padding-right: 0;
}
.wrap-slick .col-md-2 {
    padding-left: 10px;
}
@media(min-width: 1199px) {
    .vk-poll-container iframe {
        margin-left: -16px;
        -webkit-transform: scaleX(0.895) scaleY(0.89);
            -ms-transform: scaleX(0.895) scaleY(0.89);
                transform: scaleX(0.895) scaleY(0.89);
    }
}
@media(max-width: 1199px) {
    /*.gallery-block .slider-new {max-width: 550px;}*/
    .wrap-slick .col-md-10 {
        padding-right: 5px;
    }
    .wrap-slick .col-md-2 {
        padding-left: 5px;
    }
    .gallery-block .slider-nav-thumbnails {
        margin-left: 0px;
        margin-right: 10px;
    }
    .read-more__item__title, .read-more__item__title:hover {
        font-size: 15px;
    }
    .block--banner {
        min-height: 300px;
    }
    .header__nav__categories__item {
        padding: 10px 10px;
    }
    /*#header__main__hl__col-image { margin-top:-150px; }*/
    .header__main__hl__col--text {
        margin-left: 40px;
    }
    .efir-text:after {
        right: 0;
        left: auto;
    }
    .header__nav-top__age {
        position: relative;
        top: auto;
        left: auto;
        display: inline-block;
        padding-right: 25px;
    }
    .header__main__info__exchange {
        padding-left: 5px;
        padding-right: 5px;
    }
    .col-md-auto {
        padding-left: 0;
        padding-right: 0;
    }
    .radio-main-padding {
        padding-left: 0;
        margin-left: 0;
        padding-right: 0px;
        margin-right: 0;
    }
    .col-date, .col-md-auto, .col-weather {
        font-size: 12px;
    }
    .col-date, .col-md-auto {
        margin-right: 10px;
        padding-right: 10px;
    }
    .efir-text {
        width: 260px;
        overflow: hidden;
        position: relative;
    }
    .online-radio__player__volume {
        margin-left: 35px;
    }
    .radio-main-padding+div {
        padding-left: 0;
    }
    .header__main__hl__col--text {
        width: 105px;
    }
    .latest-news__item__link {
        font-size: 13px;
        line-height: 18px;
    }
    .latest-news__item {
        padding-bottom: 17px;
    }
    .announce-block--big .announce-block__pic {
        height: 245px;
    }
    .poll-block__question {
        font-size: 13px;
        line-height: 18px;
    }
    .announce-block__pic {
        height: 191px;
    }
    .announce-block__category {
        top: 187px;
    }
    .announce-block__info__time {
        margin-right: 10px;
        vertical-align: top;
    }
    .announce-block__info__stats__views {
        padding-left: 18px;
        margin-right: 5px;
    }
    .announce-block__info__stats__comments {
        padding-left: 24px;
    }
    .latest-news__item__view {
        margin-right: 5px;
    }
    .latest-news__all-btn {
        margin-top: 19px;
    }
    .announce-block__title {
        padding-top: 20px;
    }
    .block {
        margin-bottom: 25px;
    }
    .announce-block--photo .announce-block__title {
        height: 94px;
    }
    .block--banner-wide.block--banner-bottom {
        margin-top: 65px;
    }
    .footer__form {
        padding-left: 35px;
    }
    .footer__subscribe__input {
        width: 205px;
        margin-right: 30px;
    }
    .footer__subscribe__btn {
        width: 128px;
    }
    .blog-list__item__content {
        padding: 20px 20px;
        width: 465px;
    }
    .blog-list__item__title {
        height: 52px;
        overflow: hidden;
    }
    .blog-list__item__content {
        width: 548px;
    }
    .block--partners {
        padding: 15px;
    }
    .gallery-block {
        width: 100%;
    }
    .mini-news .item .img-wrap {
        width: 71px;
    }
    .mini-news .item .text-wrap {
        max-width: 134px;
    }
    .vk-poll-container iframe {
        margin-left: -37px;
        -webkit-transform: scaleX(0.75) scaleY(0.83);
            -ms-transform: scaleX(0.75) scaleY(0.83);
                transform: scaleX(0.75) scaleY(0.83);
    }
}
@media (max-width: 991px) {
    .on-air-block .text-wrap .other-wrap {
        bottom: 10px;
    }
    .header__banner {
        height: 80px;
    }
    .block--banner-wide {
        /*display: none;*/
    }
    .read-more__item__pic {
        text-align: center;
    }
    .header__banner {
        /*display: none!important;*/
    }
    .mini-news .item .img-wrap {
        width: 82px;
    }
    .header__nav-top {
        height: 60px;
    }
    .header__nav-top__right__search__btn {
        width: 60px;
        height: 60px;
    }
    .header__nav-top__right__social {
        padding: 19px 0px;
    }
    .header__nav-top__right__search__btn span {
        padding-top: 18px;
    }
    .header__nav__categories__item {
        padding: 10px 10px;
    }
    .header__nav-top__right__search {
        width: 80px;
    }
    #header__main__hl__col-image {
        width: 120px;
        height: 110px;
        margin-top: -10px;
    }
    .header__main__hl__col--text {
        margin-left: 0px;
        padding-top: 10px;
    }
    .col-weather {
        padding-top: 32px;
        margin-left: 25px;
    }
    .col-md-auto, .col-weather {
        padding-top: 33px;
    }
    .col-md-auto, .col-weather {
        text-align: center;
        padding-right: 0;
        margin-right: 0;
        border: 0;
        float: none;
        /*padding-top: 47px;*/
    }
    .col-weather {
        /*padding-top: 11px;*/
    }
    .main {
        padding-top: 23px;
    }
    .announce-block--big .announce-block__pic {
        height: 253px;
    }
    .announce-block__pic {
        height: 198px;
    }
    .announce-block__category {
        top: 193px;
    }
    .latest-news__title {
        margin-bottom: 20px;
    }
    .latest-news__item {
        padding-bottom: 19px;
    }
    .latest-news__all-btn {
        margin-top: 12px;
    }
    .footer__nav__item {
        margin-top: 5px;
        font-size: 13px;
    }
    .foot_nav .footer__nav__social__item {
        display: none;
    }
    .footer__subscribe {
        margin-top: 38px;
        padding-left: 15px;
    }
    .footer__form__title {
        width: 111px;
        margin-top: 0;
        line-height: 18px;
        margin-bottom: 0;
    }
    .footer__subscribe__input {
        margin-right: 10px;
    }
    .footer__subscribe__btn {
        width: 105px;
    }
    .footer__nav__social {
        padding-top: 42px;
    }
    .footer__nav__item {
        margin-right: 0;
    }
    .footer__nav__item+.footer__nav__item {
        margin-right: 16px;
    }
    .footer__bottom {
        padding-top: 33px;
    }
    .footer {
        padding-bottom: 10px;
    }
    .footer__creators {
        text-align: center;
        background-color: #000;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 14px;
    }
    .footer__nav__social__item+.footer__nav__social__item {
        margin-left: 43px;
    }
    .announce-block--big .announce-block__pic {
        height: 230px;
    }
    .sm-banner {
        background-color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    .news-page .page-title {
        font-size: 25px;
        line-height: 30px;
    }
    .gallery-block {
        width: 100%;
    }
    .efir-text {
        width: 100%;
        overflow: hidden;
        position: relative;
        max-width: 360px;
    }
    .mobile-player .online-radio__player__title {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 0;
        white-space: nowrap;
        position: static;
        padding-left: 0;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-player .efir-text {
        height: 60px;
    }
    .mobile-player .online-radio__player__on-air {
        padding-top: 12px;
        padding-bottom: 20px;
    }
    .header__main__info {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .col-md-auto, .col-weather {
        padding-top: 0;
    }
    .header__main__info {
        height: 75px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-mobile-menu>a {
        max-width: 100%;
    }
    .dengi43 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media (max-width: 767px) {
    .on-air-block .text-wrap .other-wrap {
        bottom: 5px;
    }
    .header__nav-top__item {
        padding: 10px 0;
    }
    .mobile-player .efir-text {
        height: 50px;
    }
    .header__main {
        padding-bottom: 10px;
    }
    .search-block__form select {
        width: 100%;
        border-left: none;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
    }
    .search-block__input {
        padding-left: 20px;
    }
    .footer__bottom {
        padding-top: 10px;
    }
    .mini-news .item {
        margin-bottom: 10px;
    }
    .search-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header__banner {
        height: 32px;
        /*display: none!important;*/
    }
    .block__share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 15px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px;
    }
    .block__share__item {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
    .block__share .wrap-item {
        padding-left: 15px;
        margin-top: 5px;
    }
    .head-program .title-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        height: 60px;
        padding-bottom: 10px;
    }
    .head-program .people-row .wrap-img {
        display: none;
    }
    .head-program .info-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        height: 60px;
        padding: 10px 0;
    }
    .blog-single iframe {
        max-width: 100%;
        width: 100% !important;
    }
    .head-program .people-row .people-pic {
        display: none;
    }
    .head-program .title-row .name {
        font-size: 15px;
        font-weight: 500;
    }
    .head-program {
        padding: 15px;
    }
    .head-program .people-row {
        padding: 0;
    }
    .head-program .people-row .people-text {
        font-size: 15px;
    }
    .blog-tabs {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .blog-tabs li {
        width: 100%;
    }
    .blog-single {
        padding: 15px;
        margin-bottom: 10px;
    }
    .news-detail {
        font-size: 14px;
        line-height: 17px;
    }
    .search-block__input, .search-block__send {
        width: 100%;
    }
    .on-air-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 500px;
    }
    .on-air-block .video-wrap, .on-air-block .text-wrap {
        width: auto;
    }
    .on-air-block .text-wrap .title {
        font-size: 17px;
    }
    /*.header__banner {display: block;}*/
    .mini-news .item .img-wrap {
        width: 91px;
    }
}
@media (max-width: 767px) {
    .adv_audio .item .wrap-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .adv_audio audio {
        margin-top: 15px;
    }
    .adv_audio .item {
        margin-bottom: 10px;
    }
    .adv_audio .item .desc {
        font-size: 14px;
        padding-bottom: 15px;
    }
    .adv_audio .item .name {
        padding-bottom: 10px;
        font-size: 16px;
    }
    .gallery-block {
        width: 100%;
    }
    .news-page .page-title {
        font-size: 20px;
        line-height: 24px;
    }
    .announce-block__desc {
        font-size: 13px;
        line-height: 18px;
    }
    .announce-block__desc {
        padding-top: 5px;
    }
    .block--banner-wide.block--banner-bottom {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer__nav__item+.footer__nav__item {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer__form__title {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer__subscribe {
        padding-left: 10px;
        text-align: center;
    }
    .footer__subscribe__btn {
        width: 55px;
    }
    .footer__nav__social {
        padding-top: 25px;
        text-align: center;
    }
    .footer__nav__social__item+.footer__nav__social__item {
        margin-left: 20px;
    }
    .blog-list__item__content {
        padding: 15px;
        width: 352px;
    }
    .blog-list__item__pic {
        width: 100%;
        height: 220px;
        float: none;
        background-position: center;
    }
    .blog-list__item__content {
        padding: 15px;
        width: 100%;
    }
    .blog-list__item__title {
        height: auto;
        font-size: 16px;
        line-height: 21px;
    }
    .gallery {
        margin-bottom: 15px;
    }
    .blog-single__tags {
        margin: 20px 0 20px;
    }
    .block__share__item span+span {
        display: none;
    }
    .read-more {
        padding: 20px 15px;
    }
    .read-more__item__title, .read-more__item__title:hover {
        font-size: 15px;
    }
    .comments {
        padding: 20px 15px;
    }
    .comments__form {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .comments__form__avatar {
        display: none;
    }
    .comments__form__btn, .comments__form__btn:hover {
        padding: 3px 23px;
    }
    .comments__list__item {
        padding: 17px 0 20px 0px;
    }
    .comments__list__item__avatar {
        width: 50px;
        height: 50px;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        float: left;
    }
    .comments__list__item__comment {
        clear: both;
        padding-top: 10px;
    }
    .comments__list__item__date {
        position: relative;
        top: auto;
        right: auto;
        padding-left: 60px;
    }
    .comments__list__item__author {
        padding-left: 60px;
        margin: 0;
    }
    .jgallery .jgallery-thumbnails.images a.active img {
        border-width: 2px;
    }
    .jgallery .jgallery-thumbnails-bottom.images:not(.full-screen), .jgallery .jgallery-thumbnails.jgallery-thumbnails-bottom.images.images:not(.full-screen) {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .hosts-block__text {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .programs-list__item {
        padding: 15px;
    }
    .programs-list__item__title {
        font-size: 16px;
        line-height: 20px;
    }
    .programs-list__item__sep {
        margin: 15px 0;
    }
    .header__nav-top {
        height: 50px;
    }
    .mobile-btn-play {
        width: 50px;
        height: 50px;
    }
    .header__nav-top-mobile-btn {
        width: 60px;
    }
    .mobile-player {
        left: 60px;
        max-width: 260px;
    }
    .mobile-player .online-radio__player__title {
        position: static;
    }
    .mobile-player .efir-text {
        max-width: 195px;
        padding-left: 15px;
        margin-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 1;
    }
    .mobile-player .online-radio__player__title {
        top: 22px;
    }
    .mobile-player .online-radio__player__on-air {
        padding-bottom: 16px;
    }
    /*body,html {overflow-x: hidden;}*/
    .footer__nav__item+.footer__nav__item {
        margin-left: 0;
        margin-right: 0;
    }
    .footer__nav__item {
        padding: 0 5px;
    }
    .foot_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer__nav__social {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .reviews-reply-field-captcha-image img {
        margin-top: 15px;
    }
    .col-weather img {
        margin: 0;
    }
    .col-weather {
        margin: 0;
    }
    .radio-main-padding {
        margin: 0;
    }
}
@media (max-width: 330px) {
    .mini-news .item .text-wrap {
        max-width: 200px;
    }
}
.comments__list__item__share a {
    color: #959595;
    font-size: 13px;
}
.ilike-light .bx-ilike-right {
    background: url("/bitrix/components/bitrix/rating.vote/templates/like/images/like.png") no-repeat scroll 0 -36px rgba(0, 0, 0, 0);
}
.comments__list__item__share a:hover {
    color: #333;
}
.comments__list__item__links .m a {
    color: #959595;
    font-size: 13px;
    display: inline-block;
    padding-left: 5px;
}
.comments__list__item.hidden-item {
    background: rgb(255, 249, 249);
}
*, *:after, *:before, *:active, *:focus {
    outline: none;
}
.reviews-reply-field-captcha {
    margin-bottom: 15px;
}
.reviews-reply-field-captcha input {
    height: 40px;
    width: 130px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border: 2px solid #f5f5f5;
}
.ilike-light .bx-you-like .bx-ilike-right {
    background-position: 0 -16px !important;
}
.gallery-block .source {
    position: absolute;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -26px;
    bottom: 0px;
    left: 0px;
}
.gallery-block {
    position: relative;
}
.on-air-block .text-wrap .date, .on-air-block .text-wrap .view, .on-air-block .text-wrap .comments {
    font-size: 11px;
}
.latest-news__title {
    margin-bottom: 0px;
    font-size: 22px;
    padding-top: 17px;
    border-bottom: 1px solid #c4c4c4;
    padding-left: 0px;
}
.latest-news {
    padding-left: 17px;
    padding-right: 17px;
}
.latest-news__item__link {
    font-size: 14px;
}
.latest-news__item {
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #c4c4c4;
}
.latest-news__item .datetime {
    color: #ed1c24;
    font-size: 11px;
    display: block;
    margin-top: 3px;
}
.latest-news__all-btn {
    margin-left: -17px;
    margin-right: -17px;
    width: auto;
}
.announce-block__title {
    height: auto;
    font-size: 17px;
    padding-bottom: 7px;
}
.announce-detail_text {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
    height: 164px;
    overflow: hidden;
}
.announce-block a {
    line-height: 19px;
    color: #000;
}
.announce-block a:hover {
    text-decoration: none
}
.announce-block__category {
    top: 0px;
    height: 4px;
}
.announce-block__category span {
    position: absolute;
    top: 20px;
    left: 20px;
}
.announce-block__pic {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter ease-out 0.6s;
    -webkit-transition: -webkit-filter ease-out 0.6s;
    -o-transition: filter ease-out 0.6s;
    transition: filter ease-out 0.6s;
    transition: filter ease-out 0.6s, -webkit-filter ease-out 0.6s;
}
.announce-block__pic:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: -webkit-filter ease-out 0.6s;
    -webkit-transition: -webkit-filter ease-out 0.6s;
    -o-transition: filter ease-out 0.6s;
    transition: filter ease-out 0.6s;
    transition: filter ease-out 0.6s, -webkit-filter ease-out 0.6s;
}
.announce-hidden {
    height: 270px;
    overflow: hidden;
    margin-bottom: 7px;
}
.announce-block__info__time, .announce-block__info__stats__views, .announce-block__info__stats__comments {
    font-size: 11px;
}
.header__main {
    padding-top: 10px;
    padding-bottom: 10px;
}
.on-air-block-link {
    color: #000;
    text-decoration: none
}
.on-air-block-link:hover {
    text-decoration: none
}
.on-air-block .title {
    color: #000;
    text-decoration: none
}
.on-air-block .desc {
    color: #000;
    text-decoration: none
}
.announce-block__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.announce-block__info .mel {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -40px;
    left: 0px;
    background: url(/upload/pixeli.png) repeat-x left center;
}
.announce-block__anons {
    position: relative;
}
.announce-block__anons:after {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    background: url(/upload/pixeli.png) repeat-x left center;
    content: '';
}
.mini-news .item:hover {
    text-decoration: none
}
@media (max-width: 767px) {
    .announce-detail_text {
        height: auto;
    }
    .announce-hidden {
        height: auto;
        padding-bottom: 15px;
    }
    .footer__nav__social {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
.modal {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal.fade .modal-dialog {}
@font-face {
    font-family: 'Rosamunda Two';
    src: url('/bitrix/templates/info_light_red/fonts/fonts/rosamunda_two.eot');
    /* IE 9 Compatibility Mode */
    src: url('/bitrix/templates/info_light_red/fonts/fonts/rosamunda_two.eot?#iefix') format('embedded-opentype'),
    /* IE < 9 */
    url('/bitrix/templates/info_light_red/fonts/fonts/rosamunda_two.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/bitrix/templates/info_light_red/fonts/fonts/rosamunda_two.woff') format('woff'),
    /* Firefox >= 3.6, any other modern browser */
    url('/bitrix/templates/info_light_red/fonts/fonts/rosamunda_two.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/bitrix/templates/info_light_red/fonts/fonts/rosamunda_two.svg#rosamunda_two') format('svg');
    /* Chrome < 4, Legacy iOS */
}
blockquote {
    position: relative;
    margin: 50px 0;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    border: none;
    font-family: 'Rosamunda Two';
    padding: 0;
}
blockquote:before {
    content: '\2014\a0';
    position: absolute;
    top: -1.4em;
    left: 50%;
}
blockquote:after {
    content: '\2014\a0';
    position: absolute;
    bottom: -1.46em;
    left: 50%;
}
blockquote a.tweet {
    background: #1b95e0 url(/bitrix/templates/info_light_red/img/twitter-logo.svg) no-repeat 5px center/contain;
    color: #fff;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 18px;
    width: 90px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    top: -25px;
    right: 0;
    text-decoration: none;
    font-style: normal;
    font-family: "Roboto", Arial, sans-serif;
}
blockquote a.tweet:hover {
    background-color: #0c7abf;
}
@media (max-width: 767px) {
    blockquote {
        font-size: 15px;
    }
}

.on-air-block .text-wrap .view, .latest-news__item__view, .announce-block__info__stats__views, .page-subtitle__views {
    display: none;
}
.on-air-block .text-wrap .comments, .latest-news__item__comments, .announce-block__info__stats__comments,.page-subtitle__comments {
    display: none;
}
.to-news-link {
    display: none;
    margin-top: 23px;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #231f20;
    color: #fff;
}
@media (max-width: 767px) {
    .to-news-link {
        display: flex;
    }
}