
.btn-head, .btn-head span {
   transition: none !important;
}

body .is-fixed .navigation {
    height: 35px;
}
body .is-fixed .nav-item {
    font-size: 13px;
}
body .is-fixed .nav-link {
    line-height: 35px;
}
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 {
    width: 100px;
    margin-top: 0;
}
body .is-fixed a.logo img {

    margin-top: 0px !important;
}
body .is-fixed .logo-text {
    margin-top: 9px;
    font-size: 14px;
}
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;
}
body .is-fixed .langeauge-wrap{
      height: 40px;
      line-height: 40px;
}
body .is-fixed .langeauge-wrap img{
    margin-top:12px !important;
}
body .is-fixed .langeauge-wrap:after{
    top:10px;
}


.videojs-wrap {
    background: url("../img/BNT_black.svg") no-repeat center 267px #e7e7e7;
    background-size: 305px;

}
.close-vid {
    display: none;
}
.sticky-vid {
    position: fixed;
    top: 116px;
    right: 70px;
    width: 300px;
    overflow: hidden;
    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;
}
.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;
}

.banner-top-new {
    min-height: 250px;
}
.show-desktop {
    display: block;
}
.hide-desktop {
    display: none;
}

@media screen and (min-width: 1200px){
    .more-small-news .text-content {
        max-height: 72px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) and (min-width: 980px) {
    body .is-fixed a.logo {
        margin-top: 5px !important;
    }

    body .is-fixed a.logo img {
        width: 135px !important;
    }
    body .is-fixed a.logo {
        width: auto !important;
    }
    body .is-fixed .logo-text {
        margin-top: 15px !important;
        font-size: 19px !important;
    }
}

@media screen and (max-width: 1200px){
    .mobile-hide{
        display:none;
    }
    body .is-fixed a.logo {
        margin-top: 5px;
    }

    body .is-fixed a.logo img {
        width: 175px;
    }
    body .is-fixed a.logo {
        width: auto;
    }
    body .is-fixed .logo-text {
        margin-top: 20px;
        font-size: 19px;
    }
    .logo img {
        width: auto;
        max-width: 130px;
    }

    .logo-text {
        font-size: 19px;
        margin-top: 16px;
    }

    .navigation.opened .see-mobile{
        display:block;
        float:left;
        width:100%;
        margin-top:30px;
        padding:0 20px;
        box-sizing:border-box;
    }

    .bnth-top-link.active:before {
        bottom:3px !important;
    }

    .navigation .nav.see-mobile .top-link {
    padding-left: 0;
    padding-right: 30px !important;
    margin-bottom: 10px;
    color:#fff;
    float:left;
    font-size:15px;
}
 .navigation .nav.see-mobile .top-link span{
     text-transform:uppercase;
     font-weight: bold;
 }
.nav .top-link.img-link{
    width:90px;
}
.nav .top-link.img-link img{
    width:100%;
}

    .covid-top {
       display: block;
       float: left;
       position: relative;
       z-index: 999999999;
       width: 100%;
       height: 45px;
       background: #c61d24;
       margin-top: 2px;
       margin-bottom: 15px;
       margin-top: -30px;
   }
   .covid-top .covid-title {
       float: left;
       font-size: 25px;
       font-weight: bold;
       text-transform: uppercase;
       color: #fff;
       line-height: 45px;
       margin-left: 15px;
   }
   .covid-top img {
       float: left;
        margin-left: 8px;
        width: 25px;
        margin-top: 15px;
   }
   .covid-top .covid-text {
       font-size: 16px;
       float: left;
       color: #fff;
       line-height: 45px;
       margin-left: 5px;
   }

   .menu-btn{
       display:block;
   }
   .nav-icon {
    display: block;
    top: 15px;
    right: 10px;
    width: 40px;
    position: absolute;
}
   .nav-icon:after, .nav-icon:before, .nav-icon div {
    background-color: #38454d;
    border-radius: 3px;
    content: "";
    display: block;
    height: 3px;
    margin: 7px 0;
    transition: all 0.2s ease-in-out;
}
.nav-icon.closed:before {
    transform: translateY(3px) translateX(-2px) rotate(135deg);
    width: 20px;
}
.nav-icon.closed:after {
    transform: translateY(-3px) translateX(-2px) rotate(-135deg);
    width: 20px;
}
   .current-slider-hld {
        width: calc(100% - 355px);
   }
  .navigation{
     display:none;
  }
  .navigation.opened{
       display:block;
       background:#1b1c20;
       /*height: 100%;*/
       height: calc(100vh - 70px);
       overflow: auto;
       position: relative;
       z-index: 99999999;
       padding-bottom:100px;
       box-sizing:border-box;
  }
  .navigation.opened .bnth-img-link.d-hide,.navigation.opened .bnth-top-link.d-hide{
      display:block;
  }
  .navigation.opened .nav-item{
       list-style-type: none;
       float:left;
       width:100%;
  }
  .navigation.opened .nav-item{
       float:left;
       width:100%;
       text-align:left;

  }
  .sixty-years {
      margin-bottom: 13px;
  }
  .cloud {
      margin-bottom: 13px;
      margin-left: 12px;
  }
  .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;
      box-sizing:border-box;
      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: 3px;
  }

  body .is-fixed a.logo img {
      width: 175px;
  }
  body .is-fixed a.logo {
      width: auto;
  }
  body .is-fixed .logo-text {
      margin-top: 21px;
      font-size: 19px;
  }
  a.logo {
      a.logo
  }
  .logo img {
      width: auto;
      max-width: 130px;
  }

  .logo-text {
      font-size: 19px;
      margin-top: 16px;
  }
  body .is-fixed .logo-text {
      font-size: 15px;
      margin-top: 16px;
  }
  body .is-fixed a.logo {
      width: auto;
  }
  .header-search .btn-head,.header-search .is-fixed .btn-head {
      height: auto !important;
      padding: 10px 10px;
  }
  body .iOs-slider-fix {
      width: calc(100% - 390px);
  }
  main {
       margin-top: 120px;
  }
  .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;*/
  }
  .news-boxes .fixed-wrap a {
      height: 167px;
  }
  .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;
  }
  .latest-news {
      margin-right: 10px;
  }
  .mega-top-links .box-news .img-wrap1 {
      height: 125px;
  }
  .around-world .news-descr .swiper-slide img {
      max-height: 145px;
  }
  .store-buttons {
        margin-top: 48px;
        margin-bottom: 22px;
    }


}

