.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
}
.splide__arrow:disabled {
    opacity: 0.3;
}
.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}
.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__progress__bar {
    background: #ccc;
    height: 3px;
}
.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
    outline: 0;
}
@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}
@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}
@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}
@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }
    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf;
    }
}
.splide__toggle {
    cursor: pointer;
}
.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
}
.splide__pagination--ttb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    inset: 0 0.5em 0 auto;
    padding: 1em 0;
}
@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}
.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
    display: none;
}
.splide__progress__bar {
    width: 0;
}
.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    contain: strict;
    display: inline-block;
    height: 20px;
    inset: 0;
    margin: auto;
    position: absolute;
    width: 20px;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
:root {
    --main-color: #7dd3fc;
    --main-radius: 24px;
}
@font-face {
    font-family: Inter;
    src: url(./Inter-c8O0ljhh.ttf);
    font-display: swap;
}
.container {
    margin: 0 auto;
    max-width: 1330px;
    width: 100%;
    padding: 0 10px;
}
@media screen and (min-width: 320px) {
    .container {
        padding: 0 15px;
    }
}
@media screen and (min-width: 576px) {
    .container {
        padding: 0 25px;
    }
}
@media screen and (min-width: 1024px) {
    .container {
        padding: 0 30px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        padding: 0 36px;
    }
}
button {
    cursor: pointer;
}
.content {
    background-color: #FAF9F9;
    overflow: hidden;
    position: relative;
}
.g-rounded {
    border-radius: 24px;
}
.form-block {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 20px;
    margin-top: 20px;
}
@media screen and (min-width: 576px) {
    .form-block {
        font-size: 16px;
    }
    .form-block__form {
        flex-direction: row !important;
        gap: 2%;
    }
    .form-block .input-phone,
    .form-block__btn {
        width: 49%;
    }
}
@media screen and (min-width: 768px) {
    .form-block {
        margin-top: 40px;
    }
    .form-block__container {
        flex-direction: row !important;
        align-items: center;
        padding: 30px 40px !important;
    }
    .form-block__descr {
        font-weight: 300;
    }
}
@media screen and (min-width: 1024px) {
    .form-block__container {
        padding: 50px 40px 40px !important;
    }
    .form-block__title {
        font-weight: 500;
    }
    .form-block__form {
        width: 50%;
    }
    .form-block .input-phone,
    .form-block__btn {
        padding: 15px 30px !important;
    }
}
.form-block__container {
    background-color: #6472CD;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.form-block__top {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media screen and (min-width: 768px) {
    .form-block__top {
        width: 50%;
        gap: 10px;
    }
}
@media screen and (min-width: 1200px) {
    .form-block__top {
        gap: 20px;
    }
}
.form-block__title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
@media screen and (min-width: 1200px) {
    .form-block__title {
        font-size: 28px;
    }
}
.form-block__descr {
    line-height: 1.5em;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .form-block__descr {
        max-width: 400px;
    }
}
@media screen and (min-width: 1200px) {
    .form-block__descr {
        font-size: 18px;
    }
}
.form-block__form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.form-block__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 15px;
    background: linear-gradient(272.6deg, #EF70C0 4.54%, #D400C5 46.92%, #EF6EC0 94.79%);
    border-color: transparent;
    color: #fff;
}
.input-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #8a8f96;
    color: #000;
    font-weight: 400;
}
.input-phone:focus {
    outline: none;
}