.myh4,.rub-ramka a{text-transform:uppercase}.rub-ramka{background:rgba(3,224,0,.04);padding:6px 13px!important;border-radius:2px;border:4px double rgba(21,160,37,.32);font-family:open sans,arial;line-height:28px;font-size:16px;max-width:86%;margin:0 auto;font-weight:400;color:#4a4a4a}.myh4{padding:6px 4px 4px 5px;width:100%;display:table;border:1px dotted #e2e2e2;border-right:none;color:#3a753a;font-size:14px;margin-bottom:9px;line-height:23px;border-radius:2px;margin-top:5px;margin-left:-3px;font-weight:600;background-color:#f5fef5;background-image:-webkit-repeating-linear-gradient(0deg,#bfe6bf 0,#f5fef5 100%);background-image:repeating-linear-gradient(90deg,#bfe6bf 0,#f5fef5 100%);background-image:-ms-repeating-linear-gradient(0deg,#bfe6bf 0,rgba(3,224,0,.04) 100%)}.rub-ramka a{color:#ce5353;font-weight:400;text-decoration:none;font-size:15px;border-bottom:1px dashed;text-shadow:0 0 0;margin-left:2px;margin-right:2px;padding-bottom:1px}@media screen and (max-width:1020px){.rub-ramka{max-width:95%}}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, 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, header, hgroup, main, menu, nav, section, summary { display: block; }
@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; }
}
.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: 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; background: transparent url("../img/preloader.gif") repeat scroll 0% 0%; top: 50%; left: 50%; margin: -9px 0px 0px -9px; z-index: 10; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
.load-page_loading::after { content: ""; position: absolute; display: block; top: 10px; right: -28px; background: transparent url("../img/preloader.gif") no-repeat scroll 0% 0%; width: 18px; height: 18px; }
body { background: transparent /*url("bg.png")*/ repeat scroll 0% 0%; }
#comebacker_main_div {height: 0 !important;}
#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#ouibounce-modal .modal {
    width: 600px;
    height: 400px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

#ouibounce-modal .modal-title {
    font-size: 18px;
    background-color: #252525;
    color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#ouibounce-modal h3 {
    color: #fff;
    font-size: 1em;
    margin: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
}

#ouibounce-modal .modal-body {
    padding: 20px 35px;
    font-size: 0.9em;
}

#ouibounce-modal .modal-footer {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

#ouibounce-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.over-window {
    font-family: 'Roboto', serif;
    width: 650px;
    z-index: 9999;
    padding: 10px 0 0;
    cursor: default;
    background: #FFF none repeat scroll 0% 0%;
    position: fixed;
    top: 5%;
    left: 50%;
    margin: 0 0 0 -325px;
    border: 3px solid #3e3e3e;
}

/*.ex-logo{width:426px;height:55px;margin:40px auto 0;background:url(../../img/exitsprite2.png) 0 0 no-repeat;} */
.ex-logo {
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 38px;
    /*width:426px;
    height:55px;*/
    margin: 15px auto 10px;
    padding: 0px 15px;
    text-align: center;
    font-weight: bold !important;
}

.footer-button {
    color: #AE1210;
    font-family: "Roboto Condensed", Georgia, "Century Schoolbook L", serif;
    font-size: 46px;
    line-height: 56px;
    /*width:426px;
    height:55px;*/
    margin: 5px auto 0px;
    padding: 0px 15px;
    text-align: center;
}

/*.footer-button a{
	background: #7D3B7C no-repeat scroll 445px center;
	color: #FFF !important;
	padding: 9px 22px;
	text-indent: 27px;
	border-radius: 20px;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 32px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: normal;
	line-height: 2.3em;
}*/

.footer-button a {
    font-family: Arial;
    cursor: pointer;
    /*padding: 0 42px;*/
    border: none;
    display: block;
    margin: 5px auto 10px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    height: 51px;
    line-height: 51px;
    background: #e74c3c;
    font-weight: normal;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 9px;
    width: 380px;
}

.footer-button a:hover {
    background: #e75c4e;
}

.footer-button a:hover {
    color: #FFF;
}

.ppubtxt {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center !important;
    font-size: 18px;
    margin-bottom: 10px;
    width: 650px;
    padding: 0;
    color: #111;
    margin-top: 0;
}

.exit-slogan {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 32px;
    /*width:426px;
    height:55px;*/
    margin: 10px auto 5px;
    padding: 0px 15px;
    text-align: center;
    font-weight: normal;
    width: 550px;
}

.exitprod-img {
    width: 230px;
    /*height:529px;*/
    margin: 15px 15px 0 15px;
    float: left;
    text-align: center;
}

.exit-form {
    width: 370px;
    float: left;
}

.exit-form-text {
    margin: 10px 0 20px;
}

.exit-form-text .subhead {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    /*color:#333;*/
    color: #782B2B;
    /*margin-top:-35px;*/
}

.exit-form-text .subhead ul {
    list-style: outside none none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    padding-left: 10px;
}