@media screen and (max-width: 1170px){
    .other-h{
        min-height: 15px;
    }
    #wrapper{
        width:100%;
        float:left;
    }
    .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;
    }
    .signal-form .left-wrap {
        width: 100%;
        margin-bottom: 40px;
    }
    .signal-form .left-part {
        padding-left: 0;
    }
    .signal-form .add-wrap img {
        max-width: 100%;
        width: auto;
    }
    .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%;
    }
    .store-buttons {
        margin-top: 99px;
        margin-bottom: 33px;
    }
    .el-heading-top {
        margin-top: 12px;
    }
}
@media screen and (max-width: 1000px){
    .top-news-hld ul li a{
        font-size:14px;
    }
    .top-news-hld ul li{
        margin-right:1%;
    }
.add-box{
    width:100%;
    float:left;
}
.add-box:nth-child(2) {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    width:45%;
}
.add-box:nth-child(3) {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    width:45%;
}
}
@media screen and (max-width: 990px){
    .news-listing .home-title{
        margin-top:30px;
    }
}
@media screen and (max-width: 770px){
    .add-box:nth-child(2) {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    width:100%;
}
.add-box:nth-child(3) {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:0px;
    width:100%;
}
}

@media screen and (max-width: 992px){
    .img-title{
        font-size:22px;
    }
    .show-desktop {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .new-player-box{
        float:left;
        position:static;
    }
    .new-player-wrap .left-payer-content{
        width:100%;
    }
    .new-player-wrap .right-player-content{
        float:left;
        position: static;
        width:100%;
        margin-top:20px;
    }
    .other-h{
        min-height: 20px;
    }
    .left-part .left-small-content.right{
        margin-top:20px !important;
    }
    .covid-top {
       margin-top: 0px;
   }
    body{
       /* background:#fafafa; */
    }
    header{
        background:#fff;
    }
    body .back-button-is-fixed {
        position: fixed;
        left: 0;
        top: 85px;
    }
    .top-news-wrap .top-img {
        margin-top: 40px;
    }
     .txt-content{
         font-size:20px;
     }
     .top-news-wrap .top-img-small .new-box .txt-new-box .white-bg .txt-content {
         min-height: auto;
         max-height: none;
     }
     .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-top:20px;
         margin-bottom:20px;
     }
     .more-news a{
         float:left;
         width:100%;
         color:#e64001;
         margin:5px 0px;
         position:relative;
         padding-left:20px;
         box-sizing:border-box;
     }
     .more-news a:before{
         position:absolute;
         content:"";
         background:url(../img/search-24px.svg) no-repeat left;
         left:0;
         top:4px;
         width:20px;
         height: 20px;
     }
     .more-news h2{
         float:left;
         width:100%;
         font-size:18px;
         color:#161616;
     }
     .mega-top-links .box-news .img-wrap1 {
          height: 91px;
      }
     .news-listing .top-news-wrap .img-wrap a {
          height: 386px;
     }
    .footer .footer-colum{
        width:50%;
        float:left;
        height: 300px;
    }

    .big-slider{
        float:left;
        width:100%;
        margin-bottom: 20px;
    }
    .fixed-wrap {
        height: auto;
        width: 100%;
    }
    .left-part{
        float:left;
        width:100%;
    }
    .left-wrap{
        width:100%;
        float:left;
        margin-top:10px;
        padding-right: 0;
    }
    .news-boxes .fixed-wrap a {
        height: 124px;
    }
    .news-txt{
        font-size:17px;
    }
    .news-stat .news-time, .news-stat .read-time, .news-stat .shared{
        font-size:18px;
        float:left;
        margin-top:10px;
    }
    .news-listing .news-stat .news-time, .news-listing .news-stat .shared {

    }
    .views {
        font-size:18px;
        float:left;
        margin-top:10px;
        background: url(../img/views.svg) no-repeat left 1px;
        background-size: 24px;
    }
    .top-news-wrap .white-bg p{
        height: auto;
        overflow:hidden;
        font-size:13px;
    }
    .top-news-wrap .news-stat .news-time:before, .top-news-wrap .news-stat .shared:before {
        top: 11px;
    }
    .news-stat .read-time:before {
        top: 5px;
    }
    .news-listing .news-wrap-view .img-wrap1, .news-wrap-view-connected .img-wrap1 {
        height: 180px;
    }
    .news-listing .news-wrap-view .img-wrap1 .img-title {
        bottom: 46px;
    }
    .news-wrap-view .news-stat .news-time, .news-wrap-view .news-stat .read-time, .news-wrap-view .news-stat .shared {
        margin-top: 0;
    }
    .news-wrap-view-connected .img-wrap1 .img-title {
        bottom: 43px;
    }

    .small-photos-wrap .img-wrap1 {
        width: 49%;
        margin-right: 0 !important;
        margin-left: 2% !important;
        margin-bottom: 2% !important;
    }
    body .small-photos-wrap .img-wrap1:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .gallery .small-part {
        height: auto;
    }
    .gallery .small-photos-wrap .img-wrap1 .img-title {
        bottom: 9px;
    }

    .current-slider-hld{
        display:none;
    }

    .news-title{
        margin-top:45px !important;
        font-size:20px;
    }
    .search-links{
        display:none;
    }
    .search-with-btn{
        top:72px;
    }
    .search-with-btn input{
        margin-bottom:10px;
    }
    .top-news-hld ul {
        margin-bottom: 0;
    }
    main {
        margin-top: 111px; /* 130px */
    }
    .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%;
    }
    .signal-form small {
        width: 100%;
        text-align: left;
        margin-left: 0 !important;
    }
    .big-slider-watch {
        width: 100% !important;
    }
    .play-video-title {
        line-height: 30px;
        padding-left: 37px;
    }
    .right-btn {
        display: none;
    }
    .store-buttons {
       margin-top: 60px;
       margin-bottom: 23px;
    }
}

