/* page styles*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Unbounded", sans-serif;
    font-variant-numeric: lining-nums;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

body::before {
    content: "";
    z-index: -10;
    background: #24223c;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
}

img {
    width: 100%;
    max-width: 100%;
}

.finish-notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 130%;
    background: #FF5858;
    color: #fff;
    text-align: center;
    padding: 4px 20px;
    z-index: 100;
    display: none;
}

.content-block-container,
.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.main {
    overflow: hidden;
    position: relative;
}

.main::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -4;
    background-image: url('../img/noise.webp');
    top: 0;
    left: 0;
    background-repeat: repeat;
    mix-blend-mode: soft-light;
    opacity: 0.1;
}

.title {
    font-size: 42px;
    line-height: 130%;
    color: #f0f0f0;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

.span-show-mob {
    display: none;
}

.main_blur {
    filter: blur(11px);
}

.show-mb,
.mobile-show-flex {
    display: none !important;
}

@media screen and (max-width: 1350px) {
    .content-block-container,
    .container {
        padding: 0 32px;
    }

    .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 980px) {
    .content-block-container,
    .container {
        padding: 0 20px;
    }

    .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 750px) {
    .title {
        font-size: 24px;
    }

    .content-block-container,
    .container {
        padding: 0 18px;
    }

    .span-hide-mob {
        display: none;
    }

    .span-show-mob {
        display: inline;
    }

    .show-mb {
        display: block !important;
    }

    .mobile-show-flex {
        display: flex !important;
    }

    .hide-mb {
        display: none !important;
    }
}

.main__background {
    background: url(../img/main-bg.png) center top;
    background-size: 1440px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main__background::before {
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(21, 21, 21, 100%) 21%,
        rgb(255 255 255 / 0%) 25%
    );
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
@media screen and (max-width: 1281px) {
    .main__background {
        background-size: 1024px;
    }
}
@media screen and (max-width: 980px) {
    .main__background {
        background-size: 768px;
    }
}

/*blue-btn*/
.btn-with-gradiend {
    background: rgb(207, 207, 207);
    background: linear-gradient(
        160deg,
        rgba(207, 207, 207, 1) 0%,
        rgba(168, 168, 168, 0) 100%
    );
    width: 285px;
    height: 56px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.btn-with-gradiend span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    z-index: 3;
}

.btn-with-gradiend::after {
    content: "";
    position: absolute;
    width: 180%;
    height: 600px;
    bottom: -700px;
    left: -40%;
    background-image: url(../img/default/bg-for-btn.svg);
    background-size: 100%;
    filter: blur(15px);
    transition: 0.4s all;
    z-index: 2;
}

.btn-with-gradiend::before {
    content: "";
    position: absolute;
    background: #334246;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    border-radius: 9px;
    z-index: 1;
}

.btn-with-gradiend:hover::after {
    bottom: -420px;
}

@media screen and (max-width: 1350px) {
    .btn-with-gradiend {
        font-size: 16px;
    }
}

@media screen and (max-width: 581px) {
    .btn-with-gradiend {
        width: 100%;
    }

    .btn-with-gradiend_ltl {
        width: 100%;
    }

    .btn-with-gradiend::after {
        content: none;
    }
}

