<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: 'Montserrat', sans-serif;
}
ul {
    margin: 0;
    padding: 0;
}
h1,h2,h3,p {margin:0;font-weight: normal;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
   outline: none;
   border: 0;
   background: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #333333;
    transition: .2s linear all;
}
/*a:active, a:focus, a:hover {
 outline: none;
 color: #E94612;
 text-decoration: underline;
}   */
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.container {
    width: 1360px;
    margin: 0 auto;
}

/* #Helper classes
================================================== */
.left {
    float: left;
}
.right {
    float: right;
}
.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row ;
}

.flex-column {
  flex-direction: column ;
}

.flex-row-reverse {
  flex-direction: row-reverse ;
}

.flex-column-reverse {
  flex-direction: column-reverse ;
}

.flex-grow-0 {
  flex-grow: 0 ;
}

.flex-grow-1 {
  flex-grow: 1 ;
}

.flex-shrink-0 {
  flex-shrink: 0 ;
}

.flex-shrink-1 {
  flex-shrink: 1 ;
}

.flex-wrap {
  flex-wrap: wrap ;
}

.flex-nowrap {
  flex-wrap: nowrap ;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse ;
}

.justify-content-start {
  justify-content: flex-start ;
}

.justify-content-end {
  justify-content: flex-end ;
}

.justify-content-center {
  justify-content: center ;
}

.justify-content-between {
  justify-content: space-between ;
}

.justify-content-around {
  justify-content: space-around ;
}

.justify-content-evenly {
  justify-content: space-evenly ;
}

.align-items-start {
  align-items: flex-start ;
}

.align-items-end {
  align-items: flex-end ;
}

.align-items-center {
  align-items: center ;
}

.align-items-baseline {
  align-items: baseline ;
}

.align-items-stretch {
  align-items: stretch ;
}

.align-content-start {
  align-content: flex-start ;
}

.align-content-end {
  align-content: flex-end ;
}

.align-content-center {
  align-content: center ;
}

.align-content-between {
  align-content: space-between ;
}

.align-content-around {
  align-content: space-around ;
}

.align-content-stretch {
  align-content: stretch ;
}

.align-self-auto {
  align-self: auto ;
}

.align-self-start {
  align-self: flex-start ;
}

.align-self-end {
  align-self: flex-end ;
}

.align-self-center {
  align-self: center ;
}

.align-self-baseline {
  align-self: baseline ;
}

.align-self-stretch {
  align-self: stretch ;
}
.bold {
    font-weight: bold;
}
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.invisible {
    display: none;
}
.center {
    text-align: center;
}
.pointer {
    cursor: pointer;
}
.w100 {
    width: 100%;
}

/* #Site styles
================================================== */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}
header {

    background: #fff;
    z-index: 9999;
    width: 100%;
    float:left;
}
.header-top {
    height: 40px;
    background: #38454d;
}
.header-top a {
    float: left;
    line-height: 40px;
    padding-left: 30px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 16px;
}
.header-top a.active:before, .header-top a:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #8d9faa;
    background-size: 25px;
    text-align: center;
    left: 15px;
    bottom: -5px;
}
.header-middle {
    padding-bottom: 2px;
}
.header-middle .logo {
    float: left;
    margin-top: 3px;
    position: relative;
}
.header-middle nav {
    margin-top: 3px;
}
.header-middle nav ul {
    list-style: none;
}
.header-middle nav ul li {
    float: left;
}
.header-middle .nav-link {
    float: left;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 16px;
    line-height: 60px;
}
.header-middle .nav-link:hover {
    text-decoration: none;
}
.header-middle .nav-link:after {
    background: url(/box2/img/menu_dots.svg) no-repeat center;
    background-size: 26px;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 7px;
    left: 0;
    content: "";
    opacity: 0;
}
.header-middle .nav-link:hover:after, .header-middle .nav-link.active:after {
    opacity: 1;
}
.header-middle .bell {
    margin-right: 15px;
    margin-top: 20px;
    float: left;
    position: relative;
}
.header-middle .marks{
    margin-top:20px;
    margin-right:15px;
    float:left;
}
.header-middle .marks img{
    width:20px;
    height: 20px;
}
.header-middle .bell span {
    position: absolute;
    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-middle .search {
    padding: 0px 6px;
    margin-right: 10px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    height: 30px;
    margin-top: 15px;
}
.langeauge-wrap-nd {
    float: left;
    position: relative;
    margin-top: 0px;
}
.langeauge-wrap-nd img {
    width:12px;
}
.langeauge-wrap:after {
    position: absolute;
    content: "";
    background: url(/box2/img/down-arrow.png) no-repeat right;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 0px;
    background-size: 20px;
}
.language {
    display: none;
    list-style: none;
    position: absolute;
    padding: 10px;
    top: 25px;
    left: -21px;
}
.langeauge-wrap a {
    color: #111 !important;
    text-decoration: none !important;
}
.language a {
    color: #333 !important;
}
.language.active {
    display: block;
    background: #fff;
    z-index: 999;
    width: 85px;
    padding-left: 10px;
}
.language.active li{
    padding-left:5px;
    box-sizing:border-box;
}
.language.active li:hover {
    background: #EFF3F8;
}
.langeauge-wrap.active:after {
    position: absolute;
    content: "";
    background: url(/box2/img/down-arrow.png) no-repeat right;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 25px;
    background-size: 20px;
    transform: rotate(180deg);
}

.header-bottom {
    background: #e94612;
    height: 40px;
}
.header-bottom .nav-slider-wrap {
    width: 1015px;
    padding: 0 20px;
}
.header-bottom .nav-slider {
    width: 100%;
    height: 40px;
}
.header-bottom .nav-slider .swiper-slide {
    width: auto;
}
.header-bottom .nav-slider .swiper-slide a {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 40px;
}
.header-bottom .nav-slider-wrap .swiper-button-prev {
    left: -15px;
    width: 40px;
    height: 30px;
    top: 13px;
}
.header-bottom .nav-slider-wrap .swiper-button-next {
    right: -15px;
    width: 40px;
    height: 30px;
    top: 13px;
}
.header-bottom .nav-slider-wrap {
    --swiper-navigation-size: 17px;
}
.header-bottom .nav-slider-wrap .swiper-button-next:after, .header-bottom .nav-slider-wrap .swiper-button-prev:after {
    color: #fff;
}
.header-bottom .right-buttons {
    width: 325px;
    height: 40px;
    background: #313C44;
}
.header-bottom .right-buttons a {
    height: 40px;
    color: #fff;
    font-weight: 500;
    width: 50%;
}
.header-bottom .right-buttons a:nth-child(1) {
    border-right: 1px solid #fff;
}
main {
    margin-top: 20px;
    float:left;
    width:100%;
    padding-bottom: 65px;
}
.important-news{
      display: flex;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    flex-direction: row;
    border:1px solid #EA2126;
    position:relative;
    overflow:hidden;
}
.important-news:after{
    position:absolute;
    content:"";
    right:0;
    top:0;
    width:100%;
    height: 100%;
    background: linear-gradient(89.99deg, rgba(255, 255, 255, 0) 83.86%, #FFFFFF 96.54%);
}
.important-news .red-part{
    background:#EA2126;
    font-size:12px;
    color:#fff;
    padding-left:30px;
    padding-right:10px;
    box-sizing:border-box;
    position:relative;
    text-transform:uppercase;
    width:335px;
}
.important-news .red-part:before{
    position:absolute;
    content:"";
    left:5px;
    top:8px;
    background:url("/box2/img/imp-icon.svg") no-repeat center;
    width:25px;
    height: 25px;
    background-size:20px;
}
.important-news .red-part span{
    font-weight: bold;
}
.important-news .text-news{
    padding-left:20px;
    box-sizing:border-box;
}
.top-news-wrap {
    gap: 20px;
}
.top-news-wrap .left-column {
    flex: 1 1 1015px;
    width:1015px;
    flex-shrink:0;
}
.top-news-wrap .right-column {
    flex: 1 1 325px;
}
.view-page .right-column {
    overflow: hidden;
}
.top-news {
    gap: 20px;
    float:left;
    width:100%;
}
.top-news .text-part {
    flex: 1 1 325px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top-news .img-wrap {
    flex: 1 1 670px;
}
.big-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}
.sub-title {
    line-height: 17px;
    margin-top: 10px;
    float: left;
}

.stats-wrap {
    font-size: 10px;
    float: left;
    margin-top: 10px;
    width: 100%;
}
.stats-wrap .stats {
    position: relative;
    padding-left: 10px;
    float: left;
    margin-right: 7px;
}
.stats-wrap .stats::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #C4C4C4;
    left: 2px;
    top: 3px;
}
.top-news .img-wrap a {
    height: 380px;
}
.top-news .img-wrap img {
    height: 380px;
    object-fit: cover;
}
.top-news .img-wrap .white-sticker img  {
    height: auto !important;
    object-fit: none !important;
}
.live-sticker {
    width: 155px;
    height: 48px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: rgba(234, 33, 38, 0.9);
    font-size: 10px;
    color: #fff;
    padding-left: 11px;
    padding-top: 11px;
    line-height: 13px;
}
.more-top-news {
    margin-top: 20px;
    gap: 20px;
    flex-wrap:wrap;
    float:left;
}
.more-top-news.choise .medium-title{
    min-height: 85px;
    height: 85px;
    float:left;
}
.news-box-regular {
    flex: 1 1 325px;
    /* max-width: 325px; */
}
.more-top-news {

}
.news-box-regular .img-wrap {
    margin-bottom: 6px;
    height: 185px;
}
.news-box-regular .img-wrap .img {
    height: 185px;
    object-fit: cover;
}

.news-box-regular .inner-holder {
    float: left;
    width: 100%;
}
.news-box-regular .live-sticker{
    top:20px;
    width:85px;
}
.medium-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    float:left;
    width:100%;

}
.big-left-box .medium-title {
    margin-top:5px;
    padding-left:10px;
    box-sizing:border-box;
}
.big-left-box .stats-wrap {
    margin-bottom:5px;
}
.red-sticker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: rgba(234, 33, 38, 0.9);
}
.top-news-wrap .right-column .news-box-regular {
    margin-bottom: 20px;
    float:left;
}
.heading-box {
    background: #EFF3F8;
}
.heading-box .heading {
    height: 60px;
    background: #E94612;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 0 10px;
}
.heading-box .inner {
    padding: 20px 10px;
}
.square-title {
    font-weight: 600;
    line-height: 17px;
    padding-left: 16px;
    position: relative;
    display: flex;
}
.square-title::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #E94612;
    left: 2px;
    top: 4px;
}
.small-title {
    font-weight: 600;
    line-height: 17px;
    float: left;
    width: 100%;

}
.last-news-wrap {
    margin-top: 50px;
    float:left;
    width:100%;
}
.last-news {
    width: 250px;
    height: 40px;
    background: #333;
    border-radius: 40px;
    font-weight: 600;
    color: #fff;
    font-size:15px;
    display:inline-block;
    line-height: 40px;
}
.last-news:hover {
    color: #fff;
    background:#333333;
    text-decoration: none;
}
.gsc_thin_scroll::-webkit-scrollbar{
    height: 4px;
}
.gsc_thin_scroll::-webkit-scrollbar-thumb{
    background: #E94612;
    -webkit-border-radius: 5px;
}
.gsc_thin_scroll::-webkit-scrollbar-track{
    background: #EFF3F8;
}

