
.btn-head, .btn-head span {
   transition: none !important;
}
body .is-fixed .head-top{
    height: 60px;
    line-height: 60px;
}
body .is-fixed .head-top a.logo img{
    width:100px;
}
body .is-fixed .top-links li{
    height: 40px;
    line-height: 40px;
}
body .is-fixed .navigation {
    height: 35px;
}
body .is-fixed .nav-item {
    font-size: 13px;
}
body .is-fixed .nav-link {
    line-height: 35px;
    font-size:14px;
}
body .is-fixed .icon-link {
    height: 40px;
}
body .is-fixed .nav-link.menu:after {
    top: 12px;
}
body .is-fixed .nav-link.menu:after {
    background: url(../img/down.svg) no-repeat right;
    background-size: 11px;
}
body .is-fixed .mega-menu.opened {
    top: 116px;
}
body .is-fixed .search-with-btn {
    top: 75px;
}
body .is-fixed .nav-link:before {
    bottom: -3px;
    background: url(../img/hover.svg) no-repeat center;
    background-size: 21px;
}
body .is-fixed a.logo {
    margin-top: 3px;
}
body .is-fixed a.logo img {
    width: 92px;
}
body .is-fixed .btn-head {
    padding: 5px 20px;
    height: 40px;
}
body .is-fixed .btn-search span {
        height: 30px;
    background: url(../img/search-24px.svg) no-repeat center;
    background-size: 25px;
}
body .is-fixed .current-slider-hld {
    margin-top: 8px;
    width: calc(100% - 360px);
    margin-right: 32px;
}
body .is-fixed .current-txt {
    font-size: 15px;
    padding-left: 25px;
}
body .is-fixed .current-txt:before {
    background: url(../img/camera.svg) no-repeat left;
    background-size: 22px;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
}
body .is-fixed .current-title {
    font-size: 15px;
    height: 21px;
}
.videojs-wrap {
    background: url("../img/bnt.svg") no-repeat center 267px #e7e7e7;
    background-size: 305px;

}
.close-vid {
    display: none;
}
.sticky-vid {
    position: fixed;
    top: 116px;
    right: 70px;
    width: 300px;
    z-index: 999999999;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.75);
    -webkit-transition: left .5s,width .5s ease,height .5s ease;
    -o-transition: left .5s,width .5s ease,height .5s ease;
    transition: left .5s,width .5s ease,height .5s ease;
}
.show-on-mobile {
    display: none;
}
.sticky-vid .close-vid {
        display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/close-new.svg) no-repeat center #000;
    background-size: 14px;
    z-index: 2;
}
.sticky-vid .video-js .vjs-big-play-button {
    font-size: 9em;
    top: 20%;
    left: 28%;
    transition: none;
}

/* Responsive app */
@media screen and (min-width: 500px){
     a.logo{
        float:left;

     }
}