.exit-form-text .subhead ul li {
    background: transparent url("../img/bul.png") no-repeat scroll 0px 10px;
    margin-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align: left;
}

.exit-row {
    width: 318px;
    margin: 0 15px 24px 0;
    position: relative;
}

.exit-row input {
    margin: 0;
    padding: 12px 6px 12px 40px;
    height: 47px;
    width: 270px;
    border: none;
    outline: none;
}

.exicon {
    height: 47px;
    width: 38px;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/exitsprite.png") no-repeat;
}

.exicon.exicon-name {
    background-position: -1267px 12px;
}

.exicon.exicon-phone {
    background-position: -1267px -59px;
}

.overlay {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/overlay-bg.png");
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

.close-ex {
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 7px;
    opacity: .7;
    background: url("../img/close.png") no-repeat;
}

.close-ex:hover {
    opacity: 1;
}

.send-exitform {
    display: block;
    cursor: pointer;
    height: 54px;
    width: 315px;
    margin: 27px 0 0;
    border: none;
    outline: none;
    background: url("../img/btn1.png") no-repeat;
    font-size: 28px;
    color: #FFF;
    margin-left: -23px;
}

.send-exitform:hover {
    color: #000;
    margin-left: -23px;
}

.exattent {
    font-size: 14px;
    color: #fff;
    width: 340px;
    margin: 14px 0 0 -6px;
}

.exit-row input.error {
    border: none;
}

.clr {
    clear: both;
}

.over-window-consult {
    font-family: 'Roboto', serif;
    /*height:629px;*/
    width: 650px;
    z-index: 9999;
    padding: 10px 0 0;
    cursor: default;
    background: #FFF none repeat scroll 0% 0%;
    position: fixed;
    top: 5%;
    left: 50%;
    margin: 0 0 0 -391px;
    border: 3px solid #3e3e3e;
    display: none;
}

.un-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 437px;
    height: 322px;
    padding: 20px 18px;
    margin-top: -181px;
    margin-left: -238px;
    margin-bottom: 5px;
    background: #fff url("../img/back1.png") center center repeat;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid rgb(178, 178, 178);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
    -moz-box-shadow: inset 0px 0px 1px 1px #fff;
    box-shadow: inset 0px 0px 1px 1px #fff;
    width: 420px;
    margin-left: 96px;
}

.un-overlay.mod-static {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
}

.un-overlay.mod-auto {
    position: relative;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    margin: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 420px;
    margin-left: 96px;
}

.un-overlay .un-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.un-overlay .un-wrapper .line {
    position: relative;
    padding: 0px 20px 20px 115px;
}

.un-overlay .un-wrapper .line label {
    position: absolute;
    top: 6px;
    left: 0px;
}

.un-overlay .un-wrapper .line input[type="text"],
.un-overlay .un-wrapper .line select {
    display: block;
    width: 100%;
    height: 31px;
    padding: 0px 10px;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
    -moz-box-shadow: inset 0px 0px 1px 1px #fff;
    box-shadow: inset 0px 0px 1px 1px #fff;
    font-size: 15px;
    font-family: "Trebuchet MS";
    color: #353535;
    line-height: 2;
    background: #fff url("../img/input1.png") top left repeat-x;
    margin-bottom: 0;
}

.un-overlay .un-wrapper .line select {
    height: 33px;
}

.un-overlay .un-wrapper .line.mod-select {
    padding-left: 137px;
    padding-right: 0px;
}

.un-overlay .un-wrapper .line.mod-gray {
    line-height: 49px;
    padding-left: 113px;
    padding-bottom: 0px;
    margin: 0px -18px;
    background-color: #dddddd;
}

.un-overlay .un-wrapper .line.mod-gray label {
    top: 0px;
    left: 20px;
}

.un-overlay .un-wrapper .line.mod-hr {
    background-image: url("../img/hr1.png");
    background-position: top left;
    background-repeat: repeat-x;
}

.submit {
    position: relative;
    padding: 0px 0px 8px;
    margin: 5px 0px 0px;
    top: 0px;
    left: 0px;
    border: 0px;
    font-size: 22px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #353535;
    font-weight: bold;
    font-style: italic;
    line-height: 1.8;
    text-shadow: 0px 1px 0px rgb(250, 250, 250);
    cursor: pointer;
    outline: 0;
    width: 90%;
    height: 50px;
}

.submit,
.submit:hover,
.submit:before,
.submit:after {
    background: url("../img/submits1.png") top left repeat;
}

.submit:before,
.submit:after {
    content: " ";
    position: absolute;
    top: 0px;
    width: 22px;
    height: 48px;
}

.submit:before {
    left: -22px;
}

.submit:after {
    right: -22px;
}

.submit.green:before {
    background-position: 0px 0px;
}

.submit.green {
    background-position: 0px -50px;
    color: #1a3a01;
    text-shadow: 0px 1px 0px rgb(190, 255, 103);
}

.submit.green:after {
    background-position: 0px -100px;
}

.submit.green:hover:before {
    background-position: 0px -300px;
}

