<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-top-nd {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    background:#EFF3F8 ;
}
.header-top-nd a {
    height: 35px;
    line-height: 35px;
    opacity:0.7;
    color:#333;
    position:relative;
}

.header-top-nd a:before {
    position:absolute;
    content:"";
    left:0;
    bottom:0px;
    width:0px;
    height:2px;
    background: #E94612;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.header-top-nd a:hover:before{
    width:100%;
}
.header-top-nd a:hover {
    opacity:1;
}
.left-links {
    display:flex;
    gap:20px;
}
.header-top-nd a.active {
    opacity:1;
}
.header-top-nd a.active:before {
    width:100%;
}
.middle-content-nd {
    float:left;
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:10px 0px;
    box-sizing:border-box;
    align-items:center;
}
.middle-content-nd .logo-nd img {
    max-height: 50px;
}
.menu-icon-nd {
    float:left;
    width:20px;
}
.menu-icon-nd img{
    width:100%;
    float:left;
}
.left-part-nd {
    display:flex;
    gap:15px;
    align-items:center;
    /* min-width:185px; */
}
.right-part-nd {
    display:flex;
    gap:13px;
    align-items:center;
}
.zoom-in-out {
    display:flex;
    gap:5px;
}
.zoom-btn {
    width:22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    color:#333;
    font-weight: bold;
    background: #EFF3F8;
}
.right-part-nd {
    display:flex;
    gap:10px;
}
.right-part-nd .bell {
    position:relative;
}
.right-part-nd .bell span {
  position: absolute;
  content:"";
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e94612;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 9px;
}
.header-bottom-nd {
    float:left;
    width:100%;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;

}
.top-nav-nd {
    float:left;
    width:100%;
    display:flex;
    gap:15px;
    justify-content:center;
}
.nav-link-nd {
    min-height: 40px;
    line-height: 40px;
    font-size:14px;
    font-weight: 700;
    position:relative;
    -webkit-transition:0.7s;
    transition:0.7s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-link-nd.listen {
    padding-left:20px;
    box-sizing:border-box;
}
.nav-link-nd.listen img {
    /* margin-top:12px; */
    margin-right:4px;
}
.nav-link-nd.podkast img{
    /* margin-top:13px; */
    margin-right:4px;
}
.nav-link-nd.listen:after {
    position:absolute;
    content:"";
    left:0;
    width:1px;
    height: 80%;
    top:10%;
    background:#C4C4C4 ;
}
.nav-link-nd:before {
    position:absolute;
    content:"";
    left:0;
    bottom:5px;
    width:0;
    height: 2px;
    background: #E94612;
    -webkit-transition:0.7s;
    transition:0.7s;

}
.nav-link-nd:hover:before {
    width:100%;
}
.nav-link-nd.active:before {
    width:100%;
}
.header-nav-nd {
    float:left;
    width:100%;
    border-bottom: 1px solid #E5E5E5;
}
.bottom-nav-nd {
    float:left;
    width:100%;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.bott-nav-nd {
    min-height: 50px;
    line-height: 17px;
    padding:17px 10px 0 10px;
    box-sizing:border-box;
}
.bott-nav-nd:hover {
    background: #EFF3F8;
}
.bott-nav-nd.active {
    background: #EFF3F8;
}
.button-position {
    float:left;
    text-align: center;

}
.big-box-nd {
    float:left;
    width:100%;
}
.bordered-big-box {
    float:left;
    width:100%;
}
.big-title-nd {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.bordered-big-box .big-left-box-wrap {
    float:left;
    width:100%;
}
.top-news-wrap {
    float:left;
    width:100%;
}
.section-title {
    float:left;
}
.big-left-box .stats-wrap {
    padding-left:5px;
    box-sizing:border-box;
}
.top-news .big-title {
    margin-top:5px;
}
.top-news .stats-wrap {
    margin-bottom:5px;
}
.big-title img {
    float:left;
    margin-top:6px;
    margin-right:5px;
}
.middle-links {
    display:flex;
    gap:20px;
    width:80%;
}
.middle-links .middle-link {
    font-size:14px;
    color:#333;
}
.black-background-new {
    margin-top:20px;
}
.black-background,.black-background-new,.black-background-new .big-left-box {
  background: #333 !important;
}
.black-background .bordered-big-box,.black-background-new .bordered-big-box{
    border-top:1px solid #fff;
}
.black-background .bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular {
    flex:1 1 317px;
}
.black-background .section-title,.black-background-new .section-title {
    color:#fff;
    border-left:2px solid #fff;
}
.black-background .more,.black-background-new .more {
    color:#fff;
}
.black-background .bordered-big-box .big-left-box-wrap .big-left-box {
    background: #333;
    flex:0 0 685px;
}
.black-background .big-left-box .medium-title,.black-background-new .big-left-box .medium-title{
    color:#fff;
}
.big-left-box .sub-title {
    padding-left:10px;
    box-sizing:border-box;
}
.black-background .stats-wrap, .black-background .stats-wrap .stats, .black-background-new .stats-wrap .stats {
    color:#fff;
}
.black-background .small-title, .black-background-new .small-title  {
    color:#fff;
}
.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 {
    height: 185px;
    object-fit:cover;
}
.medium-title:hover {
   text-decoration:underline;
}
.last-news:hover {
   background: #505050;
}
.move-btns {
    float:left;
    width:100%;
    position:absolute;
    top:125px;
}
.move-btn {
    width: 40px;
    height: 80px;
    background: #333;
    line-height: 91px;
    text-align: center;
}
.move-btn:hover {
    background: #505050;
}
.last-news-wrap {
    position:inherit;
}
.move-btn.right {
    float:left
}
.move-btn.left {
    float:left;
}
.big-title a:hover {
    text-decoration:underline;
}
.small-title:hover {
   text-decoration:underline;
}
.banner-wrap {
    margin-top:30px;
    float:left;
    width:100%;
}
.black-sticker {
   position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #333;
}
.white-sticker {
   position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #fff;
}
.top-news-wrap.listing-page {
    flex-direction:column;
    padding-top:20px;
    box-sizing:border-box;
    border-top:1px solid #38444D;
}
.pagination-wrap {
    float:left;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:30px;
    flex-direction:column;
}
.pag-title {
    text-transform: uppercase;
    font-size:13px;
    color:#333;
}
.pagination {
    float:left;
    width:100%;
    display:flex;
    list-style: none;
    padding-left:0px;
    justify-content:center;
    margin-top:20px;
    gap:10px;
    align-items:center;
}
.pagination .page-item:last-child {
    background: url("../../img/last.png");
    width:40px;
    height: 40px;
    background-size:100%;
}
.pagination .page-item:first-child {
    background: url("../../img/last.png");
    width:40px;
    height: 40px;
    background-size:100%;
    transform:rotate(180deg);
}
.dark-bg {
   width:28px;
   height: 28px;
   display:flex;
   background: #333;
   align-items:center;
   justify-content:center;
}
.two-bottom-parts {
    float:left;
    width:100%;
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:20px;
}
.bottom-box {
    width:40%;
    float:left;

}
.bottom-box img {
    width:100%;
    float:left;
}
.breadcrumbs-wrap {
    float:left;
    width:100%;
}
.bottom-info-container {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-top:20px;
}
.bottom-info-container .right-info {
   display:flex;
   gap:15px;
}
.bottom-info-container .right-info .share {
    font-size:12px;
    color:#333;
    padding-right:20px;
    box-sizing:border-box;
    position:relative;
}
.bottom-info-container .right-info .share:after {
    position:absolute;
    content:"";
    right:0;
    top:0;
    width:15px;
    height: 15px;
    background: url("../../img/share-icon.png") no-repeat center;
    background-size:100%;
}
.bottom-info-container .save {
    font-size:12px;
    color:#333;
    box-sizing:border-box;
    position:relative;
}
/*.bottom-info-container .save:after {
    position:absolute;
    content:"";
    right:0;
    top:-4px;
    width:15px;
    height: 25px;
    background: url("../../img/marks-icon.svg") no-repeat center;
    background-size:100%;
}       */
.top-author-wrap {
    float:left;
    width:100%;
}
.view-page-slider {
    float:left;
    width:100%;
    background: #fff;
    border-top:1px solid #C4C4C4;
}
.view-page .top-news .img-wrap:before {
    /* position:absolute;
    content:"";
    width:100px;
    height: 100px;
    background: #000 url("../../img/play-icon.png") no-repeat center;
    background-size:35%;
    border-radius:100%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%); */

}
.quote-wrap {
    width:700px;
    margin:0 auto;
}
.quote-wrap p {
   font-size:16px;
   line-height: 20px;
   float:left;
   width:100%;
   text-align:center;
   font-style:italic;
}
.top-choise-news {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.top-choise-news .small-news {
    width:calc(50% - 20px);
    display:flex;
    flex-direction:column;
}
.top-choise-news .small-news .quadrat-img-wrap {
    width:100%;
    float:left;
    height: auto;
}
.top-choise-news .small-news .text-content {
    width:100%;
    float:left;
    padding-left:0px;
    overflow: visible;
    max-height: 135px;
    font-size:14px;
    font-weight: bold;
}
.top-choise-news .small-news .stats-wrap {
    float:left;
    width:100%;
    padding-left:0px;
}
.small-news.no-img .text-content {
    padding-left:0px;
    font-size:18px;
    line-height: 22px;
    font-weight: 600;
    float:left;
    width:100%;
    max-height: 90px;
}
.more-small-news {
    float:left;
    width:100%;
}
.more-small-news .text-content {
    font-weight: 600;
}
.right-section {
    float:left;
    width:100%;
}
.right-section .section-title {
    float:left;
    width:100%;
    /* margin-top:30px; */
    margin-bottom:20px;
}
.bottom-bar-mobile {
    display:none;
}
/*#newsSlider {
    overflow-x:scroll;
} */
.home-title {
    float:left;
    width:100%;
    font-size:30px;
    font-weight: bold;
}
.top-links {
    float:left;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.top-links .top-link {
    font-size:14px;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    flex-shrink: 0;
}
.top-links .top-link:first-child {
    padding-left:0px;
}
.top-links .top-link:hover {
   text-decoration:underline;
}
.r-part.right-info .share-icons {
   width:65px;
}
.bottom-info-container .right-info {
    align-items:center;
}
.bottom-info-container .stats-wrap {
    margin-top:0px;
}
.mobile-nav,.noty-nav,.bookmark-nav {
    width: 23vw;
}
.noty-nav,.bookmark-nav {
    padding:30px 25px;
    border-left:1px solid #ddd;
    /* border-top:1px solid #ddd; */
}
.main-nav .search-wrap {
    width:calc(100% - 180px);
}
.header-middle-nd .search-clone {
    width: 18px;
    float: left;
    height: 100%;
}
.main-nav .langeauge-wrap {
    width: 76px;
    position: relative;
    padding-right: 22px;
}
.middle-part-nd {
    /* margin-right: 80px; */
}
.mobile-nav.opened,.noty-nav.opened,.bookmark-nav.opened {
    box-sizing:border-box;
    z-index: 1231231222;
}
.mobile-nav {
    padding-top:10px;
}
.close-btn {
    position:absolute;
    top:10px;
    right:10px;
    width:25px;
    height: 25px;
    cursor:pointer;
}
.close-btn img {
    width:100%;

}
.none {
    display: none;
}
.main-nav .langeauge-wrap:after {
    top:0px;
}
.conn-section-nd .quadrat-img-wrap {
    width:180px;
    flex-shrink:0;
}
.conn-section-nd .small-news {
    display:flex;
    gap:20px;
}
.conn-info-nd .text-content, .conn-info-nd .sub-title, .conn-info-nd .stats-wrap{
     width:100% !important;
     padding-left:0;
}
.conn-info-nd .stats-wrap {
    margin-top:5px;
}

.notification-container {
    position: relative;
    width: 20px;
    height: 25px;
    cursor: pointer;
}

.bell-icon, .x-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.x-icon {
    opacity: 0;
    transform: scale(0) rotate(90deg);
}

.notification-badge {
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #FF0000;
    color: white;
    border-radius: 50%;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 1;
    line-height: 1;
    padding: 0 1px;
    box-sizing: border-box;
}

/* Active state (when menu is open) */
.notification-container.active .bell-icon {
    opacity: 0;
    transform: scale(0) rotate(-90deg);
}

.notification-container.active .x-icon {
    opacity: 1;
    transform: scale(1.3) rotate(0);
}

.notification-container.active .notification-badge {
    opacity: 0;
    transform: scale(0);
}
.news-boxes {
    float:left;
    width:100%;
    display:flex;
    gap:15px;
    flex-direction:column;
}
.news-box-nd {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.news-box-nd .img-nd {
    width:120px;
    float:left;
    flex-shrink:0;
}
.news-box-nd .img-nd img{
    float:left;
    width:100%;
}
.txt-nd {
    display:flex;
    flex-direction:column;
}
.txt-nd .stats-wrap {
    margin-top:5px;
}
.news-box-nd .title-nd {
    font-size:16px;
    font-weight: 600;
}

.bookmark-container {
    position: relative;
    width: 20px;
    height: 25px;
    cursor: pointer;
}

.bookmark-icon, .x-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.x-icon {
    opacity: 0;
    transform: scale(0) rotate(90deg);
}

/* Optional: Add notification bubble */
.notification-badge {
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #FF0000;
    color: white;
    border-radius: 50%;
    min-width: 16px;
    height: 16px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 1;
    line-height: 1;
    padding: 0 1px;
    box-sizing: border-box;
}

/* Active state (when menu is open) */
.bookmark-container.active .bookmark-icon {
    opacity: 0;
    transform: scale(0) rotate(-90deg);
}

.bookmark-container.active .x-icon {
    opacity: 1;
    transform: scale(1.3) rotate(0);
}

.bookmark-container.active .notification-badge {
    opacity: 0;
    transform: scale(0);
}
.stats-wrap {
    margin-top:5px;
}
.last-news-wrap {
    margin-top:40px;
}
.news-box-regular:hover .img-wrap .img, .top-news:hover .img-wrap img {
    opacity:0.90;
}
.news-box-regular:hover .medium-title {
    text-decoration: underline;
}
.news-box-regular:hover .small-title {
    text-decoration: underline;

}
.plyr__control {
    color:#000 !important;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true]{
    background: #000 !important;
    color:#fff !important;
}
.plyr--full-ui input[type=range] {
    color:#000 !important;
}
.plyr--audio .plyr__controls {
    background: #EFF3F8 !important;
}
.author a.name {
   font-size:12px;
}
.end-soc-position {
       display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: revert-layer;
    gap:15px;
}
.front-position {
    display:flex;
    align-items:center;
}
.front-position img {
   width:50px;
}
.is-sub-txt {
    float:left;
    width:100%;
    color:#38454d;
    font-size:16px;
    margin-top:10px;
}
.top-news {
    margin-top:10px;
    background: #f4f5f7;
    padding: 0px 0px 0px 10px;
}
.view-news .left-column .top-news,.live-view-page .top-news {
    padding-left: 0px;
}
.share-icon-fb {
    width: 25px;
    height: 25px;
    background: url(../../img/fb-share-new.svg) no-repeat center;
    background-size: 22px;
    margin-right: 5px;
    cursor: pointer;
}
.share-icon-tw {
    width: 25px;
    height: 25px;
    background: url(/box/img/tw.svg) no-repeat center;
    background-size: 22px;
    margin: 0 5px;
    cursor: pointer;
}
.share-icon-x {
    width: 25px;
    height: 25px;
    background: url(../../img/x-share-new.svg) no-repeat center;
    background-size: 18px;
    margin: 0 5px;
    cursor: pointer;
}
.share-icon-m {
    width: 25px;
    height: 25px;
    background: url(../../img/m-share-new.svg) no-repeat center;
    background-size: 22px;
    margin: 0 5px;
    cursor: pointer;
}
.share-icon-c {
    width: 25px;
    height: 25px;
    background: url(../../img/c-share-new.svg) no-repeat center;
    background-size: 22px;
    margin: 0 5px;
    cursor: pointer;
}
.view-page .left-column .stats-wrap {
    font-size:14px;
    margin-top:0px;
}
.view-page .left-column .stats-wrap .stats::after {
    top: 5px;
    left:1px;
}
.under-title-info {
    display:flex;
    float:left;
    width:100%;
}
.right-zoom-wrap {
    display:flex;
    gap:5px;
}
.zoom-reset {
}
.zoom-in, .zoom-out, .zoom-reset {
    width:23px;
    height: 23px;
    background: #EFF3F8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zoom-in:hover, .zoom-out:hover, .zoom-reset:hover  {
    width:23px;
    height: 23px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.share-bttns {
   display: flex;
    gap: 9px;
    align-items: center;
    font-size: 12px;
}
.txt-news blockquote {
    padding-left:60px;
    border-left:none;
    position: relative;
}
.txt-news blockquote:before {
    position: absolute;
    content:"";
    left:0;
    top:0;
    width:40px;
    height: 40px;
    background: url(../../img/quote.svg) no-repeat center;
    background-size:90%;
}
#search-button {
    margin-top:3px;
}
.back-btn img {
    margin-right: 5px;
    transform: rotate(90deg);
    width: 11px;
}
.bottom-share-wrap {
    float:left;
    width:100%;
    margin-bottom: 10px;
}
.middle-links-slider {
    float: left;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
     white-space: nowrap;
     display:flex;
}
.middle-links-slider .middle-link {
    font-size: 14px;
    white-space: nowrap;
    padding: 6px 10px;
    font-size: 14px;
    flex-shrink: 0;
}
.footer-top .right-part .socials {
    width:40px;
    height: 40px;
    background: #B6C3CA;
    border-radius:100%;
    float:left;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer-top .right-part .socials:hover {
    background: #fff;
}
.footer-top .right-part .phone-text {
    float:left;
    width:100%;
}
.dim {
    position: absolute;
    top:110px;
    left:0;
    width:100%;
    height: 100%;
    background: #000;
    opacity:0.7;
    display:none;
    z-index:9;
}
.dim.active {
    display:block;
}
.last-news-wrap.view-scroll-images .scroll-box {
    width:242px;
}
.last-news-wrap.view-scroll-images .scroll-box .medium-title{
    font-size:16px;
}
.last-news-wrap.view-scroll-images {
    margin-top:20px;
}
.last-news-wrap.view-scroll-images .scroll-outer {
    margin-top:0px;
}
.soc-bottom-icons img {
    width:32px;
    max-width:32px;
    min-width: 32px;
    margin-right: 0px;
    margin-left:10px;
}
.last-news-wrap-title {
    float:left;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.last-news-wrap .scroll-outer {
    float:left;
    width:100%;

}
.last-news-wrap.view-scroll-images .scroll-outer {
    padding:0px;
    box-sizing:border-box;
}
.main-nav .search-wrap input {
    color:#333;
}
.audio-heading {
    font-size:14px;
}
.row-soc {
    display:flex;
}
.last-news-container {
    display:flex;
    gap:20px;
    float:left;
    width:100%;
    align-items:center;
}
.txt-news ul li {
    line-height: 1.5;
    font-size:16px;
    margin-bottom:11px;
}

.pulse {
  animation: pulse-animation 1.8s infinite ease-in-out;
  transform-origin: center center;
  display: inline-block;
}

@keyframes pulse-animation {
  0% { transform: scale(1); }
  50% { transform: scale(1.7); }
  100% { transform: scale(1); }
}
.live-text {
    color: #E94612;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

@media screen and (min-width: 800px) {
    .image-container-desktop {
      width: 100%;
      position: relative;
      padding-top: 56.25%; /* 16:9 Aspect Ratio (9 Г· 16 = 0.5625 or 56.25%) */
      overflow: hidden;
    }
    .image-container-desktop img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}
@media screen and (max-width: 1300px){
     .top-news-wrap .left-column {
          flex:1 1 950px;
          width:950px;
          flex-shrink:0;
     }
}
@media screen and (max-width: 1220px){
      .top-news-wrap .left-column {
          flex:1 1 845px;
          width:845px;
          flex-shrink:0;
     }
}
@media screen and (max-width: 1140px){
      .top-news-wrap .left-column {
          flex:1 1 775px;
          width:775px;
          flex-shrink:0;
     }
}
@media screen and (max-width: 1080px){
      .top-news-wrap .left-column {
          flex:1 1 765px;
          width:765px;
          flex-shrink:0;
     }
}
</pre></body></html>