@media screen and (max-width: 1200px){
    .banner-sport {
        background:url(../img/HEADER-900-01.jpg) no-repeat center;
    }
    .btn{
        padding-right:20px;
    }

    .bnth-top-link.active:before {
        bottom:3px !important;
    }

   .menu-btn{
       display:block;
   }
  .navigation{
     display:none;
  }
  .navigation.opened{
       display:block;
       background:#1b1c20;
       /*height: 100%;*/
       height: calc(100vh - 60px);
       overflow: auto;
       padding-bottom:100px;
       box-sizing:border-box;
  }
  .navigation.opened .see-mobile {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.navigation .nav.see-mobile .top-link {
    padding-left: 0;
    padding-right: 30px !important;
    margin-bottom: 10px;
    color: #fff;
    float: left;
    font-size: 15px;
}
.nav .top-link.img-link {
    width: 90px;
}
.nav .top-link.img-link img{
    width:100%;
}
  .navigation.opened .nav-item{
       list-style-type: none;
       float:left;
       width:100%;
  }
  .navigation.opened .nav-item{
       float:left;
       width:100%;
       text-align:left;

  }
  .navbar-nav.opened .nav-link{
       float:left;
       width:100%;
       color:#fff;
       font-size:15px;
       padding-left:10px;
       box-sizing:border-box;
  }
  header {
       border-bottom: 1px solid #d3d3d3;
  }
  body .is-fixed .navigation {
      height: calc(100vh - 70px);
  }
  body .is-fixed .nav-link {
      line-height: 60px;
  }
  body .is-fixed .nav-link.menu:after {
      top: 23px;
  }
  body .is-fixed .mega-menu.opened {
      top: auto;
  }
  body .is-fixed .search-with-btn {
      top: 65px;
  }
  body .is-fixed .btn-head {
      padding: 12px 20px;
      height: 70px;
  }
  body .is-fixed .btn-search span {
        height: 40px;
        background: url(../img/search-24px.svg) no-repeat center;
        background-size: 30px;
  }
  body .is-fixed .current-slider-hld {
      margin-top: 21px;
  }
  body .is-fixed .current-txt {
      font-size: 16px;
    padding-left: 26px;
  }
  body .is-fixed .current-txt:before {
      width: 26px;
    height: 24px;
    top: -1px;
        background: url(../img/camera.svg) no-repeat left;
        background-size: auto;
  }
  body .is-fixed .current-title {
          font-size: 16px;
          height: 30px;
  }
  body .is-fixed a.logo {
      margin-top: 7px;
  }
  body .is-fixed a.logo img {
      width: 156px;
  }
  main {
       margin-top: 100px;
  }
  .current-txt {
       font-size: 16px;
       padding-left: 26px;
  }
  .current-title {
       font-size: 16px;
  }
  .current-txt:before {
       width: 26px;
       height: 24px;
       top: -1px;
  }
  .mega-menu.opened {
       top:auto;
       position: relative;
       float: left;
       padding-bottom: 20px;
  }
  .dim{
       display:none !important;
  }
  .search-with-btn {
       top: 65px;
       border-bottom: 1px solid #d3d3d3;
  }
  .brexit-section {
      height: auto;
  }
  .brexit-section .text-content {
      padding-bottom: 23px;
  }
  .home-section .left-content .img-wrap2 {
      width: 100%;
      height: auto;
  }
  .img-title {
      font-size: 26px;
  }
  .news-wrap-view .img-wrap1 {
      height: 160px;
  }
  a.fixed, a.left-fixed{
      display:none;
  }
  .navigation.opened .mega-menu.opened .mega-top-links .mega-menu-head, .mega-top-links .mega-menu-head a {
      color: #fff;
  }
  .mega-top-links .txt-wrap {
      color: #fff;
  }
  .big-slider {
      margin-bottom: 20px;
  }

  .text-wrap{
      float:left;
      width:100%;
  }
  .img-wrap{
      width:100%;
      float:left;
  }
}

@media screen and (max-width: 1170px){
    #wrapper{
        width:100%;
        float:left;
    }
    .mobile-logo {
        display: block;
        color: #fff;
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 17px;
        background: #3f8ecc;
    }
    .left-wrap .padd-r{
        width:100%;
        float:left;
    }
    .right-small-part .padd-l, .top-news-wrap .right-small-part{
        float:left;
        width: 100%;
    }
    .big-slider{
        width:100%;
        float:left;
    }
    .left-part{
        width:100%;
        float:left;
    }
    .around-world .left-part {
        padding-left: 0;
    }
    .news-view .big-slider {
        padding-right: 0;
    }
    .news-wrap-view .img-wrap1 {
        height: auto;
    }
    .news-listing .left-wrap {
        width: 100%;
    }
    .right-part{
        width:50%;
        float:left;
        margin-top:30px;
        height: 400px;
    }
    .top-links{
        display:none;
    }
    .top-links.active{
        display:block;
    }

    .top-links-icon{
        display:block;
    }
    .right-part{
        float:left;
        width:100%;
    }
    .right-part .img-wrap1{
        float:left;
        width:50%;
    }
    .right-part .mobile-fix{
        float:left;
        width:50%;
        padding-left:10px;
        box-sizing:border-box;
    }
   .right-part .top-head{
        margin-top:20px;
    }
    .txt-wrap .title-news{
        margin-top:0px;
    }
    .more-news .box-news{
        width:47%;
        float:left;
        min-height: 220px;
    }
    .more-news .txt-wrap{
        margin-top:10px;
    }
    .more-news .box-news .title-news{
        height: auto;
    }
    .left-part .top-head{
        margin-top:10px;
    }
    .small-right-part{
        float:left;
        width:100%
    }

    .sport-slider .swiper-slide a {
        height: 245px;
    }
}


