<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1600px){
    .mobile-nav,.noty-nav,.bookmark-nav {
        width: 30vw;
    }
}

@media screen and (min-width: 1120px){
    .ltsp-middle-links-slider-center {
        justify-content: center;
    }
}

@media screen and (max-width: 1360px){
    .container {
        width: 100%;
        padding:0 10px;
    }

    .header-middle .nav-link {
        font-size: 13px;
        padding: 0 6px;
    }
    .header-bottom .right-buttons {
        width: 265px;
    }
    .header-bottom .right-buttons a {
        font-size: 12px;
    }
    .header-bottom .nav-slider-wrap {
        width: 825px;
    }
    .news-box-regular {
        flex: 1 1 262px;
    }
    .bordered-big-box .big-left-box-wrap .big-left-box {
        flex: 0 0 490px;
    }
    .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular {
        flex: 1 1 186px;
    }
    .top-nav-nd , .bottom-nav-nd{
        flex-wrap: nowrap;
    }
    .nav-link-nd, .bott-nav-nd {
        display: inline-block;
        white-space: nowrap;
    }

}
@media screen and (max-width: 1300px){
    .black-background .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular {
        flex: 1 1 48%;
    }
}
@media screen and (max-width: 1280px){
    .scroll-mobile {
        width:100%;
        overflow-x:scroll;
    }
    .mobile-nav,.noty-nav,.bookmark-nav {
        width: 33vw;
    }
    .middle-links {
        overflow: scroll;
    }
    .top-listen-section .top-img {
        height: 500px;
    }
    .top-listen-section .top-img img {
        height: 500px;
        object-fit:cover;
    }
}

@media screen and (max-width: 1130px){
    .top-news-wrap .right-column {
        flex: 1 1 355px;
    }
    main {
        padding: 0px 13px;
    }
    .mobile-nav,.noty-nav,.bookmark-nav {
        width: 45vw;
    }
    .container {
        width: 100%;
        padding: 0 10px;
    }
    .top-news {
        padding:0;
    }
    .top-news .text-part {
        padding:0 10px;
    }
    .header-middle .logo {
        margin-top: 11px;
    }
    .header-middle .logo img {
        width: 150px;
    }
    .header-middle nav {
        margin-top: 0;
    }
    .header-middle .nav-link {
        font-size: 12px;
    }
    .header-bottom .right-buttons {
        width: 228px;
    }
    .header-bottom .nav-slider-wrap {
        width: 711px;
    }
    .news-box-regular {
        flex: 1 1 220px;
    }
    .header-bottom .right-buttons a {
        font-size: 9px;
    }
    .bordered-big-box .big-left-box-wrap .big-left-box {
        flex: 0 0 400px;
    }
    .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular {
        flex: 1 1 145px;
    }
}

