.first {
    overflow: hidden;
    height: 510px;
    position: relative;
}
.first .swiper-main {
    width: 100%;
}
.first .swiper-main .swiper-slide{
    height: 510px;
    width: 100%;
    position: relative;
    display: grid;
    place-items: center;
}
.first .swiper-main .swiper-slide span {
    color: #FFF;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 7rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 84px */
    z-index: 3;
}
.first .swiper-main .swiper-slide::after {
    display: block;
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(15, 15, 15, 0.60);
}
.first .pagin {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    bottom: 50px !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first .pagin .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #fff !important;
    opacity: 1 !important;
    border: none !important;
}
.first .pagin .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
}
.first .l-round, .first .r-round {
    position: absolute;
    border-radius: 665px;
    background: linear-gradient(180deg, #545CF0 0%, #282FBB 100%);
    mix-blend-mode: screen;
    filter: blur(222.5px);
    width: 665px;
    height: 665px;
    z-index: 4;
}
.first .l-round {
    top: -300px;
    left: -300px;
}
.first .r-round {
    bottom: -300px;
    right: -200px;
}
.second {
    background-color: #F6F7FF;
}
.second .second__inner {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: space-between;
    position: relative;
    padding: 58px 0 28px 0;
}
.second .container > img {
    position: absolute;
    left: 0;
    bottom: 0;
}
.second .second__inner .texts {
    width: 50%;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.second .second__inner .texts .title {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 120% */
}
.second .second__inner .texts .text {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 136.842%; /* 136.842% */
}
.third {
    padding: 70px 0;
}
.third .third__inner {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.third .third__inner .blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.third .third__inner .blocks .block {
    width: 100%;
    border-radius: 20px;
    padding: 20px 20px 30px;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #D9D9D9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: grid;
    place-items: center;
}
.third .third__inner .blocks .block .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: #FFF;
}
.third .third__inner .blocks .block .title {
    color: #FFF;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 120% */
    margin: 20px 0 30px;
}
.third .third__inner .blocks .block a {
    color: #212121;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background: #FFF;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
    padding: 12px 70px;
}
.fifth {
    padding: 70px 0;
}
.fifth .fifth__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.fifth .fifth__inner .blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.fifth .fifth__inner .blocks > .block {
    padding: 17px 17px 17px 20px;
    border-radius: 23px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.fifth .fifth__inner .blocks > img {
    max-width: 50%;
    width: 100%;
}
.fifth .fifth__inner .blocks > .block .img {
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}
.fifth .fifth__inner .blocks > .block .img img {
    width: 100%;
}
.fifth .fifth__inner .blocks > .block .contacts {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.fifth .fifth__inner .blocks > .block .contacts .block {
    display: flex;
    align-items: center;
    gap: 7px;
}
.fifth .fifth__inner .blocks > .block .contacts .block span {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 17.25px */
}
.fifth .fifth__inner .blocks > .block .contacts .block > div {
    display: grid;
    gap: 4px;
}
.fifth .fifth__inner .blocks > .block .contacts .block > div a {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 117.333%; /* 117.333% */
}
.sixth {
    padding: 70px 0 30px;
    position: relative;
    background: #F6F7FF;
}
.sixth::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 365px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFD71D;
}
.sixth .sixth__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sixth .sixth__inner > img {
    margin: 60px 0 0 0;
}
.sixth .sixth__inner .blocks {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.sixth .sixth__inner .blocks .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.sixth .sixth__inner .blocks .block .num {
    color: #FFF;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 11rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 132px */
}
.sixth .sixth__inner .blocks .block .text {
    color: #FFF;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105.882%; /* 105.882% */
}
.sixth .sixth__inner .blocks .block .text > span {
    font-weight: 600;
}
.seventh {
    padding: 90px 0 70px;
}
.seventh .seventh__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.seventh .seventh__inner .blocks {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.seventh .seventh__inner .blocks .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 23px;
    width: 24%;
    padding: 30px 24px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
}
.seventh .seventh__inner .blocks .block .img {
    border-radius: 50%;
    height: 80px;
    aspect-ratio: 1/1;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFD71D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: grid;
    place-items: center;
}
.seventh .seventh__inner .blocks .block .title {
    color: #212121;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 122.222%; /* 122.222% */
}
.seventh .seventh__inner .blocks .block .text {
    color: #212121;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 138.667%; /* 138.667% */
}
.ten {
    padding: 90px 0 70px;
    background: #F6F7FF;
}
.ten .ten__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.ten .ten__inner .swiper-rev {
    width: 100%;
}
.ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 390px;
    border-radius: 10px;
    background: #FEFEFE;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide .img {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide .img span {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
}
.ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide .img > div {
    display: grid;
    place-items: center;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}
.ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide .title {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 18px */
}
.ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide .text {
    color: #7A7A7A;
    font-family: "Mazzard", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}
/* Form */
.eleventh .form > img {
    bottom: 0;
    right: 0;
}
.twelve {
    padding: 70px 0;
    background-color: #F6F7FF;
}
.twelve .twelve__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}
.twelve .twelve__inner .blocks {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.twelve .twelve__inner .blocks .block {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.thirteen {
    padding: 60px 0 120px;
    width: 100%;
    position: relative;
}
.thirteen .thirteen__inner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 100%;
}
.thirteen .thirteen__inner .swiper-down {
    width: 100%;
}
.thirteen .thirteen__inner .slider__w {
    width: 2100px;
    overflow: hidden;
}
.thirteen .thirteen__inner .swiper-down .swiper-wrapper .swiper-slide img {
    width: 100%;
}
.thirteen .thirteen__inner .swiper-pagin {
    position: absolute;
    width: fit-content;
    align-items: center;
    display: flex;
    bottom: -30px;
    left: 25%;
    z-index: 100;
}
.thirteen .thirteen__inner .swiper-pagin .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #C2D0D8 !important;
    opacity: 1 !important;
}
.thirteen .thirteen__inner .swiper-pagin .swiper-pagination-bullet-active {
    width: 13px !important;
    height: 13px !important;
    background: #3036A7 !important;
    box-shadow: #3036A7 !important;
}
.thirteen .thirteen__inner .texts {
    display: flex;
    flex-direction: column;
}
.thirteen .thirteen__inner .texts .title {
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 73.333%; /* 73.333% */
}
.thirteen .thirteen__inner .texts .text {
    margin: 50px 0 70px;
    color: #212121;
    font-family: "Mazzard", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}
.thirteen .thirteen__inner .texts button {
    color: #FFF;
    text-align: center;
    font-family: "Mazzard", sans-serif;
    font-size: 2.2rem;
    font-style: normal;
    width: fit-content;
    font-weight: 500;
    line-height: 124.535%; /* 124.535% */
    border-radius: 77px;
    background: linear-gradient(180deg, #343BB8 0%, #292E89 100%), #FFF;
    -webkit-border-radius: 77px;
    -moz-border-radius: 77px;
    -ms-border-radius: 77px;
    -o-border-radius: 77px;
    padding: 16px 78px;
}
@media (max-width: 1300px) {
    .fifth .fifth__inner .blocks > img {
        max-width: 500px;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .first .swiper-main .swiper-slide span {
    }
    .first .r-round {
        bottom: -418px;
        right: -423px;
    }
    .first .l-round {
        top: -432px;
        left: -496px;
    }
    .second .second__inner {
        padding: 70px 0 0;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .second .second__inner .texts {
        width: 100%;
        margin: unset;
        text-align: center;
        gap: 20px;
    }
    .second .second__inner img {
        width: 100%;
    }
    .third .third__inner {
        padding: 0;
        gap: 20px;
    }
    .third .third__inner .blocks {
        gap: 20px;
    }
    .third .third__inner .blocks .block {
        padding: 11px 11px 16px;
    }
    .third .third__inner .blocks .block .img {
        height: 135px;
    }
    .third .third__inner .blocks .block .img img {
        height: 100%;
    }
    .third .third__inner .blocks .block .title {
        margin: 10px 0;
        font-size: 2.045rem;
    }
    .third .third__inner .blocks .block a {
        padding: 6px 40px;
        font-size: 2.045rem;
    }
    .fifth .fifth__inner {
        gap: 30px;
    }
    .fifth .fifth__inner .blocks {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .fifth .fifth__inner .blocks > .block .contacts .block span {
        font-size: 1.8rem;
    }
    .fifth .fifth__inner .blocks > .block .contacts {
        flex-direction: column;
        align-items: center;
    }
    .sixth::before {
        height: 400px;
    }
    .sixth .sixth__inner > img {
        width: 90%;
    }
    .sixth .sixth__inner .blocks {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Две колонки равной ширины */
        gap: 16px; /* Отступ между элементами */
        width: 100%;
        justify-content: space-between;
    }
    .sixth .sixth__inner .blocks .block {
        gap: 0;
    }
    .seventh .seventh__inner .blocks {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Две колонки равной ширины */
        gap: 10px; /* Отступ между элементами */
        width: 100%;
        justify-content: space-between;
    }
    .seventh .seventh__inner .blocks .block {
        width: 100%;
        gap: 10px;
        padding: 20px 14px;
    }
    .ten .ten__inner {
        gap: 20px;
    }
    .ten .ten__inner .swiper-rev {
        max-width: 400px;
    }
    .ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide {
        max-width: unset;
    }
    .twelve .twelve__inner {
        gap: 30px;
    }
    .twelve .twelve__inner .blocks {
        width: fit-content;
        gap: 60px;
    }
    .thirteen {
        padding: 0 0 60px;
    }
    .thirteen .container {
        padding: 0;
    }
    .thirteen .thirteen__inner {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .thirteen .thirteen__inner .slider__w {
        width: 100%;
        max-width: 700px;
        overflow: hidden;
    }
    .thirteen .thirteen__inner .texts {
        padding: 0 15px;
        margin-top: 20px;
    }
    .thirteen .thirteen__inner .texts .title {
        text-align: center;
    }
    .thirteen .thirteen__inner .texts .text {
        margin: 20px 0 0;
        font-size: 1.7rem;
    }
    .thirteen .thirteen__inner .swiper-pagin {
        position: unset;
    }
    .fourteen {
        padding: 0 0 60px;
    }
    .fourteen .container {
        padding: 0;
    }
    .fourteen .fourteen__inner .contact {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .fourteen .fourteen__inner .info {
        flex-direction: column;
    }
    .fourteen .fourteen__inner .info .texts .telephones {
        gap: 20px;
    }
    .fourteen .fourteen__inner .info .texts {
        padding: 0;
        text-align: center;
        align-items: center;
    }
    .fourteen .fourteen__inner .info .texts .address {
        margin-top: 20px;
    }
    .fourteen .fourteen__inner .info .texts .address a {
        max-width: unset;
    }
    .fourteen .fourteen__inner .info .mapa {
        width: 100%;
        height: 300px;
    }
}
@media (max-width: 900px) {
    .ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide .title {
        font-size: 1.8rem;
    }
    .ten .ten__inner .swiper-rev .swiper-wrapper .swiper-slide .text {
        font-size: 1.4rem;
    }
    .sixth .sixth__inner .blocks .block .num {
        font-size: 7rem;
    }
    .sixth::before {
        height: 300px;
    }
    .seventh .seventh__inner {
        gap: 30px;
    }
    .seventh .seventh__inner .blocks {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-width: 350px;
        border-radius: 23px;
        background: #FFF;
        box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    }
    .seventh .seventh__inner .blocks .block:nth-child(1) .img {
        padding: 5px;
    }
    .seventh .seventh__inner .blocks .block .img {
        height: 60px;
        padding: 15px;
    }
    .seventh .seventh__inner .blocks .block .img img {
        width: 100%;
    }
    .seventh .seventh__inner .blocks .block {
        background: transparent;
        box-shadow: none;
    }
}
@media (max-width: 700px) {
    .third .third__inner .blocks {
        flex-direction: column;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    .first {
        height: 600px;
    }
    .first .pagin {
        bottom: 240px !important;
    }
    .first .swiper-main .swiper-slide {
        height: 600px;
    }
    .first .swiper-main .swiper-slide:first-child {
        background-position: left !important;
    }
    .first .swiper-main .swiper-slide span {
        font-size: 3rem;
    }
    .first .l-round {
        top: -95px;
        bottom: -200px;
        left: -180px;
    }
    .first .r-round {
        bottom: -40px;
        right: -180px;
    }
    .first .l-round, .first .r-round {
        width: 300px;
        height: 300px;
        border-radius: 300px;
        filter: blur(123px);
        -webkit-filter: blur(123px);
        -webkit-border-radius: 300px;
        -moz-border-radius: 300px;
        -ms-border-radius: 300px;
        -o-border-radius: 300px;
    }
}