.submit.green:hover {
    background-position: 0px -350px;
    color: #02463c;
    text-shadow: 0px 1px 0px rgb(110, 255, 142);
}

.submit.green:hover:after {
    background-position: 0px -400px;
}

.cunsultbadname, .cunsultbadphone {
    background: rgb(249, 157, 157) none repeat scroll 0% 0%;
    border: 1px solid rgb(250, 101, 101);
    border-radius: 3px;
    font-size: 18px;
    padding: 5px !important;
    line-height: 24px;
    color: rgb(0, 0, 0);
    display: none;
    text-align: center;
    width: 410px;
    margin-top: 0;
}

.cunsultbadname {
    margin-bottom: 10px;
}

.ppofsite {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center !important;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    padding: 0;
    color: #111;
    margin-top: 10px;
}
@media (max-width: 1024px) {
  .table {
    width: 100%;
    overflow-x: scroll;
  }
}

@media (max-width: 530px) {
  body { position: relative; }
}
.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 { padding: 0px 64px; max-width: 1280px; 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 { background: transparent /*url("bg.png")*/ repeat scroll 0% 0%; 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; }
}

.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 { width: 169px; height: 100%; position: relative; float: left; }
.header__logo a { display: block; position: absolute; top: 13px; left: 20px; width: 167px; height: 51px; background: transparent url("../img/logo.png") no-repeat scroll 0% 0%; text-indent: -9000px; }
.header__logo a { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(19, 36, 52) url("../img/spcor2.jpg") no-repeat scroll center center / 100% auto; text-indent: -9000px; }
@media (max-width: 530px) {
  .header__logo a {  }
}
.nav { height: 64px; max-width: 920px; overflow: hidden; position: relative; }
@media (max-width: 530px) {
  .nav { display: none; }
}
.nav__inner { width: 9000px; }
.nav li { display: block; float: left; height: 64px; margin-right: 1px; position: relative; }
.nav li a { display: block; height: 100%; font: 16px/64px "OpenSansLight",sans-serif; color: rgb(255, 255, 255); padding: 0px 24px; text-decoration: none;}
.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%; }
.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: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("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__menu-link {
    border-left: 0;
  }
  .breadcrumbs h2 a:last-child {
    display: none;
  }
}
.header__air-logo { display: block; width: 68px; height: 18px; background: transparent url("") repeat scroll 0% 0%; }
.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("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("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 { background: transparent url("../img/countdown-bg-medium.jpg") no-repeat scroll 50% 50%; }
}
@media (max-width: 330px) {
  .countdown-time { background: transparent url("../img/countdown-bg-small.jpg") no-repeat scroll 50% 50%; }
}
@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; border: 0;}
}
.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; }
}
.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; }
}

