@font-face {font-family: "Mont-light"; src: url("../fonts/Montserrat-light.ttf") format("truetype");}
@font-face {font-family: "Mont-Bold"; src: url("../fonts/Montserrat-Bold.ttf") format("truetype");}
@font-face {font-family: "Mont-Regular"; src: url("../fonts/Montserrat-Regular.ttf") format("truetype");}
@font-face {font-family: "Mont-Medium"; src: url("../fonts/Montserrat-Medium.ttf") format("truetype");}
@font-face {font-family: "Mont-Semi-Bold"; src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");}

*{margin: 0; padding: 0;}

body{background: #121212; width: 100%; display: flex; align-items: center; flex-direction: column; color: white; overflow-x: hidden; position: relative;}
section{position: relative; z-index: 100;}

.comp{display: none;}

button{cursor: pointer;}

/* .green-circle{
    width: 857px; height: 464px; background: linear-gradient(203deg, #00571D 0%, #87C212 100%); border-radius: 9999px; filter: blur(200px); position: absolute; top: 0; right: 5vw;
} */

.green-circle{
    width: 322px; height: 259px; background: linear-gradient(203deg, #00571D 0%, #87C212 100%); border-radius: 9999px; filter: blur(100px); position: absolute; top: 0; right: 0vw; transform: translateX(50%);
}

header{width: 100%;height: fit-content;background: #0B0B0B;display: flex;justify-content: center;position: relative; z-index: 10; padding: 30px 0px 0px 0; background: black;}
.logo-img{width: 40%;;aspect-ratio: 181/53;padding: 10px 0;}
nav{height: fit-content;width: 85%;background: #0B0B0B;padding: 0 10px;display: flex;justify-content: space-between;max-width: 1600px; min-width: 295px; }
.nav-menu{display: none;}
.nav-login{display: none;}
.burger{display: flex; width: 15%; flex-direction: column; justify-content: center; align-items: end; gap: 20%;}
.burger-small{width: 60%; border: 1px solid white;}
.burger-big{width: 80%; border: 1px solid white;}

.content{width: 85%;margin-top: 20px;display: flex;flex-direction: column; position: relative; min-width: 295px; gap: 30px;}
.green-shadow-circle{width: 90%;aspect-ratio: 4/2;border-radius: 50%;position: absolute;border-radius: 1/1; background: linear-gradient(-135deg, #00571D 0%, #87C212 100%); top: 0;right: 0;filter: blur(20vw);z-index: 1; transform: translate(70%, 0%);}

.actual-news-section{width: 100%;display: flex;flex-direction: column; gap: 50px;}
.actual-news-section-last{width: 100%;}
.actual-news-section-last-title{font-family: "Mont-Bold";font-size: clamp(22px, 6vw + -15px, 36px);background: linear-gradient(to bottom, #FFFFFF, #7a7a7a);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;color: transparent; }
.actual-news-section-last-cards{width: 100%;display: flex;flex-direction: column; gap: 15px;}
.actual-news-section-last-cards-title{background: rgba(255, 255, 255, 0.2);color: rgba(173, 173, 173, 1);border-radius: 30px;width: fit-content;font-size: 16px;font-family: "Mont-Regular";padding: 8px 18px;}
.actual-news-section-last-cards-item{width: 100%;aspect-ratio: 295/230;border-radius: 10px;position: relative;overflow: hidden; max-height: 350px; cursor: pointer;}
.actual-news-section-last-cards-item img{position: absolute;min-width: 100%;min-height: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.actual-news-section-last-cards-item-overlay{position: absolute;top: 0;left: 0;width: 100%;min-height: 100%;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 1) 100%);z-index: 101;}
.actual-news-section-last-cards-item-title{position: absolute;left: 20px;bottom: 10%;z-index: 102;font-family: "Mont-Bold";width: 80%;font-size: 14px;}
.actual-news-section-last-content{color: #ADADAD;font-family: "Mont-Regular";font-size: 16px;}
.actual-news-section-last-btn{margin-top: 38px;padding: 13px 42px;font-size: 16px;color: white;/* background: green; */background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);font-family: "Mont-Bold";border-radius: 100px;border: 2px solid #093F0F; cursor: pointer;}

.category-section{width: 100%; display: flex; flex-direction: column;}
.category-section-title{width: 100%;font-size: 16px;font-family: "Mont-Regular";}
.category-section-list{width: 100%; display: flex; overflow-x: auto;;box-sizing: border-box;scrollbar-width: none;-ms-overflow-style: none;justify-content: flex-start;}
.category-section-list::-webkit-scrollbar {display: none;}
.category-section-list-item{width: 12%; aspect-ratio: 130/320; min-width: 120px;overflow: hidden;}
.category-section-list-item-background{width: 100%;height: 100%;object-fit: cover;transition: transform .3s ease;}
.category-section-list-item-background:hover{transform: translateY(-10px);}

.category{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid red;
    gap: 30px;
    /* overflow: hidden; */
}

.category-list{
    width: 100%;
    border: 1px solid yellow;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: center;
}

.category-list-scroll{
    width: 774px;
    display: flex;
    overflow-x: auto;
    box-sizing: border-box;
    gap: 10px;
    padding: 10px 20px;
    /* justify-content: center; */
}

.category-list-item{
    /* width: 10%; */
    width: 129px;
    min-width: 129px;
    aspect-ratio: 129/380;
    transform: skew(-4deg);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

.category-list-item:hover{
    transform: translateY(-10px) skew(-4deg);
    box-shadow: 14px 23px 103px #5FA315;
}

.category-list-item-background{
    width: 130%;
    aspect-ratio: 306/718;
    transform: skew(4deg) translateX(12%);
    position: absolute;
    top: 0;
    right: 0;

}

.category-list-item::after{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%);
}

.category-list-item-icon{
    width: 30%;
    transform: skew(4deg);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: opacity .3s ease;
}

.category-list-item-icon.active{
    opacity: 0;
}

.category-list-item:hover .category-list-item-icon.diactive{opacity: 0;}

.category-list-item:hover .category-list-item-icon.active{opacity: 1;}


.trands-section{width: 100%; display: flex; flex-direction: column; gap: 20px;}
.trands-section-title{width: 100%;font-size: 16px;font-family: "Mont-Regular";}
.trands-section-content{width: 100%;display: flex;flex-direction: column;gap: 50px; }
.trands-section-content-articles{border-radius: 10px;aspect-ratio: 300/442;overflow: hidden;position: relative; max-height: 400px; width: 100%;}
.trands-section-content-articles-list{height: 100%;display: grid;grid-template-columns: repeat(4, 1fr);position: absolute;top: 0;left: 0;transition: transform 0.5s ease;}
.trands-section-content-articles-menu{display: flex;gap: 10px;z-index: 10; justify-content: center;}
.trands-section-content-news-list-menu-arrow{width: 30px;padding: 7px 9px;border-radius: 100px;border: 1px solid white;cursor: pointer;}
.trands-section-content-news-list-menu-arrow.reverse{transform: rotate(180deg);}
.trands-section-content-news-list-menu-arrow.active{border: none;background: linear-gradient(-135deg, #00571D 0%, #87C212 100%); padding: 8px 10px;}
.trands-section-content-news-list-menu-count{display: flex;align-items: center;gap: 10px;font-size: 16px;color: #ADADAD;}
.trands-section-content-news-list-menu-count-item{border-radius: 50%;aspect-ratio: 1/1;width: 30px;display: flex;justify-content: center;align-items: center;transition: all 0.3 ease; font-family: "Mont-Regular";}
.trands-section-content-news-list-menu-count-item.active{background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);color: white;font-family: "Mont-Bold";}
.trands-section-content-articles-list-item{position: relative; overflow: hidden;}
.trands-section-content-articles-list-item img{min-height: 100%;min-width: 100%;}
.trands-section-content-articles-list-item-overlay{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);}
.trands-section-content-articles-list-item-category{width: 40%;display: flex;flex-direction: column;max-width: 110px;position: absolute;top: 10px;left: 10px;gap: 10px;}
.trands-section-content-articles-list-item-category span{width: 100%;padding: 5px 0;border-radius: 50px;text-align: center;font-family: "Mont-Medium";font-size: 16px;}
.trands-section-content-articles-list-item-category-name{border: 1px solid white;}
.trands-section-content-articles-list-item-category-special{background: rgba(186, 47, 47, 0.3);}
.trands-section-content-articles-list-item-info{width: 90%;position: absolute;left: 10px;bottom: clamp(20px, 10vw, 50%);display: flex;flex-direction: column;gap: 15px;max-width: 650px;}
.trands-section-content-articles-list-item-info-author{font-size: 16px;font-family: "Mont-Regular";}
.trands-section-content-articles-list-item-info-title{font-size: 20px;font-family: "Mont-Bold";}
.trands-section-content-articles-list-item-info-content{font-family: "Mont-light";font-size: 18px;}
.trands-section-content-adv{width: 100%;aspect-ratio: 1/1;overflow: hidden;}
.trands-section-content-adv img{width: 100%; height: 100%;}

.news-section{width: 100%; display: flex; flex-direction: column; gap: 20px;}
.news-section-title{width: 100%;font-size: 16px;font-family: "Mont-Regular";}
.news-section-content{width: 100%; display: grid;grid-template-columns: repeat(1, 1fr); gap: 45px 15px;}
.news-section-content-item{display: flex; flex-direction: column; gap: 10px; cursor: pointer;}
.news-section-content-item-img{aspect-ratio: 298/248; position: relative; overflow: hidden;}
.news-section-content-item-img img{min-width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.news-section-content-item-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}
.news-section-content-item-author{width: 100%;display: flex;align-items: center;gap: 5%;}
.news-section-content-item-author-avatar{width: 15%;aspect-ratio: 1/1;border-radius: 50%;background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); max-width: 46px;}
.news-section-content-item-author-avatar img{width: 100%; height: 100%;}
.news-section-content-item-author-name{font-family: "Mont-Medium";font-size: 14px;color: #ADADAD;}
.news-section-content-item-date{width: 100%;font-family: "Mont-Medium";font-size: 14px;color: #ADADAD;}
.news-section-content-item-title{font-size: 18px;font-family: "Mont-Bold";}
.news-section-content-item-text{font-size: 16px;color: #ADADAD;font-family: "Mont-Medium";}

.article-section{width: 100%; display: flex; flex-direction: column; gap: 20px;}
.article-section-title{width: 100%;font-size: 16px;font-family: "Mont-Regular";}
.article-section-content{width: 100%;display: flex;flex-direction: column;gap: 20px;}
.article-section-content-article{width: 100%;aspect-ratio: 297/441;max-height: 400px;position: relative;overflow: hidden;border-radius: 10px; cursor: pointer;}

.article-section-content-article img{width: 100%;min-height: 100%;position: absolute;top: 0;left: 0;}
.article-section-content-article-overlay{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 1) 100%);}
.article-section-content-article-content-title{font-size: 18px;font-family: "Mont-Bold";}
.article-section-content-article-content-text{font-size: 16px;color: #ADADAD;font-family: "Mont-Regular";}
.article-section-content-article-content{width: 90%;position: absolute;left: 10px;bottom: 50px;display: flex;flex-direction: column;gap: 10px;max-width: 650px;}
.article-section-content-list{width: 100%;aspect-ratio: 297/441;max-height: 400px;overflow: hidden;border-radius: 10px;background: #262626;display: flex;justify-content: center;align-items: center;}
.article-section-content-list-content{width: 80%;display: flex;flex-direction: column;gap: 20px;align-items: center; max-width: 362px;}
.article-section-content-list-content-item{width: 100%;display: flex;padding-bottom: 5px;border-bottom: 1px solid #ADADAD;align-items: center; cursor: pointer;}
.article-section-content-list-content-item-info{flex-grow: 1;display: flex;flex-direction: column;gap: 5px;}
.article-section-content-list-content-item-info-date{font-size: 10px;color: #ADADAD;font-family: "Mont-Medium";}
.article-section-content-list-content-item-info-title{font-size: 16px;font-family: "Mont-Regular";}
.article-section-content-list-content-item img{width: 32px;}
.article-section-content-list-content-btn{width: 100%;aspect-ratio: 239/44;background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);color: white;font-family: "Mont-Bold";border-radius: 100px;border: 2px solid #093F0F;font-size: 16px;font-family: "Mont-Bold";max-width: 362px; max-height: 44px; cursor: pointer;}

.adv-line-section{width: 100%;aspect-ratio: 298/32;background: black;position: relative;}
.adv-line-section img{max-width: 100%;}

.delt{display: none;}
.article-section-content-list-content.comp{display: none;}

.mobile-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    pointer-events: none;
    opacity: 0;
    transition: opacity .8s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-menu.open{
    opacity: 1;
    pointer-events: all;
}

.mobile-menu svg{
    margin-left: auto;
    margin-right: 3vw;
    margin-top: 3vw;
}

.mobile-menu-content{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 10%;
    gap: 10px;
}

.mobile-menu-content a{
    color: white;
    text-decoration: none;
    font-family: "Mont-Bold";
    font-size: 24px;
}

.mobile-menu-content-login{
    padding: 5px 10px;
    border-radius: 50px;
    
    width: fit-content;
    font-family: "Mont-Bold";
    font-size: 18px;
}

.mobile-menu-content-login.in{
    background: linear-gradient(-135deg, #00571D 0%, #87C212 100%); border: 1px solid #093F0F;
}

.mobile-menu-content-login.reg{
    border: 1px solid white;
}

footer{width: 100%; background: black; display: flex; align-items: center; margin-top: 30px; padding: 30px 0; justify-content: center;}
.footer-mobile{display: flex; align-items: center; flex-direction: column; gap: 50px;}
.footer-logo{width: 85%;}
.footer-logo img{width: 60%;max-width: 181px;}
.footer-menu-form{width: 85%; display: flex; flex-direction: column; gap: 50px;}
.footer-menu-list{width: 100%;display: flex;flex-wrap: wrap;gap: 10px 20px;}
.footer-menu-list a{color: #ADADAD; font-size: 16px; font-family: "Mont-light"; text-decoration: none;}
.footer-form{width: 100%;border-radius: 10px;background: #262626;padding: 30px 0;display: flex;justify-content: center;}
.footer-form-content{width: 80%;display: flex;flex-direction: column;gap: 30px;}
.footer-form-content-title{width: 100%;font-size: 18px;font-family: "Mont-Bold";}
.footer-form-content-input{width: 100%;position: relative;display: flex;}
.footer-form-content-input input{width: 100%;height: 53px;border-radius: 60px;background: #0D0D0D;border: none;display: flex;align-items: center;box-sizing: border-box;padding-left: 20px;}
.footer-form-content-input button{height: 100%;aspect-ratio: 1/1;display: flex;align-items: center;justify-content: center;border-radius: 100%;background: linear-gradient(203deg, #00571D 0%, #87C212 100%);border: none;position: absolute;top: 0;right: 0;}
.footer-form-content-input button img{width: 14px;}
.footer-form-content-description{width: 100%;font-size: 18px;font-family: "Mont-light";color: #ADADAD;}
.footer-partner{width: 85%;display: flex;flex-direction: column;gap: 50px;}
.footer-partner span{width: 100%;color: #ADADAD;font-size: 16px;font-family: "Mont-light";}
.footer-partner-logo{width: 100%;display: flex;flex-wrap: wrap;gap: 20px 10px;}
.footer-partner-logo img{height: 30px;}
.footer-warning{width: 85%;display: flex;flex-direction: column;gap: 10px;}
.footer-warning-age{width: 100%;display: flex;align-items: center;gap: 10px;}
.footer-warning-age-count{aspect-ratio: 1/1;padding: 3px;border-radius: 50%;border: 1px solid #ADADAD;color: #ADADAD;font-size: 12px;font-family: "Mont-Medium";display: flex;align-items: center;justify-content: center;}
.footer-warning-age-text{color: #ADADAD;font-size: 15px;font-family: "Mont-light";}
.footer-warning-info{width: 100%;color: #ADADAD;font-size: 14px;font-family: "Mont-light";}
.footer-tablet{display: none;}
.footer-menu-list.comp{display: none;}

.login-page {width: 100%;position: fixed;z-index: 1000;height: 100vh;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);opacity: 0;pointer-events: none;transition: opacity .5s ease;}
.login-page.open{opacity: 1;pointer-events: all;}
.auth-block{width: 90%;max-width: 392px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding: 40px 0;background: black;border-radius: 10px;display: flex;flex-direction: column;align-items: center;gap: 15px;}
.auth-menu{width: 90%;display: flex;align-items: center;gap: 15px;}
.auth-menu-btn{width: fit-content;font-size: 14px;font-family: "Mont-Bold";color: #ADADAD;border: none;background: transparent;cursor: pointer;transition: color .3s ease;}
.auth-menu-btn.active{color: #87C212;}
.auth-content{width: 90%;display: flex;flex-direction: column;}
.auth-content-login, .auth-content-reg{width: 100%;display: flex;flex-direction: column;gap: 10px;display: none;transition: display .3s ease;}
.auth-content-login.active{display: flex;}
.auth-content-reg.active{display: flex;}
.auth-content-login-input{width: 100%;aspect-ratio: 273/40;border-radius: 10px;background: #454545;position: relative;display: flex;box-sizing: border-box;padding: 5px 20px;align-items: center;}
.auth-content-login-input-content{flex-grow: 1;display: flex;flex-direction: column;gap: 2px;}
.auth-content-login-input-content span{font-size: 10px;font-family: "Mont-Regular";color: rgba(255, 255, 255, 0.6);}
.auth-content-login-input-content input{width: 100%;flex-grow: 1;border: none;background: transparent;font-size: 12px;font-family: "Mont-Regular";color: white;}
input:focus {outline: none;box-shadow: none;}
.auth-content-login-img{width: 10.6px;height: 14.6px;}
.auth-content-login-img img{width: 100%;height: 100%;}
.auth-content-login-btn{width: 18px;height: 12px;border: none;background: transparent;}
.auth-content-login-btn img{width: 100%;height: 100%;}
.auth-check-box{width: 90%;display: flex;align-items: center;gap: 15px;}
.auth-check-box input{width: 20px;aspect-ratio: 1/1;background: #ADADAD;border-radius: 3px;}
.auth-check-box span{font-size: 12px;font-family: "Mont-Regular";color: white;}
.auth-login-btn{width: 100%;aspect-ratio: 273/53;border-radius: 100px;background: linear-gradient(141deg, #008C0E 0%, #093F0F 100%);border: none;display: flex;align-items: center;justify-content: center;color: white;font-family: "Mont-Bold";font-size: 18px;cursor: pointer;}
.auth-login-line{width: 100%;border: 1px solid white;margin-top: 20px;}
.password_change{width: 100%;display: flex;justify-content: center;font-size: 12px;font-family: "Mont-Regular";color: white;text-decoration: none;margin-top: 20px;}
.login-with-google{width: 100%;aspect-ratio: 273/40;box-sizing: border-box;padding: 2px;border: none;background: linear-gradient(141deg, #008C0E 0%, #093F0F 100%);border-radius: 10px;margin-top: 20px;}
.login-with-google-content{width: 100%;height: 100%;background: black;border-radius: 10px;display: flex;align-items: center;justify-content: center;position: relative;font-size: 12px;font-family: "Mont-Regular";color: white;}
.login-with-google-content img{width: 30px;aspect-ratio: 1/1;position: absolute;left: 20%;}

@media(min-width: 800px){
    .comp{display: flex;}
    .mobile{display: none;}
    header{background: #0B0B0B;padding: 0;}
    
    .logo-img{width: 11%; min-width: 80px;}
    .burger{display: none;}
    nav{width: 90%;}
    .nav-menu{display: grid; width: 60%; min-width: 400px; grid-template-columns: repeat(5, auto); justify-content: space-between; max-width: 536px;}
    .nav-menu-item{color: white; text-decoration: none; font-family: "Mont-Regular"; font-size: 16px; height: 100%; align-items: center; display: flex; flex-wrap: nowrap; justify-content: center;width: fit-content;}
    .nav-menu-item.active{border-bottom: 1px solid white;}

    .nav-login{display: flex;  display: flex; align-items: center; width: 20%; justify-content: space-between; min-width: 180px;}
    .nav-login-reg{height: fit-content;font-family: "Mont-Bold";font-size: 16px; padding: clamp(3px, 0.5vw + 0.4px, 9px) clamp(5px, 0.7vw + 0.4px, 15px); border-radius: 70px; color: white; border: 1px solid #FFFFFF; background: transparent;}
    .nav-login-in{height: fit-content;font-family: "Mont-Bold";font-size: 16px; padding: clamp(3px, 0.5vw + 0.4px, 9px) clamp(5px, 0.7vw + 0.4px, 15px); border-radius: 70px; color: white; background: linear-gradient(-135deg, #00571D 0%, #87C212 100%); border: 1px solid #093F0F;}

    .content{ width: 90%; max-width: 1600px;} 
    .actual-news-section{flex-direction: row;  height: fit-content; justify-content: space-between; gap: 0;}
    .actual-news-section-last{flex-direction: column;width: 60%; max-width: 650px; }
    .actual-news-section-last-content{margin-top: auto;}

    

    


    .actual-news-section-last-cards{width: fit-content; width: 40%; max-width: 430px; }
    .actual-news-section-last-cards-item{aspect-ratio: 434/230; max-height: 230px; }
    .actual-news-section-last-btn{max-width: 266px; display: flex; justify-content: center; margin-top: clamp(18px, 10vw + -10px 70px);}
    .computer{display: flex; flex-direction: column;}
    .actual-news-section-last-title{font-size: clamp(28px, 5vw + -13px, 46px);}
    .actual-news-section-last-content{font-size: clamp(16px, 2vw + -0.5px, 18px);}

    .trands-section-content{flex-direction: row; gap: 10px;}

    .trands-section-content-articles{width: 70%; max-height: 517px; max-width: 1057px; aspect-ratio: 757/517;}
    .trands-section-content-adv{width: 30%; max-width: 517px;}

    .trands-section-content-articles-list-item-info{left: 20px; bottom: 50%; transform: translateY(50%);}
    .trands-section-content-articles-list-item-category{height: 90%; justify-content: space-between; gap: 0;top:50%;left: 20px; transform: translateY(-50%);}

    .trands-section-content-articles-menu{position: absolute; bottom: 5%; right: 20px;}
    .news-section-content{width: 100%; display: grid;grid-template-columns: repeat(2, 1fr); gap: 50px;}
    .news-section-content-item-img{aspect-ratio: 398/269;}

    .article-section-content{flex-direction: row;}
    .article-section-content-article{width: 45%;}
    .article-section-content-list{width: 55%;}

    .footer-content{flex-direction: row; border: 1px solid red;}
    .footer-content-logo{width: 30%; border: 1px solid yellow; max-width: auto; display: flex; flex-direction: column; height: 100%;}
    .footer-content-logo img{width: 85%;}

    .footer-content-warning-age{margin-top: auto;}

    .trands-section-content-articles-list-item-info-title{font-size: clamp(20px, 3.5vw + -10px, 30px);}
    .trands-section-content-articles-list-item-info-content{font-size: clamp(18px, 3.5 + -10px, 22px);}

    .category-section-title{font-size: clamp(16px, 4vw + -10px, 28px);}
    .trands-section-title{font-size: clamp(16px, 4vw + -10px, 28px);}
    .news-section-title{font-size: clamp(16px, 4vw + -10px, 28px);}
    .article-section-title{font-size: clamp(16px, 4vw + -10px, 28px);}

    .footer-mobile{display: none;}
    .footer-tablet{display: flex;justify-content: space-between;  width: 90%; height: fit-content; max-width: 1600px;}
    .footer-tablet-logo{width: 30%;  display: flex; flex-direction: column; justify-content: space-between; max-width: 215px;}
    .footer-tablet-logo img{width: 100%; max-width: 181px;}
    .footer-warning{width: 100%;}
    .footer-tablet-partner{width: 30%;  display: flex; flex-direction: column;}
    .footer-tablet-partner-block{width: 100%;display: flex; flex-direction: column;  gap: 30px;}
    .footer-tablet-partner-title{width: 100%;color: #ADADAD;font-size: 16px;font-family: "Mont-light";}
    .footer-tablet-form{width: 40%; display: flex; flex-direction: column; gap: 30px;}

}

@media(min-width: 1280px){
    .nav-login{max-width: 373px;}
    .nav-login-reg{font-size: 18px; padding: clamp(9px, 0.3vw + 0.4px, 10px) clamp(15px, 0.4vw + 0.4px, 20px);}
    .nav-login-in{font-size: 18px; padding: clamp(9px, 0.3vw + 0.4px, 10px) clamp(15px, 0.4vw + 0.4px, 20px);}
    .nav-login{width: fit-content; gap: 10px;}
    .logo-img{max-width: 180px;}
    .content{width: 80%;}
    nav{width: 80%; }

    .actual-news-section-last{max-width: 950px;}
    .actual-news-section-last-title{font-size: clamp(46px, 4vw + -13px, 56px);}
    .actual-news-section-last-content{font-size: clamp(16px, 3vw + -13px, 18px);}
    .actual-news-section-last-cards{max-width: 518px;}

    .trands-section-content-articles-list-item-info-title{font-size: clamp(30px, 3vw + -10px, 36px);}
    .trands-section-content-articles-list-item-info-content{font-size: clamp(18px, 3.5 + -10px, 22px);}
    .trands-section-content-articles-list-item-info{max-width: 700px;}

    .news-section-content{width: 100%; display: grid;grid-template-columns: repeat(3, 1fr); gap: 25px;}

    .article-section-content-list{width: 55%; max-width: 863px; gap: 30px;}
    .article-section-content-article{width: 40%; max-width: 653px;  }

    .article-section-content-list-content.comp{display: flex;}
    .article-section-content-list-content{width: 40%;}

    .footer-tablet{width: 80%;}
    .footer-tablet-form{max-width: 404px;}
    .footer-tablet-partner{justify-content: space-between; max-width: 716px; width: 40%;}
    .footer-menu-list.comp{display: flex; gap:  10px 20px;}
    .footer-menu-list.tablet{display: none;}

}

@media(min-width: 1440px){
    .news-section-content{grid-template-columns: repeat(4, 1fr);}
}