@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);
    }
}
main section:not(.without-padding):first-child{
    padding: 0;
}
.lead-section {
    max-width: 1390px;
    margin: 0 auto;
    margin-top: 20px;
    /* 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: 400px;
    width: 100%;
    max-height: 402px;
    object-fit: contain;
    animation: none;
}
.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;
    display: flex;align-items: center;
    flex-wrap: wrap;
    max-width: 1390px;
    padding: 50px 70px;
    margin: 0 auto;
    gap: 20px;
    /* background: linear-gradient(31.32deg, #84C9FE 0%, #B167FE 100%); */
    overflow: hidden;
    border-radius: 50px;
    background-color: #F6F7F8;

}
.lead-section .lead-section-text {
    /* padding: 68px 0; */
    display: flex;
    flex-direction: column;
    gap: 24px;
    line-height: 1.5;
    max-width: 589px;
    position: relative;
}
.lead-section.order .lead-section-text {
    max-width: 798px;
    /* padding: 100px 0; */

}
.lead-section .lead-section-title {
font-weight: 300;
font-size: 42px;
line-height: 1;
color: black;
margin: 0;
max-width: 423px;
}
.lead-section.order .lead-section-title {
font-size: 42px;
}
.lead-section .lead-section-par {
font-weight: 300;
font-size: 18px;
line-height: 1.5;
    color: black;
    margin: 0;
}
.lead-section.order .lead-section-par {
font-size: 18px;
font-weight: 600;
max-width: 589px;
}
.lead-section .lead-section-par span{
    font-weight: 600;
}
.lead-section .lead-section-btn {
    margin-top: 12px;
    padding: 18px 37px;
    /* height: 90px; */
    font-size: 14px;
    font-weight: 500;
    /* background: transparent; */
    width: fit-content;
    border: none;
    outline: none;
    border-radius: 35px;
}

.lead-section .js-open-modal {
}
.lead-section .lead-section-img {
    max-width: 500px;
    max-height: 350px;
    
}
.lead-section .lead-section-img img{
   width: 100%;
   height: 100%;
   object-fit: contain;
}
.lead-section-utps {
    display: grid;
    gap: 20px;
    margin-top: 40px;
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
    margin-bottom: 89px;
}
.lead-section-utps .lead-section-utp {
    position: relative;
    background: #F6F7F8;
    display: flex;
    padding: 32px 20px 32px 105px;
    justify-content: flex-end;
    border-radius: 14px;
    overflow: hidden;
}
.lead-section-utps .lead-section-utp img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 80px;
}
.lead-section-utps .lead-section-utp-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 280px;
    font-weight: 400;
    font-size: 17px;
    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;
    background: linear-gradient(0deg, #FFF4F4 0%, rgba(234, 237, 255, 0.52) 100%);
    border-radius: 14px;
    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: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 32px;
}
.lead-how-work .lead-how-work_inner ul{
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.lead-how-work .lead-how-work_inner ul li{
    background: rgba(249, 249, 249, 1);
    padding: 20px;
    font-size: 17px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 0 27%;
    border-radius: 14px;

}
.lead-how-work .lead-how-work-item {
    max-width: 260px;
font-size: 17px;
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 {
    background: #F6F7F8;
    border-radius: 14px;
    padding: 46px 90px;
    text-align: right;
    font-size: clamp(16px, calc(0.57vw + 13.73px) ,22px);
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    margin-bottom: 110px;
    overflow: hidden;
}
.lead-how-work .lead-how-work-foot img{
    width: clamp(75px, calc(13.49vw + 21.7px) ,216px);
    position: absolute;
    left: 25px;
    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: var(--color-primary);
    height: 2px;
    width: 0%;
    transition: all 0.3s ease-in;
}
.lead-price-tab:hover{
    color: var(--color-primary);
}
.lead-price-tab.active{
    color: var(--color-primary);
}
.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;
}
.lead-price-image{
    /* position: absolute; */
    max-width: 230px;
    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-bottom: 8px;
}
.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;
    color: var(--color-primary);
}
.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: 550px;
    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: 14px;
    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: 605px;
    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: #FE6A0899;
    color: white;
    border-bottom: 1px solid transparent;
}
.lead-price-2lvl-tab:hover{
   background: #FE6A0899;
    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;
    background-color: var(--color-primary);
    border-radius: 35px;
    width: 170px;
    height: 50px;
    color: white;
}
.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: 17px;
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: 14px;
    background-color: #F6F7F8;
}
.lead-partners-item img{
    position: relative;
    z-index: 2;
}
.lead-partners-item span{
    font-size: 18px;
    font-weight: 700;
}

@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) {
    .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) {
    .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;
    }
    .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;
    }
}