@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;}
section{position: relative; z-index: 100;}

.comp, .rait, .bonus, .dep, .otz, .bonus-div-adv, .bonus-div-adv.advmain{display: none;}
.open-btn{display: flex; align-items: center; gap: 10px;}
.open-btn span{font-size: 15px; font-family: "Mont-Bold"; display: none;}

.otz{cursor: pointer;}

header{width: 100%;height: fit-content;display: flex;justify-content: center;position: relative; z-index: 10; padding: 30px 0px 0px 0; background: #0B0B0B;}
.logo-img{width: 40%;;aspect-ratio: 181/53;padding: 10px 0;}
nav{height: fit-content;width: 85%;padding: 0 10px;display: flex;justify-content: space-between;max-width: 1600px; min-width: 295px; background: #0B0B0B;}
.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; }

.content-title{
    width: 100%;
    font-family: "Mont-Bold";
    font-size: 28px;
}

.content-descript{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content-descript-text{
    max-height: 150px;
    height: fit-content;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.content-descript-text.open{
    max-height: 1000px;
}

.content-descript-text.open .content-descript-overlay{
    opacity: 0;
    visibility: hidden;
}

.content-descript span{
    font-size: 16px;
    font-family: "Mont-Regular";
    color: #ADADAD;
}

.content-descript-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 20%, #121212 100%);
    transition: all 0.6s ease;
    pointer-events: none; /* чтобы клики проходили сквозь оверлей */
}

.content-top{
    width: 100%; display: flex; flex-direction: column; gap: 10px;
}

.big-top-section{width: 100%; display: flex; flex-direction: column; gap: 15px;}

.big-top-section-item{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.big-top-section-item-card{
    width: 100%;
    aspect-ratio: 355/63;
    border-radius: 10px;
    display: flex;
    background: black;
    align-items: center;
    justify-content: center;
    gap: min(15px,4vw);
    z-index: 1;
}

.big-top-section-item-card-logo{
    width: 128px;
}

.big-top-section-item-card-btn{
    width: 30%;
    aspect-ratio: 114/29;
    border-radius: 100px;
    color: white; background: linear-gradient(-135deg, #008C0E 0%, #093F0F 100%); border: none;font-family: "Mont-Bold";font-size: 14px;
    cursor: pointer;
}

.big-top-section-item-card-open{
    width: 36px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);
    border: none;
    cursor: pointer;
}

.big-top-section-item-card-open img{width: 50%;}

.big-top-section-item-content{width: 100%; max-height: 0px; overflow: hidden; border-radius: 10px; margin-top: -20px; padding-top: 20px; display: flex; flex-direction: column; background-color: #262626; transition: max-height 0.8s ease; align-items: center;}
.big-top-section-item-content.active{max-height: 1500px;}

.big-top-section-item-content-main{
    width: 90%;
    display: flex;
    flex-direction: column;
}

.big-top-section-item-content-main-first{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 5px;
}

.big-top-section-item-content-main-first-item{
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(152, 152, 154, 1);
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}

.big-top-section-item-content-main-first-item img{
    height: 100%;
    
}

.big-top-section-item-content-main-first-item-title{
    color: rgba(152, 152, 154, 1);
    font-family: "Mont-Regular";
}

.big-top-section-item-content-main-first-item-content{
    font-family: "Mont-Semi-Bold";
}

.big-top-section-item-content-main-second{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.big-top-section-item-content-main-second-title{
    width: 100%;
    display: flex;
    align-items: center;
    height: fit-content;
    gap: 5px;
    padding-bottom: 10px;
}

.big-top-section-item-content-main-second-title img{
    height: 100%;
}

.big-top-section-item-content-main-second-title span{
    font-family: "Mont-Bold";
    font-size: 16px;
}

.big-top-section-item-content-main-second-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}

.big-top-section-item-content-main-second-content span{
    width: 100%;
    color: rgba(152, 152, 154, 1);
    font-family: "Mont-Regular";
    font-size: 12px;
}

.big-top-section-item-content-mark{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;
}

.big-top-section-item-card-open-img{
    transition: all 0.3s ease;
}

.big-top-section-item-card-open-img.active{
    transform: rotate(180deg);
}

.big-top-section-item-content-mark-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: rgba(152, 152, 154, 1);
    font-size: 12px;
    font-family: "Mont-Regular";
    align-items: center;
    gap: 5px;
}

.big-top-section-item-content-mark-item-title{
    width: 123px;
}

.big-top-section-item-content-mark-item-bar{
    flex-grow: 1;
    aspect-ratio: 148/5;
    background: #5B5B5B;
    border-radius: 20px;
    max-height: 5px;
    position: relative;
    overflow: hidden;
}

.big-top-section-item-content-mark-item-bar-progress{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);
    transition: transform .3s ease;
    transform: translateX(-100%);
}

/* .big-top-section-item-content-mark-item-bar-progress.four{
    transform: translateX(-25%);
} */

.big-top-section-item-content-arguments{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #464646;
    padding: 20px 0;
    align-items: center;
    margin-top: 20px;
}

.big-top-section-item-content-arguments-content{
    width: 90%;
    display: flex;
    flex-direction: column;
}

.big-top-section-item-content-arguments-content-title{
    font-size: 16px;
    font-family: "Mont-Bold";
    padding-bottom: 5px;
}

.big-top-section-item-content-arguments-content ul{
    width: 90%;
    padding-left: 20px;
    font-size: 12px;
    font-family: "Mont-Regular";
}

.big-top-section-item-content-arguments-content ul li{
    margin-bottom: 8px;
}

.big-top-section-item-content-arguments-line{width: 90%; border: 1px solid #BABABA; margin-top: 10px; margin-bottom: 10px;}

.big-top-section-item-content-app{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.big-top-section-item-content-app-problem{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.big-top-section-item-content-app-problem-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.big-top-section-item-content-app-problem-content-name{
    display: flex;
    align-items: center;
    gap: 5px;
}

.big-top-section-item-content-app-problem-content-name img{
    height: 100%;
}

.big-top-section-item-content-app-problem-content-name span{
    font-size: 17px;
    font-family: "Mont-Bold";
}

.big-top-section-item-content-app-problem-content-text{
    font-size: 12px;
    font-family: "Mont-Regular";
}

.big-top-section-item-content-app-problem-content-text-count{
    font-family: "Mont-Bold";
}

.big-top-section-item-content-app-line{width: 100%; border: 1px solid rgba(255, 255, 255, 0.5); margin-top: 20px;}

.big-top-section-item-content-app-promo{width: 100%; display: flex; flex-direction: column; align-items: center;}

.big-top-section-item-content-app-promo-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.big-top-section-item-content-app-promo-text-title{
    font-size: 16px;
    font-family: "Mont-Regular";
}

.big-top-section-item-content-app-promo-text-content{
    font-size: 16px;
    font-family: "Mont-Bold";
    /* margin-left: 5px; */
}

.big-top-section-item-content-app-promo-text img{
    height: 100%;
    margin-left: 5px;
    cursor: pointer;
}

.big-top-section-item-content-app-promo-btn{
    width: 80%;
    aspect-ratio: 255/42;
    border-radius: 100px;
    color: white; background: linear-gradient(-135deg, #008C0E 0%, #093F0F 100%); border: none;font-family: "Mont-Bold";font-size: 14px;
    margin-top: 13px;
    margin-bottom: 13px;
    cursor: pointer;
}

.content-adv{width: 100%;display: flex;flex-direction: column;gap: 20px;}

.day-prog{width: 100%;padding: 25px 0;border-radius: 10px;background: #262626;display: flex;flex-direction: column;align-items: center;}

.day-prog-title{width: 90%;font-size: 18px;font-family: "Mont-Bold";padding-bottom: 15px;border-bottom: 1px solid white;}

.day-prog-list{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid white;
}

.day-prog-list-item{
    width: 100%;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);
}

.day-prog-list-item-content{
    width: 100%;
    display: flex;
    padding: 10px 0;
    background: #3B3B3B;
    border-radius: 10px;
    align-items: center;
}

.day-prog-list-item-content-text{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    gap: 10px;
}

.day-prog-list-item-content-text-title{
    font-size: 14px;
    font-family: "Mont-Regular";
}

.day-prog-list-item-content-text-date{
    font-size: 10px;
    color: #ADADAD;
    font-family: "Mont-Medium";
}

.day-prog-list-item-content-coef{
    display: flex;
    flex-direction: column;
    width: 15%;
    margin-right: 10px;
    align-items: center;
    gap: 10px;
}

.day-prog-list-item-content-coef-content{width: 100%;aspect-ratio: 55/38;border-radius: 50px;border: 1px solid #EBEEF3;display: flex;align-items: center;justify-content: center;max-width: 55px;}
.day-prog-list-item-content-coef-content span{font-size: 20px;font-family: "Mont-Regular";}

.day-prog-list-item-content-coef-link{color: white;font-size: 12px;font-family: "Mont-Regular";}

.day-prog-link{width: 90%;display: flex;align-items: center;justify-content: center;gap: 10px;margin-top: 20px;}

.day-prog-link a{color: white;font-size: 18px;font-family: "Mont-Bold";text-decoration: none;}

.day-prog-link img{height: 100%;}

.day-adv-one{width: 10   0%;aspect-ratio: 390/456;position: relative;overflow: hidden;}

.day-adv-one img{min-width: 100%;min-height: 100%; width: 100%;}

.content-bonus{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.bonus-div{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bonus-div-title{
    width: 100%;
    font-size: 18px;font-family: "Mont-Bold"; 
}

.bonus-div-grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.bonus-div-grid-item{
    display: flex;
    flex-direction: column;
    background: black;
    align-items: center;
    padding-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.bonus-div-grid-item img{width: 100%;}
.bonus-div-grid-item-text{width: 90%; display: flex; align-items: end; justify-content: space-between; margin-top: 10px;}

.bonus-div-grid-item-text-title{
    font-size: 14px;
    font-family: "Mont-Semi-Bold";
}

.bonus-div-grid-item-text-cost{
    font-size: 16px;
    font-family: "Mont-Bold"; 
}

.bonus-div-grid-item-content{
    width: 90%;
    font-size: 14px;
    font-family: "Mont-Regular";
    margin-top: 20px; 
}

.bonus-div-grid-item-btn{
    margin-top: 15px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    aspect-ratio: 255/42;
    font-size: 14px;
    font-family: "Mont-Semi-Bold";
    color: white;
    background: linear-gradient(-135deg, #00571D 0%, #87C212 100%);
    border: none;
    cursor: pointer;
}

.adv-line-section{width: 100%;aspect-ratio: 298/32;background: black;position: relative;}
.adv-line-section img{max-width: 100%;}

.bonus-div-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.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){
    .mob{display: none;}
    .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: 900px){
    .comp{display: flex;}
    .otz{display: flex;}
    .mobile{display: none;}
    .open-btn span{display: flex;}
    .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;}
    .big-top-section-item-card-item{align-items: center;gap: 5px;}
    .big-top-section-item-card-item img{height: 100%;}
    .big-top-section-item-card-item-text{display:flex; flex-direction: column;}
    .big-top-section-item-card-item-text-title{font-size: 15px;font-family: "Mont-Regular";}

    .big-top-section-item-content-main-first-item{font-size: 16px;}
    .big-top-section-item-content-main-second-title span{font-size: 22px;}
    .big-top-section-item-content-main-second-content span{font-size: 16px;}

    .big-top-section-item-card-item-text-content{font-size: 15px;font-family: "Mont-Bold";}

    .content-top{gap: 30px;}
    .big-top-section-item-card{max-height: 121px;}
    .big-top-section-item-card-logo{max-width: 138px;}
    .big-top-section-item-card-btn{max-width: 144px;}
    .big-top-section-item-card-open{max-width: 35px;}

    .big-top-section-item-content-main{flex-direction: row; max-width: 1100px; justify-content: space-between; margin-top: 30px;}
    .big-top-section-item-content-main-first{width: 100%;}
    .big-top-section-item-content-main-second{width: 30%; max-width: 250px; margin-top: 0;}
    .big-top-section-item-content-mark{max-width: 1100px;}
    .big-top-section-item-content-mark-item{gap: 30px;}
    .big-top-section-item-content-mark-item-title{font-size: 16px; width: 200px;}
    .big-top-section-item-content-mark-item-count{font-size: 16px;}

    .big-top-section-item-content-arguments{width: 90%; max-width: 1100px; border-radius: 24px; flex-direction: row; justify-content: center; gap: 30px; align-items: start;}
    .big-top-section-item-content-arguments-content{flex-direction: row; width: 40%; gap: 10px; }
    .big-top-section-item-content-arguments-line{width: 0px; height: 100px;}
    .big-top-section-item-content-arguments-content-title{font-size: 22px;}
    .big-top-section-item-content-arguments-content ul{font-size: 16px;}

    .big-top-section-item-content-app{flex-direction: row;align-items: center; max-width: 1100px;}
    .big-top-section-item-content-app-problem{flex-direction: column; width: 60%; justify-content: center; gap: 15px;}
    .big-top-section-item-content-app-problem-content{flex-direction: row; align-items: center;}
    .big-top-section-item-content-app-line{width: 0px; margin-top: 0; height: 100px;}
    .big-top-section-item-content-app-problem-content-name span{font-size: 24px; width: 120px;}
    .big-top-section-item-content-app-problem-content-text{font-size: 16px;}

    .big-top-section-item-content-app-promo{flex-direction: row;flex-grow: 1;}
    .big-top-section-item-content-app-promo-text{margin-top: 0;}
    .big-top-section-item-content-app-promo-btn{max-width: 220px; width: 60%; aspect-ratio: 220/53;}
    .big-top-section-item-content-app{margin-bottom: 20px;}
    .big-top-section-item-content{gap: 10px;}

    .content-bonus{ width: 100%; }
    .bonus-div{width: 100%;}
    .bonus-div-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 70px;
    }
    
}

@media(min-width: 1000px){
    .rait{display: flex;}
}

@media(min-width: 1150px){
    .bonus{display: flex;}
    .bonus-div-grid{width: 65%; }
    
    .content-bonus{width: 100%;}
    .bonus-div-adv{flex-grow: 1; display: flex; max-width: 326px; flex-direction: column; gap: 10px;}
    .day-prog.adv{height: fit-content;}
    .bonus-div-grid-item{max-width: 350px;}
    
}

@media(min-width: 1250px){
    .dep{display: flex;}
    .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{min-width: auto; width: fit-content; gap: 10px;}
    .logo-img{max-width: 180px;}
    .content{width: 80%;}
    nav{width: 80%; }

    
}

@media(min-width: 1280px){
    .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;}
    .content-descript span{font-size: 18px;}
    .content-title{font-size: 46px;}
}

@media(min-width: 1440px){
    .content-top{display: flex; flex-direction: row;}
    .big-top-section{width: 80%;}
    .bonus-div-adv.advmain{display: flex;}

    .big-top-section-item-card{gap: 0; justify-content: space-between; padding: 0 20px; /* отступы слева и справа */
    box-sizing: border-box;}


    .bonus-div-grid{width: 80%; grid-template-columns: repeat(4, 1fr);gap: 30px;}
    .bonus-div-adv{display: none;}
}