@keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px) scale(0.95);
    }
  
    60% {
      opacity: 0.7;
      transform: translateY(-1px) scale(1.01);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }


@keyframes fallen {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}

.lead-section {
    background: linear-gradient(31.32deg, #84C9FE 0%, #B167FE 100%);
    overflow: hidden;
}
.lead-section .container {
    position: relative;
}
.lead-section .lead-section-img{
    position: absolute;
    bottom: 0;
    right: -30px;
    animation: fallen 0.7s ease-in forwards;
}
.lead-section.order .lead-section-img{
    position: absolute;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    max-width: 434px;
    width: 100%;
    max-height: 402px;
    object-fit: contain;
    animation: none;
}
.lead-section .container::after{
    position: absolute;
    top: 0;
    right: -60px;
    height: 100%;
    width: 50px;
    content: '';
    background: linear-gradient(280deg, #84C9FE 0%, #B167FE 100%);
    filter: blur(18px);
} 
.lead-section .lead-section-back{
    position: absolute;
    top: 0;
    right: -30px;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.lead-section .lead-section_inner {
    position: relative;
    z-index: 3;
}
.lead-section .lead-section-text {
    padding: 68px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 728px;
    position: relative;
}
.lead-section .lead-main-cost{
    position: absolute;
    top: -25px;
    left: -100px;
    opacity: 0;
    animation: fadeInUp 0.5s ease-in 1s forwards;
}
.lead-section .lead-section-svg{
    position: absolute;
    right: -145px;
    top: 120px;
}
.lead-section.order .lead-section-text {
    max-width: 798px;
    padding: 100px 0;

}
.lead-section .lead-section-title {
font-weight: 700;
font-size: 82px;
line-height: 1;
color: white;
margin: 0;
}
.lead-section.order .lead-section-title {
font-size: 56px;
}
.lead-section .lead-section-par {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
    color: white;
    margin: 0;
}
.lead-section.order .lead-section-par {
font-size: 26px;
}
.lead-section .lead-section-par span{
    font-weight: 700;
}
.lead-section .lead-section-btn {
    margin-top: 12px;
    padding: 0;
    height: 90px;
    width: 480px;
    background: transparent;
    /* width: fit-content; */
    border: none;
    outline: none;
    border-radius: 80px;
    position: relative;
}
.lead-section .lead-section-btn img{
    border-radius: 80px;
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    width: 480px;
    height: 200px;
    /* box-shadow:  */
    /* 0px 4.86px 58.35px 0px rgba(64, 210, 255, 0.44), */
    /* 0px 4.86px 0px 0px rgba(48, 195, 253, 1), */
    /* inset 0px 0px 16.53px 0px rgba(255, 255, 255, 0.47); */
}
.lead-section .js-open-modal {
}
.lead-section .lead-section-img {
}
.lead-section-utps {
    display: grid;
    gap: 24px;
    margin-top: 32px;
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
    margin-bottom: 89px;
}
.lead-section-utps .lead-section-utp {
    position: relative;
    box-shadow: 0px 4px 3px -1px rgba(0, 0, 0, 0.03), 0px 2px 5px -1px rgba(50, 50, 93, 0.09);
    background: linear-gradient(0deg, #FFF4F4 0%, rgba(234, 237, 255, 0.52) 100%);
    display: flex;
    padding: 34px 29px 34px 124px;
    justify-content: flex-end;
    border-radius: 10px;
    overflow: hidden;
}
.lead-section-utps .lead-section-utp img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lead-section-utps .lead-section-utp-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 280px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
}
.lead-section-utps .lead-section-utp-text span{
    font-size: 22px;
    font-weight: 700;
}
section .catalog-h2{
    margin-bottom: 32px;
}
.lead-our-geo .our-geo_inner {
    display: flex;
    padding: 12px;
    box-shadow: 0px 4px 3px -1px rgba(0, 0, 0, 0.03), 0px 2px 5px -1px rgba(50, 50, 93, 0.09);
    background: linear-gradient(0deg, #FFF4F4 0%, rgba(234, 237, 255, 0.52) 100%);
    border-radius: 10px;
    align-items: center;
    margin-bottom: 110px;
}
.lead-our-geo .our-geo-left {
    padding-right: 32px;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}
.lead-our-geo .our-geo-left::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    height: 60px;
    width: 1px;
    background: linear-gradient(180deg, rgba(65, 65, 65, 0.1) 0%, #414141 50%, rgba(65, 65, 65, 0.1) 100%);
}
.lead-our-geo .our-geo-left img{
    width: 94px;
    height: 94px;
    object-fit: contain;
}
.lead-our-geo .our-geo-left-text {
    display: flex;  
    flex-direction: column;
    gap: 12px;
font-weight: 400;
font-size: 18px;
line-height: 1;
}
.lead-our-geo .our-geo-left-text span{
    font-weight: 700;
    font-size: 24px;
}
.lead-our-geo .our-geo-right {
    padding-left: 32px;
}
.lead-our-geo .our-geo-right ul{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 40px;
    max-width: 725px;
    padding-left: 2rem;
}
.lead-our-geo .our-geo-right li{
    color: rgba(48, 48, 48, 0.6);
    font-size: 22px;
    font-weight: 700;
}
.lead-how-work .lead-how-work_inner {
    display: flex;
    gap: 55px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 32px;
}
.lead-how-work .lead-how-work_inner ul{
    display: flex;
    gap: 24px;
    padding: 0;
}
.lead-how-work .lead-how-work_inner ul li{
    box-shadow: 0px 17px 20px -20px rgba(167, 167, 167, 0.34);
    background: rgba(249, 249, 249, 1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 0 27%;
    border-radius: 10px;

}
.lead-how-work .lead-how-work-item {
    max-width: 287px;
font-size: 18px;
line-height: 1.6;
}
.lead-how-work .how-work-list-item {
    display: flex;align-items: center;
    gap: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    
}
.lead-how-work .how-work-num {
    border-radius: 9px;
    background: rgba(255, 255, 255, 1);
    display: flex;  align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    height: 50px;
    width: 50px;
    min-width: 50px;
    color: #757575;
    background-color: white;
}
.lead-how-work .lead-how-work-foot {
    box-shadow: 0px 4px 3px -1px #00000008, 0px 2px 5px -1px #32325D17;
    background: linear-gradient(0deg, #FFF4F4 0%, rgba(234, 237, 255, 0.52) 100%);
    border-radius: 10px;
    padding: 45px 117px;
    text-align: right;
    font-size: clamp(18px, calc(0.57vw + 15.73px) ,24px);
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    margin-bottom: 110px;
    overflow: hidden;
}
.lead-how-work .lead-how-work-foot img{
    width: clamp(88px, calc(18.95vw + 13.16px) ,286px);
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
}
.lead-price {
    margin-bottom: 110px;
}
.lead-price-par {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.5;
}
.lead-price-tabs {
    display: flex;
    gap: 32px;
    overflow:auto;
    margin-bottom: 24px;
}
.lead-price-tabs::-webkit-scrollbar {
    display: none;
}
.lead-price-tab {
    min-width: fit-content;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.lead-price-tab::after{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    background: linear-gradient(90deg, #B721FF 0%, #21D4FD 100%);
    height: 2px;
    width: 0%;
    transition: all 0.3s ease-in;
}
.lead-price-tab:hover{
    background: linear-gradient(264.79deg, rgba(183, 33, 255, 0.78) 0%, rgba(33, 212, 253, 0.78) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lead-price-tab.active{
    background: linear-gradient(264.79deg, rgba(183, 33, 255, 0.78) 0%, rgba(33, 212, 253, 0.78) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lead-price-tab:hover::after{
    width: 100%;
}
.lead-price-tab.active::after{
    width: 100%;
}
.lead-price-body {
    padding: 40px 32px;
    box-shadow: 0px 17px 20px -20px #A7A7A757;
    background: #F9F9F9;
    position: relative;
    display: none;
    flex: 1;
}
.lead-price-body.show{
    display: block;
    animation: fadeInUp 0.7s ease forwards;
    box-shadow: -17px 0px 20px -20px #A7A7A757;
}
.lead-price-image{
    /* position: absolute; */
    max-width: 272px;
    max-height: 204px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* right: 29px; */
    /* bottom: 52px; */
}
.lead-price-dots{
    flex: 1;
    border-bottom: 2px solid #414141;
    border-bottom-style: dotted;
    margin: 0 5px 8px 5px;
}
.lead-price-body-title {
    display: flex;  
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    
}
.lead-price-body-title span{
    font-size: 19px;
    background: linear-gradient(97.13deg, #EEAC26 -21.3%, #9E833E 114.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lead-price-body-par {
    font-size: 18px;
    margin-bottom: 32px;
}
.lead-price-body-postTitle {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
}
.lead-price-body_mid{
    display: flex;  align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 32px;
}
.lead-price-body-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    padding: 0;
    max-width: 608px;
    flex: 1;
}
.lead-price-item {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    
}
.lead-price_boxes {
    display: none;
    box-shadow: 0px 17px 20px -20px #A7A7A757;
    background: #F9F9F9;
    border-radius: 10px;
    overflow: hidden;
    justify-content: space-between;
}
.lead-price_boxes.show {
    display: flex;
    animation: fadeInUp 0.7s ease forwards;
}
.lead-price-2lvl-tabs {
    display: flex;
    flex-direction: column;
    max-width: 338px;
    width: 100%;
    max-height: 560px;
    overflow-y: auto;
}
.lead-price-2lvl-tab {
    cursor: pointer;
    padding: 26px 28px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    color: #303030;
    border-bottom: 1px solid #d9d9d9;
}
.lead-price-2lvl-tab span{
    font-weight: 700;
}
.lead-price-2lvl-tab:last-child{
    border-bottom: 1px solid transparent;
}
.lead-price-2lvl-tab.active{
    background: #879BFD;
    color: white;
    border-bottom: 1px solid transparent;
}
.lead-price-2lvl-tab:hover{
    background: #879BFD;
    color: white;
    border-bottom: 1px solid transparent;
}
.lead-price-btns{
    display: flex;
    align-items: center;
    gap: 36px;
}
.lead-price-btns .getConsult{
    max-width: 206px;
    width: 100%;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.lead-price-link{
font-weight: 700;
font-size: 19px;
line-height: 1.2px;
text-decoration: underline;
color: #252525;
cursor: pointer;
}
.lead-price-link:hover{
    text-decoration: none;
}
.lead-partners_inner {
    display: grid;
    gap: 24px;
    margin-bottom: 110px;
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
}
.lead-partners-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    padding: 0 28px 32px 28px;
    text-align: center;
font-weight: 400;
font-size: 18px;
line-height: 1.4;

}
.lead-partners-item::after {
    z-index: -1;
   width: 100%;
   min-height: 393px;
   content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: 0px 17px 20px -20px #A7A7A757;
    background-color: #F9F9F9;
}
.lead-partners-item:nth-child(2)::after {
   
    box-shadow: 0px 4px 3px -1px #00000008, 0px 2px 5px -1px #32325D17;
    background: linear-gradient(0deg, #FFF4F4 0%, rgba(234, 237, 255, 0.52) 100%);
}
.lead-partners-item img{
    position: relative;
    z-index: 2;
}
.lead-partners-item span{
    font-size: 22px;
    font-weight: 700;
}

/* .msPhone{
    padding: 17px 85px 17px 145px;

} */

@media (max-width:1400px) {
    .lead-section.order .lead-section-img{
        max-width: 300px;
        bottom: 0;
        transform: none;
        top: initial;
    }
    .lead-section .lead-section-img {
        bottom: 70px;
        right: -70px;
        max-width: 350px;
    }
    .lead-section-svg{
        display: none;
    }
    .lead-how-work .lead-how-work-foot{
        align-items: center;
        display: flex;  
        gap: 16px;
        padding: 16px 24px ;
        text-align: left;
    }
    .lead-how-work .lead-how-work-foot img{
        position: relative;
        left: initial;
        top: initial;
        transform: none;
    }
    .lead-how-work .lead-how-work_inner {
        gap: 20px;
        flex-wrap: wrap;
        font-size: 16px;
        margin-bottom: 24px;
    }
    .lead-how-work .lead-how-work-item{
        max-width: 100%;
    }
    .lead-price-image{
        display: none;
    }
}
@media (max-width:1050px) {
    input.msSubmit{
        margin-left: 0;
        margin-top: 10px;
        max-width: 341px;
        width: 100%;
    }
    .msPhone{
        padding: 17px 80px;
    
    }
    .lead-price_boxes{
        flex-direction: column;
    }
    .lead-price-btns{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .lead-price-2lvl-tabs{
        max-width: 100%;
        flex-direction: row;
    }
    .lead-price-2lvl-tab{
        min-width: fit-content;
        padding: 13px 28px;
    }
    .lead-partners-item::after{
        min-height: 100%;
    }
    .lead-section .lead-section-img {
        max-width: 300px;
        bottom: 0;
    }
    .lead-main-cost{
        display: none;
    }
    .lead-how-work .lead-how-work_inner ul{
        flex-wrap: wrap;
        gap: 16px;
    }
    .lead-how-work .lead-how-work_inner ul li{
        flex: 1 0 100%;
        gap: 16px;
    }
}

@media (max-width:922px) {
    input.msSubmit{
        max-width: 100%;
    }
    .lead-section .lead-section-btn img{
        width: 100%;
        height: 180px;
        width: 410px;
        left: -20px;
    }
    .lead-price-body{
        padding: 20px 16px;
    }
    .lead-price-par{
        font-size: 16px;
        margin: 0 0 26px 0;
    }
    .lead-price-tabs{
        margin-bottom: 20px;
    }
    .lead-price-tab{
        font-size: 18px;
    }
    .lead-price-body-title{
        flex-wrap: wrap;
        font-size: 18px;
        gap: 16px;
    }
    .lead-price-body-par{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .lead-price-body-title span{
        font-size: 16px;
    }
    .lead-price-body-postTitle{
        font-size: 18px;
    }
    .lead-price-item{
        font-size: 16px;
    }
    .lead-price .getConsult{
        max-width: 100%;
        width: 100%;
    }
    .lead-how-work .lead-how-work-foot{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    section .catalog-h2{
        font-size: 28px;
        margin-bottom: 24px;
        text-align: left;
    }
    .lead-our-geo .our-geo_inner{
        flex-direction: column;
        gap: 24px;
        margin-bottom: 92px;
    }
    .lead-our-geo .our-geo-left{
        padding-right: 0;
        gap: 12px;
    }
    .lead-our-geo .our-geo-left-text{
        gap: 8px;
        font-size: 16px;
    }
    .lead-our-geo .our-geo-left-text span{
        font-size: 20px;
    }
    .lead-our-geo .our-geo-right li{
        font-size: 16px;
    }
    .lead-our-geo .our-geo-right{
        padding-left: 0;
    }
    .lead-our-geo .our-geo-left::after{
        display: none;
    }
    .lead-section-btn{
        margin-bottom: 250px;
        margin-top: 18px;
    }
    .lead-section .lead-section-img {
        max-width: 330px;
        right: 15px;
        bottom: -19px;
    }
    .lead-section .lead-section-par{
        font-size: 16px;
        text-align: center;
        max-width: 355px;
    }
    .lead-section .lead-section-btn{
        position: relative;
        z-index: 6;
        /* width: 100%; */
    }

    .lead-section-utps {
        gap: 12px;
        margin-top: 28px;
        margin-bottom: 74px;
    }
    .lead-section-utps .lead-section-utp {
        padding: 24px 16px 24px 91px;
    }
    .lead-section-utps .lead-section-utp-text{
        font-size: 16px;
        gap: 16px;
    }
    .lead-section-utps .lead-section-utp-text span{
        font-size: 18px;
    }
    .lead-section-utps .lead-section-utp img{
        max-width: 130px;
        max-height: 115px;
    }
}

@media (max-width:768px) {
    .lead-section .lead-section-title{
        font-size: 38px !important;
        text-align: center;
    }
    .lead-section .lead-section-text{
        gap: 28px;
        padding: 40px 0;
    }
}