.form__inner {
    display: block;
    max-width: 590px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../img/form-bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    text-align: center;
    color: #333;
}

.form__img {
    display: block;
    max-width: 80px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.form__text {
    max-width: 560px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    color: #000;
}

.form__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.form__description {
    margin: 30px 10px 25px 10px;
    border: 2px solid #0299ff;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
}

.label {
    margin: 10px 0;

    font-weight: 700;
    color: #000;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
}

.input {
    width: 350px;
    height: 50px;
    padding: 0 20px;

    border-style: solid;
    border-width: 1px;
    border-color: #adadad;
    border-radius: 5px;
    font-size: 18px;
}

.form__text-bottom {
    margin: 15px auto 0;
    width: 500px;

    font-size: 12px;
    color: #333;
}

.form__order {
    margin: 25px 0 0 0;
    padding: 0px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.form__date {
    margin: 10px 0;
    font-size: 14px;
    color: blue;
}

.form__date-bottom {
    margin-top: 30px;
    font-size: 12px;
}

.form__red {
    color: red;
}

.oldPriceAndLabelForLandingInfoApi {
    text-decoration: line-through;
    color: #d40000;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

.priceAndLabelForLandingInfoApi {
    color: #01792b;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
}

.priceAndLabelForLandingInfoApi-black {
    font-size: 15px;
    color: black;
    font-weight: 500;
}

.btn {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

.btn:hover {
    background-color: #047ecf;
}

.privacy {
    display: flex;
    justify-content: center;
    color: white;
}

.no__dotted {
    list-style: none;
}

.dotted .dotted__fix {
    list-style: inside;
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #A12000;
}

.ac_footer a {
  color: #A12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}

.filmpro-theatres-now__header::before {
    position: absolute;
    display: block;
    content: "";
    left: 12px;
    top: 50%;
    width: 24px;
    height: 28px;
    margin-top: -14px;
}

.disp-text {
    background: #eee;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
    color: #252525;
    margin-top: -33px;
}

.spoil {
    background: #eee;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
}

.cenz-image {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 65%;
    border: 5px solid red;
    cursor: pointer;
    margin-bottom: 10px;
}

.cenz-image img {
    visibility: hidden;
}

.cenz-image.cenz-show {

    border: none;
}

.cenz-image center {
    font-size: 0;
    line-height: 0;
}

.cenz-image.cenz-show img {
    visibility: visible;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: outside none none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q::before, q::after, blockquote::before, blockquote::after {
    content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.search-ext__query-wrapper, .search-ext__query, .search-ext__date-select, .search-ext__date-select__list, .search-ext__date, .search-ext__date input, .title, .aside-menu__title, .aside-menu__list-item, .video-popular__title, .video-nowwatch__title, .title_broadcasts, .air-radio .air-radio__player .air-radio__title, .breadcrumbs, .aside-menu, .aside-menu__list-item.active, .aside-menu__sublist, .b-item-broadcasts__title, .date-pagination .date-pagination__item > a, .theme-header, .theme-pagination__inner, .b-line-item_video-recommend, .broadcasts-list__day, .broadcasts-list__day_today, .search-ext, .search-ext__date-select__list li, .search-item, .air-video__player {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 1023px) {
    .comment-block .article {
        padding: 24px 0;
        margin: 0 auto;
    }
}

@media (max-width: 630px) {
    .content__inner.content__inner_wide .breadcrumbs {
        padding-left: 10px;
        padding-right: 10px;
    }
    .content__inner.content__inner_wide .breadcrumbs h2 a {
        padding-right: 8px;
    }
}

@media (max-width: 530px) {
    .b-item .b-item__title, .b-item_list .b-item__title, .b-item_video-recommend-main .b-item__title, .b-item_video-nowwatch .b-item__title {
        font: 14px/18px "ArimoRegular", sans-serif;
    }

    .form__sale {
        margin: 0 auto;
        max-width: 270px;
    }
}

@media (max-width: 530px) {
    .search-ext__query-wrapper, .search-ext__query, .search-ext__date-select, .search-ext__date-select__list, .search-ext__date, .search-ext__date input, .title, .aside-menu__title, .aside-menu__list-item, .video-popular__title, .video-nowwatch__title, .title_broadcasts, .air-radio .air-radio__player .air-radio__title, .breadcrumbs, .aside-menu, .aside-menu__list-item.active, .aside-menu__sublist, .b-item-broadcasts__title, .date-pagination .date-pagination__item > a, .theme-header, .theme-pagination__inner, .b-line-item_video-recommend, .broadcasts-list__day, .broadcasts-list__day_today, .search-ext, .search-ext__date-select__list li, .search-item, .air-video__player {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.b-item .b-item__pic-wrapper_fake::before, .b-item_list .b-item__pic-wrapper_fake::before, .b-item_video-recommend-main .b-item__pic-wrapper_fake::before, .b-item_video-nowwatch .b-item__pic-wrapper_fake::before, .theme-pagination__loading::after {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin: -9px 0px 0px -9px;
    z-index: 10;
}

.myList {
    padding-left: 50px;
    margin-bottom: 30px;
    list-style-type: decimal;
}

.myText {
    padding-bottom: 0px !important;
}

.myText1 {
    font-style: italic;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    display: block;
}

.article__text .myImg {
    width: 100%;
    max-width: 450px;
}

.myText2 {
    font-size: 20px;
    background-color: #FF0;
    padding: 5px 10px;
    display: block;
    margin-bottom: 20px;
    color: #F00;
}

.rub-ramka {
    text-indent: 0 !important;
    background: rgba(200, 0, 224, 0.04);
    padding: 6px 13px 18px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(160, 21, 21, 0.32);
    font-family: open sans, arial;
    line-height: 28px;
    font-size: 16px;
    max-width: 80%;
    margin: 0 auto;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    text-indent: 0;
    padding: 9px 0px 6px 12px;
    width: 100%;
    display: table;
    border: 1px dotted #e2e2e2;
    border-right: none;
    color: #313131;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 15px;
    border-radius: 2px;
    border-left: none;
    margin-left: 0;
    font-weight: 600;
    background-color: rgb(245, 254, 245);
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgb(234, 180, 180)), color-stop(1, rgb(245, 254, 245)));
    background-image: -webkit-repeating-linear-gradient(0deg, rgb(234, 180, 180) 0%, rgb(245, 254, 245) 100%);
    background-image: repeating-linear-gradient(90deg, rgb(234, 180, 180) 0%, rgb(245, 254, 245) 100%);
    background-image: -ms-repeating-linear-gradient(0deg, rgb(234, 180, 180) 0%, rgba(3, 224, 0, 0.04) 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.mycity {
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.1px;
    background: #757575;
    padding: 2px 3px 1px 3px;
    margin-left: 9px;
    color: #ffffff;
    font-weight: 600;
    line-height: 19px;
    vertical-align: middle;
    border-radius: 1px;
    border: 3px double #ffffff;
}

a:hover {
    text-decoration: underline;
}

.load-page_loading::after {
    content: "";
    position: absolute;
    display: block;
    top: 10px;
    right: -28px;
    width: 18px;
    height: 18px;
}

@media (max-width: 530px) {
    body {
        position: relative;
    }

    .input {
        width: 200px;
    }

    .form__text-bottom {
        width: 200px;
    }
}

a .content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

@media (max-width: 670px) {
    .adv-top-mobile {
        margin: 0px;
    }
}

@media (max-width: 670px) {
    .adv-top-mobile .adv-centered {
        padding: 0px;
    }
}

@media (max-width: 670px) {
    .adv-top {
        display: none;
    }
}

.page-wrap {
    max-width: 900px;
    width: 80%;
    min-width: 300px;
    margin: 0px auto;
    position: relative;
    cursor: auto;
}

@media (max-width: 900px) {
    .page-wrap {
        padding: 0px 24px;
    }
}

@media (max-width: 530px) {
    .page-wrap {
        padding: 0px;
        overflow: hidden;
    }
}

.main-content {

    z-index: 11;
    position: relative;
}

.main-content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.content {
    min-height: 700px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    margin: 0px auto;
}

.content__inner {
    float: left;
}

.content__inner_wide, .content__inner_search {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);
}

/* @media (max-width: 1280px) {
    .content__inner_wide, .content__inner_search {
    }
} */

@media (max-width: 1024px) {
    .content__inner_wide, .content__inner_search {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .content__inner_centered {
        width: 33.3%;
    }
}

@media (max-width: 1024px) {
    .content__inner_centered {
        width: 50%;
    }
}

@media (max-width: 530px) {
    .content__inner_centered {
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .sections {
        width: 33.3%;
    }
}

@media (max-width: 1024px) {
    .sections {
        width: 50%;
    }
}

@media (max-width: 530px) {
    .sections {
        display: none;
    }
}

@media (max-width: 1280px) {
    .main-news {
        width: 33.3%;
    }
}

@media (max-width: 1024px) {
    .main-news {
        width: 50%;
    }
}

@media (max-width: 530px) {
    .main-news {
        width: 100%;
    }
}

.news-wrapper::after, .news-wrapper-2::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

@media (max-width: 530px) {
    .news-wrapper .b-item .b-item__pic-wrapper, .news-wrapper .b-item_list .b-item__pic-wrapper, .news-wrapper .b-item_video-recommend-main .b-item__pic-wrapper, .news-wrapper .b-item_video-nowwatch .b-item__pic-wrapper, .news-wrapper-2 .b-item .b-item__pic-wrapper, .news-wrapper-2 .b-item_list .b-item__pic-wrapper, .news-wrapper-2 .b-item_video-recommend-main .b-item__pic-wrapper, .news-wrapper-2 .b-item_video-nowwatch .b-item__pic-wrapper {
        display: none;
    }
}

@media (max-width: 1280px) {
    .adv-list {
        width: 33.3%;
    }
}

@media (max-width: 1024px) {
    .adv-list {
        display: none;
    }
}

.footer, .content {
    clear: both;
}

.header {
    width: 100%;
    z-index: 12;
    position: relative;
}

.header__inner {
    height: 64px;
    background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    position: relative;
    z-index: 7;
}

@media (max-width: 530px) {
    .header__inner {
        height: 48px;
    }
}

.header__logo a {
    font-size: 11px;
    -webkit-text-size-adjust: 100%;
    background: #f00;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 64px;
    padding: 24px 9px;
}

.header__logo {
    width: 185px;
    height: 100%;
    position: relative;
    float: left;
}

@media (max-width: 530px) {
    .header__logo a {
        line-height: 50px;
        padding: 15px 9px;
    }
}

.nav {
    height: 64px;
    max-width: 920px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 530px) {
    .nav {
        height: 48px;
    }

    .nav .nav__inner li {
        height: 48px;
    }

    .nav .nav__inner li a {
        font: 18px/48px "OpenSansLight", sans-serif;
        font-weight: 600;
    }
}


.nav li {
    display: inline-block;
    vertical-align: top;
    float: none;
    height: 64px;
    margin-right: 1px;
    position: relative;
}

.nav li a {
    display: block;
    height: 100%;
    font: 18px/64px "OpenSansLight", sans-serif;
    color: #fff;
    padding: 0px 24px;
    text-decoration: none;
    transition: background 0.3s ease 0s;
    font-weight: bold;
}

.nav li a:hover {
    background: rgb(0, 165, 242) none repeat scroll 0% 0%;
}

.nav li {
    perspective: 1000px;
}

.nav li a {
    position: relative;
    background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px 0px;
    transform-style: preserve-3d;
}

.nav li:first-child::after, .nav__item_first::after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 200;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 26px;
}

.nav li a::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(9, 101, 160) none repeat scroll 0% 0%;
    content: attr(data-hover);
    transition: background 0.3s ease 0s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0px 0px;
}

.nav li:hover a, .nav li:focus a {
    transform: rotateX(90deg) translateY(-22px);
}

.nav li:hover a::before, .nav li:focus a::before {
    background: rgb(36, 131, 197) none repeat scroll 0% 0%;
}

.nav_mobile {
    display: none;
}

@media (max-width: 530px) {
    .nav_mobile {
        display: block;
        width: 270px;
        position: absolute;
        top: 100px;
        right: 0px;
        z-index: 2;
        height: 100%;
        background: rgb(34, 34, 34) none repeat scroll 0% 0%;
    }

    .nav_mobile::after {
        position: absolute;
        height: 100%;
        width: 1px;
        left: -1px;
        top: 0px;
        box-shadow: 2px 0px 14px 1px rgb(51, 51, 51);
        content: " ";
    }

    .nav_mobile .search_mobile {
        height: 48px;
        background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    }

    .nav_mobile .search_mobile .search__form {
        width: 225px;
        top: 9px;
    }

    .nav_mobile .search_mobile .search__text {
        width: 180px;
        padding: 0px 10px;
    }

    .nav_mobile .nav__list_mobile li {
        height: 48px;
        line-height: 48px;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .nav_mobile .nav__list_mobile li a {
        font: 16px/48px "OpenSansLight", sans-serif;
        padding-left: 24px;
    }

    .nav_mobile .nav__list_mobile li .header__air {
        padding: 15px 24px 0px;
        border-left: medium none;
        width: auto;
        float: none;
    }
}

@media (max-width: 530px) and (max-width: 530px) {
    .nav_mobile .nav__list_mobile li .header__air {
        display: block;
    }
}

@media (max-width: 530px) {
    .nav_mobile .nav__list_mobile li .header__air-logo {
        padding: 0px;
        float: left;
    }

    .nav_mobile .nav__list_mobile li .header__air-title {
        float: right;
        color: rgb(255, 255, 255);
        font-size: 12px;
        line-height: 10px;
    }
}

.header__menu-link {
    display: none;
}

@media (max-width: 530px) {
    .header__menu-link {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        background: transparent url("../img/icons.png") no-repeat scroll 13px -394px;
        width: 48px;
        height: 48px;
        border-left: 1px solid rgb(22, 123, 175);
        z-index: 9;
    }
}

.header__air {
    float: right;
    border-left: 1px solid rgb(36, 131, 197);
    padding: 15px 16px 0px;
    height: 49px;
}

@media (max-width: 530px) {
    .header__air {
        display: none;
    }
}

.header__air-logo {
    display: block;
    width: 70px;
    height: 18px;
}

.header__air-title {
    display: block;
    font: 11px/11px Tahoma, sans-serif;
    color: rgb(133, 204, 237);
    padding-top: 5px;
    text-decoration: none;
}

.search {
    padding: 18px 24px 0px;
    float: right;
    background: transparent url("../img/icons.png") no-repeat scroll 24px -193px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.search .search__form {
    display: none;
}

@media (max-width: 530px) {
    .search {
        display: none;
    }
}

@media (max-width: 530px) {
    .search_open {
        display: none;
    }
}

.search__form {
    display: block;
    position: absolute;
    width: 30px;
    top: 18px;
    right: 20px;
    background: rgb(0, 105, 160) none repeat scroll 0% 0%;
    border-radius: 18px;
    overflow: hidden;
    height: 30px;
}

.search__form input {
    float: left;
    height: 30px;
}

.search__form .search__text {
    border: medium none;
    outline: medium none;
    background: transparent none repeat scroll 0% 0%;
    width: 0px;
    color: rgb(255, 255, 255);
    padding: 0px 3px;
    font: 12px/17px "RobotoLight", sans-serif;
    display: block;
}

.search__form .search__submit {
    display: block;
    background: transparent url("../img/icons.png") no-repeat scroll 0px -211px;
    width: 24px;
    border: medium none;
    cursor: pointer;
    float: right;
}

@media (max-width: 530px) {
    .header__live {
        display: block;
    }
}

.header__live::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    left: 0px;
    box-shadow: 0px -2px 9px rgb(0, 0, 0);
}

@media (max-width: 900px) {
    .header__live__title {
        text-indent: -200px;
        width: 34px;
        background-position: 16px 12px;
    }
}

@media (max-width: 900px) {
    .header__live__wrapper {
        margin-left: 58px;
    }
}

.header__live__item::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 48px;
    width: 50px;
    background: rgb(36, 131, 197) none repeat scroll 0% 0%;
    box-shadow: -23px 0px 13px rgb(36, 131, 197);
}

.header__live__item:not(:nth-child(1)) {
    border-top: 1px solid rgb(9, 101, 160);
}

.header__live.urgently .header__live__item::after {
    background: rgb(231, 185, 40) none repeat scroll 0% 0%;
    box-shadow: -23px 0px 13px rgb(231, 185, 40);
}

.live-opened .header__live__item::after {
    display: none;
    position: relative;
}

@media (max-width: 1398px) {
    .countdown-time {
        text-align: center;
    }
}

/* @media (max-width: 1024px) {
    .countdown-time {
    }
}

@media (max-width: 330px) {
    .countdown-time {
    }
} */

@media (max-width: 1398px) {
    .countdown-time img.big-pic {
        display: block;
        float: left;
    }
}

@media (max-width: 900px) {
    .countdown-time img.big-pic {
        display: none;
    }
}

@media (max-width: 900px) {
    .countdown-time img.min-pic {
        display: block;
        float: left;
        margin-top: 14px;
    }
}

@media (max-width: 1398px) {
    .countdown-time div.director {
        display: none;
    }
}

@media (max-width: 1280px) {
    .countdown-time div.russia {
        display: none;
    }
}

@media (max-width: 1398px) {
    .countdown-time div.timer-wrapper {
        margin-left: -122px;
    }
}

@media (max-width: 1280px) {
    .countdown-time div.timer-wrapper {
        margin-left: 0px;
    }
}

@media (max-width: 1115px) {
    .countdown-time div.timer-wrapper {
        font-family: RussiaLight;
        font-size: 30px;
    }
}

@media (max-width: 900px) {
    .countdown-time div.timer-wrapper {
        font-size: 20px;
    }
}

@media (max-width: 1398px) {
    .countdown-time div.timer-wrapper div.timer-big {
        font-size: 40px;
        margin-left: 0px;
        font-family: RussiaBold;
    }
}

@media (max-width: 1115px) {
    .countdown-time div.timer-wrapper div.timer-big {
        font-family: RussiaLight;
        font-size: 30px;
    }
}

@media (max-width: 900px) {
    .countdown-time div.timer-wrapper div.timer-big {
        font-size: 20px;
    }
}

@media (max-width: 530px) {
    .countdown-time div.timer-wrapper div.timer-big {
        display: none;
    }
}

@media (max-width: 1398px) {
    .countdown-time div.timer-wrapper div.timer-big span#seconds, .countdown-time div.timer-wrapper div.timer-big span#minutes {
        width: 40px;
    }
}

@media (max-width: 1115px) {
    .countdown-time div.timer-wrapper div.timer-big span#seconds, .countdown-time div.timer-wrapper div.timer-big span#minutes {
        width: 30px;
    }
}

@media (max-width: 900px) {
    .countdown-time div.timer-wrapper div.timer-big span#seconds, .countdown-time div.timer-wrapper div.timer-big span#minutes {
        width: 20px;
    }
}

@media (max-width: 530px) {
    .countdown-time div.timer-wrapper div.timer-small {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        font-family: RussiaLight;
        text-transform: uppercase;
    }
}

.footer-wrapper_top {
    border-top: 9px solid rgb(36, 131, 197);
    background: rgb(38, 38, 38) none repeat scroll 0% 0%;
    height: 64px;
}

@media (max-width: 530px) {
    .footer-wrapper_top {
        height: auto;
    }
}

.footer__inner {
    padding: 0px 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0px auto;
}

@media (max-width: 900px) {
    .footer__inner {
        padding: 0px 24px;
    }
}

.nav_footer {
    float: left;
    height: 64px;
    width: 730px;
    overflow: hidden;
    margin-left: -24px;
}

@media (max-width: 1280px) {
    .nav_footer {
        display: none;
    }
}

.nav_footer li {
    float: left;
    height: 64px;
}

.nav_footer li a {
    display: block;
    height: 100%;
    font: 16px/64px "OpenSansLight", sans-serif;
    color: rgb(255, 255, 255);
    padding: 0px 24px;
    text-decoration: none;
}

.soc-buttons {
    display: block;
    float: right;
    padding-top: 16px;
}

@media (max-width: 530px) {
    .soc-buttons {
        height: auto;
        float: none;
        padding-top: 0px;
        padding-bottom: 16px;
    }
}

f

/*.soc-buttons a {
  display: block;
  float: left;
  margin-left: 16px;
  width: 32px;
  height: 32px;

  transition: background 0.2s ease-out 0s;
}*/
/* @media (max-width: 530px) {
    .soc-buttons a {
        margin-top: 16px;
    }
} */

.soc-buttons_vk {
    background-position: 0px 0px;
}

.soc-buttons_vk:hover {
    background-position: 0px -32px;
}

.soc-buttons_fb {
    background-position: -32px 0px;
}

.soc-buttons_fb:hover {
    background-position: -32px -32px;
}

.soc-buttons_twt {
    background-position: -64px 0px;
}

.soc-buttons_twt:hover {
    background-position: -64px -32px;
}

.soc-buttons_gplus {
    background-position: -96px 0px;
}

.soc-buttons_gplus:hover {
    background-position: -96px -32px;
}

.soc-buttons_rss {
    background-position: -128px 0px;
}

.soc-buttons_rss:hover {
    background-position: -128px -32px;
}

.soc-buttons_insta {
    background-position: -160px 0px;
}

.soc-buttons_insta:hover {
    background-position: -160px -32px;
}

.soc-buttons_youtube {
    background-position: -192px 0px;
}

.soc-buttons_youtube:hover {
    background-position: -192px -32px;
}

.soc-buttons_ok {
    background-position: -224px 0px;
}

.soc-buttons_ok:hover {
    background-position: -224px -32px;
}

.soc-buttons_telegram {
    background-position: -256px 0px;
}

.soc-buttons_telegram:hover {
    background-position: -256px -32px;
}

@media (max-width: 530px) {
    .footer__adv-info {
        float: none;
        display: block;
    }
}

.footer__copyright {
    font: 12px/17px "RobotoLight", sans-serif;
    color: rgb(153, 153, 153);
    padding: 36px 0px 0px;
    width: 75%;
}

.footer__copyright p {
    padding-bottom: 24px;
}

.footer__copyright p + p {
    padding-left: 54px;
    padding-top: 2px;
}

@media (max-width: 900px) {
    .footer__counters-and-push {
        float: none;
    }
}

/* @media (max-width: 1024px) {
    .footer__programs {
        -moz-columns: 3 auto;
    }
}

@media (max-width: 900px) {
    .footer__programs {
        -moz-columns: 2 auto;
    }
}

@media (max-width: 530px) {
    .footer__programs {
        -moz-columns: 1 auto;
        display: none;
    }
} */

@media (max-width: 900px) {
    .footer__errors-info {
        display: none;
    }
}

@media (max-width: 1280px) {
    .main-news__adv {
        display: none;
    }
}

@media (max-width: 1024px) {
    .content__article__adv {
        display: none;
    }
}

@media (max-width: 1024px) {
    .after_block-section {
        display: block;
    }
}

@media (max-width: 530px) {
    .after_block-section {
        display: none;
    }
}

@media (max-width: 1024px) {
    .adv-news-wrapper-tablet {
        display: block;
    }
}

@media (max-width: 530px) {
    .adv-news-wrapper-tablet {
        display: none;
    }
}

@media (max-width: 530px) {
    .adv-more-news-mobile {
        display: block;
    }
}

@media (max-width: 530px) {
    .adv-news-wrapper-mobile, .adv-news-wrapper-mobile-133 {
        display: block;
    }
}

@media (max-width: 1024px) {
    .adv-news-wrapper-tablet-134 {
        display: block;
    }
}

@media (max-width: 530px) {
    .adv-news-wrapper-tablet-134 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .adv-news-wrapper-tablet-135 {
        display: block;
    }
}

@media (max-width: 530px) {
    .adv-news-wrapper-tablet-135 {
        display: none;
    }
}

@media (max-width: 670px) {
    .adv-news-wrapper-mobile-138 {
        display: block;
    }
}

@media (max-width: 530px) {
    .b-item, .b-item_list, .b-item_video-recommend-main, .b-item_video-nowwatch {
        width: 100%;
        min-width: 20px;
    }
}

@media (max-width: 530px) {
    .b-item .b-item__inner, .b-item_list .b-item__inner, .b-item_video-recommend-main .b-item__inner, .b-item_video-nowwatch .b-item__inner {
        padding: 12px 12px 10px;
    }
}

.b-item .b-item__pic-wrapper_video-link::after, .b-item_list .b-item__pic-wrapper_video-link::after, .b-item_video-recommend-main .b-item__pic-wrapper_video-link::after, .b-item_video-nowwatch .b-item__pic-wrapper_video-link::after {
    display: block;
    content: "Смотреть видео";
    overflow: hidden;
    position: absolute;
    width: 0px;
    padding: 0px 40px 0px 8px;
    height: 48px;
    left: 0px;
    top: 50%;
    margin-top: -24px;
    background: rgb(0, 149, 218) url("../img/icons.png") no-repeat scroll 10px 12px;
    font: 12px/48px "OpenSansRegular", sans-serif;
    color: rgb(255, 255, 255);
    text-indent: -122px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.b-item .b-item__pic-wrapper_video-link:hover::after, .b-item_list .b-item__pic-wrapper_video-link:hover::after, .b-item_video-recommend-main .b-item__pic-wrapper_video-link:hover::after, .b-item_video-nowwatch .b-item__pic-wrapper_video-link:hover::after {
    width: 122px;
    background-position: 132px 12px;
    text-indent: 0px;
}

@media (max-width: 530px) {
    .b-item .b-item__pic-wrapper_video-link:hover::after, .b-item_list .b-item__pic-wrapper_video-link:hover::after, .b-item_video-recommend-main .b-item__pic-wrapper_video-link:hover::after, .b-item_video-nowwatch .b-item__pic-wrapper_video-link:hover::after {
        width: 0px;
        background-position: 10px 12px;
        text-indent: -122px;
    }
  .breadcrumbs{
    display:none
  }
}

.b-item .b-item__pic-wrapper_fake::before, .b-item_list .b-item__pic-wrapper_fake::before, .b-item_video-recommend-main .b-item__pic-wrapper_fake::before, .b-item_video-nowwatch .b-item__pic-wrapper_fake::before {
    content: "";
}

.b-item_section::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.section__item::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: rgb(0, 0, 0) none repeat scroll 0% 0%;
}

.breadcrumbs {
    height: 22px;
    border-bottom: 1px dotted rgb(204, 204, 204);
    padding-top: 16px;
    padding-bottom: 16px;
    font: 14px/22px "OpenSansLight";
}

.breadcrumbs h2 a {
    color: rgb(37, 93, 137);
    display: block;
    float: left;
    padding-right: 16px;
    border-left: 1px solid rgb(204, 204, 204);
    padding-left: 16px;
}

.breadcrumbs h2 a:first-child {
    border-left: medium none;
    padding-left: 0px;
}

.breadcrumbs h2 a:last-child {
    font-family: "OpenSansSemibold";
}

@media (max-width: 530px) {
    .breadcrumbs .breadcrumbs__all-link {
        display: none;
    }
}

.breadcrumbs .breadcrumbs__all-link::after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: -2px;
    width: 25px;
    height: 25px;
    background: transparent url("../img/icons.png") no-repeat scroll -1px -453px;
}

.article, .article_broadcast {
    /* width: 70%; */
    padding: 24px 70px;
}

@media (max-width: 530px) {
    .article, .article_broadcast {
        padding: 24px 12px;
    }
}

@media (max-width: 1024px) {
    .article, .article_broadcast {
        width: auto;
    }
}

.article::after, .article_broadcast::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.article__date {
    font: 14px/18px "ArimoRegular", sans-serif;
    color: rgb(85, 85, 85);
}

.article__date .article__time {
    padding-left: 12px;
    padding-right: 12px;
}

.article__date .article__author {
    padding: 0px 12px;
    border-left: 1px solid rgb(204, 204, 204);
}

.article__title {
    font: 32px/36px "RussiaLight", sans-serif;
    padding: 4px 0px 0px;
}

.article__video-link::after {
    content: "Смотреть видео";
    position: absolute;
    width: 96px;
    height: 96px;
    background: rgb(0, 149, 218) url("../img/icons.png") no-repeat scroll 23px -27px;
    top: 50%;
    margin-top: -48px;
    left: 0px;
    overflow: hidden;
    font: 20px/96px "OpenSansRegular", sans-serif;
    color: rgb(255, 255, 255);
    text-indent: -250px;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

.article__video-link:hover::after {
    width: 260px;
    padding: 0px 0px 0px 60px;
    background-position: 250px -27px;
    text-indent: 0px;
}

@media (max-width: 530px) {
    .article__video-link:hover::after {
        width: 96px;
        background-position: 23px -27px;
        text-indent: -250px;
    }
}

.article__text {
    font: 16px/24px "OpenSansRegular", sans-serif;
    color: rgb(51, 51, 51);
    padding-left: 0px;
    padding-top: 24px;
}

@media (max-width: 1280px) {
    .article__text {
        padding-left: 0px;
    }
}

.article__text p {
    margin-bottom: 30px;
    text-align: left ! important;
}

.article__text p.text-yellow {
	background-color: rgba(255, 255, 0, 0.6);
    padding: 5px;
    border-radius: 3px;
}

.article__text a {
    text-decoration: underline;
    color: rgb(0, 149, 218);
    font-weight: bold;
}

.article__text b, .article__text strong {
    font-weight: bold;
}

@media (max-width: 530px) {
    .more-news {
        padding: 24px 12px;
    }
}

@media (max-width: 1280px) {
    .more-news .more-news__title {
        float: none;
    }
}

@media (max-width: 1280px) {
    .more-news ul {
        margin-left: 0px;
    }
}

.aside-menu__list-item_has-child::after {
    content: "";
    position: absolute;
    background: transparent url("../img/icons.png") no-repeat scroll 0px -537px;
    width: 11px;
    height: 18px;
    top: 18px;
    right: 0px;
}

.aside-menu__sublist::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0px;
    right: 0px;
    background: rgb(34, 34, 34) none repeat scroll 0% 0%;
    box-shadow: -4px 0px 20px 24px rgb(34, 34, 34);
}

.b-line-item::after, .b-line-item_video-recommend::after, .b-line-item_broadcast::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

@media (max-width: 1280px) {
    .share {
        float: none;
        width: auto;
        margin-left: -10px;
    }
}

@media (max-width: 1280px) {
    .share .ya-share2__container .ya-share2__item, .share .ya-share2__container .b-share-btn__wrap {
        width: auto;
    }
}

/* .share .ya-share2__container .ya-share2__link:hover .ya-share2__counter::before {
} */

.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon::before {
    position: absolute;
    left: 24px;
    top: 3px;
    margin-left: 10px;
    height: 23px;
    line-height: 23px;
    color: black;
    text-align: center;
    width: 50px;
    text-indent: -9999px ! important;
    display: block;
    content: "";
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 28px;
    width: 6px;
    height: 25px;
    background: transparent url("../img/icons.png") no-repeat scroll 0px -643px;
}

.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon::before {
    border-color: rgb(0, 0, 0);
}

/* .share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon::after {
} */

.share .ya-share2__container .whatsapp-link::before {
    position: absolute;
    left: 24px;
    top: 0px;
    margin-left: 10px;
    height: 23px;
    line-height: 23px;
    color: black;
    text-align: center;
    width: 50px;
    text-indent: -9999px ! important;
    display: block;
    content: "";
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.share .ya-share2__container .whatsapp-link::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 28px;
    width: 6px;
    height: 25px;
    background: transparent url("../img/icons.png") no-repeat scroll 0px -643px;
}

.share .ya-share2__container .ya-share2__counter::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -6px;
    width: 6px;
    height: 25px;
    background: transparent url("../img/icons.png") no-repeat scroll 0px -643px;
    margin: 0px;
}

@media (max-width: 530px) {
    .overlay__close {
        top: 6px;
    }
}

.overlay__close::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.6s ease 0s;
    transform: scale(0.85);
}

.overlay__close:hover::after {
    transform: scale(1);
}

@media (max-height: 773px) {
    .overlay__block {
        top: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 1280px) {
    .overlay__block {
        left: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 530px) {
    .overlay__block .media__main-item__author {
        font-size: 10px;
    }
}

@media (max-width: 530px) {
    .overlay__block .media__main-item-alt {
        display: none ! important;
    }
}

@media (max-height: 773px) {
    .overlay__block_photo {
        top: 0px;
        margin-top: 0px;
    }
}

@media (max-width: 530px) {
    .overlay__title {
        height: 48px;
        font-size: 12px;
        line-height: 18px;
        padding-top: 12px;
    }
}

@media (max-width: 900px) {
    .overlay__adv {
        display: none;
    }
}

@media (max-width: 900px) {
    .overlay__content {
        right: 24px;
    }
}

@media (max-width: 530px) {
    .overlay__content {
        top: 65px;
    }
}

@media (max-width: 900px) {
    .overlay_photogallery .overlay__content {
        margin-right: 24px;
    }
}

.photo-carousel__item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}

.photo-carousel__item_current a::before {
    display: none;
}

.photo-carousel__item_video a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0px 0px -13px;
    height: 26px;
    width: 26px;
    background: transparent url("../img/icons.png") no-repeat scroll 0% 0%;
}

.media__main .media__main-item_video::after {
    display: block;
    content: "Смотреть видео";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 186px;
    height: 46px;
    margin: -93px 0px 0px -93px;
    padding-top: 140px;
    text-align: center;
    font: 12px/17px "RobotoLight", sans-serif;
    color: rgb(255, 255, 255);
    background: transparent url("../img/icons.png") no-repeat scroll 0px -1510px;
    z-index: 99;
}

.media__main .owl-prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 26px;
    width: 10px;
    height: 18px;
    background: transparent url("../img/icons.png") no-repeat scroll -11px -937px;
}

.media__main .owl-prev::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 62px;
    height: 62px;
    border: 2px solid rgb(255, 255, 255);
    opacity: 0;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
}

