:root {
  --Secondary-Black: #2e2e2e;
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select,
input {
    font-family: 'Involve', sans-serif;
}

body {
    font-family: 'Involve', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color:#2E2E2E;
    line-height: 1.3;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
}

p, ul, li {
    margin: 0;
    padding: 0;
}

button {
    font-family: 'Involve', sans-serif;

}

.btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(8px);
    max-width: 220px;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}

.btn--blue {
    border-radius: 99px;
    color: #fff;
    background: linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%);
    border:none;
}

.btn--transparent {
    background: transparent;
    background-color: transparent;
    border: none;
    backdrop-filter: none;
}

.container {
    max-width: 1560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

img {
    width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

a {
    text-decoration: none;
    color:#4E4E4E;
}

.section {
    padding: 80px 0;
    background-color: #fff;
}
.section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.section__title-block {
}
.section__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
}
.section__title span {
    color:#214CE9;
}

@media (max-width: 1599.98px) {
    .container {
        max-width: 1310px;
    }
}

@media (max-width: 1399.98px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 784px;
    }
    .header__action {
        display: none;
    }
    .header__burger {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }
    .section__wrapper {
        gap:40px;
    }
}

@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section {
        padding: 40px 0;
    }
    .section__wrapper {
        gap:20px;
    }
    .section__title {
        font-size: 28px;
    }
}

@media (max-width: 478.98px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 419.98px) {

}

/* MODAL START */

.feedback__form-agree .checkbox-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
}
label.feedback__form-label,
.feedback__form-label a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.feedback__form-label {
    display: block;
}

.modal-window .feedback__form-thanks-title,
.modal-window .feedback__form-thanks-message {
    color: #2f2f2f;
}
.mobile-form__content .feedback__form-thanks-title,
.mobile-form__content .feedback__form-thanks-message {
    color: #2f2f2f;
}


.gslide-media {
    border-radius: 40px;
    background: #FFF;
    padding: 40px;
}
.modal-title {
    color: #2E2E2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px;
}
.call__form {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.call__form .btn--submit {
    width: 100%;
    max-width: unset;
}
.call__form .feedback__form-label,
.call__form .feedback__form-label a {
    color: rgba(46, 46, 46, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.call__form .feedback__form-label a{
    text-decoration: underline;
}
.checkbox-wrapper input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% - 2px);
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}
#glightbox-body.modalForm .gbtn{
    display: none;
}
.goverlay {
    background: rgba(0, 0, 0, 0.70)!important;
}
.glightbox-clean .gclose {
    width: 64px!important;
    height: 64px!important;
    border-radius: 50%!important;
    background: rgba(111, 111, 113, 1)!important;
    top:40px!important;
    right: 40px!important;
    backdrop-filter: blur(6px)!important;
}
.glightbox-clean .gclose svg {
    width: 24px!important;
}
.mobile-modal-header {
    display: none;
}
.checkbox-wrapper input.novalid:not(:checked) + label::before {
    background: rgba(255, 71, 74, 0.30) !important;
}