@media screen and (max-width: 980px){
    .top-nav-nd {
        justify-content:left;
    }
    .top-news.top-news {
        margin-top:10px;
        margin-bottom:15px;
    }
    .button-position.for-mobile {
        width:100%;
        margin-top:20px;
    }
    main {
        padding: 0px 0px 5px 0px;
    }
    .top-box {
        width:48% !important;
    }
    .live-iframe {
        position: fixed;
        z-index: 999999999;
        left: 0;
        width: 100%;
        height: 90px;
        transition: transform .3s ease-in-out;
        transform: translateY(50px);
    }

    .live-iframe.effect {
        transform: translateY(0);
    }

    /* Optional: Add a box shadow to make the player stand out */
    .live-iframe.effect {
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    }
    .all-news-wrap .section-title {
        margin-bottom:15px !important;
    }
    .black-background .bordered-big-box .big-left-box-wrap .big-left-box {
        flex:0 0 100%;
    }
    .big-title-nd {
        margin-bottom:10px;
    }
    .top-listen-wrap {
        width:100% !important;
        padding:0 20px;
        box-sizing:border-box;
    }
    .video-gallery .img-wrap img.img{
        height: 185px !important;
        object-fit:cover;
    }
    .top24 .news-box-regular {
        flex: 1 1 100% !important;
        display:flex;
        gap:10px;
        align-items:center;
    }
    .top24 .news-box-regular .number, .number {
       color:#C4C4C4;
       font-size:36px;
       font-weight: 600;
       text-align: center;
       width: 46px;
       /* margin-right: 10px; */
    }
    .choise .inner-holder {
        width:100% !important;
    }
    .header-top-nd-wrap {
       display: flex;
        float: left;
        width: 100%;
        align-items: center;
        justify-content: space-between;

    }
    .move-btn {
        display:none;
    }
    .zoom-btn {
        height: 22px !important;
        line-height: 22px !important;
    }

    .right-links {
        display:flex;
        gap:10px;
        align-items: center;
        justify-content: space-between;
    }
    .langeauge-wrap-nd {
        display:flex;
        align-items:center;
        min-width: 42px;
    }
    .left-part-nd {
        min-width:auto;
    }
    .header-top-nd-wrap .zoom-btn {
        background: #fff;
    }
    .bordered-big-box .big-left-box-wrap {
        float:left;
        width:100%;
        flex-wrap:wrap;
    }
    .big-left-box {
        float:left;
        width:100%;
        display:flex;
        flex-wrap:wrap;
        flex-direction:column;
    }
    .bordered-big-box .big-left-box-wrap .big-left-box {
        flex: 0 0 100%;
    }
    .foolow-us-title{
       margin-top:0px;
       margin-bottom:20px;
    }
    .live-sticker{
        width:100px;
    }
    .for-desktop {
        display: none;
    }
    .container {
        width: 100%;
    }
    header {
        /* box-shadow: 0 4px 2px -2px rgb(0 0 0 / 30%); */
    }
    .header-middle {
        padding-bottom: 0;
    }
    .header-middle .bell {
        margin-right: 18px;
    }

    .top-news-wrap {
        flex-wrap: wrap;
    }
    .top-news-wrap .left-column {
        flex: 1 0 100%;
        width:100%;
    }
    .top-news-wrap .right-column {
        flex: 1 0 100%;
    }
    .top-news .text-part {
        flex: 1 0 100%;
        order: 2;
    }
    .top-news .img-wrap {
        flex: 1 0 100%;
    }
    .top-news {
        flex-wrap: wrap;
        gap: 10px;
    }
    .top-news .sub-title {
        display: none;
    }

    .big-title, .medium-title, .bigger-titles-mobile .small-title {
        font-size: 15px;
        line-height: 19px;
    }
    .more-top-news {
        flex-wrap: wrap;
    }
    .news-box-regular {
        flex: 1 0 100%;
        /*display: flex;
        gap:10px;*/
    }
    .last-news-mobile .news-box-regular, .more-top-news .news-box-regular{
        display: flex;
        gap:10px;
    }
    .news-box-regular .img-wrap {
        width: 124px;
        height: 124px;
        float: left;
        margin-bottom: 0;
    }
    .news-box-regular .img-wrap.mobile-bigger-image {
        width:100%;
        height: 100%;
    }
    .news-box-regular .img-wrap.mobile-bigger-image .img-wrap {
        width:100%;
        height: 100%;
    }
    .news-box-regular .img-wrap.mobile-bigger-image .img-wrap .img{
        width:100%;
        height: 100%;
    }

    .news-box-regular .img-wrap .img {
        height: 120px;
        width:120px
    }
    .gallery-box-wrap-small .img-wrap .img {
        width:auto;
    }
        .news-box-regular .img-wrap .img img{
            object-fit:cover;
        }
    .news-box-regular .inner-holder {
        width: calc(100% - 134px);
        float: right;
        /*display: flex;
        flex-direction: column;
        justify-content: space-between;*/

    }

    .blue-section .news-box-regular .inner-holder {
        display: flex;
        flex-direction: column;
        height: 125px;
    }
    .right-column .news-box-regular .inner-holder {
        width:100%;
    }
    .big-left-box .news-box-regular .inner-holder  {
        width:100%;
        padding:10px;
        box-sizing:border-box;
    }
    .last-news-mobile .news-box-regular .inner-holder,  .more-top-news .news-box-regular .inner-holder{
        display: flex;
        flex-direction: column;
    }
    .news-box-regular .live-sticker{
        top:5px;
        height: 36px;
        padding-top:6px;
        padding-left:3px;
    }
    .top-news-wrap .right-column .news-box-regular {
        height: auto;
        float: left;
    }
    .red-sticker {
        bottom: 10px;
    }
    .live-sticker {
        bottom: 10px;
    }
    .bnt-subjects {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bnt-subjects .gap-holder {
        flex-wrap: wrap;
    }
    .bnt-subjects .subjects-title {
        background: #E94612;
        color: #fff;
        font-size: 12px;
        padding: 6px 12px;
        margin-bottom: 0;
    }
    .bnt-subjects .subjects-title span {
        font-weight: 700;
        font-size: 16px;
    }
    .bnt-subjects .news-box-regular .img-wrap {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    .bnt-subjects .news-box-regular .img-wrap .img {
        height: auto;
        float: left;
    }
    .bnt-subjects .news-box-regular .inner-holder {
        width: 100%;
        background: #EFF3F8;
        padding: 8px 12px;
    }
    .bnt-subjects .news-box-regular .square-title {
        padding-bottom: 10px;
    }
    .bnt-subjects .news-box-regular .square-title:nth-child(1)::after {
        display: none;
    }
    .bnt-subjects .news-box-regular .square-title:nth-child(1) {
        font-size: 16px;
        line-height: 19px;
    }
    .bnt-subjects .news-box-regular .square-title:nth-child(2)::after, .bnt-subjects .news-box-regular .square-title:nth-child(3)::after {
        width: 12px;
        height: 12px;
        background: url("../../img/subjects_mobile_icon.svg") no-repeat;
        background-size: 12px;
    }
    .bnt-subjects .news-box-regular .square-title:nth-child(2), .bnt-subjects .news-box-regular .square-title:nth-child(3) {
        font-size: 12px;
        font-weight: 500;
        padding-left: 29px;
    }
    .bnt-subjects .news-box-regular .square-title:nth-child(3) {
        margin-bottom: 0;
        border-bottom: 1px solid #C4C4C4;
    }
    .bnt-subjects .more {
        margin-top: 10px;
    }
    .more {
        font-size: 15px;
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .remove-border-mobile {
        border-top: 0 !important;
        padding-top: 0px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .actualno .news-box-regular .img-wrap {
        width: 100%;
        height: auto;
    }
    .actualno .news-box-regular .img-wrap .img {
        height: auto;
    }

    .bordered-big-box .big-left-box-wrap .right-boxes {
        flex: 1 0 100%;
    }
    .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular {
        flex: 0 0 48%;
    }
    .top24 {
        gap: 15px !important;
    }
    .top24 .news-box-regular .img-wrap {
        width: 100%;
        margin-bottom: 7px;
    }
    .bordered-big-box .big-left-box-wrap .right-boxes .top24 .news-box-regular .img-wrap, .bordered-big-box .big-left-box-wrap .right-boxes .top24 .news-box-regular .img-wrap .img {
        height: 192px;
    }
    .bordered-big-box.one-row-boxes-mobile .news-box-regular {
        flex: 0 0 100% !important;
    }
    .two-sections-one-row {
        flex-wrap: wrap;
        gap: 0;
    }
    .two-sections-one-row .bordered-big-box {
        flex: 0 0 100%;
    }
    .two-sections-one-row .bordered-big-box .small-title {
        height: auto;
    }
    .video-gallery .video-box {
        width: 216px;
    }
    .video-gallery .video-box .img, .gallery-box-wrap-big .gallery-box-big .img {
        height: 334px;
    }
    .video-gallery .video-box .medium-title, .gallery-box-wrap-big .gallery-box-big .medium-title {
        font-size: 14px;
        line-height: 17px;
    }
    .video-gallery .video-box .title-holder, .gallery-box-wrap-big .gallery-box-big .title-holder {
        bottom: 15px;
    }
    .gallery-box-wrap-big, .gallery-box-wrap-small {
        gap: 10px;
    }
    .gallery-box-wrap-small {
        flex-wrap: wrap;
        margin-top: 10px;
        gap:10px;
    }
    .gallery-box-wrap-small .news-box-regular {
        width:48%;
        flex:1 1 48%;
    }
    .gallery-box-wrap-small .news-box-regular .img-wrap {
        width: 100%;
        height: 192px;
        margin-bottom: 7px;
    }
    .gallery-box-wrap-small .news-box-regular .img-wrap .img {
        height: 192px;
        width:100%;
    }
    .footer-links-wap {
        flex-wrap: wrap;
    }
    .footer-top .links {
        flex: 0 0 50%;
    }
    .footer-top .right-part {
        float: left;
        margin-top: 30px;
    }
    .footer-top .right-part .phone-text {
        text-align: left;
    }
    .footer-top .right-part .tel {
        float: left;
    }
    .footer-bottom a {
        margin-bottom: 15px;
    }


}

@media screen and (min-width: 980px){
    .for-mobile {
        display: none;
    }
    .follow-us-box {
        flex: 1 1 100%;
    }

}
@media screen and (max-width: 1015px){
    .bottom-slider-wrap{
        width:100%;
    }
}
@media screen and (max-width: 980px){
    .top-news .img-wrap img {
        /* height: auto; */
    }
    .top-news .img-wrap a {
        height: auto;
    }
    .bordered-big-box .big-left-box-wrap .big-left-box .news-box-regular .img-wrap .img, .bordered-big-box .big-left-box-wrap .big-left-box .news-box-regular .img-wrap {
        height: auto;
        width:100%;
    }
    .video-gallery  .big-left-box .news-box-regular .inner-holder {
        width:100%;
        margin-top:10px;
    }
    .black-background .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular {
       flex: 0 0 47% !important;
        display: flex;
        flex-direction: column;
    }
    .black-background .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular .img-wrap, .black-background .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular .img-wrap .img {
        width:100%;
    }
    .black-background .news-box-regular .inner-holder {
        width:100%;
    }
    .big-left-box .news-box-regular .img-wrap {
        width:100%;
    }
    .listen-news-box{
        flex-wrap:wrap;
    }
    .connected-wrap{
        flex-wrap:wrap;
    }
    .soc-icons-container{
        flex-wrap:wrap;
    }
    .top-author-wrap .soc-icons-container span:first-child{
        width:100%;
    }
    .top-author-wrap .soc-icons-container{
        gap:7px;
    }
 .banner-wrap img{
        width:100%;
    }
    .follow-us {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .more{
        height: 35px;
        line-height: 20px;

    }
    .inner-holder .more{
        color:#fff;
        background:#E94612;
    }
    .big-view-title{
        font-size:24px;
        float:left;
        width:100%;
        margin:15px 0px;
    }
    .top-author-wrap{
        flex-wrap:wrap;
    }
}
@media screen and (max-width: 900px){
    .scroll-mobile-path {
        width:100%;
        overflow-x:scroll;
    }
    .breadcrumbs-wrap {
        width:1000px;
        overflow-x:scroll;
    }
     .scroll-mobile {
         width:100%;
         overflow-x:scroll;
     }
     .top-nav-nd , .bottom-nav-nd{
         /* flex-wrap: nowrap; */
         /* width:940px;
         overflow-x:scroll; */
     }
     .blue-section .scroll-mobile {
         width:70% !important;
         overflow-x:scroll;
     }
     .blue-section .big-title-nd {
         align-items: inherit;
     }
}
@media screen and (max-width: 850px){
     .top-heading .small-img {
         width:130px;
         height: 130px;
     }
}
@media screen and (max-width: 800px){
    .signature-image {
        flex-direction: column-reverse;
    }
    .signature-text {
        margin-top: -12px;
        margin-bottom: 5px;
    }
    .banner-between {
        margin-top:10px;
        margin-bottom: 10px;
        max-width: 100%;
        overflow: scroll;
    }
    .top-box {
        width:100% !important;
    }
    .view-page-btns {
        display:none;
    }
    .last-news-wrap {
        margin-top:0px;
    }
    .view-page .left-column .stats-wrap {
        font-size:12px;
        margin-bottom: 5px;
        line-height: 17px;
    }
    .view-page .left-column .stats-wrap .stats::after {
        top: 6px;
    }
    .mobile-nav,.noty-nav,.bookmark-nav {
        width:100%;
        top: 92px;
        padding: 30px 10px;
        height: calc(100vh - 92px);
    }
    .bottom-bar-mobile {
        display:inline-block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999999999;
        background: #EFF3F8;
        box-shadow: 0 0 15px rgba(0, 0, 0, .4);
        /* height: 65px; */
    }

    .horizontal_centering_css3 {
        position: relative;
        float: left;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .bottom-bar-mobile .b-button {
        /* width: 65px; */
        height: 45px;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:2px;
        padding: 0px 5px;
        margin:0 2px;
    }
    header {
        /* box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%); */
    }
    .bottom-bar-mobile .b-button.active {
        background: #333;
    }
    .bottom-bar-mobile .b-button.active .b-text {
        color: #fff !important;
    }
    .bottom-bar-mobile .b-button .b-icon-news {
        height: 23px;
        background: url(/box2/img/news_bottom_line.svg) no-repeat center;
        background-size: 22px;
    }
    .bottom-bar-mobile .b-button.active .b-icon-news {
        height: 23px;
        background: url(/box2/img/news_bottom_line_active.svg) no-repeat center;
        background-size: 22px;
    }
    .bottom-bar-mobile .b-button .b-icon-listen {
        background: url(/box2/img/listen_new.svg?p=1) no-repeat center;
        background-size: 22px;
        height: 23px;
    }
    .bottom-bar-mobile .b-button .b-text {
        font-size: 9px !important;
        font-weight: 500;
        color: #333 !important;
    }
    .bottom-bar-mobile .b-button .b-icon-listen {
        background: url(/box2/img/listen_new.svg?p=1) no-repeat center;
        background-size: 22px;
    }
    .bottom-bar-mobile .b-button.active .b-icon-listen {
        background: url(/box2/img/listen_new-active.svg) no-repeat center;
        background-size: 22px;
    }
    .bottom-bar-mobile .b-button .b-icon-sport {
        background: url(/box2/img/sport_bottom_line.svg) no-repeat center;
        background-size: 22px;
        height: 23px;
    }
    .bottom-bar-mobile .b-button.active .b-icon-sport {
        background: url(/box2/img/sport_bottom_line_active.svg) no-repeat center;
        background-size: 22px;
        height: 23px;
    }
    .bottom-bar-mobile .b-button .b-icon-live {
        background: url(/box2/img/live_bottom_line.svg) no-repeat center;
        background-size: 22px;
        height: 23px;
    }
    .bottom-bar-mobile .b-button.active .b-icon-live {
        background: url(/box2/img/live_bottom_line-active.svg) no-repeat center;
        background-size: 22px;
        height: 23px;
    }
    .live-btn-new .b-icon {
        height: 17px;
        background: url(../../img/BNT1_dark.svg) no-repeat center;
        background-size: 55px;
        margin-top: 0px;
    }
    .logo-nd {
         width:150px;
         float:left;

     }
     .logo-nd img {
         width:100%;
         float:left;
     }
     .left-links {
         gap:10px;
     }
     .right-part-nd {
         gap:20px;
     }
     .footer-bottom {
         display:flex;
         flex-wrap:wrap;
     }
     .footer-bottom .flex-1 {
         flex:1 1 100%;
     }
}
@media screen and (max-width: 700px){
    .right-column .medium-title {
        display:flex;
        align-items:flex-start;
        gap:2px;
    }
     .quote-wrap {
         width:100%;
     }
     .header-bottom-nd {
         /* display: none; */
     }
     .header-nav-nd {
         display: none;
     }
     .all-bottom-listen-news {
         flex-wrap:wrap;
     }
     .column-news {
         width:100% !important;
     }
}
@media screen and (max-width: 650px){
    .black-background .section-title {
        margin-top:5px;
    }
    .section-title-no-pad {
        margin-bottom: 0px;
    }
    .more {
        height: inherit;
    }
    .big-title-nd-no-pad {
        margin-top:20px;
        margin-bottom:0px;
    }
     .listen-title {
         font-size:17px !important;
         line-height: 21px !important;
     }
     .big-view-title{
         margin-top:0px;
     }
     .author {
         font-size:12px;
     }
     .info-news-wrap {
         margin-bottom:0px;
     }
     .bottom-info-container {
         margin-top:0px;
     }
     .audio-heading {
         font-size:15px;
     }
     .text-container {
         margin-top:10px;
     }
     .more-top-news.choise .medium-title {
         height: auto;
         min-height: auto;
     }
     .gap-holder {
         gap:10px;
     }
     .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular .img-wrap, .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular .img-wrap .img {

     height: 120px;
 }
 .big-left-box  .news-box-regular .img-wrap img {
     width:100% !important;
 }
  .big-left-box  .news-box-regular .img-wrap .black-sticker img {
      width:50% !important;
  }

 .button-position {
     margin-top:15px;
 }
 .white-sticker img {
     max-width: 15px;
 }
}
@media screen and (max-width: 600px){
    .white-sticker img {
        max-width: 15px;
    }
    .end-soc-position {
        margin-bottom:10px;
    }
     .header-top-nd a {
         font-size:11px;
     }
     .pagination {
         margin-top:5px;
     }

     .txt-news blockquote {
         padding-left: 30px;
     }
     .txt-news blockquote:before {
         width: 20px;
         height: 20px;
     }
     .front-position {
         max-width: 240px;
     }
     .author {
        font-size: 11px;
    }
    .right-zoom-wrap {
        gap:0px;
    }
    .video-js .vjs-menu .vjs-menu-content {
        max-height: 150px;
        overflow-y: scroll;
    }
    .video-js .vjs-menu .vjs-menu-content::-webkit-scrollbar {
        width: 8px;
    }

    .video-js .vjs-menu .vjs-menu-content::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 4px;
    }
}
@media screen and (max-width: 500px){
    .new-footer-link {
        margin-top:20px;
        margin-bottom:10px;
    }
    .new-footer-link img {
        width:50px;
        object-fit:contain
    }
    main {
        margin-top:5px;
    }
    .last-news-wrap .scroll-box {
        width: 280px;
    }
    .blue-section-mb0 {
        padding-bottom: 0px;
    }
    .top-heading .small-img {
        width:100px;
        height: 100px;
    }
     .info-title {
         gap:15px !important;
     }
     .player-wrap .audio-heading {
         height: 40px !important;
         line-height: 40px !important;
         background-size:10% !important;
         margin-top:10px !important;
     }
     .bottom-slider-news {
         padding:0px !important;
         margin-top:80px !important;
     }

    .info-title {
        flex-wrap:wrap;
        justify-content:center;
    }
    .top-heading .text {
        width:100%;
    }
    footer {
        margin-top:20px;
        margin-bottom: 43px;
    }
    .follow-us-box .section-title {
        margin-top:0px;
    }
    .more-top-news {
        margin-top:0px;
    }
    .more-top-news {
        gap:10px;
    }
    .big-view-title {
        font-size:20px;
    }
    .bottom-info-container {
        flex-wrap:wrap;
        gap:10px;
    }
    .left-info, .right-info {
        width:100%;
    }
    .view-page .top-news .img-wrap:before {
        width:50px;
        height: 50px;
    }
    .connected-section .connected-section-title {
        font-size:20px;
    }
    .connected-wrap .quadrat-img-wrap {
        width:75px;
        height: 75px;
    }
    .connected-wrap .text-content, .connected-wrap .sub-title {
        width: calc(100% - 75px);
    }
    .connected-wrap .small-news .stats-wrap {
        width:100%;
    }
    .two-bottom-parts {
        flex-direction:column;
    }
    .bottom-box {
        width:100%;
    }
     .header-top-nd a {
         font-size:11px;
     }
     .bnt-audio {
         display: none;
     }
     .nav-link-nd, .bott-nav-nd {
         font-size:12px;
         display: inline-block;
         white-space: nowrap;
     }
     .nav-link-nd {
        min-height: 35px;
        line-height: 40px;
     }
     .top-nav-nd, .bottom-nav-nd {
         justify-content:flex-start;
         /* padding-bottom: 3px; */
     }
     .top-links-scroll {
         float:left;
         width:100%;
         overflow-x:scroll;
     }
     .left-links {
         min-width:250px;
         float:left;
         overflow-x:scroll;
     }
     .blue-section .scroll-mobile {
         width:55% !important;
     }
     .middle-links {
         gap:7px;
     }
}
@media screen and (max-width: 430px){
    .left-links {
        gap: 11px;
    }
    .bg-lng-icon {
        width:8px !important;
    }
}
@media screen and (max-width: 420px){
    .right-links {
        gap:5px;
    }
}
@media screen and (max-width: 380px){
    .zoom-btn {
        width:15px;
    }
    .bg-lng-icon {
        width:8px !important;
    }
    .logo-nd {
        /* width: 100px; */
        float: left;
    }
    .last-news {
        height: 35px;
        line-height: 35px;
        font-size:14px;
    }

}
@media screen and (max-width: 320px){

   .big-title, .medium-title, .bigger-titles-mobile .small-title {
       font-size:14px;
   }
   .sub-title {
       font-size:13px;
   }
}
</pre></body></html>