.scroll-mobile::-webkit-scrollbar{
    height: 2px !important;
}
.scroll-mobile::-webkit-scrollbar-thumb{
    background: #ddd !important;
    -webkit-border-radius: 5px !important;
}
.scroll-mobile::-webkit-scrollbar-track{
    background: #EFF3F8 !important;
}

.last-news-wrap .scroll-outer {
    margin-top: 20px;
    overflow-x: auto;
    padding-bottom: 16px;
    position:relative;
}

/*.last-news-wrap .scroll-outer:after{
    position:absolute;
    content:"";
    top:0;
    right:0;
    width:10%;
    height: 100%;
    background: linear-gradient(270deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 269.19%);
}   */
.last-news-wrap.scroll-slider .scroll-outer:after {
    content:none;
}
.last-news-wrap .scroll-innner {
    width: max-content;
}
.last-news-wrap .scroll-box {
    float: left;
    width: 325px;
    margin-right: 15px;
    overflow: hidden;
}
.last-news-wrap .scroll-box:last-of-type {
    margin-right: 0;
}
.last-news-wrap .scroll-box time {
    margin-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    float: left;
    width: 100%;
}
.last-news-wrap .scroll-box time::after {
    content: "";
    position: relative;
    background: #C4C4C4;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    left: 8px;
    width: 100%;
}
.last-news-wrap .scroll-box a {
    line-height: 17px;
    font-weight: 600;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    border-left: 2px solid #E94612;
    padding-left: 8px;
    text-transform: uppercase;
}
.follow-us-box .section-title{
    margin-bottom:15px;
    margin-top:20px;

}
.bnt-subjects {
    margin-bottom: 38px;
    margin-top: 115px;
}
.bnt-subjects .subjects-title {
    font-weight: 600;
    color: #E94612;
    line-height: 17px;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 34px;
    text-transform: uppercase
}
.bnt-subjects .news-box-regular .img-wrap {
    margin-bottom: 15px;
}
.bnt-subjects .news-box-regular .square-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #C4C4C4;
    min-height: 67px;
    height: 67px;
}
.bnt-subjects .news-box-regular .square-title:last-of-type {
    border: 0;
}
.gap-holder {
    gap: 20px;
    float:left;
}
.banner-wrap{
    display:flex;
    background:#EFF3F8;
    padding:15px;
    box-sizing:border-box;
    justify-content: center;
    margin-bottom:30px;
}
.banner-wrap-2{
    display:flex;
    padding:15px;
    box-sizing:border-box;
    justify-content: center;
    margin-bottom:10px;
    margin-top:10px;
    max-width: 100%;
    overflow-x: auto;
    text-align: center;
}
/*.banner-wrap img{
    width:100%;
}*/
.actualno{
    margin-top:30px;
}
.bordered-big-box {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-top: 1px solid #38444D;
    padding-top: 25px;
    margin-top:30px;
}
.more {
    font-weight: 500;
    color: #333;
    box-sizing:border-box;
    font-size:14px;
    font-weight: bold;

}
.more:hover {
    text-decoration:underline;
}

