*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none;
}

.container{
    max-width:1365px;
    width:100%;
    padding-left:16px;
    padding-right:16px;
    margin:0 auto;
}

main{
    padding-top:134px;
    background: rgba(141, 148, 195, 1);
    background-image: url(/img/Desktop_1920.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
}
main > div,main > footer{
    position: relative;
    z-index: 1;
}
@media(max-width:768px){
    main{
        padding-top: 0px;
        background-image: none;
    }
}

.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: 42px;
    -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:120px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.menu-logo{
    display: block;
}
.menu-logo img{
    width:95px;
    display: block;
}
.menu-list{
    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;
    }
    .menu-list a{
        font-size: 20px;
        padding-top:12px;
        padding-bottom:12px;
        width:100%;
        border-bottom: 1px solid rgba(219, 215, 222, 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;
    }
}


.main-banner{
    position: relative;
    padding-bottom: 200px;
}
.main-banner-left{
    padding-top:30px;
    position: relative;
    z-index: 1;
}
.main-banner-title{
    margin-bottom:30px;
    font-weight: 700;
    font-size: 135.65px;
    color:rgba(176, 54, 49, 1);
}
.main-banner-text{
    margin-bottom: 115px;
    font-weight: 400;
    font-size: 42px;
    max-width: 534px;
}
.main-banner-buttons{
    position: relative;
    z-index: 1;
}
.main-banner-buttons-title{
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 10px;
    color:white;
}
.main-banner-button{
    margin-bottom: 20px;
    border: 3px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width:310px;
    cursor: pointer;
    transform: scale(1);
    transition: 0.5s;
}
.main-banner-button:hover{
    transform: scale(1.05);
}
.main-banner-button-103{
    background: rgba(255, 255, 255, 1);

}
.main-banner-button-tab{
    background: rgba(62, 183, 93, 1);
}
.main-banner-back-d{
    position: absolute;
    top: -90px;
    right: -188px;
}
.main-banner-back-d div{
    position: relative;
}
.main-banner-img1{
    /* position: absolute;
    top: -90px;
    right: -188px; */

}
.main-banner-img1-m {
    display: block;
    position: absolute;
    top: 97px;
    right: 629px;
    
    /* Анимация */
    animation: floatAndFade 3s ease-in-out infinite;
}

/* Ключевые кадры анимации */
@keyframes floatAndFade {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(-10px);
        opacity: 0.7;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* Общая анимация для всех кругов */
.b-1-back{
    position: absolute;
    top:0;
    left: 162px;
}
.b-1-back circle {
    animation: twinkle 2s ease-in-out infinite;
    opacity: 0.3;
}

/* Индивидуальные задержки для каждого круга */
.b-1-back circle:nth-child(1) { animation-delay: 0s; }
.b-1-back circle:nth-child(2) { animation-delay: 0.3s; }
.b-1-back circle:nth-child(3) { animation-delay: 0.6s; }
.b-1-back circle:nth-child(4) { animation-delay: 0.9s; }
.b-1-back circle:nth-child(5) { animation-delay: 1.2s; }
.b-1-back circle:nth-child(6) { animation-delay: 0.15s; }
.b-1-back circle:nth-child(7) { animation-delay: 0.45s; }
.b-1-back circle:nth-child(8) { animation-delay: 0.75s; }
.b-1-back circle:nth-child(9) { animation-delay: 1.05s; }
.b-1-back circle:nth-child(10) { animation-delay: 1.35s; }
.b-1-back circle:nth-child(11) { animation-delay: 0.2s; }
.b-1-back circle:nth-child(12) { animation-delay: 0.5s; }
.b-1-back circle:nth-child(13) { animation-delay: 0.8s; }
.b-1-back circle:nth-child(14) { animation-delay: 1.1s; }
.b-1-back circle:nth-child(15) { animation-delay: 1.4s; }

/* Ключевые кадры анимации мерцания */
@keyframes twinkle {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}


.main-banner-img2{
    position: absolute;
    bottom: 10px;
    left: 290px;
}
.main-banner-img1.m{
    display: none;
}

@media(max-width:768px){
    header{
        /* background-image: url(/img/b1m.png);
        background-position: top center;
        background-size: cover; */
        overflow: hidden;
    }
    .main-banner{
        padding-top: 65px;
        padding-bottom: 0;
    }
    .main-banner-back-d,.main-banner-img1,.main-banner-img2{
        display: none;
    }
    .main-banner-img1.m{
        display: block;
        position: absolute;
        top: -64px;
        right: auto;
        left: -16px;
        width: calc(100% + 32px);
    }
    .main-banner-left{

    }
    .main-banner-title{
        font-weight: 700;
        font-size: 87.79px;
        line-height: 100%;
        margin-bottom: 17px;
    }
    .main-banner-text{
        font-size: 26px;
        margin-bottom: 525px;
    }
    .main-banner-buttons-title{
        text-align: center;
        font-size: 20px;

    }
    .main-banner-button{
        width:100%;
        height:40px;
    }
    .main-banner-button img{
        height:28px;
    }


}



.section-2{
    margin-bottom:100px;
}
.section-2-text{
    padding:40px;
    border-radius: 40px;
    background: linear-gradient(15.14deg, rgba(255, 255, 255, 0.5) -1.77%, rgba(205, 221, 255, 0.4) 102.9%),
    radial-gradient(24.24% 131.68% at 96.21% 88.58%, rgba(255, 163, 163, 0.2) 0%, rgba(153, 98, 98, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}
.section-2-text b{
    font-size:34px;
    line-height: 100%;
    color:rgba(176, 54, 49, 1);
    font-weight: 400;
}
@media(max-width:768px){
    .section-2{
        padding-top:40px;
        padding-bottom:0px;
        margin-bottom: 0;
    }
    .section-2-text{
        font-size: 20px;
        padding: 24px 12px;
        border-radius: 22px;
    }
    .section-2-text b{
        font-size: 20px;
    }
}



.section-3{
    
}
.section-3-cont{
    position: relative;
}
.section-3-title{
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    color:white;
}
.section-3-img{
    display: block;
    width:100%;
    margin:0 auto;
    max-width: 1065px;
    margin-top: -222px;

}
.section-3-img-t{
    position: absolute;
    top: 304px;
    width:100%;
}
.section-3-img.m{
    display: none;
}
@media(max-width:768px){
    .section-3{
        padding-top:40px;
        overflow: hidden;
    }
    .section-3-title{
        font-size: 26px;
        text-align: start;
    }
    .section-3-img,.section-3-img-t{
        display: none;
    }
    .section-3-img.m{
        display: block;
        /* margin-right:-16px; */
        position: relative;
        left:-6px;
        width: calc(100% + 32px);
        margin-top: -163px;
        
    }
}



.section-4{
    padding-bottom: 120px;
    margin-top: -120px;
}
.section-4-title{
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    color:white;
    text-align: center;
    margin-bottom:60px;
}
.section-4-title span{
    color:rgba(176, 54, 49, 1);
}
.section-4-text{
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color:white;
    margin-bottom:60px;
}
.section-4-img{
    display: block;
    width: 100%;
}
.section-4-img-m{
    display: none;
}
.section-4-blocks{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    padding:12px;
}
.section-4-block{
    border-radius: 48px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    background: linear-gradient(58.61deg, rgba(255, 255, 255, 0.5) 46.74%, rgba(255, 255, 255, 0.15) 86.71%);
    padding: 20px 12px;
}
.section-4-block-title{
    display: flex;
    align-items: center;
    gap:40px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(68, 37, 98, 1);
}
.section-4-block-title img{
    display: block;
    width:84px;
}
.section-4-block-text{
    border-radius: 32px;
    background: rgba(242, 235, 255, 1);
    border: 0.8px solid rgba(214, 204, 215, 1);
    box-shadow: 0px 3px 6.8px 0px rgba(127, 155, 162, 0.25) inset;
    padding:20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}
.section-4-blocks-tabs{
    display: none;
}
.img-back-7{
    display: none;
}
@media(max-width:768px){
    .section-4{
        margin-top: -100px;
    }
    .section-4-title{
        font-size: 46px;
        margin-bottom: 20px;
    }
    .section-4-text{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section-4-img{
        display: none;
    }
    .section-4-img-m{
        display: block;
        width: 100%;
    }
    .img-back-7{
        display: block;
        width: 100%;
    }
    .section-4-blocks{
        display: block;
        padding:0;
    }
    .section-4-block{
        padding:12px;
        border-radius: 20px;

    }
    .section-4-block-title{
        display: none;
    }
    .section-4-block-text{
        border-radius: 8px;
        padding: 20px;
        font-size: 16px;
    }
    .section-4-blocks-tabs {
        display: flex;
        justify-content: space-between;
        padding: 4px;
        border-radius: 48px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) -15.63%, rgba(255, 255, 255, 0.15) 99.35%);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
        backdrop-filter: blur(47.400001525878906px);
        margin-bottom: 25px;
        position: relative;
    }

    /* Псевдоэлемент для активного фона */
    .section-4-blocks-tabs::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        height: 40px;
        background: linear-gradient(180deg, #FFFFFF 0%, #EFF0F1 100%);
        box-shadow: 0px 0px 2.3px 0px rgba(0, 0, 0, 0.25);
        border-radius: 30px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 0;
    }

    .section-4-blocks-tab {
        height: 40px;
        min-width:160px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(68, 37, 98, 1);
        border-radius: 30px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        padding: 0 20px;
        white-space: nowrap;
    }

    /* Убираем старый активный фон */
    .section-4-blocks-tab.active {
        background: transparent;
        box-shadow: none;
    }
    .section-4-blocks-tabs::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 4px;
        height: 40px;
        width: var(--tab-width, 160px);
        background: linear-gradient(180deg, #FFFFFF 0%, #EFF0F1 100%);
        box-shadow: 0px 0px 2.3px 0px rgba(0, 0, 0, 0.25);
        border-radius: 30px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 0;
        transform: translateX(var(--tab-left, 0));
    }
    .section-4-blocks {
        position: relative;
        overflow: hidden;
        min-height: 300px; /* Установите нужную высоту */
    }

    .section-4-block {
        width: 100%;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    }

    /* Активный блок видимый */
    .section-4-block.active-block {
        position: relative;
        transform: translateX(0);
        opacity: 1;
        display: block;
    }

    /* Неактивный блок скрыт */
    .section-4-block:not(.active-block) {
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(100%);
        opacity: 0;
        display: block;
        pointer-events: none;
    }

    /* Анимация для улетающего влево блока */
    .section-4-block.slide-out-left {
        transform: translateX(-100%) !important;
        opacity: 0 !important;
    }

    /* Анимация для выезжающего справа блока */
    .section-4-block.slide-in-right {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }

    /* Анимация для улетающего вправо блока */
    .section-4-block.slide-out-right {
        transform: translateX(100%) !important;
        opacity: 0 !important;
    }

    /* Анимация для выезжающего слева блока */
    .section-4-block.slide-in-left {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }
    .img-back-3{
        /* display: none; */
        width: 128%;
        top: 2179px!important;
    }
}


.section-5-blocks{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:85px;
}
.section-5-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:30px;
}
.section-5-block-title{
    color:white;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.section-5-block video{
    display: block;
    border-radius: 100%;
    overflow: hidden;
    width:500px;
    height:500px;
}
.section-5-block svg{
    display: block;
        margin-top: -90px;
}
.section-5-block .line-1, .section-5-block .line-2{
    display: none;
}

@media(max-width:800px){
    .section-5-blocks{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap:20px;
    }
    .section-5-block-title{
        font-size: 26px;
        /* margin-bottom: 20px; */
    }
    .section-5-block{
        gap:20px;
    }
    .section-5-block video{
        width:255px;
        height: 255px;
        opacity: 0.8;
    }
    .section-5-block svg{
        display: none;
        margin:0;
    }
    .section-5-block .line-1, .section-5-block .line-2{
        display: block;
        position: relative;
            z-index: 1;
    }
    .section-5-block .line-1{
            margin-top: -60px;
    }
    .section-5-block .line-2{
            margin-bottom: -60px;
            
    }
    .img-back-5{
        display: none;
    }
}



.section-6{
    padding-top:140px;
    padding-bottom: 65px;
}
.section-6-blocks{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:26px;
}
.section-6-block{
    border-radius: 48px;
    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(255, 255, 255, 0.2);
    backdrop-filter: blur(47.400001525878906px);
    box-shadow: 0px 4px 13px 0px rgba(255, 255, 255, 0.25) inset;
    padding:40px;

}
.section-6-block-title{
    display: flex;
    align-items: center;
    gap:12px;
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    color:rgba(68, 37, 98, 1);
    margin-bottom: 12px;
}
.section-6-block-title-n{
    color:White;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;

}
.section-6-block-text{
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;

}

@media(max-width:768px){
    .section-6{
        padding-top:65px;
        padding-bottom: 65px;
    }
    .section-6-blocks{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap:12px;
    }
    .section-6-block{
        border-radius: 22px;
        padding:12px;
    }
    .section-6-block-title{
        font-size: 26px;
        margin-bottom: 12px;
    }
    .section-6-block-title-n{
        font-size: 60px;
    }
    .section-6-block-text{
        font-size: 16px;
    }
}


.section-7{
    background: linear-gradient(180deg, rgba(189, 168, 229, 0) 2.4%, #BDA8E5 91.92%, rgba(189, 168, 229, 0) 100%);
}
.section-7-blocks{
    display: flex;
    gap:30px;
    align-items: center;
}
.section-7-blocks-left{
    display: block;

}
.section-7-blocks-right{
    width:636px;
}
.section-7-blocks-right-img{
    display: none;
}
.section-7-blocks-itmes{
    
    margin-bottom: 50px;
}
.section-7-blocks-item{
    display: flex;
    align-items: flex-start;
    gap:12px;

}
.section-7-blocks-item svg{
    display: block;
    min-width:34px;
    min-height:34px;
}
.section-7-blocks-item-title{
    color:white;
    font-weight: 400;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 12px;
}
.section-7-blocks-item-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color:white;
}
.section-7-blocks-bottom{
    background: linear-gradient(180deg, #FFFFFF -66.47%, rgba(255, 255, 255, 0.5) 100%);
    border: 1px solid rgba(218, 221, 246, 1);
    border-radius: 35px;
    padding:40px;
}
.section-7-blocks-bottom-title{
    font-weight: 400;
    font-size: 28px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.section-7-blocks-bottom-buttons{
    display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap:20px;
}
.section-7 .main-banner-button{
    margin:0;
    width:auto;
}

@media(max-width:768px){
    .section-7-blocks-left{
        display: none;
    }
    .section-7-blocks-right-img{
        display: block;
        width: 100%;
    }
    .section-7 .section-4-title{
        margin-bottom: 46px!important;
    }
    .section-7-blocks-right{
        width: 100%;
    }
    .section-7-blocks-itmes{
        margin-bottom: 12px;
    }
    .section-7-blocks-item svg{
        min-width: 24px;
        height:24px;
        width:24px;
    }
    .section-7-blocks-item-title{
        color:white;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 12px;
    }
    .section-7-blocks-item-text{
        font-weight: 400;
        font-size: 16px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
        color:white;
    }
    .section-7-blocks-bottom{
        border-radius: 22px;
        padding:22px 12px;
    }
    .section-7-blocks-bottom-title{
        font-size: 20px;
        text-align: center;
    }
    .section-7-blocks-bottom-buttons{
        grid-template-columns: repeat(1, 1fr);
    }

}


.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{
    /* background: white; */
    /* border-radius: 35px; */
    padding-top:22px;
    padding-bottom: 22px;
    padding-left:30px;
    padding-right: 30px;
    border-bottom: 2px solid rgba(205, 219, 235, 1)
}
.faq-item:last-child{
    border:0;
}
.faq-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-item-title span{
    font-size: 34px;
    color:rgba(68, 37, 98, 1);
    
    
}
.faq-item-title span span{
    color:#C90478;
}
.faq-item-title img{
    width:62px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.faq-item.active .faq-item-title img{
    transform:rotate(180deg);
}
.faq-item-text{
    font-size: 24px;
    line-height: 130%;
    padding-top:40px;
    color:rgba(33, 37, 41, 1);
}
.faq-item-text p{
    margin-bottom:10px;
}
.faq-item-text ul{
    padding-left: 24px;
}

@media(max-width:768px){
    .faq-cont{
        margin-top: 69px;
        padding-top:10px;
        box-shadow: 0px -43px 37px 0px rgb(255 255 255);
            background: #FFFFFF;
    }
    .section-4-title{
        font-family: "Cuprum", sans-serif;
        font-size: 46px;
    }
    .faq-items{
        gap:12px;
    }
    .faq-item{
        padding-top:20px;
        padding-bottom:20px;
        padding-left:12px;
        padding-right:12px;
        /* border-radius: 20px; */
    }
    .faq-item-title{
        gap:20px;
    }
    .faq-item-title span{
        font-size: 18px;
    }
    .faq-item-title img{
        width:39px;
    }
    .faq-item-text{
        padding-top:20px;
        font-size: 16px;
    }

}



.footer-cont{
    padding-top:10px;
    padding-bottom:24px;
    border-top:1px solid rgba(176, 98, 244, 1);
    padding-right:40px;
    padding-left:40px;
}
.footer-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:80px;
    margin-bottom:16px;
}
.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;
        

    }
    
    .footer-top{
        padding-top:60px;
        padding-bottom: 60px;
        justify-content: center;
        margin-bottom:0;
        flex-direction:column;
        /*border-top:1px solid #B062F4;*/
        border-bottom:1px solid #B062F4;
        padding-top:60px;
        padding-bottom:60px;
        margin-bottom:60px;
    }
    .footer-top > img{
        width:156px;
    }

    .footer-menu{
        display: flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:25px;
    }
    .footer-bottom{
        flex-direction: column-reverse;
        gap:60px;
    }
    .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);
    }
}


.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);
        }
    