@media (max-width: 900px) {
  .footer__counters-and-push { float: none; }
}
@media (max-width: 1024px) {
  .footer__programs { columns: 3 auto; }
}
@media (max-width: 900px) {
  .footer__programs { columns: 2 auto; }
}
@media (max-width: 530px) {
  .footer__programs { 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("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; }
}
.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("icons.png")*/ no-repeat scroll -1px -453px; }
.article, .article_broadcast { padding: 24px 70px; margin: 0 auto; box-sizing: border-box;}
@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 .startdats { padding-left: 3px; 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 4px; }
.article__video-link::after { content: "РЎРјРѕС‚СЂРµС‚СЊ РІРёРґРµРѕ"; position: absolute; width: 96px; height: 96px; background: rgb(0, 149, 218) /*url("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 img { max-width: 100%; }
.article__text p { padding: 0px 0px 30px; text-align: justify;}
.article__text a { text-decoration: underline; color: rgb(0, 149, 218); }
.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("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 { background: transparent url("../img/icons_share_before.png") no-repeat scroll 0px 0px; }
.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; background: transparent url("../img/share_bg.png") no-repeat scroll 50% 50%; display: block; content: ""; border-width: 1px 1px 1px medium; border-style: solid solid solid none; -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("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 { background: transparent url("../img/icons_share_before.png") no-repeat scroll 0px 0px; }
.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; background: transparent url("../img/share_bg.png") no-repeat scroll 50% 50%; display: block; content: ""; border-width: 1px 1px 1px medium; border-style: solid solid solid none; -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("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("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; }
  .article__text p { text-align: left;}
}
@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("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("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("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("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("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("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("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("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: 1100px) {
  .nav__inner li:nth-child(4), .nav__inner li:nth-child(5) {
    display: none;
  }
}
@media (max-width: 999px) {
  .nav__inner li:nth-child(3) {
    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; }
}
@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("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("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("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("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; }
  .footer__inner {
    display: none;
  }
}
.article__text .prob {padding: 0px 0px 0px;}
@media (max-width: 410px) {
  .article__text .prob {padding: 0px 0px 0px;}
}
@media not all, not all, only screen and (min-resolution: 120dpi) {
}
.head { font: bold 24px/100% "RussiaLight",sans-serif; }
.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; background: rgb(14, 23, 40) url("../img/spcor.jpg") no-repeat scroll 50% 48% / 70% auto; }
}
@media (max-width: 800px) {
  .bg-spcor { height: 160px; background: rgb(14, 23, 40) url("../img/spcor.jpg") no-repeat scroll 50% 48% / 100% auto; }
}
.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: 280px; 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 { 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; }
.tg th { font-family: Arial,sans-serif; font-size: 14px; font-weight: normal; padding: 10px 5px; border-style: solid; border-width: 1px; overflow: hidden; }
.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; }
.comment-block img {/* width: 60px; *//* float: left; *//* margin: 0px 20px 0px 0px; */}
.ava {
    width: 60px;
    float: left;
    margin: 0 20px 0 0;
}
.comment-block p {  }
.comment-user:last-child { border-bottom: medium none; }

.exitblock {
  display:none;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:100000;
}
.exitblock .fon {
  background: #F6FCFF;
  opacity:.8;
  position:fixed;
  width:100%;
  height:100%;
}
.exitblock .modaltext {
  box-sizing: border-box;
  padding:20px 40px;
  border: 2px solid #AEAEAE;
  background: #F6FCFF;
  position:fixed;
  top:80px;
  left:50%;
  margin-left:-30%;
  width:60%;
  box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}
.closeblock {
  cursor:pointer;
  position: fixed;
  line-height:60px;
  font-size:82px;
  transform: rotate(45deg);
  text-align:center;
  top:20px;
  right:30px;
  color: #337AB7;
}
.closeblock:hover {
  color: #000;
}
.myButton {
	-moz-box-shadow:inset 0px 0px 0px -25px #cf866c;
	-webkit-box-shadow:inset 0px 0px 0px -25px #cf866c;
	box-shadow:inset 0px 0px 0px -25px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #ff330a));
	background:-moz-linear-gradient(top, #d0451b 5%, #ff330a 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #ff330a 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #ff330a 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #ff330a 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #ff330a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#ff330a',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:2px solid #121894;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:23px;
	padding:9px 18px;
	text-decoration:none;
	text-shadow:0px 0px 0px #854629;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff330a), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #ff330a 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #ff330a 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #ff330a 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #ff330a 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #ff330a 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff330a', endColorstr='#d0451b',GradientType=0);
	background-color:#ff330a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.photo {
  display: block;
  font-weight: 700;
  cursor: pointer;
}
.photo + img{
	display:none;
}
  .certificate__item {
    cursor: pointer;
    width: 186px;
    box-shadow: 0 5px 13px rgba(182, 213, 240, .75);
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: 0 6px 5px;
}
.certificate__item, .certificate__photo {
    display: inline-block;
    vertical-align: middle;
}

    #push-comments #push_3dv4f7 {
        background-color: #f0f0f0;
        box-sizing: border-box;
        font-family: Arial, serif;
        padding: 3rem 2rem;
        transition: 1s;
        width: 100%;
    }

    #push-comments #push_3dv4f7.hide {
        opacity: 0;
        display: block !important;
    }

    #push-comments #push_3dv4f7__form {
        box-sizing: border-box;
        margin: auto;
        max-width: 600px;
    }

    #push-comments #push_3dv4f7__title {
        color: #43A047;
        border-bottom: 0px solid;
        box-shadow: 1px 4px 10px -7px #ccc;
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 16px;
    }

    #push-comments #push_3dv4f7__message,
    .comment-input {
        border: 1px solid #43A047;
        box-shadow: 0px 2px 4px -3px #237a27;
        font-size: 16px;
        box-sizing: border-box;
        padding: 10px 20px;
        height: 120px;
        width: 100%;
    }

    #push-comments #push_3dv4f7__submit {
        background: #43A047;
        border: none;
        box-shadow: 0px 2px 4px -3px #000;
        color: #fff;
        cursor: pointer;
        border-radius: 25px;
        display: table;
        margin: 20px 0 0;
        height: 50px;
        transition: .5s;
        text-align: center;
        text-shadow: 0px 0px 1px #237a27;
        font-size: 18px;
        max-width: 280px;
        width: 100%;
    }

    #push-comments #push_3dv4f7__submit:hover {
        background: #237a27;
        text-shadow: none;
        box-shadow: none;
    }

    #push-comments #push_3dv4f7__label::before,
    #push-comments #push_3dv4f7__label::after {
        content: '';
        display: none;
    }
            #push-comments #push_mlyjekpdfdd1 {
                background-color: #f0f0f0;
                box-sizing: border-box;
                font-family: Arial, serif;
                padding: 3rem 2rem;
                transition: 1s;
                width: 100%;
            }

            #push-comments #push_mlyjekpdfdd1.hide {
                opacity: 0;
                display: block !important;
            }

            #push-comments #push_mlyjekpdfdd1__form {
                box-sizing: border-box;
                margin: auto;
                max-width: 600px;
            }

            #push-comments #push_mlyjekpdfdd1__title {
                color: #43A047;
                border-bottom: 0px solid;
                box-shadow: 1px 4px 10px -7px #ccc;
                display: inline-block;
                font-size: 24px;
                font-weight: bold;
                line-height: 20px;
                margin-top: 0;
                margin-bottom: 16px;
            }

            #push-comments #push_mlyjekpdfdd1__message {
                border: 1px solid #43A047;
                box-shadow: 0px 2px 4px -3px #237a27;
                font-size: 16px;
                box-sizing: border-box;
                padding: 10px 20px;
                height: 120px;
                width: 100%;
            }

            #push-comments #push_mlyjekpdfdd1__submit {
                background: #43A047;
                border: none;
                box-shadow: 0px 2px 4px -3px #000;
                color: #fff;
                cursor: pointer;
                border-radius: 25px;
                display: table;
                margin: 20px 0 0;
                height: 50px;
                transition: .5s;
                text-align: center;
                text-shadow: 0px 0px 1px #237a27;
                font-size: 18px;
                max-width: 280px;
                width: 100%;
            }

            #push-comments #push_mlyjekpdfdd1__submit:hover {
                background: #237a27;
                text-shadow: none;
                box-shadow: none;
            }

            #push-comments #push_mlyjekpdfdd1__label::before,
            #push-comments #push_mlyjekpdfdd1__label::after {
                content: '';
                display: none;
            }

    input {
        width: 85%;
        margin-bottom: 30px;
        border: 2px solid #222;
        padding: 5px;
        height: 30px;
        border-radius: 10px;
    }

    .time_remains {
        font-size: 1.1em;
        color: red;
        font-weight: 700;
    }

    p.pricec {
        position: absolute;
        right: 0;
        top: 424px;
        color: #000;
        width: 160px;
        height: 129px;
        text-align: center !important;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.3;
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
        margin: -160px auto 30px;
        background: url(../img/star.png);
        background-size: contain;
        padding-top: 29px;
    }

    .submit-form {
        width: 85%;
        border: none;
        color: #fff;
        padding: 15px;
        font-size: 20px;
        background-color: #d4282c;
        border-radius: 20px;
        -webkit-animation: a 1s infinite alternate;
        animation: a 1s infinite alternate;
        cursor: pointer;
        font-weight: 700;
    }

    p.pricec {
        right: 16%;
        width: 160px;
    }

    p.priceс {
        position: relative;
        left: 100px;
        top: -100px;
        color: #000;
        box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
        width: 165px;
        height: 98px;
        text-align: center !important;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.3;
        transform: rotateZ(-7deg);
        margin: -160px auto 30px;
        background: linear-gradient(to right, #eea513 0, #fded13 100%);
        border-width: 2px;
        border-style: solid;
        border-color: #fff;
        border-image: initial;
        border-radius: 19%
    }

    .discountс {
        display: block;
        margin-top: 9px;
        font-size: 16px
    }

    .price_main {
        border-bottom: 2px solid #d31812;
        font-size: 25px;
        line-height: 0
    }

    .js_old_price {
        margin: 0 30px
    }

    .Wheel_input {
        padding: 10px !important;
        display: block !important;
        margin: 0 auto !important;
        padding: 10px !important;
        width: 50% !important;
        border: 2px solid grey !important;
        border-radius: 5px !important
    }

    .country_select {
        display: none
    }

    .order_form {
        display: block !important;
        margin: 0 auto !important;
        text-align: center !important
    }

    @media screen and (max-width: 480px) {
        input {
            width: 90%
        }
    }

    .main-link {
        display: block;
        margin: 20px auto;
        padding: 20px;
        font-size: 20px;
        text-decoration: none;
        background-color: #de0606;
        text-align: center;
        color: #fff !important;
        border-radius: 4px;
        border: none;
        cursor: pointer
    }

    .main-link:hover {
        opacity: .8
    }

    .spin-wrapper {
        -webkit-box-shadow: 0 0 10px;
        box-shadow: 0 0 10px;
        border: 3px solid red;
        padding: 20px 10px;
        border-radius: 10px;
        text-align: center;
        box-sizing: border-box
    }

    #align .spin-wrapper p {
        text-align: center;
        font-size: 21px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px
    }

    .wheel-wrapper {
        text-align: center
    }

    .wheel {
        margin: 0 auto;
        position: relative
    }

    .wheel-cursor {
        position: absolute;
        width: 35% !important;
        height: 35%;
        top: 49%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .cursor-text {
        position: absolute;
        z-index: 2;
        display: inline-block;
        width: 20% !important;
        height: 45%;
        line-height: 61px;
        cursor: pointer;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        background-color: #ccc;
        border: 1px solid #ccc;
        top: 46%;
        left: 50%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
        box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
        background: #fff;
        background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
        background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
        background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%)
    }

    .wheel-img {
        -webkit-transition: 4s;
        -o-transition: 4s;
        transition: 4s
    }

    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../img/cross.svg);
        background-size: 100%;
        top: -40px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        right: -40px;
        cursor: pointer
    }

    .cursor-text:active {
        -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
        box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
    }

    .spin-result-wrapper {
        display: none;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        top: 0;
        z-index: 999;
        left: 0;
        height: 100%;
        position: fixed;
        background-color: rgba(0, 0, 0, .6);
        text-align: center
    }

    .pop-up-layer {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: rgba(0, 0, 0, .7) !important;
        z-index: 99 !important
    }

    .pop-up-layer-show {
        display: block
    }

    .pop-up-window {
        position: relative;
        max-width: 400px;
        right: 0;
        left: 0;
        top: 40%;
        margin: 0 auto;
        background: #fff none repeat scroll 0 0;
        text-align: center;
        padding: 10px;
        padding-top: 70px;
        padding-bottom: 20px;
        border-radius: 10px;
        animation: .7s ease 0s normal none 1 running pop-up-appear
    }

    .pop-up-window::before {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        top: -55px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #42b7e0;
        border-radius: 50%;
        animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
    }

    .pop-up-window::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 20px;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-width: medium medium 4px 4px;
        border-style: none none solid solid;
        border-color: currentcolor currentcolor #fff #fff;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image: none;
        transform: rotate(-45deg);
        transition: opacity 1s ease 0s;
        animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
    }

    @keyframes pop-up-appear {
        0% {
            transform: translateY(-2000px)
        }
        30% {
            transform: translateY(100px)
        }
        100% {
            transform: translateY(0)
        }
    }

    @keyframes pop-up-appear-before {
        0% {
            transform: scale(0)
        }
        100% {
            transform: scale(1)
        }
    }

    @keyframes pop-up-appear-after {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }

    .pop-up-heading {
        font-size: 40px;
        margin-bottom: 20px
    }

    .pop-up-text {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 30px;
        text-align: center
    }

    .pop-up-button {
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 20%;
        font-size: 20px;
        border-radius: 5px;
        background-color: #42b7e0;
        color: #fff !important;
        border: medium none;
        cursor: pointer;
        outline: medium none
    }

    .pop-up-button:hover {
        color: #fff;
        text-decoration: none
    }

    .wheel img {
        max-width: 100%
    }

    @media all and (max-width: 520px) {
        .cursor-text {
            line-height: 48px;
            font-size: 14px;
            width: 40% !important;
            top: 52%
        }
        .close-popup {
            position: absolute;
            width: 30px;
            height: 30px;
            background-image: url(../img/cross.svg);
            background-size: 100%;
            top: -40px;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 10px #fff;
            box-shadow: 0 0 10px #fff;
            right: -10px;
            cursor: pointer
        }
        p.priceс {
            top: -120px;
            left: 20px
        }
    }

    .super-rotation {
        -webkit-animation-name: super-rotation;
        animation-name: super-rotation;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    @-webkit-keyframes super-rotation {
        70% {
            -webkit-transform: rotate(1783deg);
            transform: rotate(1783deg)
        }
        100% {
            -webkit-transform: rotate(1774deg);
            transform: rotate(1774deg)
        }
    }

    @keyframes super-rotation {
        70% {
            -webkit-transform: rotate(1783deg);
            transform: rotate(1783deg)
        }
        100% {
            -webkit-transform: rotate(1774deg);
            transform: rotate(1774deg)
        }
    }

    .time_remains {
        font-size: 1.1em;
        color: red;
        font-weight: 700
    }

    .time_remains_title {
        padding-top: 15px;
        text-align: center;
        font-size: 22px
    }

    .comments {
        padding-top: 10px
    }

    .comments-item {
        max-width: 90%;
        box-sizing: border-box;
        margin: 0 auto;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e2e3
    }

    .comment-avatar {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        font-size: 0
    }

    .comment-text {
        display: inline-block;
        max-width: 79%;
        vertical-align: top;
        font-size: 16px
    }

    .comment-username {
        color: #365899;
        font-weight: 700;
        margin-right: 10px;
        cursor: pointer
    }

    .comment-username:hover {
        text-decoration: underline
    }

    .comment-action {
        padding-left: 50px
    }

    .like,
    .like-count,
    .reply {
        color: #365899;
        font-size: 13px;
        cursor: pointer;
        margin-right: 10px;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .like:hover,
    .reply:hover {
        text-decoration: underline
    }

    .like:after,
    .reply:after {
        content: " · ";
        position: absolute;
        font-weight: 700;
        right: -10px;
        top: 0;
        color: #90949c
    }

    .like-count {
        padding-left: 20px;
        position: relative
    }

    .like-count:before {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        background-image: url(../img/like.png)
    }

    .like-count-liked {
        animation: .5s like-change
    }

    .like-count-unliked {
        animation: .5s like-unchange
    }

    @keyframes like-change {
        50% {
            top: -10px;
            opacity: 0
        }
        51% {
            bottom: -10px
        }
        100% {
            bottom: 0;
            opacity: 1
        }
    }

    @keyframes like-unchange {
        50% {
            bottom: -10px;
            opacity: 0
        }
        100% {
            top: 0;
            opacity: 1
        }
    }

    .comment-date {
        font-size: 13px;
        color: #90949c;
        position: relative
    }

    .comment-input {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px
    }

    .comment-input-area {
        display: inline-block;
        vertical-align: top;
        width: 80%;
        font-size: 0;
        perspective: 800px
    }

    .comment-input input[type=text] {
        width: 150px;
        box-sizing: border-box;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        transition: .4s;
        word-wrap: wrap
    }

    .textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: 40px;
        font-family: Arial, sans-serif;
        transition: .5s
    }

    .textarea-focus {
        height: 80px
    }

    .input-action {
        display: none;
        transition: .4s;
        background-color: #f6f7f9;
        border: 1px solid #ccc;
        border-top: none;
        padding: 10px 10px;
        transform-origin: top;
        padding: 10px 10px
    }

    .input-action-focus {
        display: block;
        animation: .6s action-appear
    }

    .comment-appear {
        animation: comment-appear .4s
    }

    @keyframes comment-appear {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }

    @keyframes action-appear {
        0% {
            opacity: 0;
            transform: rotateX(-90deg)
        }
        60% {
            transform: rotateX(30deg)
        }
        100% {
            opacity: 1;
            transform: rotateX(0)
        }
    }

    .send-btn {
        float: right;
        padding: 5px 10px;
        background-color: #4267b2;
        border: none;
        border-radius: 2px;
        color: #fff;
        font-weight: 700;
        cursor: pointer
    }

    .send-btn:hover {
        background-color: #365899
    }

    @media all and (max-width: 720px) {
        main {
            width: 100%
        }
        .sidebar {
            display: none
        }
        .mobile-header {
            display: block
        }
    }

    .button {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        font-size: 18px;
        padding: 15px 15px;
        background-color: #f44336;
        color: #fff;
        text-align: center;
        letter-spacing: .5px;
        border: none;
        margin: 10px 0;
        text-transform: uppercase;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
        box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
        transition: .3s ease-out
    }

    .button:hover {
        background-color: #f55a4e;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
    }

    .pulse {
        position: relative;
        z-index: 1
    }

    .pulse:hover:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #f44336;
        border-radius: inherit;
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s;
        -webkit-animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
        animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
        z-index: -1
    }

    @-webkit-keyframes pulse-animation {
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }
        15% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }
    }

    @keyframes pulse-animation {
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }
        15% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }
    }

    .comments-refreshing-wrapper {
        background-color: rgba(0, 78, 255, .14);
        padding: 5px 0;
        margin: 10px 0;
        min-height: 150px;
        border-radius: 5px
    }

    .comments-refreshing-wrapper .comments-refreshing-title {
        font-size: 20px;
        padding-left: 20px
    }

    .comments-refreshing-wrapper .comments-item {
        display: none;
        border-bottom: none
    }

    .comments-refreshing-wrapper .comments-newly-showed {
        display: block;
        animation: new-comment-show .5s
    }

    .comments-refreshing {
        display: none;
        text-align: center
    }

    .comments-refreshing img {
        max-width: 100px
    }

    .refresh-appear {
        display: block;
        animation: typing-show .5s
    }

    @keyframes typing-show {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }

    @keyframes new-comment-show {
        0% {
            transform: scale(.2)
        }
        80% {
            transform: scale(1.2)
        }
        100% {
            transform: scale(1)
        }
    }

    .show-message {
        font-family: Roboto-Regular
    }

    .blink {
        color: red !important;
        animation-name: blinker;
        animation-duration: 1s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-name: blinker;
        -moz-animation-duration: 1s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        text-decoration: line-through
    }

    .show-message p {
        margin: 0 !important
    }

    .show-message__icon {
        width: 50px !important;
        display: inline-block;
        vertical-align: middle
    }

    .show-message__info {
        width: 248px;
        line-height: normal;
        display: inline-block;
        margin-left: 15px;
        color: #000;
        vertical-align: middle;
        margin-bottom: 0;
        font-size: 19px;
        font-family: RobotoRegular, sans-serif
    }

    .show-message__info span {
        font-size: 20px;
        font-family: RobotoRegular, sans-serif
    }

    .show-message__left {
        font-size: 14px
    }

    .show-message__left span {
        font-size: 15px
    }

    .show-message_call {
        background-color: #363636
    }

    .show-message__info span {
        color: #000
    }

    .package_left,
    .package_left span {
        font-size: 15px !important
    }

    #ouibounce-modal {
        background-color: rgba(0, 0, 0, .9)
    }

    .show-message_online {
        background-color: #cd5555;
        background-color: rgba(0, 0, 0, .9)
    }

    .show-message__inner {
        line-height: 90px;
        display: inline-block;
        vertical-align: middle
    }

    .show-message__item,
    .show-message__item-first {
        position: fixed;
        right: 20px;
        top: 120px;
        width: 318px;
        background-color: rgba(255, 255, 255, .92);
        color: #000;
        padding: 0 25px;
        font-size: 14px;
        line-height: 90px;
        border-radius: 5px;
        display: none;
        z-index: 98;
        box-sizing: border-box;
        border: 2px solid #7474ff;
        border-left-style: dashed;
        border-right-style: dashed;
        text-shadow: 0 0 2px #fff;
        box-shadow: 0 0 1px 0;
        -webkit-box-shadow: 0 0 1px 0;
        -moz-box-shadow: 0 0 1px 0
    }

    .lost_position {
        display: none !important;
        opacity: 0 !important
    }

    .block_position {
        display: block !important;
        opacity: 1 !important
    }

    @media screen and (max-width: 767px) {
        .show-message__item,
        .show-message__item-first {
            top: auto;
            right: 10px;
            bottom: 10px
        }
        .show-message__info {
            width: 230px
        }
        .show-message__item,
        .show-message__item-first {
            width: 300px
        }
    }

    @media screen and (max-width: 319px) {
        .show-message__item,
        .show-message__item-first {
            width: 225px
        }
        .show-message__info {
            width: 160px;
            margin-left: 7px;
            font-size: 15px
        }
        .show-message__info span {
            font-size: 17px
        }
        .show-message__icon {
            width: 38px !important
        }
        .show-message__info br {
            display: none
        }
    }

    @-moz-keyframes blinker {
        0% {
            opacity: 1
        }
        50% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes blinker {
        0% {
            opacity: 1
        }
        50% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }

    @keyframes blinker {
        0% {
            opacity: 1
        }
        50% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }

    .lead-form-box {
        box-sizing: border-box !important;
        background: white;
        border-bottom: 1px solid #dacec6;
        padding: 20px;
        max-width: 600px;
        font-family: Arial;
        background-image: url("../img/formbg.jpg");
        background-repeat: no-repeat;
        background-position: top 0 right 0;
        background-size: 100% 100%;
        box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.15);
    }

    .fields-box {
        margin: auto;
        max-width: 320px;
    }

    .time_remains {
        font-size: 13px !important;
    }

    #lead-form input {
        box-sizing: border-box !important;
        width: 100% !important;
        margin: 0 !important;
        border-radius: 5px !important;
        font-size: 17px !important;
        background: #fff !important;
        padding: 15px !important;
        border: 2px solid #e9d7dc;
        font-weight: normal !important;
    }

    #lead-form-result {
        display: none;
        box-sizing: border-box;
        width: 100%;
        border-radius: 3px;
        padding: 7px;
        font-size: 15px;
        color: #a94442;
        background-color: #f2dede;
        border: 1px solid #ebccd1;
    }

    .name-field,
    .phone-field {
        text-align: left;
        margin-bottom: 10px;
    }

    .name-field label,
    .phone-field label {
        font-size: 12px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        color: #333 !important;
    }

    .lead-form-box h2 {
        margin: 20px 0 0 0 !important;
        padding: 0px !important;
        line-height: 32px !important;
        color: #000 !important;
        border: none;
    }

    .lead-form-box label {
        width: 100%;
        display: block;
        padding: 5px 0 5px 0;
        font-weight: bold;
        font-size: 16px;
    }

    .lead-form-box.order_form_pole {
        padding: 10px;
        margin: 10px;
    }

    .lead-form-box span {
        font-size: 12px;
    }

    #send-lead {
        width: 100%;
        padding: 15px;
        background: #0299ff;
        text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.45);
        border-radius: 5px;
        color: #fff;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        font-weight: bold !important;
        text-transform: uppercase;
        cursor: pointer;
    }

    @media screen and (max-width: 600px) {
        .lead-form-box {
            border-left: 1px solid #dacec6;
            border-right: 1px solid #dacec6;
            background-image: url("../img/formbg.jpg");
            background-position: center;
            background-size: auto 100%;
            background-repeat: no-repeat;
        }
    }

    @media screen and (max-width: 400px) {
        .fields-box {
            padding: 10px;
        }
        .lead-form-box {
            padding: 10px;
        }
        #send-lead {
            padding: 10px;
        }
    }

    .ul_menu{display:table; width: 882px;}.picto_election{}

    body {
      overflow: auto !important;
  }
  
  .contenu {
      /* top:195px !important;*/
      top: 218px !important;
  }
  
  .txt-countdown {
      position: absolute;
      top: 44px;
      left: 26px;
      color: #ffffff;
      font-size: 18px;
      width: 32px;
      text-align: center;
  }
  
  .social-2 {
      position: absolute;
      left: -46px;
      top: 0px;
      width: 35px;
      height: auto;
  }
  
  .live_button {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 15px;
      margin-top: 13px;
      position: relative;
  }
  
  .live_button:hover {
      opacity: 0.8;
  }
  
  .elections2015_button_link {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 12px;
      margin-top: 13px;
      position: relative;
  }


  .user-name>a {
    color: inherit !important;
    text-decoration: none !important;
  }

  .burger {
    display: none;
    height: 17px;
    width: 20px;
    margin-right: 20px ;
  }
  @media (max-width: 1015px) {
    .ul_menu {
      display: none !important;
    }
    .burger {
      display: block;
    }
    .menu {
      display: flex !important;
      align-items: center;
      justify-content: flex-start;
    }
  }


  input[name="phone"], input[name="name"],input[name="address"] {
    direction: ltr;
   }

   input {
     text-align: right;
   }