h1,h2,h3,p {margin:0;}
input, textarea, button {
    -webkit-border-radius:0;
    border-radius:0;
    padding: 0;
    outline: none;
}
button, button:focus {
    outline: none;
}
a:hover{
    text-decoration:none !important;

}
.hidden{
    display:none;
}

.w50{
    width:50%;
}

/* This used to work for parent element of button divs */

/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}


/* #Helper classes
================================================== */
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    text-decoration: none;
}
.center_them {
    display:inline-block;
    zoom: 1;
    *display:inline;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.invisible {display: none;}
.block {display:block !important;}
.w100 {width:100%;}
.w100_important {width:100% !important;}
.center {text-align:center;}
.text-left {text-align:left !important;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.clearfix {
zoom:1;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.mt30 {
    margin-top: 30px;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.black {color:#111111;}
.white {color:#fff;}
.btn:hover {
    color: #fff;
    background:#1C3B56;
}


.mobile {
    display: none;
}



/* #Site styles
================================================== */
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    background:#fff;
    float:left;
    width:100%;
    margin:0px;
}
main{
   float:left;
   width:100%;
}

.menu-btn{
    display:none;
}
.site-wrap{
    width:1240px;
    margin:0 auto;
    clear:both;
}
header{
    float:left;
    width:100%;
}
header .header-weather{
    position:absolute;
    left:10px;
    transition: all 300ms ease-in;
}
.top-header{
    float:left;
    width:100%;
    background:rgba(47, 52, 56, 1);
    padding:10px 0px;
    box-sizing:border-box;
}
.pos-elem{
    display: flex;
    justify-content: space-between;
}
.left-position{
    display: flex;
    align-items: center;
}
.left-position .time{
    float:left;
    font-size:12px;
    color:rgba(255, 255, 255, 1);
    text-transform:uppercase;
    padding-right: 10px;
    box-sizing:border-box;
    border-right:1px solid rgba(205, 0, 16, 1);

}
.left-position .city{
    font-size:12px;
    color:rgba(255, 255, 255, 1);
    float:left;
    padding-left:10px;
    box-sizing:border-box;
    overflow: hidden;
    max-height:15px;
    height:100%;
    min-width:200px;
    position:relative;
}
.soc-icons-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.soc-icon:hover img.no-hover{
    display:none
}
.soc-icon img.hover{
    display:none;
}
.soc-icon:hover img.hover{
    display:block;
}
.logo-wrap{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    gap:40px;
}
.logo-wrap span{
    font-size:23px;
    text-transform:uppercase;
    color:rgba(205, 0, 16, 1);
}
.search-hld{
    float:right;
    width:415px;
    position:relative;
    transition: all 250ms linear;
}
.search-hld:after{
    position:absolute;
    content:"";
    right:15px;
    top:15px;
    width:20px;
    height: 20px;
    background: url("../../img/search-icon.svg") no-repeat center;
    background-size:100%;
}
.search-hld input{
    float:left;
    width:100%;
    border:none;
    height: 48px;
    padding-left:15px;
    box-sizing:border-box;
    background:rgba(235, 235, 235, 1);
    border-radius:30px;
}
.navigation{
    float:left;
    width:100%;
    border-top:1px solid rgba(235, 235, 235, 1);
}
.smaller-wrap{
    width:1000px;
    margin:0 auto;
}
.nav{
    float:left;
    width:100%;
    padding-left:0;
    display:flex;
    justify-content: space-between;
    margin-top:0px;
    margin-bottom:0px;
}
.menu-icon{
    display:none;
}
.nav-item{
    list-style: none;
    height: 50px;
    line-height: 50px;
    box-sizing:border-box;
    border-top:3px solid #fff;
}
.nav-item:hover{
    background: rgba(235, 235, 235, 1);
    border-top:3px solid rgba(205, 0, 16, 1);
}
.nav-item.active{
     background: rgba(235, 235, 235, 1);
    border-top:3px solid rgba(205, 0, 16, 1);
}
.nav-link{
    color: rgba(33, 33, 33, 1);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    height: 100%;
    padding: 0 8px;
    text-wrap: nowrap;
}
.red-section{
    float:left;
    width:100%;
    background:rgba(205, 0, 16, 1);

}
.red-section-info{
    display:flex;
    box-sizing:border-box;
    gap:20px;
}
.red-section-info .actual{
    color:#fff;
    font-size:24px;
    font-weight: 700;
    position:relative;
    padding-left:30px;
    box-sizing:border-box;
    display: flex;
    align-items: center;
}
.red-section-info .actual:before{
    position:absolute;
    content:"";
    left:0;
    top:28px;
    width:20px;
    height: 20px;
    background:url("../../img/actualno.svg") no-repeat center;
    background-size:100%;
}
.red-section-info p{
    display: flex;
    align-items: center;
    color:#fff;
    font-size: 19px;
}
.black-background{
    float:left;
    width:100%;
    background:#000;
    padding-bottom:50px;
    box-sizing:border-box;
}
.big-title{
   float:left;
   width:100%;
   color:#fff;
   margin-top:20px;
   margin-bottom:20px;
   font-size:24px;
   font-weight: 500;
   text-transform:uppercase;
   position:relative;
}
.big-title:before{
    position:absolute;
    content:"";
    left:0;
    bottom:-3px;
    width:300px;
    height: 1px;
    background:rgba(205, 0, 16, 1);
}
.left-column{
    float:left;
    width:850px;

}
.big-news{
    float:left;
    width:100%;
    position:relative;
}
.big-news:hover .title{
    color:rgba(205, 0, 16, 1);
}
.big-news a.img{
    float:left;
    width:100%;
}
.big-news a.img img{
    float:left;
    width:100%;
    min-height: 600px;
    object-fit:cover;
    max-height: 600px;
}
.big-news:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(0.0deg, rgba(29, 32, 35, 1) 40%, rgba(0, 0, 0, 0) 100%);
    height: 190px;
}
.small-news>a:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(0.0deg, rgba(29, 32, 35, 1) 40%, rgba(0, 0, 0, 0) 100%);
    height: 190px;
}
.bottom-info{
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
}
.bottom-info .title{
   font-size:36px;
   font-weight: 500;
   line-height: 40px;
   color:#fff;
}
.small-news .bottom-info .title{
    font-size:20px;
    line-height: 22px;
}
.sub-info{
    display:flex;
    justify-content: space-between;
    margin-top:20px;
}
.ticket{
   color:rgba(255, 255, 255, 1);
   font-size:14px;
   position:relative;
   padding-left:10px;
   box-sizing:border-box;
}
.ticket:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:1px;
    height: 100%;
    background:rgba(205, 0, 16, 1);
}
.date-time-wrap{
    display:flex;
    gap:10px;
}
.date-time-wrap .date{
    color:#fff;
    padding-left:18px;
    box-sizing:border-box;
    font-size:14px;
    position:relative;
}
.date-time-wrap .date:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:15px;
    height: 15px;
    background:url("../../img/date-small.svg") no-repeat center;
    background-size:100%;
}
.date-time-wrap .time{
    color:#fff;
    padding-left:18px;
    box-sizing:border-box;
    font-size:14px;
    position:relative;
}
.date-time-wrap .time:before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:15px;
    height: 15px;
    background:url("../../img/time-small.svg") no-repeat center;
    background-size:100%;
}
.right-column{
    float:right;
    width:calc(100% - 870px);
}
.small-news-wrap{
   display: flex;
    flex-direction: column;
    gap:20px;
}
.small-news{
    float:left;
    width:100%;
    position:relative;
    height: 290px;
    max-height: 290px;
}
.small-news:hover .title{
    color:rgba(205, 0, 16, 1);
}
.small-news img{
    float:left;
    width:100%;
    max-height: 290px;
    object-fit:cover;
    height: 100%;
}
.two-colums-news{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.news-box-regular {
    flex: 1 1 295px;
    background:#fff;
}
.news-box-regular img{
    float:left;
    width:100%;
    max-height: 250px;
    min-height: 250px;
    object-fit:cover;
}
.gap-holder{
    float:left;
    width:100%;
    gap:20px;
}
.inner-holder{
    float:left;
    width:100%;
    background:#fff;
    padding:10px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
}
.inner-holder a.title{
    float:left;
    width:100%;
}
.inner-holder .title:hover{
    color:rgba(205, 0, 16, 1);
}
.inner-holder .date-time-wrap .ticket, .inner-holder .date-time-wrap .date, .inner-holder .date-time-wrap .time,.view-page-info .date-time-wrap .date, .view-page-info .date-time-wrap .time{
    color:rgba(29, 32, 35, 1);
}
.inner-holder .date-time-wrap .date:before, .view-page-info .date-time-wrap .date:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(../../img/date-small-grey.svg) no-repeat center;
    background-size: 100%;
}
.inner-holder .date-time-wrap .time:before, .view-page-info .date-time-wrap .time:before{
   position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(../../img/time-small-grey.svg) no-repeat center;
    background-size: 100%;
}
.txt-wrap .date-time-wrap .date:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(../../img/date-small-grey.svg) no-repeat center;
    background-size: 100%;
}
.txt-wrap .date-time-wrap .time:before{
   position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(../../img/time-small-grey.svg) no-repeat center;
    background-size: 100%;
}
.txt-wrap .small-title{
    color:rgba(33, 33, 33, 1);
    font-size:16px;
    font-weight: 500;
    float:left;
    width:100%;
    margin-top:7px;
    margin-bottom:20px;
    min-height: 55px;
    max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txt-wrap .small-title:hover{
    color:rgba(205, 0, 16, 1);
}
.txt-wrap .date-time-wrap{
    float:left;
    width:100%;
    font-size:13px;
}
.txt-wrap .date-time-wrap .date{
    font-size:13px;
}
.txt-wrap .date-time-wrap .time{
    font-size:13px;
}
.txt-wrap{
    padding-right:10px;
    box-sizing:border-box;
    width:calc(100% - 120px);
}
.inner-holder .title{
    font-size:20px;
    color:rgba(0, 0, 0, 1);
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    margin-bottom:20px;
    float:left;
    width:100%;
}
.inner-holder .date-time-wrap{
   justify-content: space-between;
   float:left;
   width:100%;
}
.video-wrap{
    float:left;
    width:100%;
    position:relative;
}
.videos-pagination{
   position:absolute;
   right:0;
   top:75px;
   width:90px;
}
.videos-slider{
    float:left;
    width:100%;
}
.more-mediamall .swiper-slide{
    background:#fff;
}
.videos-slider .news-box-regular img{
    height: 300px;
    max-height: 300px;
    object-fit:cover;
}
.videos-slider .img-wrap:before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: url(../../img/video.svg) no-repeat center;
    background-size: 80%;

}
 .swiper-button-next, .swiper-button-next-f, .swiper-button-next1, .swiper-button-next11, .swiper-button-next2, .swiper-button-next22, .swiper-button-next3, .swiper-button-next33, .swiper-button-next4, .swiper-button-next44, .swiper-button-next5, .swiper-button-next55, .swiper-button-next6, .swiper-button-next66, .swiper-button-next7, .swiper-button-next77{
    position: absolute;
    top: 35%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(../../img/next-btn.svg) !important;
    background-size:100%;
    right:10px;

}
.swiper-button-next-f:hover, .swiper-button-next1:hover, .swiper-button-next11:hover, .swiper-button-next2:hover, .swiper-button-next22:hover, .swiper-button-next3:hover, .swiper-button-next33:hover, .swiper-button-next4:hover, .swiper-button-next44:hover, .swiper-button-next5:hover, .swiper-button-next55:hover, .swiper-button-next6:hover, .swiper-button-next66:hover, .swiper-button-next7:hover, .swiper-button-next77:hover{
    position: absolute;
    top: 35%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(../../img/next-btn-grey.svg) !important;
    background-size:100%;
    right:10px;
}
.swiper-button-prev, .swiper-button-prev-f, .swiper-button-prev1,.swiper-button-prev11, .swiper-button-prev2,.swiper-button-prev22, .swiper-button-prev3,.swiper-button-prev33, .swiper-button-prev4,.swiper-button-prev44, .swiper-button-prev5 ,.swiper-button-prev55, .swiper-button-prev6 ,.swiper-button-prev66, .swiper-button-prev7 ,.swiper-button-prev77{
    position: absolute;
    top: 35%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(../../img/prev-btn.svg) !important;
    background-size:100%;
    left:10px;


}
.swiper-button-prev-f:hover, .swiper-button-prev1:hover,.swiper-button-prev11:hover, .swiper-button-prev2:hover,.swiper-button-prev22:hover, .swiper-button-prev3:hover,.swiper-button-prev33:hover, .swiper-button-prev4:hover,.swiper-button-prev44:hover, .swiper-button-prev5:hover ,.swiper-button-prev55:hover, .swiper-button-prev6:hover ,.swiper-button-prev66:hover, .swiper-button-prev7:hover ,.swiper-button-prev77:hover{
    position: absolute;
    top: 35%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(../../img/prev-btn-grey.svg) !important;
    background-size:100%;
    left:10px;


}
.swiper-button-prev, .swiper-button-next{
    top:35% !important;
}
.horoskop-pagination .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(../../img/next-btn-grey.svg) !important;
    background-size:100%;
}
.horoskop-pagination .swiper-button-next:hover{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(../../img/next-btn-red.svg) !important;
    background-size:100%;
}
.horoskop-pagination .swiper-button-prev{
    background-image:url(../../img/prev-btn-grey.svg) !important;

}
.horoskop-pagination .swiper-button-prev:hover{
    background-image:url(../../img/prev-btn-red.svg) !important;

}
.red-title{
    float:left;
    width:100%;
    background:rgba(205, 0, 16, 1);
    padding:10px 0px;
    box-sizing:border-box;
    margin-top:30px;
    margin-bottom:30px;

}
.red-title .big-title:before{
    background:#fff;

}
.red-title .big-title{
    padding-left:40px;
    box-sizing:border-box;
}
.red-title .big-title:after{
    position:absolute;
    content:"";
    left:0;
    top:-2px;
    width:30px;
    height: 30px;
    background: url(../../img/video-icon.svg) no-repeat center;
    background-size:85%;
}
.banners{
    float:left;
    width:100%;
    margin-top:30px;
}
.banners .small-banner{
    width:400px;
    float:left;
}
.banners .small-banner img{
    float:left;
    width:100%;
    max-height: 330px;
    object-fit: contain;
}
.banners .big-banner{
    width:calc(100% - 420px);
    margin-left:20px;
    float:right;
}
.banners .big-banner img{
    float:left;
    width:100%;
    height: 330px;
    object-fit:cover;
}
.smaller-section{
    float:left;
    width:100%;
    margin-top:30px;
}
.smaller-section-title{
  color:rgba(33, 33, 33, 1);
  font-weight: 500;
  /* font-size:24px; */
  font-size: 32px;
  position:relative;
}
.smaller-section-title:before{
    position:absolute;
    content:"";
    left:0;
    height: 1px;
    width:300px;
    background:rgba(205, 0, 16, 1);
    bottom:-3px;
}
.smaller-section-boxes{
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    margin-top:20px;
}
.bigger-box{
       display: flex;
    align-items: center;
    border:1px solid rgba(235, 235, 235, 1);
    padding:10px;
    box-sizing:border-box;
    min-width:300px;
    gap:20px;
}
.bigger-box .txt-box .city{
    color:rgba(33, 33, 33, 1);
    font-size:24px;
    font-weight: 700
    margin-bottom:5px;
}
.bigger-box .txt-box .day, .bigger-box .txt-box .date{
   color:rgba(33, 33, 33, 1);
   font-weight: 300;
   font-size:16px;
}
.bigger-box .txt-box .temp{
    color:rgba(33, 33, 33, 1);
    font-size:48px;
    font-weight: 700;
    margin-top:10px;
}
.small-box{
       display: flex;
    flex-direction: column;
    align-items: center;
       border:1px solid rgba(235, 235, 235, 1);
    padding:10px;
    box-sizing:border-box;
    min-width: 140px;
}
.small-box .txt-box .day, .small-box .txt-box .date, .small-box .txt-box .city{
    color:rgba(33, 33, 33, 1);
   font-weight: 300;
   font-size:14px;
}
 .small-box .txt-box .city{
     font-weight: 700;
     font-size: 14px;
     float:left;
     width:100%;
     text-align:center;
 }