@media screen and (max-width: 992px){
    .banner-sport {
        height: 210px;
        background:url(../img/HEADER-600-01.jpg) no-repeat center;
    }

    .news-listing .news-wrap-view .img-wrap1, .news-wrap-view-connected .img-wrap1{
        height: 180px;
    }
    .left-part .left-small-content.right{
        margin-top:20px !important;
    }
    body{
       /* background:#fafafa; */
    }
    header{
        background:#fff;
    }
    .show-on-mobile {
        display: block;
    }

     .txt-content{
         font-size:20px;
     }
     .view-new {
         width:100%;
         float:left;
     }
     .view-new img{
         float:left;
         width:100%;
     }
     .view-new p{
         float:left;
         width:100%;
         margin-top:30px;
     }
     .more-news{
         float:left;
         width:100%;
         margin-bottom:20px;
     }

     .more-news h2{
         float:left;
         width:100%;
         font-size:18px;
         color:#161616;
     }

    .footer .footer-colum{
        width:50%;
        float:left;
    }
    .gallery {
        display:none;
    }
    .big-slider{
        float:left;
        width:100%;
        margin-bottom: 20px;
    }
    .fixed-wrap {
        height: auto !important;
        width: 100%;
    }
    .left-part{
        float:left;
        width:100%;
    }
    .left-wrap{
        width:100%;
        float:left;
        margin-top:10px;
        padding-right: 0;
    }
    .news-txt{
        font-size:17px;
    }
    .news-stat .news-time, .news-stat .read-time, .news-stat .shared{

        float:left;
    }
    .top-news-wrap .white-bg p{
        height: auto;
        overflow:hidden;
        font-size:13px;
    }
    .current-slider-hld{
        display:none;
    }
    .top-news-hld{
        display:block;
    }
    .news-title{
        margin-top:20px;
        font-size:20px;
    }
    .search-links{
        display:none;
    }
    .search-with-btn{
        top:80px;
    }
    .search-with-btn input{
        margin-bottom:10px;
    }
    .top-news-hld ul {
        margin-bottom: 0;
    }
    main {
        margin-top: 145px;
    }
    .top-img {
        width: 100%;
        padding-right: 0;
    }
    .top-img-small {
        width: 100%;
        padding-left: 0;
    }
    .left-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .right-content {
        width: 100%;
    }
    .left-small-content.w25 {
        width: 100%;
        margin-bottom: 20px;
        margin-top:20px;
    }
    .world .left-content {
        width: 100%;
        margin: 0;
    }
    .add-wrap img {
        width: 100%;
    }
    .padd-l {
        padding-left: 0 !important;
    }
    .brexit-section .text-content .small-part {
        width: 100%;
    }
    .brexit-section .text-content .small-part-links {
        width: 100%;
        padding-left: 0;
        margin-top:20px;
        border-top:1px solid  #b6c3ca;
        padding-top:10px;
        box-sizing:border-box;
    }
    .brexit-section .small-part-links .smart-part-title a {
        padding-left: 18px;
    }
    .brexit-section .text-content .small-part-links .smart-part-title:before {
        left: 0;
    }
    .brexit-section .text-content{
        width:100%;
    }
   .small-left-part{
       width: 100%;
   }
   .blue-wrap .aside-links {
        margin-bottom: 26px;
        text-align: center;
        height: 10px;
        margin-top: -10px;
   }
   .blue-wrap .aside-links li a {
       display: none;
   }
   .blue-wrap .aside-links li {
       float: none;
       display: inline-block;
       overflow: hidden;
       width: 10px !important;
       height: 10px;
       padding: 0 !important;
       background: #fff;
       margin-right: 10px;
   }
   .blue-wrap .aside-links li.swiper-pagination-bullet-active:before {
       display: none;
   }
   .small-left-part-mobile{
       display:block;
   }
    .big-right-part{
        width: 100%;
    }
    .mobile-slider{
        display:block;
    }
    .home-title{
        margin-bottom:20px;
    }
    .bnt-live{
        height: 320px;
    }
    .swiper-slide .slider-txt{
        bottom:10px;
        font-size:18px;
    }
    .news-view .left-part{
        width:100%;
        float:left;
    }
    .news-descr{
        display:block;
    }
    #tabs{
        display:block;
    }
    .sport-slider .swiper-slide a {
        height: 175px;
    }
}

