*{
    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{
    background: rgba(230, 235, 240, 1);
}

.menu-cont{
    position: fixed;
    top:13px;
    width:100%;
    z-index: 100;
}
.menu{
    background: white;
    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;
}
.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;
}

@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;
    }
    .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:50px;
    }
    .menu-list{
        display: flex;
        flex-direction: column;
        
        align-items: flex-start;
    }
    .menu-list a{
        font-size: 16px;
        padding-top:13px;
        padding-bottom:13px;
    }
}

header{
    padding-top:300px;
    padding-bottom:60px;
    overflow:hidden;
}
.header-content{
    position: relative;
}
.header-content-left{
    display: flex;
    flex-direction: column;
    gap:80px;
    position: relative;
    z-index: 2;
}
.header-content-img1{
    display: block;
    width:537px;
}
.header-content-img2{
    display: block;
    width:931px;
    margin-left: -326px;
}

.header-content-right{
    position: absolute;
        right: -212px;
    bottom: -147px;
    width: 130%;
    /* right: -254px;
    bottom: -51px; */
}
.header-content-video{
    /* width:1035px; */
    width:100%;
    display: block;
}

@media(max-width:1180px){
    header{
        padding-top:150px;
    }
}
@media(max-width:940px){
    header{
        padding-top: 95px;
    }
}
@media(max-width:768px){
    .header-content-left{
        gap:420px;
    }
    .header-content-img1{
        width:100%;
    }
    .header-content-img2{
        width: 520px;
        margin-left: -184px;
    }
    .header-content-right{
            right: -110px;
        bottom: auto;
        width: 960px;
        top: 124px;
    }
}