@media screen and (max-width: 768px){
    .news-listing .home-title {
        margin-top: 40px;
    }
    .add-box{
        width:100%;
        float:left;
        margin-bottom:5px;
    }
    .add-box:nth-child(2){
        margin:5px 0;
    }
     .add-box img{
        width:100% !important;
        float:left;
    }
    .all-news-box.dnone{
        display:block !important;
        margin-top:55px;
        margin-bottom:0px;
        width:100%;
       /* padding:0 10px;
        box-sizing:border-box;*/
    }
    .all-news-box.dnone .all-news-play{
        width:100%;
    }
    .new-player-wrap .right-player-content .more-small-news{
        height: auto;
    }
    .new-player-wrap .right-player-content .small-news{
        padding-top:30px;
        padding-bottom:30px;
    }
    .new-player-wrap .btns{
        float:left;
        width:100%;
    }

    .new-player-wrap .prev-btn{
        margin-bottom:20px;

    }
    /* .new-player-wrap .next-btn{
        font-size:14px;
    }*/
    .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:8px;
      background-size:11px;
  }
  .top-news-wrap .news-stat .news-time:before, .top-news-wrap .news-stat .shared:before {
      top:8px;
  }
  .news-stat .read-time:before {
      width: 16px;
      height: 16px;
      background-size: 16px;
      top: 0;
  }
  .news-stat .news-time, .news-stat .read-time, .news-stat .shared{
      font-size:13px;
  }
  main {
        margin-top: 110px;
    }
   .back-button {
        display: block;
    }
  .views {
        font-size:13px;
        background: url(../img/views.svg) no-repeat left -3px;
        background-size: 24px;
  }
  .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;
  }
  .news-boxes .fixed-wrap a {
        height: 91px;
    }
  .img-wrap img, .img-wrap a {
        width: 100%;
        height: auto;
        min-width: auto;
        min-height: auto;
  }
  .top-news-wrap .img-wrap a{
      min-height: auto;
      max-height: 350px;
  }
  .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 {
       margin-top: 5px;
   }
   .news-descr{
       padding:0px;
       box-sizing:border-box;
   }
   .box-news .news-stat{
       margin-top:10px;
   }

   .news-listing .news-stat .news-time, .news-listing .news-stat .read-time, .news-listing .news-stat .shared {
        font-size: 9px;
   }
   .top-news-wrap .news-stat .news-time, .top-news-wrap .news-stat .read-time, .top-news-wrap .news-stat .shared {
        font-size: 9px !important;
   }
   .news-listing .news-wrap-view .img-wrap1 .news-stat .shared:before {
        top: 4px;
    }
    .news-listing .news-wrap-view .img-wrap1 .news-stat .news-time:before {
        top: 4px;
    }
    .news-listing .top-news-wrap .news-stat .news-time:before {
        top: 4px;
    }

    .news-wrap-view-connected .news-stat .news-time, .news-wrap-view-connected .news-stat .read-time, .news-wrap-view-connected .news-stat .shared {
        font-size: 9px;
   }
   .news-wrap-view-connected .img-wrap1 .news-stat .shared:before {
        top: 4px;
    }
    .news-wrap-view-connected .img-wrap1 .news-stat .news-time:before {
        top: 4px;
    }

    .around-world .news-descr .swiper-slide img {
        max-height: 133px;
    }

    .big-part .img-wrap1 {
        width: 100%;
        margin-bottom: 10px;
    }
    .small-photos-wrap .img-wrap1 {
        width: 100%;
        margin-left: 0 !important;
    }

   .news-stat{
       margin-bottom:10px;
   }
   .news-descr .slider-txt {
       padding: 0 10px;
   }
   .news-tabs {
       padding-left: 10px;
   }
   .news-tabs .tab-btn {
       margin-right: 2%;
       font-size: 14px;
   }
   .news-listing .top-news-wrap .img-wrap a {
       height: 285px;
   }
   .left-small-content.w25 {
       padding-right: 0;
   }
   body .responsive-videojs .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;
   }
   .bottom-part .viewer-tel {
       width: 100%;
       margin-top: 25px;
       float: left;
   }
   .bottom-part .right-txt{
       float:left;
       width:100%;
   }
   .bottom-part .tel{
       float:left;
       width:100%;
   }
   .bottom-footer .right-links .soc-icon{
       float:left;
   }
   .tw{
      background: url(../img/tw.svg) no-repeat left;
    width: 35px;
    height: 35px;
    background-size: 35px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
   }
   .fb {
        background: url(../img/fb.svg) no-repeat left;
        width: 35px;
        height: 35px;
        background-size: 35px;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }
    .wf {
        background: url(../img/wf.svg) no-repeat left;
        width: 35px;
        height: 35px;
        background-size: 35px;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }
    .covid-back {
        background: #e9ebee url(../img/news.bnt.bg_banner-top_mobile.jpg) no-repeat;
        background-size: 100%;
    }
    .usa-back {
        /*background: #e9ebee url(../img/USA_bannerMobile1.jpg) no-repeat;*/
        background: #e9ebee url(../img/banner-usa-mobile.png) no-repeat;
        background-size: 100%;
    }
    .usa-back .horizontal_centering_css3 {
        left:50%;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .store-buttons {
        margin-top: 278px;
        margin-bottom: 5px;
    }
    .advert.advert-top-text {
        min-width: 320px;
    }
    .el-heading-top {
        margin-top: 66px;
    }
    .top24-new .img-wrap2 {
        height: 230px;
    }
}

