*{
    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:274px;
    padding-bottom:60px;
    overflow:hidden;
}
.header-content{
    position: relative;
}
.header-content-left{
    display: flex;
    flex-direction: column;
    gap: 37px;
    position: relative;
    z-index: 2;
}
.header-content-img1{
    display: block;
    width:537px;
}
.header-content-img2{
    display: block;
    width:931px;
    margin-left: -124px;
}

.header-content-right{
    position: absolute;
        right: -212px;
    bottom: -63px;
    width: 130%;
    /* right: -254px;
    bottom: -51px; */
}
.header-content-video{
    /* width:1035px; */
    width:100%;
    display: block;
    overflow:hidden;
    border-radius: 42px;
}
.header-pulse{
    position: absolute;
    bottom: -418px;
}

@media(max-width:1180px){
    header{
        padding-top:150px;
    }
    .header-pulse{
        position: absolute;
        bottom: -418px;
        display: none;
    }
}
@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: -46px;
    }
    .header-content-right{
            right: -110px;
        bottom: auto;
        width: 960px;
        top: 124px;
    }
}

.about-cont{
    /*box-shadow: 0px -46px 20px 0px rgba(237, 210, 216, 0.2);*/
    padding-top:8px;
    /* 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:90px;
    text-align: center;
}
.about-heart{
    display: block;
    margin:0 auto;
    margin-bottom:40px;
    max-width: 100%;
}

.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:0px;
    }
    .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;
    flex-wrap: wrap;
}
.action-block{
    flex: 0 0 calc(33.333% - 16px);
    /* 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-img{
    display: block;
    width: 280px;
}
.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%;
        width:210px;
    }
    .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:0px;
    }
    .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;
    }
}


.substance{
    display: flex;
    gap:42px;
    padding-bottom:60px;
}
.substance-images img:nth-child(2){
    display: none;
}
.substance-content{
    padding-top:40px;
    font-size: 24px;
    line-height: 150%;
}
.substance-content img{
    display: block;
    margin-bottom:40px;
}
.substance-title{
    margin-bottom:20px;
}

@media(max-width:768px){
    .substance{
        flex-direction: column;
        gap:0;
    }
    .substance-images{
        display: flex;
        gap:11px;
        align-items: center;
    }
    .substance-images img{
        width:45%;
    }
    .substance-images img:nth-child(2){
        display: block;
    }
    .substance-content img{
        display: none;
    }
    .substance-content{
        padding-top:0;
        font-size: 16px;
    }
}


.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;
}

.new-form-blocks{
    display: flex;
    gap:24px;
}
.new-form-block{
    width:45%;
    background: #D2DFF7;
    border-radius: 23px;
    border:1px solid white;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:30px;
    padding-top:30px;
}
.new-form-block-img{
    display: block;
    margin:0 auto;
    max-width:100%;

}
.new-form-block-title{
    font-size: 50px;
    color:#A81549;
    font-weight: 600;
    margin-bottom:10px;
}
.new-form-block-text{
    font-size: 18px;
}

@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;
    }
    .new-form-blocks{
        flex-wrap: wrap;
    }
    .new-form-block{
        width:100%;
        padding: 20px;
    }
    .new-form-block-title{
        font-size: 32px;
    }
    .new-form-block-text{
        font-size: 16px;
    }
}

.doza-cont{
    padding-bottom:60px;
    padding-top:125px;
    overflow: hidden;
}
.forma-title{
    margin-bottom:40px;
}
.doza-new-tabs{
    display: flex;
    justify-content: space-between;
    padding:8px;
    background:#D2DFF7;
    border-radius: 23px;
    border:1px solid white;
    gap:12px;
    margin:0 auto;
    margin-bottom: 20px;
    width: fit-content;
}
.doza-new-tab{
    border-radius: 12px;
    height:80px;
    width:330px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    font-size: 24px;
    cursor: pointer;
}
.doza-new-tab.active{
    background: white;
}
.doza-new-tab-content{
    border:1px solid white;
    border-radius: 48px;
    padding:30px;
    padding-top:10px;
    backdrop-filter: blur(10px);
}
.doza-new-tab-content-top{
    display: flex;
    align-items: center;

}
.doza-new-tab-content-top img{

}
.doza-new-tab-content-top span{
    color:#442562;
    font-size:28px;
}
.doza-new-tab-content-blocks-main{
    display: flex;
    gap:40px;
    justify-content: space-between;
}
.doza-new-tab-content-main-left{
    display: flex;
    gap:12px;
    flex-wrap: wrap;
    width:48%;
}
.doza-new-tab-content-main-left-block{
    display: flex;
    align-items: center;
    height:105px;
    padding-left:35px;
    padding-right:35px;
    background:white;
    border-radius: 27px;
     flex: 0 0 calc(50% - 6px);
     gap:22px;
}
.doza-new-tab-content-main-left-block svg{

}
.doza-new-tab-content-main-left-block span{
    font-size: 18px;
}
.doza-new-tab-content-main-right{
    border:1px solid #DADDF6;
    border-radius: 35px;
    background:#EFF1FE;
    padding:30px;
    width:48%;
}
.doza-new-tab-content-main-t1{
    font-size: 28px;
    margin-bottom:12px;
}
.doza-new-tab-content-main-t2{
    font-size: 34px;
    margin-bottom:12px;
    color:#C90478;
}
.doza-new-tab-content-main-text{
    font-size: 24px;
    line-height: 130%;
}

@media(max-width:1024px){


}
@media(max-width:768px){
    .doza-cont{
        border-radius: 0px 0 50px 50px;
        padding-bottom:0;
    }
    .doza-new-tabs{
        padding:5px;
        border-radius: 13px;

    }
    .doza-new-tab{
        width:auto;
        padding:0;
        padding-right:5px;
        font-size:16px;
        height:48px;
    }
    .doza-new-tab img{
        width:37px;
    }
    .doza-new-tab-content{
        background:#ffffff63;
        border-radius: 30px;
        padding:12px;
    }
    .doza-new-tab-content-top{
        flex-direction: column;
        gap:12px;
        justify-content: flex-start;
        align-items: flex-start;
         margin-bottom:20px;
    }
    .doza-new-tab-content-top img{
        width:170px;
    }
    .doza-new-tab-content-top span{
        font-size: 24px;
        font-weight: 600;
       
    }
    .doza-new-tab-content-blocks-main{
        flex-wrap: wrap;
        gap:20px;
    }
    .doza-new-tab-content-main-left{
        width:100%;
        /* gap:22px; */
    }
    .doza-new-tab-content-main-left-block{
        width:100%;
        flex:1;
        height:55px;
        padding:14px;
        border-radius: 15px;
    }
    .doza-new-tab-content-main-right{
        width:100%;
        padding:14px;
        border-radius: 22px;
    }
    .doza-new-tab-content-main-t1{
        font-size: 24px;
        text-align: center;
    }
    .doza-new-tab-content-main-t2{
        font-size: 24px;
        text-align: center;
    }
    .doza-new-tab-content-main-text{
        font-size: 16px;
        text-align: center;
    }
}


.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: 50px;
    right: 0;
    max-width:1085px;
}
.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-cont{
        padding-bottom:10px;
        overflow:hidden;
    }
    .why-buy-cont .container{
        padding:0;
    }
    .why-buy-buy-fixed{
        display:none;
    }
    .why-buy-content{
        margin-bottom:5px;
    }
    .why-buy-title{
        font-size:46px;
        margin-bottom:40px;
        text-align: center;
        padding-left: 16px;
    padding-right: 16px;
    }
    .why-buy-text{
        font-size: 24px;
        text-align: center;
        margin-bottom:40px;
        padding-left: 16px;
    padding-right: 16px;
    }
    .why-buy-buy{
        padding:20px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .why-buy-buy-buttons{
        flex-direction: column;
        gap:20px;
    }
    .why-map{
        /* width:100%; */
        /* max-width: 100%; */
        position: relative;
        top:0;
    }
    .why-table{
        left:0;
        width: 120%;
        left: -10%;
        margin-top:-20px;
    }
    .why-map{
                left: -288px;
                height: 312px;
    }
}





.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);
        }
    