h1,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;
}


/* 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;
}


/* #Helper classes
================================================== */
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;
}
.mt30 {
    margin-top: 30px;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.black {color:#111111;}
.white {color:#000;}
.btn:hover {
    color: #fff;
}


.mobile {
    display: none;
}

@media (min-width: 1200px) {
   /* .container {
        max-width: 1250px;
    }            */
}


/* #Site styles
================================================== */



body{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
    background:#fff;
}

#wrapper {
    width: 1170px;
    margin:0 auto;
}

.icon-link{
    float:left;
    background:rgba(0,0,0,0.4) url(../img/speech_white.svg) no-repeat center;
    width:50px;
    height: 60px;
    background-size:25px;
}
main {
    float: left;
    width: 100%;
    margin-top: 180px;
}
section {
    float: left;
    width: 100%;
    margin-top:30px
}
header{
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999999999;
    width:100%;
}
.mobile-logo {
    display: none;
}
a.logo{
    float:left;
}
.get-on-playstore {
    margin-right: 20px;
}
.isAndorid, .isIos {
    display: none;
}

/* mobile-menu */
.menu-btn {
    width: 50px;
    height: 70px;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
    float: right;
    cursor:pointer;
    display:none;
    margin-right:-30px;
}

.menu-btn.opened{
    background: #1b1c20 url(../img/close-new.svg) no-repeat center;
    background-size:20px;
    margin-right:-15px;
}
.menu-btn.opened .bar{
   display:none;
}
.menu-btn .bar {
    width:7px;
    height:7px;
    background: #1b1c20;
    position: absolute;
}
.menu-btn .top {
    left:20%;
    top:19px;
    -webkit-transition:all 0.5s;

}
.menu-btn .middle {
    left:20%;
    top:30px;
    -webkit-transition:all 0.5s;
}
.menu-btn .bottom {
    left:20%;
    top:41px;
    -webkit-transition:all 0.5s;
}
/*end-mobile-menu */

.top-links{
    float:left;

}
.top-links ul{
    float:left;

}
.top-links li{
    float:left;
    list-style-type: none;
    height: 70px;
    padding: 0 20px;
    box-sizing:border-box;
    line-height: 70px;
    font-size:16px;
    color:#6f8593;
}
.head-top{
    float:left;
    width:100%;
    height: 80px;
    line-height: 80px;
}
.top-links .top-link{
    font-size:16px;
    color:#6f8593;
    -webkit-transition:0.7s;
    transition:0.7s;
    font-weight: 500;
}
.top-links .top-link:hover{
     color:#3f8ecc;
}

.top-news-hld{
        float:left;
        width:100%;
        background:#fff;
    }
    .top-news-hld ul{
        float:left;
        width:100%;
        padding-left:0px;
        box-sizing:border-box;
    }
    .top-news-hld ul li{
        float:left;
        list-style-type: none;
        padding:5px;
        box-sizing:border-box;
        position:relative;
    }
    .top-news-hld ul li:before{
        position:absolute;
        content:"";
        height: 3px;
        width:0px;
        bottom:-3px;
        background: #fe4600;
        left:-2px;
    }
    .top-news-hld ul li.home-btn:before{
        width: 100%;
    }
    .top-news-hld ul li:hover:before{
        width:100%;
    }
    .top-news-hld .is-active:before{
        width:100% !important;
    }
    .top-news-hld ul li a {
        float:left;
        font-size:18px;
        color:#161616;
        font-weight: 500;
        text-decoration: none;
        width: 100%;
        text-align: center;
    }
    /*.top-news-hld ul li:nth-child(1) {
        margin-left: 3%;
        margin-right: 2%;
    }*/
    .top-news-hld ul li:nth-child(1):before {
        bottom: 0;
    }
    .top-news-hld ul li:nth-child(2) {
        margin-right: 2%;
    }
    .top-news-hld ul li:nth-child(3) {
        margin-right: 2%;
    }
    .top-news-hld ul li:nth-child(4) {
        margin-right: 2%;
    }
    .form-control{
        display:none !important;
    }
    .top-news-hld img{
        width:40px;
        height: 30px;
    }

    .form-control{
        display:none !important;
    }
    .top-news-hld img{
        width:40px;
        height: 30px;
    }
    .search-holder {
        float: left;
        outline: none;

}
.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:130px;
}
.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(../img/search-24px.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-news-hld{
       display:none;
   }
footer{
    float:left;
    width:100%;
}
.top24 .image-txt-hld{
    float:left;
    width:100%;
}
.top-img{
    float:left;
    width:60%;

}
.top-img.w100{
    width:100%;
}
 .top-img .white-bg{
     padding-left:0px;
 }
.top-img-small{
    width:40%;
    float:right;
}

.video-icon{
    position:abosolute;
    width:100%;
    float:left;
}
.video-icon span.play{
    background:#fff url(../img/play.svg) no-repeat center;
    width:40px;
    height: 40px;
    background-size:35px;
    position:absolute;
    top:5px;
    right:70px;
}
.video-icon span.duration{
   background:rgba(255,255,255,0.8);
   text-align:center;
   height: 30px;
   line-height: 30px;
   top:10px;
   right:0;
   position:absolute;
   color:#38454d;
   width:70px;
}


.extremely{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    z-index: 999;
    background-color: #e64001;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
}
.extremely img{
    width:20px;
    height: 20px;
}
.refresh img{
    width:20px;
    height: 20px;
    margin-right:3px;
}
.img-wrap img, .img-wrap a{
    width:100%;
    max-width:100%;
    float:left;
}

.next-section .home-title span{
    background:#fff;
    position:relative;
    font-weight: 700;
}
.next-section .left-content .top-head{
    margin-top:20px;
}
.bnt-live{
    float:left;
    width:100%;
    background:#f2f2f2;
    background-size:cover;
    height: 520px;
    margin-top:30px;
}
.bnt-live .home-title{
    margin-top:0px;
    margin-bottom:30px;
}
.next-section .home-title span.see-more-small{
    top:25%;
    color:#38454d;
    padding-left:10px;
    box-sizing:border-box;
    font-weight: normal;

}
span.see-more-small{
    padding-right:0px !important;
    padding-left:10px !important;
    box-sizing:border-box;
}
.next-section .home-title span.see-more-small:hover{
    opacity:0.5;
}
.search-inp{
    display:none;
}
.btn-head {
    width: 70px;
    height: 70px;
    box-shadow: 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-search span {
    float: left;
    width: 100%;
    height: 40px;
    background: url(../img/search-24px.svg) no-repeat right;
    background-size: 30px;
    transition: all 0.4s;
    transform: rotate(0);
}
.nav-wrap{
    float:left;
    width:100%;
}
.nav-wrap .nav-item.right .nav-link{
    padding-right:0px !important;
}
.news-view .news-title:hover {
    color: #38454d;
    text-decoration: none;
}
.news-title{
    float:left;
    width:100%;
    color:#38454d;
    font-size:23px;
    margin-top:10px;
    margin-bottom:25px;
}
.news-title a{
  color:#38454d;
}
.news-title a:hover{
    color:#3f8ecc;
}
.news-title.home-news-title{
    margin-top:25px;
}
.news-title:hover{
    color:#3f8ecc;
    text-decoration:underline;
}
.news-title.elem{
    padding-left:30px;
}
.news-view .news-title.elem {
    margin-top: 0;
    cursor: auto;
    color:#38454d;
    margin-bottom:35px;
}
.news-view .news-title.elem:hover{
    color:#38454d;
    text-decoration: none;
}
.share-bttns {
    float: left;
    width: 100%;
    position: relative;
}
.share-bttns .bookmark {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: -2px;
}
.share-bttns .share-btn {
    float: left;
    width: 30px;
    height: 30px;
}
.news-title.elem .share-btn:before{
    top:5px;
}
.news-title.elem .bookmark:before{
    top:30px;
    background-size:25px;
}
.news-title span{
   float:left;
    color:#161616;
    font-size:23px;
    margin:0 15px;
    margin-top:-9px;
}
.news-stat .news-time,.news-stat .read-time,.news-stat .shared{
    float:left;
    font-size:16px;
    position:relative;
    padding-left:12px;
    margin-right:10px;
    color:#38454d;
    font-size:13px;
    text-transform:initial;
}
.img-wrap .news-stat .news-time, .img-wrap .news-stat .read-time, .img-wrap .news-stat .shared{
    color:#fff;
    z-index: 999999;
    bottom:7px;
    margin-left:10px;
}
.news-listing .top-news-wrap .news-stat .news-time, .news-listing .top-news-wrap .news-stat .read-time {
    color: #fff !important;
    z-index: 999999;
}

.news-listing .news-stat .news-time, .news-listing .news-stat .read-time, .news-listing .news-stat .shared {
    font-size: 12px;
}
.news-listing .top-news-wrap .news-stat .shared {
    color: #fff !important;
    width: auto;
    margin-right: 0;
    position: relative;
    z-index: 999999;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .news-time:before {
    background: #fff;
    top: 6px;
}

.banner-sport {
    margin-bottom: 20px;
    height: 300px;
    background:url(../img/HEADER-1100-01.jpg) no-repeat center;
}

.author {
    font-size: 14px;
    color: #38454d;
}
.news-stat {
    float:left;
    width:100%;
    margin-bottom:5px;
}
.news-stat .news-time:before,.news-stat .shared:before{
    position:absolute;
    content:"";
    width:5px;
    height: 5px;
    background:#b6c3ca;
    left:0px;
    top:7px;

}
.mobile-slider .news-stat .news-time:before,.mobile-slider .news-stat .shared:before{
   position:absolute;
    content:"";
    width:7px;
    height: 7px;
    background:#fff;
    left:0px;
    top:7px;
}
.blue-wrap .news-stat .news-time:before, .blue-wrap .news-stat .shared:before{
   position:absolute;
    content:"";
    width:7px;
    height: 7px;
    background:#000;
    left:0px;
    top:7px;
}
.brexit-section .news-stat .news-time:before,.brexit-section .news-stat .shared:before{
     position:absolute;
    content:"";
    width:10px;
    height: 10px;
    background:#b6c3ca;
    left:0px;
    top:2px;
}
.news-stat .read-time:before{
   position:absolute;
    content:"";
    width:16px;
    height: 16px;
    background:url(../img/schedule-24px.svg) no-repeat left;
    left:0px;
    top:2px;
    background-size:12px;
}
.ad-wrap{
    float:left;
    width:100%;
    background:#ccc;
    height: 100px;
    position:relative;
    margin-top:40px;
}
.ad-wrap img{
    max-width:100%;
}
.news-wrap{
    float:left;
    width:100%;
    margin-top:15px;
}
.new-box{
    float:left;
    width:100%;
    margin-top:2px;
    position:relative;
    border-top:1px solid #d3d3d3;
}

.new-box.video .white-bg{
    background:#38454d !important;
}
.new-box.video .txt-content{
    color:#fff;
}
.new-box.video .news-time{
    color:#6d8796;
}
.new-box.video .read-time{
    color:#6d8796;
}
.new-box.video .shared{
    color:#fff;
}
.new-box .news-stat{
    margin-bottom:0px;
}
.img-new-box{
    width:180px;
    float:left;
    position:relative;
}
/*.more-fotos{
    position:absolute;
    background:rgba(0,0,0,0.9);
    width:40px;
    height: 40px;
    top:0;
    right:0;
}    */
.more-fotos img{
    width:30px;
    height: 30px;
    margin-top:5px;

}
.img-new-box img{
    float:left;
    width:100%;
}
.txt-content{
    font-size:16px;
    font-weight: 500;
    float:left;
    line-height: 19px;
    color: #38454d;

}
.txt-content:hover{
    color:#fe4600 !important;
}
.txt-content a:hover, .top-head a:hover{
     color:#fe4600;
}
.txt-new-box{
    float:right;
    width:calc(100% - 180px);
    padding-bottom:10px;
    box-sizing:border-box;
}
.blue{
    color:#3f8ecc;
}
.more-news{
    float:left;
    width:100%;
    margin-top:30px;
}
.more-news .box-news{
    width:32%;
    margin-right:1%;
    box-sizing:border-box;

}
.more-news .box-news:last-child{
    padding-right:0px;
}
.more-news .box-news .title-news{
    height: 60px;
    overflow:hidden;
}
.blue-wrap{
    float:left;
    width:100%;
    height: auto;
    background:#f2f2f2;
    background-size:cover;
    padding-bottom:40px;
    box-sizing:border-box;
    margin-top:60px !important;
}
.small-left-part{
    width:25%;
}
.blue-wrap .aside-links{
    float:left;
    width: 100%;
    padding-inline-start: 0px;
    padding-right:10px;
    box-sizing:border-box;
}
.blue-wrap .aside-links li{
    float:left;
    width:100%;
    list-style-type:none;
    position:relative;
}
.blue-wrap .aside-links li:before{
    position:absolute;
    content:"";
    width:10px;
    height: 10px;
    background:#fff;
    left:5px;
    top:16px;
    visibility: hidden;
}

.blue-wrap .aside-links li.swiper-pagination-bullet-active:before{
   position:absolute;
    content:"";
    width:10px;
    height: 10px;
    background:#fff;
    left:8px;
    top:16px;
    visibility: visible;
}
.blue-wrap .aside-links li.swiper-pagination-bullet-active {
    background:rgba(0,0,0,0.5);
    padding-left:25px;
    box-sizing:border-box;
}
.blue-wrap .aside-links li.swiper-pagination-bullet-active a{
    color:#fff !important;
}

.blue-wrap .aside-links li a{
    height: 42px;
    line-height: 42px;
    font-size:16px;
    color:#000;
    font-weight: 700;
}
.blue-wrap .aside-links li.active a{
    color:#fff !important;
}
.big-right-part{
    width:75%;
}
.big-right-part .box-news{
    width:32%;
    min-height: 270px;
    float:left;
    padding-right:10px;
    box-sizing:border-box;
    margin-bottom:20px;
}
.big-right-part .box-news .img-wrap1 {
    max-height: 147px;
    overflow: hidden;
}
.big-right-part .box-news:nth-of-type(3), .big-right-part .box-news:nth-of-type(6){
   /* padding-right:0; */
}
.big-right-part .box-news .title-news{
    color:#38454d;
    height: 57px;
    overflow: hidden;

}
.big-right-part .box-news .title-news:hover{
    color:#000;
}
.big-right-part .box-news .news-time, big-right-part .box-news .shared{
    color:#000 !important;

}
.big-right-part .box-news .shared{
    color:#000 !important;
}
.three-punkts{
    float:left;
}
.three-punkts .punkt{
    width:10px;
    height: 10px;
    background:#6d8796;
    margin:0 3px;
    float:left;
}

.image-section img{
    width:100%;
    float:left;
}
.live-wrap{
    float:left;
    width:100%;
    margin-top:30px;
    position:relative;
    background:#fff;
    border-top:1px solid #e9e9e9;
    -webkit-box-shadow: 0px 9px 5px 0px rgba(220,220,220,1);
    -moz-box-shadow: 0px 9px 5px 0px rgba(220,220,220,1);
    box-shadow: 0px 9px 5px 0px rgba(220,220,220,1);
    padding-left:10px;
    box-sizing:border-box;
    position: relative;
    height: 100px;
}
.right-part{
   width:300px;
   float:left;
   position: inherit;
}
.grey-right-part{
    float:left;
    width:100%;
    background:#e9ebee;
    padding:15px 10px;
    box-sizing:border-box;
}
.grey-right-part .right-part-title {
    padding-left: 0;
}
.grey-right-part .img-wrap1 a {
    max-height: 155px;
    overflow: hidden;
}
.right-part-title {
    float:left;
    width:100%;
    font-size:18px;
    color:#38454d;
    font-weight: bold;
    margin-bottom:10px;
    padding-left:10px;
    box-sizing:border-box;
}
.right-part-title a {
    color: #38454d;
}
.right-part-title a:hover {
    color:#e94612;
}
/*.right-part .box-news{
    margin-top:30px;
}*/
.live-wrap .title{
    float:left;
    width:100%;
    font-size:30px;
    font-weight: bold;
    color:#161616;
    margin-top:8px;
}
.live-wrap .live-txt{
    float:left;
    width:100%;
    color:#161616;
    font-size:20px;

}
.white-bg{
    float:left;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    box-sizing:border-box;
    background:#fff;
    padding-left:10px;
   /* border-top: 1px solid #e9e9e9;
     border-right: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);*/
    color:#38454d;
    text-decoration:none;
    margin-top:15px;
}
.close1{
    position:absolute;
    content:"";
    background:#a6a6a6 url(../img/close.svg) no-repeat center;
    background-size:15px;
    top:10px;
    right:10px;
    width:30px;
    height: 30px;
}
.news-txt{
    float:left;
    width:100%;
    margin-bottom:20px;
}
section.video .white-bg{
      background:#38454d;
}
section.video .news-title{
    color:#fff;
    position:relative;
    padding-left:35px;
}
section.video .news-title:before{
    position:absolute;
    content:"";
    background:url(../img/play_arrow-24px.svg) no-repeat left;
    left:0;
    width:30px;
    height: 30px;
    background-size:35px;
}
section.video .news-txt{
    color:#fff;
}
section.video .news-time{
    color:#6d8796;
}
section.video .read-time{
    color:#6d8796;
}
section.video .shared{
    color:#fff;
}
footer{
    float:left;
    width:100%;
}
.live-container{
    display:flex;
    flex-wrap:wrap;
}
.home{
    background: url(../img/home.svg) no-repeat center;
    background-size: 31px;
    width: 25px !important;
    height: 30px;
}
.mt10{
    margin-top:0px;
}



.current-txt {
    float:left;
    color:#e94612;
    font-size:18px;
    position:relative;
    padding-left:34px;
    box-sizing:border-box;
    font-weight: 500;
}
.current-txt:before{
    position:absolute;
    content:"";
    background:url(../img/camera.svg) no-repeat left;
    top:-2px;
    left:0;
    width:30px;
    height: 30px;
}
.current-title{
    color:#38454d;
    font-size:18px;
    margin-left:5px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 98%;
    float: left;
}
.current-title:hover{
    color:#38454d;
}
.upper{
    text-transform:uppercase;
}
/*.navigation{
    float:left;
    width:100%;
    background:#3f8ecc;
    height: 60px;
    padding-inline-start:0px;
    margin-bottom: 0;
}
*/
.nav-item{
    float:left;
    color:#fff;
    font-size:14px;
    list-style: none;
}
.nav-item.right{
    float:right;
    text-align: right;
}
.nav-link{
    float:left;
    color:#fff;
    position:relative;
    text-transform:uppercase;
    padding: 0 18px !important;
    line-height: 60px;
    box-sizing:border-box;

}
.nav-link.big-link{
    font-size:27px;
    margin-right:37px;
    padding-left:0px !important;
}
.nav-link.big-link span.reg{
    font-weight:400 ;
}

.nav-link.big-link span.bold{
    font-weight: 700;
}
.nav-link:before {
    position:absolute;
    content:"";
    background: url(../img/hover.svg) no-repeat center;
    width:100%;
    height: 20px;
    opacity:0;
    visibility: hidden;
    background-size:25px;
    bottom:0px;
    text-align:center;
    left:0;
}
.nav-link.active:before, .nav-link.active-menu:before {
    position:absolute;
    content:"";
    background: url(../img/hover.svg) no-repeat center;
    width:100%;
    height: 20px;
    opacity:1;
    visibility: visible;
    background-size:25px;
    bottom:0px;
    text-align:center;
    left:0;
}
.nav-link.hide-now:before {
    display: none !important;
}
.navigation.opened .nav-link:before{
    display:none;
}
.openedMenu:before {
    opacity:1 !important;
    visibility: visible !important;
}
.nav-link:hover:before {
    opacity:1;
    visibility: visible;
}
.nav-link.menu{
    position:relative;
}
.nav-link.menu:after {
    position:absolute;
    content:"";
    background:url(../img/down.svg) no-repeat right;
    width:13px;
    height: 13px;
    background-size:13px;
    right: -2px;
    top:23px;
    background-size:13px;
}
.nav-link.menu.active:after{
    position:absolute;
    content:"";
    background:url(../img/up.svg) no-repeat right;
    width:13px;
    height: 13px;
    background-size:13px;
    right:0;
    top:23px;
    background-size:13px;
}
a.nav-link:hover{
    color:#fff !important;
}

.hov-eff{
   float: left;
    position: absolute;
    bottom: 10px;
    right: 41px;
    display:none;
}
.nav-item.active .hov-eff{
    display:block;
}
.nav-item:hover .hov-eff{
    display:block;
}
.hov-eff span{
    float:left;
    width:5px;
    height: 5px;
    background:#fff;
    margin-right:3px;
}

.mega-menu{
    display:none;

}
.mega-menu.opened{
    display:block;
    position:absolute;
    top:170px;
    left:0;
    background:#fff;
    padding-bottom:50px;
    z-index:999999999;
    width:100%;
}
.navigation.opened .mega-menu.opened{
    background:#1b1c20;
}
.navigation.opened .mega-menu.opened .mega-top-links a:before{
    display: none;
}
.navigation.opened .mega-menu.opened .mega-top-links ul li:before{
    display: none;
}

.dim{
    width:100%;
    position: fixed;
    left:0;
    top:170px;
    background:rgba(0,0,0,0.5);
    display:none;
    height: 100%;
}
.dim.opened{
    display:block;
    z-index:9999999;
}
.mega-top-links{
    float:left;
    width:25%;
    margin-top:20px;
}
.mega-top-links .box-news{
    width:100%;
    margin-top: 0;
    padding: 4px;
}
.mega-top-links .box-news .img-wrap1{
    top:0px;
    height: 146px;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.mega-top-links .box-news .txt-wrap{
    padding-left:0px;
   /* height: 75px;
    overflow:hidden;*/
    margin-top:10px;
    font-weight: normal;
}
.img-wrap1{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    transition: transform .7s;
    width:100%;
}
.img-wrap1 a{
    float:left;
    width:100%;
    height: 132px;
    transition: 0.7s;
    transition: transform .2s;
}
.img-wrap1 a:hover{
    transform: scale(1.1);
    overflow: hidden;
}
.img-wrap1 img{
    width:100%;
    max-width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.img-wrap1 img:hover {
    transform:scale(1.1);
    overflow: hidden;
}
.news-wrap-view a.img-wrap1:hover img {
     transform:scale(1.1);
}

.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;
}
.mega-top-links .txt-wrap:hover{
    color:#3f8ecc;
    text-decoration:underline;
}

.mega-top-links .mega-menu-head a{
    margin-bottom:20px;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
}
.mega-top-links .mega-menu-head a:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #b6c3ca;
    left: 0px;
    top: 4px;

}
.mega-top-links .mega-menu-head a:hover{
    color:#3f8ecc;
}
.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 a{
   color:#38454d;
    font-size:13px;
}
.mega-top-links ul li a:hover{
    color:#3f8ecc;
    text-decoration:underline !important;
}
.mega-top-links ul li:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #b6c3ca;
    left: 0px;
    top: 7px;

}
.breadcrumbs ul, .breadcrumbs{
    float:left;
    width:100%;
    padding-inline-start: 0px;
}
.breadcrumbs ul li{
    float:left;
    list-style: none;
    border-right: 1px solid #38454d;
}
.breadcrumbs ul li:last-child{
    border-right:none;
    padding-left:5px;
    box-sizing:border-box;
    font-size:13px;
    color:#e94612;
}
.breadcrumbs ul li a{
    float:left;
    color:#38454d;
    font-size:13px;
    padding:0 5px;
    box-sizing:border-box;

}
.breadcrumbs ul li a:hover{
    color:#3f8ecc !important;
}
.breadcrumbs ul li a.active{
   color:#e94612;
   cursor:inherit;
}

body .iOs-show {
    display: none !important;
}

.back-button {
    float: left;
    z-index: 999999999;
    background: url(../img/back_btn.png) no-repeat #878c8f  7px center;
    background-size: 11px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding-left: 28px;
    cursor: pointer;
    transition: all 0.5s;
    display: none;
}


.top-news-wrap .white-bg{
    border:none;
    box-shadow:none;

}
.top-news-wrap .top-img-small .new-box .txt-new-box .white-bg{
    margin-top:0px !important;
}
.top-news-wrap .white-bg a {
    color:#38454d;
}
.top-news-wrap .white-bg p{
    border-left:2px solid #e64001;
    padding-left:5px;
    box-sizing:border-box;
    height: 45px;
    overflow: hidden;
    color:#38454d;
}
.top-news-wrap .white-bg p:hover{
    color:#38454d;
}
.top-news-wrap .news-stat{
    margin-bottom:0px;
    margin-top:5px;
}

.padd-r{
    padding-right:15px;
    box-sizing:border-box;
}
.padd-l{
    padding-left:8px;
    box-sizing:border-box;
}
.player-section{
    float:left;
    width:100%;

}
.player-section img{
    float:left;
    width:100%;
}
.overlay-box{

    background:rgba(0,0,0,0.8);
    width:100%;
    height: 100%;
    top:0;
    left:0;
}
.mt30{
    margin-top:30px;
}
.news-boxes{
    float:left;
    width:100%;
    margin-top:30px;
}
.box-news{
    float:left;
    width:100%;
    padding:1px

}

.blue-wrap .box-news .news-stat{
    margin-top:0px;
}
.blue-wrap .box-news .title-news:hover{
    text-decoration: underline !important;
    color:#000;
}
.banner{
    display:inline-block;
    width:100%;
    background:#ccc;
    border:1px dashed #999;
    height: 100px;
}
.box-news img{
    width:100%;
    float:left;
}
.image-wrap{
    float:left;
    width:100%;
    position:relative;
}
.txt-wrap{
    float:left;
    width:100%;
    color:#38454d;
    font-weight: normal;
    line-height: 20px;
    text-transform: initial;
}
.txt-wrap .title-news{
    color:#38454d;
    float:left;
    width:100%;
    margin-top:0px;
    margin-bottom:7px;
    -webkit-transition:0.7s;
    -transition:0.7s;
    font-weight: bold;
    font-size:18px;
}
.blue-wrap .news-time{
    color:#fff;
}
.mobile-slider .txt-wrap .title-news,.mobile-slider2 .txt-wrap .title-news, .mobile-slider3 .txt-wrap .title-news, .mobile-slider4 .txt-wrap .title-news, .mobile-slider5 .txt-wrap .title-news, .mobile-slider6 .txt-wrap .title-news {
    color:#fff;
    font-size:13px;
}
.txt-wrap .title-news:hover{
   color:#e94612;
    text-decoration:underline;
}

.share-btn:before {
    position: absolute;
    content: "";
    background: url(../img/share.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
    top: 0;
    left: 0px;
    cursor: pointer;
}
.share-btn:hover:before {
    background: url(../img/share_hover.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.bookmark{
    position:relative;
}
.bookmark:before{
   position: absolute;
    content: "";
    background: url(../img/bookmark_border-24px.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
}
.bookmark:hover:before{
    background:url(../img/bookmark_hover.svg) no-repeat left;
    width:30px;
    height: 30px;
    background-size:30px;
}
.bookmark.active:before{
   position:absolute;
    content:"";
    background:url(../img/bookmarks_active.svg) no-repeat left;
    width:20px;
    height: 20px;
    background-size:20px;
    top:0;
    left:0;
    opacity:0.5;
}

.home-title{
    float:left;
    width:100%;
    margin-bottom:50px;
    position:relative;
    margin-top:30px;
    text-align:left;
}
.home-title:before{
    position: absolute;
    content: "";
    width: 92%;
    height: 2px;
    background: #38454d;
    left: 0;
    bottom: 8px;
}
.blue-wrap .home-title:before{
    position: absolute;
    content: "";
    width: 92%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 8px;
}
.blue-wrap .home-title span{
    font-size: 32px;
    background: #f2f2f2;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.bnt-live .home-title span{
    font-size: 25px;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 2;
    background:none;
}
.bnt-live .home-title:before{
    content:none;
}
.bnt-live .home-title span.see-more-small{

    font-size:15px;
    font-weight: normal;
}
.blue-wrap .home-title span.see-more-small{
    background: #f2f2f2;
    font-size:15px;
    font-weight: normal;
}
.blue-wrap .home-title span.see-more-small:hover{
    color:#000;
    opacity:0.5;
}

.world .home-title span{
    background:#e7e7e7;
}
.world .home-title a span, .home-title a span{
   font-size:14px;
   bottom:28px;
}

.world .left-small-content{
    padding-right:0px;
}
.world .left-small-content.right{
    padding-left:0px;
}
.home-title a{
    float:right;
    position: absolute;
    top:73%;
    right:0;
}
.left-content{
    float:left;
    width:50%;
}
.left-content .img-wrap{
    width:100%;
    float:left;
}
.left-content .text-wrap{
    width:100%;
    float:left;
}
.right-content{
    float:right;
    width:50%;
}
.right-content .box-news{
    margin-bottom:20px;
    margin-top:24px;
}
.right-content .box-news{
    width:48%;
    float:left;
    min-height: 310px;
}
.right-content .box-news .img-wrap1 {
    height: 138px;
    overflow: hidden;
}

.top-head{
    float:left;
    width:100%;
    color:#38454d;
    font-size:21px;
    font-weight: bold;
    margin-bottom:10px;
    line-height: 24px;
    -webkit-transition:0.7s;
    transition:0.7s;
    /*background:#f3f3f3;*/
    background: #fff;
    padding-left: 0;

}
.grey-next-section .top-head{
    background:none;
    padding:0px;
}
.swiper-pagination-bullet{
    border-right:none !important;
}
.top-head:hover{
   color:#e94612;
}
.top-head a{
    float:left;
    width:100%;
}
.world .top-head{
    background:#fff;
}
.world .txt-content a{
    float:left;
    width:100%;
    padding:0 10px;
    box-sizing:border-box;

}
.world .left-content{
    float:left;
    width:48%;
    margin:0 1%;
    background:#fff;
}
.world .white-bg{
    border:none;
    box-shadow:none;
}
.world .new-box{
    border-top:1px solid #e7e7e7;
}
.world .small-news{
    margin:0;
}
.news-listing .top-news-wrap .news-stat {
    float: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin-top: 0;
    margin-bottom: 0px;
}
.img-title{
    float:left;
    text-align:left;
    color:#fff;
    font-size:23px;
    position:absolute;
    bottom:35px;
    left:10px;
    line-height: 27px;
    z-index:99999999;
    right:10px;
    box-sizing:border-box;
}

.left-small-content{
    float:left;
    width:50%;
    padding-right:7px;
    box-sizing:border-box;
}
.left-small-content .txt-content, .right-small-content .txt-content{
    margin-top:15px;
}
.left-small-content.right{
    padding-left:7px;
    box-sizing:border-box;
}
.left-small-content.w25{
    width:25%;
    float:left;
    background:#fff;
}
.left-small-content .img-wrap1, .right-small-content .img-wrap1{
    top:0;
}
.flex-fixer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.title{
    color:#38454d;
    float:left;
    width:100%;
}
.more-small-news{
    float:left;
    width:100%;
    margin-top: 5px;
}
.left-small-content.right .more-small-news{
    margin-top:5px;
}

.more-small-news .text-content{
/*    height: 35px;
    overflow: hidden;*/
    padding-right:5px;
    box-sizing:border-box;
    font-weight: 500;
}
.small-news{
    float:left;
    width:100%;
    margin:7px 0px !important;
   border-top:1px solid #d3d3d3;
    position:relative;
}
.fixed{
    position:fixed;
    top:50%;
    z-index:99999999;
    background:#fff;
    right:0;

}
.left-fixed{
    position:fixed;
    top:50%;
    z-index:9999999;
    background:#fff;
    left:0;

}

.padd{
    padding:10px;
    box-sizing:border-box;
    float:left;
    width: 100%;
}

.other-news.active .ml{
    margin-left:0px;
}
.mr{
    margin-right:-20px;
}
.left-fixed .padd{
    padding-left: 25px;
    box-sizing:border-box;

}
.left-fixed .padd.active{
    padding-left: 40px;
    box-sizing:border-box;
}
.next-news{
    position:fixed;
    top:50%;
    right:0;
    width:35px;
    height: 112px;
    background:#d3d3d3 url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size:20px;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.next-news.active{
    background:#efefef url(../img/arrow_prev_news.svg) no-repeat center;
    background-size:20px;
}
.prev-news{
    position:fixed;
    top:50%;
    left:0;
    width:35px;
    height: 112px;
    background:#d3d3d3 url(../img/arrow_prev_news.svg) no-repeat center;
    background-size:20px;
    -webkit-transition:0.7s;
    transition:0.7s;
    z-index:9999;
}
.next-news:hover, .small-news.left-fixed .next-news:hover{
    background:#efefef url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size:20px;
}
.prev-news:hover, .small-news.left-fixed .prev-news:hover{
    background:#efefef url(../img/arrow_prev_news.svg) no-repeat center;
    background-size:20px;
}
.prev-news.active{
    background:#efefef url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size:20px;
}
.small-news.left-fixed .next-news{
    position:absolute;
    top:0;
    left:0;
    width:35px;
    height: 110px;
    background:#d3d3d3;
}
.next-news img{
    position: absolute;
    top:45px;
    left:10px;
}
.quadrat-wrap{
    width:90px;
    float:left;
    position: relative;
    z-index:999;
    overflow: hidden;
    padding-top:10px;
    box-sizing:border-box;
}

.more-small-news .vertical-centering {
    width: 100%;
}
.other-news-next .quadrat-wrap{
    padding-top:0px;
    box-sizing:border-box;
}
.other-news-next .text-content{
    width: calc(100% - 110px);
}
.quadrat-wrap img{
    float:left;
    width:100%;
    max-width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
    height: 55px;
    object-fit:cover;

}
.quadrat-wrap img:hover{
    transform:scale(1.1);
}
.text-content{
    float:right;
    width:calc(100% - 100px);
    color:#38454d;
    font-size:13px;
    line-height: 15px;

}
.text-content:hover{
    color:#3f8ecc;
    text-decoration: underline;
}
.right-small-content{
    float:right;
    width:50%;
    padding-left:7px;
    box-sizing:border-box;
}
.right-small-content .ad-wrap{
    margin-top:0px;
    height: 200px;
    margin-bottom:30px;
}
.right-small-content .link-news{
    float:left;
    width:100%;
    color:#38454d;
    font-size:16px;
    border-top:1px solid #ccc;
    padding-top:10px;
    box-sizing:border-box;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
    padding-bottom:10px;
    line-height: 20px;
}
.right-small-content .link-news:hover{
    color:#fe4600;
    text-decoration:underline;
}
.right-small-content .link-news:before{
    position:absolute;
    content:"";
    background:#b6c3ca;
    width:10px;
    height: 10px;
    left:0;
    top:20px;
}
.archive-wrap1{
    margin-top:50px;
    border:1px solid #ccc;
}

.around-world{
    float:left;
    width:100%;
    background:#e7e7e7;
    padding-bottom:40px;
    margin-top:30px;
}
.around-world .big-slider {
    width: calc(100% - 308px);
}

.img-new-box{
    position:relative;
    overflow:hidden;
     -webkit-transition:0.7s;
    transition:0.7s;
    transition: transform .2s;
}
.img-new-box a{
    float:left;
    width:100%;
    height: 103px;
     -webkit-transition:0.7s;
    transition:0.7s;

}
.img-new-box a:hover{
    transform:scale(1.1);
    overflow: hidden;
}
.disabledGal:before {
    display: none !important;
}
.disableGal:before{
    display:none !important;
}
.img-new-box:before{
    position: absolute;
    content: "";
    background: #fff url(../img/coll-grey.svg) no-repeat center;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-size: 25px;
    z-index:999999;
}
.new-box.only-txt .white-bg{
    border:none;
    box-shadow:none;
}
.new-box.only-txt .txt-new-box{
    float:left;
    width:100%;
    position:relative;
    padding-left:25px;
    box-sizing:border-box;
    padding-top:5px;
}
.new-box.only-txt .txt-new-box:before{
    position: absolute;
    content: "";
    background: #b6c3ca;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 10px;
}
.top-img .news-stat{
    margin-top:5px;
}
/*.txt-new-box .txt-content{
    height: 40px;
    overflow:hidden;
}*/
.big-slider{
    float:left;
    width: calc(100% - 300px);
    background-color:#38454d;
    padding-bottom:25px;
    box-sizing:border-box;
}
.big-slider .top-head{
    font-size:16px;
    color:#38454d;
    float:left;
    width:100%;
    background:#fff;
    margin-bottom: 0;
}
.big-slider img{
    width:100%;
    max-width:100%;
    float:left;
    height: 450px;
    object-fit:cover;
}
.big-slider-cust img{
    height: auto !important;
}
.swiper-slide{
    position:relative;
    width:100%;
}

.swiper-slide .slider-txt{
    position:absolute;
    bottom:20px;
    font-size:20px;
    color:#fff;
    z-index:999;
}
.swiper-slide .slider-txt:hover{
    color:#3f8ecc !important;
}
.swiper-slide.active{
    position: relative;
}
.swiper-slide.active .slider-txt{
    color:#fff;
}

.swiper-txt{
    opacity:1;
}

.left-part{
    float:left;
    width:calc(100% - 300px);
}
.left-part .img-wrap {
    max-height: 360px;
}
.left-part .img-wrap img{
    height: 315px;
    object-fit:cover;
}
.left-part.padd-l .img-wrap img{
    height: 169px;
    object-fit:cover;
}
.news-view .left-part{
    width: 300px;
    float:right;
    padding-left: 0 !important;
}
.small-top-head{
    float: left;
    width: 100%;
    background: #e9ebee;
    color: #38454d;
    padding: 1px 0px 1px 15px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1px;
}
.small-top-head a{
   color: #38454d;
}
.small-top-head a:hover{
    color:#3f8ecc;
}
.small-txt-content a{
    color: #38454d;
}
.small-txt-content a:hover{
    color:#3f8ecc;
}
.img-wrap{
    width:69%;
    margin-right:10px;
    position:relative;
    overflow:hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
    float:left;
}
.small-txt-content{
    font-size: 16px;
    font-weight: 500;
    float: left;
    line-height: 19px;
    color: #38454d !important;
    margin-top:15px;
    margin-bottom:15px;
}
.small-txt-content:hover{
    color:#3f8ecc;
}
.news-view .img-wrap{
    width:100%;
    float:left;
}
.news-view .right .img-wrap {
    max-height: 169px;
}
.img-wrap a{
    float:left;
    width:100%;
    overflow: hidden;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.img-wrap a:hover{
    transform:scale(1.1);
    overflow:hidden;
}
.text-wrap{
    float:left;
    width:29%;
    padding-right:10px;
    box-sizing:border-box;
}
.left-part img{
    width:100%;
    float:left;

}
.text-wrap .description{
    float:left;
    width:100%;
    font-size:16px;
    color:#38454d;
    line-height: 18px;
}
.left-part .text-wrap .description{
    height: 109px;
    overflow: hidden;
}
.left-wrap{
    float:left;
    width:calc(100% - 300px);
}
.top-news-wrap {
    float:left;
    width:100%;
    margin-top: -25px;
}
.top-news-wrap .left-small-part{
    float:left;
    width:100%;
}
.left-small-part img, .left-small-part a{
    float:left;
    width:100%;
    z-index:999999;
}
.left-small-part .news-stat{
    position:absolute;
    bottom:5px;
}
.top-news-wrap .right-small-part{
    float:left;
    width:300px;
}
.top-news-wrap .right-small-part .more-small-news{
    margin-top:0px;
}
.add-wrap{
    float:left;
    width:100%;
}
.add-wrap.big{
        float: left;
    width: 100%;
    overflow: hidden;
    max-height: 600px;
}
.news-descr{
    float:left;
    width:100%;
    padding:0 40px;
    box-sizing:border-box;
}
.news-descr .slider-txt{
    color: #fafafa;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 13px;
    margin-top: 5px;
    width: 100%

}
.news-tabs{
    float: left;
    width: 100%;
    padding-bottom: 3px;
    box-sizing: border-box;
    padding-left:40px;
    box-sizing:border-box;
    margin-bottom:35px;
    border-bottom:1px solid #9ca2a6;

}
.news-tabs .tab-btn{
    float:left;
    color:#fafafa;
    font-size:16px;
    text-transform:uppercase;
    padding-top:20px;
    padding-bottom:15px;
    box-sizing:border-box;
    margin-right:40px;
    position:relative;
}
.news-tabs .tab-btn:before{
    position:absolute;
    content:"";
    height: 3px;
    width:0px;
    background: #fafafa;
    bottom:-5px;
}
.news-tabs .tab-btn:hover:before{
    width:100%;
    color:#fafafa;}
.news-tabs .tab-btn.active{
    font-weight: 500;
    color:#fafafa;
}
.news-tabs .tab-btn.active:before {
    width:100%;
    color:#fafafa;
}
.news-tabs .tab-btn:hover{
    color:#fafafa !important;
}
.tabs-slider{
    margin-top:30px;
}
.big-photos-wrap{
    float:left;
    width:100%;
}
.big-part{
    float:left;
    width:100%;
}
.big-part .img-wrap1{
    top:0;
    float:left;
    width:49%;
    position:relative;
}
.big-part .img-wrap1:after{
   position: absolute;
    content: "";
    -webkit-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    -moz-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}
.big-part .img-wrap1:first-child{
    margin-right:2%;
}
.small-photos-wrap{
    width:100%;
    float:left;
}
.small-photos-wrap .img-wrap1{
    width:32%;
    float:left;
    top:auto;
    position:relative;
}
.small-photos-wrap .img-wrap1:after{
    position: absolute;
    content: "";
    -webkit-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    -moz-box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    box-shadow: inset -1px -35px 36px 39px rgba(0,0,0,0.17);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.small-photos-wrap .img-wrap1:nth-child(2){
    margin: 0 1.5%;
}
.small-photos-wrap .img-title{
    font-size:18px;
}
.see-more{
    float:left;
    width:100%;
}
.see-more .home-title span{
    background:#e7e7e7;
}
.mrl{
    margin-left:1.5%;
    margin-right:1.5%;
}
.news-view{
    float:left;
    width:100%;
}
.news-view .archive .home-title{
    margin-top:25px;
}
.info-news-wrap{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.info-news-wrap .r-part {
    height: auto;
}
.info-news-wrap img{
    float:left;
    width:70px;
    height: 70px;
}
.r-part{
    float:right;
    width:calc(100% - 80px);
    height: 70px;
    position:relative;
}
.vertical-centering{
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top:5px;
  box-sizing:border-box;
}

.vertical-centering .news-stat{
    margin-bottom:0px;
}
.vertical-centering span.name{
    color:#fe4600;
}
.txt-news{
    float:left;
    width:100%;
    margin-top:40px;
}
.txt-news p{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #38454d;
    font-size: 16px
}
.txt-news p:first-child{
    padding-left: 20px;
    box-sizing:border-box;
    border-left:2px solid #3f8ecc;
    font-style:italic;
}
.txt-news iframe,.txt-news video {
    max-width: 100%;
}
.news-view .big-slider{
    background:#fff;
    padding-right:20px;
    box-sizing:border-box;
}
.news-view .news-descr{
    padding:0px;
    box-sizing:border-box;
    margin-top:20px;
    float:left;
}
.news-view .news-descr .slider-txt{
    color:#38454d;
    float:left;
    width:100%;
    font-size:13px;
    height: 42px ;
}
.news-wrap-view{
    float:left;
    width:100%;
    margin-top:20px;
}
.news-wrap-view .img-wrap1{
    width:49%;
    float:left;
    top:0;
    margin-top:2%;
    position:relative;
    height: 217px;
    overflow: hidden;
}
.more-news .img-wrap1{
    float:left;
    width:100%;
    max-height: 129px;
}
.more-news .img-wrap1 a{
    float:left;
    width:100%;
}
.top-news-wrap .img-wrap a{
    position:relative;
    /*min-height: 500px;*/
}

.top-news-wrap .img-wrap a:after{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -80px 31px 0px rgba(0,0,0,0.8) !important;
    -moz-box-shadow: inset 0px -80px 31px 0px rgba(0,0,0,0.8) !important;
    box-shadow: inset 0px -80x 31px 0px rgba(0,0,0,0.8) !important;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.top-news-wrap .top-img .img-wrap.img-shadow-none a:after{
    display:none;important;
}
.img-wrap.img-shadow-none:after{
    content:none;
}
.news-wrap-view .img-wrap1 a:after{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -93px 24px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: insetinset 0px -93px 24px 0px rgba(0,0,0,0.8);
    box-shadow: inset 0px -93px 24px 0px rgba(0,0,0,0.8);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.news-listing .news-wrap-view .img-wrap1, .news-wrap-view-connected .img-wrap1 {
    height: 217px;
}
.news-wrap-view a.img-wrap1{
    position:relative;
}
.news-wrap-view a.img-wrap1:after{
    position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -67px 31px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: insetinset 0px -67px 31px 0px rgba(0,0,0,0.8);
    box-shadow: inset 0px -67px 31px 0px rgba(0,0,0,0.8);
    -webkit-transition:0.7s;
    transition:0.7s;
}
.news-wrap-view .img-wrap1:hover:after {
   position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5);
    box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5);
}

.home-section .left-content .img-wrap2:hover::after, a.img-wrap2:hover::after, .big-part .img-wrap1:hover::after {
     position:absolute;
    content:"";
    width:100%;
    height: 100%;
    top:0;
    left:0;
    -webkit-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5) !important;
    box-shadow: inset 0px -8px 146px 24px rgba(0,0,0,0.5) !important;
}



.news-wrap-view .img-wrap1 .img-title{
    float:left;
    color:#fff;
    font-size: 17px;
    line-height: 19px;
}
.news-wrap-view .img-wrap1:nth-child(even){
    margin-left:2%;
}
.footer{
    float:left;
    width:100%;
    background:#38454d;
    padding-top:45px;
    padding-bottom:45px;
    box-sizing:border-box;
    margin-top:40px;
}
.footer form{
    float:left;
    width:100%;
    position:relative;
}
.footer .search{
    width:50px;
    height: 50px;
    position:absolute;
    top:0;
    right:0;
    border:none;
    background:#fff url(../img/search-24px.svg) no-repeat center;
    background-size:35px;
    outline:none;
}
.footer input{
    float:left;
    width:100%;
    height: 50px;
    line-height: 50px;
    border:none;
    padding-left:10px;
    box-sizing:border-box;
}
.footer .footer-colum{
    float:left;
    width:25%;
    padding-top:50px;
    box-sizing:border-box;
    padding-right:10px;
    box-sizing:border-box;
}

.footer .footer-colum.style-links .footer-link:before{
    display:none;
}
.footer .footer-colum-head{
    float:left;
    width:100%;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:10px;
    font-weight: 500;
}
.footer .footer-colum .footer-link{
    float:left;
    width:100%;
    position:relative;
    color:#fff;
    padding-left:10px;
    box-sizing:border-box;
    margin:5px 0px;
}
.footer .footer-colum .footer-link:hover{
    color:#fff !important;
    text-decoration:underline !important;
}
.footer .footer-colum .footer-link:before{
    position:absolute;
    content:"";
    background: #efefef;
    width:5px;
    height: 5px;
    left:0;
    top:8px;
}
.footer .footer-colum .footer-link.f-logo:before{
    content:none !important;
}
.bottom-part{
    float:left;
    width:100%;
    margin-top:50px;
}
.bottom-part ul{
    float:left;
    margin-bottom:0px;
    margin-top:12px;
    padding-inline-start: 10px;

}
.logo{
    float:left;
}
.bottom-part ul li{
    float:left;
    list-style-type:none;
}
.bottom-part ul li a{
    float:left;
    font-size:12px;
    color:#b6c3ca;
    padding:0 5px;
    border-right:1px solid #9ca2a6;
}
.bottom-part ul li a:last-child{
    border-right:none;
}
.bottom-part ul li a:hover{
    text-decoration:underline !important;
}
.bottom-part .right-txt{
    float:right;
    color:#b6c3ca;
    width:100%;
    font-size:12px;
    text-align:right;

}
.bottom-part .tel{
    float:right;
    text-align:right;
    font-size:18px;
    font-weight: bold;
    color:#b6c3ca;
}
.bottom-footer{
    float:left;
    width:100%;
    margin-top:30px;
    border-top:1px solid #b6c3ca;
    padding-top:30px;
    box-sizing:border-box;
}
.bottom-footer .left-links{
    float:left;
    width:50%;
}
.bottom-footer .left-links ul{
    float:left;
     padding-inline-start: 0px;
     width:100%;

}
.bottom-footer .left-links .bnt{
    float:left;
    width:100%;
    color:#b6c3ca;
    font-size:12px;
    margin-left:5px;
}
.bottom-footer .left-links ul li{
    float:left;
    list-style-type: none;
}
.bottom-footer .left-links ul li a{
    float:left;
    color:#b6c3ca;
    font-size:12px;
    border-right:1px solid #b6c3ca;
    padding:0 5px;
    box-sizing:border-box;
}
.bottom-footer .left-links ul li a:hover{
    text-decoration:underline !important;
}
.bottom-footer .right-links{
    float:right;
    width:50%;
}
.bottom-footer .right-links .soc-icon{
    float:right;
}
.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;
    float:left;
}
.fb:hover{
    background:url(../img/fb-active.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
}
.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;
    float:left;
}
.tw:hover{
    background:url(../img/tw-active.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
}
.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;
}
.in:hover{
    background:url(../img/in-active.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
}
.wf{
    background:url(../img/wf.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
     -webkit-transition:0.7s;
    transition:0.7s;
    margin-left:10px;
}
.wf:hover{
    background:url(../img/wf-active.svg) no-repeat center;
    width:35px;
    height: 35px;
    background-size:35px;
}
.gradient{
    background: linear-gradient(to right, #999 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.gradient1{
    background: linear-gradient(to left, #000 100%, #999 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.home-section .left-content .new-box{
    border-top:1px solid #e7e7e7;
}
.home-section .left-content .img-wrap2 {
    margin-bottom:15px;
    position:relative;
    /*height: 310px;*/
    overflow: hidden;
    width:100%;
}
.home-section .left-content .img-wrap2::after, a.img-wrap2::after, .big-part .img-wrap1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -67px 31px 0px rgba(0,0,0,0.8) !important;
    -moz-box-shadow: inset 0px -67px 31px 0px rgba(0,0,0,0.8) !important;
    box-shadow: inset 0px -67px 31px 0px rgba(0,0,0,0.8) !important;
    -webkit-transition:0.7s;
    transition:0.7s;
}


.hash-tag-wrap{
    float:left;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    border:1px solid #b6c3ca;
    position:relative;
    margin-top:40px;

}
.hash-tag-inner-wrap{
    width:90%;
    float:left;
    height: 20px;
    overflow: hidden;
}
.hash-tag-inner-wrap a{

    float:left;
    font-size:13px;
    color:#38454d;
    margin-right:15px;
}
.hash-tag-inner-wrap a:hover{
    color:#3f8ecc;
}
.hash-tag-wrap span{
    float:left;
    font-size:14px;
    color:#38454d;
}
.right-hash-tag{
    background:#fff url(../img/hashtag.svg) no-repeat center;
    background-size:30px;
    position:absolute;
    right:10px;
    top:-30px;
    width:100px;
    height: 100px;
    text-align:center;
    border:1px solid #b6c3ca;
    z-index:9;
    float:left;
}
.tabs-slider-view .swiper-slide .slider-txt{
    float:left;
    position:initial;
}
.tabs-slider-view a{
    float:left;
    width:100%;
    height: 104px;
    overflow: hidden;
}
.tabs-slider-view .swiper-button-prev{
    float:left;
    position:absolute;
    width:50px;
    background:rgba(0,0,0,0.8) url(../img/arrow_slider_prev.svg) no-repeat center;
    text-align:center;
    top: 29% !important;
    left:0;
}
.tabs-slider-view .swiper-button-next{
    float:left;
    position:absolute;
    width:50px;
    background:rgba(0,0,0,0.8) url(../img/arrow_slider_next.svg) no-repeat center;
    text-align:center;
    top: 29% !important;
    right:0;
}
.static-page{
    float:left;
    width:100%;
}
.static-page .static-page-head{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    margin-top: 40px;
    text-align: left;
}
.static-page .static-page-link{
    float:left;
    color:#e94612;
    font-size:16px;
    text-decoration:underline;
}
.static-page p{
    float:left;
    width:100%;
    font-size:16px;
    color:#38454d;
    margin-top:10px;
    margin-bottom:10px;
}
.static-page span{
    float:left;
    font-size:16px;
    color:#38454d;
}

.search-links{
    float:left;
    width:100%;
}
.signal-form{
    float:left;
    width:100%;
    margin-top:50px;
}
.signal-title{
    float:left;
    width:100%;
    font-size:25px;
    margin-bottom:20px;
}
.my-news{
    color:#e94612;
    font-size:15px;
    text-decoration:underline;
}
.signal-form .left-wrap{
    padding:0 20px;
    box-sizing:border-box;
}
.signal-wrap{
    float:left;
    width:100%;
}
.signal-wrap form{
    float:left;
    width:100%;
}
.signal-wrap .inp-hld, .inp-hld{
    float:left;
    width:100%;
    margin-top:25px;
}
.signal-wrap .inp-hld label, .inp-hld label{
    float:left;
    width:100%;
    margin-bottom:3px;
    font-size:15px;

}
.signal-wrap .inp-hld input{
    float:left;
    width:100%;
    height: 40px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #e7e7e7;
    outline:none;
}
.signal-wrap .inp-hld input:hover{
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
.signal-wrap .inp-hld textarea{
    float:left;
    width:100%;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid  #e7e7e7;
    outline:none;
    min-height: 100px;
    max-height: 300px;
}
.signal-wrap .inp-hld textarea:hover{
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
.captcha{
    float:left;
    width: 100%;
    margin-top:30px;
}
.captcha input{
    float:left;
    width:200px;
    border:1px solid #e7e7e7;
    outline:none;
    padding-left:10px;
    box-sizing:border-box;
    height: 40px;
}
.captcha-hld{
    float:left;
    width:100px;
    height: 40px;
}
.captcha-hld img{
    float:left;
   width:100%;
}
.bottom-txt{
    float:left;
    width:100%;
    font-size:15px;
    margin-top:20px;
    margin-bottom:20px;
}
.submit{
    float:left;
    width:300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background:#e94612;
    color:#fff;
    margin-top:30px;
    border:none;
    outline:none;
    margin-bottom:30px;
}
.inp-hld .inp-hld.w50.left{
    width:49%;
    float:left;
    margin-right:2%;
    margin-bottom:20px;
}
.inp-hld .inp-hld.w50.right{
    width:49%;
    float:left;
    margin-bottom:20px;
}
.file-none{
    opacity:0;
    z-index:99;
    position:relative;
}
.file{
    float:left;
    width:100%;
    border:1px solid #e7e7e7;
    height: 40px;
    position:relative;
    color:#fff;
    font-size:15px;
    margin-top:-30px;
}
.browse{
    position:absolute;
    top:25px;
    right:0;
    width:130px;
    background:#e94612 url(../img/upload.svg) no-repeat 7px;
    background-size:20px;
    height: 40px;
    line-height: 40px;
    border:none;
    font-size:15px;
    color:#fff;
    cursor:pointer;
}
.news-listing {
    float:left;
    width:100%;
}
.news-listing .left-small-part .img-wrap a {
    max-height: 534px;
}
.news-listing .news-stat .news-time:before, .news-listing .news-stat .read-time:before{
        position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    left: 2px;
    top: 6px;
}
.news-listing .top-news-wrap .news-stat .shared:before {
    background: #fff;
    top: 6px;
}
.news-listing .home-title{
    margin-bottom:20px;
    margin-top: 0;
}
.news-listing .home-title:before{
    width:100%;
}
.news-listing .top-news-wrap{
    margin-top:0px;
}
.related-wrap{
    float:left;
    width:300px;
    margin-right:40px;
    background:#e7e7e7;
    padding:10px;
    box-sizing:border-box;
}
.related-wrap span{
    float:left;
    width:100%;
    color:#38454d;
    font-size:16px;
    line-height: 17px;
    font-weight: 500;
    margin-bottom:5px;
}
.related-wrap .related-txt{
    float:left;
    width:100%;
    color:#38454d;
    font-size:13px;
    line-height: 15px;
    margin-bottom:10px;
}
.related-wrap .related-txt:hover{
    color:#3f8ecc;
}
.related-img{
    float:left;
    width:100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    box-sizing:border-box;
}
.related-img img{
    width:100%;
    float:left;
}
.investigation-wrap{
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.investigation-wrap .txt-content{
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding-left:10px;
    box-sizing:border-box;
    margin-top:0px;
    padding-top:15px;
    padding-bottom:15px;
    height: 90px;
    overflow:hidden;
    padding-right:15px;
}
.answers, .answers1{
    float:left;
    width:100%;
    border-bottom: 1px solid #d3d3d3;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:10px;
    padding-right:15px;

}
.answers .ans, .answers1 .ans{
    float:left;
    width:100%;
    height: 40px;
}

.input-wrapper {
    position: relative;
    margin-bottom: 10px;
    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;
}
.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: 0;
    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: 4.5px;
    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;
}
.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;
}
.archive .answers-content .answers .grey-part, .answers1 .grey-part{
    float:left;
    width:90%;
    height: 10px;
    background:#cddde5;
    position:relative;
    top:0;
    left:0;
}
.archive .answers-content .answers .grey-part:before, .answers1 .grey-part:before{
    position:absolute;
    content:"";
    width:50%;
    background:#e94612;
    left:0;
    top:0;
    height: 10px;
}
.archive .archive-wrap1 .answers .grey-part:before, .answers1 .grey-part:before{
    position: absolute;
    content: "";
    width: 50%;
    background: #38454d;
    left: 0;
    top: 0;
    height: 10px;
}

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

}
.mt40{
    margin-top:40px;
}
.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-link{
    border:none;
    background-color:transparent !important;
}
.page-link.active{
    border:none;
    background:none;
    color:#3f8ecc;
    font-weight: bold;

}
.page-item.active .page-link {
    border: none;
    background: none;
    color: #3f8ecc;
    font-weight: bold;
}
/*.pagination .disabled{
    top: 0;
    left: 0;
    width: 35px;
    height: 30px;
    background: url(../img/arrow_prev_news.svg) no-repeat center;
    background-size: 20px;

}
.pagination .disabled:nth-child(2){
    background:none !important;
}*/
.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;
}
.next-arrow{
    border:1px solid #ccc;
    padding:30px;
    box-sizing:border-box;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background:url(../img/arrow_forward-24px.svg) no-repeat center;
    background-size: 20px;
}
.page-link:hover{
    float:left;
    color:#3f8ecc;
    transform:scale(1.1);
    background: transperant;
    border:none;
    outline:none;
    /*font-weight: bold;*/
}
.page-link{
    margin-left:10px;
    color:#38454d;
}
.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 #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding-top:20px;
    box-sizing:border-box;
}
.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:first-child .page-link{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    position:relative;
    top:2px;
    cursor:pointer;
    text-indent:-9999px;

}
.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: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;

}
.answers.hide-wrap{
    display:none;
}
.answers1{
    display:none;
}
.vote-wrap.show-wrap{
    display:block;
}
.play-video{
    position:relative;
    float:left;
    width:100%;
}
.play-video:before{
    position:absolute;
    content:"";
    background:rgba(0,0,0,0.4);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.play-video:hover:before{
   position:absolute;
    content:"";
    background:rgba(0,0,0,0.5);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.play-video-title{
    position:absolute;
    color:#fff;
    font-size:14px;
    bottom:20px;
    left:10px;
    padding-left:30px;
    line-height: 18px;
}
.play-video-title:before{
    position:absolute;
    content:"";
    background:url(../img/play-white.svg) no-repeat center;
    width:30px;
    height: 30px;
    background-size:40px;
    left:0px;
}
.play-video-title span.upper{
    text-transform: uppercase;
}
.categories-wrap{
    float:left;
    width:100%;
    margin-bottom:30px;
}
.categories-wrap{
    padding-inline-start: 0px;
    margin-left:0;
}
.categories-wrap li{
    float:left;
    list-style: none;
    padding:0px 15px 0px 0px;
    box-sizing:border-box;
}
.categories-wrap li:first-child{
    padding-left:0px !important;
}
.categories-wrap .category-link{
    float:left;
    color:#38454d;
    font-size:14px;
    position:relative;
}
.categories-wrap .category-link:before
{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    height: 2px;
    width:0px;
    background:#3f8ecc;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.categories-wrap .category-link.active:before{
    width:100%;

}
.categories-wrap .category-link.active{
    color:#e94612;
}

.categories-wrap .category-link:hover:before{
    width:100%;
    color:#e94612;
}
.swiper-button-prev{
    position: absolute;
    top: 15% !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;
}
.swiper-button-next{
   position: absolute;
    top: 15% !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;

}
.sport-slider .swiper-button-prev{
    top:43% !important;

}

.sport-slider .swiper-button-next{
    top:43% !important;

}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left:0 !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right:0 !important;
}
.navigation.opened .mega-menu.opened .mega-top-links .mega-menu-head, .mega-top-links .mega-menu-head a{
    color:#38454d;
    font-size:14px;
}
.navigation.opened .mega-menu.opened .mega-top-links ul li a{
    color:#fff;
    font-size:12px;
}
.swiper-button-prev, .swiper-button-next{
   /* margin-top:-13px !important; */
}
.other-news{
    width:0;
    float:left;
    overflow: hidden;
    position:absolute;
    height: 112px;
}
.other-news.active{
    width:350px;
    background:#fff;
    border:1px solid #d3d3d3;
}
.other-news-next{
    width:0;
    float:right;
    height: 112px;
   /* overflow: hidden;
    position:absolute;*/
}
.other-news-next.active{
   width:350px;
   background:#fff;
   border:1px solid #d3d3d3;
}

.style-tab-btn{
    cursor:pointer;
}
.navigation.opened .icon-link{
    background:url(../img/speech_white.svg) no-repeat center;
    width: 50px;
    height: 60px;
    background-size: 25px;
}
.share-icons{
    position:absolute;
    top:0;
    left:-8px;
    background:#fff;
    width:100%;
    z-index:99;
}
.share-icons span {
    float: left;
}
.share-icons.active{
    display:block;
}
.share-icons .close{
    background:url(../img/close.svg) no-repeat center;
    background-size:15px;
    width:30px;
    height: 30px;
    cursor:pointer;
    margin-top: -2px;
    margin-left: 10px;
}
.share-icons a {
    float: left;
}
.share-icon-fb {
    width: 25px;
    height: 25px;
    background: url(../img/fb.svg) no-repeat center;
    background-size: 25px;
    margin:0 5px;
    cursor:pointer;
}
.share-icon-fb:hover{
    background: url(../img/facebook_black.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.share-icon-tw {
    width: 25px;
    height: 25px;
    background: url(../img/tw.svg) no-repeat center;
    background-size: 25px;
    margin:0 5px;
    cursor:pointer;
}
.share-icon-tw:hover{
    background: url(../img/twitter_black.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.share-icon-in {
     width: 25px;
    height: 25px;
    background: url(../img/in.svg) no-repeat center;
    background-size: 25px;
    margin:0 5px;
    cursor:pointer;
}
.share-icon-in:hover{
    background: url(../img/in_black.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}


.news-title .share-icons span{
    margin:0px;
    margin-bottom:3px;
}

.blueimp-gallery{
    z-index:99999999999 !important;
}
.left-tabs .tab-btn{
    float: left;
    width: 100%;
    background: #e9ebee;
    color: #38454d;
    padding: 1px 0px 1px 15px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1px;

}
.left-tabs .tab-btn:first-child{
   border-right:1px solid #fff;
}
.left-tabs .tab-btn.hover{
    background:#e7e7e7;
}
.left-tabs .tab-btn{
    position:relative;
}

.left-tabs .tab-btn:hover{
    color:#3f8ecc;
}
.left-tabs .tab-btn.active{
    background:#e9ebee;
    color:#3f8ecc;
}
.left-tabs .tab-btn.active:before{
     width:100%;
    bottom:0px;
}
/*.is-video{
    position:relative;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.8)
}
.is-video:before{
    position:absolute;
    content:"";
    background: url(../img/play-video.svg) no-repeat center;
    width:50px;
    height: 50px;
    background-size:50px;
}*/

.scaled-video.anim{
  height: 500px;
  width: 100%;
  transition: transform 3s ease;
  transform: scale(1);
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
}


@-webkit-keyframes example {
  0%   {width: 790px;}
  25%  {width: 690px;}
  50%  {width: 590px;}
  100% {width: 490px;}
}

.scaled-video.move-right{
    float:right;
    right:0px;
}
.video-js .vjs-tech{
    outline:none;
}
.upload-news{
    float:left;
    width:100%;
    background:#3f8ecc url(../img/upload1.svg) no-repeat 33px 10px;
    background-size:20px;
    color:#fff;
    font-size:15px;
    text-align: center;
    margin-bottom:10px;
    -webkit-transition:0.7s;
    transition:0.7s;
    padding:10px;
    box-sizing:border-box;
    font-weight: bold;
    border:1px solid transparent;
}
.upload-news:hover{
    background:#fff url(../img/upload1-hover.svg) no-repeat 33px 10px;
    background-size:20px;
    border:1px solid #e94612;
    color:#38454d;
    border:1px solid
}
/*.upload-news:hover{
    background:#38454d;
    color:#fff;
}*/
.box-news .refresh{
    width:130px;
}
.img-wrap1 .refresh img{
    float:left;
    width:20px;
    height: 20px;
    margin-right:3px;
}
.source{
    float:left;
    width:100%;
    font-size:15px;
    margin-top:10px;
}
a.name{
    color:#38454d;
}
.admin-btn{
    float:left;
    width:100%;
    position:absolute;
    bottom:-20px;
}
.upload-news span{
    float:left;
    width:100%;
    font-size:11px;
    line-height: 18px;
    text-transform:none;
    font-weight: normal;
}
.big-title{
    position: relative;
    width:100%;
    text-align: center;
    font-size:80px;
    text-transform:uppercase;
    font-weight: 100;
    font-style: italic;
    animation: animatetoright 6s steps(3) infinite;
}

/*.big-title:after{
    content: "";
    position: absolute;
    top:-1px;right:0;bottom:-2px;left:0;
    border-left: 1px solid #fff;
    background-color: #2a2a28;
    animation: animatetoright 1s steps(10) infinite alternate;

}*/
@keyframes animatetoright{
    0%{
        left: 0;
        margin-right: auto;

    }
}

.second-txt{
    float:left;
    width:100%;
    text-align:center;
    color:#38454d;
    font-size:29px;
    text-transform:uppercase;
    margin-top:30px;
    margin-bottom:20px;
    font-weight: bold;
    font-style:italic;
}
.line{
    width:100%;
    position:relative;
    left:0;
    height: 2px;
    bottom:-55px;
}
.line1{
    position:absolute;
    left:0;
    width:25%;
    height: 2px;
    background:#ff4600;
}
.line2{
    position:absolute;
    left:25%;
    width:25%;
    height: 2px;
    background:#96c300;
}
.line3{
    position:absolute;
    left:50%;
    width:25%;
    height: 2px;
    background:#0096ff;
}
.line4{
    position: absolute;
    left:75%;
    width:25%;
    height: 2px;
    background:#ffc800;
}

/* new-styles*/
.sport-slider{
    WIDTH:100%;
    position:relative;

}
.sport-slider .swiper-slide .txt-slider {
    color:#fff;
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:999999;
}
.sport-slider .swiper-slide a{
    position:relative;
    width:100%;
    float:left;
    height: 295px;
}
.sport-slider .swiper-slide.swiper-slide-prev, .sport-slider .swiper-slide.swiper-slide-next{
    position:relative;
}
.sport-slider .swiper-slide.swiper-slide-prev a:before,.sport-slider .swiper-slide.swiper-slide-next a:before {
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index:99999;
}
.sport-slider .swiper-slide.swiper-slide-active{
    position:relative;
}
.sport-slider .swiper-slide.swiper-slide-active a:before{
    position:absolute;
    content:"";
    -webkit-box-shadow: inset 17px -88px 61px -40px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 17px -88px 61px -40px rgba(0,0,0,0.55);
    box-shadow: inset 17px -88px 61px -40px rgba(0,0,0,0.55);
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    z-index:9999;
}

/*.sport-slider .swiper-slide a:before{
    position:absolute;
    content:"";
    -webkit-box-shadow: inset 17px -88px 61px -40px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 17px -88px 61px -40px rgba(0,0,0,0.55);
    box-shadow: inset 17px -88px 61px -40px rgba(0,0,0,0.55);
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
}*/
.sport-slider .swiper-slide img{
    float:left;
    max-width:100%;
    width:100%;
}
.mobile-slider{
    display:none;
}
.mobile-slider .txt-wrap .title-news{
    color:#fff !important;
    font-size:13px;
    line-height: 18px;
}
.mobile-slider .news-stat .news-time,.mobile-slider .news-stat .read-time, .news-stat .shared{
    color:#fff;
    font-size:13px;
}

.select2-container{
    width:200px !important;
}
.select2-dropdown{
    position:relative;
    top:7px !important;
}
.small-left-part-mobile{
    float:left;
    width:100%;
    display:none;
    box-sizing:border-box;
}
.small-left-part-mobile .swiper-slide a{
    float:left;
    color:#fff;
    font-size:13px;
    position:relative;
    padding-bottom:10px;
    box-sizing:border-box;
    text-align: center;
}
.small-left-part-mobile .swiper-slide a:before{
    position:absolute;
    content:"";
    left:0;
    width: 0px;
    bottom:3px;
    height: 3px;
    background:#fff;
}
.small-left-part-mobile .swiper-slide a:hover:before{
    width:100%;
}
.small-left-part-mobile .swiper-slide a.active{

}
.row{
    margin-right:15px;
    margin-left:15px;
}

.banner{
    background:#ccc;
    width:728px;
    height: 90px;
    margin-top:20px;
    border:1px dotted #999;
    position:relative;
    text-align:center;
}
.banner span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
}
.add-wrap span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
}
.right-content .box-news:nth-child(odd){
    margin-right:2%;
}
.more-from-wrap{
    margin-top:30px;
}
.share-bttns {
    float: left;
    width: 100%;
    position: relative;
}
.share-icons {
    float: left;
    background: #fff;
    z-index: 99;
}
.view-news .box-news .title-news{
    height: auto;
}
.view-news .home-title{
    margin-bottom:20px;
}
.view-news .home-title:before{
    width:100%;
}
.view-news .img-wrap1 a{
    height: 120px;
}
.view-news .txt-wrap .title-news{
    margin-top:0px;
    font-size:13px;
    line-height: 18px;
    height: 75px;
    overflow:hidden;
    margin-top:10px;
}
.small-right-part{
    width:300px;
    float:right;
}
.listing-boxes{
    float:left;
    width:100%;
}
.listing-boxes .box-news{
    width:32%;
    margin-right:1%;
}
.news-wrap-view .listing-boxes .img-wrap1{
    width:100%;
    float:left;
    height: auto;
    position:relative;
}
.news-wrap-view .listing-boxes .img-wrap1:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px -93px 24px 0px rgba(212, 198, 198, 0.8);
    -moz-box-shadow: insetinset 0px -93px 24px 0px rgba(0,0,0,0.8);
    box-shadow: inset 0px -31px 24px 0px rgba(50, 47, 47, 0.8);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.top-news-wrap .img-wrap{
    width:100%;
}
.small-right-part .left-small-content{
    width:100%;
}
.news-listing .home-title a{
    font-size:25px;
    color:#38454d;
}
.news-listing .home-title a:hover{
    color:#3f8ecc;
}
.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;
}
.listing-boxes .box-news{
    margin-top:20px;
}
.breadcrumb{
    float:left;
    width:100%;
    background:none;
    padding-left:0px !important;
}
.breadcrumb ol{
    padding-left:0px !important;
}

.breadcrumb .path-link{
    float:left;
    padding:0 10px;
    box-sizing:border-box;
    color:#6f8593;
    font-size:12px;
    position:relative;
}
.breadcrumb .path-crum{
    position:relative;
}
.breadcrumb .path-crum:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    width:0px;
    height: 1px;
    background:#6f8593;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.breadcrumb .path-crum:hover:before{
    width:100%;
}
.breadcrumb .path-crum.active:before{
   position:absolute;
    content:"";
    bottom:0;
    left:0;
    width:100%;
    height: 1px;
    background:#6f8593;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.jssorb051 .i{
    display:none !important;
}
.shad-eff{
    position:relative;
    width:100%;
}
.shad-eff:after{
    position:absolute;
    content:"";
    left:0;
    width:100%;
    height: 100%;
    top:0;
    -webkit-box-shadow: inset 0px -80px 31px 0px rgba(0,0,0,0.8) !important;
    -moz-box-shadow: inset 0px -80px 31px 0px rgba(0,0,0,0.8) !important;
    box-shadow: inset 0px -80x 31px 0px rgba(0,0,0,0.8) !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index:9999;
}
.mega-menu.opened {
    display: block;
    position: absolute;
    top: 170px;
    left: 0;
    background: #fff;
    padding-bottom: 50px;
    z-index: 999999999;
    width: 100%;
}
#tabs{
    width:100%;
    display:none;
}

.img-wrap-listing{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    transition: transform .7s;
    width: 100%;
}
.img-wrap-listing a{
    float: left;
    width: 100%;
     height: 145px;
    transition: 0.7s;
    transition: transform .2s;
    overflow: hidden;
}
.img-wrap-listing a:hover{
    transform: scale(1.1);
    overflow: hidden;
}
.top-news-hld ul {
    float: left;
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
}
/*.top-news-hld ul li:nth-child(1) {
    margin-left: 3%;
    margin-right: 2%;
}*/
.top-news-hld ul li {
    float: left;
    list-style-type: none;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}
.top-news-hld ul li:nth-child(2) {
    margin-right: 2%;
}
.top-news-hld ul li:nth-child(1):before {
    bottom: 0;
}
.top-news-hld .is-active:before {
    width: 100% !important;
}
.top-news-hld ul li:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0px;
    bottom: -3px;
    background: #3f8ecc;
    left: -2px;
}
.top-news-hld ul li a {
    float: left;
    font-size: 18px;
    color: #161616;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat, .news-wrap-view-connected .img-wrap1 .news-stat{
    float: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin-top: 0;
    width: auto;
    margin-bottom: 0;
    width: 97.7%;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .news-time, .news-wrap-view-connected .img-wrap1 .news-stat .news-time, .news-listing .news-wrap-view .img-wrap1 .news-stat .read-time, .news-wrap-view-connected .img-wrap1 .news-stat .read-time{
    color:#fff !important;
    z-index:999999;
}
.news-listing .news-wrap-view .img-wrap1 .news-stat .shared, .news-wrap-view-connected .img-wrap1 .news-stat .shared{
    color: #fff !important;
    width: auto;
    margin-right: 0;
    position: relative;
    z-index: 999999;
}
.left-tabs .tab-btn {
    float: left;
    width: 50%;
    color: #38454d;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    background: #e9ebee;
    text-align: center;
}
.left-tabs .tab-btn:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0px;
    height: 2px;
    background: #3f8ecc;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    bottom: 0px;
}
.left-tabs .tab-btn.active:before {
    width: 100%;
    bottom: 0px;
}
.next-section-pb30 {
    padding-bottom:30px;
}
.grey-next-section {
    background: #f2f2f2;
}
.grey-next-section .home-title span {
    background: #f2f2f2 !important;
}

/*end-new-styles*/


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

.bnth-top-head {
    float: left;
    width: 100%;
    background: #38454d;
    border-bottom: 1px solid #fff;
}
.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;
}
.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: 1200px){
    .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;
    }
}
@media screen and (max-width: 990px){
    .euro-btn, .olympics-btn{
        width:100% !IMPORTANT;
        float:left;
        margin-left:0 !important;
        margin-right:0 !important;
        margin-top:10px;
    }
    .blue-wrap{
        margin-top:0px !important;
    }
}
@media screen and (max-width: 700px){
   /* .top-news-hld ul li:nth-child(1){
        margin-left:5px !important;
    }*/
}

@media screen and (max-width: 500px){
/*    .top-news-hld ul li:nth-child(1) {
        margin-left: 1% !important;
        margin-right: 1% !important;
        margin-top: 14px !important;
    }*/
    .categories-wrap-outer-sport {
        margin-bottom:20px;
    }
    .top-news-hld ul li.home-btn {
        margin-left: 2% !important;
        margin-right: 4% !important;
        margin-top: 6px;

        }
        .more-news a{
            padding-left:0px !important;
        }
        .more-news a.shared{
            padding-left:10px !important;
        }
        .right-part .mobile-fix{
            padding-left:0px !important;
        }
        .top-news-hld ul li:nth-child(1){
            margin-right:1% !important;
            margin-left:1% !important;
        }
        .top-news-hld ul li.home-btn {
            margin-right:3% !important;
            margin-left:3% !important;
        }
         .top-news-hld ul li.home-btn a.home{
             width: 25px !important;
         }

    .right-part .img-wrap1{
        width:100% !important;
        float:left;
    }
    .right-part .mobile-fix{
        float:left;
        width:100% !important;
    }
    .blue-wrap .blue-wrap1{
        margin-top:25px !important;
    }
    .box-news .news-stat{
        margin-top:0px !important;
        margin-bottom:15px !important;
    }
    a.logo{
        margin-top:9px !important;
    }
    .top-news-hld ul li {
    padding: 5px 0;
}

    .bnth-nav .bnth-top-link{
        font-size:14px;
    }
    .big-right-part .box-news .title-news {
    height: auto;
    margin-bottom: 3px;
}
}

.top-news-hld ul li:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0px;
    bottom: -3px;
    background: #fe4600;
    left: -2px;
}

/*============= 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;
}
.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;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    margin-left: 10px;
    opacity: 0.5;
    float:left;
}
.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;
}

.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;
}

.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: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 =============*/
.see-mobile{
    display:none;
}
.other-h{
    display:block;
    margin-top:5px;
    float:left;
    width:100%;
    min-height: 1px;
}
.news-stat .news-time, .news-stat .read-time, .news-stat .shared {
    float: left;
    font-size: 16px;
    position: relative;
    padding-left: 12px;
    margin-right: 10px;
    color: #000;
    font-size: 13px;
}
.home {
    background: url(../img/home.svg) no-repeat center !important;
    background-size: 31px !important;
    width: 25px !important;
    height: 30px !important;
}
