.news-title.small-news-title.pdf-fileh1,h2,h3,p {margin:0;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
   outline: none;
}
a:hover{
    text-decoration:none !important;

}
.hidden{
    display:none;
}
.blue{
    color:#3f8ecc !important;
}
hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eeeeee;
    display: inline-block;
    min-height: 1px;
    width: 100%;
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

.block {display:block !important;}
.advert {
    background: #fff;
    line-height: 15px;
    color: #38454d;
    font-size: 11px;
    display: none;
    text-align: right;
    color: #444;
}
.advert.advert-top-text {
    min-width: 728px;
}
.advert.advert-right-col-top-text, .advert.advert-right-col-bottom-text {
    min-width: 300px;
}



/* #Helper classes
================================================== */
body {
   font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    background: #fff;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999999999;
    width: 100%;
}
body .is-fixed .middle-head {
    height: 55px;
    line-height: 55px;
}
body .is-fixed .middle-head a.logo img {
    width: 100px;
}
body .is-fixed .bottom-head{
    height: 60px;
    line-height: 60px;
}

a {
    color:#E94813;
}
.menu-btn {
    width: 55px;
    height: 70px;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    float: right;
    cursor: pointer;
    display: none;
    margin-right: -30px;
}
.nav-icon {
    display: none;
}
.mobile-show{
    display:none;
}
.menu-btn .bar {
    width: 7px;
    height: 7px;
    background: #b6c3ca;
    position: absolute;
}
.menu-btn .top {
    left: 20%;
    top: 24px;
}
.menu-btn .middle {
    left: 20%;
    top: 35px;
}
.menu-btn .bottom {
    left: 20%;
    top: 46px;
}
.btns-hld{
    float:left;
    width:110px;
}
.form-control.active{
    display:block;
}
/*mega menu*/
.mega-menu{
    display:none;
    position: absolute;
    top: 117px;
    left: 0;
    background: #fff;
    padding-bottom: 50px;
    z-index: 999999999;
    width: 100%;
}
.mega-menu.opened {
    display: block;
}
.mega-top-links {
    float: left;
    width: 25%;
    margin-top: 20px;
}
.mega-top-links .mega-menu-head, .mega-top-links .mega-menu-head a {
    float: left;
    width: 100%;
    color: #38454d;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    position:relative;
    padding-left:9px;
    box-sizing:border-box;
}
.navigation.opened .mega-menu.opened .mega-top-links .mega-menu-head, .mega-top-links .mega-menu-head a {
    color: #38454d;
    font-size: 14px;
}
.mega-top-links .mega-menu-head a:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #b6c3ca;
    left: -9px;
    top: 5px;
}
.mega-top-links ul {
    float: left;
    width: 100%;
    list-style-type: none;
    padding-inline-start: 0px;
}
.mega-top-links ul li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}
.mega-top-links ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #b6c3ca;
    left: 9px;
    top: 13px;
}
.mega-top-links ul li a {
    color: #38454d;
    font-size: 13px;
    position:relative;
}
.mega-top-links ul li a:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:0px;
    background:#38454d;
    -webki-transition:0.7s;
    transition:0.7s;
    height: 1px;
}
.mega-top-links ul li a:hover:before{
    width:100%;
}
.mega-top-links {
    float: left;
    width: 25%;
    margin-top: 20px;
}
.mega-top-links .box-news {
    width: 100%;
    margin-top: 0;
    padding: 4px;
    float:left;
}
.mega-top-links .box-news .img-wrap1 {
    top: 0px;
    height: 146px;
    overflow: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.img-wrap1 img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.mega-top-links .box-news .txt-wrap {
    padding-left: 0px;
    font-weight: normal;
    color:#38454d;
    line-height: 20px;
    margin-top:10px;
}
.mega-top-links .box-news .txt-wrap:hover{
    text-decoration:underline;
}
/*end mega menu*/
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    text-decoration: none;
}
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.top-head{
    float:left;
    width:100%;
    background:#38454d;
    border-bottom:1px solid #fff;
}
ul.nav{
    float:left;
    width:100%;
    list-style-type: none;

}
.nav .top-item{
    float:left;
    list-style-type: none;
}
.nav .top-link{
    float:left;
    line-height: 40px;
    padding:0 30px;
    box-sizing:border-box;
    text-transform:uppercase;
    color:#fff;
    position:relative;
    font-size:16px;
}
.nav .top-link.active:before{
     position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background:#fff;
    opacity: 1;
    visibility: visible;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom:-5px;
}
.nav .top-link:last-child{
    padding-right:0px;
}

.nav .top-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background:#8d9faa;
    opacity: 0;
    visibility: hidden;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom:-5px;
}
.nav .top-link.img-link{
    width:100px;
}
.nav .top-link.img-link img{
    width:100%;
}
.nav .top-link:hover:before {
    opacity: 1;
    visibility: visible;
}
.nav .top-link span{
    font-weight: bold;
}
.middle-head{
    float:left;
    width:100%;
    background:#fff;
    height: 80px;
    line-height: 80px;
}
.logo{
    float:left;
    margin-left:-20px;
    margin-top:10px;
    width:180px;
}
.logo img{
    width:100%;
    margin-left:9px;
}
.right-part{
    width:200px;
    float:right;
    padding-right:20px;
    box-sizing:border-box;
}
.search-holder {
    float: left;
    outline: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    display: none !important;
}
.btn {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    padding: 12px 20px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    outline: none;
    padding-right: 0px;
}

.btn-head {
    width: 70px;
    height: 70px;
    box-shadow: none !important;
}
.btn-search span {
    float: left;
    width: 100%;
    height: 55px;
    background: url(/box/img/search-24px.svg) no-repeat right;
    background-size: 30px;
    transition: all 0.4s;
    transform: rotate(0);
}
.btn-head, .btn-head span {
    transition: none !important;
}
.search-with-btn {
    width: 100%;
    float: left;
    position: absolute;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    left: 0;
    top: 118px;
}
.search-with-btn form {
    float: left;
    width: 100%;
    position: relative;
}
.search-with-btn input {
    float: left;
    width: 100%;
    border: 1px solid #b6c3ca;
    height: 55px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 86px;
}
.search-with-btn .search-btn {
    position: absolute;
    height: 40px;
    background: url(/box/img/search-grey.svg) no-repeat center;
    background-size: 32px;
    transition: all 0.4s;
    transform: rotate(0);
    width: 62px;
    top: 29px;
    right: 6px;
    border: none;
}