.bordered-big-box .big-left-box-wrap {
    gap: 20px;
}
.bordered-big-box .big-left-box-wrap .big-left-box {
    flex: 0 0 555px;
    background: rgba(239, 243, 248, 1);
}
.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: 311px;
    overflow: hidden;
}
.bordered-big-box .big-left-box-wrap .right-boxes {
    flex: 1 1 auto;
}
.bordered-big-box .big-left-box-wrap .right-boxes .news-box-regular {
    flex: 1 1 248px;
}
.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: 140px;
}
.two-sections-one-row {
    display: flex;
    gap: 20px;
}
.two-sections-one-row .bordered-big-box {
    flex: 0 1 50%;
}
.two-sections-one-row .bordered-big-box .small-title {
    height: 34px;
    overflow: hidden;
}
.video-gallery {
    overflow-x: auto;
    padding-bottom: 16px;
    margin-top:30px;
}
.video-gallery .scroll-innner{
    width: max-content;
}
.video-gallery .video-box {
    width: 510px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.video-gallery .video-box:last-of-type {
    margin-right: 0;
}
.video-gallery .video-box .img {
    height: 790px;
    object-fit: cover;
}
.video-gallery .video-box::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) -3.13%, rgba(0, 0, 0, 0) 55.51%);
}
.video-gallery .video-box .red-sticker {
    bottom: auto;
    left: auto;
    float: left;
    position: relative;
    margin-top: 4px;
}
.video-gallery .video-box .medium-title {
    color: #fff;
    width: calc(100% - 45px);
}
.video-gallery .video-box .title-holder {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-right: 15px;
}
.gallery-box-wrap-big {
    display: flex;
    gap: 20px;
}
.gallery-box-wrap-big .gallery-box-big {
    flex: 0 1 50%;
    position: relative;
}
.gallery-box-wrap-big .gallery-box-big .img {
    height: 375px;
    object-fit: cover;
}
.gallery-box-wrap-big .gallery-box-big::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) -3.13%, rgba(0, 0, 0, 0) 55.51%);
}
.gallery-box-wrap-big .gallery-box-big .red-sticker {
    bottom: auto;
    left: auto;
    float: left;
    position: relative;
    margin-top: 4px;
}
.gallery-box-wrap-big .gallery-box-big .medium-title {
    color: #fff;
    width: calc(100% - 45px);
}
.gallery-box-wrap-big .gallery-box-big .title-holder {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-right: 15px;
}
.gallery-box-wrap-small {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.gallery-box-wrap-small .news-box-regular {
    flex: 1 1 330px;
}

footer {
    background: #38454d;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 50px;
    float:left;
    width:100%;
}
footer h2 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.footer-top .links {
    flex: 0 0 155px;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}
.footer-top .links a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}
.footer-top .right-part {
    float: right;
}
.footer-top .right-part .socials {
    margin-right: 10px;
}

.footer-top .right-part .socials:last-of-type {
    margin-right: 0;
}
.footer-top .right-part .phone-text {
    font-size: 13px;
    color: #aebdc6;
    text-align: right;
    margin-top: 20px;
}
.footer-top .right-part .tel {
    font-size: 20px;
    font-weight: bold;
    color: #aebdc6;
    float: right;
    margin-top: 6px;
}
.footer-bottom {
    /* margin-top: 20px; */
    padding-top: 0px;
    /* border-top: 1px solid #9ca2a6; */
}
.footer-bottom a {
    float: left;
    font-size: 12px;
    color: #b6c3ca;
    position: relative;
    margin-right: 16px;
}
.footer-bottom a:after {
    position: absolute;
    content: "";
    right: -8px;
    height: 65%;
    width: 1px;
    background: #9ca2a6;
    top: 3px;
}
.footer-bottom a:last-of-type:after {
    display: none;
}
.new-footer-link {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
}
.new-footer-link img {
    float:left;
    object-fit:contain;
    width:60px;
}
.new-footer-link span {
    float:left;
    color:#b6c3ca;
    font-size:12px;
}
.copyright {
    float: left;
    color: #b6c3ca;
    font-size: 12px;
}
.mobile-nav-button {
    width: 40px;
    height: 30px;
    float: left;
    margin-top: 17px;
    border-left: 1px solid #DCDFE3 !important;
}
.home {
    margin-left: 6px;
}
.mobile-cats-scroller-wrap {
    margin-top: 6px;
}
.mobile-cats-scroller {
    width: calc(100% - 30px);
    overflow-x: auto;
    height: 27px;
}
.mobile-cats-scroller .scroll-inner {
    width: max-content;
}
.mobile-cats-scroller .scroll-inner a {
    font-size: 12px;
    margin: 0 7px;
}
.mobile-nav {
    left: 0;
    background: #fff;
    transform: translateX(-100%);
}
.noty-nav,.bookmark-nav {
    right: 0;
    background: #fff;
    transform: translateX(100%);
}
.mobile-nav,.noty-nav,.bookmark-nav {
    position: fixed;
    top: 116px;
    width: 100%;
    height: calc(100vh - 116px);
    z-index: 99999999;
    overflow: auto;
    transition: transform .3s ease-in-out;
}
.mobile-nav.opened,.noty-nav.opened,.bookmark-nav.opened {
    transform: none;
}
.main-nav {
    padding: 10px;
}
.main-nav .search-wrap {
    width: calc(100% - 90px);
    position: relative;
    height: 40px;
}
.main-nav .search-wrap input {
    height: 40px;
    background: #EFF3F8;
    border-radius: 4px;
    width: 100%;
    border: 0;
    padding-left:10px;
    box-sizing:border-box;
    color:#f1f1f1;
}
.main-nav .search-wrap button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
}
.main-nav .langeauge-wrap {
    float: right;
}
.main-nav .langeauge-wrap img{
    margin-top:0px !important;
}
.main-nav .langeauge-wrap a {
    color: #fff !important;
}
.main-nav .langeauge-wrap:after {
    background: url(/box2/img/arrow_w.svg) no-repeat center;
    background-size: 9px;
    rotate: -90deg;
}
.main-nav .language.active {
    background: #484848;
    border-radius: 4px;
    top: 63px;
}
.main-nav .nav-links-holder {
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.main-nav .nav-links-holder a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333;
    font-weight: 600;
}
.mobile-nav .bottom-links {
    background: #313C44;
    padding: 20px 10px;
}
.mobile-nav .bottom-links a {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.subscribe-box {
    background: #DCDFE3;
    border-radius: 2px;
    height: 72px;
    position: relative;
    margin-bottom: 12px;
}
.subscribe-box::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 72px;
    background: url("/box2/img/grid.svg") no-repeat;
    background-size: 72px;
    content: "";
}
.subscribe-box::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 72px;
    background: url("/box2/img/grid.svg") no-repeat;
    background-size: 72px;
    content: "";
    rotate: 180deg;
}
.subscribe-box .text {
    color: #000;
    margin-bottom: -12px;
}
.orange-button {
    height: 25px;
    background: #E94612;
    border-radius: 2px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
}
.white-button {
    height: 25px;
    background: #FFFFFF;
    border: 0.5px solid #C4C4C4;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #333 !important;
    text-decoration: none !important;
}

/* Sticky Subscribe Box Styles */
.sticky-subscribe-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* High z-index to ensure it's above other elements */
    box-sizing: border-box;
    transform: translateY(100%); /* Start hidden below viewport */
    transition: transform 0.3s ease-in-out;
    z-index: 1111111111;
}

.sticky-subscribe-container.visible {
    transform: translateY(0); /* Show fully */
}

.sticky-subscribe-container .subscribe-box {
    margin: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Add shadow at the top */
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .sticky-subscribe-container .subscribe-box {
        height: auto;
        padding: 15px 0;
    }

    .sticky-subscribe-container .d-flex {
        margin-top: 10px;
    }
}