.about-cont{
    padding-top:96px;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(230, 235, 240, 1) 100%);
    border-radius: 100px 100px 0px 0;
}
.about-desc{
    font-size: 24px;
    line-height: 150%;
    margin-bottom:40px;
}
.about-desc b{
    font-size: 34px;
    line-height:100%;
    font-weight: 700;
    color:#C90478;
}
.about-buy{
    -webkit-box-shadow: 0px 0px 4px 0px rgba(185, 189, 194, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(185, 189, 194, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(185, 189, 194, 0.2);
    background:white;
    border-radius: 22px;
    padding: 42px 0px;
    padding-bottom:20px;
    margin-bottom:90px;
}
.about-buy-title{
    margin-bottom:20px;
    font-weight:700;
    font-size: 24px;
    text-align: center;
}
.about-buy-links{
    display: flex;
    justify-content: space-between;
    gap:0px;
}
.about-buy-link{
    display: block;
    transition:0.5s;
    transform:scale(1);
}
.about-buy-link img{
    display: block;
    width: 100%;
}
.about-buy-link:hover{
    transform:scale(1.03);
}

.title-l{
    font-size: 54px;
    text-align: center;
    font-weight: 400;
}
.about{
    padding-bottom:90px;
}
.about-title-dla{
    margin-bottom:40px;
}
.about-dla-blocks{
    display: flex;
    gap:24px;
    margin-bottom:40px;
}
.about-dla-block{
    border:2px solid rgba(195, 216, 225, 1);
    background: white;
    width:100%;
    border-radius:35px;
    padding-top:10px;
    padding-left:10px;
    padding-bottom: 27px;
    padding-right:10px;
    display: flex;
    align-items: center;
    gap:30px;
}
.about-dla-block-title{
    margin-bottom:30px;
    font-weight: 700;
    color:rgba(201, 4, 120, 1);
    font-size: 28px;
    padding-top:22px;
}
.about-dla-block-title img{
    display: none;
}
.about-dla-block-text{
    font-size: 24px;
    line-height: 130%;
}

.about-time{
    border:4px solid rgba(201, 4, 120, 1);
    border-radius: 35px;
    background: white;
    display: flex;
    align-items: center;
    gap:40px;
    padding-left:40px;
    padding-right:40px;
    padding-top:20px;
    padding-bottom:20px;
    transition: transform 0.2s ease;
    animation: pulse 2s infinite;
}
.about-time span{
    font-size:24px;
    line-height:130%;
    font-weight: 700;
}
.about-time span b{
    color:rgba(201, 4, 120, 1);
}
.about-time img{
    display: block;
    
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 4, 120, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(201, 4, 120, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(201, 4, 120, 0);
  }
}

@media(max-width:768px){
    .about-cont{
        border-radius: 50px 50px 0px 0;
        padding-top:35px;
    }
    .about{
        padding-bottom:60px;
    }
    .about-desc{
        font-size: 18px;
        text-align: center;
        margin-bottom:40px;
    }
    .about-desc b{
        font-size: 18px;
    }
    .about-buy{
        padding:22px;
        padding-left:10px;
        padding-right:10px;
        margin-bottom:60px;
    }
    .about-buy-title{
        font-size:18px;
        margin-bottom:10px;
    }
    .about-buy-links{
        flex-direction: column;
        gap:0px;
    }
    .about-buy-link{
        width:100%;
    }
    .title-l{
        font-size: 30px;
    }
    .about-dla-blocks{
        flex-direction: column;
        gap:10px;
    }
    .about-dla-block{
        padding-left:20px;
        padding-right:20px;
        padding-top:10px;
        padding-bottom:20px;
        border-radius: 22px;
    }
    .about-dla-block-left{
        display: none;
    }
    .about-dla-block-title{
        padding-top:0;
        font-size:24px;
        display: flex;
        align-items: center;
        gap:12px;
        margin-bottom: 10px;
    }
    .about-dla-block-title img{
        display: block;
        width:80px;
    }
    .about-dla-block-text{
        font-size: 18px;
    }
    .about-time{
        padding-top:20px;
        padding-bottom:20px;
        padding-left:12px;
        padding-right:12px;
        gap:10px;
        border:2px solid rgba(201, 4, 120, 1);
        align-items: flex-start;
        border-radius: 22px;
    }
    .about-time img{
        width:53px;
    }
    .about-time span{
        font-size:18px;
    }
}

.action-cont{
    padding-bottom:90px;
}
.action-title{
    margin-bottom:90px;
}
.action-blocks{
    display: flex;
    gap:24px;
}
.action-block{
    width: 100%;
    display: flex;
    align-items: flex-start;
    /* gap:20px; */
    border-radius: 35px;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
    background:white;
    overflow: hidden;
}
.action-block-content{
    padding-top:30px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom: 20px;
}
.action-block-title{
    font-weight: 700;
    font-size:28px;
    color:rgba(201, 4, 120, 1);
    padding-bottom:20px;
    border-bottom:1px solid rgba(224, 224, 224, 1);
    margin-bottom:20px;
}
.action-block-list{
    display:flex;
    flex-direction: column;
    gap:20px;
}

.action-block-item{
    display: flex;
    align-items: flex-start;
    gap:20px;
    font-size:18px;
}
.action-block-item img{
        position: relative;
    top: 4px;
}

.action-blocks .slick-dots{
    width:100%;
    display:flex;
    justify-content:center;
    gap:7px;
}
.action-blocks .slick-dots button{
    display:none;
}
.action-blocks .slick-dots li::marker{
    display:none;
}
.action-blocks .slick-dots li{
    display:block;
    width:11px;
    height:11px;
    border-radius:100%;
    background:black;
    opacity:0.5;
}
.action-blocks .slick-dots li.slick-active{
    opacity:1;
}
.action-blocks .slick-track{
    padding-top:40px;
    padding-bottom:40px;
}

.action-blocks-imgs{
    margin-top:40px;
    display:flex;
    gap:40px;
}
.action-blocks-img > *{
    display:block;
    width:100%;
}
.action-blocks-imgs-flex{
    display:flex;
    gap:40px;
}
.action-blocks-imgs-flex img{
    width:100%;
}

@media(max-width:1130px){
    .action-block{
        flex-direction: column;
    }
    .action-blocks-imgs{
        gap:12px;
    }
}
@media(max-width:768px){
    .action-blocks-imgs-flex{
        flex-direction:column;
        gap:12px;
    }
    .action-cont{
        padding-bottom:60px;
    }
    .action-blocks-cont{
        padding-right:0;
    }
    .action-blocks .slick-slide{
        width:283px;
        margin-right:24px;
    }
    .action-title{
        margin-bottom:0;
    }
    .action-block{
        
    }
    .action-img{
        max-width: 100%;
    }
    .action-block-title{
        font-size: 24px;
    }
    .action-block-item{
        font-size: 16px;
    }
    .action-block-list{
        gap:12px;
    }
}


.title-xl{
    font-weight: 700;
    font-size: 80px;
    color:rgba(68, 37, 98, 1);
    text-align: center;
}
.why-cont{
    padding-bottom: 90px;
}
.why-title{
    margin-bottom:90px;
}
.why-blocks{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.why-block{
    flex: 1 1 calc(33.333% - 40px * 2 / 3);
    min-width: 166px;
    border-radius: 37px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:18px;
    padding:20px;
    padding-bottom: 50px;
    transform:scale(1);
    transition:0.5s;
}
.why-block:hover{
    transform:scale(1.03);
}
.why-block img{
    display: block;
    width: 170px;
}
.why-block span{
    font-size: 28px;
    text-align: center;
}

@media(max-width:768px){
    .title-xl{
        font-size: 46px;
    }
    .why-cont{
        padding-bottom: 60px;
    }
    .why-title{
        margin-bottom:40px;
    }
    .why-blocks{
        gap:12px;
    }
    .why-block{
        flex: 1 1 calc(50% - 12px / 2);
        border-radius: 22px;
        justify-content: flex-start;
        align-items: flex-start;
        gap:12px;
        padding:12px;
    }
    .why-block img{
        width:72px;
    }
    .why-block span{
        text-align: start;
        font-size:18px;
    }
}

.forma-cont{
    padding-bottom:25px;
}
.forma-title{
    margin-bottom: 40px;
}
.forma-blocks{
    display: flex;
    flex-direction: column;
    gap:40px;
}
.forma-block{
    display: flex;
    align-items: center;
    gap:68px;
    justify-content: space-between;
}
.forma-block-img{

}
.forma-block-cont{

}
.forma-block-title{
    display: flex;
    gap:20px;
    align-items: flex-start;
    margin-bottom:40px;
}
.forma-block-title img{
    position: relative;
    top:4px;
}
.forma-block-title span{
    font-size: 34px;
    color:rgba(75, 35, 101, 1);
}
.forma-block-text{
    font-size: 24px;
    line-height: 130%;
}
.forma-block-cont-title .forma-block-img{
    display: none;
}
.forma-block-title .forma-block-text{
    display: none;
}

@media(max-width:980px){
    .forma-block-img{
        max-width:300px;
    }
}
@media(max-width:768px){
    .forma-block-img{
        display: none;
    }
    .forma-block-cont-title{
        display: flex;
        align-items: center;
        
    }
    .forma-block-cont-title .forma-block-img{
        display: block;
        width: 122px;
    }
    .forma-block-title{
        margin-bottom:12px;
        align-items: flex-start;
    }
    .forma-block-title img{
        top:0;
    }
    .forma-block-title span{
        font-size: 24px;
    }
    .forma-block-text{
        font-size: 16px;
    }
    .forma-block-title .forma-block-text{
        display: block;
    }
    .forma-block-cont > .forma-block-text{
        display: none;
    }
}

.doza-cont{
    background:white;
    padding-bottom:60px;
    padding-top:60px;
    border-radius: 0px 0px 100px 100px;
    overflow: hidden;
}
.forma-title{
    margin-bottom:20px;
}
.doza-tabs{
    border-radius: 15px;
    background: rgba(230, 235, 240, 1);
    padding:5px;
    margin:0 auto;
    width:fit-content;
    display: flex;
    margin-bottom:70px;
}
.doza-tab{
    border-radius: 12px;
    font-size: 24px;
    cursor: pointer;
    width:188px;
    height:55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doza-tab.active{
    background:white;
}
.doza-wrap{
    display: flex;
    gap:30px;
}
.doza-left-tabs{
    min-width: 516px;
}
.doza-left-tab{
    display: flex;
    align-items: flex-start;
    gap:24px;
    padding-top:25px;
    padding-bottom:25px;
    padding-left:20px;
    padding-right:20px;
    border-radius:28px;
    background: white;
    cursor: pointer;
}
.doza-left-tab svg{

}
.doza-left-tab span{
    font-size: 34px;
}
.doza-left-tab.active{
    box-shadow: 0px 0px 25px 0px rgb(195 216 225 / 66%);
    z-index: 1;
    position: relative;
}
.doza-left-tab.active svg rect{
    fill:#C90478;
}

.doza-right-content{

}
.doza-right-content-image{
    position: relative;
}
.doza-right-content-man{
    display: none;
}
.doza-right-content-man.active{
    display: block;
}
.doza-right-content-mg{
    position: absolute;
    top:0;
    left:0;
    display: none;
}
.doza-right-content-mg.active{
    display:block;
}
.doza-right-content-mg-1{
    font-weight: 700;
    font-size: 54px;
    margin-bottom:10px;
    color:rgba(201, 4, 120, 1);
}
.doza-right-content-mg-2{
    font-size: 28px;
    margin-bottom:10px;
}
.doza-right-content-mg-3{
    color:rgba(201, 4, 120, 1);
    font-size: 34px;
    margin-bottom: 50px;
}
.doza-right-content-bottom-text{
    display: flex;
    /*align-items: flex-end;*/
    gap:20px;
    padding-top:40px;
    margin-top:-290px;
    position: relative;
    z-index: 1;
}
.doza-right-content-bottom-text-cont{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding-top: 296px;
}
.doza-right-content-bottom-text-left{
    position: relative;
    /*top: -87px;*/
}
.doza-right-content-bottom-text-right{
    /* padding-right:270px; */
    /*display:none;*/
}
.doza-right-content-bottom-text-download{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    background:#BABFE2;
    border-radius:20px;
    border:2.7px solid white;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
    margin-left:83px;
    margin-top:20px;
    padding-top:8px;
    padding-bottom:8px;
    font-size:28px;
    color:white;
    transform:scale(1);
    transition:0.5s;
}
.doza-right-content-bottom-text-download:hover{
    transform:scale(1.03);
}
.doza-right-content-bottom-text-right.active{
    /*display:block;*/
}
.doza-right-content-bottom-text-right-title{
    font-size: 24px;
    font-weight: 700;
    color:#C90478;
    line-height: 130%;
}
.doza-right-content-bottom-text-right-text{
    font-size: 24px;
    line-height: 130%;
}
.doza-right-content-bottom-text-s{
    margin-top:5px;
}
.doza-right-content-bottom-stak{
    position: relative;
    /*top: 30px;*/
        margin-top: -30px;
    /*display:none;*/
}
.doza-right-content-bottom-stak.active{
    /*display:block;*/
}

.doza-mob-tabs{
    display: none;
}
.doza-right-content-bottom-text-download b{
    position:absolute;top:0;left:0;font-size:20px;color:black;    top: -36px;
}

@media(max-width:1024px){
    .doza-wrap{
        flex-direction: column;
    }

}
@media(max-width:768px){
    .doza-cont{
        border-radius: 0px 0 50px 50px;
    }
    .doza-right-content-man{
        width:100%;
    }
    .doza-tabs{
        width:100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .doza-tab{
        width:49%;
        font-size: 16px;
        height:37.65px;
    }
    .doza-mob-tabs{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background:rgba(255, 255, 255, 1);
        border:1px solid rgba(184, 184, 184, 1);
        padding-top:12px;
        padding-bottom:12px;
        padding-left:7px;
        padding-right:7px;
        border-radius: 14px;
    }
    .doza-mob-tabs > img{
        transition:0.5s;
        
        transform:rotate(0deg);
    }
    .doza-mob-tabs.active > img{
        transform:rotate(180deg);
    }
    .doza-mob-tabs-left{
        display: flex;
         gap:12px;
        align-items: center;
    }
    .doza-mob-tabs-left span{
        font-size: 18px;
    }
    .doza-left-tabs{
        background: white;
        border-radius: 22px;
        padding:10px;
        box-shadow: 0px 0px 25px 0px rgb(195 216 225);
        position: absolute;
    top: 50px;
        display:none;
        width:100%;
        z-index: 2;
        min-width:0;
    }
    .doza-left-tab{
        padding:10px;
        gap:10px;
        border-radius: 12px;
        align-items: center;
    }
    .doza-left-tab.active{
        box-shadow: 0px 0px 5px 0px rgb(195 216 225 / 66%);
    }
    .doza-left-tab span{
        font-size: 16px;
    }
    .doza-wrap{
        position: relative;
    }
    .doza-left-tabs.active{
        display: block;
    }
    .doza-right-content-bottom-text{
        margin-top:0;
    }
    .doza-right-content-mg{
        top: 9px;
    }
    .doza-right-content-mg-1{
        font-size: 30px;
        margin-bottom:7px;
    }
    .doza-right-content-mg-2{
        font-size:16px;
        margin-bottom:7px;
    }
    .doza-right-content-mg-3{
        font-size:24px;
        margin-bottom: 30px;
    }
    .doza-right-content-mg img{
        width:70px;
    }
    .doza-right-content-bottom-text{
        align-items: flex-start;
        padding-top:0px;
    }
    .doza-right-content-bottom-text-left{
        width:25px;
            top: 4px;
    }
    .doza-right-content-bottom-stak{
        width:140px;
        margin-top: -70px;
    }
    .doza-right-content-bottom-text-right-title{
        font-size: 16px;
    }
    .doza-right-content-bottom-text-right-text{
        font-size: 16px;
    }
    .doza-right-content-bottom-text-download{
        margin-left:0;
        font-size:16px;
        padding-top:7px;
        padding-right:7px;
        gap:14px;
        border-radius:10px;
    }
    .doza-right-content-bottom-text-download img{
        width:24px;
    }
    .doza-right-content-bottom-text-cont{
        padding-top:30px;
    }
    .doza-right-content-bottom-text-s {
        font-size: 12px;
    }
    .doza-right-content-bottom-text-download b{
            top: -45px;
            font-size:16px;
    }
}


.why-buy-cont{
    padding-top:100px;
    padding-bottom:100px;
}
.why-buy{
    position: relative;
}
.why-buy-content{
    max-width: 547px;
    position: relative;
    z-index: 1;
    margin-bottom:196px;
}
.why-buy-title{
    font-size: 80px;
    font-weight: 700;
    color:rgba(68, 37, 98, 1);
    margin-bottom:24px;
}
.why-buy-text{
    font-size: 34px;
    margin-bottom:24px;
}
.why-buy-buy{
    border-radius: 22px;
    background:white;
    padding:22px;
}
.why-buy-buy-title{
    font-size:24px;
    margin-bottom:17px;
}
.why-buy-buy-buttons{
    display: flex;
    gap:20px;
}
.why-buy-buy-buttons a{
    width:100%;
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.2);
    border-radius: 22px;
}
.why-buy-buy-buttons a{
    transition:0.5s;
    transform:scale(1);
}
.why-buy-buy-buttons a:hover{
    transform:scale(1.03);
}
.why-buy-buy-buttons a img{
    width:100%;
    display: block;
}
.why-map{
    position: absolute;
    top: 118px;
    right: 0;
}
.why-map-child{
     opacity: 0;
  /*transform: translateY(30px);*/
  transition: all 0.6s ease;
 }
.why-map-child.show{
     opacity: 1;
  /*transform: translateY(0);*/
} 
.why-table{
    position: relative;
    z-index: 1;
    left: -322px;
}

.mob{
    display: none;
}

.why-buy-buy-fixed{
    position:fixed;
    bottom:50px;
    right:50px;
    width:267px;
    box-shadow: 0px 4px 13px 0px rgba(57, 102, 215, 0.2);
}
.why-buy-buy-fixed .why-buy-buy-buttons{
    flex-direction:column;
}

@media(max-width:860px){
    .why-buy-buy-fixed{
        display:none;
    }
    .why-buy-content{
        margin-bottom:5px;
    }
    .why-buy-title{
        font-size:46px;
        margin-bottom:40px;
        text-align: center;
    }
    .why-buy-text{
        font-size: 24px;
        text-align: center;
        margin-bottom:40px;
    }
    .why-buy-buy{
        padding:20px;
    }
    .why-buy-buy-buttons{
        flex-direction: column;
        gap:20px;
    }
    .why-map{
        width:100%;
        position: relative;
        top:0;
    }
    .why-table{
        left:0;
        width:100%;
    }
    .why-map{
        height:330px;
    }
}





.faq-cont{
    padding-bottom:50px;
}
.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;
}
.faq-item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-item-title span{
    font-size: 34px;
    color:#C90478;
}
.faq-item-title img{
    width:62px;
    transform:rotate(180deg);
    transition: 0.5s;
}
.faq-item.active .faq-item-title img{
    transform:rotate(0deg);
}
.faq-item-text{
    font-size: 24px;
    line-height: 130%;
    padding-top:40px;
}
.faq-item-text p{
    margin-bottom:10px;
}
.faq-item-text ul{
    padding-left: 24px;
}

@media(max-width:768px){
    .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-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);
        }
    