/* banner-main__item */
#grid-3x2 .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

@media screen and (max-width:480px) {
    #grid-3x2 .title{
        font-size: 20px;
        line-height: 28px; 
    }
}

#grid-3x2 .category{
    color: #0ABBDE;
    font-family: Typewriter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

#grid-3x2 img{
    height: 240px;
}

#grid-3x2 .content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* today__article */

#today img{
    flex: 1 0 348px;
    max-width: none;
    overflow: hidden;
}

@media screen and (max-width:1310px) {
    #today img{
        flex: 0 1 348px;
    }
}

@media screen and (max-width:991px) {
    #today img{
        flex:1 0  348px;
    }
}


/* NEW STYLE */

.main-slider{
    margin-bottom: 80px;
}

@media screen and (max-width:768px) {
    .main-slider{
        margin-bottom: 32px;
    }
}

.main-slider .swiper{
    position: relative;
}

.main-slider .swiper-slide{
   position: relative; 
}

.main-slider .swiper-slide::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.89%, rgba(0, 0, 0, 0.80) 100%);
}


.swiper-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 38px;
    z-index: 100;
}

.swiper-content .container{
    height: 100%;
}

.main-slider .category{
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFC60C;
    margin-bottom: 12px;

    color: #000;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: auto;
}


.main-slider .title{
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 93.75% */
}

@media screen and (max-width:768px) {
    .main-slider .title{
        color: #FFF;
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px; /* 100% */
    }
}

.swiper-info{
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    height: 100%;
    position: relative;
    align-items: flex-start;

}


.main-slider .swiper-slide{
    display: block;
}

.main-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    max-height: 900px;
    object-fit: cover;
    object-position: center;
    display: flex;
}

@media screen and (max-width:768px) {
    .main-slider .swiper-slide img{
        max-height: 600px;
    }
}

.main-slider .swiper-pagination {
    max-width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
	bottom:18px;
  }

.main-slider .swiper-pagination-bullet{
    border-radius: 10px;
    opacity: 0.3;
    background: #FFF;
    width: 100%;
    height: 4px;
}
.main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-radius: 10px;
    background: #FFF;
    opacity: 1;
}

/* fist block */
.first-block__title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

@media screen and (max-width:480px) {
    .first-block__title{
        color: #000;
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.first-block__hero{
    display: flex;
    height: 380px;
    border-radius: 4px;
    margin-bottom: 16px;
    gap: 16px;
}

#reverse.first-block .first-block__hero{
    flex-direction: row-reverse;
}



.first-block__hero .first-block__second{
    flex: 0 1 calc(50% - 8px);
}
.first-block__first{
    position: relative;
    flex: 0 1 calc(50% - 8px);
}

@media screen and (max-width:768px) {
    .first-block__hero{
        flex-direction: column;
        height: auto;
    }

    #reverse.first-block .first-block__hero{
        flex-direction: column-reverse;
    }

    .first-block__hero .first-block__second{
        flex: 0 1 340px;
    }
    .first-block__first{
        position: relative;
        flex: 0 1 340px;
		height:340px;
    }
}

.first-block__first .banner-modified{
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 4px;
}

.first-block__first .banner-modified::after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.89%, rgba(0, 0, 0, 0.80) 100%);
}

.first-block__first .box-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}

.first-block__first .content{
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: flex-end;
    gap: 0;
    height: 100%;
}

.first-block__first .content .category{
    color: #C9C9C9;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
    
}

.first-block__first .content .title{
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 100% */
}

@media screen and (max-width:480px) {
    
    .first-block__first .content .title{
        color: #FFF;
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 100% */
    }

}

.first-block__second{
    border-radius: 4px;
    background: #F1F1F1;
    overflow: hidden;
    display: flex;
    align-items:flex-end;
}
.banner-business{
    flex: auto;
}

.banner-business .content{
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px;
}

.banner-business .category{
    color: #979797;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
}

.banner-business .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 100% */
}


.banner-business .excerpt{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


@media screen and (max-width:480px) {
    
    .banner-business .title{
        color: #000;
        font-family: "Inter Tight";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 100% */
    }
    
    
    .banner-business .excerpt{
        color: #000;
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.main-content{
    min-width: 0;
}
#random {
    margin-bottom: 80px;
}
#random .container{
    padding: 0;
    margin: 0;
    max-width: none;
} 

#random .grid-3x2__grid{
    gap: 16px;
}

#random .banner-horizontal{
    flex: 0 1 calc(33.333% - 12px);
    border-left: 1px solid #000;
}

@media screen and (max-width:800px){
    #random .banner-horizontal{
        flex: 0 1 calc(50% - 8px);
    }
}

@media screen and (max-width:580px){
    #random .banner-horizontal{
        flex: 0 1 100%;
    }
}


#random .banner-horizontal a{
    padding: 8px 0px 8px 8px;
}


#random .content{
    flex-direction: column-reverse;
    height: 100%;
    padding-right: 8px;
}

#random .grid-3x2__grid .banner-horizontal:nth-child(4){
    background: #F1F1F1;
}