.btn-with-icon {
    padding: 18px 40px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1.657px solid #be8af0;
    background: linear-gradient(113deg, #56205c 8.18%, #2d2458 90.74%);
    color: #f4f0ff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    outline: none;
    border: 0;
    transition: 0.2s;
    position: relative;
}
.btn-with-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        130deg,
        rgba(126, 94, 158, 1) 0%,
        rgba(126, 94, 158, 0.5) 15%,
        rgba(126, 94, 158, 0) 50%,
        rgba(126, 94, 158, 0.5) 85%,
        rgba(126, 94, 158, 1) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.btn-with-icon__icon {
    width: 24px !important;
}
.btn-with-icon:hover {
    background: linear-gradient(113deg, #77417c 8.18%, #4d4579 90.74%);
}
.btn-with-icon:active {
    background: linear-gradient(113deg, #77417c 8.18%, #4d4579 90.74%);
}
@media (max-width: 750px) {
    .btn-with-icon {
        width: 100%;
    }
}

.btn {
    padding: 16px 44px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #6acbcb;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    outline: none;
    border: 0;
    transition: 0.2s;
    position: relative;
    text-decoration: none;
    color: #24223c;
}
.btn span {
    color: #24223c;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}
.btn__icon {
    width: 24px !important;
}

@media screen and (hover:hover) {
    .btn:hover {
        box-shadow: 0px 4px 0px 0px #fff;
        border-radius: 100px;
        background: #7be6e6;
        transform: translateY(-5px); /* Поднимаем кнопку вверх */
    }
}

.btn:active {
    background: #6acbcb;
    transform: translateY(-5px);
    border-radius: 100px;
    box-shadow: 0px 4px 0px 0px #fff;
}

.callbackform__message .btn.register-btn:hover,
.callbackform__message .btn.register-btn:active {
    transform: none;
}

@media (max-width: 750px) {
    .btn {
        width: 100%;
        font-size: 16px;
        padding: 16px;
    }
}

/*logo*/

.logo {
    width: 112px;
}

.logo a {
    display: block;
}

.logo img {
    display: flex;
    align-self: center;
}

@media (max-width: 750px) {
    .logo {
        width: 80px;
    }
}

/*blue-btn*/
.blue-btn {
    display: block;
    transition: 0.2s all;
    width: 100%;
    max-width: 279px;
    padding: 15px;
    background: #7d7dff;
    border-radius: 8px;
    text-align: center;
    color: #f0f0f0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.blue-btn:hover {
    background: #a5a5ff;
}

.blue-btn:active {
    background: #6d6dff;
}

@media screen and (max-width: 1350px) {
    .blue-btn {
        font-size: 16px;
        line-height: 150%;
        padding: 14px;
        max-width: 220px;
    }
}

@media screen and (max-width: 581px) {
    .blue-btn {
        max-width: initial;
    }

    .blue-btn:hover {
        background: #7d7dff;
    }

    .blue-btn:active {
        background: #7d7dff;
    }
}

/*burger-menu*/
.burger-menu {
    display: none;
    position: relative;
    width: 72px;
    height: 50px;
}

.burger-line {
    width: 32px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 19px;
    right: 20px;
    transition: 0.2s all;
}

.burger-line_bottom {
    width: 16px;
    top: 29px;
}

@media (max-width: 750px) {
    .burger-menu {
        display: block;
        cursor: pointer;
        border-radius: 12px;
        background: #403c68;
        justify-self: flex-end;
    }

    .burger-menu_close .burger-line_top {
        width: 25px;
        top: 23px;
        transform: rotate(45deg);
        right: 11px;
    }

    .burger-menu_close .burger-line_bottom {
        width: 25px;
        top: 23px;
        transform: rotate(135deg);
        right: 12px;
    }
}

.btn__icon-arrow {
    transition: transform 0.3s; /* Добавляем плавный переход при изменении размера SVG */
}

.btn__icon-arrow:hover {
    transform: scale(1.1); /* Увеличиваем размер SVG при наведении */
}

.btn__icon-arrow:hover path {
    stroke-width: 3; /* Увеличиваем толщину контура стрелки при наведении */
}

.under-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.under-bg-img___img {
    position: absolute;
    transform: translate(-50%, 0);
    top: 0;
    left: 66%;
    width: 80%;
    z-index: -1;
}

@media (max-width: 1281px) {
    .under-bg-img___img {
        left: 58%;
        width: 82%;
    }
}

@media (max-width: 980px) {
    .under-bg-img___img {
        left: 60%;
        width: 87%;
    }
}

@media (max-width: 750px) {
    .under-bg-img___img {
        left: 50%;
        width: 170%;
        top: -8px;
    }
}

@media screen and (max-width: 750px) {
    .slick-list {
        overflow: visible;
    }

    .slick-list {
        overflow: visible;
    }

}

/*splide*/

.splide__pagination {
    margin: 16px;
    gap: 6px;
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 49.374px;
    background: linear-gradient(
        129deg,
        rgba(250, 250, 250, 0.07) -0.77%,
        rgba(164, 164, 164, 0) 140.72%
    );
    border: none;
}

.splide__pagination__page.is-active {
    background: linear-gradient(
        129deg,
        rgba(250, 250, 250, 0.47) -0.77%,
        rgba(164, 164, 164, 0) 140.72%
    );
}

.captcha-container {
    position: fixed;
    top: calc(10vh + 300px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 210;
}
.recaptcha-over-overlay {
    z-index: 200;
}

.timeout-html {
    display: inline;
}

.decorative {
    position: absolute;
}
.decorative_1 {
    position: absolute;
    width: 500px;
    height: 1162px;
    background: url(../img/body-bg1.svg) no-repeat;
    background-size: cover;
    top: 50%;
    right: 0;
    z-index: -1;
    background-position: right;
}
.decorative_2 {
    width: 960px;
    height: 1060px;
    background: url(../img/body-bg2.svg) no-repeat;
    z-index: -1;
    top: 25%;
    left: 0%;
}

.decorative_3 {
    width: 856px;
    height: 1200px;
    background: url(../img/body-bg3.svg) no-repeat;
    top: 43%;
    right: -13%;
    z-index: -1;
    background-position: right;
}

.decorative_4 {
    width: 450px;
    height: 1000px;
    background: url(../img/body-bg4.svg) no-repeat;
    z-index: -1;
    top: 51%;
    left: 0%;
}

.decorative_5 {
    width: 450px;
    height: 750px;
    background: url(../img/body-bg5.svg) no-repeat;
    top: -20%;
    right: -32%;
    z-index: -1;
}

.decorative_6 {
    width: 334px;
    height: 750px;
    background: url(../img/body-bg6.svg) no-repeat;
    z-index: -1;
    top: -60%;
    left: 0%;
}

@media screen and (max-width: 1350px) {
    .decorative_2 {
        right: -35%;
    }
    .decorative_3 {
        right: -35%;
    }
    .decorative_4 {
        top: 53%;
        left: -10%;
    }
    .decorative_5 {
        top: -50%;
        right: -35%;
    }
    .decorative_6 {
        top: -80%;
        left: -10%;
    }
}

@media screen and (max-width: 980px) {
    .decorative_1 {
        right: 0;
    }
    .decorative_2 {
        left: -30%;
        top: 10%;
    }
    .decorative_5 {
        top: -65%;
        right: -40%;
    }
    .decorative_6 {
        top: -65%;
        left: -20%;
    }
}

@media screen and (max-width: 750px) {
    .decorative_2 {
        left: -60%;
        top: 0;
    }
    .decorative_6 {
        top: 0;
    }
}

@media screen and (max-width: 581px) {
    .decorative_1 {
        width: 325px;
        height: 325px;
    }
    .decorative_2 {
        width: 325px;
        height: 325px;
        top: 29%;
        left: -5%;
    }
    .decorative_3 {
        width: 460px;
        height: 460px;
        top: 44%;
        right: -10%;
    }
    .decorative_4 {
        width: 348px;
        height: 470px;
        top: 60%;
    }
    .decorative_5 {
        width: 348px;
        height: 470px;
        top: -15%;
        z-index: -2;
    }
}

@media (max-width: 750px) {
    .splide__pagination {
        margin: 24px;
        gap: 6px;
    }

    .splide__pagination__page {
        width: 10px;
        height: 10px;
        border-radius: 49.374px;
        background: linear-gradient(
            129deg,
            rgba(250, 250, 250, 0.07) -0.77%,
            rgba(164, 164, 164, 0) 140.72%
        );
        border: none;
    }
    .splide__pagination__page.is-active {
        background: linear-gradient(
            129deg,
            rgba(250, 250, 250, 0.47) -0.77%,
            rgba(164, 164, 164, 0) 140.72%
        );
    }
}

.custom-select {
    position: relative;
    background: radial-gradient(
        100% 100% at 50% 0%,
        rgba(34, 34, 35, 0.6) 0%,
        rgba(26, 26, 27, 0.6) 100%
    );
    backdrop-filter: blur(11.800000190734863px);
    padding: 16px;
    border: 1px solid #272727;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
}
.selected {
    display: block;
}
.dropdown {
    position: absolute;
    display: none;
    background: radial-gradient(
        100% 100% at 50% 0%,
        rgba(34, 34, 35, 0.6) 0%,
        rgba(26, 26, 27, 0.6) 100%
    );
    backdrop-filter: blur(11.800000190734863px);
    border: 1px solid #272727;
    width: 100%;
    margin-top: -35px;
    margin-left: 70px;
    border-radius: 8px;
}
.option {
    padding: 10px;
}
.option:hover {
    border-radius: 8px;
    border: 1px solid #272727;
    background: radial-gradient(
        100% 100% at 50% 0%,
        rgba(34, 34, 35, 0.6) 0%,
        rgba(26, 26, 27, 0.6) 100%
    );
    backdrop-filter: blur(11.800000190734863px);
}

.splide__arrows--ltr button:disabled svg path {
    stroke: gray;
}

.splide__arrow--prev svg {
    transform: rotate(180deg);
}

.splide__arrows--ltr:hover {
    border: 1px solid #272727;
    background: radial-gradient(
        100% 100% at 50% 0%,
        rgba(34, 34, 35, 0.6) 0%,
        rgba(26, 26, 27, 0.6) 100%
    );
    backdrop-filter: blur(11.800000190734863px);
}

.splide__arrows-text {
    font-size: 24px;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .btn span {
        font-size: 16px;
        line-height: 24px;
    }
}

.img-btn {
    width: 42px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    color: #fff;
}