@media screen and (max-width: 650px){
    .banner-top-new {
        min-height: 250px;
        margin-top: 10px;
    }
    .banner-second-bottom .advert-top {
        min-height: 100px !important;
        margin-bottom: 20px;
        min-width: unset !important;
    }
    .banner-second-bottom #div-gpt-ad-1580289379931-0 {
        min-height: 100px !important;
    }
    .ellection-map {
        width: 100%;
        padding: 0 10px;
        margin-top: 45px;
    }
    #bg-map {
        height: 260px;
    }
    .map-holder {
        height: auto;
        padding-bottom: 0;
    }
    .el-heading-top {
        margin-top: 30px;
    }
    .el-heading-top .container {
        font-size: 1.25rem !important;
    }
    .middle-section .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .map-holder .el-heading {
        margin-top: 14px;
        font-size: 1.5rem;
        padding: 29px 0;
    }
    .ellection-back .img-new-box {
        margin-left: 0;
        padding: 0 10px;
    }
    .ellection-back .txt-new-box {
        width: 100%;
        padding: 10px;
    }
    .middle-section .new-box .txt-new-box .white-bg .txt-content {
        height: auto;
    }
    .middle-section .new-box .news-stat {
        margin-top: 0;
    }
    .categories-wrap-outer {
        overflow-x: auto;
    }
    .categories-wrap-outer .categories-wrap {
        width: max-content;
    }
    .categories-wrap-outer .categories-wrap li {
        margin-top: 0 !important;
    }

}