@media screen and (max-width:580px){
    #random .grid-3x2__grid .banner-horizontal:nth-child(4){
        background: inherit;
    }
}


#random .content .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


#random .content .category{
    color: #979797;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#random .box-img{
    height: 110px;
    overflow: hidden;
    border-radius:4px;
    max-width: 110px;
    min-width: 110px;
}

#random article img{
    height: 100%; 
}

#top-theme-day{
    margin-bottom: 80px;
}

#top-theme-day h2.top-theme-day__title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

@media screen and (max-width:480px){
    #top-theme-day h2.top-theme-day__title{
        color: #000;
        font-family: "Inter Tight";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    #top-theme-day{
        margin-bottom: 32px;
    }
}

#top-theme-day .category{
    display: none;
}

#top-theme-day .top-theme-day__box{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 0px;
}


#top-theme-day .banner-horizontal {
 flex: 0 1 calc(50% - 8px);
 border-bottom:1px solid #000;
 padding: 8px 0;
}



#top-theme-day .banner-horizontal:nth-child(1),
#top-theme-day .banner-horizontal:nth-child(2) {
    border-top:1px solid #000;
     
}

@media screen and (max-width:768px){
    #top-theme-day .banner-horizontal {
        flex: 0 1 100%;
       }

       #top-theme-day .banner-horizontal:nth-child(2) {
        border-top:none;
       }

       #top-theme-day .top-theme-day__box{
        gap: 0;
       }
}

#top-theme-day .box-img{
    max-width: 110px;
    max-height: 110px;
    border-radius: 4px;
    overflow: hidden;
   
}

#top-theme-day .banner-horizontal a {
    display: flex;
    align-items:center;
}


#top-theme-day  article img{
    max-width: 110px;
    max-height: 110px;
    min-height: 110px;
}

#top-theme-day .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* finance */
.finance{
    margin-bottom: 80px;
}
.finance, .finance__content{
    min-width: 0;
}

.finance__content .mySwiper2{
    min-width:0px;
}

.finance__top{
    margin-bottom: 20px;
}

.finance__swiper-slide img{
    border-radius: 4px;
    max-height: 380px;
    min-height: 380px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.finance__swiper-info .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.finance__swiper-info .category{
    color: #979797;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.finance__top{
    position: relative;
}

.swiper-button-next::after,
.swiper-button-prev::after{
    display: none;
}

.swiper-button-next,
.swiper-button-prev{
    left:auto;
    right: 0;
}

.swiper-button-prev{
    transform: rotate(-180deg);
    right: 24px;

}

#random-bottom{
    margin-bottom: 100px;
}

@media screen and (max-width:480px) {
    #random-bottom{
        margin-bottom: 32px;
    }
}

#random-bottom .content{
    align-items:center;
}

#random-bottom .category{
    display: none;
}

#random-bottom .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    flex: auto;
    margin-bottom: 0;
}