@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .glightbox-clean .gslide-media {
        border-radius: unset;
        margin:0;
        padding: 0;
        max-height: 100vh;
    }
    .gslide-inline .ginlined-content {
        padding: 0;
        position: relative;
    }
    .goverlay {
        opacity: 0;
    }
    .glightbox-container .gslide.current {
        height: 100%;
    }
    .glightbox-container .gslide-inner-content {
        height: 100%;
    }
    .glightbox-container .ginner-container {
        height: 100%;
    }
    .gslide-inline {
        max-height: 100vh!important;
    }
    .mobile-modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(46, 46, 46, 0.10);
        padding: 16px 40px;
    }
    .modal-window {
        max-width: 520px;
        margin:0 auto;
    }
    .modal-title {
        text-align: center;
        margin-bottom: 0;
    }
    .modal-window .call__form {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 420px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .glightbox-clean .gclose.gbtn {
        width: 32px!important;
        height: 32px!important;
        padding: 4px!important;
        background: transparent!important;
        border-radius: 0!important;
        top: 20px !important;
        transition: ease-in 0.3s 1s;
    }
    .glightbox-clean .gclose path {
        fill:#2E2E2E;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* MODAL END */

/* FORM START */

.mobile-form {
    display: none;
    margin-top: 0;
    margin-bottom:0;
    padding: 0;
}
.mobile-form .section__title {
    font-size: 24px;
}
.mobile-form .section__title-block {
    margin-bottom: 24px;
}
.mobile-form__wrapper {
}
.mobile-form__content {
}
.form {
    display: flex;
    flex-direction: column;
    gap:8px;
}
.input-form {
    width: 100%;
    border:none;
    border-radius: 16px;
    background: rgba(46, 46, 46, 0.05);
    color: rgba(46, 46, 46, 0.50);
    font-family: 'Involve';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding: 16px;
}
.btn--submit {
}
.mobile-form__form .checkbox-wrapper {
    justify-content: flex-start;
}
.mobile-form__description {
    color: rgba(46, 46, 46, 0.50);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0 0;
}
.mobile-form__description a {
    text-decoration: underline;
}
/* Скрываем стандартный чекбокс */
.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Стиль кастомного чекбокса */
.checkbox-wrapper label {
    position: relative;
    padding-left: 32px; /* отступ под иконку */
    cursor: pointer;
    font-size: 14px;
    color: #333;
    user-select: none;
}

/* Создаём квадрат */
.checkbox-wrapper label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    transition: background 0.3s ease;
}
.feedback__form .checkbox-wrapper label::before {
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.feedback__form-agree {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


/* Галочка */
.checkbox-wrapper input[type="checkbox"]:checked + label::before {
    background: #214CE9;
}

.checkbox-wrapper input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% - 2px);
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}

/* FORM END */

/* COOKIES START */

.cookie-banner {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 800px;
    border-radius: 20px;
    border: 1px solid rgba(46, 46, 46, 0.10);
    background: #214CE9;
    padding: 16px;
    display: none; /* скрыто по умолчанию */
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

/* класс для показа баннера */
.cookie-banner--visible {
    display: flex;
}

.cookie-banner__title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
}

.cookie-banner__text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.cookie-banner__text a {
    color: #fff;
    font-style: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cookie-banner__close {
    border: none;
    cursor: pointer;
    line-height: 1;
    background: #fff;
    color: #2e2e2e;
    padding: 12px 24px;
    align-self: flex-end;
    font-size: 18px;
    min-width: unset;
    width: unset;
}

.cookie-banner__close:hover {
    color: #000;
}
.cookie-banner__close svg {
    pointer-events: none;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .cookie-banner {
        width: calc(100% - 64px);
        right: 32px;
    }
    .cookie-banner__title {
        font-size: 24px;
    }
    .cookie-banner__text {
        font-size: 16px;
    }
    .cookie-banner__close {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .cookie-banner {
        width: calc(100% - 32px);
        right: 16px;
        bottom: 16px;
    }
    .cookie-banner__title {
        font-size: 22px;
    }
    .cookie-banner__text {
        font-size: 14px;
    }
    .cookie-banner__close {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .cookie-banner {
        padding: 12px;
    }
    .cookie-banner__title {
        font-size: 16px;
    }
    .cookie-banner__text br {
        display: none;
    }
    .cookie-banner__close {
        height: auto;
    }
}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}
/* COOKIES END */

/* HEADER START */

.header {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    padding: 16px 0;
    background: transparent;
    border-bottom: 1px solid rgba(46, 46, 46, 0.10);
}
.container {
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
}
.header__logo {
    width: 200px;
    flex-shrink: 0;
}
.header__nav {
}
.header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:16px;
    list-style: none;
    flex-wrap: wrap;
}
.header__nav-item {
}
.header__nav-link {
	color: var(--Secondary-Black, #2E2E2E);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.header__action {
}
.header__action-btn {
    color: var(--Secondary-Black, #2E2E2E);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.header__burger {
    display: none;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}
.header__burger-btn {
    display: flex;
    flex-direction: column;
    gap:5px;
}
.header__burger-btn span {
    display: block;
    width: 28px;
    height: 2px;
    /* background-color: rgba(255, 255, 255, 1); */
    background-color: rgba(78, 78, 78, 0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__action-btn--mobile {
    display: none;
}


@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .header__burger {
        display: block;
    }
    .header__nav {
        display: none;
    }
    header.open-menu .header__nav {
        display: block;
        background-color: #fff;
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100vh;
        padding: 40px 20px 20px 20px;
        z-index: 9;
        /* overflow: hidden; */
        overflow-x: hidden;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    header.open-menu .header__burger-btn {
        z-index: 99;
        position: absolute;
    }
    header.open-menu .header__burger-btn span {
        background-color: rgba(78, 78, 78, 0.9);
    }
    header.open-menu .header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 754px;
        margin:0 auto;
        padding-left: 15px;
        padding-right: 15px;
        gap:16px;
    }
    header.open-menu .header__nav-item {
        padding: 20px 0;
        width: 100%;
        border-bottom: 1px solid rgba(46, 46, 46, 0.10);
    }
    .header.open-menu .header__burger-btn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .header.open-menu .header__burger-btn span:nth-child(2) {
        opacity: 0;
    }

    .header.open-menu .header__burger-btn span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .header__action--mobile {
        display: none;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .header__action--mobile .btn {
        width: 100%;
        max-width: 360px;
    }
    .header.open-menu .header__action--mobile {
        display: flex;
    }
    .header__action-btn--mobile {
        display: block;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* HEADER END */

/* HERO START */

.hero {
    height: 100vh;
    padding: 140px 0 80px;
    max-height: 823px;
    min-height: 790px;
    background:
    radial-gradient(76.43% 84.51% at 77.5% 0%, rgba(255,255,255,0) 8.8%, #fff 96.96%),
    url('../img/main_bg.jpg') 50% 40% / cover no-repeat; /* было 50% 50% */
    overflow: hidden;    
}
.hero__wrapper {
    display: flex;
    flex-direction: column;
    gap:60px;
}
.hero__content {
    display: flex;
    flex-direction: column;
    gap:24px;
}
.hero__info {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.hero__title {
    color: var(--Secondary-Black, #2E2E2E);
    font-family: Involve;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 360px;
}
.hero__title span {
    color: var(--Main-Blue, #214CE9);
}
.hero__subtitle {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
}
.hero__description {
    font-weight: 500;
    line-height: 150%; /* 24px */
    max-width: 500px;
}

.hero__slider {
    position: relative;
    padding-bottom: 50px;
}
.hero__slider-wrapper {
    
}
.swiper-pagination {
    position: absolute;
    bottom: 0!important;
    left:50%!important;
    transform: translateX(-50%);
}
.hero__slide {
    display: flex;
    gap:16px;
    border-radius: 24px;
    background: var(--secondary-black-3, rgba(46, 46, 46, 0.03));
    padding: 24px;
    height: auto;
}
.hero__slide-icon {
}
.hero__slide-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap:8px;
}
.hero__slide-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 116.667%;
}
.hero__slide-description {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-weight: 500;
    line-height: 20px; /* 125% */
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .hero {
        background-image:
            radial-gradient(76.43% 84.51% at 77.5% 0%, rgba(255, 255, 255, 0) 8.8%, #fff 96.96%),
            url("../img/main_bg.jpg");
        background-color: lightgray;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .hero {
        padding-top: 100px;
    }
    .hero__wrapper {
        gap:24px;
    }
    .hero__title {
        font-size: 28px;
    }
    .hero__title span {
        font-size: 40px;
    }
    .hero__subtitle {
        font-size: 20px;
    }
    .hero {
        max-height: 620px;
        min-height: 540px;
        height: 100%;
    }
    .hero__slider {
        padding-bottom: 40px;
    }
}

@media (max-width: 478.98px) {
    .hero {
        max-height: 660px;
    }
}

@media (max-width: 419.98px) {
    
}

/* HERO END */

/* PROBLEM START */

.problem {
    margin-top: -1px;
     background:
    linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.6)),
    url("../img/problem_bg.jpg") center / cover no-repeat;    
}
.problem__wrapper {
}
.problem__row {
    display: flex;
    gap:32px;
}
.problem__col {
    width: calc(33.33% - 21.33px);
    height: 662px;
}
.problem__list {
    display: flex;
    flex-direction: column;
    gap:12px;
}
.problem__item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Secondary-Light-gray, #F8F8F8);
}

.problem__item-list {
    padding-left: 16px;
}
.problem__item-list li,
.problem__item p {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-size: 14px;
    font-weight: 500;
    line-height: 128.571%;
}
p.problem__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    color:#2E2E2E;
}
.problem__image-wrapper {
    display: flex;
    gap:12px;
    position: relative;
    height: 100%;
}
.problem__image-text {
    color: var(--secondary-black-10, rgba(46, 46, 46, 0.10));
    font-size: 60px;
    font-weight: 700;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
    align-self: stretch;
    width: 60px;
    height: 60px;
    display: block;
}
.problem__image-text--left {
    transform: rotate(-90deg);
    position: absolute;
    left:0;
    bottom: 0;
}
.problem__image-text--right {
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 0;
}
.problem__image-img {
    width: 100%;
    margin-left: 68px;
    margin-right: 68px;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    overflow: hidden;
}
.problem__image-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.problem__image-info {
    position: absolute;
    bottom: 20px;
    left:50%;
    transform: translateX(-50%);
    color: var(--Secondary-White, #FFF);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
}
.problem__image-img--desktop {
    display: flex;
}
.problem__image-img--mobile {
    display: none;
}
.problem__col-title {
    display: none;
}

@media (max-width: 1599.98px) {
    
}

@media (max-width: 1399.98px) {
    .problem__row {
        gap: 16px;
    }
    .problem__col {
        width: calc(40% - 21.67px);
    }
    .problem__col:first-of-type,
    .problem__col:last-of-type {
        width: calc(30% - 21.67px);
    }
}

@media (max-width: 1199.98px) {
    .problem__row {
        flex-direction: column;
    }
    .problem__col,
    .problem__col:first-of-type,
    .problem__col:last-of-type {
        width: 100%;
        height: auto;
    }
    .problem__image-img--desktop {
        display: none;
    }
    .problem__image-img--mobile {
        display: flex;
    }
    .problem__image-text--left,
    .problem__image-text--right {
        transform: unset;
    }
    .problem__image-text--left {
        bottom: unset;
        top: 0;
        width: 100%;
        text-align: left;
    }
    .problem__image-text--right {
        top: unset;
        bottom: 0;
        right: 0;
        width: 100%;
        text-align: right;
    }
    .problem__image-img {
        margin:64px 0;
    }
    .problem__image-info {
        width: 100%;
        bottom: 16px;
    }
    .problem__list {
        gap:12px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .problem__item {
        width: calc(50% - 6px);
    }
}

@media (max-width: 991.98px) {
    .problem__image-text {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .problem__list {
        flex-direction: column;
    }
    .problem__item {
        width: 100%;
    }
    .problem__image-text {
        display: none;
    }
    .problem__col-title {
        display: block;
        color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
        font-size: 28px;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .problem__image-img--mobile {
        height: 380px;
    }
    .problem__col {
        order: 1;
    }
    .problem__col:first-of-type {
        order: 2;
    }
    .problem__col:last-of-type {
        order:3
    }
    .problem__image-img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .problem__row {
        gap:60px;
    }
}

@media (max-width: 575.98px) {
    .problem__image-img--mobile {
        height: 280px;
    }
    .problem__image-info {
        font-size: 28px;
        padding: 0 20px;
    }

}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* PROBLEM END */


/* ABOUT START */

.about {
    background: var(--Secondary-Light-gray, #F8F8F8);
}
.section__wrapper {
}
.about__wrapper {
    display: flex;
    flex-direction: column;
    gap:60px;
}

.section__content {
}
.about__content {
}
.about__list {
    display: flex;
    gap:16px;
    flex-wrap: wrap;
}
.about__item {
    border-radius: 24px;
    padding: 24px;
}
.about__item--white {
    background: var(--Secondary-White, #FFF);
}
.about__item--gray {
    background: var(--secondary-black-3, rgba(46, 46, 46, 0.03));
}
.about__item--blue {
    background: var(--Main-Grad, linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%));
}
.about__item--dark {
    background: var(--Secondary-Black, #2E2E2E);
}
.about__item--big {
    width: calc(66.66% - 8px);
}
.about__item--small {
    width: calc(33.33% - 8px);
    border-radius: 32px;
}
.about__item-row {
    display: flex;
}
.about__item-col {
    width: 50%;
}
.about__item-col:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap:12px;
}
.about__item-col:last-of-type {
    background-image: url('../img/about_item_bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 234px;    
}

.about__item-ellipse {
    border-radius: 99px;
    border: 1px solid var(--Secondary-White, #FFF);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    width: 300px;
    height: 120px;
    max-width: 300px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.about__item-ellipse-kernel {
    color: var(--Main-Blue, #214CE9);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.about__item-ellipse-text {
    color: var(--Secondary-Black, #2E2E2E);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 142.857%;
}

.about__item--white .about__item-title {
    color: var(--Secondary-Black, #2E2E2E);
    font-size: 36px;
    font-weight: 600;
    line-height: 122.222%;
}

.about__item--white .about__item-description {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-size: 14px;
    font-weight: 500;
    line-height: 128.571%;
}

.about__item--white .about__item-number {
    color: var(--Main-Blue, #214CE9);
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
}

.about__item--small {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__item--small .about__item-title {
    color: var(--Secondary-Black, #2E2E2E);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.about__item-list  {
    padding-left: 24px;
}
.about__item-list li{
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-size: 16px;
    font-weight: 500;
    line-height: 112.5%;
    margin-bottom: 2px;
}

.about__item--blue {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap:8px;
}

.about__item--blue .about__item-title {
    color: var(--Secondary-White, #FFF);
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    margin-top: 32px;
}

.about__item--blue .about__item-description {
    color: var(--Secondary-White, #FFF);
    font-size: 24px;
    font-weight: 500;
    line-height: 116.667%;
}
.about__item-operation-list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap:8px;
}
.about__item-operation-item {
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    border-radius: 99px;
    border: 1px solid var(--Secondary-White, #FFF);
    color: var(--Secondary-White, #FFF);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
}
.about__item-operation-item svg {
    flex-shrink: 0;
}

.about__item--dark {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap:24px;
}

.about__item-info {
    display: flex;
    flex-direction: column;
    gap:12px;
}

.about__item--dark .about__item-title {
    color: var(--Secondary-White, #FFF);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.about__item--dark .about__item-description {
    color: var(--Main-Light-blue, #8FA5F3);
    font-size: 18px;
    font-weight: 400;
    line-height: 122.222%;
}




@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .about__item--white {
        order: 1;
    }

    .about__item--gray {
        order: 4;
    }

    .about__item--blue {
        order: 2;
    }

    .about__item--dark {
        order: 3;
    }
    .about__item--big {
        width: 100%;
    }
    .about__item--small {
        width: calc(50% - 8px);
    }
    .about__item--blue .about__item-title {
        font-size: 52px;
        margin-top: 0;
    }
    .about__item--blue .about__item-description {
        font-size: 20px;
    }
    .about__item-col:first-of-type {
        justify-content: center;
    }
    .about__item--white .about__item-number {
        font-size: 28px;
    }
    .about__item-col:last-of-type {
        margin-top: -24px;
        margin-bottom: -24px;
    }
    .about__item-operation-item {
        font-size: 14px;
        font-weight: 400;
        line-height: 128.571%;
    }
}

@media (max-width: 767.98px) {
    .about__item {
        width: 100%;
    }
    .about__item-row {
        flex-direction: column;
        gap:12px;
    }
    .about__item-title {
        text-align: center;
    }
    .about__item-col {
        width: 100%;
    }
    .about__item-col:first-of-type {
        align-items: center;
    }
    .about__item--small .about__item-title {
        text-align: left;
    }
    .about__item-col:last-of-type {
        margin: 0;
    }
    .about__item--gray {
        gap:32px;
    }
}

@media (max-width: 575.98px) {
    .about__item-col:first-of-type {
        gap:4px;
    }
    .about__item--white .about__item-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .about__item--white .about__item-description {
        line-height: 125%;
        text-align: center;
    }
    .about__item--white {
        padding: 16px;
    }
    .about__item-col:last-of-type {
        margin-bottom: -16px;
    }
    .about__item-ellipse-text {
        font-size: 16px;
    }
    .about__item--blue .about__item-title {
        font-size: 40px;
    }
    .about__item--blue .about__item-description {
        font-size: 16px;
    }
    .about__item-operation-list {
        margin-top: 0;
    }
    .about__item-operation-item {
        font-size: 16px;
    }
    .about__item--dark .about__item-operation-item {
        font-size: 14px;
    }
    .about__item--dark {
        gap:32px;
    }
}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* ABOUT END */


/* FEATURES START */

.features {
    background-color: #fff;
    overflow: hidden;
}
.features__wrapper {
    
}
.features__content {
    position: relative;
}
.features__tabs-list {
    position: absolute;
    bottom: 20px;
    left:20px;
    z-index: 2;
    display: flex;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid var(--secondary-black-10, rgba(46, 46, 46, 0.10));
    background: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    backdrop-filter: blur(6px);
    z-index: 3;
}

.features__tabs-item {
    border-radius: 24px;
    color: var(--Secondary-White, #FFF);
    font-size: 14px;
    font-weight: 400;
    line-height: 114.286%;
}
.features__tabs-item--active {
    background: var(--Main-Grad, linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%));
}
.features__row {
    display: flex;
    gap:16px;
}
.features__tab-content {
    height: 480px;
    opacity: 0;
    transform: translateY(0);
    pointer-events: none;
    /* transition: opacity .5s ease, transform .5s ease; */
    position: absolute;
    inset: 0;
}
.features__tab-content.is-active{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: absolute;      /* активная панель участвует в потоке */
    inset: auto;
    display:flex;
}
.features__col {
}
.features__col-image {
    height: 100%;
    width: calc(46% - 8px);
}
.features__col-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    will-change: opacity;
}
.features__col-content {
    width: calc(54% - 8px);
}
.features__list {
    display: flex;
    gap:16px;
    flex-wrap: wrap;
    height: 100%;
}
.features__item {
    border-radius: 24px;
    background: var(--Secondary-Light-gray, #F8F8F8);
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.features__item--small {
    width: calc(50% - 8px);
}
.features__item--big {
    width: 100%;
}
.features__item-icon {
}
.features__item-content {
    display: flex;
    flex-direction: column;
    gap:12px;
    width: 100%;
}
.features__item-title {
    color: var(--Secondary-Black, #2E2E2E);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}
.features__item-description {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-size: 14px;
    font-weight: 500;
    line-height: 128.571%;
}

.features__item--blue {
    background: var(--Main-Grad, linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%));
    display: flex;
    justify-content: center;
    align-items: center;
}

.features__content{
  position: relative;
  min-height: 480px; /* чтобы блок не схлопывался, пока панели absolute */
}

.features__tab-content{
  position: absolute;
  inset: 0;
  display: flex;
  pointer-events: none;

  opacity: 0;           /* просто скрываем */
  transition: none;     /* важно: без плавного fade */
  z-index: 0;
}

.features__tab-content.is-active{
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}


/* по умолчанию элементы скрыты и смещены (для НЕактивных панелей) */
.features__tab-content:not(.is-active) .features__item{
  transform: translateX(180px);
  opacity: 0;
}

/* активная панель: элементы на месте */
.features__tab-content.is-active .features__item{
  transform: translateX(0);
  opacity: 1;
  transition: transform .6s ease, opacity .6s ease;
  will-change: transform, opacity;
}

/* вход: стартовое положение (справа), потом JS снимет is-entering -> поедет */
.features__tab-content.is-active.is-entering .features__item{
  transform: translateX(180px);
  opacity: 0;
}

/* выход: уезжает вправо + пропадает */
.features__tab-content.is-leaving .features__item{
  transform: translateX(180px);
  z-index: 1;
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
}
.features__tab-content.is-active:not(.is-entering) .features__col-image img{
  opacity: 1;
}

.features__tab-content.is-leaving .features__col-image img{
  opacity: 0;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .features__item--blue svg {
        max-width: 400px;
    }
}

@media (max-width: 991.98px) {
    .features__content {
        height: 800px;
    }
    .features__row {
        flex-direction: column;
    }
    .features__col-image {
        width: 100%;
    }
    .features__col-content {
        width: 100%;
    }
    .features__col-image {
        height: 480px;
        flex-shrink: 0;
    }
    .features__tabs-list {
        left:50%;
        transform: translateX(-50%);
        flex-direction: row;
        top:410px;
        bottom: unset;
    }
    .features__tab-content {
        height: auto;
    }
    .features__list {
        height: 360px;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .features__tab-content {

    }
    .features__col-image {
        height: 400px;
    }
    .features__tabs-list {
        flex-direction: column;
        top:230px;
    }
    .features__item--blue svg {
        max-width: 360px;
    }
    .features__list {
        height: 480px;
    }
    .features__item {
        gap:0;
    }
    .features__item--small {
        width: 100%;
    }
    .features__content {
        height: 880px;
    }
}

@media (max-width: 478.98px) {
    .features__tabs-list {
        width: calc(100% - 16px);
        top:154px;
    }
    .features__col-image {
        height: 320px;
    }
    .features__item--blue svg {
        max-width: 280px;
    }
    .features__item-icon {
        height: 16px;
    }
    .features__item-title {
        padding-right: 36px;
    }
    .features__content {
        height: 800px;
    }
}

@media (max-width: 419.98px) {
    .features__tabs-item {
        width: 100%;
        max-width: unset;
    }
    .features__col-image {
        height: 280px;
    }
    .features__tabs-list {
        top:112px;
    }
    .features__content {
        height: 740px;
    }
    
}

/* FEATURES END */

/* STATS START */


.stats {
    background-color: #fff;;
}
.stats__wrapper {
}
.stats__content {
}
.stats__row {
    display: flex;
    gap:48px;
    justify-content: space-between;
}
.stats__left {
    width: calc(50% - 284px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
}
.stats__card {
    display: flex;
    min-width: 216px;
    max-width: 300px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Secondary-Light-gray, #F8F8F8);
    backdrop-filter: blur(10px);
}
.stats__card-title {
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}
.stats__card-time {
    width: 100%;
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    text-align: right;
    font-family: Involve;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
}
.stats__card-time span{
    font-size: 60px;
}
.stats__card-pacient {
    width: 100%;
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

.stats__center {
    position: relative;
    background-image: url('../img/stats_image-circle.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 472px;
    height: 472px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
}


.stats__center-content {
}
.stats__center-title {
    color: var(--Secondary-White, #FFF);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}
.stats__center-list {
    padding-left: 140px;
    color: var(--Secondary-White, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 112.5%;
}
.stats__center-item {
    margin-bottom: 20px;
}
.stats__center-image {
    width: 280px;
    height: 340px;
    position: absolute;
    left:-95px;
    bottom: -25px;
}

.stats__right {
    width: calc(50% - 284px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.stats__right-content {
    margin-left: -24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap:12px;
}
.stats__right-title {
    color: var(--Main-Blue, #214CE9);
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
}
.stats__right-description {
    color: var(--Main-Light-blue, #8FA5F3);
    font-size: 24px;
    font-weight: 500;
    line-height: 116.667%;
}


@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .stats__row {
        gap:24px;
    }
    .stats__center {
        width: 400px;
        height: 400px;
    }
    .stats__right,
    .stats__left {
        width: calc(50% - 224px);
    }
    .stats__center-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .stats__center-item {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .stats__center-image {
        width: 220px;
        height: 267px;
        position: absolute;
        left: -53px;
        bottom: -34px;
    }
    .stats__center-list {
        padding-left: 100px;
    }
    .stats__card-title {
        font-size: 16px;
    }
    .stats__card-time {
        font-size: 28px;
    }
    .stats__card-time span {
        font-size: 50px;
    }
    .stats__card-pacient {
        font-size: 18px;
    }
    .stats__right-title {
        font-size: 50px;
    }
    .stats__right-description {
        font-size: 20px;
    }
    .stats__right-content {
        margin-left: -12px;
    }
}

@media (max-width: 991.98px) {
    .stats__row {
        flex-wrap: wrap;
    }
    .stats__left {
        width: 40%;
        justify-content: flex-start;
    }
    .stats__right {
        width: 100%;
        align-items: flex-end;
    }
    .stats__right-content {
        margin-left: 0;
        max-width: 300px;
        text-align: right;
    }
    .stats__right-title {
        width: 100%;
        font-size: 60px;
    }
    .stats__right-description {
        font-size: 24px;
    }
    .stats__center-image {
        width: 321px;
        height: 390px;
        aspect-ratio: 107/130;
        left: -187px;
        bottom: -127px;
    }
    .stats__card-title {
        font-size: 20px;
    }
    .stats__card-time {
        font-size: 32px;
    }
    .stats__card-time span {
        font-size: 60px;
    }
    .stats__card-pacient {
        font-size: 20px;
    }
    .stats__center {
        margin-top: 40px;
        background-image: url('../img/stats_image-circle-bottom.png');
    }
    
}

@media (max-width: 767.98px) {
    .stats__row {
        flex-direction: column;
        gap:20px;
        align-items: center;
    }
    .stats__left {
        width: 100%;
    }
    .stats__card {
        max-width: unset;
    }
    .stats__card-title,
    .stats__card-time,
    .stats__card-pacient {
        text-align: left;
    }
    .stats__center {
        margin-top: 0;
        width: 472px;
        height: 472px;
    }
    .stats__center-image {
        left: -130px;
        bottom: -75px;
    }
    .stats__center-title {
        margin-bottom: 12px;
    }
    .stats__center-item {
        font-size: 16px;
    }
    .stats__center-list {
        padding-left: 130px;
    }
}

@media (max-width: 575.98px) {
    .stats {
        overflow-x: hidden;
    }
    .stats__row {
        position: relative;
        gap:540px;
    }
    .stats__center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-top: 20px;
    }
}

@media (max-width: 478.98px) {
    .stats__row {
        gap:500px;
    }
    .stats__right {
        align-items: center;
    }
    .stats__right-content {
        width: 100%;
        text-align: center;
    }
    .stats__right-title {
        width: 100%;
    }
    .stats__right-description {
        width: 100%;
    }

}

@media (max-width: 419.98px) {
    
}


/* STATS END */

/* BENEFITS START */

.benefits {
}
.benefits__wrapper {
}
.benefits__content {
    display: flex;
    gap:16px;
}
.benefits__col-info {
    width: calc(54% - 8px);
}
.benefits__list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    height: 100%;
}
.benefits__item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Secondary-Light-gray, #F8F8F8);
}
.benefits__item--small {
    width: calc(50% - 8px);
}
.benefits__item-icon {
}
.benefits__item-content {
    display: flex;
    flex-direction: column;
    gap:12px;
    width: 100%;
}
.benefits__item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.286%;
}
.benefits__item-description {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-size: 16px;
    font-weight: 500;
    line-height: 112.5%;
}
.benefits__item--big {
    width: 100%;
}
.benefits__item-info {
    display: flex;
    gap:12px;
}
.benefits__item-info-card {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    border: 1px solid var(--secondary-black-50, rgba(46, 46, 46, 0.50));
}
.benefits__item-info-card p {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
}
.benefits__item-info-card {
    width: calc(25% - 8px);
}
.benefits__item-info-card:first-of-type {
    width: calc(50% - 8px);
}
.benefits__col-image {
    width: calc(46% - 8px);
    position: relative;
}
.benefits__image {
    
}
.benefits__image img {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}
.benefits__image-info {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 20px;
    border-radius: 24px;
    background: var(--secondary-black-10, rgba(46, 46, 46, 0.10));
    backdrop-filter: blur(14px);
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.benefits__image-text {
    color: var(--Secondary-White, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.benefits__image-btn {
    padding: 12px 20px;
    border-radius: 12px;
    background: var(--Main-Grad, linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%));
    border: none;
    color: var(--Secondary-White, #FFF);
    font-size: 28px;
    font-weight: 600;
    line-height: 142.857%;
}
.benefits__image-btn br {
    display: none;
}


@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .benefits__content {
        flex-direction: column;
    }
    .benefits__col-info,
    .benefits__col-image {
        width: 100%;
    }
    .benefits__image {
        height: 500px;
    }
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    .benefits__item {
        gap:12px;
        width: 100%;
    }
    .benefits__item-title {
        font-size: 20px;
    }
    .benefits__item-info {
        flex-wrap: wrap;
    }
    .benefits__item-info-card {
        width: calc(50% - 8px);
    }
    .benefits__item-info-card:first-of-type {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .benefits__image-info {
        width: calc(100% - 24px);
        left:12px;
        bottom: 12px;
        align-items: center;
        background: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
        backdrop-filter: blur(14px);
    }
    .benefits__image-text {
        text-align: center;
    }
    .benefits__image-btn {
        text-align: center;
    }
}

@media (max-width: 478.98px) {
    .benefits__image-btn {
        font-size: 20px;
    }
    .benefits__image-btn span {
        font-size: 40px;
    }
    .benefits__image-btn br {
        display: block;
    }
}

@media (max-width: 419.98px) {
    
}

/* BENEFITS END */

/* SOLUTIONS START */

.solutions {
}
.solutions__wrapper {
}
.solutions__content {
}
.solutions__list {
    display: flex;
    gap:16px;
    flex-wrap: wrap;
}
.solutions__item {
    width: calc(50% - 8px);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: var(--secondary-black-3, rgba(46, 46, 46, 0.03));
    justify-content: space-between;
}
.solutions__item-number {
    color: var(--secondary-black-10, rgba(46, 46, 46, 0.10));
    font-size: 80px;
    font-weight: 600;
    line-height: 130%;
}
.solutions__item-content {
    display: flex;
    flex-direction: column;
    gap:8px;
}
.solutions__item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
}
.solutions__item-description {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.solutions__item-description ul{
    list-style: none;
    margin-top: 16px;
}
.solutions__item-description ul li{
    display: flex;
    align-items: flex-start;
    gap:12px;
    margin-bottom: 16px;
}
.solutions__item-description ul li:last-of-type{
    margin-bottom: 0;
}
.solutions__item-description ul li svg{
    flex-shrink: 0;
}
.solutions__item--image {
    padding: 0;
    overflow: hidden;
}
.solutions__item--image img {
    height: 100%;
    object-fit: cover;
}
.solutions__item--blue {
    background: var(--Main-Grad, linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%));
}
.solutions__item--blue .solutions__item-number {
    color: var(--Secondary-White, #FFF);
    font-size: 80px;
    font-weight: 600;
    line-height: 130%;
    opacity: 0.3;
}
.solutions__item--blue .solutions__item-title {
    color: #fff;
}
.solutions__item--blue .solutions__item-description ul li{
    color: #fff;
}


@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    .solutions__list {
        flex-direction: column;
    }
    .solutions__item {
        width: 100%;
        order: 1;
    }
    .solutions__item--image {
        order: 2;
    }
}

@media (max-width: 575.98px) {
    .solutions__item {
        gap:0;
    }
    .solutions__item-number {
        align-self: flex-end;
    }
    .solutions__item-number {
        margin-bottom: -60px;
    }
    .solutions__item-title {
        padding-right: 100px;
    }
}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* SOLUTIONS END */

/* OVERVIEW START*/

.overview {
    background-color: #fff;
}
.overview__wrapper {
}
.overview__content {
}
.overview__row {
    display: flex;
    gap:16px;
}
.overview__col-content {
    width: calc(54% - 8px);
}
.overview__list {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.overview__item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--Secondary-Light-gray, #F8F8F8);
}
.overview__item-icon {
}
.overview__item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.overview__item-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 114.286%;
}
.overview__item-description {
    color: var(--secondary-black-50, rgba(46, 46, 46, 0.50));
    font-size: 16px;
    font-weight: 500;
    line-height: 112.5%;
}
.overview__item-description ul {
    padding-left: 20px;
}

.overview__col-image {
    width: calc(46% - 8px);
    display: flex;

    flex-direction: row;
    gap:16px;
}
.overview__image {
    width: calc(36% - 8px);
}
.overview__image img {
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.overview__info {
    width: calc(64% - 8px);
    border-radius: 24px;
background: var(--Main-Grad, linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%));
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}
.overview__info-icon {
}
.overview__info-content {
    display: flex;
    flex-direction: column;
    gap:24px;
}
.overview__info-title {
    color: var(--Secondary-White, #FFF);
    font-size: 28px;
    font-weight: 600;
    line-height: 85.714%;
}
.overview__info-description {
    color: var(--Secondary-White, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
}
.overview__info-description ul {
    list-style-type: none;
}
.overview__info-description ul li{
    display: flex;
    flex-direction: row;
    gap:12px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.overview__info-description ul li:last-of-type {
    margin-bottom: 0;
}
.overview__info-description ul li svg {
    flex-shrink: 0;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .overview__row {
        flex-direction: column;
    }
    .overview__col-image,
    .overview__col-content {
        width: 100%;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .overview__col-image {
        flex-direction: column;
    }
    .overview__image {
        width: 100%;
    }
    .overview__info {
        width: 100%;
    }
    .overview__image {
        height: 460px;
    }
}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    .overview__item-content {
        margin-top: -20px;
    }
    .overview__item-title {
        padding-right: 48px;
    }
    .overview__image {
        height: 380px;
    }
    .overview__info-content {
        margin-top: -4px;
    }
}

/* OVERVIEW END*/

/* EVOLUTION START */
.evolution {
}
.evolution__wrapper {
}
.evolution__content {
}
.evolution__row {
    display: flex;
    gap:100px;
}
.evolution__col {
    width: calc(50% - 50px);
    padding-top: 140px;
    padding-bottom: 100px;
    position: relative;
}
.evolution__col--year {
    position: relative;
}
.evolution__year {
    font-size: 200px;
    font-weight: 600;
    line-height: 100%;
    text-align: right;
    position: relative;
    z-index: 1;
    display: flex;
    gap:16px;
    justify-content: flex-end;
}
.evolution__year span#year-active {
    color: #214CE9;
}

.evolution__circle{
  position: absolute;
  top: 20px;
  right: -60px;
  z-index: 0;

  width: 480px;
  height: 480px;
  pointer-events: none; /* если круг декоративный */
}

.evo-ring{
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

/* тонкая окружность */
.evo-ring__track{
  fill: none;
  stroke: #eef1f7;
  stroke-width: 1;
}

/* толстая дуга */
.evo-ring__arc{
  fill: none;
  stroke: #6f86ff;
  stroke-width: 2;
  stroke-linecap: round;      /* закруглённые края */
  transform: rotate(-90deg);  /* старт сверху */
  transform-origin: 50% 50%;
}
.evo-ring__arc{
  stroke-width: 2; /* тоньше */
}

.evo-ring { width:100%; height:100%; display:block; }
.evo-ring__track { fill:none; stroke:#eef1f7; stroke-width:1; }
.evo-ring__arc   { fill:none; stroke:#6f86ff; }
.evo-ring__arc { transition: stroke-dasharray .35s ease, opacity .2s ease; }


.evolution__card-wrapper {
    position: relative;
    min-height: 260px;
}

.evolution__card-wrapper{
  position: relative;
}

/* карточки */
.evolution__card{
  border-radius: 24px;
  background: rgba(46, 46, 46, 0.03);
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* ВАЖНО: без inset:0; и без bottom:0; */

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .35s ease, visibility 0s linear .35s;
  will-change: opacity;
}

.step1 .evolution__card--step1,
.step2 .evolution__card--step2,
.step3 .evolution__card--step3{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .35s ease, visibility 0s;
  z-index: 1;
}

/* на всякий */
@media (prefers-reduced-motion: reduce){
  .evolution__card{ transition: none; }
}

.evolution__card-year {
    color: rgba(46, 46, 46, 0.50);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
.evolution__card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
}
.evolution__card-title ul{
    padding-left: 40px;
}
.evolution__mobile {
    display: none;
}

.evolution{
    position: relative;
    /* создаём “длину” секции, пока она pinned */
    min-height: 724px;
}

.evolution__pin{
    position: sticky;
    top: 50%;
    /* transform: translateY(-50%); */
}



@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .evolution__row {
        gap:60px;
    }
    .evolution__col {
        width: calc(50% - 30px);
    }
}

@media (max-width: 991.98px) {
    .evolution__col--year,
    .evolution__col--cards {
        display: none;
    }
    .evolution__col--year-mobile {
        display: flex;
    }
    .evolution__mobile {
        display: flex;
        flex-direction: column;

    }
    .evolution__card--mobile {
        display: flex;
        position: relative;
        visibility: visible;
        opacity: 1;
    }
    .evolution__mobile-item {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        gap:40px;
    }
    .evolution__mobile-year {
        font-size: 60px;
        font-weight: 600;
        line-height: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 4px;
    }
    .evolution__mobile-year span {

    }
    .evolution__mobile-year span.blue {
        color:#214CE9;
    }
    .evolution__mobile-item .evolution__card-title {
        font-size: 20px;
    }
    .evolution__mobile-card {
        margin: 20px 0;
        width: 100%;
    }
    .evolution__mobile-line {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        position: relative;
    }
    .evolution__mobile-line-top {
        width: 1px;
        background: rgba(46, 46, 46, 0.10);
        height: 100%;
    }
    .evolution__mobile-line-circle {
        display: flex;
        width: 16px;
        height: 16px;
        padding: 4px;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        background: var(--Main-Light-blue, #8FA5F3);
    }
    .evolution__mobile-line-bottom {
        width: 1px;
        background: rgba(46, 46, 46, 0.10);
        height: 100%;
    }
    .evolution__mobile-item:first-of-type .evolution__mobile-line-top {
        background: linear-gradient(90deg, rgba(148, 148, 148, 0.00) 0%, rgba(46, 46, 46, 0.10) 27.87%);
    }
    .evolution__mobile-item:last-of-type .evolution__mobile-line-bottom {
        background: linear-gradient(90deg, rgba(46, 46, 46, 0.10) 42.79%, rgba(148, 148, 148, 0.00) 100%);
    }
    .evolution__mobile-item .evolution__card-title ul {
        padding-left: 30px;
    }
    .evolution{
        min-height: unset; /* можно 180–300vh подобрать */
    }

    .evolution__pin{
        position: unset;
    }

}

@media (max-width: 767.98px) {
    .evolution__mobile-item {
        gap:20px;
    }
    .evolution__mobile-year {
        font-size: 36px;
    }
    .evolution__card-title {
        font-size: 18px;
    }
    
}

@media (max-width: 575.98px) {
    .evolution__card--mobile {
        border-radius: 12px;
        padding: 12px;
    }
    .evolution__mobile-item {
        gap:16px;
    }
    .evolution__mobile-year {
        font-size: 28px;
    }
    .evolution__mobile-item .evolution__card-title {
        font-size: 16px;
    }
}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}
/* EVOLUTION END */

/* RESULT START */
.result {
}
.result__wrapper {
    display: flex;
    flex-direction: column;
    gap:44px;
}
.result__title {
    leading-trim: both;
    text-edge: cap;
    font-size: 96px;
    font-weight: 700;
    line-height: 104.167%;
    text-transform: uppercase;
    
}
.result__title--top,
.result__title--bottom {
    transition: color 0.1s ease-in-out;
    color: var(--secondary-black-3, rgba(46, 46, 46, 0.03));
}
.result__title--top.active {
    color: var(--Main-Light-blue, #8FA5F3);
}
.result__title--bottom {
    color: var(--secondary-black-3, rgba(46, 46, 46, 0.03));
}
.result__title--bottom.active {
    color: #5576ec;

}


.result__content {
}
.result__list {
    display: flex;
    gap:16px;
    align-items: stretch; /* важно */
}
.result__item {
    width: calc(33.33% - 10.67px);
    flex: 1 1 0;
    position: relative;

    /* чтобы работало 3D */
    perspective: 1000px;
}
.result__item-front {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
    border-radius: 24px;
    background: var(--secondary-black-3, rgba(46, 46, 46, 0.03));
    height: auto;
}
.result__item-icon {
}
.result__item-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 112.5%;
}
.result__item-back {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 28px;
    flex: 1 0 0;
    border-radius: 24px;
    background: var(--Main-Grad, linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%));
    height: auto;
}
.result__item-back .result__item-text {
    color:#fff;
}

.result__title--bottom {
    text-align: right;
}


/* ============== */

.result__item-front,
.result__item-back{
  position: absolute;
  inset: 0;

  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;

  border-radius: 24px;
  height: 100%;
  width: 100%;

  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform .5s ease;

  will-change: transform;
  overflow: hidden;
}

.result__item{
  position: relative;
  perspective: 1000px;

  /* вместо фикс. пропорции — высота от контента */
  min-height: 160px; /* подстрой */
}

.result__item-front{

  background: rgba(46, 46, 46, 0.03);
  transform: rotateY(0deg);
}

.result__item-back{
  background: linear-gradient(282deg, #214CE9 0%, #8FA5F3 100%);
  transform: rotateY(180deg);
}

@media (hover: hover) and (pointer: fine){
  .result__item:hover .result__item-front{
    transform: rotateY(-180deg);
  }
  .result__item:hover .result__item-back{
    transform: rotateY(0deg);
  }
}

.result__item:focus-within .result__item-front{
  transform: rotateY(-180deg);
}
.result__item:focus-within .result__item-back{
  transform: rotateY(0deg);
}


.result__item::before{
  content:"";
  display:block;
  padding-top: 30%; 
}

.result__item-text p{
  margin: 0;
}

@media (prefers-reduced-motion: reduce){
  .result__item-front,
  .result__item-back{
    transition: none;
  }
}

/* переворот по наведению — только там, где реально есть hover */
@media (hover: hover) and (pointer: fine){
  .result__item:hover .result__item-front{ transform: rotateY(-180deg); }
  .result__item:hover .result__item-back{  transform: rotateY(0deg); }
}

/* переворот по тапу/клавиатуре */
.result__item.is-flipped .result__item-front,
.result__item:focus-within .result__item-front{
  transform: rotateY(-180deg);
}
.result__item.is-flipped .result__item-back,
.result__item:focus-within .result__item-back{
  transform: rotateY(0deg);
}

.result__content--mobile {
    display: none;
}



@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {
    .result__item::before{
        padding-top: 47%; 
    }
}

@media (max-width: 1199.98px) {
    .result__item::before{ padding-top: 62%; }
}

@media (max-width: 991.98px) {
    .result__wrapper {
        gap:40px;
    }
    .result__title {
        font-size: 52px;
        color: #5576ec;
    }
    .result__title--bottom,
    .result__title--top {
        color: #5576ec;
    }
    .result__item::before {
        display: none;
    }
    .result__list{
        display: flex;
        flex-direction: row;  /* карточки друг под другом */
        gap: 16px;
    }
    .result__item{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .result__item-front,
    .result__item-back{
        position: relative;
        transform: none;
        backface-visibility: visible;
        transition: none;
        flex: 1 1 0;
        min-height: 210px;
        font-size: 14px;
    }

    /* чтобы текст не вылезал наружу */
    .result__item-text{
        overflow: hidden; /* или auto */
    }
    .result__item:hover .result__item-back {
        transform: none;
    }
    .result__item:hover .result__item-front {
        transform: none!important;
    }
    
}

@media (max-width: 767.98px) {
    .result__list {
        flex-direction: column;
        gap:16px;
    }
    .result__item {
        width: 100%;
        height: auto;
        min-height: unset;
        gap:0;
    }
    .result__item-front,
    .result__item-back {
        height: auto;
        min-height: unset;
        flex:unset;
        gap:12px;
    }
    .result__item-back {
        display: none;
    }
    .result__content--mobile {
        display: block;
    }
    .result__content--mobile .result__item-back {
        display: flex;
    }
    .result__title {
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .result__wrapper {
        gap:28px;
    }
    .result__title {
        font-size: 28px;
    }
    .result__title--bottom {
        margin-top: 12px;
        margin-bottom: -12px;
    }
}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* RESULT END */


/* FEEDBACK START */

.feedback {
    /* background-color: #191919; */    
    background: linear-gradient(0deg, rgba(25, 25, 25, 0.95) 0%, rgba(25, 25, 25, 0.95) 100%), url('../img/feedback_bg.jpg') center center / cover no-repeat;
}
.feedback--kyc {
    background: #191919;
}
.feedback--kyc .section__title-block {
    margin-bottom: 0;
}
.feedback__content .feedback__description--gray{
    margin-bottom: 40px;
}
.feedback__wrapper {
    display: flex;
    justify-content: space-between;
    gap:30px;
}
.feedback__content {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feedback__title {
    color: #FFF;
    margin-bottom: 16px;
}
.feedback__description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
}
.feedback__description--gray {
    color: rgba(255, 255, 255, 0.50);
}
.feedback__form .text-message{
    color:#fff;
}
.feedback--white .text-message {
    color:#2E2E2E;
}
.feedback__form-block {
    width: calc(50% - 15px);
}
.feedback__form-wrapper {
    max-width: 500px;
}
.feedback--kyc .feedback__form-wrapper {
    max-width: 580px;
}
.feedback__form {
    display: flex;
    flex-direction: column;
    gap:16px;

}
.feedback__form .input-form {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.feedback__form .input-form:first-of-type {
    margin-top: 0;
}
.feedback__form .input-form::placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.input-form:active,
.input-form:hover,
.input-form:focus {
    border:none;
    outline: none;
}
.feedback__form .input-form:active,
.feedback__form .input-form:hover,
.feedback__form .input-form:focus {
    background: rgba(255, 255, 255, 0.50);
    color: #FFF;
    border:none;
    outline: none;
}
.input-form.novalid {
    background: rgba(255, 71, 74, 0.30)!important;
}
.feedback__form-thanks {
    display: flex;
    flex-direction: column;
    gap:4px;
    align-items: center;
    padding: 80px 0;
}
.feedback__form-thanks-image {
    margin-bottom: 12px;
    text-align: center;
}
.feedback__form-thanks-title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}
.feedback__form-thanks-message {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.modal-window .feedback__form-thanks-title,
.modal-window .feedback__form-thanks-message {
    color: #2f2f2f;
}
.mobile-form__content .feedback__form-thanks-title,
.mobile-form__content .feedback__form-thanks-message {
    color: #2f2f2f;
}

.btn {
}
.feedback__form .btn--submit {
    margin-top: 20px;
    margin-bottom: 17px;
    margin-bottom: 0;
    max-width: unset;
    width: 100%;
}
.feedback__form .btn--submit:disabled {
    opacity: 0.5;
}

.checkbox-wrapper {
    width: 100%;
    display: flex;
    gap:7px;
    justify-content: center;
}
.feedback__form-agree .checkbox-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
}
label.feedback__form-label,
.feedback__form-label a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.mobile-form label.feedback__form-label,
.mobile-form .feedback__form-label a {
    color:#2E2E2E;
}
.feedback__form-label a {
    text-decoration: underline;
}
.feedback__form .checkbox-wrapper {
    justify-content: flex-start;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
}

.feedback__form-label input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 3px;
  height: 7px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.feedback__qr {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:24px;
}
.feedback__qr-title {
}
.feedback__qr-subtitle {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 16px;
}
.feedback__description {
}
.feedback__description--gray {
}
.feedback__qr-list {
    width: 100%;
    display: flex;
    flex-flow: nowrap;
    gap:16px;
}
.feedback__qr-item {
    width: calc(50% - 8px);
}
.feedback__qr-image {
    border-radius: 24px;
    overflow: hidden;
}
.feedback__qr-image--small {
    width: 56px;
    height: 56px;
    display: none;
}
.feedback__qr-image-text {
    display: none;
}
.feedback__form .btn--blue {
    width: 100%;
    max-width: unset;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .feedback__form-block {
        display: none;
    }
    .feedback--kyc .feedback__form-wrapper {
        max-width: unset;
    }
    .feedback__wrapper {
        flex-direction: column;
    }
    .feedback__content,
    .feedback__form-block {
        width: 100%;
    }
    .feedback__form-wrapper {
        max-width: unset;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* FEEDBACK END */


/* FOOTER START */

.footer {
    background-color: #1A1A1A;
    border-radius: 50px 50px 0 0;
    padding-top: 70px;
    padding-bottom: 50px;
}
.footer__wrapper {
    
}
.feedback+.footer {
    border-radius: 0;
}
.footer__top {
    display: flex;
    justify-content: space-between;
    gap:30px;
}
.footer__top-col {
    width: calc(33.33% - 20px);
    max-width: 440px;
}
.footer__logo {
    max-width: 200px;
    margin-bottom: 15px;
}
.footer__logo--sk {
    max-width: 120px;
    display: none;
}
.footer .footer__contacts {
    margin-top: 15px;
}
.footer__contacts-item {
    padding-left: 38px;
    position: relative;
    color: rgba(78, 78, 78, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 24px;
    padding-left: 36px;
}
.footer__contacts-item::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: contain; */
}
.footer__contacts-address {
}
.footer .footer__contacts-item,
.footer .footer__contacts-item a {
    color: rgba(255, 255, 255, 0.50);
}
.footer .footer__contacts-item a:hover,
.footer .footer__contacts-item a:active,
.footer .footer__contacts-item a:focus {
    color:#fff;
}
.footer .footer__contacts-address::after {
    background-image: url('../img/marker.svg');
}
.footer .footer__contacts-email::after {
    background-image: url('../img/email_icon.svg');
}
.footer .footer__contacts-phone::after {
    background-image: url('../img/phone_icon.svg');
}
.feedback+.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.footer__contacts-email {
}
.footer__contacts-email-link {
}
.footer__contacts-phone {
}
.footer__contacts-phone-link {
}
.footer__top-nav-block {
    display: flex;
    gap:60px;
    justify-content: space-evenly;
}
.footer__top-nav {
    width: calc(50% - 15px);
}
.footer__top-nav-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    white-space: nowrap;
}
.footer__top-menu {

}
.footer__top-menu ul {

}
.footer__top-menu ul li {
    list-style-type: none;
    margin-bottom: 12px;
}
.footer__top-menu ul li:last-of-type {
    margin-bottom: 0;
}
.footer__top-menu ul li a{
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    line-height: 130%;
}
.footer__top-menu ul li a:hover,
.footer__top-menu ul li a:active
.footer__top-menu ul li a:focus {
    color:#fff;
}
.footer__map {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    height: 100%;
}
.footer__map a {
    display: block;
    height: 100%;
}
.footer__map img {
    height: 100%;
    object-fit: cover;
}
.footer__bottom {
    margin-top: 70px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: solid 1px rgba(255, 255, 255, 0.20);
    display: flex;
    justify-content: space-between;
    gap:30px;
}
.footer__bottom p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    line-height: normal;
}
.footer__bottom a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    line-height: normal;
    text-decoration-line: underline;
}
.footer__bottom-col {
    display: flex;
    flex-direction: column;
    gap:25px;
}
.footer__bottom-col:first-of-type {
    width: calc(45% - 15px);
    max-width: 520px;
}
.footer__bottom-col:last-of-type {
    width: calc(55% - 15px);
    text-align: right;
}
.footer__line {
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
    border:none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.footer__top-nav-block .footer__top-nav:first-of-type {
    width: calc(45% - 15px);
}
.footer__top-nav-block .footer__top-nav:last-of-type {
    width: calc(55% - 15px);
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {
    .footer__top-col {
        width: calc(40% - 20px);
    }
    .footer__top-col:first-of-type {
        width: calc(30% - 20px);
    }
    .footer__top-col:last-of-type {
        width: calc(30% - 20px);
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .footer__top {
        flex-direction: column;
    }
    .footer__top-col {
        width: 100%;
    }
    .footer .footer__contacts {
        
    }
    .footer__top {
        position: relative;
        padding-top: 80px;
    }
    .footer__logo {
        position: absolute;
        top:0;
        left:0;
    }
    .footer__top-nav-block .footer__top-nav:first-of-type {
        width: 120px;
    }
    .footer__top-nav-block {
        justify-content: flex-start;
    }
    .footer__top-col:first-of-type {
        order:3
    }
    .footer__top-col:last-of-type {
        order:1
    }
    .footer__line {
        display: none;
    }
    .footer__bottom {
        flex-direction: column;
        gap:24px;
        margin-top: 30px;
    }
    .footer__bottom-col:first-of-type {
        width: 100%;
        max-width: unset;
        gap:24px;
    }
    .footer__bottom-col:last-of-type {
        width: 100%;
        max-width: unset;
        text-align: left;
        gap:24px;
    }
    .footer__bottom-col {
        gap:10px;
    }
    
    .footer__top-col {
        width: 100%;
        max-width: unset;
    }
    .footer__top-col:first-of-type {
        width: 100%;
    }
    .footer__top-col:last-of-type {
        display: none;
    }
    .footer__top-col:first-of-type {
        border-top: solid 1px rgba(255, 255, 255, 0.20);
    }
    .footer .footer__contacts {
        margin-bottom: 0;
    }
    .footer__bottom-col-links {
        display: flex;
        gap:24px;
    }
    
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 25px;
    }  
    .footer__bottom {
        padding-bottom: 0;
    }
    .footer__top-nav-title {
        font-size: 20px;
    }
    .footer__top-menu ul li a {
        font-size: 14px;
    }
    .footer {
        border-radius: 24px 24px 0 0;
    }
}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}

/* FOOTER END */

/* ==================================================================== */

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 478.98px) {

}

@media (max-width: 419.98px) {
    
}