*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-style: normal;
}
a{
    text-decoration: none;
}
.big_container{
    max-width: 1600px;
    margin: 0 auto;
}
.container{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.section_title{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 60px;
}

/* hero start */
.hero{
    padding-top: 125px;
    padding-bottom: 80px;
}
.hero_block{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.hero_content{
    width: 780px;
    width: calc(65% - 7.5px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hero_right{
    border-radius: 20px;
    background: #F2F3F5;
    width: 405px;
    width: calc(35% - 7.5px);
}
.online_platform_div{
    border-radius: 20px;
    background: #F2F3F5;
    padding: 22px 0 23px 44px;
}
.online_platform{
    color: #333;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #333;
    font-family: 'Inter';
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #333;
    background: rgba(217, 217, 217, 0.00);
    padding: 11px 20px;
    display: block;
    max-width: max-content;
}
.hero_title_box{
    border-radius: 20px;
    background: #F2F3F5;
    padding: 113px 50px 142px 60px;
}
.hero_title{
    color: #000;
    font-family: 'Inter';
    font-size: 72px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.hero_title span{
    color: #00A89F;
}
.hero_subtitle{
    color: #333;
    font-family: Inter;
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
}
.hero_btn_box{
    border-radius: 20px;
    background: #F2F3F5;
    padding: 60px;
    width: 100%;
    margin-top: 32px;
}
.hero_btn{
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 20px;
    background: #00A89F;
    padding: 51px 55px;
    display: flex;
    align-items: center;
    max-width: max-content;
    position: relative;
    z-index: 3;
}

.hero_main_img{
    max-width: 100%;
    position: absolute;
    right: -200px;
    bottom: 0;
    z-index: 2;
}
/* hero end */

/* advan start */
.advan{
    padding-top: 80px;
    padding-bottom: 80px;
}
.advan_block{
    display: flex;
    flex-wrap: wrap;
    gap: 35px 15px;
    margin-bottom: 31px;
}
.advan_item{
    width: calc(33.33% - 10px);
    border-radius: 20px;
    background: #F2F3F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 8px 45px;
    justify-content: space-between;
}
.advan_title{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
    margin-top: 16px;
    min-height: 84px;
}
.advan_text{
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    border-radius: 20px;
    background: #FFF;
    padding: 56px 32px 35px 32px;
    min-height: 245px;
    justify-content: space-between;
}
.advan_btn{
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 20px;
    background: #00A89F;
    padding: 17px 37px;
    display: flex;
    align-items: center;
    max-width: max-content;
}
/* advan end */

/* price start */
.price{
    padding: 80px 0;
}
.price_block{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.price_item{
    width: calc(33.33% - 10px);
    border-radius: 40px;
    background: #F2F3F5;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.price_item_title{
    color: #8D6A5E;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 20px;
}
.price_item_title.vip{
    color: #BA873F
}
.price_item_title.premium{
    color: #7A7A7A;
}

.price_item_ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 70px;
}
.price_item_ul li{
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.2px;
    /* list-style: none; */
    display: flex;
}
.price_item_btn{
    color: #8D6A5E;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}
.price_item.premium .price_item_btn{
    color: #606163;
}
.price_item.vip .price_item_btn{
    color: #BA873F;
}
.price_item_prices::after{
    content: '';
    position: absolute;
    background-color: #333;
    height: 1px;
    width: 100%;
    left: 0;
    top: -31px;
}
.price_item_prices{
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}
.price_item_old_price{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price_item_prices span{
    color: #87888A;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: line-through ;
}
.price_item_prices span:last-child{
    color: #4F5052;
}
.price_btn{
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;    
    border-radius: 20px;
    background: #00A89F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 51px 55px;
    margin: 0 auto;
    max-width: max-content;
    margin-top: 47px;
    text-transform: uppercase;
}
/* price end */




/* modal */
.modal_title{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}
.modal_subtitle{
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 40px;
}
form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

input {
    width: 100%;
    padding: 25px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    height: 75px;
    color: #333;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.phone-input {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.phone-input span {
    font-size: 16px;
    color: #333;
}

button {
    background-color: #409B95;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 70px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
}

button:hover {
    background-color: #148f6e;
}


.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 90%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translate(-50%, -60%);

    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 70px 60px 40px 60px;
    max-width: 700px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Animatsiya bilan modal ochilishi */
.modal.visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

/* Ekranning qorayishi */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Backdrop ko‘rinadigan holat */
.modal-backdrop.visible {
    opacity: 1;
    visibility: visible;
}


/* FAQ start */
.faq{
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq_block{
    display: flex;
    flex-direction: column;
}
.faq_item{
    padding: 32px 30px 32px 89px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.faq_item:first-child{
    border-top: 2px solid #eee;
}
.faq_item:last-child{
    border-bottom: 2px solid #eee;
}
.faq_item_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;  
    color: #000; 
    cursor: pointer; 
}
.faq_item_header span{
    font-family: Inter;
    font-size: 64px;
    font-weight: 300;
    line-height: 77.45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727272;
    transition: transform 0.3s ease;
}
.faq_item_content{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    overflow: hidden;
    max-height: 0; 
    padding: 0;
    transition: max-height 0.5s ease, padding 0.5s ease;
}
.faq_item.open .toggle {
    transform: rotate(45deg);
}

.faq_item.open .faq_item_content {
    max-height: 100px; 
    padding: 10px 0;
}


.hero_mob_img_box{
    display: none;
}

.wrapper{
    overflow: clip;
}
/* MEDIA */
@media (max-width: 1200px){
    .container{
        max-width: 952px;
    }
    .hero_content{
        width: calc(75% - 7.5px);
    }
    .hero_right{
        width: calc(25% - 7.5px);
    }
    /* .hero_block::after{
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: #F2F3F5;
        height: 62%;
        z-index: 1;
        border-radius: 20px 20px 0 0;
    } */
    .faq_item_header{
        font-size: 28px;
        line-height: 130%;
    }
    .faq_item_header span{
        font-size: 50px;
        line-height: 130%;
        margin-left: 20px;
    }
    .faq_item{
        padding-left: 50px;
    }
    .hero{
        padding-top: 100px;
    }
    .advan_item{
        width: calc(50% - 7.5px);
    }
    .price_item{
        width: calc(50% - 7.5px);
        min-height: 623px;
    }
    
    .online_platform{
        font-size: 25px;
    }
    .hero_title{
        font-size: 50px;
    }
    .hero_title_box{
        padding-left: 50px;
    }
    .hero_subtitle{
        font-size: 25px;
        max-width: 50%;
    }
    .hero_btn{
        font-size: 35px;
        padding: 35px 55px;
    }
    .price_btn{
        font-size: 35px;
        padding: 35px 55px;
    }
    .section_title{
        font-size: 40px;
    }
    .price_item_btn{
        font-size: 35px;
    }
    .price_item_title{
        font-size: 40px;
    }
    .advan_title{
        font-size: 30px;
    }
    .advan_btn{
        font-size: 30px;
    }
    .hero_main_img{
        max-width: 90%;
    }
}
@media (max-width: 992px){
    .hero_subtitle{
        font-size: 21px;
    }
    .hero_title{
        font-size: 46px;
    }
    .hero_title_box{
        padding: 70px 35px;
    }
    .online_platform_div{
        padding-left: 35px;
    }
    .online_platform{
        font-size: 20px;
    }
    .hero_btn_box{
        padding: 40px 35px;
    }
    .hero_btn{
        font-size: 30px;
        padding: 30px 50px;
    }
    .container{
        max-width: 728px;
    }
    /* .hero_block::after{
        height: 55%;
    } */
    .advan_text{
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq_item{
        padding-left: 30px;
    }
}
@media (max-width: 768px){
    .hero_mob_img_box{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #F2F3F5;
        border-radius: 20px 20px 0 0;
        z-index: 1;
    }
    .hero_btn_box{
        padding: 0;
        background-color: transparent;
        margin: 0;
    }
    .hero_content{
        width: 100%;
        gap: 10px;
    }
    .hero_block{
        gap: 10px;
    }
    .hero_main_img_mob{
        transform: translate(0px, -60px);
    }
    .hero_main_img{
        position: relative;
        right: 0;
        bottom: -13px;
        display: none;
    }
    .hero_right{
        display: none;
    }
    .hero_main_img_mob{
        max-width: 100%;
    }
    .hero_btn{
        position: absolute;
        bottom: 0;
    }

    .section_title{
        margin-bottom: 50px;
    }
    .container{
        max-width: 536px;
    }
    .faq_item{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hero_main_img{
        bottom: -15px;
    }
    .advan_btn{
        max-width: 100%;
        justify-content: center;
    }
    .faq_item_header{
        font-size: 23px;
    }
    .faq_item_header span{
        font-size: 40px;
    }
    .faq_item_content{
        font-size: 18px;
    }
    .hero{
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .advan{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .price{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .advan_item{
        width: 100%;
    }
    .price_item{
        width: 100%;
        min-height: 0;
    }
    .hero_title{
        font-size: 45px;
        margin-bottom: 0;
    }
    .hero_subtitle{
        font-size: 22px;
        display: none;
    }
    .online_platform{
        font-size: 20px;
    }
    .hero_btn{
        font-size: 30px;
        padding: 30px 50px;
    }
    .price_btn{
        font-size: 30px;
        padding: 30px 50px;
    }
    .section_title{
        font-size: 35px;
    }
    .form-container {
        max-width: 90%;
        padding: 70px 35px;
    }
    .modal_title{
        font-size: 35px;
    }
    .hero_btn{
        max-width: 100%;
        justify-content: center;
        width: 100%;
        bottom: -10px;
    }
    .price_btn{
        max-width: 100%;
        justify-content: center;
        width: 100%;
    }
}
@media (max-width: 576px){
    .hero_main_img_mob{
        transform: translate(0px, -50px);
    }
    .section_title{
        margin-bottom: 35px;
    }
    .container{
        max-width: 410px;
    }
    .faq_item_header{
        font-size: 20px;
    }
    .faq_item_header span{
        font-size: 35px;
    }
    .faq_item_content{
        font-size: 15px;
    }
    .hero{
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .advan{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .price{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .online_platform{
        font-size: 15px;
        text-align: center;
        max-width: 100%;
    }
    .online_platform_div{
        padding: 15px 20px;
    }
    .hero_btn{
        font-size: 20px;
        padding: 18px 35px;
        border-radius: 10px;
        bottom: 7px;
    }
    .price_btn{
        font-size: 20px;
        padding: 18px 35px;
        margin-top: 30px;
    }
    .advan_btn{
        font-size: 20px;
        padding: 18px 35px;
    }
    .hero_title{
        font-size: 30px;
    }
    .hero_title_box{
        padding: 30px 40px;
    }
    .form-container{
        padding: 40px 15px;
        max-width: 94%;
    }
    .modal_title{
        font-size: 25px;
        margin-bottom: 15px;
    }
    .modal_subtitle{
        font-size: 14px;
        margin-bottom: 30px;
    }
    input{
        font-size: 15px;
        height: 100%;
        padding: 10px 15px;
    }
    form{
        gap: 15px;
    }
    button{
        font-size: 15px;
        height: 100%;
        padding: 12px 15px;
        margin-top: 15px;
    }
    .price_item_btn{
        font-size: 25px;
        padding: 12px;
    }
    .price_item_ul li{
        font-size: 15px;
    }
    .price_item_title{
        font-size: 30px;
    }
    .price_item{
        min-height: 0;
    }
    .section_title{
        font-size: 30px;
    }
    .hero_subtitle{
        font-size: 15px;
        display: none;
    }
    .advan_title{
        font-size: 22px;
        min-height: 0;
    }
    .advan_text{
        font-size: 14px;
        gap: 35px;
        min-height: 0;
        padding: 35px 15px;
    }
    .price_item_prices span{
        font-size: 20px;
    }
}
@media (max-width: 450px){
    .hero{
        padding-top: 20px;
    }
    .hero_title{
        font-size: 24px;
    }
    .hero_title_box{
        padding: 20px 30px;
    }
    .hero_subtitle{
        font-size: 14px;
    }
    .container{
        max-width: 360px;
    }
    .hero_main_img_mob{
        transform: translate(0px, -35px);
    }
    .hero_block{
        gap: 5px;
    }
    .hero_content{
        gap: 5px;
    }
    .hero_btn{
        bottom: 0;
    }
}
@media (max-width: 360px){
    .container{
        max-width: 300px;
    }
    .price_item{
        padding: 35px 20px;
        border-radius: 20px;
        min-height: 0;
    }
    .price_item_ul li{
        font-size: 14px;
    }
    .price_item_btn{
        font-size: 22px;
    }
    .section_title{
        font-size: 25px;
    }
    .faq_item_content{
        font-size: 13px;
    }
    .faq_item_header{
        font-size: 16px;
    }
    .advan_btn{
        font-size: 16px;
        padding: 15px 20px;
        border-radius: 10px;
    }
    .advan_text{
        border: 1px solid #00A89F;
    }
    .hero_title_box{
        padding: 20px;
    }
}