@media screen and (max-width: 768px){
    body .is-fixed .btn-head{
       height: 60px;
       line-height: 60px;
       width:100px;
   }
    .news-listing .news-stat .news-time:before, .news-listing .news-stat .read-time:before, .news-listing .top-news-wrap .news-stat .shared:before{
       top:4px;
   }
    .back-button {
        display: block;
        margin-top: 11px;
    }
   .tabs-slider-view a{
       height: 110px;
       overflow:hidden;
   }
    .news-listing .news-stat .news-time, .news-listing .news-stat .read-time, .news-listing .news-stat .shared{
        font-size:9px;
    }
    .txt-wrap .title-news{
        font-size:14px;
        height: 40px;
        overflow:hidden;
        margin-bottom:0px;
        margin-top:5px;
        line-height: 19px;
    }
   .top-head{
       margin-bottom:5px;
   }
    .categories-wrap li{
        padding-left:0px;
    }
   .txt-content{
      font-size:16px;
  }
  .news-stat .news-time:before, .news-stat .read-time:before, .news-stat .shared:before{
      width:5px;
      height: 5px;
      top:7px;
      background-size:11px;
  }
  .news-stat .news-time, .news-stat .read-time, .news-stat .shared{
      font-size:13px;
  }
  .new-box{
      margin-top:8px;
      margin-bottom:8px;
  }
  .grey-section .title{
      font-size:23px;
  }
  .grey-section{
      padding: 30px;
      box-sizing:border-box;
  }
  .grey-section .date{
      margin-bottom:20px;
  }
  .image-txt-hld{
      width:100%;
      float:left;
  }
  .txt-content{
       height: 40px;
       overflow:hidden;
   }
   .mobile-hide{
       display:none;
   }
   .mobile-big{
       float:left;
       width:100%;
   }
   .path{
       float:left;
   }
   .signal-title{
       font-size:20px;
   }
   .top-news-hld ul li a {
       font-size: 15px;
   }
   .top-news-hld ul li:nth-child(2), .top-news-hld ul li:nth-child(3), .top-news-hld ul li:nth-child(4) {
       margin-top: 5px;
   }
   .news-descr{
       padding:0px;
       box-sizing:border-box;
   }

  .news-stat{
      margin-bottom:5px;
  }
   .news-descr .slider-txt {
       padding: 0 10px;
   }
   .news-tabs {
       padding-left: 10px;
   }
   .news-tabs .tab-btn {
       margin-right: 2%;
       font-size: 14px;
   }
   .left-small-content.w25 {
       padding-right: 0;
   }
   body .video-js .vjs-big-play-button {
       top: 35%;
       left: 36%;
   }
   .mega-top-links ul li {
       margin-bottom: 10px;
   }
   .pag-centering {
       float: left;
       width: 100%;
       margin: 0;
   }
   .pagination-inner {
       float: left;
       width: 100%;
   }
   .pagination {
       display: inline-block;
       height: auto;
   }
   .pagination .page-item {
       float: left;
   }
   .page-item:last-child .page-link {
       padding: 0 !important;
       width: 47px !important;
       height: 30px !important;
       top: auto !important;
       margin-top: 3px;
   }
   .is-fixed .path {
       display: none;
   }
   .bnt-live{
       height: auto;
       padding-bottom: 30px;
   }
   .bnt-live .home-title span{
       font-size:20px;
   }
   .next-section .home-title span{
       font-size:20px;
   }
   .next-section .home-title span.see-more-small{
       font-size:13px;
   }
   .blue-wrap .home-title span{
       font-size:20px;
   }
   .blue-wrap .home-title span.see-more-small{
       font-size:13px;
   }
   .banner{
       width:100%;
       float:left;
   }
   .listing-boxes .box-news{
       width:49%;
       float:left;
   }
   .more-news .box-news{
       width:47%;
       float:left;
   }
   .top-news-hld a:before{
       content:none;
       display:none;
   }
   #jssor_1 .txt-slider{
       font-size:35px;
   }
   .hash-tag-inner-wrap{
       width: calc(100% - 200px);
       height: auto;
   }
   .right-hash-tag{
    background: #fff url(../img/hashtag.svg) no-repeat center;
    background-size: 18px;
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #b6c3ca;
    z-index: 9;
    float: left;
    top:10px;
   }
   .big-right-part .box-news {
       width: 49%;
       min-height: auto;
   }
   .big-right-part .box-news:nth-of-type(3), .big-right-part .box-news:nth-of-type(6) {
       padding-right: 10px;
   }
   .sport-slider .swiper-slide a {
       height: 194px;
   }
   .atf_mobile {
       width: 100%;
   }
   .advert.advert-top-text {
        min-width: 320px;
    }
    .more-news a{
        padding-left:0px;
    }
}