.small-box .txt-box .temp{
    color:rgba(33, 33, 33, 1);
    font-size:24px;
    font-weight: 700;
    margin-top:10px;
}
.txt-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.horoskop-slider{
    float:left;
    width:100%;
    margin-top:20px !important;
    padding-bottom:50px !important;
    box-sizing:border-box;
}
.horoskop-pagination{
    width:90px;
    position:absolute;
    bottom:15px;
    left:50%;
    transform: translate(-50%, -50%);
}
.horoskop-slider .swiper-slide{
    display:flex;
    flex-direction:column;
    align-items: center;
}
.horoskop-slider .icon{

    display: flex;
    align-items: center;
    justify-content: space-around;
}
.horoskop-slider .icon img.hover, .icon img.hover{
    display: none;
}
.horoskop-slider .icon:hover img.hover, .icon:hover img.hover{
    display:block;
}
.horoskop-slider .icon:hover img.no-hover, .icon:hover img.no-hover{
    display:none;
}


.more-news{
    float:left;
    width:100%;
    margin-top:30px;
}
.other-news-wrap{
    float:left;
    width:100%;
    display:flex;
    gap:1%;
    flex-wrap:wrap;

}
.colum-news-wrap{
    float:left;
    width:32%;
    margin-top:30px;
}
.top-part{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom:10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(205, 0, 16, 1);
    min-height: 78px;
    background:#ebebeb;
    padding:0 10px;
    box-sizing:border-box;
}
.top-part .see-more:hover{
   color:rgba(91, 91, 91, 1);
}
.top-part .see-more{
    color:rgba(205, 0, 16, 1);
    font-size:13px;
}
.small-slider, .small-slider1, .small-slider2, .small-slider3, .small-slider4, .small-slider5 ,.small-slider6, .small-slider7 {
    float:left;
    width:100%;
}
.last-news-wrap{
    float:left;
    width:100%;
}
.last-news-title{
    float:left;
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    font-weight: 400;
    padding-left:10px;
    box-sizing:border-box;
    background:rgba(205, 0, 16, 1);
    margin-bottom:10px;
    position:relative;
}
.small-row-news{
    float: left;
    width: 100%;
    display: flex;
    gap: 20px;
    padding-bottom:10px;
    padding-top:10px;
    box-sizing:border-box;
    border-bottom:1px solid rgba(205, 0, 16, 1);
}
.small-row-news .img-wrap{
    width:100px;
    height: 100px;
    overflow:hidden;

}
.small-row-news .img-wrap img{
    width:100px;
    height: 100px;
    object-fit:cover;
    overflow:hidden;
    -web-kit-transition:0.7;
    transition:0.7s;
}
.small-row-news .img-wrap img:hover{
    transform:scale(1.1);
}
.txt-wrap .date-time-wrap .date{
   color:rgba(33, 33, 33, 1);
}
.txt-wrap .date-time-wrap .time{
   color:rgba(33, 33, 33, 1);
}
.small-row-news-slider, .small-row-news-slider1, .small-row-news-slider2, .small-row-news-slider3, .small-row-news-slider4, .small-row-news-slider5, .small-row-news-slider6, .small-row-news-slider7{
    float:left;
    width:100%;
}
.top-pagination, .top-pagination1, .top-pagination2{
    position: absolute;
    top: 17px;
    right: 10px;
    width: 85px;
}
.big-banner-wrap{
    float:left;
    width:100%;
    height:300px;
    background:rgba(245, 245, 245, 1);
    border:1px dotted rgba(91, 91, 91, 1);
    margin-top:40px;
    text-align:center;


}
.vertical-banner{
    float:left;
    width:100%;
    min-height: 830px;
    background:rgba(245, 245, 245, 1);
    border:1px dotted rgba(91, 91, 91, 1);

}
footer{
    float:left;
    width:100%;
}
.top-red-footer{
   background: rgba(205, 0, 16, 1);
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
    gap: 20px;
    margin-top: 30px;
}
.top-red-footer span{
   color:rgba(255, 255, 255, 1);
   font-size:20px;
   font-weight: 400;
   text-transform:uppercase;
}
.grey-footer{
    float:left;
    width:100%;
    background: rgba(33, 33, 33, 1);
    padding:25px 0px;
    box-sizing:border-box;
}
.footer-column{
    float:left;
    width:25%;
        display: flex;
    flex-direction: column;
    gap:20px;
}
.footer-column.center-info{
        align-items: center;
}
.slogan{
    float:left;
    width:100%;
    text-align:center;
    font-size:13px;
    text-transform: uppercase;
    color:#fff;
}
.footer-column .footer-link{
    float:left;
    width:100%;
    font-size:14px;
    color:#fff;
}
.footer-column .footer-link:hover{
    color:rgba(205, 0, 16, 1);
}
.footer-column .bold-title{
   font-size:28px;
   color:#fff;
   font-weight: 800;
}
.footer-column span{
    color:#fff;
    font-size:13px;
}
.footer-column span.upp{
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    floet:left;
    width:100%;
    text-align:center;
}
.send-request{
   width:260px;
   height: 40px;
   line-height: 40px;
   border:none;
   border-radius:30px;
   color:#fff;
   text-transform:uppercase;
   background:rgba(205, 0, 16, 1);
   position:relative;
   text-align:center;
   cursor: pointer;
}
.send-request:hover{
    color:rgba(205, 0, 16, 1);
    background:#fff;
}
.send-request:after{
    position:absolute;
    content:"";
    right:30px;
    top:10px;
    width:30px;
    height: 20px;
    background:url("../../img/send-request.svg") no-repeat center;
    background-size:100%;
}
.send-request:hover:after{
    position:absolute;
    content:"";
    right:30px;
    top:10px;
    width:30px;
    height: 20px;
    background:url("../../img/send-request-red.svg") no-repeat center;
    background-size:100%;
}
.bottom-information{
    float:left;
    width:100%;
    text-align:center;
    padding-top:20px;
    box-sizing:border-box;
    border-top: 1px solid rgba(255, 255, 255, 1);
    margin-top:20px;

}
.bottom-information span{
    color:rgba(255, 255, 255, 1);
    font-size:14px;
}
.big-left-column{
   width:800px;
   float:left;
}
.big-left-column .see-more{
    float:left;
    width:100%;
    margin-top:50px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.big-left-column .see-more span{
    background:rgba(33, 33, 33, 1);
    width:280px;
    height: 45px;
    text-align:center;
    color:#fff;
    border-radius:30px;
    text-transform:uppercase;
    font-size:16px;
    line-height: 45px;
    float:left;
}
.small-right-column{
  width:400px;
  float:right;
  margin-top:40px;
}
.all-news{
    display:flex;
    gap:40px;
    float:left;
    width:100%;
}
.news{
    float:left;
    width:100%;
    display:flex;
    gap:32px;
    flex-wrap: wrap;
    margin-top:20px;

}
.news .smaller-section-title{
    float:left;
    width:100%;
}
.big-left-column .news .small-news{
    width:48%;
}
.big-banner{
    float:left;
}
.big-banner img{
    float:left;
    width:100%;
}
.listing-page .big-banner{
    float:left;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
}
.small-right-column .small-banner img{
    float:left;
    width:100%;
    margin-top: 30px;
}
.small-right-column .smaller-section-boxes{
    flex-wrap: wrap;
}
.small-right-column .smaller-section-boxes .bigger-box{
    min-width:100%;
}
.small-right-column .smaller-section-boxes .small-box{
    min-width: 30%;
}
.horoskop{
   float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:2px;
    margin-top:20px;
}
.horoskop .hor-box{
    width: 130px;
    height: 130px;
    background: rgba(235, 235, 235, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius:100%;
    justify-content: center;
}
.horoskop .hor-box .name-icon{
    color:rgba(33, 33, 33, 1);
    font-size:14px;
}
.horoskop .hor-box img{
    width:65px;
    height: 65px
    object-fit:contain;
}
.top-links{
        float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.top-links .top-link{
    color:rgba(33, 33, 33, 1);
    font-size:14px;
}
.top-links .top-link:hover{
    color:rgba(205, 0, 16, 1);
}
.top-links .top-link:hover:last-child{
   color: rgba(33, 33, 33, 1);
   cursor: default;
}
.listing-page{
    float:left;
    width:100%;
    border-top:1px solid rgba(235, 235, 235, 1);
}
.listing-page .big-banner-wrap{
    margin-bottom:30px;
}
.right-banner-wrap{
    width:100%;
    height: 420px;
    background:rgba(245, 245, 245, 1);
    border:1px dotted rgba(91, 91, 91, 1);
    margin-top:20px;
    float:left;
}
.dim{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
    z-index: 9;
    display: none;
}
.dim.active{
    display:block;
}
.dropdown-menu{
   background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 400px;
    z-index: 99;
    display:none;
    padding-top:10px;
    box-sizing:border-box;
}
.top-part-dropdown{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 30px;
    box-sizing:border-box;
    margin-top:10px;
    margin-bottom:15px;
}
.top-part-dropdown span{
   font-size:18px;
   color:#fff;
   font-weight: 500;
}
.top-part-dropdown span.close{
    font-size:16px;
    font-weight: 400;
    position:relative;
    padding-right:20px;
    box-sizing:border-box;
    cursor:pointer;
}
.top-part-dropdown span.close:after{
    position:absolute;
    content:"";
    right:0;
    top:3px;
    width:16px;
    height: 16px;
    background:url("../../img/close.svg") no-repeat center;
    background-size:100%;
}
.dropdown-menu.active{
    display:block;
}
.all-links{
    float:left;
    width:100%;
}
.mediamall-links{
    float:left;
    width:100%;
    padding-left:30px;
    box-sizing:border-box;
}
.dropdown-link{
    float:left;
    width:100%;
    color:#fff;
    font-size:13px;
    text-transform:uppercase;
    font-weight: 700;
    line-height: 25px;
    margin-bottom:10px;
}
.mediamall-links .dropdown-link:hover{
    color:rgba(205, 0, 16, 1);
}
.other-media-links{
    float:left;
    width:100%;
    background:rgba(205, 0, 16, 1) ;
    padding-left:40px;
    box-sizing:border-box;
    padding-right: 10px;
    height: 500px;
    max-height: 500px;
    overflow: scroll;
}
.other-media-links .dropdown-link:hover{
    color:#000;
}
.other-media-links::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.other-media-links::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.other-media-links span{
    color:rgba(255, 255, 255, 1);
    font-size:18px;
    font-weight: 500;
    margin-top:20px;
    margin-bottom:15px;
    float:left;
    width:100%;
}
.view-page-info{
    float:left;
    width:100%;
}
.view-page-info .image-wrap{
    float:left;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.view-page-info .image-wrap img{
    float:left;
    width:100%;
}
.view-page-info .text-wrap{
    float:left;
    width:100%;
}
.view-page-info .text-wrap.sub-title{
    font-weight: bold;
    font-style: italic;
    margin-bottom: 2rem;
}
.view-page-info .text-wrap img.inlineImage{
    max-width:100%;
    /* float:left; */
    height: auto;
}
.view-page-info .text-wrap p, .view-page-info .text-wrap{
    /* float:left; */
    width:100%;
    color:rgba(33, 33, 33, 1);
    font-size:18px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom:8px;
    text-align: left !important;
}
/* .text-wrap ul{
    float:left;
    width:100%;
    padding-left:0px;
} */
.media-mall-news{
    float:left;
    width:100%;
    background: rgba(205, 0, 16, 1);
    border-radius:3px;
    padding-top:10px;
    padding-bottom:10px;
    box-sizing:border-box;
    margin-bottom:20px;
}
.media-mall-news h1.title{
   float: left;
   width:100%;
   color:rgba(255, 255, 255, 1);
   font-size:24px;
   text-transform:uppercase;
   position:relative;
   font-weight: 300;
   padding-left:10px;
   box-sizing:border-box;
   margin-bottom:20px;

}
.media-mall-news h1.title:before{
    position:absolute;
    content:"";
    left:0;
    bottom:-3px;
    height: 1px;
    width:300px;
    background:#fff;


}
.media-mall-news .small-row-news{
    padding-left:10px;
    box-sizing:border-box;
}
.media-mall-news .small-row-news .small-title{
   color:#eee;
}
.media-mall-news .small-row-news .small-title:hover{
    color: rgba(33, 33, 33, 1);
}
.media-mall-news .small-row-news .txt-wrap .date-time-wrap .date{
    color:#eee;
}
.media-mall-news .small-row-news .txt-wrap .date-time-wrap .time{
    color:#eee;
}
.media-mall-news .small-row-news .txt-wrap .date-time-wrap .date::before{
    background: url("../../img/date-small.svg") no-repeat center;
}
.media-mall-news .small-row-news .txt-wrap .date-time-wrap .time::before{
    background: url("../../img/time-small.svg") no-repeat center;
}
.teem-listing{
    float:left;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    margin-top:30px;
}
.teem-box{
    width:32%;
    position:relative;
    margin-bottom:20px;
}
.teem-box img{
    float:left;
    width:100%;
}
.teem-box .image-box{
    float:left;
    width:100%;
    border:1px solid rgba(235, 235, 235, 1);
}
.name-job-wrap{
    position:absolute;
    left:0;
    bottom:10px;
    background:rgba(205, 0, 16, 1);
    padding:10px;
    box-sizing:border-box;
}
.name-job-wrap .name{
    float:left;
    width:100%;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
}
.name-job-wrap .job{
    float:left;
    width:100%;
    font-size:15px;
    font-weight: 300
    border-bottom:1px solid #fff;
    color:#fff;
}
.alarm-title{
    float:left;
    width:100%;
    margin-top:20px;
    font-size:32px;
    font-weight: 500;
    color:rgba(33, 33, 33, 1);
    text-transform:uppercase;
    position:relative;

}
.alarm-title:before{
    position: absolute;
    content:"";
    left:0;
    bottom:-5px;
    width:300px;
    height: 1px;
    background:rgba(205, 0, 16, 1);
}
.sub-txt p{
    float:left;
    width:100%;
    margin-top:20px;
    color:rgba(33, 33, 33, 1);
    font-size:18px;
    font-weight: 300;
}
.sub-txt a{
    color:rgba(205, 0, 16, 1);
    border-bottom:1px solid rgba(205, 0, 16, 1);
}
.view-page-info form{
    float:left;
    width:100%;
    margin-top:30px;
}
.view-page-info .inp-hld{
    float:left;
    width:48%;
}
.view-page-info form .inp-hld:first-child{
    margin-right:4%;
}
.view-page-info .inp-hld.w100{
    width:100%;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}
.view-page-info .inp-hld .label{
    float:left;
    width:100%;
    font-size:18px;
    color:rgba(33, 33, 33, 1);
    margin-bottom:3px;
}
.view-page-info .inp-hld input{
    float:left;
    width:100%;
    border:1px solid rgba(235, 235, 235, 1);
    border-radius:3px;
    height: 50px;
    line-height: 50px;
    padding-left:10px;
    box-sizing:border-box;
}
.view-page-info .inp-hld textarea{
    float:left;
    width:100%;
    min-height: 300px;
}
.view-page-info form .send-request{
    margin-top:20px;
    float:right;
}
.view-page-infoform .send-request:hover{
    background: #000;
    color:#fff;
}
.breadcrumbs{
    display:flex;
}
.breadcrumbs ul{
    float:left;
    width:100%;
    padding-left:0px;
    box-sizing:border-box;
    display:flex;
    gap:5px;
}
.breadcrumbs ul li{
    list-style: none;
    padding:0 10px;
    box-sizing:border-box;
    position:relative;
}
.breadcrumbs ul li:after{
    position:absolute;
    content:"";
    right:0px;
    top:0;
    height: 100%;
    width:1px;
    background:rgba(33, 33, 33, 1) ;
}
.breadcrumbs ul li:last-child:after{
    content:none !important;
}
.breadcrumbs ul li a{
    font-size:14px;
    color:rgba(33, 33, 33, 1);
}
.breadcrumbs ul li a:hover{
    color:rgba(205, 0, 16, 1);
}
.pagination{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-inline-start: 0px;
}
.pagination li{
    list-style: none;
}
.pagination .page-item{
    float:left;
    width:30px;
    height: 30px;
    display:flex;
    align-items: center;
    justify-content: space-around;
    border:1px solid #ccc;

}
.pagination .page-link{
    color: #000;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.pagination .page-item.active{
    background: rgba(205, 0, 16, 1);

}
.pagination .page-item.active .page-link{
    color:#fff;
}
.pagination .page-item:hover .page-link{
    color:#fff;
}
.pagination .page-item:hover{
    background: rgba(205, 0, 16, 1);

}
.video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video__placeholder {
    width: 100%;
    position: absolute;
}

.video__youtube {
    padding-bottom: 56.23%;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    background-color: black;
}

.video__button {
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
}

.video__button:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../../img/yt_dark.png) no-repeat center center;
    background-size: 10%;
}

.video__button:hover:before {
    background: url(../../img/yt_red.png) no-repeat center center;
    background-size: 10%;
}

.text-wrap ol li { list-style: decimal outside; }
.text-wrap ul li { list-style: disc outside;  }
.text-wrap li              { display: list-item; }
.text-wrap table           { display: table; }
.text-wrap tr              { display: table-row; }
.text-wrap thead           { display: table-header-group; }
.text-wrap tbody           { display: table-row-group; }
.text-wrap tfoot           { display: table-footer-group; }
.text-wrap col             { display: table-column; }
.text-wrap colgroup        { display: table-column-group; }
.text-wrap td, .text-wrap th { display: table-cell; }
.text-wrap caption         { display: table-caption; }
.text-wrap th              { font-weight: bolder; text-align: center; }
.text-wrap caption         { text-align: center; }

.text-wrap h1              { font-size: 2em; margin: .67em 0; }
.text-wrap h2              { font-size: 1.5em; margin: .75em 0;
    /* float:left; */
 }
.text-wrap h3              { font-size: 1.17em; margin: .83em 0;
    /* float:left; */
 }
.text-wrap h4, .text-wrap p,
.text-wrap blockquote, .text-wrap ul,
.text-wrap fieldset, .text-wrap form,
.text-wrap ol, .text-wrap dl, .text-wrap dir,
.text-wrap menu            { margin: 1.12em 0; 
    /* float:left; */
}
.text-wrap h5              { font-size: .83em; margin: 1.5em 0; 
    /* float:left; */
}
.text-wrap h6              { font-size: .75em; margin: 1.67em 0; 
    /* float:left; */
}
.text-wrap h1, .text-wrap h2, .text-wrap h3, .text-wrap h4,
.text-wrap h5, .text-wrap h6, .text-wrap b,
.text-wrap strong          { font-weight: bold; }
.text-wrap blockquote      { margin-left: 40px; margin-right: 40px }
.text-wrap i, .text-wrap cite, .text-wrap em,
.text-wrap var, .text-wrap address    { font-style: italic }
.text-wrap pre             { white-space: pre }
.text-wrap small, .text-wrap sub, .text-wrap sup { font-size: .83em }

.text-wrap table           { border-spacing: 2px; }
.text-wrap thead, .text-wrap tbody,
.text-wrap tfoot           { vertical-align: middle }
.text-wrap td, .text-wrap th, .text-wrap tr      { vertical-align: inherit }
.text-wrap s, .text-wrap strike, .text-wrap del  { text-decoration: line-through }

/* .text-wrap ol, .text-wrap ul,  */
.text-wrap dir,
.text-wrap menu, .text-wrap dd        { margin-left: 40px }
.text-wrap ol              { list-style-type: decimal }
.text-wrap ol ul, .text-wrap ul ol,
.text-wrap ul ul, .text-wrap ol ol    { margin-top: 0; margin-bottom: 0 }

.text-wrap br:before       { content: "\A"; white-space: pre-line }
.text-wrap center          { text-align: center }

.text-wrap img {
    max-width: 100%;
    height: auto !important;
    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    clear: both;
    cursor:pointer;
}
.text-wrap p{
    width:100%;
    margin-top:10px;
    margin-bottom:15px;
    /* color: #38454d; */
    /* font-size: 16px; */
}
/* .text-wrap p:first-child{
    padding-left: 20px;
    box-sizing:border-box;
    border-left:2px solid red;
    font-style:italic;
} */
.text-wrap blockquote {
    padding-left: 20px;
    box-sizing:border-box;
    border-left:2px solid red;
    font-style:italic;
    display: inline-block;
}
.text-wrap iframe,.text-wrap video {
    max-width: 100%;
}
.text-wrap a {
    color:rgba(205, 0, 16, 1);
}
.actual-container{
    height: 75px;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
 }
.dark-bg{
    background-color: #000;
}
.mobile-only{
    display:none;
}

/* new header */
.black-background .right-column .small-news-wrap {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="1"] {
    grid-template-columns: 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="2"] {
    grid-template-columns: 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="3"] {
    grid-template-columns: 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="4"] {
    grid-template-columns: 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="5"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="6"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="7"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="8"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="9"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="10"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="11"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="12"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="13"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="14"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr 0fr;
}
.black-background .right-column .small-news-wrap[data-page="15"] {
    grid-template-columns: 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 0fr 1fr;
}
.dot-toggle {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: grey;
    cursor: pointer;
    transition: background-color 0.3s;
}
.dot.active {
    background-color: rgba(205, 0, 16, 1);
}
.top-news-show-more .send-request {
    display: none;
}
.back-top-container {
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    height: 3rem;
    overflow: hidden;
    z-index: 999;
}
.back-top-button {
    width: 3rem;
    height: 3rem;
    background-color: rgba(205, 0, 16, 1);
    border: 1px solid #fff;
    color: #fff;
    transition: all 150ms ease-in;
    font-size: 1.5rem;
    line-height: 3rem;
}
.news-hour {
    margin-inline: .5rem;
}

.news-hour .label-part {
    background-color: #F9B20B;
    color: #272429;
    padding: .5rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px;
}

.news-hour .flex {
    gap: .5rem;
}

.news-hour .title-part {
    background: #f9b20b29;
    padding-block: .75rem;
}

.news-hour .news-hour-title {
    color: rgba(33, 33, 33, 1);
    font-size: 1rem;
    font-weight: 600;
    height: 100%;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news.tema-links{
    gap: 1rem;
}
.tema-links .tema-link{
    color: rgba(33, 33, 33, 1);
    transition: all 100ms ease-in;
}
.tema-links .tema-link:hover{
    color: rgba(205, 0, 16, 1);
}
.comment-form .error {
    color: firebrick;
    border-color: firebrick;
}
.comment {
    color: rgba(33, 33, 33, 1);
    display: grid;
    box-sizing: border-box;
    padding: .5rem;
    width: 100%;
    gap: .25rem
}
.comment .username {
    font-weight: bold;
    font-size: 1rem;
}
.comment .post-date {
    font-size: .8rem;
    font-weight: lighter;
    font-style: italic;
}
.comment .comment-text {
    border-top: 1px dotted rgb(190, 190, 190);
    padding: .5rem;
    background-color: rgb(245, 245, 245);
}
.send-request.no-img::after{
    background: none;
}

.tema-page .txt-wrap .sub-title {
    font-weight: 400;
        font-style: italic;
}
.tema-page .txt-wrap .title {
    margin-bottom: 0;
}
.tema-page .txt-wrap .date-time-wrap {
    display: none;
}
.prev-next-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    float: left;
    gap: .5rem;
}

.prev-next-container .next {
    grid-column: 2;
    grid-row: 1;
}

.prev-next-container .prev {
    grid-column: 1;
    grid-row: 1;
}
/* 
.prev-next-container .next>span {
    padding-right: .25rem;
    box-sizing: border-box;
    border-right: 2px solid rgba(205, 0, 16, 1);
} */

.prev-next-container > div >span {
    padding-left: .25rem;
    box-sizing: border-box;
    border-left: 2px solid rgba(205, 0, 16, 1);
}

.prev-next-link {
    display: flex;
    gap: .5rem;
    color: rgba(33, 33, 33, 1);
    transition: all .15s linear;
    margin-top: .5rem;
    font-weight: 500;
    background-color: rgba(245, 245, 245, 1);
    padding: .5rem;

}

.prev-next-link:hover {
    color: rgba(205, 0, 16, 1);
    background-color: rgba(235, 235, 235, 1);
}

.prev-next-link>div {
    height: 6rem;
    min-height: 6rem;
    width: 6rem;
    min-width: 6rem;
    overflow: hidden;
}

.prev-next-link>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease;
}

.prev-next-link:hover div>img {
    scale: 1.1;
}
.prev-next-link .truncate {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
.inlined-img-wrapper {
    /* float: left; */
}