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;}

.content-title{
    width: 100%;
    font-family: "Mont-Bold";
    font-size: 28px;
    font-weight: normal;
}

.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-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-problem-content-btn{
    padding: 7px 15px;
    color: white; background: linear-gradient(-135deg, #008C0E 0%, #093F0F 100%); border: none;font-family: "Mont-Bold";font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
}

.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";
}

.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%);
    cursor: pointer;
    text-decoration: none;
}

.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;
    color: white;
}

.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;
    color: white;
}

.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: 16px;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;
    cursor: pointer;
    color: white;
    text-decoration: none;
}


.bonus-div-grid-item img{width: 100%;}
.bonus-div-grid-item-text{width: 90%; display: flex; align-items: center; justify-content: space-between; margin-top: 10px; height: 50px; }

.bonus-div-grid-item-text-title{
    font-size: 14px;
    font-family: "Mont-Semi-Bold";
    width: 60%;
}

.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; 
    height: 30px;
    align-items: center;
}

.bonus-div-grid-item-btn{
    margin-top: 20px;
    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;
    
}

.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;
}


@media(min-width: 800px){
    .mob{display: none;}
}

@media(min-width: 900px){
    .comp{display: flex;}
    .otz{display: flex;}
    .mobile{display: none;}
    .open-btn span{display: flex;}
    .comp{display: flex;}
    .mobile{display: none;}
    .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;}
    .content{width: 80%;}
}

@media(min-width: 1280px){
    .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;}
}