#random-bottom .box-img {
    max-width: 110px;
    max-height: 110px;
    border-radius: 4px;
    overflow: hidden;
    min-height: 110px
  }

  #random-bottom .grid-2x2__grid{
    row-gap: 8px;
  } 

  #random-bottom .box-img img{
    height: 110px;
  }

  #random-bottom .banner-horizontal a{
    align-items:center;
  }

  #random-bottom .content {
    flex-direction: row;
    align-items:center;
  }

  #random-bottom .banner-horizontal {
    padding: 8px 0;
    border-bottom: 1px solid #000;
  }

  #random-bottom .banner-horizontal:nth-child(1),
  #random-bottom .banner-horizontal:nth-child(2){
    border-top: 1px solid #000;
  }

  #random-bottom .banner-horizontal:nth-child(3),
  #random-bottom .banner-horizontal:nth-child(4){
    padding-top: 0;
  }

  @media screen and (max-width:991px) {
    #random-bottom   .grid-2x2__grid {
        gap:0;
      }

      #random-bottom .banner-horizontal:nth-child(3),
      #random-bottom .banner-horizontal:nth-child(4){
        padding-top: 8px;
      }

    
      #random-bottom .banner-horizontal:nth-child(2){
        border-top: none;
      }

      #random-bottom .banner-horizontal:nth-child(4){
        border-bottom:none;
      }
  }


  .article__col, .article__aside{
    flex:0 1 50%;
  }

  .article__main-content{
    background: inherit;
  }

  .article__main-content .category{
    display: none;
  }

  .article__main-content .article__content{
    padding: 0;
  }

  .article__main-content .article__main-title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 100% */
  }

    .article__promo{
        background: #FFC60C;
        border:none;

        color: #008CFF;
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .recommend__article a,
    .promo__content{
          max-height: 130px;
          min-height: 130px;
        
    }

    .recommend__article a > img {
        max-width: 187px !important;
        height: 130px;
    }
    .promo__img-container{
        flex: 1 0 187px;
    }

    .recommend__article-content,
    .promo__content p{
        color: #008CFF;
        font-family: "Inter Tight";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration: underline;
    }

    .popular__top-article .category{
        display: none;
    }

        .popular__top-article .title{
            color: #000;
            font-family: "Inter Tight";
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-bottom: 16px;
            flex: 1 0 auto;
        }

        .popular__top-article{
            gap: 0;
        }

        .popular__top{
            gap: 16px;
        }

        .popular__article-content{
            border:none;
        }
        
         .popular__top-article .time{
            color: #979797;
            font-family: "Inter Tight";
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
         }

         .popular__article a{
            height: 140px;
         }
        .popular__article img {
            max-width: 187px;
            height: 140px;
        }

        .popular__article .title{
            color: #008CFF;
            font-family: "Inter Tight";
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            text-decoration: underline;
        }

     .popular__article-content{
            padding: 0 !important;
            padding-left: 24px !important;
        }

        .popular__article{
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            padding: 16px 0;
        }

        .popular__article:nth-child(3),
        .popular__article:nth-child(4){
            border:none;
            padding: 0;
        }

        .popular__bottom{
            gap: 16px;
        }

        .promo__img-container{
            height: 130px;
        }


        /* @media (width < 1025px) {
  .article__top {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
} */

 @media (width < 481px) {
   .article__top .article__promo {
        flex-direction: row;
    }
	 
    .article__top  .promo__img-container {
        flex: 1 0 140px;
        width: 140px;
		 height:auto;
	}
	 
	 .article__top .promo__content p{
		 font-size:12px;
		 
	 }
	 .promo__content{
		 height:auto;
	 }

     .article__main-title{
        padding:0 10px;
     }
        .recommend__article a,
       .popular__article a {
        flex-direction: column;
    }
    .promo__img-container{
        height: auto;
    }
    .recommend__article a,
    .popular__article a{
        height: auto;
        max-height: none;
  min-height: none;
    }
    .recommend__article a > img,
    .popular__article img{
        max-width: none !important;
        width: 100%;
        height: 188px;
        margin-bottom: 8px;
    }

    .popular__article-content{
        padding-left: 16px !important;
    }

    
        .popular__article{
            border:none;
            padding: 0;
        }
        .popular__article:nth-child(1),
        .popular__article{
            border:none;
            padding: 0;
            padding-bottom: 16px !important;
            border-bottom:1px solid #000 !important;
        }
        .article__main-content .article__main-title{
            color: #282828;
            font-family: "Inter Tight";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
}
	
@media screen and (max-width:991px) {
    .site-main{
/*         margin-top: 32px; */
    }
}
.article__main-content{
	display:flex;
	flex-direction:column;
}

.aside__bottom{
    flex-direction: row;
    margin-bottom: 16px;
}

.aside__bottom .aside__bottom-article a{
    flex-direction: column;
    gap: 8px;
}

.aside__bottom-article{
    border-bottom: 1px solid #000 !important;
    padding-bottom: 16px;
	flex: 0 1 50%;
}

.aside__bottom .aside__bottom-article .aside__box-img{
    height: 200px;
}

.aside__bottom-article .category{
    display: none;
}

.aside__bottom-article .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.aside__bottom-article .time{
    color: #979797;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.aside__single{
    flex-direction: row;
    margin-bottom: 16px;
}

.aside__single .aside__bottom-article a{
    flex-direction: column;
    gap: 8px;
}

.aside__single .aside__bottom-article{
    border-bottom: 1px solid #000 !important;
    padding-bottom: 16px;
}

.aside__single .aside__bottom-article .aside__box-img{
    height: 380px;
    width:100%;
    max-width: none;

}

.aside__single .aside__bottom-article .category{
    display: none;
}

.aside__single .aside__bottom-content{
    min-height: auto;
    gap: 8px;
}

.aside__single .aside__bottom-article .title{
    color: #000;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    flex: none;
}

.aside__single .aside__bottom-article .time{
    color: #979797;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.aside__col .aside__box-img{
    max-width: 219px;
    height: 140px;
}

.aside__col  .aside__bottom-article{
    margin-top: 16px;
}

.aside__col  .aside__bottom-article:last-child{
       padding-bottom: 16px;
}

.aside__col  .aside__bottom-article:first-child{
    margin-top: 0;
}

@media screen and (max-width:1024px) {
    .article__aside{
        display: none;
    }
}

@media screen and (max-width:580px) {
.mySwiper,
.mySwiper img{
	height:600px;	
}
	
}

.article__inner li{
	margin-left:20px;
}

@media screen and (max-width:991px) {
	.article__top{
		margin-top:32px;
	}
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
	  overflow:hidden;
  }
}

.custom-site{
	
	overflow-x: hidden;
	overflow-y:scroll;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}

@media screen and (max-width:480px){
	
	.popular .popular__article .title {
		font-size: 16px !important;
	  }

}

@media screen and (max-width:766px){
	 .article__main .promo__img-container {
		 flex: 1 0 100%;
	}
	
	.article__main .promo__img{
		max-height:none !important;
	}
	
	.article__main article img{
		max-height:none !important;
	}
	
	 .article__top .article__promo{
		flex-direction: row;
	}
	
	.article__top .promo__img-container{
		flex: 1 0 130px;
	}

}