.last-news-mobile {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    float:left;
}
.mobile-hash-news {
    min-height: 100px;
    background: #EFF3F8;
    padding: 10px 25px;
    margin-bottom: 20px;
}
.mobile-hash-news .hash-logo {
    width: 81px;
    height: 81px;
    background: #333333;
    border-radius: 3px;
}
.mobile-hash-news .hash-links {
    margin-left: 35px;
}
.mobile-hash-news .hash-links a {
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 15px;
    font-style: italic;
}
.mobile-hash-news .hash-links a:last-of-type {
    margin-bottom: 0;
}
.black-btn {
    height: 40px;
    background: #333333;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}
.more-cats {
    margin: 10px 0;
}
.more-cats a {
    border-radius: 10px;
    font-size: 10px;
    font-weight: 500;
    color: #7A7A7A;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}
.more-cats a.active {
    background: #EFF3F8;
    color: #E94612;
}
.blue-section,.blue-section-one{
    background:#90D5FF;
    padding-top:20px;
    padding-bottom:20px;
}
.blue-section .section-title,.blue-section-one .section-title{
    border-left: 2px solid #333;
}
.blue-section .stats,.blue-section-one .stats{
    color:#333;
}
.blue-section .stats-wrap .stats::after,.blue-section-one .stats-wrap .stats::after{
    background:#333;
}

.follow-us{
    display:flex;
    gap:20px;
    margin-top:20px;
    padding-top:30px;
    box-sizing:border-box;
    border-top:1px solid #333;
    float:left;
}
.follow-us-box{
    flex:1 1 330px;
    display: flex;
    flex-direction: column;
}
.follow-us-box .phone{
    width:100%;
    float:left;
    padding-left:25px;
    box-sizing:border-box;
    position:relative;
    margin:10px 0px;
}
.follow-us-box .phone:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:20px;
    height: 20px;
    background:url(/box2/img/small-phone.svg) no-repeat center;
    background-size:16px;
}
.follow-us-box .email{
    width:100%;
    float:left;
    padding-left:25px;
    box-sizing:border-box;
    position:relative;
    margin:10px 0px;
}
.follow-us-box .email:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:20px;
    height: 20px;
    background:url(/box2/img/small-email.svg) no-repeat center;
    background-size:16px;
}
.foolow-us-title{
   color:#333333;
   font-size:24px;
   text-transform:uppercase;
   margin-top:20px;
   margin-bottom:40px;
   height: 50px;
   line-height: 50px;
}
.listen-news{
   display:flex;
}
.listen-news-box{
    display:flex;
    gap:20px;
    align-items: center;
    background:#EFF3F8;
    padding:10px;
    box-sizing:border-box;
    border-left:4px solid #FF0000;
    position:relative;
    margin-right:20px;
}
.grey-part{
   font-size:14px;
   color: #333333;
}
.grey-part span.red{
    color:#FF0000;
    font-weight: bold;
}
.listen-news-box:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100px;
    height:4px;
    background:#FF0000;
}
.listen-news-box:after{
    position:absolute;
    content:"";
    left:0;
    bottom:0;
    width:100px;
    height:4px;
    background:#FF0000;
}
.white-part{
    background: #fff;
    padding:10px 15px;
    box-sizing:border-box;
    display: flex;
    gap: 10px;
    align-items: center;
}
.icon-app.icon1{
    float:left;
    width:55px;
    height: 55px;
    background:#E94612;
    border-radius:3px;
    background: #E94612 url("/box2/img/icon-red1.svg") no-repeat center;
    background-size:30px;
    margin-right:15px;
}

.icon-app.icon2{
    float:left;
    width:55px;
    height: 55px;
    background:#E94612 url("/box2/img/icon-red2.svg") no-repeat center;
    border-radius:3px;
    background-size:30px;
    margin-right:15px;
}
.icon-app.icon3{
    float:left;
    width:55px;
    height: 55px;
    background:#E94612 url("/box2/img/icon-red3.svg") no-repeat center;
    border-radius:3px;
    background-size:30px;
    margin-right:15px;
}
.fb-icon, .inst-icon, .youtube-icon{
    width:100%;
    float:left;
    display:flex;
    align-items:center;
    margin-bottom:15px;
}
.fb-icon img, .inst-icon img, .youtube-icon img{
    float:left;
    width:27px;
    margin-right:20px;
}
.share-btns{
    float:left;
    width:100%;
    margin-top:20px;
}
.breadcrumbs-wrap{
    display:flex;
    gap:20px;
    height: 18px;
    line-height: 18px;
    margin-bottom:10px;
}
.breadcrumbs-wrap ul{
    list-style: none;
    padding-left:0px;
    float:left;
    width:100%;
}
.breadcrumbs-wrap ul li{
    float:left;
    padding:0 10px;
    border-right:1px solid #333;
}
.breadcrumbs-wrap ul li a{
    font-size:13px;
    color:#333;
}
.breadcrumbs-wrap ul li:last-child{
    border-right:none;
}
.all-news-wrap{
    float:left;
    width:100%;
}
.top-links{
    display:flex;
    margin-bottom:20px;
}
.top-links .top-link{
    padding:6px 10px;
    font-size:10px;
    color:#7A7A7A;
    box-sizing:border-box;
}

.left-column .listing-title{
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom:20px;

}

.txt-news ul{
    /* list-style: none; */
    display: flex;
    gap:30px;
    margin-bottom:20px;
    margin-left: 30px;
}
.txt-news ul li{
    float:left;
}

.link-news{
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    color:#E94612;
}
.tag{
    float:left;
    width:100%;
    color:#333;
    font-style: italic;
}
.soc-icons-container{
    display: flex;
    /*float: left;*/
    gap: 20px;
    margin-top: 30px;
    align-items: center;
}
.mt30{
    margin-top:30px;

}
.right-banner{
    float:left;
    width:100%;
    display:flex;
    justify-content:center;
    overflow: hidden;
    max-width: 100%;
    flex-direction: column;
}
.right-banner iframe {
    margin-bottom: 20px;
}
.right-banner img{
    float:left;
    width:300px;
    height: 600px;
    object-fit:cover;

}
.right-news{
    float:left;
    width:100%;
}
#tabs{
    float:left;
    width:100%;
    margin-top:30px;
}
.tabs{
    display:flex;
}
.tab-btn{
    width:50%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color:#333333;
    font-size:16px;
    background:#EFF3F8;
    text-align: center;
    border-radius: 3px 3px 0px 0px;

}
.tab-btn.active{
    background: #E94612;
    border-radius: 3px 3px 0px 0px;
    color:#fff;
}
.small-news{
    float:left;
    width:100%;
    margin-top:20px;
}
.quadrat-img-wrap{
    width:80px;
    height: 80px;
    float:left;
}
.quadrat-img-wrap img{
    width:100%;
    height: 100%;
    object-fit:cover;
}
.text-content{
    float:right;
    width:calc(100% - 80px);
    padding-left:10px;
    box-sizing:border-box;
    margin-top:0px;
    max-height: 55px;
    overflow:hidden;
    font-size:16px;
}
.small-news .stats-wrap{
    width:calc(100% - 80px);
    padding-left:10px;
    box-sizing:border-box;
}
.left-column .banner-wrap img{
    width:100%;
}
.back-btn{
    height: 30px;
    line-height: 30px;
    background: #EFF3F8;
    margin-bottom: 20px;
    color:#7A7A7A;
    font-size:10px;
    text-transform:uppercase;
}
.back-btn img{
    margin-right:10px;
}
.big-view-title{
    font-weight: 600;
    color:#333;
    font-size:32px;
    margin-bottom: 10px;
}
.top-author-wrap{
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
    margin-bottom:20px;
}
.image-wrap{
    display: flex;
    align-items: center;
    float:left;
    width:100%;
}
.image-wrap img{
    margin-right:10px;
}
.top-author-wrap .soc-icons-container{
    display: flex;
    float: left;
    gap: 20px;
    align-items: center;
}
.top-author-wrap .soc-icons-container span{
  color:#7A7A7A;
  font-size:13px;
  text-transform:uppercase;
}
.image-wrap span.name{
    color:#7A7A7A;
    font-size:10px;
}
.view-page .img-wrap{
    width:100%;
}
.view-page .live-sticker{
    top:20px;
}
.view-page .swiper-slide .live-sticker{
    width:115px;
}
.view-page .top-news .img-wrap,.live-view-page .top-news .img-wrap {
    flex: 0 0 100%;
    position:relative;
}
.view-page .top-news .img-wrap img,.live-view-page .top-news .img-wrap img{
    width:100%;
}
.text-container{
    margin-top: 25px;
    margin-bottom: 5px;
}
/* .text-container.style-text p{
    padding-left:70px;
    box-sizing:border-box;
    position:relative;
    font-style: italic;
    margin-bottom:15px;
}
.text-container.style-text p:before{
    position:absolute;
    content:"";
    top:3px;
    left:30px;
    width:55px;
    height: 25px;
    background:url(/box2/img/dots-red.svg) no-repeat center;
    background-size:5px
}
.text-container p{
   font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin:5px 0px;
} */