.media__main .owl-prev:hover::before {
    opacity: 1;
}

.media__main .owl-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 18px;
    top: 22px;
    left: 26px;
    background: transparent url("../img/icons.png") no-repeat scroll 0px -937px;
}

.media__main .owl-next::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 62px;
    height: 62px;
    border: 2px solid rgb(255, 255, 255);
    opacity: 0;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
}

.media__main .owl-next:hover::before {
    opacity: 1;
}

@media (max-width: 670px) {
    .media__main:hover .owl-prev, .media__main:hover .owl-next {
        opacity: 0;
    }
}

.media__carousel .media__carousel__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
}

.media__carousel .media__carousel__item.current::before {
    display: none;
}

.media__carousel .media__carousel__item.media__carousel__item_video::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0px 0px -13px;
    height: 26px;
    width: 26px;
    background: transparent url("../img/icons.png") no-repeat scroll 0% 0%;
}

.theme-media .media__carousel .owl-prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 10px;
    height: 18px;
    background: transparent url("../img/icons.png") no-repeat scroll -11px -937px;
}

.theme-media .media__carousel .owl-next::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 18px;
    top: 12px;
    left: 17px;
    background: transparent url("../img/icons.png") no-repeat scroll 0px -937px;
}

.owl-carousel .owl-wrapper::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