.search-with-btn.active {
    visibility: visible;
    opacity: 1;
    position: absolute;
    z-index: 999999999999;
   /* top:200px;*/
}
.live-tv{
  float: right;
    width: 120px;

}
.live-tv span{
    position: relative;
}
.live-tv span:before{
    position: absolute;
    content: "";
    background: url(/box/img/hover.svg) no-repeat center;
    width: 100%;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    background-size: 25px;
    bottom: 0px;
    text-align: center;
    left: 0;
}
.live-tv span:hover:before{
    opacity:1;
    visibility:visible;
}
.live-tv img{
   width: 30px;
    float: left;
    margin-top: 27px;
    margin-left: 5px;
}
.live-tv span{
   font-size: 16px;
    color: #ffffff;
    float: left;
    margin-top:9px;

}
.live-tv span.bold{
    font-weight: bold;
    margin-right: 4px;
    margin-top:4px;
}
.bottom-head{
    float:left;
    width:100%;
    background:#38454d;
}
.nav-wrap{
    float:right;
    width:calc(100% - 195px);
}
.nav-wrap ul{
    list-style-type: none;
    float: right;
}
ul.navigation{
    list-style-type: none;
    margin-bottom:0px;
}
.nav-wrap .nav-item{
    float:left;
    line-height: 60px;
    padding:0 20px;
    box-sizing:border-box;

}
.mega-top-links ul li{
    line-height: 30px !important;
}
.nav-wrap .nav-link{
    float:left;
    text-transform:uppercase;
    color:#fff;
    font-size:16px;
     position:relative;
}
.home-link.icon{
    background:url(/box/img/home-icon.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:20px;
    margin-top:20px;
    float:left;
}
.nav-link:before {
    position: absolute;
    content: "";
    background: url(/box/img/hover.svg) no-repeat center;
    width: 100%;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    background-size: 25px;
    bottom: 10px;
    text-align: center;
    left: 0;
}
.nav-link:hover:before {
    opacity: 1;
    visibility: visible;
}
.nav-wrap .nav-link.menu:after {
    position: absolute;
    content: "";
    background: url(/box/img/down.svg) no-repeat right;
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: -5px;
    top: 30px;
    background-size: 13px;
}
.nav-wrap .nav-link:after {
    position: absolute;
    content: "";
    background: url(/box/img/down.svg) no-repeat right;
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: -5px;
    top: 30px;
    background-size: 13px;
}
.change-lang{
    position:relative;
}
.change-lang:after{
    position: absolute;
    content: "";
    background: url(/box/img/down.svg) no-repeat right;
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: -5px;
    top: 24px;
    background-size: 13px;
}
.change-lang.active:after{
    position: absolute;
    content: "";
    background: url(/box/img/down.svg) no-repeat right;
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: -5px;
    top: 24px;
    background-size: 13px;
    offset-rotate: 360;
    transform: rotate(180deg);
}
.nav-wrap .nav-link.menu.active:after, .nav-wrap .nav-link.bold.active:after {
    position: absolute;
    content: "";
    background: url(/box/img/down.svg) no-repeat right;
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: -5px;
    top: 30px;
    background-size: 13px;
    offset-rotate: 360;
    transform: rotate(180deg);
}
/*.nav-wrap .nav-link.bold:hover:after {
    position: absolute;
    content: "";
    background: url(/box/img/down.svg) no-repeat right;
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: -5px;
    top: 30px;
    background-size: 13px;
    offset-rotate: 360;
    transform: rotate(180deg);
}*/

.img-wrap{
    float:left;
    width:100%;
    position:relative;
    overflow:hidden;
}
.img-wrap a.hov-eff{
    float:left;
    width:100%;
    position:relative;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.img-wrap a.hov-eff:after{
    position: absolute;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 12%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 93%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.img-wrap a.hov-eff:hover{
    transform:scale(1.1);
}
.more-news{
    float:left;
    width:100%;
    margin-top:20px;
}
.main-news-title {
    font-size: 23px;
    position: absolute;
    bottom: 13px;
    left: 18px;
    line-height: 27px;
    z-index: 99999999;
    right: 10px;

}
.news-title.home-news-title {
    margin: 0;
    color: #fff !important;
    text-decoration: none !important;
    font-size:20px;
    text-shadow: 2px 1px 2px #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position:absolute;
    bottom:25px;


}
.slide-img-box .news-title.small-news-title{
    bottom:20px;
}
.bottom-actuality .news-title.small-news-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.small-top img{
    /*min-height: 271px;
    max-height: 271px;*/
}

.small-top .main-news-title{
    bottom:23px;
}
.news-title.small-news-title{
    margin: 0;
    color: #fff !important;
    text-decoration: none !important;
    font-size:18px;
    overflow: hidden;
    text-shadow: 2px 1px 2px #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position:absolute;
    bottom:10px;


}
.img-wrap img{
    float:left;
    width:100%;
}
.top-img-small{
    float:right;
    width:100%;
}
.new-box-min{
min-height: 118px;
    height: 118px;
}
.new-box{
   float: left;
    width: 100%;
    margin-top: 2px;
    position: relative;
}
.img-new-box{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    transition: transform .2s;
    width:180px;
    float:left;
}
.img-new-box a{
    float:left;
    width:100%;
    overflow: hidden;
    transition:0.7s;
}
.img-new-box a:hover {
    transform: scale(1.1);
    overflow: hidden;
}
.txt-new-box {
    float: right;
    width: calc(100% - 180px);
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left:10px;

}
.txt-content {
    font-size: 16px;
    font-weight: 500;
    float: left;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
    margin-bottom:10px;
}
.txt-content:hover{
    text-decoration: underline;
}
.news-stat .news-time, .news-stat .read-time, .news-stat .shared{
    float: left;
    font-size: 16px;
    position: relative;
    padding-left: 17px;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;

}
.top-img-small .news-stat .news-time,.top-img-small .news-stat .read-time,.top-img-small .news-stat .shared{
    width:100%;
}
.news-stat .news-time:before, .news-stat .shared:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #b6c3ca;
    left: 8px;
    top: 6px;
}
.news-stat .read-time:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/box/img/schedule-24px.svg) no-repeat left;
    left: 0px;
    top: 1px;
    background-size: 16px;
}
.top-part{
    float:left;
    width:100%;
    background:#d8d9dd;
    padding:20px 0px;
    box-sizing:border-box;
    margin-top:117px;
}
.news-img-hld{
    overflow:hidden;
}
.news-img-hld a.hov-img{
    float:left;
    width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
    position:relative;
    max-height: 218px;
}
.news-img-hld a.hov-img:after{
    position: absolute;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 12%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 93%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 1%) 12%,rgb(0 0 0 / 70%) 86%,rgb(0 0 0 / 75%) 92%,rgba(0,0,0,0.75) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.news-img-hld.survey-box a.hov-img:after{
    content:none;
}
.news-img-hld a.hov-img:hover{
    transform:scale(1.1);
}
.whole-show {
    position: absolute;
    top: 0;
    left: 0;
    background: #E94813;
    font-size: 17px;
    padding: 10px 0px;
    color: #fff;
    z-index: 12;
    text-align:center;
}
.news-img-hld img{
    float:left;
    width:100%;
}
.text-holder{
    float:left;
    width:100%;
}
.news-title-hld .news-title{
    float:left;
    width:100%;
    font-size:16px;
    color:#fff;
    margin-top:15px;
    margin-bottom:6px;
    line-height: 1.3;
   /*height: 60px;
    overflow: hidden;*/
}
.col-sm-4.accent-news{
    min-height: 275px;
    overflow:hidden;
}
.col-sm-4.news-box-tall{
    height: 297px !important;
}
.col-lg-4.col-sm-6.col-12.accent-news{
    /* height: 320px; */
    min-height: 270px;
    padding-bottom:10px;
    overflow: hidden;
}
.news-box{
    float:left;
    width:100%;
}
.news-img-hld{
    float:left;
    width:100%;
}
.news-box-hld{
    float:left;
    width:100%;
}
.news-title-hld{
    float:left;
    width:100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.smaller-box{
    float:left;
    width:100%;
    margin-top:20px;
}
.home-title {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    margin-top: 60px;
    text-align: left;
    padding-left:9px;
    box-sizing:border-box;

}
.home-title:before {
    position: absolute;
    content: "";
    width: 92%;
    height: 2px;
    background: #38454d;
    left: 15px;
    bottom: 8px;
}
.home-title.home-title-full:before{
    width:98%;
}
/*.home-title-full:before {
    width: 100% !important;
}*/
.iframe-conteiner {
    width: 49%;
    float: left;
}
.iframe-conteiner:nth-child(2) {
    float: right;
}
.home-title span {
    font-size: 32px;
    color: #38454d;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    box-sizing: border-box;
     font-weight: bold;
}
.home-title a {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.home-title span.see-more-small {
    top: 25%;
    color: #38454d;
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: normal;
    font-size:13px;
    position: relative;
}
.home-title span.see-more-small:before{
    position:absolute;
    content:"";
    left:10px;
    bottom:-4px;
    background: #38454d;
    width:0px;
    height: 1px;
    webkit-transition:0.7s;
    transition:0.7s;
}
.home-title span.see-more-small:hover:before{
    width:83%;
}
.accent-news .news-title:hover{
    text-decoration: underline;
}
.accent-news .news-box{

}
.accent-news .news-box .news-img-hld img{
    height: 218px;
    object-fit:cover;
}
.tab-holder-2 .accent-news .news-box{
        min-height: 240px;
        height: 340px;
        overflow: hidden;

}
.top-grey{
    float:left;
    width:100%;
    background:#38454d;
    height: 45px;
    text-align:center;
    line-height: 45px;

}
.center-img{
    margin-top:10px;
    margin-left:20px;
    float:left;
}
.center-img img{
    width:60px !important;
}
.top-grey img{
    float:left;

}
.news-box-hld .now-wrap{
    float:left;
    width:100%;
    background:#e9ebee;
    padding:15px 20px;
    box-sizing:border-box;
}
.news-box-hld .now-wrap .now, .news-box-hld .later-wrap .now{
    float:left;
    width:100%;
    font-size:14px;
    color:#38454d;
    text-transform:uppercase;
    font-weight: normal;
}
.news-box-hld .now-wrap .hour, .news-box-hld .later-wrap .hour{
    float:left;
    width:100%;
    font-size:14px;
    font-weight: bold;

    margin-bottom:8px;
}
.news-box-hld .statistic{
    float:left;
    width:100%;
}
.news-box-hld .statistic .white-line{
    float:left;
    width:100%;
    height: 5px;
    background:#fff;
    position:relative;

}
.news-box-hld .statistic .other-line{
   position: absolute;
    height: 5px;
    background: #eb5a2a;
    width: 36%;
    left: 29px;
}
.news-box-hld .statistic .other-line.green{
    position: absolute;
    height: 5px;
    background: #a2c619;
    width: 76%;
    left: 29px;
}
.news-box-hld .statistic .other-line.blue{
    position: absolute;
    height: 5px;
    background: #5599d2;
    width: 16%;
    left: 29px;
}
.news-box-hld .statistic .other-line.orange{
    position: absolute;
    height: 5px;
    background: #fbc828;
    width: 66%;
    left: 29px;
}
.news-box-hld .later-wrap{
    float:left;
    width:100%;
    background:#d7d9dc;
    padding:10px 20px;
    box-sizing:border-box;
    padding-bottom:5px;
}
.news-box-hld .all-program{
    float:left;
    width:100%;
    background:#e9ebee;
    padding:10px 20px;
    box-sizing:border-box;
}
.news-box-hld .all-program .right{
    position:relative;
}
.news-box-hld .all-program .right:before{
     position:absolute;
    content:"";
    left:0;
    bottom:-3px;
    background:#38454d;
    width:0px;
    height: 1px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.news-box-hld .all-program .right:hover:before{
    width:100%;
}
.all-program .live{
    float:left;
    font-size:13px;
    font-weight: bold;
    Position:relative;
}
.all-program .live:before{
    position:absolute;
    content:"";
    left:0;
    bottom:-3px;
    background:#38454d;
    width:0px;
    height: 1px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.all-program .live:hover:before{
    width:100%;
}
.all-program .live span{
    float:left;
    font-weight: bold;
    margin-right: 3px;
    color:#38454d;
    font-size:13px;
}
.all-program .live img{
    width: 20px;
}
.all-program .right{
    float:right;
    font-size:13px;
    color:#38454d;
}

body .slider-program.slider-program-bottom .swiper-button-next {
    display: block !important;
    pointer-events: all !important;
    cursor: pointer !important;
}

.slider, .swiper-wrapper, .swiper-slide, .slide-img-box, .slide-img-box img, .slide-box{
    float:left;
    width:100%;
   /* overflow: hidden; */
    position:relative;
}
.categories-slider .swiper-slide, .categories-slider .swiper-wrapper{
    overflow: visible;
}
.categories-slider .swiper-slide {
    width: auto;
    margin-right: 20px;
}
/*.categories-slider .swiper-slide{
    width:auto !important;
}*/
.slider-program .swiper-wrapper, .slider-program .swiper-slide{
    overflow: visible;
}
.tabs-slider .swiper-wrapper, .tabs-slider .swiper-slide{
    overflow: initial !important;
}
.tabs-slider-second .swiper-wrapper, .tabs-slider-second .swiper-slide{
    overflow: initial !important;
}
.slide-img-box a.hov-img {
    position:relative;
    width:100%;
    overflow:hidden;
    float:left;
    max-height: 212px;
    min-height: 212px;
    background: #dedede;
}
.slide-img-box a.hov-img img {
    -webkit-transition:0.7s;
    transition:0.7s;
}
.slide-img-box a.hov-img:after{
    position: absolute;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 12%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 93%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.slide-img-box a.hov-img:hover img{
    transform:scale(1.1);
    overflow: hidden;
}
.slide-txt-box{
    float:left;
    width:100%;
    position:absolute;
    left:18px;
    right:20px;
    z-index:99999999;
    bottom:13px;
}
.slide-title{
    float:left;
    width:93%;
    color:#fff;
    font-size:18px;
    font-weight: 500;

}

.bnt{
    float:left;
    position:relative;
    font-size:12px;
    padding-left:10px;
    box-sizing:border-box;
    color:#fff;
    height: 18px;
    line-height: 18px;
    text-shadow: 2px 1px 2px #000;
}
.bnt:before{
    position:absolute;
    content:"";
    width:5px;
    height: 5px;
    background:#b6c3ca;
    left:0;
    top:6px;
}
.bnt.bnt1{
    color:#fe4600;
    margin-top:5px;
}
.bnt.bnt2{
    color:#4a8e01;
    margin-top:5px;
}
.bnt.bnt3{
    color:#006fca;
    margin-top:5px;
}
.bg-wrap{
    float:left;
    width:100%;
    background:#e9ebee;
    margin-top:50px;
    padding-bottom:45px;
    box-sizing:border-box;
}
.home-title span.bnt1{
    color:#e94813;
    font-weight: bold;
    font-size:34px;
}
.home-title span.bnt2{
    color:#428ecc;
    font-weight: bold;
    font-size:34px;
}
.bg-wrap .home-title span{
    background:#e9ebee;
}
.w50{
    width:50%;
}
.news-box-hld a{
    float:left;
    width:100%;
}
.news-box-hld{
    overflow:hidden;
}
.news-box-hld a.hov-img{
    position:relative;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;

}
.more-news .news-box-hld a.hov-img img{
    height: 240px;
    overflow:hidden;
    object-fit:cover;
}
.news-box-hld a.hov-img:hover {
    transform: scale(1.1);
    overflow: hidden;
}
.news-box-hld img{
    float:left;
    width:100%;
}
.col-fixed{
    width:350px;
    float:right;
}
.col-fixed-big{
    float:left;
    width:calc(100% - 350px);
    padding-right:18px;
    box-sizing:border-box;
}
.accent-news{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.accent-news .news-title{
    color:#38454d;
    font-family: 'Montserrat', sans-serif;

}
.flex .smaller-box{
    margin-top:0px;
}
.accent-news .news-time, .accent-news .read-time,.accent-news .shared{
    color:#38454d;
}
.shared{
    color:#fe4600 !important;
}
.feedback {
    float:left;
    width:100%;
    background:url(/box/img/background-feedback.jpg) no-repeat center;
    background-size:cover;
    height: 320px;
    padding:20px 0px;
    position:relative;
    margin-bottom:20px;
}
.feedback.sign-in {
    height: 300px;
    background:url(/box/img/new_show2.jpg) no-repeat center;
    background-size:cover;
}
.feedback.sign-in .send {
    padding-right: 41px;
}
.new-show-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.centering-content{
    margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
  z-index: 9;
}
.feedback h2{
    float:left;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:34px;
    margin-bottom:30px;
    font-weight: bold;
    margin-top:10px;
}
.feedback p{
    float:left;
    width:100%;
    text-align:center;
    font-size:18px;
    font-weight: 300;
    line-height: 25px;
    color:#fff;
    margin-bottom:15px;
}
.feedback .send{
    background:#428ecc;
    line-height: 50px;
    color:#fff;
    margin-top:45px;
    font-size:16px;
    position:relative;
    border:none;
    padding-left:85px;
    box-sizing:border-box;
    padding-right:80px;
    padding-top:15px;
    padding-bottom:15px;
}
.feedback .send:before{
    position:absolute;
    content:"";
    background:url(/box/img/feedback.svg) no-repeat left;
    width:50px;
    height: 50px;
    background-size:30px;
    left:47px;
}
.img-wrap2.video-wrap{
    position:relative;
    float:left;
    width:100%;
    background:#38454d;
}
.img-wrap2.video-wrap iframe{
    float:left;
    width:100%;
}
.img-wrap2.video-wrap img{
    width:100%;
    float:left;
}
.player{
    background:#d7d9dc;
}
.player .img-wrap2.video-wrap{
    margin-top:20px;
}

.big-slider img {
    width: 100%;
    max-width: 100%;
    float: left;
}
.img-title {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 23px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 27px;
    z-index: 99999999;
    right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.news-tabs {
    float: left;
    width: 100%;
    padding-bottom: 3px;
    box-sizing: border-box;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 1px solid #9ca2a6;
}
.news-tabs.top-tabs .tab-btn{
    width:23%;
}
.tabs-slider{
    float:left;
    width: 100%;
    margin-top:20px !important;
}
.tabs-slider-2, .tabs-slider-3{
   float:left;
    width: 100%;
    margin-top:20px !important;
}
.tabs-slider-second{
    float:left;
    width:100%;
    margin-top:20px !important;
}
.big-slider {
    float: left;
    width:100%;
    background-color: #38454d;
    padding-bottom: 25px;
    box-sizing: border-box;
}
.news-tabs .tab-btn {
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-right: 40px;
    position: relative;
}
.news-tabs .tab-btn:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0px;
    background: #fff;
    bottom: -5px;
}
.news-tabs .tab-btn:hover:before {
    width: 100%;
    color: #38454d;
}
.news-tabs .tab-btn.active:before {
    width: 100%;
    color: #38454d;
}
.news-descr {
    float: left;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
.style-tab-btn{
    cursor:pointer;
}
.news-descr .contact-wrapper .inp-hld {
    margin-top:0;
    margin-bottom: 20px;
    width: auto;
    float: right;
}
.news-descr .contact-wrapper .inp-hld label {
    width: auto;
    margin-top: 4px;
    margin-right: 10px;
}
.news-descr .contact-wrapper .inp-hld input {
    width: 140px;
    height: 30px;
    padding-right: 10px;
    font-size: 15px;
}
.search-now {
    width: 80px;
    height: 30px;
    background: #e94813;
    color: #fff !important;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.search-now:hover{
    background:#0d222e;
}

.no-opacity {
    opacity: 1 !important;
}
.hot-section-wrap.addfixd {
    position:fixed;
    bottom:0px;
    left:0;
    z-index:999;
}
.hot-section-wrap .icon-hot {
    float: left;
    width:70px;
    height: 32px;
    background: url(../img/exclusive.svg) no-repeat center #e94612;
    background-size: 28px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.hot-section-wrap .marquee {
    width: calc(100% - 70px);
    background: #e9ebee;
    height: 32px;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.hot-section-wrap .marquee a {
    float: left;
    position: relative;
    color: #38454d;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    margin-right: 50px;
    opacity: 0;
}
.hot-section-wrap .marquee a::before {
    position: absolute;
    top: 13px;
    left: -10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #38454d;
    content: "";
}
.hot-section-wrap .marquee a::after {
    position: absolute;
    top: 13px;
    right: -10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #38454d;
    content: "";
}

.paddr{
    padding-right:20px;
    box-sizing:border-box;
    padding-left:9px;
}
.swiper-button-prev.actuality{
    background-size:20px;
    color:red;
    background:url(/box/img/prev.png) no-repeat left;
    width:20px;
    height: 30px;
    left:15px;
    top:38%;
}
.swiper-button-next.actuality{
    background-size:20px;
    color:red;
    background:url(/box/img/next.png) no-repeat left;
    width:20px;
    height: 30px;
    right:15px;
    top:38%;
}
.swiper-button-prev.gold-prev{
    background-size:20px;
    color:red;
    background:url(/box/img/prev.png) no-repeat left;
    width:20px;
    height: 30px;
    left:15px;

}
.swiper-button-next.gold-next{
    background-size:20px;
    color:red;
    background:url(/box/img/next.png) no-repeat left;
    width:20px;
    height: 30px;
    right:15px;

}
.actuality-slider{
    float:left;
    width:100%;

}
.actuality-slider1{
    float:left;
    width:100%;
    margin-top:20px !important;

}
.slider-program{
    margin-bottom:30px !important;
}
.slider-txt{
    color:#fff;
    float:left;
    width:100%;
    font-size:13px;
    margin-top:10px;
}
.slide-txt-small .slide-title{
    float:left;
    width:100%;
    font-size:16px;
    color:#38454d;
    margin-top:15px;
    margin-bottom:0px;
}
.slide-txt-small .slide-title:hover{
    text-decoration: underline;
}
.top-content{
    position:relative;
    width:100%;
    float:left;

}
.top-content .text-holder{
    position:absolute;
    bottom:0px;
    left:0px;
    padding-left:18px;
    padding: 0 10px;

}
.news-box-hld{
    overflow: hidden;
}
.top-left-part{
   /* float:left;
    width:45%;*/
    float:left;
    width:100%;
}
.top-left-part .img-wrap a.hov-eff{
    height: 273px;
    object-fit: cover;
}
.top-left-part .news-stat{
    position: absolute;
    bottom:15px;
    left:10px;
}
.top-right-part{
    float:right;
    width:55%;
}
.top-right-part .news-stat{
    position: absolute;
    bottom:10px;
    left:10px;
}

.top-right-part .img-wrap a.hov-eff{
    height: 273px;
    overflow: hidden;
}
.top-right-part .img-wrap a img{
    height: 100%;
    width:100%;
    object-fit:cover;
}
.small-top{
    float:left;
    width:100%;
}
.small-box a{
    float:left;
    width:100%;
    transition:0.7s;
}
.small-box img{
    float:left;
    width:100%;
}
.bottom-actuality{
    float:left;
    width:100%;
    margin-top:20px;
}
.bottom-actuality .top-right-part{
    float:left;
}
.bottom-actuality .top-left-part{
    float:right;
}
.bottom-actuality .news-title.small-news-title{
    height: 22px;
}
.bottom-actuality .bnt:before{
    top:11px;
}
.bottom-actuality .main-news-title{
    bottom:5px;
}
.camp-box{
    float:left;
    width:100%;
    position:relative;
    overflow: hidden;
}
.camp-box a.hov-img{
    position: relative;
}
.camp-box a.hov-img:after{
    position:absolute;
    content:"";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 12%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
width:100%;
height: 100%;
left:0;

}
.camp-box a.hov-img{
    height: 230px;
    overflow: hidden;
}
.camp-box a.hov-img img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.camp-box a.hov-img{
   position: relative;
    width:100%;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.camp-box a.hov-img:after{
     position:absolute;
    content:"";
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 12%, rgba(0,0,0,0.6) 86%, rgba(0,0,0,0.65) 92%, rgba(0,0,0,0.65) 93%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 12%,rgba(0,0,0,0.6) 86%,rgba(0,0,0,0.65) 92%,rgba(0,0,0,0.65) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    width:100%;
    height: 100%;
    left:0;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.camp-box a.hov-img:hover{
    transform:scale(1.1);
}
.camp-box .main-news-title{
    bottom:20px;
}
.camp-box .news-title.small-news-title{
    height: 20px;
}
.camp-box .bnt:before{
    top:10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
}
.big-slider-watch .img-title{
    left:38px;
    bottom:20px;
}
.important-news .news-title:hover{
    text-decoration: underline;
}
.important-news .text-holder{
    bottom:13px;
    left:8px;
    overflow:hidden;
    position:absolute;
}
.important-news .news-title-hld .news-title{
    margin-top:0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;

}
.important-news .news-title-hld .news-title:hover{
    text-decoration:none;
}
.small-img{
    float:left;
    width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.small-img a.hov-img{
    height: 230px;
    overflow: hidden;
}
.small-img a.hov-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bottom-actuality .col-7{
    padding-left:0px;
}
.top-right-part.col-7{
    padding-right:0px;
    box-sizing:border-box;
    padding-left:0px;
}
.d-none{
    display:none;
}
.h-wrap{
    min-height: 273px;
    max-height: 273px;
}
.navigation.opened .nav-wrap{
    width:100%;
}
.navigation.opened .nav-wrap .nav-link:hover:before{
    opacity:0;
}
ul.opened{
    padding-inline-start: 0px !important;
}
.nav-wrap ul{
    padding-left:0px !important;
}
.navigation.opened .nav-wrap .nav-link.menu:after{
    left: 65px !important;
    top: 30px;
}
.navigation.opened .live-tv{
    float:left;
    margin-left:18px;
}
.bold{
    font-weight: bold;
}
.soc-icons-wrap{
    right: 0;
    position:fixed;
    background:#38454d;
    float:right;
    /*height: 155px;*/
    width:50px;
    z-index:99;
}
.soc-icon-head{
    float:left;
    width:50px;
    height: 50px;
}
.fb-t{
    background:url(/box/img/facebook.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}
.fb-t:hover{
    opacity:1;
}

.instagram-t{
    background:url(/box/img/instagram2.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}

.instagram-t:hover{
    opacity:1;
}

.tube-t{
    background:url(/box/img/youtube_new.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}
.tube-t:hover{
    opacity:1;
}

.cloud-t{
    background:url(/box/img/soundcloud-logo-w.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}
.cloud-t:hover{
    opacity:1;
}

.tw-t{
   background:url(/box/img/twitter.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}
.tw-t:hover{
    opacity:1;
}
.tik-tok-t{
   background:url(/box/img/tik-tok.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}
.tik-tok-t:hover{
    opacity:1;
}
.in-t{
   background:url(/box/img/linkedin.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}
.in-t:hover{
    opacity:1;
}
.rss-t{
     background:url(/box/img/rss.svg) no-repeat center;
    width:100%;
    height: auto;
    background-size:25px;
    height: 50px;
    opacity:0.6;
}
.rss-t:hover{
    opacity:1;
}
.news-view{
    float:left;
    width:100%;
    margin-top:150px;
}
main{
    margin-top:116px;
}
.big-img .news-title{
    float:left;
    width:100%;
    margin-bottom:10px;
    line-height: 34px;
}
.big-img .news-title a{
    font-size:32px;
    color:#38454d;
    float:left;
    width:100%;
    font-family: 'Roboto';
    font-weight: bold;
}
.news-title {
    font-size:32px;
    color:#38454d;
    float:left;
    width:100%;
    font-family: 'Roboto';
    font-weight: bold;
}

.under-head{
    float:left;
    width: 100%;
    margin-bottom:10px;
    line-height: 25px;
}
.under-head p{
    font-size:20px;
    float:left;
    width:100%;
    color: #38454d;

}
.col-fixed-big .big-img{
    float:left;
    width:100%;
}
.col-fixed-big .big-img img{
    float:left;
    max-width:100%;
}
.txt-news{
    float:left;
    width:100%;
    margin-top:9px;

}

.txt-news .box-text {
    font-size: 1.05em;
    line-height: 1.6;
    margin-bottom: 8px;
}

.txt-news p{
    /* float:left; */
    width:100%;
    color:#38454d;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
    display: inline-block;
}
.txt-news img {
    max-width:100%;
}
.tabs-slider-wrap {
    margin: 10px 0;
}
.tabs-slider-view a {
    height: 111px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.tabs-slider-view .swiper-button-prev, .tabs-slider-view .swiper-button-next {
    top: 29px !important;
}
.txt-news blockquote,.small-txt-wrap blockquote{
    box-sizing: border-box;
    border-left: 2px solid red;
    font-style: italic;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 20px;
}
/* .txt-news blockquote:before,.small-txt-wrap blockquote:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:2px;
    height: 100%;
    background:red;
}
.txt-news blockquote p,.small-txt-wrap blockquote p{
    padding-left:20px;
    box-sizing:border-box;
    font-style: italic;
} */
.col-fixed .news-title-hld .news-title{
    color:#38454d;
    font-size:16px;
    float:left;
    width:100%;
}
.col-fixed .news-stat .news-time, .col-fixed .news-stat .read-time, .col-fixed .news-stat .shared{
    color:#38454d;
}
.col-fixed .news-box{
    margin-top:20px;
}
.breadcrumbs {
    border-bottom:1px solid #f9f9f9;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
}
.breadcrumbs ul, .breadcrumbs {
    float: left;
    width: 100%;
    /* padding-inline-start: 0px; */
    border-radius:0;
    margin-left: 0px;
    padding-left: 0px !important;
    background: none !important;

}
.breadcrumbs ul {
    padding:0 0 10px 0 !important;
    margin-bottom: 0px !important;
}
.breadcrumbs ul {
    padding-left: 10px;
}
.breadcrumbs ul li {
    float: left;
    list-style: none;
    border-right: 1px solid #ccc;
    padding:0px 4px;
}
.breadcrumbs ul li:last-child{
    border-right:none;
    padding-left:5px;
    box-sizing:border-box;
    font-size:13px;
    color:#999;
}
.breadcrumbs ul li:last-child a{
    color:#999;
}
.breadcrumbs ul li a {
    float: left;
    color: #38454d;
    font-size: 13px;
    padding: 0 5px;
    box-sizing: border-box;
    position:relative;
}
.breadcrumbs ul li a:before{
    position:absolute;
    content:"";
    width:0px;
    left:0;
    bottom:-2px;
    /* background:#38454d; */
    height: 1px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.breadcrumbs ul li a:hover:before{
    width:100%;
}
.view-news .col-fixed-big{
    padding-right:30px;
    box-sizing:border-box;
}
.col-fixed-big{
    padding-right:30px;
    box-sizing:border-box;
}
.accent{
    float:left;
    width:100%;
}
.accent .main-news-title{
    bottom:10px;
}
.accent-head{
    float:left;
    width:100%;
    text-align:left;
    font-size:18px;
    color:#38454d;
    background:#e9ebee;
    padding-left:15px;
    box-sizing:border-box;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom:1px;
}
.programm-today{
    float:left;
    width:100%;
}
.programm-today .home-title span{
    font-size:16px;
}
.programm-today .home-title{
    margin-top:20px;
    margin-bottom:10px;
}
.news-stat-right{
    float:left;
    width:100%;
}
.news-stat-right .bnt{
    font-size:13px;
    color:#e94813;
    border-right:1px solid #38454d;
    margin-top:3px;
    padding-right:5px;
    box-sizing:border-box;
}
.news-stat-right .date{
    font-size:13px;
    color:#38454d;
    padding:0 5px;
    box-sizing:border-box;
    border-right:1px solid #38454d;
}
.news-stat-right .bussines{
    font-size:13px;
    color:#38454d;
    font-weight: bold;
}
.share{
    float:right;
    margin-bottom:15px;
}
.follow{
    float:left;
}

.movie-icons {
    margin-bottom: 10px;
}
.movie-icon {
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
}
.movie-icon:last-of-type {
    margin-right: 0;
}
.movie-icon:last-of-type::after {
    display: none;
}
.movie-icon::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #e94813;
    content: "";
    opacity: .5;
}
.country {
    width: 16px;
    height: 18px;
    background: url(/box/img/country.svg) no-repeat center;
    background-size: 16px;
    margin-right: 5px;
}
.season {
    width: 16px;
    height: 18px;
    background: url(/box/img/season.svg) no-repeat center;
    background-size: 16px;
    margin-right: 5px;
}
.episode {
    width: 16px;
    height: 18px;
    background: url(/box/img/episode.svg) no-repeat center;
    background-size: 16px;
    margin-right: 5px;
}
.duration {
    width: 15px;
    height: 18px;
    background: url(/box/img/clock.svg) no-repeat center;
    background-size: 13px;
    margin-right: 5px;
}
.year-i {
    width: 15px;
    height: 18px;
    background: url(/box/img/year.svg) no-repeat center;
    background-size: 15px;
    margin-right: 5px;
}
.movie-icon .text {
    font-size: 13px;
    color: #e94813;
}
.text-holder .movie-icon {
    margin-bottom: 5px;
    padding-right: 0;
}
.text-holder .movie-icon::after {
    display: none;
}
.text-holder .episode {
    width: 16px;
    height: 16px;
    background: url(/box/img/episode.svg) no-repeat center;
    background-size: 14px;
    margin-right: 5px;
}

.share .bnt.bnt1{
    margin-top:10px;
    margin-right:10px;
}
.share .time{
    position:relative;
    padding-left:10px;
    box-sizing:border-box;
    float:left;
    margin-top:10px;
    font-size:13px;
}
.share .time:before{
   position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #b6c3ca;
    left: 0;
    top: 4px;
}
.share-f{
    float:left;
    font-size:13px;
}
.share span{
    color:#38454d;
    font-size:13px;
    float:left;
    margin-top:10px;
}
.share .blue-fb{
    background: url(/box/img/facebook_blue.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:30px;
    float:left;
}
.share .blue-tw{
    background: url(/box/img/twitter-blue.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:30px;
    float:left;
}
.follow-fb{
     background: url(/box/img/facebook1.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:30px;
    float:left;
}
.follow-ins{
    background: url(/box/img/instagram1.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:30px;
    float:left;
}
.follow-tw{
   background: url(/box/img/twitter1.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:30px;
    float:left;
}
.follow-youtube{
   background: url(/box/img/youtube1.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:30px;
    float:left;
}

.b-about-show {
    max-height: 295px;
    overflow: hidden;
}
.b-about-show.isOpened {
    max-height: none;
}
.b-see-more {
    color: #E94813 !important;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.b-see-more:before {
    position:absolute;
    content:"";
    left:0;
    bottom:-4px;
    background: #E94813;
    width:0px;
    height: 1px;
    webkit-transition:0.7s;
    transition:0.7s;
}
.b-see-more:hover:before{
    width:100%;
}

.view-emission{
    float:left;
    width:100%;
}
.view-emission .news-img-hld a.hov-img{
    height: 168px;
    overflow: hidden;
    object-fit:cover;
}
.view-emission .news-tabs .tab-btn{
    width:50%;
    float:left;
    color:#38454d;
    font-size:18px;
    text-transform:uppercase;
    margin-right:0px;
    font-weight: bold;
    text-align:center;
    border-bottom:3px solid #d7d9dc;
}
.view-emission .news-tabs .tab-btn.small-tab-btn{
    width:33.33%;
    float:left;
    font-size: 15px;
}
.view-emission .news-tabs{
    padding-left:0px;
}
.view-emission .news-tabs{
    border-bottom:none;

}
.view-emission .news-tabs .tab-btn:before{
    content:none;
}
.view-emission .news-tabs .tab-btn.active{
    border-bottom:3px solid #e94813;
}
.img-container{
    width:19%;
    margin-right: 1%;
}
.last-emision .last-em-head{
    float:left;
    width:100%;
    background:#e94813;
    height: 35px;
    line-height: 24px;
    padding-left:15px;
    padding-right:15px;
    box-sizing:border-box;
}
.last-emision .last-em-head span{
   font-size:16px;
   color:#fff;
   text-transform:uppercase;
   font-weight: bold;

}
.last-em-head span.right img{
    float:right;
    width:30px;
    height: 30px;
    margin-top:3px;
}
.all-em{
    float:left;
    width:100%;
}
.all-em .em-box{
    float:left;
    width:100%;
    padding:10px 15px;
    box-sizing:border-box;
    background:#eaebef;
    color:#38454d;
    margin-bottom:1px;
}
a.em-box span:hover{
   text-decoration:underline;
}
.all-em .em-box:hover{
    text-decoration:underline;
}
.all-em .em-box.last{
    background:#d8d9dd;
}
.txt-news .news-descr{
    padding:0px;
}
.small-txt-wrap span.bold{
    font-size:16px;
    float:left;
    width:100%;
    font-size:16px;
    font-weight: bold;
    margin-top:20px;
}
.small-txt-wrap span{
    float:left;
    width:100%;
    font-size:16px;
}
.small-txt-wrap {
    float:left;
    width:100%;
}
.small-txt-wrap img {
   /* float: left !important;*/
    margin: 0 10px 10px 0 !important;
}
.images-wrap{
    float:left;
    width:100%;
}
.images-wrap h2{
    color:#38454d;
    font-size:16px;
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    font-weight: bold;
}
.small-box-img{
    float:left;
    width:20%;
    padding:0 5px;
    box-sizing:border-box;
    height: 315px;
}
.small-box-img img{
    float:left;
    width:100%;
}
.small-box-img .e-name{
    float:left;
    font-size:13px;
    width:100%;
    color:#38454d;
    margin-top:10px;
    font-weight: bold;
}
.small-box-img .titl{
    float:left;
    width:100%;
    font-size:13px;
    color:#38454d;

}
.video-head{
    float:left;
    width:100%;
    background:#fff;
}
.video-head h2{
    float:left;
    font-size:20px;
    color:#38454d;
    margin-top:20px;
}
.last-emision{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.left-grey{
    float:left;
    width:200px;
    height: 70px;
    background:#e94813;

}
.right-grey{
    float:right;
    width:200px;
    height: 70px;
    background:#e94813;
}
.middle-part{
    float:left;
    width:100%;
    background:#d7d9dc;
    height: 70px;
    line-height: 70px;
    padding-left:20px;
    box-sizing:border-box;
}

.bnt-btns .news-tabs .tab-btn{
    color:#212529;
}
.view-register{
    float:left;
    width:100%;
}
.register-head{
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}
.register-head h2{
    font-family: "roboto";
    float:left;
    width:100%;
}
.bnt-btns{
    float:left;
    width:100%;
}
.view-register .news-tabs{
    padding-left:0px;
}
.view-register .bnt-btns .news-tabs .tab-btn{
    text-align: center;
    font-weight: bold;
     margin-right:10px;
     border-bottom:3px solid #d7d9dc;
     width:10%;
}
.view-register .bnt-btns .news-tabs .tab-btn.bnt1-hov:hover{
    border-bottom:3px solid #e94813;
}
.view-register .bnt-btns .news-tabs .tab-btn.bnt2-hov:hover, .view-register .bnt-btns .news-tabs .tab-btn.bnt2-hov.active{
    border-bottom:3px solid #b5d147;
}
.view-register .bnt-btns .news-tabs .tab-btn.bnt3-hov:hover, .view-register .bnt-btns .news-tabs .tab-btn.bnt3-hov.active{
    border-bottom:3px solid #428ecc;
}
.view-register .bnt-btns .news-tabs .tab-btn.bnt4-hov:hover, .view-register .bnt-btns .news-tabs .tab-btn.bnt4-hov.active{
    border-bottom:3px solid #fbc211;
}
.view-register .bnt-btns .news-tabs .tab-btn.active{
    border-bottom:3px solid #e94813;
}

.tab-btn-1.active{
    border-color:#E94812 !important;
}
.tab-btn-2.active{
    border-color:#A5C820 !important;
}
.tab-btn-3.active{
    border-color:#428ECD !important;
}
.tab-btn-4.active{
    border-color:#FFC233 !important;
}

.view-register .news-tabs .tab-btn:before{
    content:none;
}
.view-register .news-tabs{
    border-bottom:none;
}
.bnts-left{
    float:left;
    width:100%;
}

.sort-by{
    float:right;
    width:100%;
    margin-top:30px;
}
.sort-by select{
    float:left;
    width:220px;
    height: 35px;
    border:1px solid #d7d9dc;
    padding-left:15px;
    box-sizing:border-box;
    outline:none;

}
.view-register .news-descr{
    padding:0px;
}
.sort-by span{
    float: left;
    margin-top: 5px;
    margin-right: 25px;
}
.all-em-hld{
    float:left;
    width:100%;
    height: 65px;
    line-height: 65px;
    background:#eaebef;
    padding-left:25px;
    box-sizing:border-box;
    margin-top:30px;
}
.all-em-hld .all-program-txt{
    float:left;
    font-size:14px;
    color:#38454d;
    font-weight: bold;
    margin-right:50px;
}
.all-em-hld select{
    width:450px;
    height: 35px;
    padding-left:10px;
    box-sizing:border-box;
    background:#fff;
    border:1px solid #d7d9dc;
    outline:none;
    font-size:14px;
}
.reg-news .bnt.bnt1{
    float:left;
    width:100%;
}
.reg-news .text-holder p{
    font-size:14px;
    color:#38454d;
    float:left;
    height: 80px;
    overflow:hidden;
}
.txt-news-programs{
    float:left;
    width:100%;
    margin-top:60px;
}
.txt-news-programs .news-title{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.txt-news-programs .news-title a{
    float:left;
    width:100%;
    text-align:left;
    font-size:32px;
    font-family: "roboto";
    font-weight: bold;
    color:#38454d;
}
.bnt-box{
    float:left;
    width:100%;
    margin-top:15px;
}
.bnt1-program-img, .bnt2-program-img, .bnt3-program-img, .bnt4-program-img{
    float:left;
    width:150px;
    height: 95px;
    position:relative;
}
.bnt1-program-img:before{
    position:absolute;
    content:"";
    background:red;
    width:2px;
    height: 100%;
    top:0;
    left:0;
}
.bnt2-program-img:before{
    position:absolute;
    content:"";
    background:#98c000;
    width:2px;
    height: 100%;
    top:0;
    left:0;
}
.bnt3-program-img:before{
    position:absolute;
    content:"";
    background:#3f8ecc;
    width:2px;
    height: 100%;
    top:0;
    left:0;
}
.bnt4-program-img:before{
    position:absolute;
    content:"";
    background:#fbc21a;
    width:2px;
    height: 100%;
    top:0;
    left:0;
}
.bnt1-program-txt{
    float:right;
    width:calc(100% - 150px);
}
.bnt1-program-txt p{
    font-size:16px;
    float:left;
}
.top-adress span{
    float:left;
    width:100%;
}
.more-right-links{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.more-right-links ul{
    padding-right:0px;
    padding-inline-start: 0px !important;
}
.more-right-links .aside-link{
    float:left;
    width: 100%;
    background:#e9ebee;
    margin-bottom:1px;
    list-style-type:none;
    padding:10px;
    box-sizing:border-box;

}
.more-right-links .aside-link:hover{
    background-color:#d7d9dc;
}
.more-right-links .aside-link.menu{
    position:relative;
}
.more-right-links .aside-link.active-aside.menu:before{
    position: absolute;
    content: "";
    background: url(/box/img/down-aside.svg) no-repeat right;
    width: 20px;
    height: 20px;
    background-size: 15px;
    right: 5px;
    offset-rotate: 360;
    transform: rotate(180deg);
}
.more-right-links .aside-link.menu:before{
    position:absolute;
    content:"";
    background:url("/box/img/down-aside.svg") no-repeat right;
    width:20px;
    height: 20px;
    background-size:15px;
    right:10px;
}
.more-right-links .aside-link a{
    float:left;
    width:100%;
    text-transform:uppercase;
    font-size:14px;
    color:#38454d;
}
.color-wrap{
    float:left;
    width:100%;
}
.color-wrap p{
    position:relative;
    float:left;
    width:100%;
    padding-left:20px;
    box-sizing:border-box;
    margin-top:0px;
    margin-bottom:0px;
    height: 90px;
    padding-top:10px;
}
.color-wrap p.bnt1{
    border-left:3px solid #e94813;

}
.color-wrap p.bnt2{
    border-left:3px solid #98c000;
}
.color-wrap p.bnt3{
    border-left:3px solid #3f8ecc;
}
.color-wrap p.bnt4{
    border-left:3px solid #fbc21a;
}
.color-wrap p:before{
    position:absolute;
    content:"";
    width:5px;
    height: 5px;
    background:#b6c3ca;
    left:8px;
    top:20px;
}
.bottom-menu{
    display:none;
    float:left;
    width:100%;
}
ul.bottom-menu{
    float:left;
    width:100%;
    margin-top:10px;
}
ul.bottom-menu li{
    float:left;
    width:100%;
    margin-bottom:1px;
    background:#dde0e4;
    list-style-type:none;
    box-sizing:border-box;
    padding: 7px 10px 7px 20px;
}
ul.bottom-menu li a{
    font-size:12px;

}
.bottom-menu.open{
    display:block;
}
.aside-link.active,.active-right{
    background:#b4b8bd !important;
    position:relative;
}

.aside-link.active:before,.active-right:before{
    position:absolute;
    content:"";
    left:0;
    top:5px;
    background:red;
}
.gray-part{
    float:left;
    width:100%;
    background:#e9ebee;
    padding:20px;
    box-sizing:border-box;
    height:180px;
    position: relative;
}
.top-image-wrap{
    float:right;
    width:250px;
    height: 250px;
    position:absolute;
    right:45px;
    top:20px;
    top:-35px;
}
.top-image-wrap img{
    float:left;
    width:100%;
}
.gray-part .top-header{
    float:left;
    width:100%;
    color:#38454d;
    font-size:18px;
    font-weight: bold;
    margin-bottom:20px;
    margin-top:20px;
}
.grey-part span{
    float:left;
    width:100%;
    font-size:18px;
    color:#38454d;
}
.gen .txt-news{
    margin-top:40px;
}
.contact-wrap{
    float:left;
    width:100%;
}
.contact-wrap h2{
    float:left;
    width:100%;
    color:#38454d;
    font-size:16px;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:20px;
}
.contact-wrap span{
    float:left;
    width:100%;
    color:#38454d;
    font-size:16px;
}
.color-line{
    float:left;
    width:100%;
    margin-top:20px;

}
.color-line span.bnt1{
    width:25%;
    float:left;
    height: 3px;
    background:#ff4600;
}
.color-line span.bnt2{
    width:25%;
    float:left;
    height: 3px;
    background:#96c300;
}
.color-line span.bnt3{
    width:25%;
    float:left;
    height: 3px;
    background:#0096ff;
}
.color-line span.bnt4{
    width:25%;
    float:left;
    height: 3px;
    background:#ffc800;
}
.doc-wrap{
    float:left;
    width:100%;
}
.doc-wrap a{
    float:left;
    width:100%;
    position:relative;
    height: 85px;
    padding-left:50px;
    box-sizing:border-box;
    color:#ff4600;
    font-weight: bold;
    border-bottom:1px solid #caccce;
    padding-top:20px;

}
.doc-wrap span{
    color:#38454d !important;
    font-weight: normal !important;;
}
.doc-wrap a:before{
    position:absolute;
    content:"";
    background:url("/box/img/file.svg") no-repeat left;
    width:50px;
    height: 50px;
    left:0;
    background-size:30px;
}
.us .gray-part{
    margin:50px 0px;
}
.us .top-image-wrap{
    background:#ff4600;
    position:absolute;
}
.us .top-image-wrap .center{
    width: 60%;
    margin: 0 auto;
    margin-top:100px;
}

.txt-news.hronology-news .hronology{
     width:215px;
    float:left;
    border-left:1px solid #38454d;
    padding-top: 30px;
}
.hronology-mobile {
    display: none;
}
.txt-news.hronology-news .hronology span{
    float:left;
    width:100%;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
    margin:20px 0px;
    font-size:24px;
    color:#d7d9dc;
}
.txt-news.hronology-news .hronology span.active{
    color:#38454d;
    font-size:32px;
    font-weight: bold;
}
.txt-news.hronology-news .hronology span.active:before {
    top: 20px;
}
.txt-news.hronology-news .hronology span:before{
    position:absolute;
    content:"";
    left:5px;
    top:14px;
    width:8px;
    height: 8px;
    background:#38454d;
    border-radius:50%;
}
.txt-news.hronology-news .hronology span.active
.txt-news.hronology-news .text-hronology-news{
    width:calc(100% - 200px);
    float:right;
}
.text-hronology-news{
    float:right;
    width:calc(100% - 215px);
}
.text-hronology-news img{
    float:left;
    width:100% !important;
    height: auto !important;
}
.swiper-slide-img{
    float:left;
    width:100%;
    position:relative;
}
.colums-footer{
    float:left;
    width:100%;
    padding-left:9px;
    box-sizing:border-box;
}
main.register, main.programm{
    margin-top:117px;
}
main.register .breadcrumbs ul, .breadcrumbs{
    margin-top:10px;
    margin-bottom:10px;
}
.register .home-title span{
    font-size:22px;
}
.register .home-title span.see-more-small{
    display:none;
}
.register .home-title:before{
    width:98%;
}
.register .news-title-hld .news-title:hover{
    text-decoration:underline;
}
.register .top-part-bnt1{
    float:left;
    width:100%;
    margin-top:20px;
}
.programm .top-part-bnt1{
    float:left;
    width:100%;
    margin-top:20px;
}
.programm .left-grey, .programm .right-grey{
    background:#98c000;
}

.left-grey-1,.right-grey-1, .bnt-1-back{
    background:#E94812 !important;
}
.program-tabs .bnt-1-back.tab-btn span {
    color: #fff;
}
.program-box.bnt-1-back .txt-holder span.hour {
    color: #fff;
}
.program-box.bnt-1-back .txt-holder span.name {
    color: #fff;
}
.program-box.bnt-1-back .txt-holder span.type {
    color: #fff;
}

.left-grey-2,.right-grey-2, .bnt-2-back{
    background:#A5C820 !important;
}
.program-tabs .bnt-2-back.tab-btn span {
    color: #fff;
}
.program-box.bnt-2-back .txt-holder span.hour {
    color: #fff;
}
.program-box.bnt-2-back .txt-holder span.name {
    color: #fff;
}
.program-box.bnt-2-back .txt-holder span.type {
    color: #fff;
}

.left-grey-3,.right-grey-3, .bnt-3-back{
    background:#428ECD !important;
}
.program-tabs .bnt-3-back.tab-btn span {
    color: #fff;
}
.program-box.bnt-3-back .txt-holder span.hour {
    color: #fff;
}
.program-box.bnt-3-back .txt-holder span.name {
    color: #fff;
}
.program-box.bnt-3-back .txt-holder span.type {
    color: #fff;
}

.left-grey-4,.right-grey-4, .bnt-4-back{
    background:#FFC233 !important;
}
.program-tabs .bnt-4-back.tab-btn span {
    color: #fff;
}
.program-box.bnt-4-back .txt-holder span.hour {
    color: #fff;
}
.program-box.bnt-4-back .txt-holder span.name {
    color: #fff;
}
.program-box.bnt-4-back .txt-holder span.type {
    color: #fff;
}


.program-tabs {
    float:left;
    width:100%;
    padding:0 32px !important;
    box-sizing:border-box;
}
.program-tabs .swiper-wrapper{
    overflow: initial;
}
.program-tabs .swiper-button-prev{
    background: #d7d9dc url(../img/arrow_slider_prev.svg) no-repeat center !important;
    top:0 !important;
    height: 100%;
    background-size:15px;
    width:30px !important;
}
.program-tabs .swiper-button-next{
    background: #d7d9dc url(../img/arrow_slider_next.svg) no-repeat center !important;
    top:0 !important;
    height: 100%;
    background-size:15px;
    width:30px !important;
}
.program-tabs .tab-btn{
    float:left;
    box-sizing:border-box;
    background:#e9ebee;
    margin-right:1px;
}
.program-tabs .tab-btn.active{
   /* background:#b5d147; */
}
.program-tabs .tab-btn:hover{
    background:#d7d9dc;
}
.program-tabs .tab-btn span{
    float:left;
    width:100%;
    margin:3px 0px;
    font-size:13px;
    color:#38454d;
    text-align:center;
}
.program-box{
    float:left;
    width:100%;
    margin:5px 0px 0px 0px;
    border-bottom:1px solid #e9ebee;
    padding:10px 0px;
    box-sizing:border-box;
}
main .program-tabs-inner {
    padding: 0 !important;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
main .program-tabs-inner .tab-btn {
    margin-right: 0.2%;
     flex-grow: 1;
}
main .program-tabs-inner .tab-btn span {
    text-align: left;
    padding-left: 20px;
}
main .program-tabs-inner .tab-btn:last-of-type {
    margin-right: 0;
}
main .top-grey-inner {
    width: 100%;
}
main .top-grey-inner span {
    font-size: 18px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
}
.title-inner {
    font-size: 18px;
    font-weight: bold;
    color: #38454d;
    margin-bottom: 5px;
}
.in-tabs-descr {
    float: left;
    width: 100%;
}
.see-live{
    float:left;
    width:200px;
    background:#38454d;
    color:#fff;
    opacity:0;
    visibility: hidden;
}
.program-box:hover{
    background:#e9ebee;
}
.program-box.active{
    background:#b5d147
}
.program-box:hover .see-live{
    visibility:visible;
    opacity:1;
}
.program-box .img-holder {
    float:left;
    width:153px;
    height: 83px;
}
.program-box .img-holder img {
    height: 100%;
    object-fit: cover;
}
.program-box .txt-holder {
    float:left;
    width:calc(100% - 153px);
    padding-left:10px;
}
.program-box .txt-holder span.hour{
    float:left;
    width:100%;
    font-size:24px;
    color:#38454d;
    margin-top:-2px;
}
.program-box .txt-holder span.name{
    float:left;
    width:100%;
    font-size:18px;
    font-weight: bold;
     color:#38454d;
}
.program-box .txt-holder span.type{
    float:left;
    width:100%;
    font-size:14px;
     color:#38454d;
}
.programm .register-head{
    margin-top:0px;
    font-family: "roboto";
    font-weight: bold;
}
.bottom-content{
    float:left;
    width:100%;
    margin-top:30px;
}
.download-programm{
    float:left;
    width:100%;
}
.download-head{
    float:left;
    width:100%;
    color:#fff;
    background:#38454d;
    padding:10px;
    box-sizing:border-box;
    font-weight: bold;
}
.bnt-program{
    float:left;
    width:100%;
    background:#e9ebee;
    padding:10px;
    box-sizing:border-box;
}
.bnt-program:hover{
    background:#898e96;
}
.bnt-program span{
    float:left;
    font-size:13px;
    margin-right:10px;
}
.bnt-program .download-file{
    color:#e94813;
}
.bnt-program .download-file img{
    float:left;
    width:10px;
    height: 10px;
    margin-top:4px;

}
.swiper-button-prev{
    position: absolute;
    top: 24% !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background: #000 url(../img/arrow_slider_prev.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;
    left:0px !important;
}
.swiper-button-next{
    position: absolute;
    top: 24% !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background: #000 url(../img/arrow_slider_next.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

.tabs-slider-second .swiper-button-prev{
    position: absolute;
    top: 24% !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background: #000 url(../img/arrow_slider_prev.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;
    left:0px !important;
}
.tabs-slider-second .swiper-button-next{
    position: absolute;
    top: 24% !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background: #000 url(../img/arrow_slider_next.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}
.see-mobile{
    display:none;

}
.bnt-programm .home-title:before{
    width:98%;
}
.bnt-programm .home-title{
    margin-top:20px;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    display:none;
}
.slider-program .swiper-button-prev.swiper-button-disabled, .slider-program .swiper-button-next.swiper-button-disabled{display:block;}

.slider-program .swiper-button-prev{
   position: absolute;
    top: 34% !important;
    width: 50px !important;
    z-index: 99999999;
    cursor: pointer;
    margin-top: 0 !important;
    background: url(../img/arrow_slider_prev.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;
}
.slider-program .swiper-button-next{
   position: absolute;
    top: 34% !important;
    width: 50px !important;
    z-index: 99999999;
    cursor: pointer;
    margin-top: 0 !important;
    background: url(../img/arrow_slider_next.svg) no-repeat center !important;
    background-size: 60px !important;
    opacity: 0.7 !important;
}
.program-tabs .swiper-button-prev.swiper-button-disabled, .program-tabs .swiper-button-next.swiper-button-disabled{
    display:block;
}
.hronology .swiper-button-prev.swiper-button-disabled, .hronology .swiper-button-next.swiper-button-disabled{
    display:block;
}
.hronology .swiper-button-prev{
   position: absolute;
    top: -7px !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background: url(../img/top_black.png) no-repeat center !important;
    background-size: 30px !important;
    opacity: 0.7 !important;
    left: 75px !important;

}
.hronology .swiper-button-next{
    position: absolute;
    bottom: 0 !important;
    width: 50px !important;
    z-index: 10;
    cursor: pointer;
    margin-top: 0 !important;
    background: url(../img/bottom.png) no-repeat center !important;
    background-size: 30px !important;
    opacity: 0.7 !important;
    left: 30px !important;
    top:auto !important;
}
.hronology .swiper-slide{
    height: 70px !important;
}
.all-tv{
    float:left;
    width:100%;
    height: 100px;
    background:#e9ebee;
    padding-top:25px;
    padding-left:20px;
    box-sizing:border-box;
}
.all-tv a.bnt-live{
    width:120px;
     width:120px;
    margin:0 10px;
}
.all-tv a, .all-tv a.bnt-live{
    position:relative;
    float:left;


}
.all-tv a.bnt-live img{
    float:left;
    width:100%;
}
.all-tv a.bnt-live img{
   filter: grayscale(1);
  transition: 0.5s ease-in-out;
}
.all-tv a.bnt-live:hover img{
    filter: grayscale(0);
  transition: 0.5s ease-in-out;
}
.bnt-live-active img {
    filter: grayscale(0) !important;
}
.all-tv a.bnt-live:hover img{
    filter: grayscale(0);
  transition: 0.5s ease-in-out;
}
.mr{
    margin-right:8px;
}
.all-tv .live-tv{
    float:left;
    margin-top:5px;
    margin-right:10px;
}
.all-tv .live-tv img{
    width: 30px;
    float: left;
    margin-top: 9px;
    margin-left: 9px;
}
.all-tv .live-tv span{
    font-size: 20px;
    color: #38454d;
    float: left;
    margin-top: 7px;
    font-weight: bold;
}
.all-tv .live-tv span:before{
    content:none;
}

.all-tv a.bnt{
    float:left;
    width:120px;
    margin:0 20px;
}
.all-tv a.bnt img{
    float:left;
    width:100%;
}
.all-tv .bnt:before{
    content:none;
}
.player-wrap{
    position:relative;
    float:left;
    width:100%;
}
.player-wrap .play-btn{
    position:absolute;
   width:100px;
   height: 100px;
   top:40%;
   left:45%;

}

.mt20{
    margin-top:20px;
}


.files-holder {
    margin-top: 5px;
}
.files-holder a:hover {
    color: #333333;
}
.files-holder a:hover span {
    text-decoration: underline;
}
.pdf-file {
    color: #333333;
    font-size: 14px;
    height: 70px;
    padding-left: 66px;
    background: url(/box/img/docs/pdf.svg) no-repeat left;
    background-size: 48px;
    /* margin-bottom: 20px; */
}
.doc-file,.txt-file,.rtf-file,.msw-file {
    color: #333333;
    font-size: 14px;
    height: 70px;
    padding-left: 66px;
    background: url(/box/img/docs/doc.svg) no-repeat left;
    background-size: 48px;
    /* margin-bottom: 20px; */
}
.rar-file {
    color: #333333;
    font-size: 14px;
    height: 70px;
    padding-left: 66px;
    background: url(/box/img/docs/rar.svg) no-repeat left;
    background-size: 48px;
    /* margin-bottom: 20px; */
}
.zip-file {
    color: #333333;
    font-size: 14px;
    height: 70px;
    padding-left: 66px;
    background: url(/box/img/docs/zip.svg) no-repeat left;
    background-size: 48px;
    /* margin-bottom: 20px; */
}
.mp3-file {
    color: #333333;
    font-size: 14px;
    height: 70px;
    padding-left: 66px;
    background: url(/box/img/docs/mp3.svg) no-repeat left;
    background-size: 48px;
    /* margin-bottom: 20px; */
}
.xlsx-file,.xls-file {
    color: #333333;
    font-size: 14px;
    height: 70px;
    padding-left: 66px;
    background: url(/box/img/docs/xlsx.png) no-repeat left;
    background-size: 48px;
    /* margin-bottom: 20px; */
}
.hr-row {
    margin-top:1px;margin-bottom:1px;padding-bottom:1px;padding-top:1px;
}
.content-left{
    margin-top:100px;
}
.pagination-wrap {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.pag-centering {
    display: inline-block;
    margin: 0 auto;
}
.pagination {
    float: left;
    width: 100%;
    height: 30px;
    margin-bottom: 0px;
    text-align: center;
}
.page-item:first-child {
    top: 0;
    left: 0;
    width: 35px;
    height: 30px;
    background: url(../img/arrow_prev_news.svg) no-repeat center;
    background-size: 20px;
    margin-top: 3px;
}
.page-item:first-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    top: 2px;
    cursor: pointer;
    text-indent: -9999px;
}
.page-link {
    border: none;
    background-color: transparent !important;
}
.page-link {
    margin-left: 10px;
    color: #38454d;
}
.page-item:last-child .page-link {
    border: 1px solid #ccc;
    padding: 30px;
    box-sizing: border-box;
    top: -35px;
    position: relative;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../img/arrow_red.svg) no-repeat center;
    background-size: 20px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    top: -35px;
    text-indent: -9999px;
}
.page-item:last-child .page-link:hover {
    border: 1px solid #ccc;
    padding: 30px;
    box-sizing: border-box;
    top: -35px;
    position: relative;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../img/arrow_red.svg) no-repeat center;
    background-size: 20px;
}
.page-item.active .page-link {
    border: none;
    background: none;
    color: #38454d;
    font-weight: bold;
}
.opened-episode {
    color:#E94813 !important;
}
.contact-wrapper{
    float:left;
    width:100%;
}
.contact-wrapper .inp-hld{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.contact-wrapper h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 3px;
}
.contact-wrapper hr {
    margin-top: 0;
    border-top: 1px solid #d3d3d3;
}
.contact-wrapper .text-sm {
    font-size: 14px;
    margin-top: 10px !important;
}

.contact-wrapper .inp-hld label{
    float: left;
    width: 100%;
    margin-bottom: 3px;
    font-size: 15px;
}
.contact-wrapper .select2-container {
    border: 1px solid #d3d3d3;
}

.contact-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-family: inherit;
}
.contact-wrapper .select2-results__options {
    font-size: inherit !important;
}
.contact-wrapper .select2-container .select2-selection--single {
    height: 40px;
}
.contact-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.contact-wrapper .inp-hld input{
    float: left;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    outline: none;
}
.contact-wrapper .inp-hld textarea{
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-top:10px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    outline: none;
    min-height: 100px;
    max-height: 300px;
    margin-bottom:20px;
}
.send-news {
    width: 260px;
    border: 0;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 36px;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    padding: 0 35px;
    background: #38454d;
    border-radius: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.send-news:hover{
    background:#0d222e;
}
.dim{
   width: 100%;
    position: fixed;
    left: 0;
    top: 140px;
    background: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
}
.dim.opened{
    display:block;
    z-index:9999999;
}
.hronology .swiper-slide{
    width:100%;
    float:left;
}
.view-news.gen{
    width:100%;
    float:left;
}
.m-t-10 {
    margin-top:10px !important;
}
.m-b-10 {
    margin-bottom:10px !important;
}
body .is-fixed .mega-menu{
    top:100px;
}
.categories-wrap{
    float:left;
    width:100%;
    position: relative;

}
.categories-wrap-inner {
    padding:0 30px;
    box-sizing:border-box;
}
.categories-wrap .swiper-button-next{
    position: absolute !important;
    top: 10% !important;
    width: 20px !important;
    height: 20px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    background: url("../img/next1.png") no-repeat center !important;
    right:0px !important;
    left: auto !important;
    background-size:9px !important;
}
.categories-wrap .swiper-button-prev{
    position: absolute !important;
    top: 10% !important;
    width: 20px !important;
    height: 20px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    background: url("../img/prev1.png") no-repeat center !important;
    left: 0px !important;
    background-size:9px !important;
}
.categories-wrap li{
    float:left;
    list-style: none;
    margin:0 15px;
}
.categories-wrap li:first-child{
    margin-left:0px;
}
.categories-wrap .category-link{
    float:left;
    font-size:15px;
    color:#212529;
    position:relative;
}
.categories-wrap .category-link:before{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:0px;
    height:1px;
    background:#E94812;
    -webkit-transition:0.7s;
    transition:0.7s;

}
.categories-wrap .category-link:hover:before{
    width:100%;
}
.choise-wrap{
    float:left;
    width:100%;
    margin-top:20px;
}
.category-link.right{
    float: right;
    color: #38454d;
    position: relative;
    top: 30px;
    font-size: 14px;
    right:10px;
}
.choise-wrap li{
    float: left;
    margin: 0 4px;
    list-style: none;
    background: #eaebef;
    padding: 0px 7px;
}
.choise-wrap .choise-link{
    float:left;
    color:#38454d;
}
.choise-wrap .choise-link:hover{
    color:#e94813;
}
.select2-selection__rendered{
    display:none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #cccccc !important;
}
.select2-results__options{
        font-size:12px !important;
 }
 .select2-container--default .select2-search--dropdown .select2-search__field{
     font-size:12px !important;
 }

 .categories-wrap{

     overflow:hidden;
 }
.choise-link-letter {
 text-transform: uppercase;
}
.active-letter {
    background: #e94813 !important;
}
.active-letter a {
    color: #fff !important;
}
.active-category {
    color: #e94813 !important;
}
.active-category:before{
    width:100% !important;
}
.mega-menu.opened{
    display:block;
    position:absolute;
    top:118px;
    left:0;
    background:#fff;
    padding-bottom:50px;
    z-index:999999999;
    width:100%;
}
.live-programm{
    float:left;
    width:100%;
    background:#e9ebee;
    padding:20px;
    box-sizing:border-box;
}
.live-programm .all-program{
    width:50%;
    float:left;
    padding:0px;
}
.txt-grey-part {
    margin:10px 0px;
}
.date-in-latest{
    float:left;
    width:100%;
    font-size:13px;

    color:#e94813;
}
.date-in-latest-show{
    float:right;
    font-size:13px;
    font-weight:bold;
    color:#e94813;
    margin-top:2px;
}
.soc-bnts{

}
.error-type {
    display: none;
    color: red;
    width: 100%;
    float: left;
    text-align: left;
}



/*============= FOOTER START =============*/
footer {
    float: left;
    width: 100%;
    background: #38454d;
    padding-top: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-top: 50px;
}
.footer-head {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.small-colums-footer {
    float: left;
    width: 100%;
}
.f-links {
    width: 70%;
    float: left;
    margin-top: 35px;
}
.small-footer-colum {
    width: 20%;
    float: left;
}
.small-footer-colum .footer-link {
    float: left;
    font-size: 14px;
    color: #fff;
    clear: both;
    margin-bottom: 15px;
    font-weight: bold;
}
.small-footer-colum .footer-link:hover {
    text-decoration: underline !important;
}
.small-footer-colum.right {
    width: 30%;
    float: right;
    margin-top:-20px;
}
.footer-top{
    padding-bottom:20px;
    box-sizing:border-box;
}
.fb {
    background: url(../img/fb.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
    float:left;
}
.tw {
    background: url(../img/tw.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
    float:left;
}
.in {
    background: url(../img/in.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
    float:left;
}
.soc-icon {
    float: right;
}
.mt20 {
    margin-top: 20px;
}
.small-footer-colum.right .right-txt {
    float: right;
    width: 100%;
    font-size: 13px;
    color: #aebdc6;
    text-align: right;
}
.small-footer-colum.right .tel {
    float: right;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #aebdc6;
    text-align: right;
}
.small-footer-colum.right .tel:hover {
    text-decoration: underline !important;
}
.bottom-part {
    float: left;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    border-top:1px solid #9ca2a6;
}
.bottom-part ul {
    float: left;
    padding-inline-start: 10px;
    padding-left: 0px;
    width:100%;
    margin-bottom: 18px;
}
.bottom-part ul:first-of-type {
    margin-bottom: 0;
}
.bottom-part ul li {
    float: left;
    list-style-type: none;
    padding-right: 7px;
    margin-right: 7px;
    box-sizing:border-box;

}
.bottom-part ul li:fyrst-child{
    padding-left:0px;
}
.bottom-part ul li a {
    float: left;
    font-size: 12px;
    color: #b6c3ca;
    position: relative;
}
.bottom-part ul li a:hover {
    text-decoration: underline !important;
}
.bottom-part ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #b6c3ca;
    width: 0px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    height: 1px;
}
.bottom-part ul li a:after{
    position: absolute;
    content: "";
    right: -8px;
    height: 65%;
    width: 1px;
    background: #9ca2a6;
    top: 4px;
}
.copyright{
    float:left;
    width:100%;
    color:#b6c3ca;
    font-size:12px;

}
.rss{
    background:url(../img/rss.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
    -webki-transition:0.7s;
    margin-left:10px;
    opacity:0.5;
}
.lt{
    background:url(../img/linkedin.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
    -webkit-transition:0.7s;
    transition: 0.7s;
    margin-left:10px;
    opacity:0.5;
    float:left;
}
.lt:hover{
    opacity:0.6;
}
.tw:hover{
    opacity:1;
}
.rss:hover{
    opacity:0.7;
}
.fb:hover{
    opacity:1;
}
/*============= FOOTER END =============*/
.bottom-header{
    float:left;
    width:100%;
    padding:20px;
    box-sizing:border-box;
    background:#38454d;
}
.bottom-header h2{
    font-size:14px;
    color:#fff;
}

.omb-page p{
   margin-top:20px;
}
.img-txt-wrap img{
    margin-right:20px;
    margin-bottom:20px;
}
.source{
    float:left;
    width:100%;
    font-size:15px;
    margin-top:10px;
}
.author {
    font-size: 14px;
    color: #38454d;
}

/*============= POOLS START =============*/
body .wrap_survey .txt-content {
    height: auto;
}

.investigation-wrap{
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.investigation-wrap .txt-content{
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    padding-left:10px;
    box-sizing:border-box;
    margin-top:0px;
    padding-top:15px;
    padding-bottom:15px;
    height: 90px;
    overflow:hidden;
    padding-right:15px;
}
body .wrap_survey .txt-content {
    height: auto;
}
.answers, .answers1{
    float:left;
    width:100%;


    border-bottom: 1px solid #d3d3d3;
     padding-top:0px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:15px;

}
.answers .ans, .answers1 .ans{
    float:left;
    width:100%;
    height: 40px;
}
.none {
    display: none;
}
.questions1.hide-wrap {
   display:none;
}
.answers1 {
   display:none;
}
.answers1.show-wrap {
   display:block;
}

.answers, .answers1{
    float:left;
    width:100%;


    border-bottom: 1px solid #d3d3d3;
     padding-top:0px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:15px;

}
.answers .ans, .answers1 .ans{
    float:left;
    width:100%;
    height: 40px;
}
.none {
    display: none;
}
.questions1.hide-wrap {
   display:none;
}
.answers1 {
   display:none;
}
.answers1.show-wrap {
   display:block;
}

.input-wrapper {
    position: relative;
    margin-bottom: 19px;
    padding-right: 10px;
}
input[type=checkbox], input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.input-wrapper.radio-wrapper label {
    margin: 0;
    padding: 0px 5px 0px 34px;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    z-index: 5;
    position: relative;
    float: left;
}
.input-wrapper.checkbox-wrapper label {
    margin: 0;
    padding: 0px 5px 4px 26px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    z-index: 5;
    position: relative;
}
.input-wrapper.radio-wrapper .radio-check {
    position: absolute;
    top: -1px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 100%;
    left:5px;
}
.input-wrapper.radio-wrapper input[type=radio]:checked~ .radio-check {
    border: 1px solid #e94612;
}
.input-wrapper.radio-wrapper input[type=radio]:checked~ .radio-check:before {
    background:#e94612;
}
.input-wrapper.radio-wrapper .radio-check:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 100%;
}
.buttons{
    float:left;
    width:100%;
}
.buttons .vote{
    float:left;
    width:50%;
    border:none;
    background:#e94612;
    font-size:13px;
    text-transform:uppercase;
    text-align:center;
    height: 45px;
    line-height: 45px;
    color:#fff;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.buttons .vote:hover{
   background:rgba(0,0,0,0.4);
}
.buttons .more-investigation{
    float:right;
    width:50%;
    border:none;
    background:#38454d;
    font-size:13px;
    text-transform:uppercase;
    text-align:center;
    height: 45px;
    line-height: 45px;
    color:#fff;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.buttons .more-investigation:hover{
    background:rgba(0,0,0,0.9);
}
.input-wrapper{
    float:left;
    width:100%;
}
.top24 .home-title:before{
    width:100%;
    float:left;
}
.archive-wrap{
    float:left;
    width:100%;
    border:1px solid #ccc;
}
.archive-wrap1 {
    margin-top: 50px;
    border: 1px solid #ccc;
}
.archive-fix .archive-wrap1:nth-child(1) {
    margin-top: 20px;
}
.bg-title{
    float:left;
    width:100%;
    height: 40px;
    padding-left:10px;
    box-sizing:border-box;
    background:#38454d;
    color:#fff;
    font-size:20px;
    line-height: 40px;
}
.archive .home-title:before{
    width:100%;
    float:left;
}
.archive .img-box{
    width:300px;
    float:left;
}
.archive .img-box img{
    float:left;
    width:100%;
}
.archive .question-content{
    float:right;
    width: calc(100% - 300px);
    padding:15px;
    box-sizing:border-box;
    color:#38454d;
    font-size:18px;
    font-weight: bold;
    padding-bottom:4px;
    border-bottom:1px solid #cccccc;
}
.archive .question-content span{
    float:left;
    width:100%;
    margin-bottom:10px;
}
.archive .answers{
    border:none;
}
.archive .question-content .vote{
    float:left;
    width:150px;
    height: 45px;
    line-height: 45px;
    background:#e94612;
    color:#fff;
    text-transform:uppercase;
    border:none;
    -webkit-transition:0.7s;
    transition:0.7s;
    font-size:13px;
}
.archive .question-content .vote:hover{
    background:rgba(0,0,0,0.4);
}
.archive .question-content .vote.active{
    background:rgba(0,0,0,0.4);
}
.archive .answers-content{
    float:left;
    width:100%;
}
.archive .answers-content .answers{
    float:left;
    width:100%;
}
.number-of-answer{
    font-size:13px !important;
    float:left;
    width:100%;
    margin-bottom:10px;
}
.archive .answers-content .answers .number-of-answer{
    float:left;
    width:100%;
    color:#38454d;
    font-size:13px;
    margin-bottom:15px;
    margin-top:15px;
}
.ans1{
    float:left;
    width:100%;
    margin-top:10px;
}
.ans1:first-child{
    margin-top:0px !important;
}
.archive .answers-content .answers .grey-part, .answers1 .grey-part{
    float:left;
    width: calc(100% - 67px);
    height: 10px;
    background:#cddde5;
    position:relative;
    top:0;
    left:0;
}

.red-part{
    position: absolute;
    content: "";
    background: #e94612;
    left: 0;
    top: 0;
    height: 10px;
}

.archive .answers-content .answers .procent-ans, .answers1 .procent-ans{
    float:right;
    width: 60px;
    text-align:center;
    margin-top:-7px;

}
.vote-wrap-border {
    float: left;
    width: 100%;
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    border-top: 1px solid #e9ebee;
    padding-top: 20px;
    box-sizing: border-box;
}
.vote-wrap{
    float:left;
    width:100%;
    display:none;
    padding:20px;
    box-sizing:border-box;
}
.vote-wrap-border{
    float:left;
    width:100%;
    border-left: 1px solid #e9ebee;
    border-right: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    padding-top:20px;
    box-sizing:border-box;
}
.vote-wrap-border .input-wrapper.radio-wrapper {
    padding-left:0;
}
.vote-wrap-border .error {
    color:red;
    padding:20px;
    font-size:13px;
}
.vote-wrap-border .success {
    color:green;
    padding:20px;
    font-size:13px;
}
.dz-clickable {
    border:1px dashed #ccc;
    width:100%;
    height:100%;
    background: #eee;
    color:#333;
    padding:50px;
    outline: none !important;
}
.dz-clickable:hover,.dz-clickable:active {
    background: #e94612 !important;
    color:#fff !important;
    outline: none !important;
}
.dz-preview{
    float: left;
    width: 130px;
    text-align: center;
    border: 1px dashed #ccc;
    margin-top: 15px;
    margin-right: 10px;
    cursor: move;
}
.dz-preview img {
    max-width:100px;
}
.dz-preview {
    text-align: center;
    border:1px dashed #ccc;
}
.dz-remove {
    margin-left: 10px;
}
.dz-filename {
    height: 20px;
    overflow-y: hidden;
}
.dz-details {
    width:120px;
    height: 47px;
}
.dz-preview {
    width:130px;
}
.dz-img-to {
    width:100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.dz-progress{
    /* display:none; */
    padding:20px;
    margin-top: 30px;
}
.dz-upload {
    display: block;
    background-color: red;
    height: 10px;
    width: 0%;
}
.dz-image{
    float:left;
    width:80px;
    height:80px;
    position:relative;
}
.dz-image img{
    float:left;
    position:relative;
    z-index:1;
}
.dz-details{
    float:right;

    text-align:left;
}
.dz-size,.dz-filename{
    color:#666;
    width:140px;
    font-size: 13px;
}
.dz-filename{
    line-height:16px;

}
.dz-filename span{
    word-wrap:break-word;
}
.dz-success-mark,.dz-error-mark,.dz-error-message{
    display:none;
}
.dz-image > img[data-dz-thumbnail=""]{
    background:url(/box/img/noimage_m.jpg) no-repeat #e8e8e8 -1px 12px;
    height:80px;
    width:80px;
}
.dz-remove{
    float:left;
    clear:left;
    color:#f66;
    margin-top:5px;
    font-size: 14px;
}

/* HEAD.css */

/*============= HEADER START =============*/

.bnth-top-head {
    float: left;
    width: 100%;
    background: #38454d;
    border-bottom: 1px solid #232c32;
}
.bnth-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
    width: 100%;
    list-style-type: none;
}
.bnth-top-item {
    float: left;
    list-style-type: none;
}
.bnth-top-link {
    float: left;
    line-height: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.bnth-top-link:last-child {
    padding-right: 0px;
}
.bnth-top-link:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    opacity: 0;
    visibility: hidden;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}
.bnth-top-link.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    opacity: 1;
    visibility: visible;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}
.bnth-top-link:hover {
    color: #fff;
}
.bnth-top-link:hover:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    opacity: 1;
    visibility: visible;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}
.bnth-top-link.bnth-img-link {
    width: 100px;
    position: relative;
}
.bnth-top-link.bnth-img-link img {
    width: 100%;
}
body .is-fixed .bnth-top-links li{
    height: 40px;
    line-height: 40px;
}

body .is-fixed .bnth-nav-item {
    font-size: 13px;
}
body .is-fixed .bnth-nav-link {
    line-height: 20px;
    font-size:14px;
}
body .is-fixed .bnth-icon-link {
    height: 40px;
}
body .is-fixed .bnth-nav-link.menu:after {
    top: 12px;
}
body .is-fixed .bnth-nav-link.menu:after {
    background: url(../img/down.svg) no-repeat right;
    background-size: 11px;
}

body .is-fixed .bnth-nav-link:before {
    bottom: -3px;
    background: url(../img/hover.svg) no-repeat center;
    background-size: 21px;
}


@media screen and (max-width: 990px){
    .bnth-mobile-left{
        float:left;
        width:100%;
    }
    .bnth-nav-wrap{
        padding-left:10px;
        box-sizing:border-box;
    }
    .btn.bnth-btn{
        padding-right:20px;
    }
    .bnth-mobile-cont .bnth-top-link:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 4px;
        background: #8d9faa;
        opacity: 0;
        visibility: hidden;
        background-size: 25px;
        text-align: center;
        left: -8px !important;
        bottom: 10px !important;
    }
    .bnth-mobile-cont .bnth-top-link:hover:before{
        visibility: visible;
        opacity:1;
    }
    .bnth-img-link.d-hide, .bnth-top-link.d-hide{
        display:none;
    }
    .nav-item.d-hide{
        display:none;
    }
    .navigation.opened .languages-wrap.see-mobile{
        float:left !important;
        padding:0 !important;
        display:block;
        padding-left:20px !important;

    }
.nav-wrap ul{
    float:left;
}
}

@media screen and (max-width: 500px){
   .slider-crop .slide-img-box{
        height: 195px;
        max-height: 195px;
        overflow: hidden;

    }
   .slider-crop .slide-img-box img{
        object-fit:contain;
    }
    .bnth-nav .bnth-top-link{
        font-size:13px;
    }
    .bnth-mobile-left .bnth-nav .bnth-top-link {
        padding-left: 10px;
    }
    .bnth-mobile-left .live-tv img {
        margin-top: 8px;
    }
    .bnth-mobile-left .live-tv {
        padding-left: 10px;
    }
    .bnth-mobile-left .live-tv span {
       font-size: 14px;
       margin-top: 10px;
    }
}

@media screen and (max-width: 370px){
    .bnth-mobile-left .bnth-nav .bnth-top-link {
        padding-left: 6px;
    }
}
/*============= HEADER END =============*/


/*============= FOOTER START =============*/
footer.bntf {
    float: left;
    width: 100%;
    background: #38454d;
    padding-top: 30px;
    padding-bottom: 15px;
    box-sizing: border-box;
    margin-top: 50px;
}
.bntf-footer-head {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.bntf-small-colums-footer {
    float: left;
    width: 100%;
}
.bntf-f-links {
    width: 70%;
    float: left;
    margin-top: 35px;
}
.bntf-small-footer-colum {
    width: 20%;
    float: left;
}
.bntf-small-footer-colum .bntf-footer-link {
    float: left;
    font-size: 14px;
    color: #fff;
    clear: both;
    margin-bottom: 15px;
    font-weight: bold;
}
.bntf-small-footer-colum .bntf-footer-link:hover {
    text-decoration: underline !important;
}
.bntf-small-footer-colum.right {
    width: 30%;
    float: right;
    margin-top:-20px;
}
.bntf-footer-top{
    padding-bottom:20px;
    box-sizing:border-box;
}
.fb {
    background: url(../img/fb.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.instagram {
    float: left;
    background: url(../img/instagram3.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.instagram:hover{
    opacity:1;
}
.tik-tok {
    float: left;
    background: url(../img/tik-tok.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.5;
}
.tik-tok:hover{
    opacity:1;
}

.soundcloud {
    float: left;
    background: url(../img/soundcloud-logo.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.soundcloud:hover {
    opacity:1;
}

.tw {
    background: url(../img/tw.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.in {
    background: url(../img/in.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.7;
}
.soc-icon {
    float: right;
}
.mt20 {
    margin-top: 20px;
}
.bntf-small-footer-colum.right .right-txt {
    float: right;
    width: 100%;
    font-size: 13px;
    color: #aebdc6;
    text-align: right;
}
.bntf-small-footer-colum.right .tel {
    float: right;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #aebdc6;
    text-align: right;
}
.small-footer-colum.right .tel:hover {
    text-decoration: underline !important;
}
.bntf-bottom-part {
    float: left;
    width: 100%;
    padding-top: 10px;
    box-sizing: border-box;
    border-top:1px solid #9ca2a6;
}
.bntf-bottom-part ul {
    float: left;
    padding-inline-start: 10px;
    padding-left: 0px;
    width:100%;
    margin-bottom: 14px;
    margin-top:14px
}
.bntf-bottom-part ul:first-of-type {
    margin-bottom: 0;
}
.bntf-bottom-part ul li {
    float: left;
    list-style-type: none;
    padding-right: 7px;
    margin-right: 7px;
    box-sizing:border-box;

}
.bntf-bottom-part ul li:fyrst-child{
    padding-left:0px;
}
.bntf-bottom-part ul li a {
    float: left;
    font-size: 12px;
    color: #b6c3ca;
    position: relative;
}
.bntf-bottom-part ul li a:hover {
    text-decoration: underline !important;
}
.bntf-bottom-part ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #b6c3ca;
    width: 0px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    height: 1px;
}
.bntf-bottom-part ul li a:after{
    position: absolute;
    content: "";
    right: -8px;
    height: 65%;
    width: 1px;
    background: #9ca2a6;
    top: 4px;
}
.bntf-copyright{
    float:left;
    width:100%;
    color:#b6c3ca;
    font-size:12px;

}
.lt {
    background: url(../img/linkedin.svg) no-repeat center;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webki-transition: 0.7s;
    margin-left: 10px;
    opacity: 0.5;
}
.tw:hover{
    opacity:1;
}
.lt:hover{
    opacity:0.7;
}
.fb:hover{
    opacity:1;
}
@media screen and (max-width: 992px){
   .bntf-small-footer-colum {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 768px){

    .bntf-small-footer-colum {
    width: 50%;
    float: left;
}
.bntf-bottom-part ul li a:first-child {
    margin-left: 5px;
}
.soc-icon{
    float:left;
}
.bntf-small-footer-colum.right .right-txt{
    float:left;
    text-align:left;
}
.bntf-small-footer-colum.right .tel{
    float:left;
    text-align:left;
}
.right.w100.mt20{
    float:left;
}
}
@media screen and (max-width: 630px){
    .bntf-bottom-part ul li {
    margin-bottom: 15px;
}


}
@media screen and (max-width: 600px){
    .bntf-f-links {
    width: 100%;
    float: left;
}
.bntf-small-footer-colum.right {
    float: left;
    width: 100%;
    margin-top: 20px;
}
}
/*============= FOOTER END =============*/

.nav-item ul.languages{
    position: absolute;
    bottom: -180px;
    width: 110px;
    padding-left: 18px !important;
    background: #38454d;
}
.navigation.opened .nav-item ul.languages{
    background:#fff;
    z-index: 1000;
}
ul.languages{
    display:none;
}
ul.languages.active{
    display:block;
}
.nav-item ul.languages .tr-link{
    color:#fff;
    font-size:16px;
    font-weight: bold;
}
.navigation.opened .nav-item ul.languages .tr-link{
    color:#38454d;
}
.navigation.opened .nav-item.relative{
    position:relative;
    width:100px
}
.languages{
    display:none;
}

.change-lang img{
    width:100%;
    float:left;
}
main.portal{
    background:rgba(0,0,0,0.3);
    float:left;
    width:100%;
    padding-bottom:50px;
    box-sizing:border-box;
}
.portal .top-image-content{
    width:auto;
    height: calc(100vh - 115px);
    position:relative;
}
.portal .top-image-content .image-content{
    float:left;
    width:auto;
    height: calc(100vh - 115px);

}
.portal .top-image-content img{
    float:left;
    width:100%;
    height: 100%;
    /*object-fit:contain;*/
}
.portal .info-content{
    float:left;
    width:100%;
    margin-top:30px;
}

.portal .info-content .imp-info{
    float:left;
    width:100%;
    font-weight: bold;
    text-align:left;
    font-size:15px;
    line-height: 25px;

}
.portal .sub-txt{
    float:left;
    width:100%;
    font-size:14px;
    margin-top:10px;
    text-align:left;
}
.portal .names{
    font-weight: normal;
    margin-left:5px;
}
.portal .more-films{
    float:left;
    width:100%;
    margin-top:30px;
    display:none;
}
.portal .more-films h2{
    float:left;
    width:100%;
    color:#fff;
    margin-bottom:20px;
}
.portal .news-portal{
    float:left;
    width:100%;
    margin-top:20px;
}
.portal .news-portal .text-holder{
    width:98%;
}
.portal .news-portal .news{
    float:left;
    width:100%;
    color:#fff;
    text-transform:uppercase;
    font-size:22px;
    margin-bottom:10px;
    font-weight: bold;
    padding-left:10px;
    box-sizing:border-box;
}
.portal .news-portal .news-head{
    float:left;
    width:100%;
    color:#fff;
    font-size:15px;
    text-decoration:underline;
    margin-bottom:5px;
}
.portal .news-portal .news-head:hover{
    text-decoration:underline;
}
.portal #getting-started{
    position: absolute;
    color: #fff;
    padding: 20px;
    font-size: 35px;
   margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top:50%;
    font-weight: bold;
    background:rgba(0,0,0,0.4);
}
.portal .image-content-mobile{
    display:none;
}
.portal .portal-news{
    position:relative;
}
.portal .portal-news .text-holder{
    position:absolute;
    bottom:0;
    left:10px;
    font-size:15px;

}
.portal .portal-news .text-holder .news-title{
    font-weight: normal;
}
.portal .portal-cont{
    float:left;
    width:100%;
}
.portal #confetti{
    display:none;
}
.flip-clock-divider .flip-clock-label{
    color:#fff !important;
}
.portal .view-video{
    float:left;
    width:100%;
    margin-top:30px;
    padding:0 25px;
}
.portal .view-video .video-wrap{
    float:left;
    width:50%;
}
.portal .view-video .text-video-wrap{
    float:right;
    width:50%;
    margin-top:20px;
}
.big-banner{
    float:left;
    width:100%;
    margin-top:30px;
    background:url("../img/lubimcite2.jpg") no-repeat center;
    height: 600px;
    background-size:cover;
    left:0px;
}
.big-banner a{
    float:left;
    width:100%;

}
.big-banner img{
    float:left;
    width:100%;
}
@media screen and (max-width: 768px){
    .big-banner{
       float: left;
    width: 100%;
    margin-top: 30px;
    background: url(../img/lubimcite2.jpg) no-repeat center;
    background-size: contain ;
    left: 0px;
    height: 180px;
    }
}

.mob-show{
    display:none;
}
.txt-news iframe {
    max-width: 100%;
}
/* .slider-crop .slide-img-box {
    max-height: 256px;
    overflow-y: scroll;
} */
.fixed-btn{
    position: fixed;
    background: #38444d;
    width: 180px;
    height: 45px;
    right: 0;
    bottom: 0;
    z-index:9999;

}
.fixed-btn img{
    width:20px;
    float:left;
    margin-top:12px;
    margin-left:13px;
}
.fixed-btn span{
   float:left;
   color:#fff;
   line-height: 47px;
   padding-left:10px;
}
.show-popup{
    border-top:none !important;
}
.categories-wrap2{
    float:left;
    width:100%;
    margin-bottom:0px;
}
.categories-wrap2{
    padding-inline-start: 0px;
    margin-left:0;
}
.categories-wrap2 li{
    float:left;
    list-style: none;
      padding-right:24px;
      padding-bottom:10px;
    box-sizing:border-box;
}
.categories-wrap2 li:first-child{
    padding-left:0px !important;
}
.categories-wrap2 .category-link2{
    float:left;
    color:#38454d;
    font-size:15px;
    position:relative;
}
.categories-wrap2 .category-link2:before
{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height: 2px;
    width:0px;
    background:#e94612;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.categories-wrap2 .category-link2.active:before{
    width:100%;

}
.categories-wrap2 .category-link2.active{
    color:#e94612;
}

.categories-wrap2 .category-link2:hover:before{
    width:100%;
    color:#e94612;
}
.news-child-cats hr {
    margin-top:5px;
}

.new-slide-boxes .slide-txt-small{
    float: left;
    width: 100%;
    position: absolute;
    left: 18px;
    right: 20px;
    z-index: 99999999;
    bottom: 13px;

}
.new-slide-boxes .slide-title {
    float: left;
    width: 93%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.new-slide-boxes .bnt {
    float: left;
    position: relative;
    font-size: 12px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #fff;
    height: 18px;
    line-height: 18px;
    text-shadow: 2px 1px 2px #000;
}
.new-banner{
   float:left;
   width:100%;
   margin-top:50px;
   position:relative

}
.bnt-blue{
    position:absolute;
    background: #428ecc;
    color: #fff;
    margin-top: 45px;
    font-size: 18px;
    border: none;
    box-sizing: border-box;
   padding:10px 50px;
   z-index:999;
   bottom:20px;
   left:43%;
}
.new-banner img{
    float:left;
    width:100%;
}
.vjs-poster {
    background-size: cover !important;
}