@media screen and (max-width: 500px){
    .banner-sport {
        height: 128px;
        background:url(../img/HEADER-600-01.jpg) no-repeat center;
        background-size: contain;
    }
     a.logo{
       width:100px;
       margin-top:12px;
   }

   a.logo img{
       float:left;
       width:100%;
   }
    body .is-fixed a.logo img {
        width: 100%;
    }
    body .is-fixed a.logo {
        margin-top: 12px;
    }
    .news-listing .news-wrap-view .img-wrap1 .news-stat, .news-wrap-view-connected .img-wrap1 .news-stat{
        display:none;
    }
    .news-listing .news-wrap-view .img-wrap1{
        height: auto;
    }
    .top-news-hld ul li:nth-child(2), .top-news-hld ul li:nth-child(3), .top-news-hld ul li:nth-child(4){
        margin-top: 14px;
        margin-right: 5px;
        margin-left: 7px;
    }
    .back-button {
        margin-top: -9px;
    }
    .related-wrap{
        width:100%;
        float:left;
        margin-right:0px;
    }
     .tabs-slider-view a {
        height: 92px;
        overflow: hidden;
    }
   .news-boxes .img-wrap1 {
       width: 90px;
       margin-top: 10px;
   }
   .news-boxes .mobile-fix {
        width: calc(100% - 100px);
        float: right;
    }
    .news-view .archive {
        margin-top: 0 !important;
    }

    .news-boxes .txt-wrap .title-news {
        font-size: 16px;
        font-weight: 500;
        line-height: 17px;
    }
    .left-small-content .txt-content, .right-small-content .txt-content {
        font-weight: bold;
        font-size: 18px;
    }
    .navigation.opened .mega-menu.opened .mega-top-links ul li a {
        font-size: 14px;
    }
    .news-view .news-descr .slider-txt {
        font-size: 13px;
        height: 42px;
    }
    .brexit-section .text-content .brexit-head {
        top: -26px;
    }
    .right-small-content .link-news:before {
        top: 13px;
    }
    .text-content {
        font-size: 16px;
        line-height: 17px;
        font-weight: 500;
    }
    .right-small-content .link-news {
        font-weight: 500;
    }
    .more-small-news .quadrat-wrap img {
        height: 90px;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }
    .related-wrap {
        margin-right: 50%;
        margin-bottom: 20px;
    }
    .tabs-slider-view .swiper-button-next, .tabs-slider-view .swiper-button-prev {
        display: none !important;
    }
    .swiper-slide.active:before {
        font-size: 11px;
        padding: 3px 10px;
    }
    .news-boxes .box-news {
        margin: 7px 0;
        border-top: 1px solid #d3d3d3;
    }
    .news-boxes .box-news .txt-wrap {
        line-height: 17px;
    }
    .news-boxes .box-news .news-stat {
        margin-top: 5px;
    }
    .news-boxes .box-news .news-stat .news-time, .news-boxes .box-news .news-stat .shared {
        font-size: 11px;
        margin-top: 0;
    }
    .news-boxes .box-news .news-stat .news-time:before, .news-boxes .box-news .news-stat .shared:before {
        top: 4px;
    }
    .world .new-box, .top24 .new-box {
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .world .new-box .img-new-box, .top24 .new-box .img-new-box {
        width: 90px;
        margin-top: 10px;
    }
    .world .new-box .img-new-box img, .top24 .new-box .img-new-box img {
        height: 90px;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }
    .world .new-box .txt-new-box, .top24 .new-box .txt-new-box  {
        width: calc(100% - 100px);
        float: right;
        padding-bottom: 0;
    }

    .top-news-wrap .white-bg p {
            height: auto;
            font-size: 15px;
    }
    .top-news-wrap .white-bg {
        padding-top: 10px;
    }
    .brexit-section .small-part-links .smart-part-title a {
        font-size: 16px;
    }
    .brexit-section .smart-part-title a {
        font-size: 15px;
    }
   .top-news-wrap .img-new-box {
       width: 90px;
       margin-top: 10px;
   }
   .top-news-wrap .top-img-small {
       margin-top: 15px;
   }
   .top-news-wrap .top-img-small .new-box {
       margin: 7px 0;
   }
   .top-news-wrap .txt-new-box {
       width: calc(100% - 100px);
       float: right;
       padding-bottom: 0;
   }
   .top-news-wrap .txt-new-box .txt-content {
       font-size: 16px;
       font-weight: 500;
       line-height: 17px;
   }
   .top-news-wrap .img-new-box img {
       height: 90px;
       object-fit: cover;
       font-family: "object-fit: cover;";
   }
   .news-boxes .img-wrap1 img {
       height: 90px;
       object-fit: cover;
       font-family: "object-fit: cover;";
   }
   .top-news-wrap .txt-new-box .white-bg {
       padding-bottom: 0;
   }
   .top-news-wrap .txt-new-box .news-stat .news-time, .top-news-wrap .txt-new-box .news-stat .shared {
       font-size: 11px;
       margin-top: 0;
   }
   .top-news-wrap .txt-new-box .news-stat .news-time:before, .top-news-wrap .txt-new-box .news-stat .shared:before {
       top: 4px;
   }
   .news-view .news-title {
       margin-top: 0;
   }
   .img-new-box{
       width:100%;
       float:left;
   }
   body .is-fixed a.logo img {
      width: 100%;
   }
   .home-section .right-small-content {
       padding-left: 0;
   }
   .world .more-small-news .small-news {
       padding-left: 10px;
   }
   .box-news {
       width: 100% !important;
   }
   .txt-new-box{
       float:left;
       width:100%;
   }
   .grey-section{
       float:left;
       width:100%;
   }
   .image-section{
       float:left;
       width:100%;
   }
   .live-wrap .title{
       font-size:23px;
   }
   .live-wrap .live-txt{
       font-size:15px;
   }
   .news-title{
       font-size:20px;
       font-weight: bold;
       margin-top:15px;
       margin-bottom:15px;
   }
   .input-wrapper.radio-wrapper label {
       font-size: 15px;
   }
   .number-of-answer {
       font-size: 15px !important;
   }
   .buttons .vote {
       font-size: 15px;
   }
   .buttons .more-investigation {
       font-size: 15px;
   }
   .left-tabs .tab-btn {
       font-size: 15px;
   }
   .footer .footer-colum{
       width:50%;
       float:left;
       height: auto;
       overflow: hidden;
   }
   .bottom-footer .left-links{
       float:left;
       width:100%;
   }
   .bottom-part .right{
       float:left;
       width:100%;
       margin-top:10px;
   }
   .bottom-footer .right-links{
       float:left;
       width:100%;
       margin-top:10px;
   }

   .current-txt, .current-title{
       font-size:14px;
   }
   .home-title span{
       font-size:20px;
   }
   .img-title{
       font-size:18px;
       line-height: 20px;
       font-weight: 500;
   }
   .news-tabs{
       padding-left:10px;
       box-sizing:border-box;
   }
  .news-tabs .tab-btn{
       margin-right:10px;
       font-size:11px;
   }

   .current-txt:before{
       width:23px;
       height: 23px;
   }
   .current-txt{
       padding-left:25px;
       box-sizing:border-box;
   }
   .mega-top-links{
       width:100%;
       float:left;
       margin-top: 0;
   }
   .mega-top-links .mega-menu-head a {
      margin-bottom: 10px;
   }

   .news-wrap-view .img-wrap1{
       float:left;
       width:100%;
   }
   .news-wrap-view .img-wrap1:nth-child(even){
       margin-left:0px;
   }
   .padd-l{
       padding-left:0px;
   }

   .top-news-hld ul li a{
       float:left;
       width:100%;
       font-size:12px;
   }
   .top-news-hld ul li:nth-child(2), .top-news-hld ul li:nth-child(3), .top-news-hld ul li:nth-child(4) {
       margin-top: 11px;
   }
   .three-punkts{
       display:none;
   }
   .top-news-wrap .top-img-small .new-box .txt-new-box .white-bg {
       margin-top: 10px !important;
   }

   .top24 .white-bg .txt-content {

   }
   .disabledGal a, .disabledGal a img {
       width: 100%;
   }
   body .culture-new .new-box .txt-new-box {
       width: 100%;
   }
   .news-wrap-view .img-wrap1 img {
        float: left;
        width: 90px;
        height: 90px;
        object-fit: cover;
        font-family: "object-fit: cover;";
        margin-top: 10px;
   }
   .white-bg{

       padding-top: 0;
       padding-left: 0;
   }
   .box-news .txt-wrap {
       height: auto;

   }
   .txt-new-box .txt-content {
       height: auto;
   }
   .news-boxes {
       margin-top: 0;
   }
   .txt-content {
       height: auto;
   }
   .fixed-wrap {
       top: auto;
   }
   .img-new-box a {
       height: auto;
   }
   .brexit-section .img-wrap1 {
       width: 100%;
       height: auto;
       margin-bottom: 10px;
   }
   .brexit-section .text-content {
       width: 100%;
   }
   .news-wrap-view .img-wrap1 {
       height: auto;
       margin-top: 7px;
       margin-bottom: 7px;
       border-top: 1px solid #d3d3d3;
   }
   .news-wrap-view .img-wrap1 .img-title {
       height: auto;
       width: calc(100% - 110px);
       float: right;
       position: relative;
       bottom: auto;
       left: auto;
       font-size: 16px;
       margin-top: 10px;
       font-weight: 500;
       line-height: 17px;
       color: #38454d;
   }
   .news-wrap-view a.img-wrap1:after {
       display: none;
   }
   .left-small-content {
       width: 100%;
       padding-right: 7px;
       margin-bottom: 20px;
   }
   .right-small-content {
       width: 100%;
       padding-left: 7px;
   }
   .blue-wrap .home-title {
       margin-top: 0;
   }
   .home-title {
       margin-bottom: 20px;
       margin-top: 0;
   }
   .big-slider img {
       margin-top: 10px;
   }
   .news-stat .news-time, .news-stat .read-time, .news-stat .shared{
       padding-left:12px;
       box-sizing:border-box;

   }
   .box-news{
       margin-top:10px !Important;
   }
   .swiper-button-prev, .swiper-button-next {
       top: 30% !important;
   }
   .tabs-slider-view .swiper-button-prev {
        top: 32% !important;
   }
   .tabs-slider-view .swiper-button-next {
        top: 32% !important;
   }
   body .video-js .vjs-big-play-button {
        font-size: 9em;
        line-height: 83px;
        width: 88px;
        height: 82px;
        top: 31%;
        left: 35%;
   }
   .more-small-news .vertical-centering {
       width: 100%;
   }

   .top-news-hld ul li:nth-child(2), .top-news-hld ul li:nth-child(3), .top-news-hld ul li:nth-child(4) {
           margin-top: 14px;
        margin-right: 5px;
        margin-left: 7px;
   }
   .top-news-hld ul li {
        padding: 5px 0;
   }
   .top-news-hld ul li a {
        font-size: 13px;
   }
   .top-news-hld ul li:nth-child(1) {
        margin-left: 2%;
        margin-right: 4%;
        margin-top: 14px;
   }
   .top-head{
       padding: 1px 0px 1px 0px !important;
   }
   .top-news-hld ul li:nth-child(1) a {
       margin-left: -2px;
   }
   .right-part{
       margin-top:0px;
   }

   .blue-wrap .home-title span{
       font-size:20px;
   }
   .blue-wrap .home-title span.see-more-small{
       font-size:13px;
   }
   .top-head{
       font-size:17px;
   }
   .more-news .box-news .title-news{
       line-height: 17px;
       height: auto;
       overflow:hidden;
       margin-bottom: 5px;
   }
   .big-right-part .box-news .title-news{
       height: auto;
       margin-bottom:10px;
   }
   .txt-wrap .title-news{
       height: auto;
   }
   .right-content .box-news{
       min-height: auto;
   }
   .top-news-hld a{
       font-size:13px !important;
       font-weight: 500 !important;
   }
   .swiper-slide .slider-txt{
       font-size:13px !important;
       bottom:0px !important;
   }
   .bnt-live{
       height: auto;
   }
   .add-wrap{
       float:left;
       width:100%;
   }
   .right-part .box-news{
       margin-top:20px
   }
   section{
       margin-top:15px;
   }
   .bnt-live .home-title span.see-more-small{
       font-size:13px;
   }
   .bottom-part ul{
       margin-block-start: 0em;
       padding-inline-start: 0px;
       margin-top:10px;

   }
   .bottom-footer .right-links .soc-icon{
       float:left !important;
       margin-left: 0;
       margin-right: 10px;
   }
   .bottom-part .tel{
       width:100%;
       text-align:left;
   }
   .bottom-part .right-txt{
       text-align:left;
       margin-top:10px;
   }
   .fb{
       margin-left:0px;
   }
   .bottom-part ul li a:first-child{
       padding-left:0px !important;
   }
   .more-news{
       margin-top:15px;
       margin-bottom: 0;
   }
   .right-part-title {
       margin-bottom: 0;
       padding-left: 0;
   }
   main{
       margin-top:155px;
   }
   small-txt-content{
       margin-bottom:10px;
   }
   .more-small-news{
       margin-top:5px;
   }
   .left-tabs .tab-btn{
       margin-bottom:-10px;
   }
   .categories-wrap{
       margin-bottom:15px;
   }
   .row{
       margin-left:0px;
       margin-right:0px;
   }
   .more-news .txt-wrap{
       margin-top:0px;
   }
   strong{
       font-weight: normal !important;;
   }
   .page-link{
       margin-left:0px !important;
   }
   .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;
   }
   .head-top{
       height: 60px;
       line-height: 60px;
   }
   .sport-slider .txt-slider{
       line-height: 19px;
   }
   .search-with-btn{
       top:60px;
   }
   body .is-fixed .navigation{
       height: calc(100vh - 40px);
   }
   body .is-fixed .search-with-btn{
       top:60px;
   }
   .is-fixed{
       box-shadow: 0 4px 2px -2px rgba(0,0,0,0.3) !important;
       border-bottom: 0;
   }
   body .btn-head{
       height: 60px;
   }
   .head-top .right{

   }
   .menu-btn{
       height: 60px;
       line-height: 60px;
   }
   .menu-btn .top{
       top:13px;
   }
   .menu-btn .middle{
       top:26px;
   }
   .menu-btn .bottom{
       top:39px;
   }
   body .is-fixed .btn-head{
       height: 60px;
       line-height: 60px;
   }
   body .is-fixed .btn-search span, body .btn-search span{
       margin-top:-4px;
       margin-left:-10px;
   }

    .news-listing .left-small-part .img-wrap a {
        max-height: 256px;
    }


}

@media screen and (max-width: 400px) {
    .container, .path {
        min-width: 320px;
    }
    .home {
        background: url(../img/home.svg) no-repeat center;
        background-size: 28px;
        width: 20px !important;
    }
    .top-news-hld ul li a {
        font-size: 12px;
    }
    .tabs-slider-view a {
        height: 80px;
    }


}