@media (max-width: 900px) {
    .vgtrk-bar-wrap {
        padding: 0px 24px;
    }

    .vgtrk-bar-social-wrap {
        right: 24px;
    }

    .page-wrap {
        padding: 15px 24px 0px;
    }
}

@media (max-width: 1024px) {
    .page-wrap {
        padding: 15px 64px 0px;
    }
}

@media (max-width: 1024px) {
    .vgtrk-bar-social-wrap {
        display: none;
    }

    .vgtrk-bar-wrap {
        padding: 0px 64px;
    }
}

@media (max-width: 530px) {
    .vgtrk-bar-wrap {
        padding: 0px;
    }

    .nav_mobile {
        bottom: 1px;
        z-index: 1;
        height: auto;
        top: 0px;
        display: none;
    }

    .page-wrap {
        padding: 15px 0px 0px;
    }
}

@media (max-width: 670px) {
    .vgtrk-bar-big-wrap {
        display: none;
    }

    .page-wrap {
        padding: 0px;
    }
}

.broadсast-item.broadcast-item_current::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 3px;
    background: transparent url("../img/icons.png") repeat scroll 0px -1779px;
    width: 24px;
    height: 25px;
}

@media (max-width: 900px) {
    .b-push-notification__pop-up {
        width: 90%;
        padding: 24px;
    }
}

