*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Inter", sans-serif;
    text-decoration: none;
}

.container{
    max-width:1365px;
    width:100%;
    padding-left:16px;
    padding-right:16px;
    margin:0 auto;
}

main{
    background-size: cover;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, rgba(226, 229, 234, 0) -1.06%, rgba(226, 229, 234, 0.8) 0.47%, #E2E5EA 2.05%, #E2E5EA 57.57%, #B9D0D9 89.22%, rgba(226, 229, 234, 0) 100.2%);

}
main > div,main > footer{
    position: relative;
    z-index: 2;
}
@media(min-width:769px){
    main{
        /* sticky не работает внутри overflow:hidden */
        overflow-x: hidden;
        overflow-y: visible;
    }
}
@media(max-width:768px){
    main{
        padding-top: 0px;
        background-image: none;
        background: linear-gradient(0deg, rgba(226, 229, 234, 0) 0%, rgba(226, 229, 234, 0.8) 0.4%, #E2E5EA 0.87%, #E2E5EA 58.06%, #B9D0D9 96.4%, rgba(226, 229, 234, 0) 99.71%);

    }
}

.menu-cont{
    position: fixed;
    top:13px;
    width:100%;
    z-index: 100;
}
.menu{
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 85px;
    -webkit-box-shadow: 0px 4px 13px 0px rgba(57, 102, 215, 0.2);
    -moz-box-shadow: 0px 4px 13px 0px rgba(57, 102, 215, 0.2);
    box-shadow: 0px 4px 13px 0px rgba(57, 102, 215, 0.2);
    padding-top:18px;
    padding-bottom: 18px;
    padding-left:20px;
    padding-right:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:80px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 13.3px 0px rgba(57, 102, 215, 0.1);
    backdrop-filter: blur(71.69999694824219px);

}
.menu-logo{
    display: block;
}
.menu-logo img{
    width:95px;
    display: block;
}
.menu-list,.menu-list-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.menu-list a{
    color:rgba(33, 37, 41, 1);
    font-size:24px;
}
.menu-list a:hover{
    color:#C90478;
}
.menu-button{
    display:none;
}
.menu-list .main-banner-buttons{
    display: none;
}
.img-back-8{
    display: none;
}
@media(max-width:1060px){
    .menu{
        gap:30px;
    }
}
@media(min-width:961px){
    .menu-list{
        display: flex!important;
    }
}
@media(max-width:960px){
    .menu{
        gap:10px;
        border-radius: 16px;
        padding-top:7px;
        padding-bottom:7px;
        padding-left:20px;
        padding-right:20px;
        flex-wrap: wrap;
        border: 1px solid rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 13.3px 0px rgba(57, 102, 215, 0.1);
        backdrop-filter: blur(28.600000381469727px);
        background: rgba(255, 255, 255, 0.8);
        

    }
    .menu-button{
        display:block;
    }
    .menu-button img+img{
        display:none;
    }
    .menu.active .menu-button img{
        display:none;
    }
    .menu.active .menu-button img+img{
        display:block;
    }
    /* .menu-list{
        display:none;
    } */
    .menu-logo img{
        width:59px;
    }
    .menu-list{
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
        align-items: flex-start;
        max-height:90vh;
        min-height:70vh;
        justify-content:space-between;
    }
    .menu-list-cont{
        display:flex;
        flex-direction:column;
        width:100%;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        border-top: 1px solid rgba(227, 227, 238, 1);
    }
    .menu-list a{
        font-size: 20px;
        padding-top:20px;
        padding-bottom:20px;
        width:100%;
        border-bottom: 1px solid rgba(227, 227, 238, 1);
        padding-left:9px;
        padding-right:9px;
    }
    .menu-list .main-banner-buttons{
        width: 100%;
        display: block;
    }
    .menu-list .main-banner-buttons-title{
        padding-top:18px;
        font-size: 20px;
        padding-left:9px;
        padding-right:9px;
        color:rgba(33, 37, 41, 1);
        margin-bottom: 20px;
        text-align: start;
    }
    .menu-list .main-banner-button{
        width:100%;
        height:40px;
        border-radius: 12px;
        border: 3px solid rgba(255, 255, 255, 1);
    }
    .img-back-8{
        display: block;
    }
    .img-back-6{
        display: none;
    }
}




@media(max-width:768px){
    header{
        /* background-image: url(/img/b1m.png);
        background-position: top center;
        background-size: cover; */
        overflow: hidden;
    }
    .menu-cont{
        top:0;
        padding-top:13px;
        
    }
    .menu-cont.menu-open{
                box-shadow: inset 10000px 10000px #000000a8;
                height:100%;
    }


}


.main-banner{
    /* background-image: url(/img/Детриол-50000.png); */
    background-size: cover;
    padding-top:300px;
    padding-bottom:140px;
    position:relative;
    overflow:hidden;
}
@media(min-width:769px){
    .main-banner{
        position: sticky;
        top: 0;
        z-index: 1;
        min-height: 100vh;
    }
    .bunner-background-video{
        height: 100%;
        object-fit: cover;
    }
}
.bunner-background-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
.main-banner-title{
    font-family: Cuprum;
    font-weight: 400;
    font-style: Regular;
    font-size: 149px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    color:white;
    padding-bottom: 40px;
}
.main-banner-subtitle{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:white;
    margin-bottom: 40px;
    max-width: 480px;
}
.main-banner-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:white;
    margin-bottom: 40px;
    max-width: 480px;
}
.main-banner-buttons{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.main-banner-button{
    width:384px;
    height:60px;
    border: 3px solid rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px -3px 4px 0px rgba(255, 0, 153, 0.07) inset;
    border-radius: 18px;
    transform:scale(1);
    transition:0.5s;
}
.main-banner-button:hover{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px -3px 4px 0px rgba(255, 0, 153, 0.07) inset;
    transform:scale(1.03);
}
.main-banner-button img{
    display: block;
}
.main-banner-button-103{
    background: linear-gradient(180deg, #1BE64F 0.96%, #3EB75D 29.33%, #199739 100%);
}
.main-banner-button-tab{
    background: linear-gradient(180deg, #5EEEFF 1.44%, #37C9DA 26.44%, #12AEC0 100%);
}
.main-banner-button-103:hover{
    background: linear-gradient(180deg, #199739 0%, #3EB75D 70.67%, #1BE64F 99.04%);

}
.main-banner-button-tab:hover{
    background: linear-gradient(180deg, #12AEC0 0%, #37C9DA 73.56%, #5EEEFF 98.56%);

}


@media(max-width:768px){
    .main-banner{
        background-image: url(/img/Детриол-50000.png);
        background-size: cover;
        padding-top:250px;
        padding-bottom:30px;
        position: relative;
        top: auto;
        z-index: auto;
        min-height: 0;
    }
    .bunner-background-video{
        position:absolute;
        top:0;
        left:auto;
        right:-190px;
        width:auto;
        height:100%;
        z-index: 1;
    }
    .main-banner:after{
        content:' ';
        display:block;
        width:100%;
        height:100%;
        box-shadow: inset 100000px 100000px rgba(0, 0, 0, 0.541);
        position:absolute;
        top:0;
        left:0;
        z-index: 2;
    }
    .main-banner-title{
        font-size: 70px;
        padding-bottom: 20px;
        position:relative;
        z-index:3;
    }   
    .main-banner-subtitle{
        font-size: 18px;
        margin-bottom: 20px;
        position:relative;
        z-index:3;
    }
    .main-banner-text{
        font-size: 14px;
        margin-bottom: 20px;
        position:relative;
        z-index:3;
    }
    .main-banner-buttons{
        position:relative;
        z-index:3;
    }
    .main-banner-button{
        width:100%;
        height:37px;
        border-radius:12px;
    }
    .main-banner-button img{
        height:21px;
    }

}



.section-2{

}
.section-2-wrap{
    display: flex;
    gap:120px;
}
.section-2-left{
    width:890px;
    min-width: 890px;
    margin-left: -313px;
    margin-top: -85px;
    position:relative;
}
.section-2-left-number{
    font-family: Cuprum;
    font-weight: 700;
    font-style: Bold;
    font-size: 109.88px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color:rgba(253, 171, 15, 1);
    position: absolute;
    top: 400px;
    right: 117px;
    display:flex;
    align-items: center;
}
.section-2-left-number span{
    min-width:145px;
    display:block;
}
.section-2-left img{
    width: 100%;
    display: block;
}
.section-2-right{
    padding-top:100px;
    padding-bottom: 100px;
}
.section-2-title{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}
.section-2-subtitle{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:rgba(143, 83, 201, 1);
    margin-bottom: 40px;
}
.section-2-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}
.section-2-bottom{
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(142, 136, 136, 0.2);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    padding-left:40px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    gap:12px;
    border-radius: 24px;
    margin-bottom: 100px;
}
.section-2-bottom-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-top:45px;
    padding-bottom: 45px;
}
.section-2-bottom img{
    display: block;
    display: block;
}

@media(max-width:820px){
    .section-2-wrap{
        flex-direction: column;
        gap:0;
    }
    .section-2-left{
        
        order:2;
        width:520px;
        min-width: 520px;
        margin-top: -100px;
        margin-left: -184px;
    }
    .section-2-right{
        order:1;
        position: relative;
        z-index: 2;
        padding-top:50px;
        padding-bottom: 0;
    }
    .section-2-title{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-2-subtitle{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-2-text{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-2-bottom{
        padding-top:19px;
        padding-left:16px;
        padding-right:16px;
        border-radius: 20px;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .section-2-bottom-text{
        font-size: 20px;
        margin-bottom: 40px;
        padding:0;
    }
    .section-2-bottom img{
        width:100%;
        margin-bottom:20px;
    }
    .section-2-left-number{
        font-size: 70px;
                top: 229px;
        right: 56px;
    }
    .section-2-left-number span{
        min-width:100px;
    }
}

.title{
    font-family: Cuprum;
    font-weight: 400;
    font-style: Regular;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    position: sub;
    margin-bottom: 70px;
    text-align: center;
    color:rgba(70, 36, 99, 1);
}
.text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom:70px;
    text-align: center;
}

@media(max-width:768px){
    .title{
        font-size: 46px;
        margin-bottom: 20px;
    }
    .text{
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.section-3-wrap{
    position: relative;
    overlay: hidden;
    padding-bottom:140px;
}
.section-3-blocks{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 20px;
    width:690px;
    position: relative;
    z-index: 2;
}
.section-3-block{
    background: linear-gradient(58.61deg, rgba(255, 255, 255, 0.5) 46.74%, rgba(255, 255, 255, 0.15) 86.71%);
    border: 1px solid rgba(218, 223, 225, 1);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    border-radius: 24px;
    padding:20px;
    display: flex;
    gap:10px;
    cursor:pointer;
}
.section-3-block:hover{
    border: 1px solid rgba(218, 223, 225, 1);
    backdrop-filter: blur(47.400001525878906px);

    box-shadow: 0px 0px 33.2px 0px rgba(0, 0, 0, 0.25);

}
.section-3-block-n{
    font-family: Cuprum;
    font-weight: 700;
    font-style: Bold;
    font-size: 49px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(253, 171, 15, 1);

}
.section-3-block-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:rgba(143, 83, 201, 1);
    margin-bottom: 12px;
}
.section-3-block-subtitle{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 12px;
}
.section-3-block-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    position: sub;

}
.section-3-man-cont{
    position: absolute;
    z-index: 1;
    top: -37px;
    right: -93px;
}
.section-3-man-back{
    position: absolute;
        top: 0;
    right: -185px;
}
.section-3-man-back {
    animation: spin 10s linear infinite;
}
.section-3-man-cont-circles{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
}
.section-3-man-cont-circles >div{
    width:100%;
    height:100%;
    position:relative;
}
.section-3-man-cont-circle{
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 14px 0px rgba(209, 203, 215, 1);
    font-family: Cuprum;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(253, 171, 15, 1);
    position:absolute;
    z-index:3;
    width:40px;
    height:40px;
}
.section-3-man-cont-circle-1{
    top: 65px;
    right: 412px;
}
.section-3-man-cont-circle-2{
    right: 422px;
    top: 407px;
}
.section-3-man-cont-circle-3{
    top: 19px;
    right: 494px;
}
.section-3-man-cont-circle-3-2{
    right: 651px;
    top: 331px;
}
.section-3-man-cont-circle-3-3{
        right: 89px;
    top: 1025px;
}
.section-3-man-cont-circle-4{
    top: 182px;
    right: 297px;
}
.section-3-man-cont-circle-4-2{
    top: 315px;
    right: 311px;
}
.section-3-man-cont-circle-4-3{
        top: 465px;
    right: 638px;
}
.section-3-man-cont-circle-5{
    top: 428px;
    right: 217px;
}
.section-3-man-cont-circle-6{
        right: 427px;
    top: 634px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.section-3-man{
    display: block;
    width:887px;
    position:relative;
    z-index:2;
    
}
.section-3-block-n-button{
    display: none;
}

@media(max-width:768px){
    .section-3-wrap{
        padding-bottom:60px;
    }
    .section-3-blocks{
        width:250px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap:12px;
    }
    .section-3-block{
        padding-left:20px;
        padding-top:12px;
        padding-right: 12px;
        padding-bottom: 20px;  
        flex-direction: column;
    }
    .section-3-block-n{
        font-family: Cuprum;
        font-weight: 700;
        font-style: Bold;
        font-size: 36px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .section-3-block-title{
        font-size: 20px;
    }
    .section-3-block-subtitle{
        font-size: 14px;
    }
    .section-3-block-text{
        font-size: 14px;
        display:none;
    }
    .section-3-block:first-child .section-3-block-text{
        display:block;
    }
    .section-3-block .section-3-block-n-button svg{
        transform:rotate(0deg);
        transition:0.5s;
    }
    .section-3-block.active .section-3-block-n-button svg{
        transform:rotate(45deg);
        transition:0.5s;
    }
    .section-3-man-cont{
        position: absolute;
        top: 0;
        right: -20px;
    }
    .section-3-man{
        display: none;
    }
    .section-3-man-m{
        display: block!important;
        
    }
    .section-3-block-n-button{
        display: flex;
        align-items: center;
        justify-content: center;
        width:36px;
        height:36px;
        border-radius: 100%;
        background: white;
        border: 1px solid rgba(227, 227, 238, 1);
    }
    .section-3-block-n-button svg{
        display: block;
    }
}


.section-4 .title{
    position:relative;
    z-index:3;
}
.section-4 .text{
    max-width: 996px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    z-index:3;
}
.section-4-blocks{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    position:relative;
    z-index:3;
}
.section-4-blocks *{
    position:relative;
    z-index:3;
}
.section-4-block{
    display: flex;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 18.7px 0px rgba(255, 255, 255, 0.31) inset;
    position: relative;
    overflow: hidden;
}
.section-4-block-1{
    background: radial-gradient(45.95% 76.7% at 4.05% 44.71%, #FFFFFF 17.8%, rgba(255, 231, 232, 0.5) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.section-4-block-2{
    background: radial-gradient(45.95% 76.7% at 4.05% 44.71%, #FFFFFF 17.8%, rgba(237, 240, 248, 0.5) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}
.section-4-block-3{
    background: radial-gradient(45.95% 76.7% at 4.05% 44.71%, #FFFFFF 17.8%, rgba(255, 246, 234, 0.5) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}
.section-4-block-4{
    background: radial-gradient(45.95% 76.7% at 4.05% 44.71%, #FFFFFF 17.8%, rgba(237, 248, 247, 0.5) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.section-4-block-img{
    display: flex;
    align-items: flex-end;
}
.section-4-block-img img{
    display: block;
    width: 340px;
}
.section-4-block-right{
    padding-top: 35px;
    padding-right: 55px;
    width:330px;
    position: absolute;
    top:0;
    right:50px;
}
.section-4-block-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:rgba(143, 83, 201, 1);
    margin-bottom: 12px;
}
.section-4-block-subtitle{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 12px;
}
.section-4-block-items{
    display: flex;
    flex-direction: column;
    gap:12px;
}
.section-4-block-item{
    display: flex;
    gap:12px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}
.section-4-block-item svg{
    display: block;
    min-width:27px;
}
.section-4-block-g{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(126, 126, 126, 1);
}

@media(max-width:820px){
    .section-4-blocks{
        grid-template-columns: repeat(1, 1fr);
        gap:12px;
    }
    .section-4-block{
        border-radius: 20px;
        padding:20px;
        padding-top:14px;
        min-height: 350px;
    }
    .section-4-block-right{
        position: relative;
        right:0;
        padding:0;
    }
    .section-4-block-img{
        position: absolute;
        bottom:0;
        right:0;
        transform: scale(-1, 1);
    }
    .section-4-block-img img{
        width: 180px;
    }
    .section-4-block-title{
        font-size: 20px;
    }
    .section-4-block-subtitle{
        font-size: 14px;
    }
    .section-4-block-items{
        width:210px;
    }
    .section-4-block-item{
        font-size: 14px;
    }
}



.section-4-b-desc{
    display: block;
    width:100%;
    margin-top: -244px;
    position: relative;
    z-index: 2;
}
@media(min-width:1960px){
    .section-4-b-desc{
        margin-top: -513px;
    }
}
.section-4-b-mob{
    display: none;
}



.section-5{
    padding-top:80px;
    position:relative;
    z-index:3;
        background: linear-gradient(0deg, rgba(226, 229, 234, 0) -1.06%, rgba(226, 229, 234, 0.8) 0.47%, #E2E5EA 2.05%, #E2E5EA 57.57%, #B9D0D9 89.22%, rgb(226 229 234 / 90%) 100.2%);
}
.section-5 .text{
    max-width:965px;
    margin-left:auto;
    margin-right:auto;
}
.section-5-card{
    background:url('/img/Frame 1321320027.png');
    background-size: cover;
    display: flex;
    gap:12px;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 48px;
}
.section-5-card-left{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 75px;
}

.section-5-card-left img{
    display: block;
    width:100%;
}
@media(min-width:769px){
    .section-5-card-left{
        width: 620px;
    }
    .section-5-card-1 .section-5-card-left img{
        display:block;
        margin:0 auto;
        max-width:490px;
    }
}
.section-5-card-right{
    padding-top:40px;
    padding-bottom: 40px;
    padding-right: 30px;
}
.section-5-card-right-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color:rgba(143, 83, 201, 1);
}
.section-5-card-right-checkboxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.section-5-card-right-checkbox{
    display: flex;
    align-items: center;
    gap:8px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:rgba(143, 83, 201, 1);
}
.section-5-card-right-checkbox-circle{
    width:40px;
    height:40px;
    min-width: 40px;
    border-radius: 100%;
    background: rgba(180, 171, 219, 0.21);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}
.section-5-card-right-checkbox-circle div{
    width:25px;
    height:25px;
    border-radius: 100%;
}
.section-5-card-right-checkbox.active .section-5-card-right-checkbox-circle div{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);

}
.section-5-card-right-subtitle{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.section-5-card-right-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.section-5-card-right-tabs {
    position: relative;
    display: flex;
    border-radius: 12px;
    background: rgba(180, 171, 219, 0.21);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 8px;
    width: fit-content;
    margin-bottom: 20px;
    gap: 8px;
}

/* Плавающий фон */
/* .section-5-card-right-tabs::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 225px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
    z-index: 0;
} */

/* Позиция для первого таба */
.section-5-card-right-tabs[data-active-index="0"]::before {
    transform: translateX(0);
}

/* Позиция для второго таба */
.section-5-card-right-tabs[data-active-index="1"]::before {
    transform: translateX(calc(100% + 8px));
}

.section-5-card-right-tab {
    position: relative;
    width: 225px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    cursor: pointer;
    z-index: 1;
    transition: color 0.3s ease;
}

.section-5-card-right-tab.active {
    background: transparent;
    box-shadow: none;
}

.section-5-card-right-list-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.section-5-card-right-list{
    display: flex;
    flex-direction: column;
    gap:10px;
    margin-bottom: 20px;
}
.section-5-card-right-list-item{
    display: flex;
    align-items: center;
    gap:12px;
}

.section-5-card-2{
    background: linear-gradient(58.61deg, rgba(255, 255, 255, 0.5) 46.74%, rgba(255, 255, 255, 0.15) 86.71%);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.section-5-card-2 .section-5-card-right{
    padding-left:40px;
}
.section-5-card-2 .section-5-card-left{
    position:relative;
}   
.section-5-card-2 .section-5-card-left img{
    position:relative;
    z-index: 2;
}   
.section-5-card-2 .section-5-card-left .section-5-card-left-img{
    position: absolute;
    top: -200px;
    right: -263px;
}

@media(max-width:768px){
    .section-5-card{
        border-radius: 20px;
        padding-left:12px;
        padding-right:12px;
        padding-bottom:20px;
        flex-direction: column;
    }
    .section-5-card-left{
        padding-bottom:0;
    }
    .section-5-card-right{
        padding:0;
    }
    .section-5-card-right-title{
        margin:0 auto;
        font-size:20px;
        margin-bottom:12px;
        text-align:center;
    }
    .section-5-card-right-checkboxes{

    }
    .section-5-card-right-checkbox{
        flex-direction: column;
        gap:8px;
        font-size:16px;
    }
    .section-5-card-right-checkbox-circle{
        width:28px;
        min-width:28px;
        height:28px;
    }
    .section-5-card-right-checkbox-circle div{
        width:17px;
        height:17px;
    }
    .section-5-card-right-subtitle{
        font-size:16px;
        margin-bottom:20px;
    }
    .section-5-card-right-text{
        font-size:14px;
        margin-bottom:20px;
    }
    .section-5-card-right-tabs{
        border-radius:12px;
        padding:8px;
    }
    .section-5-card-right-tab{
        width:146px;
        font-size:16px;
        height:36px;
    }
    .section-5-card-right-list-title{
        font-size:16px;
    }
    .section-5-card-right-list-item{
        font-size:14px;
    }
    .section-5-card-2 .section-5-card-right{
        padding:0;
    }
    .section-5-card-2 .section-5-card-left{
        order:1;
    }
    .section-5-card-2 .section-5-card-right{
        order:2;
    }
    .section-5-card-2 .section-5-card-left .section-5-card-left-img{
        position: absolute;
        top: -245px;
        right: -215px;
        width: 550px;
    }


}


.why-buy{
    border-radius:48px;
    padding:40px;
    background:url(/img/Where_desktop.png);
    background-size:cover;
    margin-bottom:100px;
}
.why-buy-title{
    font-family: Cuprum;
    font-weight: 400;
    font-style: Regular;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(70, 36, 99, 1);
    margin-bottom:40px
}
.why-buy-subtitle{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.why-buy-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom:15px;
    max-width:638px;
}
.why-buy-buttons{
    display:flex;
    flex-direction:column;
    gap:20px;
}

@media(max-width:768px){
    .why-buy{
        border-radius:20px;
        padding:16px;
        background: url(/img/Where_mobile.png);
        background-size: cover;
        padding-bottom: 240px;
        margin-bottom:30px;
    }
    .why-buy-title{
        font-size:46px;
        margin-bottom:20px;
    }
    .why-buy-subtitle{
        font-size:20px;
        margin-bottom:20px;
    }
    .why-buy-text{
        font-size:14px;
        margin-bottom:20px;
    }
    .why-buy .main-banner-button{
        height:37px;
        border-radius:9px;
    }
}




.section-6{
    margin-bottom:100px;
}
.section-6-cont{
    border-radius: 48px;
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    display:flex;
    gap:12px;
    overflow:hidden;
}
.section-6-cont *{
    color:rgba(33, 37, 41, 1);
}
.section-6-cont-left{

}
.section-6-cont-left-tabs-cont{
    padding:40px;
}
.section-6-cont-left-tabs{
    padding:8px;
    background: rgba(180, 171, 219, 0.21);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius:12px;
    width:324px;
    min-width:324px;
    display:flex;
    flex-direction: column;
    gap:10px;
}
.section-6-cont-left-tab{
    border-radius:8px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    border-radius:8px;
    padding:10px 20px;
    cursor:pointer;
}
.section-6-cont-left-tab.active{
    
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    
}
.section-6-cont-left-tab svg{
    display:block;
    position:relative;
    right:0;
    transition:0.5s;
    display:none;
}
.section-6-cont-left-tab.active svg{
    display:block;
}
.section-6-cont-left-tab:hover svg{
    right:-10px;
}
.section-6-cont-left > img{
    display:block;
    width:100%;
}
.section-6-cont-right{
    padding-top:20px;
    padding-bottom:20px;
    padding-right:20px;
}
.section-6-cont-right-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom:12px;
    padding-bottom:12px;
    border-bottom: 2px solid rgba(227, 226, 228, 1);
}
.section-6-cont-right-content{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-bottom:20px;
}
.section-6-cont-right-content p{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: 0%;
}
.section-6-cont-right-bottom{

}
.section-6-cont-right-bottom-title{
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom:20px;
}
.section-6-cont-right-bottom a{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(143, 83, 201, 1);
    display:block;
}
.section-6-img{
    display:none;
}
.section-6-cont-left-tabs.mob1{
    display:none
}

@media(max-width:768px){
    .section-6{
        margin-bottom:40px;
    }
    .section-6-cont{
        border-radius:20px;
        padding: 20px 12px;
        display:block;
    }
    .section-6-cont-left-tabs-cont{
        padding:0;
        margin-bottom:12px;
        
    }
    .section-6-cont-left-tabs{
        flex-direction: row;
        gap:10px;
        justify-content:space-between;
        padding:8px;
        border-radius:12px;
    }
    .section-6-cont-left-tab{
        justify-content:center;
        font-size:16px;
    }
    .section-6-cont-left-tab svg{
        display:none;
    }
    .section-6-cont-left-tab.active svg{
        display:none;
    }
    .section-6-cont-left > img{
        display:none;
    }
    .section-6-cont-right{
        padding:0;
    }
    .section-6-cont-right-title{
        font-size:16px;
    }
    .section-6-cont-right-content p{
        font-size:14px;
    }
    .section-6-img{
        display:block;
        margin:0 auto;
        width:255px;
    }
    .section-6-cont-left-tabs.mob1{
        display:flex;
    }
}




.faq-cont{
        padding-top: 34px;
    padding-bottom: 50px;
    /* background: linear-gradient(180deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%); */
    /* backdrop-filter: blur(100px); */
    /* box-shadow: 0px -43px 46px 0px rgb(255 255 255); */
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.faq-title{
    margin-bottom:50px;
}
.faq-items{
    display: flex;
    flex-direction: column;
    /* gap:28px; */
}
.faq-item{
    border-radius:48px;
    background: linear-gradient(58.61deg, rgba(255, 255, 255, 0.5) 57.22%, rgba(255, 255, 255, 0.15) 89.48%);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    margin-bottom:28px;
    padding:40px;
    position:relative;
    z-index:3;
}
.faq-item:last-child{
    margin-bottm:0;
}
.faq-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:rgba(33, 37, 41, 1);
}
.faq-item-title span{
    
    
    
}
.faq-item-title span span{
    
}
.faq-item-title img{
    width:62px;
    
    transform:rotate(45deg);
    transition: 0.5s;
}
.faq-item.active .faq-item-title img{
    transform:rotate(0deg);
}
.faq-item-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(33, 37, 41, 1);
    border-top: 2px solid rgba(227, 226, 228, 1);
    margin-top:12px;
    padding-top:12px;
}
.faq-item-text p{
    margin-bottom:10px;
}
.faq-item-text ul{
    padding-left: 24px;
}

@media(max-width:768px){
    .faq-item{
        border-radius:20px;
        padding:16px 12px;
        margin-bottom:12px;
    }
    .faq-item-title{
        font-size:16px;
        gap:15px;
    }
    .faq-item-title img{
        width:36px;
        height:36px;
        min-width:36px;
    }
    .faq-item-text{

    }
    .faq-item-text *{
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;

    }

}


.section-8{
    margin-bottom: 170px;
}
.section-8-blocks{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
}
.section-8-block{
    border-radius:48px;
    background: linear-gradient(58.61deg, rgba(255, 255, 255, 0.5) 57.22%, rgba(255, 255, 255, 0.15) 89.48%);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    padding:20px;
    transition:0.5s;
    transform:scale(1);
}
.section-8-block:hover{
    transform:scale(1.03);
}
.section-8-block-img{
    width:100%;
}
.section-8-block-img img{
    display:block;
    border-radius:30px;
    width:100%;
}
.section-8-block-cont{
    padding:20px;
}
.section-8-block-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom:40px;
    display:block;
    color:black;
}
.section-8-block-text{
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}

@media(max-width:768px){
    .section-8{
        margin-bottom:60px;
    }
    .section-8-blocks{
        grid-template-columns: repeat(1, 1fr);
    }
    .section-8-block{
        border-radius:20px;
        padding:12px;
    }
    .section-8-block-img img{
        border-radius:10px;
    }
    .section-8-block-cont{
        padding:12px;
    }
    .section-8-block-title{
        font-size:16px;
        margin-bottom:12px;
    }
    .section-8-block-text{
        font-size:14px;
    }

}

.section-9{
    margin-bottom:200px;
}
.section-9-title{
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:white;
    margin-bottom:50px;
}

@media(max-width:768px){
    .section-9-title{
        font-size:20px;
        margin-bottom:20px;
    }
    .section-9{
        margin-bottom:335px;
    }
}


main > div{
    position:relative;
    z-index: 2;
}
footer{
    position:relative;
    z-index: 2;
}
.back-bottom{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:1;
}
.back-2-4{
    background: linear-gradient(180deg, rgba(215, 217, 255, 0.7) 0%, rgba(215, 232, 255, 0.9) 0.76%, #D7F1FF 1.69%, #FFFFFF 34.13%, #e9c6b1e8 100%);
    margin-top: -66px;
    padding-top: 56px;
}
@media(min-width:769px){
    .back-2-4{
        position: sticky;
        top: 0;
        z-index: 1;
        min-height: 100vh;
        will-change: transform;
    }
}

@media(min-width:769px){
    .after-back-2-4{
        position: relative;
        z-index: 2;
        will-change: transform;
        top: -202px;
    }
}
@media(max-width:768px){
    .section-4-b-mob{
        display:block;
        width:100%;
                margin-top: -100px;
    }
    .section-4-b-desc{
        display:none;
    }
    .back-2-4{
        background: linear-gradient(180deg, rgba(215, 217, 255, 0.7) 0%, rgba(215, 232, 255, 0.9) 0.76%, #D7F1FF 1.69%, #FFFFFF 34.13%, #f2dfd3e8 100%);
        margin-top:0;
        padding-top:0;
    }
    .back-bottom{
        bottom: -200px;
    }
}
@media(max-width:410px){
    .back-bottom{
        bottom: -127px;
    }
}


.footer-cont{
    padding-top:22px;
    padding-bottom:22px;
    /* border-top:1px solid rgba(176, 98, 244, 1); */
    padding-right:40px;
    padding-left:40px;
    border-radius:48px;
    background: linear-gradient(58.61deg, rgba(255, 255, 255, 0.5) 57.22%, rgba(255, 255, 255, 0.15) 89.48%);
    border: 1px solid rgba(126, 126, 126, 1);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    margin-bottom:20px;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:80px;
    border-bottom: 1px dashed #B062F4;
    padding-bottom:12px;
    margin-bottom:12px;
}
.footer-top > img{
    width:103px;
    min-width: 103px;
}
.footer-menu{
    display: flex;
    justify-content: space-between;
    gap:10px;
    width:100%;
}
.footer-menu a{
    font-size: 16px;
    color:black;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom-links{
    display: flex;
    gap:60px;
}
.footer-bottom-links a{
    font-size: 12px;
    color:black;
}

.footer-bottom-soc{
    display: flex;
    gap:20px;
}
footer a:hover{
    color:#C90478;
}

@media(max-width:860px){
    footer{
        /* background: linear-gradient(180deg, #FFFFFF 10%, rgba(255, 255, 259, 0) 100%); */
    }
    .footer-cont{
        padding-left:0;
        padding-right:0;
        border-radius:20px;
        background: linear-gradient(58.61deg, rgba(255, 255, 255, 0.5) 57.22%, rgba(255, 255, 255, 0.15) 89.48%);
        border: 1px solid rgba(126, 126, 126, 1);
        backdrop-filter: blur(47.400001525878906px);
        box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
        padding-left:20px;
        padding-right:20px;
    }
    
    .footer-top{
        padding-top:60px;
        padding-bottom: 60px;
        justify-content: center;
        margin-bottom:0;
        flex-direction:column;
        /*border-top:1px solid #B062F4;*/
        border-bottom:0px solid #B062F4;
        padding-top:0px;
        padding-bottom:0px;
        margin-bottom:0px;
        gap:0;
        
    }
    .footer-top > img{
        width:156px;
    }

    .footer-menu{
        display: flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:25px;
        padding-top:20px;
        padding-bottom:20px;
        margin-top:20px;
        margin-bottom:20px;
        border-top:1px dashed #B062F4;
        border-bottom:1px dashed #B062F4;
    }
    .footer-bottom{
        flex-direction: column-reverse;
        gap:60px;
    }
    .footer-bottom-links a{
        text-align:center;
        /* max-width:90%; */
    }
    .footer-bottom-links{
        flex-direction: column;
        gap:20px;
        align-items: center;
    }
    .footer-bottom-soc{
        flex-wrap: wrap;
        width:260px;
        row-gap: 20px;
        column-gap: 60px;
    }
    .footer-bottom-soc a{
        display: block;
        flex: 0 0 calc(33.333% - 40px);
    }
    .footer-menu a{
        font-size:20px;
    }
}


.mob{
        display: none!important;
    }
@media(max-width:768px){
    .mob{
        display: block!important;
    }
    .desc{
        display: none!important;
    }
}

.bakt-left{
    position: absolute;
    left:90px;
}
.bakt-right{
    position: absolute;
    right:90px;
}

.an1 {
  animation: float 2.5s ease-in-out infinite;
}
.an2{
    animation: float2 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
}

@media(max-width:1800px){
    .bakt-left{
        position: absolute;
        left:10px;
    }
    .bakt-right{
        position: absolute;
        right:10px;
    }
}
@media(max-width:1600px){
    .bakt-left{
        position: absolute;
        left:-50px;
    }
    .bakt-right{
        position: absolute;
        right:-50px;
    }
}
@media(max-width:1500px){
    .bakt-left{
        display: none;
    }
    .bakt-right{
        display: none;
    }
}



        .animate-block {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 1s ease, transform 1s ease;
        }
        
        .animate-block.visible {
            opacity: 1;
            transform: translateY(0);
        }
    
        