.txt-news a {
    color: #2666dd;
    text-decoration: none;
    background-color: transparent;
    line-height: 1.5;
}
.txt-news a:hover {
    text-decoration:underline;
}
.txt-news img {
    min-width: 100%;
    height: auto !important;
    /* margin-right: 20px; */
    /*margin-bottom: 20px;  */
    clear: both;
    cursor:pointer;
    max-width: 100%;

}
.txt-news p{
    width:100%;
    margin-top:0px;
    margin-bottom: 0.9em;
    color: #38454d;
    font-size: 16px;
    line-height: 1.5;
}
.txt-news ul{
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0.9em;
    font-size: 16px;
}
/* .txt-news p:first-child{
    padding-left: 20px;
    box-sizing:border-box;
    border-left:2px solid red;
    font-style:italic;
} */
.txt-news blockquote {
    padding-left: 20px;
    line-height: 1.5;
    box-sizing:border-box;
    border-left:2px solid red;
    font-style:italic;
    display: inline-block;
    margin-left: 0;
}
.txt-news iframe,.txt-news video {
    max-width: 100%;
}
.txt-news a {
    font-size: 16px;
}

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

}
.hash-tag-inner-wrap a{

    float:left;
    font-size:13px;
    color:#38454d;
    margin-right:15px;
}
.hash-tag-inner-wrap a:hover{
    text-decoration:underline;
}
.hash-tag-wrap span{
    float:left;
    font-size:14px;
    color:#38454d;
}
.right-hash-tag{
    background:#fff url(/box2/img/hashtag.svg) no-repeat center;
    background-size:30px;
    position:absolute;
    right:10px;
    top:-30px;
    width:100px;
    height: 100px;
    text-align:center;
    border:1px solid #b6c3ca;
    z-index:9;
    float:left;
}

.connected-section{
    padding:20px;
    box-sizing:border-box;
   background: #EFF3F8;
   border-radius: 3px;
}
.connected-wrap{
    display:flex;
    gap:20px;
}
.connected-section .connected-section-title{
    font-size:18px;
    text-transform:uppercase;
    color:#333;
    font-weight: 700;
}
.connected-wrap .quadrat-img-wrap{
    width:135px;
    height: 135px;
    position: relative;
}
.connected-wrap .text-content{
    width: calc(100% - 145px);
    font-size:16px;
    font-weight: 600;
}
.connected-wrap .sub-title {
   width: calc(100% - 145px) ;
   float:right;
   padding-left:10px;
   padding-right:10px;
   font-size: 12px;
}
.connected-wrap .live-sticker{
    width:90px;
    top: 5px;
    padding-left: 5px;
    padding-top: 5px;
    height: 40px;
}
.connected-wrap .small-news .stats-wrap{
    width: calc(100% - 145px);
}
.view-page .top-news .img-wrap img,.live-view-page .top-news .img-wrap img{
    height: auto;
}
.text-images-container{
        display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    gap: 30px;
}
.bottom-slider-wrap{
   width: 1015px;
    padding: 0 20px;
    overflow: hidden;
}
.bottom-slider{
    width:100%;
    height: 40px;
    overflow: hidden;
}
.bottom-slider .swiper-slide{
    width:auto;
}
.bottom-slider .swiper-slide a{
    color: #333;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 40px;
}
.bottom-slider-wrap .swiper-button-next{
    right: -15px;
    width: 40px;
    height: 30px;
    top: 28px;
}
.bottom-slider-wrap .swiper-button-prev{
    left: -15px;
    width: 40px;
    height: 30px;
    top: 28px;
}
.bottom-slider-wrap .swiper-button-next:after, .bottom-slider-wrap .swiper-button-prev:after{
    color:#333;
    font-size:17px;
}
.view-page-slider{
    padding-top:35px;
    box-sizing:border-box;
    margin-top:30px;
    background:rgba(239, 243, 248, 1);

}
.view-page-slider .news-box-regular{
    padding:10px;
    box-sizing:border-box;
}
.view-page-btns{
    position:absolute;
    right:25px;
    width:45px;
    height: 40px;
    top:-33px;
}
.view-page-btns .swiper-button-next {
    right: -15px;
    width: 30px;
    height: 30px;
    top: 28px;
    font-size:18px;
    color:#fff;
    background: #333;
}
.view-page-btns .swiper-button-next:after,.view-page-btns .swiper-rtl .swiper-button-prev:after{
    font-size:18px;
}
.view-page-btns .swiper-button-prev:after,.view-page-btns .swiper-rtl .swiper-button-next:after{
    font-size:18px;
}
.view-page-btns .swiper-button-prev {
    left: -15px;
    width: 30px;
    height: 30px;
    top: 28px;
    font-size:18px;
    color:#fff;
    background: #333;
    margin-left:3px;
}
.audio-heading {
    height: 31px;
    background: url(/box2/img/sound-waves1.svg) no-repeat 10px center;
    background-size: 31px;
    font-size: 18px;
    color: #333;
    padding-left: 50px;
    line-height: 31px;
    padding-right: 18px;
    margin-top: 1px;
    width: 100%;
    margin-top:20px;
}
.breadcrumbs {
    margin-bottom: 20px;
}
.breadcrumbs ul, .breadcrumbs{
    float:left;
    width:100%;
    padding-inline-start: 0px;
}
.breadcrumbs ul li{
    float:left;
    list-style: none;
    border-right: 1px solid #d3d3d3;
}
.breadcrumbs ul li:last-child{
    border-right:none;
    padding-left:5px;
    box-sizing:border-box;
    font-size:13px;
    color:#e94612;
}
.breadcrumbs ul li a{
    float:left;
    color:#38454d;
    font-size:13px;
    padding:0 5px;
    box-sizing:border-box;

}
.breadcrumbs ul li a:hover{
    text-decoration:underline !important;
}
.breadcrumbs ul li a.active{
   color:#e94612;
   cursor:inherit;
}

.info-news-wrap {
    margin-top:0px !important;
    /* margin-bottom: 20px; */
}
.under-title-info {
    margin-top:1px;
}
.front-position img {
    max-width: 40px;
}
.isAndorid, .isIos {
    display: none;
}

.share-icons{
    float: left;
    background:#fff;
    z-index:99;
}
.share-icons a {
    float: left;
}
.share-icons.active{
    display:block;
}
.share-icons .close{
    background:url(/box/img/close.svg) no-repeat center;
    background-size:15px;
    width:30px;
    height: 30px;
    cursor:pointer;
    margin-top: -2px;
    margin-left: 10px;
}
.share-icon-fb {
    width: 25px;
    height: 25px;
    background: url(/box/img/fb.svg) no-repeat center;
    background-size: 25px;
    margin-right: 5px;
    cursor:pointer;
}

.share-icon-tw {
    width: 25px;
    height: 25px;
    background: url(/box/img/tw.svg) no-repeat center;
    background-size: 25px;
    margin:0 5px;
    cursor:pointer;
}

.share-icon-in {
     width: 25px;
    height: 25px;
    background: url(/box/img/in.svg) no-repeat center;
    background-size: 25px;
    margin:0 5px;
    cursor:pointer;
}
.share-icon-in:hover{
    background: url(/box/img/in_black.svg) no-repeat center;
    width: 25px;
    height: 25px;
    background-size: 25px;
}
.share-icon-sound {
     width: 25px;
    height: 26px;
    background: url(/box/img/cloud.png) no-repeat center;
    background-size: 25px;
    margin:-1px 5px 0 5px;
    cursor:pointer;
}
.share-icon-sound:hover{
    background: url(/box/img/cloud_hover.png) no-repeat center;
    width: 25px;
    height: 26px;
    background-size: 25px;
}