.promo__news::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

@media (max-width: 1280px) {
    .promo__news {
        width: 100%;
    }
}

.promo__news::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.b-item_promo:nth-child(2) .b-item__inner {
    border: medium none;
}

@media (max-width: 670px) {
    .b-item_promo {
        width: 100%;
        float: none;
        border-bottom: 1px solid rgb(68, 68, 68);
    }

    .b-item_promo .b-item__title {
        font: 14px/18px "ArimoRegular", sans-serif;
    }

    .b-item_promo .b-item__time {
        font-size: 11px;
    }

    .b-item_promo:not(:nth-child(1)) .b-item__inner {
        padding: 12px 12px 12px 8px;
        border-left: 4px solid rgb(33, 82, 120);
        overflow: hidden;
    }

    .b-item_promo:not(:nth-child(1)) .b-item__title {
        padding: 0px;
    }

    .b-item_promo.b-item_promo-main:not(:nth-child(1)) .b-item__title {
        position: static;
        bottom: 0px;
        min-height: 54px;
        font: 14px/18px "ArimoRegular", sans-serif;
        margin: 0px;
    }

    .b-item_promo.b-item_promo-main:not(:nth-child(1)) .b-item__info {
        position: static;
    }

    .b-item_promo:not(:nth-child(1)) .b-item__info {
        padding: 1px 0px 0px;
    }

    .b-item_promo:not(:nth-child(1)) .b-item__pic-wrapper {
        float: right;
        width: 126px;
        margin-left: 12px;
        margin-bottom: 0px;
    }

    .b-item_promo:not(:nth-child(1)) .b-item_promo__video-link, .b-item_promo:not(:nth-child(1)) .b-item__pic-wrapper_video-link::after {
        display: none;
    }

    .b-item_promo:not(:nth-child(1)) .b-item__views {
        display: none;
    }
}