@media screen and (max-width: 770px){
       .middle-section .news-wrap-view .img-wrap1 {
           height: 217px;
           width: 100%;
       }
       .middle-section .news-wrap-view .img-wrap1:nth-child(even) {
           margin-left: 0;
       }
       .middle-section .news-wrap-view .img-wrap1 img {
            width: 100%;
            height: auto;
            margin-top: 0;
            object-fit: unset;
       }
       .middle-section .news-wrap-view a.img-wrap1:after {
           display: block;
       }
       .middle-section .news-listing .news-wrap-view .img-wrap1 .img-title {
           position: absolute;
           bottom: 35px;
           height: auto;
           color: #fff;
           width: auto;
           left: 10px;
           margin-top: 0;
           font-weight: normal;
           font-size: 17px;
           line-height: 19px;
       }
       .middle-section .news-listing .news-wrap-view .img-wrap1 .news-stat {
           display: block;
       }
}

@media screen and (max-width: 330px){
    .map-holder .el-heading {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 600px){
    .btn-head{
        width:120px;
    }
    .nav-icon{
        top:9px;
    }
    .new-player-wrap .ply-title{
        max-height: 100%;
        font-size:15px;
    }
    .share-wrap{
        float:left;
        width:100%;
        margin-top:20px;
    }
    .new-player-wrap .right-player-content .small-news{
        padding-top:30px;
        padding-bottom:30px;
    }

    .new-player-wrap .player-text{
        float:left;
        width:100%;
        font-size:19px;
        margin-bottom:10px;
    }
    .new-player-wrap .news-title{
        margin-top:10px !important;
        margin-bottom:10px;
        font-size:17px;
        font-weight: bold;
        padding-left:0px;
        width:100%;
        box-sizing:border-box;
    }
    .new-player-wrap .news-title:before{
        content:none !important;
    }
    .new-player-wrap .player-small-txt{
        margin-top:20px;
        margin-bottom:20px;
        max-height: 100px;
        overflow: hidden;
        font-size:15px;
    }
}
@media screen and (max-width: 570px){
    .langeauge-wrap.see-mobile{
        left:-5px;
    }
}
@media screen and (max-width: 375px){
    .langeauge-wrap.see-mobile{
        line-height: 67px;
    }
}
@media screen and (max-width: 500px){
.langeauge-wrap.active:after {
    position: absolute;
    content: "";
    background: url(/box/img/down-arrow.png) no-repeat right;
    width: 20px;
    height: 20px;
    background-size: 13px;
    right: 2px;
    top: 16px;
    background-size: 20px;
    offset-rotate: 360;
    transform: rotate(180deg);
}
}

@media screen and (min-width: 500px){

    .other-h{
        min-height: 10px;
    }
    .nav .top-link {
    font-size: 13px;
}

    .get-on-app-store {
          margin-top: 18px !important;
      }
      .get-on-playstore {
           margin-top: 18px !important;
      }
      body .is-fixed .get-on-app-store {

          margin-left: 97px !important;
      }
       body .is-fixed .get-on-playstore {
          margin-left: 97px !important;
       }

}
@media screen and (max-width: 600px){
    .langeauge-wrap{
        right:40px;
    }
    .langeauge-wrap img{
        margin-top:18px !important;
    }
    .langeauge-wrap:after {
    position: absolute;
    content: "";
    background: url(/box/img/down-arrow.png) no-repeat right;
    width: 20px;
    height: 20px;
    background-size: 13px;
    right: 2px;
    top: 16px;
    background-size: 20px;
}
}

@media screen and (max-width: 500px){
    .top-news-hld{
        display:block;
    }
    .news-listing .home-title {
        margin-top: 0px;
    }
    .glightbox-clean .gnext{
        position: absolute !important;
        top: 45% !important;
        right: 30px !important;
        }
        .glightbox-clean .gprev{
           position: absolute !important;
            top: 45% !important;
            left: 30px !important;
        }
     .all-news-box.dnone{
        margin-bottom:-30px;
    }

    .new-player-box{
        padding:15px;
        box-sizing:border-box;
    }
    .new-player-wrap .ply-title{
        /*max-height: 35px;*/
        overflow:hidden;
    }
    .new-player-wrap .player-text:before{
        background-size:28px;
    }

    .new-player-wrap .news-title:before{
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: url(../img/play-button.svg) no-repeat left;
        width: 50px;
        height: 50px;
        background-size: 45px;
        cursor: pointer;
    }

   .is-fixed {
       box-shadow: 0 4px 2px -2px rgba(0,0,0,0.3) !important;
       border-bottom: 0;
       /*overflow: hidden !important;*/
       transform: translate3d(0,0,0);
        transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
   }
   body .back-button-is-fixed {
       top: 68px;
   }
   .main-news-title {
       bottom: 45px;
   }
   main {
        margin-top: 156px;
    }
   .covid-top {
       /*
       margin-top: 15px;
       */
       margin-top: -11px;
   }
   .top-news-wrap .top-img {
        margin-top: 30px;
    }
    .top-news-wrap .top-img-no-pad {
         margin-top: 0px !important;
     }
   .news-boxes .img-wrap1 {
       width: 90px;
       margin-top: 10px;
   }
   .news-boxes .mobile-fix {
        width: calc(100% - 100px);
        float: right;
    }
    .news-boxes .txt-wrap .title-news {
        font-size: 16px;
        font-weight: 500;
        line-height: 17px;
    }
    .home-section .left-content .img-wrap2 {
        height: auto;
    }
    .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;
    }
    .push-noty {
        display: block;
    }
    .scrolable-cats {
        width: 100%;
        height: 48px;
    }
    .news-view .news-descr .slider-txt {
        font-size: 13px;
        height: 39px;
        overflow: hidden;
    }
    .tabs-slider-view a {
        height: 92px;
        overflow: hidden;
    }
    .news-boxes .fixed-wrap a {
        height: auto;
    }
    .news-listing .news-wrap-view .img-wrap1 {
        height: auto;
    }
    .brexit-section .text-content .brexit-head {
        margin-top: -40px;
        top: auto;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }
    .news-listing .top-news-wrap .img-wrap a {
        height: auto;
    }
    .more-subject-news {
        margin-top: 0;
    }
    .new-box-min {
       height: auto;
    }


    .img-new-box:after {
        background: #e94612 url(../img/play-white.svg) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: 17px;
    }
    .img-new-box:before {
        background: #e94612 url(../img/coll-white.svg) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: 15px;
    }
    .is-video {
       background: #e94612 url(../img/play-white.svg) no-repeat center;
        width: 20px;
        height: 20px;
        background-size: 17px;
    }
    .img-wrap1:before {
        right: auto;
        left: 0;
    }
    .right-small-content .link-news:before {
        top: 17px;
    }
    .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 {
        width: 150px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .related-wrap span {
        font-size: 16px;
        line-height: 17px;
        max-height: 120px;
    }
    .tabs-slider-view .swiper-button-next, .tabs-slider-view .swiper-button-prev {
        display: none !important;
    }
    .around-world .news-descr .swiper-slide img {
        max-height: none;
    }
    .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: 5px;
    }
    .new-box .news-stat {
        margin-top: 5px;
    }
    .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;
    }
    .top-img-small .news-stat .news-time {
        clear: both;
    }
    .top-img-small .news-stat .read-time {
        clear: both;
        font-size: 11px !important;
    }
    .news-boxes .news-time {
        clear: both;
    }
    .news-boxes .read-time {
        font-size: 11px;
        clear: both;
    }
    .news-boxes .shared {
        clear: both;
        margin-top: 5px !important;
    }
    .top-img-small .news-stat .read-time:before {
        top: 0;
    }
    .top-img-small .news-stat .shared {
        clear: both;
        margin-top: 5px !important;
    }
    .news-stat .read-time {
        padding-left: 19px !important;
    }
    .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 !important;
       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: 6px;
   }
   .news-view .news-title {
       margin-top: 0 !important;
   }
   .img-new-box{
       width:100%;
       float:left;
   }
   body .is-fixed a.logo img {
      width: 100%;
      height: auto;
   }
   .home-section .right-small-content {
       padding-left: 0;
   }
   .world .more-small-news .small-news {
       padding-left: 10px;
   }
   .box-news {
       width: 100%;
   }
   .txt-new-box{
       float:left;
       width:100%;
   }
   .grey-section{
       float:left;
       width:100%;
   }
   .image-section{
       float:left;
       width:100%;
   }
   .hash-tag-inner-wrap {
       width: calc(100% - 110px);
       height: auto;
   }
   .hash-tag-inner-wrap a {
       margin-bottom: 10px;
   }
   .hash-tag-wrap {
       min-height: 70px;
   }
   .right-hash-tag {
        top: 9px;
        width: 50px;
        height: 50px;
   }
   .hash-tag-inner-wrap a:last-of-type {
       margin-bottom: 0;
   }
   .live-wrap .title{
       font-size:23px;
   }
   .live-wrap .live-txt{
       font-size:15px;
   }
   .categories-wrap {
       margin-bottom: 0;
   }
   .categories-wrap li {
       margin-bottom: 14px;
   }
   .news-title{
       font-size:20px;
       margin-top:25px !important;
       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-part ul {
       padding-inline-start: 0;
   }
   .pl0-m {
       padding-left: 0 !important;
   }
   .bottom-footer .left-links{
       float:left;
       width:100%;
   }
   .bottom-part .right{
       float:left;
       width:100%;
   }
   .bottom-part .viewer-tel {
       width: 100%;
       margin-top: 25px;
       float: left;
   }
   .bottom-footer .right-links{
       float:left;
       width:100%;
   }
   a.logo{
       width:100px;
       margin-top:9px;
   }
   header a.center-logo {
       position: relative;
        left: 45%;
        -webkit-transform: translateX(-45%);
        transform: translateX(-45%);
   }

   body .is-fixed a.logo {
       margin-top:9px;
   }
   body .is-fixed a.logo {
        width: 100px;
   }
   .logo-text {
       font-size: 15px;
       margin-top: 16px;
   }
   body .is-fixed .logo-text {
        margin-top: 16px;
        font-size: 15px;
   }
   body .is-fixed .btn-head {
       height: 54px;
   }
   body .btn-head {
        height: 54px;
   }
   body .is-fixed .btn-search span, body .btn-search span {
       margin-top: -4px;
   }
   .menu-btn {
       height: 54px;
   }
   .menu-btn .top {
        top: 11px;
   }
   .menu-btn .middle {
       top: 24px;
   }
   .menu-btn .bottom {
       top: 37px;
   }

   a.logo img{
       float:left;
       width:100%;
   }
   .current-txt, .current-title{
       font-size:14px;
   }
   .home-title span{
       font-size:24px;
   }
   .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;
   }
   .search-with-btn{
       top:52px;
   }
   body .is-fixed .search-with-btn {
       top: 52px;
   }
   .navigation.opened, body .is-fixed .navigation {
       height: calc(100vh - 54px);
   }

   .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) {

   }
   .three-punkts{
       display:none;
   }
   .top-news-wrap .top-img-small .new-box .txt-new-box .white-bg {
       margin-top: 10px !important;
       padding-top: 0;
   }

   .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;
       margin-top: 10px;
   }
   .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 {
       padding-top: 95px;
   }
   .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-listing .news-wrap-view .img-wrap1 .img-title {
       bottom: auto;
   }
   .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 .news-stat.clear-stats-listing, .news-wrap-view-connected .img-wrap1 .news-stat.clear-stats-listing {
       display: block;
   }
   .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;
   }
   .home-title {
       margin-bottom: 20px;
       margin-top: 20px;
   }
   .news-stat .news-time, .news-stat .read-time, .news-stat .shared{
       padding-left:12px;
       box-sizing:border-box;
       margin-top: 5px;
   }
   .brexit-section .news-stat .news-time {
       margin-bottom: 0;
   }
   .views {
       margin-top: 5px;
  }
   .box-news{
       margin-top:30px;
   }
   .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 .responsive-videojs .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%;
   }
   .children-ul {
        width: calc(100% - 50px);
        height: 50px;
    }
   .top-news-hld ul li {
        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.home-btn {
        margin-left: 2%;
        margin-right: 4%;
        margin-top: 6px;
        width:20px;
   }
   .top-news-hld ul li:nth-child(1) a {
       margin-left: -4px;
   }
   .election-link a {
       margin-left: 0 !important;
   }
   .latest-news {
       margin-right: 0;
       float: left;
       margin-top: 10px;
       font-size:10px;
       padding:0 8px;
       width: 49%;

   }
   .latest-news:nth-child(2){
       margin-left:2%;
   }
   .inp-hld .inp-hld.w50.left {
       width: 100%;
       margin-right: 0;
       margin-top: 0;
   }
   .inp-hld .inp-hld.w50.right {
       width: 100%;
       margin-top: 0;
   }
   .dz-clickable {
       padding: 10px;
       font-size: 17px;
   }
   .captcha {
       margin-top: 30px;
   }
   .captcha input {
       width: 100%;
   }
   .captcha .vertical_centering_css3 {
       transform:  none;
       top: auto;
       margin-bottom: 10px;
   }
   .covid-wrap .white-bg {
        padding-top: 7px;
    }
   .covid-wrap .news-time {
        font-size: 11px !important;
    }
    .covid-wrap .news-time::before {
        top: 6px;
    }
   .covid-wrap .txt-new-box {
       float: right !important;
       width: calc(100% - 100px);
   }
   .store-buttons {
        margin-top: 146px;
        margin-bottom: 48px;
    }
    body .store-buttons .get-on-playstore img {
        width: 120px !important;
    }
    body .store-buttons .get-on-app-store img {
        width: 110px !important;
    }
    .small-photos-wrap .img-wrap1 {
        height: auto;
    }
    .big-part .img-wrap1 {
        height: auto;
    }
    .options-line {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999999999999;
        background: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,.4);
        height: 35px;
        padding: 0 15px;
    }
    .app-home {
        height: 35px;
        width: 35px;
        background: url("../img/app_home.png") no-repeat center;
        background-size: 24px;
        margin-right: 15%;
    }
    .app-search {
        height: 35px;
        width: 35px;
        background: url("../img/app_search.png") no-repeat center;
        background-size: 20px;
        margin-right: 15%;
    }
    .app-bookmark {
        height: 35px;
        width: 35px;
        background: url("../img/app_bookmark.png") no-repeat center;
        background-size: 16px;
    }
    .app-prev {
        height: 35px;
        background: url(../img/prev_news.png) no-repeat left center;
        background-size: 9px;
        font-size: 14px;
        font-weight: 300;
        color: #38454d !important;
        line-height: 35px;
        padding-left: 14px;
        position: relative;
        z-index: 1;
    }
    .app-next {
        height: 35px;
        background: url(../img/next_news.png) no-repeat right center;
        background-size: 9px;
        font-size: 14px;
        font-weight: 300;
        color: #38454d !important;
        line-height: 35px;
        padding-right: 14px;
        position: relative;
        z-index: 1;
    }
    .app-home-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .app-home-wrap .app-home {
        margin-right: 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .fb{
        margin-left:0px !important;
    }


}
@media screen and (max-width: 600px){
    .authors-wrap .img-author-box{
        width:48%;
    }
    .latest-news-wrapper {
        width: 100%;
    }
     .scrolable-cats .quick-link {
        font-size: 13px;
    }
}
@media screen and (max-width: 410px){
    .new-player-wrap .prev-btn{
        margin-right:10px;
    }
}
@media screen and (max-width: 405px){
    .btn-head {
        width: 105px;
    }
}