.share-text {
    color: #38454d;
    font-size: 12px;
    margin-top: 4px;
    margin-right: 10px;
}
.a2a_button_facebook {
    margin-right: 5px;
}
.a2a_button_twitter {
    margin-right: 5px;
}
.a2a_svg {
    border-radius: 0 !important;
}
.a2a_button_facebook_messenger {
    margin-right: 10px;
}

.copy-btn {
    float: left;
    background: url("/box/img/copy.png") no-repeat center #e94612;
    background-size: 19px;
    width: 32px;
    height: 32px;
    /* -webkit-transition: 0.7s;
    transition: 0.7s; */
    position: relative;
}
.copy-btn:hover {
    background: url("/box/img/copy.png") no-repeat center rgba(0,0,0,0.9);
    background-size: 19px;
}
.copy-btn span {
    font-size: 10px;
    padding: 5px 0px;
    color: #fff;
    position: absolute;
    text-align: center;
    border-radius: 6px;
    top: -34px;
    width: 142px;
    left: -108px;
    background: #000;
    display: none;
}
.copy-btn span:after {
    top: 100%;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 6px;
    margin-left: -6px;
}

.twitter-button {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 8px;
}
#viber_share {
    float: left;
    margin-top: 8px;
}
.share-buttons-new {
    margin-top:20px;
}

.r-part {
    flex-grow: 1;
}
.vjs-poster {
    background-size: cover !important;
}

.source {
    margin-top:3px;
    font-size:12px;
    margin-bottom: 5px;
}

.hamburger-btn {
  width: 20px;
  height: 16px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.hamburger-btn:focus {
  outline: none;
}

.hamburger-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hamburger-btn .line:nth-child(1) {
  top: 0;
}

.hamburger-btn .line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-btn .line:nth-child(3) {
  bottom: 0;
}

.hamburger-btn.active .line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.hamburger-btn.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active .line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.page-link {
    display: block;
    width: 100%;
    height: 100%;
    padding:0 5px;
    font-size: 18px;
}
.active.page-item {
    color:#adacac;
}

/* РЎС‚РёР»РѕРІРµ Р·Р° Р±СѓС‚РѕРЅ Р·Р° Р·Р°РїР°Р·РІР°РЅРµ СЃ namespace fv */
.fv-save {

}


.fv-save.fv-saved {
    background-color: #e6f7ff;
    border-color: #1890ff;
    color: #1890ff;
}

/* РЎС‚РёР»РѕРІРµ Р·Р° РёР·РІРµСЃС‚РёСЏ */
.fv-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 15px;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.fv-notification.fv-show {
    opacity: 1;
    transform: translateY(0);
}

.fv-notification.fv-success {
    background-color: #52c41a;
}

.fv-notification.fv-error {
    background-color: #f5222d;
}

.fv-notification.fv-info {
    background-color: #1890ff;
}

/* РЎС‚РёР»РѕРІРµ Р·Р° Р±СѓС‚РѕРЅР° Р·Р° Р»СЋР±РёРјРё СЃ Р±СЂРѕСЏС‡ */
.fv-marks {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.fv-bookmark-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fv-bookmark-icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.fv-x-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    transition: all 0.3s ease;
}

.fv-notification-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #f56c6c;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

/* РЎС‚РёР»РѕРІРµ Р·Р° РјРѕРґР°Р»РЅРёСЏ РїСЂРѕР·РѕСЂРµС† Р·Р° Р»СЋР±РёРјРё */
.fv-favorites-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fv-favorites-modal.fv-show {
    opacity: 1;
}

.fv-favorites-modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    padding: 0;
    border-radius: 5px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

.fv-favorites-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.fv-favorites-modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.fv-favorites-close {
    font-size: 24px;
    font-weight: 700;
    color: #999;
    cursor: pointer;
}

.fv-favorites-close:hover {
    color: #666;
}

.fv-favorites-modal-body {
    overflow-y: auto;
    max-height: calc(80vh - 30px);
}

.fv-favorite-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.fv-favorite-item:last-child {
    border-bottom: none;
}

.fv-favorite-content {
    flex: 1;
}

.fv-favorite-content h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 16px;
}

.fv-favorite-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.fv-favorite-actions {
    margin-left: 15px;
}

.fv-remove-favorite {
    color: #999;
    transition: color 0.3s;
    cursor: pointer;
    display: inline-block;
    width:20px;
    margin-left:10px;
}

.fv-remove-favorite:hover {
    color: #f56c6c;
}

.fv-remove-favorite svg {
    width: 16px;
    height: 16px;
}

.fv-no-favorites {
    text-align: center;
    padding: 30px 0;
    color: #999;
}

.bookmark-icon-save {
  cursor: pointer;
  transition: all 0.3s ease;
}

.bookmark-icon-save svg {
    width: 18px;
    height: 26px;
    top: 3px;
    position: relative;
}

.bookmark-icon-save.fv-empty .bookmark-fill {
  fill: none;
}

.bookmark-icon-save.fv-filled .bookmark-fill {
  fill: black !important;
}
.bookmark-icon-save span {
    margin-right:5px;
    color: #555;
    font-weight: 500;
}
.fv-rnews-box-nd {
    padding-right: 10px;
}


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

}
.signal-wrap .inp-hld input{
    float:left;
    width:100%;
    height: 40px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #d3d3d3;
    outline:none;
}
.signal-wrap .inp-hld input:hover{
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
.signal-wrap .inp-hld textarea{
    float:left;
    width:100%;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #d3d3d3;
    outline:none;
    min-height: 100px;
    max-height: 300px;
}
.signal-wrap .inp-hld textarea:hover{
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
.captcha{
    float:left;
    width: 100%;
    margin-top:55px;
}
.captcha input{
    float:left;
    width:264px;
    border:1px solid #d3d3d3;
    outline:none;
    padding-left:10px;
    box-sizing:border-box;
    height: 40px;
}
.captcha-hld{
    float:left;
    width:100px;
    height: 40px;
}
.captcha-hld img{
    float:left;
   width:100%;
}
#captcha {
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#captcha:hover {
    border: 1px solid #e94612;
}


.signal-form .text-sm {
    font-size: 14px;
    margin-top: 10px !important;
}
.signal-form h4 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 3px;
}
.signal-form hr {
    margin-top: 0;
    border-top: 1px solid #d3d3d3;
}
.dz-clickable {
    border:1px dashed #ccc;
    width:100%;
    height:100%;
    background: #eee;
    color:#333;
    padding:50px;
    outline: none !important;
}
.dz-clickable:hover,.dz-clickable:active {
    background: #e94612 !important;
    color:#fff !important;
    outline: none !important;
}
.dz-preview{
    float: left;
    width: 230px;
    margin-top: 15px;
    margin-right: 10px;
    cursor: move;
}
.dz-progress{
    /* display:none; */
    padding:20px;
    margin-top: 30px;
}
.dz-upload {
    display: block;
    background-color: red;
    height: 10px;
    width: 0%;
}
.dz-image{
    float:left;
    width:80px;
    height:80px;
    position:relative;
}
.dz-image img{
    float:left;
    position:relative;
    z-index:1;
}
.dz-details{
    float:right;
    width:140px;
    height:80px;
    text-align:left;
}
.dz-size,.dz-filename{
    color:#666;
    width:140px;
    font-size: 13px;
}
.dz-filename{
    line-height:16px;

}
.dz-filename span{
    word-wrap:break-word;
}
.dz-success-mark,.dz-error-mark,.dz-error-message{
    display:none;
}
.dz-image &gt; img[data-dz-thumbnail=""]{
    background:url(/box/img/noimage_m.jpg) no-repeat #e8e8e8 -1px 12px;
    height:80px;
    width:80px;
}
.dz-remove{
    float:left;
    clear:left;
    color:#f66;
    margin-top:5px;
    font-size: 14px;
}