@media (max-width: 670px) {
    .b-item_promo-main {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .b-item_promo-main .b-item__title, .b-item_promo-main .b-item__info {
        padding-left: 24px;
    }
}

@media (max-width: 670px) {
    .b-item_promo-main .b-item__title, .b-item_promo-main .b-item__info {
        padding-left: 120px;
    }
}

@media (max-width: 900px) {
    .b-item_promo__video-link {
        display: none;
    }
}

@media (max-width: 670px) {
    .b-item_promo__video-link {
        display: block;
    }
}

.themes::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: rgb(34, 34, 34) none repeat scroll 0% 0%;
    box-shadow: 0px -4px 20px 24px rgb(34, 34, 34);
}

.themes.themes_opened::after {
    display: none;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1280px) {
    .themes {
        position: relative;
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 670px) {
    .themes__title {
        margin: 0px 12px;
    }
}

@media (max-width: 1280px) {
    .themes__list {
        padding: 0px;
        font-size: 0px;
    }
}

@media (max-width: 670px) {
    .themes__list {
        padding: 0px 12px;
    }
}

@media (max-width: 1280px) {
    .themes__item {
        width: 33%;
        border: medium none;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 670px) {
    .themes__item {
        display: block;
        border-bottom: 1px solid rgb(68, 68, 68);
        width: 100%;
        padding-right: 0px;
    }
}

@media (max-width: 1280px) {
    .themes__item__title {
        margin-left: 24px;
    }
}

@media (max-width: 670px) {
    .themes__item__title {
        margin-left: 0px;
    }
}

@media (max-width: 1280px) {
    .themes__item__time, .theme-header__title__time {
        margin-left: 24px;
    }
}

@media (max-width: 670px) {
    .themes__item__time, .theme-header__title__time {
        margin-left: 0px;
    }
}

@media (max-width: 1280px) {
    .b-item_list {
        margin-right: -1px;
    }
}

@media (max-width: 1280px) {
    .b-item_list .b-item__pic-wrapper {
        float: none;
        padding-right: 0px;
        width: 100%;
    }
}

.date-pagination::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

@media (max-width: 1280px) {
    .date-pagination .date-pagination__item {
        width: 33.3%;
    }

    .date-pagination .date-pagination__item:nth-child(4), .date-pagination .date-pagination__item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 530px) {
    .theme-news {
        width: 70%;
    }
}

@media (max-width: 530px) {
    .theme-pagination {
        width: 29%;
    }
}

@media (max-width: 530px) {
    .theme-pagination__period-title {
        float: none;
    }
}

@media (max-width: 530px) {
    .theme-pagination__item {
        margin-left: 0px;
        width: 80px;
    }
}

@media (max-width: 530px) {
    .theme-pagination__loading {
        margin-left: 0px;
        width: 80px;
    }
}

.theme-pagination__loading::after {
    content: "";
}

@media (max-width: 1280px) {
    .b-line-item_video-recommend .b-line-item__title {
        padding-right: 0px;
    }
}

@media (max-width: 1024px) {
    .b-line-item_video-recommend .b-line-item__title {
        margin-left: 0px;
    }
}

@media (max-width: 530px) {
    .b-line-item_video-recommend .b-line-item__title {
        margin-left: 154px;
    }
}

@media (max-width: 1280px) {
    .b-line-item_video-recommend .b-line-item__info {
        padding-top: 12px;
    }
}

@media (max-width: 1024px) {
    .b-line-item_video-recommend .b-line-item__info {
        margin-left: 0px;
    }
}

@media (max-width: 530px) {
    .b-line-item_video-recommend .b-line-item__info {
        margin-left: 154px;
    }
}

@media (max-width: 1024px) {
    .b-line-item_video-recommend .b-line-item__pic-wrapper {
        float: none;
        width: auto;
    }
}

@media (max-width: 530px) {
    .b-line-item_video-recommend .b-line-item__pic-wrapper {
        float: left;
        width: 130px;
    }
}

@media (max-width: 1024px) {
    .b-line-item_video-recommend .b-line-item__views {
        float: right;
    }
}

@media (max-width: 530px) {
    .b-line-item_video-recommend .b-line-item__views {
        float: left;
    }
}

@media (max-width: 1280px) {
    .b-line-item_video-recommend .b-line-item__play {
        display: none;
    }
}

@media (max-width: 670px) {
    .title__broadcasts-link {
        background: transparent none repeat scroll 0% 0%;
    }
}

@media (max-width: 530px) {
    .broadcasts-list__day__title {
        float: none;
    }

    .article__title {
        font: 26px/30px "RussiaLight", sans-serif;
        padding: 4px 0px 0px;
    }
}

@media (max-width: 530px) {
    .b-line-item_broadcast {
        margin-left: 0px;
    }
}

@media (max-width: 670px) {
    .b-line-item_broadcast .b-line-item__pic-wrapper {
        display: none;
    }
}

@media (max-width: 670px) {
    .b-line-item_broadcast .b-line-item__title {
        margin-left: 24px;
    }
}

@media (max-width: 670px) {
    .b-line-item_broadcast .b-line-item__anons {
        margin-left: 80px;
    }
}

.b-line-item_broadcast_current::before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 12px;
    background: transparent url("../img/icons.png") repeat scroll 0px -1779px;
    width: 24px;
    height: 25px;
}

@media (max-width: 530px) {
    .search-ext__title {
        float: none;
        width: 100%;
    }
}

@media (max-width: 530px) {
    .search-ext__content {
        margin-left: 0px;
        margin-top: 12px;
    }
}

@media (max-width: 670px) {
    .search-ext__params {
        float: none;
        width: 100%;
    }
}

@media (max-width: 530px) {
    .search-ext__params {
        display: none;
    }
}

.search-ext__checkbox::after {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
}

.search-ext__checkbox_checked::after {
    background: rgb(255, 255, 255) url("../img/icons.png") no-repeat scroll 2px -883px;
}

.search-ext__date-select::after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 31px;
    height: 35px;
    border-left: 1px solid rgb(204, 204, 204);
    background: transparent url("../img/icons.png") no-repeat scroll 7px -832px;
}