@media screen and (max-width: 395px){
    .new-player-wrap .prev-btn{
        margin-right:5px;
        padding-left:30px;
        font-size:13px;
    }
    .new-player-wrap .prev-btn:before{
        left:5px;
        top:8px;
        background-size:15px;
    }
    .new-player-wrap .next-btn{
        padding-right:30px;
        font-size:13px;

    }
    .new-player-wrap .next-btn:before{
        right:8px;
        top:8px;
        background-size:15px;
    }
     .store-buttons {
        margin-top: 133px;
        margin-bottom: 24px;
        padding-top:12px;
        padding-bottom:10px;
    }

    body .store-buttons .get-on-playstore img {
        width: 95px !important;
    }
    body .store-buttons .get-on-app-store img {
        width: 86px !important;
    }
    .notifications-top {
        top: 63px;
        width: 300px;
    }
    .is-fixed .notifications-top {
        top: 63px;
    }
}
@media screen and (max-width: 380px){
    body .is-fixed .btn-search span {
    height: 40px;
    background: url(../img/search-24px.svg) no-repeat center;
    background-size: 30px;
    /*width: 41px;*/
}
/*body .is-fixed .btn-head {
    padding: 5px 7px;
    height: 70px;
} */
.btn-head {
    width: 66px;
}
/*body .is-fixed .btn-search span, body .btn-search span {
    margin-top: -6px;
}  */
.search-holder {
    float: left;
    outline: none;
    width: 88px;
}
}
@media screen and (max-width: 375px){

.search-holder {
    float: left;
    outline: none;
    width: 90px;
}
}

@media screen and (max-width: 325px) {
    .new-player-wrap .ply-title{
        font-size:13px;
    }
    .new-player-box .text-content{
        width: calc(100% - 80px);
    }
    .new-player-wrap .right-player-content .small-news{
        padding-top:40px;
        padding-bottom:50px;
    }
    .w49{
        width:100%;
        float:left;
    }
     .store-buttons {
        margin-top: 114px;
        margin-bottom: 0px;
    }
    .get-on-playstore img {
        width: 120px !important;
    }
    body .isAndorid, body .isIos {
        margin-left: 9px !important;
    }
    body .isAndorid img {
        width: 90px !important;
    }
    body .isIos img {
        width: 90px !important;
    }
    .top-news-wrap .txt-new-box .txt-content {
        font-size: 13px;
    }
    .news-title.home-news-title {
        font-size: 17px;
    }
    .get-on-app-store img {
        width: 107px !important;
    }
    .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;
    }
}