.bottom-txt{
    float:left;
    width:100%;
    font-size:15px;
    margin-top:20px;
    margin-bottom:20px;
}
.submit{
    float:left;
    width:300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background:#e94612;
    color:#fff;
    margin-top:30px;
    border:none;
    outline:none;
    margin-bottom:30px;
}
.inp-hld .inp-hld.w50.left{
    width:49%;
    float:left;
    margin-right:2%;
    margin-bottom:20px;
}
.inp-hld .inp-hld.w50.right{
    width:49%;
    float:left;
    margin-bottom:20px;
}
.file-none{
    opacity:0;
    z-index:99;
    position:relative;
}
.file{
    float:left;
    width:100%;
    border:1px solid #e7e7e7;
    height: 40px;
    position:relative;
    color:#fff;
    font-size:15px;
    margin-top:-30px;
}
.browse{
    position:absolute;
    top:25px;
    right:0;
    width:130px;
    background:#e94612 url(../img/upload.svg) no-repeat 7px;
    background-size:20px;
    height: 40px;
    line-height: 40px;
    border:none;
    font-size:15px;
    color:#fff;
    cursor:pointer;
}

.inputfile {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    color: #111;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 40px;
    outline: none;
}

.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
.inputfile-6 + label {
    color: #111;
}

.inputfile-6 + label {
    border: 1px solid #d2d2d2;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label {
    border-color: #ec0b8b;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
   float: right;
}

.inputfile-6 + label span {
    float: left;
    width: calc(100% - 130px);
    height: 40px;
    line-height: 40px;
    color: #111;
    font-size: 14px;
    text-transform: none;
    padding-left: 10px;
}

.inputfile-6 + label strong {
    height: 38px;
    line-height: 41px;
    width: 113px;
    padding-left: 17px;
    color: #fff;
    background-color: #e94612;
    float: right;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    opacity: 0.8;
}

.jobs-upload-info {
    font-style: italic;
    font-size: 11px;
    line-height: 14px;
    display: inline-block;
    margin-top: 5px;
}

.send-news {
    width: 260px;
    border: 0;
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 36px;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    padding: 0 35px;
    background: #e94612;
    border-radius: 0;
    -webkit-transition: 0.7s;
    transition: 0.7s
}
.send-news:hover {
    color: #fff;
    background: rgba(0,0,0,0.9);
}