.search-ext__date::after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 31px;
    height: 35px;
    border-left: 1px solid rgb(204, 204, 204);
    background: transparent url("../img/icons.png") no-repeat scroll 6px -790px;
    cursor: pointer;
}

.search-ext__submit-wrapper::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

@media (max-width: 530px) {
    .search-ext__show-more {
        display: block;
    }
}

@media (max-width: 530px) {
    .search-item__content {
        margin-left: 0px;
        padding-top: 12px;
    }
}

@media (max-width: 530px) {
    .search-item__content a.icon_play {
        top: -35px;
        left: auto;
        right: 0px;
    }
}

.search-item__content a.icon_play::after {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid rgb(0, 149, 218);
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    transform: scale(0.85);
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.search-item__content a.icon_play:hover::after {
    transform: scale(1);
}

@media (max-width: 530px) {
    .search-item__date {
        float: none;
    }
}

@media (max-width: 530px) {
    .air-video__player {
        height: 250px;
    }
}

@media (max-width: 530px) {
    .air-video__nav {
        padding: 6px;
    }
}

@media (max-width: 530px) {
    .air-video__nav .air-video__link {
        margin: 6px;
    }
}

@media (max-width: 1280px) {
    .air-radio .air-radio__nav {
        padding: 0px 24px;
    }
}

@media (max-width: 670px) {
    .air-radio .air-radio__nav {
        height: auto;
    }
}

@media (max-width: 900px) {
    .air-radio .air-radio__nav a {
        font-size: 14px;
    }
}

@media (max-width: 670px) {
    .air-radio .air-radio__nav a {
        float: none;
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .air-radio .air-radio__nav a.current {
        font-size: 18px;
    }
}

@media (max-width: 670px) {
    .air-radio .air-radio__nav a.current {
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .air-radio .air-radio__mute {
        display: block;
    }

    .air-radio #volumeslider {
        display: none;
    }
}

@media not all, not all, only screen and (min-resolution: 120dpi) {
}

.head {
    font: bold 23px/100% "RussiaLight", sans-serif;
    text-indent: 0;
}

.of-site {
    font: bold 30px/100% "RussiaLight", sans-serif;
}

img {
    max-width: 100%;
}

.qst {
    font-weight: bold;
    margin-left: 5%;
    color: rgb(14, 23, 40);
}

a:hover {
    text-decoration: none;
}

@media (max-width: 1100px) {
    .bg-spcor {
        height: 240px;
    }
}

@media (max-width: 800px) {
    .bg-spcor {
        height: 160px;
    }
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 600px;
    height: 220px;
    top: 150px;
    left: 50%;
    margin-left: -300px;
    background: rgb(20, 143, 185) none repeat scroll 0% 0%;
    border: 1px solid rgb(238, 238, 238);
}

.msg > h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

.submit {
    margin-top: 10px;
    cursor: pointer;
    height: 50px;
    width: 400px;
    background-color: firebrick;
    color: rgb(255, 255, 255);
    font-size: 30px;
    border-radius: 3px;
}

table {
    max-width: 800px;
    margin: 0px auto;
    box-shadow: 2px 3px 8px 0px rgba(105, 105, 105, 0.39);
}

th, td {
    border-color: rgb(189, 189, 189);
}

.tg {
    border-collapse: collapse;
    border-spacing: 0px;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: break-all;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: break-all;
}

.tbg1 {
    background: rgb(180, 237, 255) none repeat scroll 0% 0%;
}

.tbg2 {
    background: rgb(235, 250, 255) none repeat scroll 0% 0%;
}

.comment-block {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.comment-user {
    min-height: 130px;
    clear: both;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 20px;
}

.comment-block .user-name {
    font-weight: bold;
    padding: 0px 0px 10px;
    margin: 0;
}

.comment-block img {
    width: 80px;
    float: left;
    margin: 0px 20px 0px 0px;
}

/* .comment-block p {
} */

.comment-user:last-child {
    border-bottom: medium none;
}

.photo {
    display: block;
    font-weight: 700;
    cursor: pointer;
}

.photo:before {
    content: '+';
    position: relative;
    top: -1px;
}

.photo.active:before {
    content: '-';
}

.photo + span {
    display: none;
}

.article__text a.btn2 {
    color: #fff;
    text-decoration: none;
}

.btn2 {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7', GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

.btn2:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
    background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
    background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1', GradientType=0);
    background-color: #0061a7;
}
@media (max-width: 530px) {

  .breadcrumbs{
    display:none
  }
}

.article__img-prod {
  float: left;
  max-width: 30%;
}

.text-red {
    background-color: #e9b3b3;
}

.bold-text {
    font-weight: 600;
}

.red {
    color: #980000;
}

.bold {
    font-weight: 600;
}

.ingredients-list {
    padding-left: 65px;
}

.ingredients-list li {
    position: relative;
}

.ingredients-list li::before {
    display: block;
    content: "";
    position: absolute;
    left: -65px;
    width: 55px;
    height: 55px;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.ingredients-list li:nth-child(1)::before {
    background-image: url("../img/ingr1.png");
}
.ingredients-list li:nth-child(2)::before {
    background-image: url("../img/ingr2.png");
}
.ingredients-list li:nth-child(3)::before {
    background-image: url("../img/ingr3.png");
}
.ingredients-list li:nth-child(4)::before {
    background-image: url("../img/ingr4.png");
}
.ingredients-list li:nth-child(5)::before {
    background-image: url("../img/ingr5.png");
}

.dotted {
    margin-bottom: 30px;
}

h4 {
    font: 26px/30px "RussiaLight", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 30px;
}