.error-type {
    display: none;
    color:red;
    width: 100%;
    float:left;
    text-align: left;
}
.dz-preview img {
    max-width:100px;
}
.dz-preview {
    text-align: center;
    border:1px dashed #ccc;
}
.dz-remove {
    margin-left: 10px;
}
.dz-filename {
    height: 20px;
    overflow-y: hidden;
}
.dz-details {
    width:120px;
    height: 47px;
}
.dz-preview {
    width:130px;
}
.dz-img-to {
    width:100px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.push-noty {
    /* display: none; */
    margin-bottom: 20px;
}
.push-noty .check-label {
    float: left;
    margin: 0;
}
.check-label-long {
    width: 100%;
}
.push-noty .check-label .noty-text,.push-noty .check-label .noty-text-inside {
    color: #38454d;
    font-weight: bold;
    width:85%;
    margin-top: 5px;
}
.checkbox {
    display: none;
}
.check-span {
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    margin-top: 4px;
    margin-right: 7px;
}
.check-span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: -1px;
    left: 1px;
    border-left: 2px solid #e94612;
    border-bottom: 2px solid #e94612;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
.check-label .noty-text {
    float: left;
    font-size: 16px;
    color: #fff;
}
.check-label .noty-text-inside {
    float: left;
    font-size: 13px;
    color: #fff;
}
.noty-text-small {
    font-size: 13px !important;
}
.noty-text-smaller {
    font-size: 12px !important;
    font-weight: normal !important;
}
input.checkbox:checked + label .check-span::before{
    opacity: 1;
}
.check-label {
    float: right;
    margin-right: 15px;
    text-align: left;
    margin-top: 11px;
    margin-bottom: 0;
    font-size: 16px;
    box-sizing: border-box;
}
.check-label a {
    color: #fff;
    text-decoration: underline;
}

.w49{
    width: 49%;
}
.btns-news{
   float:left;
   width:100%;
}
.btns-news .more-button{
    padding-left:0px;
    height: 45px;
    line-height: 45px;
    border:1px solid #c61d24;
    background:#c61d24;
    color:#fff;
}
.btns-news .more-button.active{
    background:#fff;
    border:1px solid #c61d24;
    border-bottom:2px solid #c61d24;
    color:#c61d24 !important;
}
.more-button {
    background: #e94612;
    float: left;
    background-size: 11px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding-left: 28px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.more-button:visited,.more-button:active,.more-button:hover {
    color: #fff !important;
}
.bell-icon-small {
    width:20px;
}
.custom-share-btn .a2a_label {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  position: static !important;
  color: white !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom-share-btn .a2a_svg {
  background-color: transparent !important;
  margin-right: 8px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  background-size: 20px !important;
  vertical-align: middle !important;
  border-radius: 0 !important;
  display: none;
}
.custom-share-btn {
  color: white !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  border: none !important;
  text-align: center !important;
  letter-spacing: 0.5px !important;
}
.zoom-in, .zoom-out {
    width: 27px !important;
    height: 27px !important;
    font-size:14px !important;
    margin-left:10px;
}
/* Notification module styles */
.noty-module__ui-pnotify-text {
    font-size: 0.8em;
}

/* Container styles */
.noty-module__container {
    position: relative;
}

.noty-module__padding-none {
    padding: 0;
}

.noty-module__padding-default {
    padding: 0 10px;
}

.noty-module__hide-desktop {
    display: none;
}

.noty-module__none-important {
    display: none !important;
}

.noty-module__clear {
    clear: both;
}

.noty-module__left {
    float: left;
}

.noty-module__right {
    float: right;
}

/* Main notification box styles */
.noty-module__covid-top {
    position: relative;
    border-radius: 4px;
    background: #DCDFE3;
    height: auto;
    padding: 10px 20px;
}

.noty-module__home-style {
    margin-top: 50px;
    margin-bottom: 0;
}

.noty-module__default-style {
    margin-top: 21px;
    margin-bottom: 0;
}

.noty-module__active-display {
    display: block;
    margin-top: 0;
    margin-bottom: 150px;
}

.noty-module__sbs-new::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 72px;
    background: url(/box/img/redesign/grid.svg) no-repeat;
    background-size: 80px;
    content: "";
}

.noty-module__sbs-new::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 72px;
    background: url(/box/img/redesign/grid.svg) no-repeat;
    background-size: 80px;
    content: "";
    rotate: 180deg;
}

/* Text styles */
.noty-module__sbs-new-text {
    width: 100%;
    color: #38454d;
    font-size: 14px;
    line-height: 12px;
    height: 100%;
    text-align: center;
    margin-bottom: 7px;
}

/* Button styles */
.noty-module__button {
    display: inline-block;
    text-decoration: none;
    height: 32px;
    line-height: 30px;
    border: 1px solid #d3d3d3;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.noty-module__button-primary {
    background: #e94612;
    color: #fff;
    width: 49%;
    margin-right: 1%;
}

.noty-module__button-secondary {
    background: #fff;
    color: #38454d;
    width: 48%;
    margin-left: 5px;
}

/* Responsive styles */
@media screen and (min-width: 1170px) {
    .noty-module__sbs-new {
        padding: 30px !important;
    }

    .noty-module__sbs-new a {
        height: 45px !important;
        line-height: 45px !important;
    }

    .noty-module__sbs-new-text {
        font-size: 12px !important;
        font-weight: bold !important;
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 1170px) {
    .noty-module__sbs-new {
        margin-top: 90px !important;
    }

    .noty-module__sbs-new-home {
        margin-top: 103px !important;
    }

    body .noty-module__sbs-new-home {
        margin-top: 80px !important;
    }

    .noty-module__sbs-new {
        margin-top: 56px !important;
    }

    body .my-activity .noty-module__sbs-new a {
        height: 45px !important;
        line-height: 45px !important;
    }

    body .my-activity .noty-module__sbs-new .noty-module__sbs-new-text {
        font-size: 13px !important;
        margin-bottom: 10px;
        line-height: 19px !important;
    }
}

@media screen and (max-width: 600px) {
    body .noty-module__sbs-new-home {
        margin-top: 12px !important;
        margin-bottom: 0px !important;
    }

    .noty-module__sbs-new {
        margin-top: 19px !important;
    }
}


.ltsp-big-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ltsp-section-title {
    margin: 0;
}

.ltsp-view-more {
    text-decoration: none;
}

@media (max-width: 1015px) {
    .ltsp-big-title-container {
        flex-wrap: wrap;
        align-items: center !important;
    }
    .ltsp-bigger-titles-mobile {
        padding-top: 0px;
        margin-top:0px !important;
    }
    .ltsp-section-title,
    .ltsp-view-more {
        flex: 0 0 auto;
        font-size: 15px;
        display: flex;
        align-items: center;
    }

    .ltsp-middle-links {
        flex: 0 0 100%;
        order: 2;
        margin-top: 15px;
        width: 100%;
    }

    .ltsp-middle-links-slider,.ltsp-middle-links-slider-one {
        width: calc(100% - 70px);
    }
}

@media (max-width: 480px) {
    .ltsp-arrow-button {
        width: 24px;
        height: 24px;
    }
}
.ltsp-middle-links {
    display: flex;
    align-items: center;
    width: 83%;
    position: relative;
}

.ltsp-middle-links-slider,.ltsp-middle-links-slider-one {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
    display: flex;
    scroll-behavior: smooth;
    flex-grow: 1;
    position: relative;
}

.ltsp-middle-links-slider::-webkit-scrollbar,.ltsp-middle-links-slider-one::-webkit-scrollbar {
    display: none;
}

.ltsp-middle-links-slider .ltsp-middle-link,.ltsp-middle-links-slider-one .ltsp-middle-link  {
    font-size: 14px;
    white-space: nowrap;
    padding: 6px 0px 6px 0px;
    margin-right: 15px;
    flex-shrink: 0;
    color: #333;
}

.ltsp-arrow-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    flex-shrink: 0;
    padding: 0;
    margin: 0 5px;
    transition: background-color 0.2s;
}

.ltsp-arrow-button:hover {
    background-color: #e0e0e0;
}

.ltsp-arrow-button:active {
    background-color: #d0d0d0;
}

.ltsp-arrow-button svg {
    stroke: #555;
}

.soc-bottom-icons {
    line-height: normal !important;
}
.tab-button {
    border-bottom: 1px solid #fff;
}
.tab-content {
    display: none;
}
.tab-content.active-tab {
    display: flex;
}
.active-tab-clicked {
    border-bottom: 2px solid #000;
}
.section-title-black {
    border-left: 2px solid #000 !important;
}
.breadcrumbs {
  white-space: nowrap;
  width: 100%;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1768px){
    .crums .scroll-mobile{
        float:left;
        overflow-x:scroll;
        width:100%;
    }
    .crums .scroll-mobile::-webkit-scrollbar {
      display: none;
    }

    .crums .scroll-mobile {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
}

.vjs-text-track-display .vjs-text-track-cue div {
    background-color: rgba(0, 0, 0, 0.7) !important;
    font-size:1.3rem !important;
}

@media screen and (max-width: 768px){
    .vjs-text-track-display .vjs-text-track-cue div {
        font-size:1rem !important;
    }
}

@media screen and (max-width: 568px){
    .vjs-text-track-display .vjs-text-track-cue div {
        font-size:0.8rem !important;
    }
    .ima-controls-div {
        height: 18px !important;
    }
    .ima-fullscreen-div, .ima-mute-div, .ima-non-fullscreen-div, .ima-non-mute-div, .ima-play-pause-div {
        line-height: 18px !important;
    }
}

@media screen and (max-width: 968px){
    .soccer-top {
        margin-top:35px;
    }
    .blue-section-one-top .bordered-big-box {
        margin-top:0px;
    }
}

@media only screen and (max-width: 600px) {
  .mobile-16-9-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 9/16 = 0.5625 or 56.25% */
    overflow: hidden;
  }

  .mobile-16-9-container img.w100 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* For browsers that support it */
  }
}

.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 Г· 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hot-section-wrap {
    margin-bottom: 20px;
}
.hot-section-wrap .icon-hot {
    float: left;
    width: 143px;
    padding-left: 10px;
    height: 32px;
    background: #e94612;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    background-size: 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.hot-section-wrap .marquee {
    width: calc(100% - 143px);
    background: #e9ebee;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.hot-section-wrap .marquee a {
    float: left;
    position: relative;
    color: #38454d;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
    margin-right: 50px;
}
.hot-section-wrap .marquee a::before {
    position: absolute;
    top: 13px;
    left: -10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #38454d;
    content: "";
}
.hot-section-wrap .marquee a::after {
    position: absolute;
    top: 13px;
    right: -10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #38454d;
    content: "";
}
.scroll-box-under-article {
    cursor: pointer;
}

.qr-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.qr-popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
  position: relative;
  text-align: center;
}

.qr-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #555;
  background: none;
  border: none;
}

.qr-popup-image {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
}

.qr-popup-title {
  margin-top: 10px;
  margin-bottom: 20px;
}

.back-button {
    float: left;
    z-index: 999999999;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 12H5'%3E%3C/path%3E%3Cpath d='M12 19l-7-7 7-7'%3E%3C/path%3E%3C/svg%3E") no-repeat #EFF3F8 7px center;
    background-size: 14px;
    color: #7A7A7A;
    font-size: 13px;
    /* margin-bottom: 15px; */
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding-left: 28px;
    cursor: pointer;
    transition: all 0.5s;
    text-transform: uppercase;
}

.sticky-back-button {
    font-size: 11px;
    background-size: 12px;
    height: 25px;
    line-height: 25px;
    display: none;
}

.non-sticky-back-button {
    margin-bottom: 10px;
}

.signature-text {
    font-size:10px;
    color:#b1b1b1;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625 * 100) */
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advert-right-col-top-text {
    color:#555 !important;
    font-size: 11px !important;
}

.image-container-list {
  width: 100%;
  max-width: 120px; /* Fixed max-width as specified */
  height: 67.5px; /* Height calculated for 16:9 ratio (120 Г· 16 Г— 9 = 67.5) */
  overflow: hidden; /* Hide overflowing content */
  position: relative;
  margin-right: 10px;
}

/* Select only the first image child */
.image-container-list &gt; img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Makes the image cover the container while maintaining aspect ratio */
  position: absolute;
  top: 0;
  left: 0;
}
.stats-wrap-connected .stats-wrap {
    font-size: 11px !important;
    margin-top:5px !important;
}
.main-nav .nav-links-holder a {
    justify-content: flex-start;
}
.small-news-stats-nopadding .stats-wrap {
    padding-left: 0px !important;
}
</pre></body></html>