/*
Theme Name: Jatoja
Author: Ocean Agency
Author URI: https://ocean-agency.com.ua/
Description: JatoJa Landing
Version: 1.0
*/

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('assets/fonts/helveticaneuecyr_black.otf') format('opentype');
    font-weight: 900;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('assets/fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: 550;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('assets/fonts/helveticaneuecyr_roman.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('assets/fonts/helveticaneuecyr_thin.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('assets/fonts/helveticaneuecyr_ultralight.otf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('assets/fonts/helveticaneuecyr_ultralightitalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: #41404C;
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

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

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background-color: #fff;
    z-index: 1000;

}

.container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header__logo img {
    max-width: 176px;
}


.header__nav {
    display: flex;
    gap: 0px;
    left: calc(50% - 395px / 2);
    position: absolute;

}

.header__link {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    color: #41404C;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.3s;
}


.header__right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #41404C;
    cursor: pointer;
}

.lang-switch img {
    width: 16px;
    height: 16px;
}

.btn {
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 90px;
    display: inline-block;
    transition: background 0.3s;
}

.btn--gradient {
    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 24.52%, #02D261 49.04%, #0189DF 74%, #02D261 100%);
    background-size: 200% 100%;
    background-position: 0% 50%;
    transition: background-position 0.5s ease;
    color: #fff;
    border-radius: 90px;
    padding: 12px 24px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    /*width: 138px;
    height: 24px;*/
}

.btn--gradient:hover,
.hover-simulated {
    background-position: 100% 50%;
}

/* Ð‘ÑƒÑ€Ð³ÐµÑ€ */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
}

.burger span {
    width: 24px;
    height: 2px;
    background: #1E1E1E;
    display: block;
}

.jat-flex {
    display: flex;
}

.jat-center,
.jat-flex-center {
    justify-content: center;
}

.jat-space-between {
    justify-content: space-between;
}

.jat-space-around {
    justify-content: space-around;
}

.jat-column {
    display: flex;
    flex-direction: column;

}

.jat-w-100 {
    width: 100%;
}

.jat-w-50 {
    width: 50%;
}

.jat-w-33 {
    width: 33.33%;
}

.jat-w-25 {
    width: 25%;
}

.jat-w-20 {
    width: 20%;
}

.jat-w-10 {
    width: 10%;
}

.jat-align-center {
    align-items: center;
}

.jat-align-start {
    align-items: flex-start;
}

.jat-align-end {
    align-items: flex-end;
}

.jat-gap-8 {
    gap: 8px;
}

.jat-gap-16 {
    gap: 16px;
}

.jat-gap-24 {
    gap: 24px;
}

.jat-gap-32 {
    gap: 32px;
}

.jat-gap-36 {
    gap: 36px;
}

.jat-gap-40 {
    gap: 40px;
}

.jat-gap-48 {
    gap: 48px;
}

.jat-gap-64 {
    gap: 64px;
}

main.main {
    min-height: 50vh;
    margin-top: 96px;
    margin-bottom: 64px;
}

.footer__logo img {
    width: 243px;
}

.footer__copyright {
    margin-top: -16px;
}

.jat-background-primary {
    background: #FFFFFF;
}

.contacats__links.jat-column.jat-gap-8 {
    padding-left: 48px;
}

.footer__links_row {
    border-bottom: 2px solid #E1E1E8;
    padding-bottom: 16px;
}

footer {
    padding-bottom: 42px;
}

.jat-h2 {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 0;
    margin: 0;
}

.jat-content-primary {
    color: #1E1E1E;
}

.jat-flex-1 {
    flex: 1;
}

.hero__inner {
    background: url(assets/images/image_11.png);
    background-repeat: no-repeat;
}

.hero__content {
    padding-top: 75px;
    padding-left: 82px;

}

.jat-flex-column {
    display: flex;
    flex-direction: column;
}

.certs-list {
    flex-wrap: wrap;
    flex: 1;
    justify-content: end;
}

.jat-h5 {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}


.grad-text {
    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.grad-dot {
    border-radius: 999px;
    width: 4px;
    height: 4px;
    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%);
}

.jat-grad1 {
    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%);
}

.jat-body-s-regular {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 12px;
    line-height: 16px;
}

.jat-grad2 {
    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.jat-h3 {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 550;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}



.jat-grad3 {
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 11.93%, #D9D9D9 84.88%, rgba(217, 217, 217, 0) 100%);
}



.swiper {
    max-width: 100%;
}

.swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.partners-swiper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.partners-swiper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.partners-swiper {
    position: relative;
    overflow: hidden;
}

/* Левая и правая тени */
.partners-swiper::before,
.partners-swiper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.jat-body-m-regular {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.jat-content-secondary {
    color: #41404C;
}

.jat-body-m-regular {
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9899A5;
}

.hide-mobile {
    display: flex;
}

.hide-pc {
    display: none;
}

span.lang-switch__arrow img {
    width: 24px;
    height: 24px;
}

span.lang-switch__arrow {
    display: flex;
    z-index: 2;
}

.header__logo {
    display: flex;
}

.hero-partners {
    margin-top: 4px;
}

.swiper.partners-swiper {
    padding-top: 45px;
}

.grad-header {
    padding-bottom: 10px;
}

.swiper.partners-swiper {
    -webkit-mask-image: radial-gradient(circle, #000 75%, rgba(0, 0, 0, 0) 95%);
}

.mt-124 {
    margin-top: 124px;
}

.solution-item {
    box-shadow: 0px 4px 16px 0px #B3B3B340;
    padding: 16px;
    border-radius: 8px;

}

.solution-item-image {
    width: 100px;
}

.hot-it-item-inner {
    box-shadow: 0px 4px 16px 0px #B2B2B240;
    border-radius: 12px;
    padding: 16px;
    min-height: 526px;
}

.how-it-item {
    max-width: 100%;
    width: 357px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.big-dot-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #02D261 0%, #0189DF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HelveticaNeueCyr;
    font-weight: 550;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100%;
    margin-bottom: 42px;
    font-variant-numeric: lining-nums;
}

.hot-it-item-inner img {
    border-radius: 12px;
}

.how-it-lists {
    gap: 62px;
    padding: 42px;
    flex-wrap: wrap;
    max-width: 1200px;
}

div#how {
    padding-top: 36px;
}

.hot-it-descirption {
    padding: 20px 0px;
    text-align: center;
}

.how-it-lists {
    display: flex;

    position: relative;
}

.how-it-item {
    position: relative;
    padding-top: 120px;
}

.big-dot-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.how-it-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40px;
    left: calc(50% + 40px);
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #02D261, #0189DF);
    z-index: 1;
}

.how-it-item.cleared:not(:last-child)::after {
    display: none;
}

.jat-p1 {
    font-family: HelveticaNeueCyr;
    font-weight: 550;
    font-size: 70px;
    line-height: 77px;
    letter-spacing: 0%;
}




.solution-blocks-list.facts-list .solution-item {
    padding: 24px 20px;
}

.solutions.facts-block {
    margin-top: 102px;
}

.solution-blocks-list.facts-list .solution-item-text {
    /* max-width: 313px; */
}

.author-image {
    min-width: 80px;
}

section.hero-bottom .facts_inner {
    background: url(assets/images/image_12.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 68px;
}

.solution-blocks-list .solution-item {
    background: #fff;
}

.how-it-item {
    background: #fff;
}





.rewiews-block {
    max-width: 920px;
}

.rewiews-block .swiper {
    margin: 0px;
}

.review-item {
    padding: 24px;
    box-shadow: 0px 4px 16px 0px #B2B2B240;
    border-radius: 8px;
    gap: 18px;
    background: #fff;
}

.rewiews-block .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 16px 16px 58px;
    margin-left: -16px;
}

.rewiews-block {
    margin-top: 36px;
}

section.reviews-section.mt-124 {
    margin-top: 132px;
}

.rewiews-block .swiper-button-next,
.rewiews-block .swiper-button-prev {
    bottom: 0px;
    top: unset;
    display: flex;
    z-index: 999;
}

.rewiews-block .swiper-button-next:after,
.rewiews-block .swiper-button-prev:after {
    color: #41404C;
    font-size: 16px;
    height: 40px;
    width: 40px;
    background: #fff;
    box-shadow: 0px 4px 16px 0px #D0CDCD40;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
    min-width: 40px;
    border-radius: 8px;
}

.rewiews-block .swiper-button-prev {
    left: unset;
    right: 84px;
}

.rewiews-block .swiper-button-next {
    right: 28px;
}

.rewiews-block .swiper-pagination {
    display: flex;
    left: 16px !important;
    text-align: left;
    align-content: center;
    align-items: center;
    gap: 12px;

}

.rewiews-block .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
}

.rewiews-block .swiper-pagination-bullet-active {
    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%);
    border: 1px solid transparent;
    border-radius: 50%;
    background-clip: padding-box;
    position: relative;
    width: 16px;
    height: 16px;
}

.rewiews-block .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.author-name {
    gap: 4px;
}

.author-info {
    align-items: center;
}

.author-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.a-name {
    font-family: HelveticaNeueCyr;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0C0F2B;
}

.compamny-name {
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #0C0F2B;
}

.form-inner {
    background: #fff;
    box-shadow: 0px 4px 16px 0px #B2B2B240;
    border-radius: 24px;

}

section.contact-form {
    margin-top: 120px;
    margin-bottom: 120px;
}

.form-part {
    padding: 40px;
    flex: 1;
}

.form-part .jat-h3 {
    text-align: left;
}

.image-part img {
    border-radius: 0px 24px 24px 0px;
    height: 100%;
    object-fit: cover;
}

button.submit-button.btn--gradient {
    border: unset;
}

form label {
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0C0F2B;
}


form {
    gap: 24px;
    width: 636px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    padding: 8px 12px;
    background-color: #F5F5F6;
    color: #41404C;
    border-radius: 8px;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    left: 3px;
    font-family: HelveticaNeueCyr;
    font-weight: 550;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #9D1616;
}

.wpcf7-response-output {
    display: none !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: white;
    padding: 24px 32px;
    border: 1px solid #02D261;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 9999;

    font-size: 16px;
    color: #232323;

    max-width: 90%;
    width: fit-content;


}

.wpcf7-not-valid {
    border-color: #9D1616;
}

.wpcf7-spinner {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    padding: 0;
    margin: 0 24px;
    position: relative;

    background: linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%);
    opacity: 0.9;

    animation: spin 1s linear infinite;
}

form .jat-flex {
    gap: 20px;
}

.cf-73 {
    padding-top: 40px;
}

form .jat-column {
    gap: 8px;
    /* width: 100%; */
}

textarea {
    padding: 8px 12px;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    background-color: #F5F5F6;
    color: #41404C;
    height: 80px;
    width: 100%;
}

input::placeholder,
textarea::placeholder {
    color: #9899A5;
    opacity: 1;
}

.form-note {
    font-family: HelveticaNeueCyr;
    font-weight: 550;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    padding: 12px 0px;
}

input,
textarea {
    border: 1px solid #F5F5F6;
    border-radius: 8px;
    transition: border 0.3s ease;
}

input:hover,
textarea:hover {
    border: 1px solid #E1E1E8;
}

input:not([type="submit"]):focus,
textarea:focus {
    outline: none;
    border: 1px solid transparent;
    border-radius: 8px;

    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(93.73deg, #02D261 0%, #0189DF 49.04%, #02D261 100%) border-box;
}

ul.lang-switch__dropdown {
    display: none;
}

.lang-switch.lang-switch--dropdown {
    position: relative;
}


.lang-switch__dropdown.open {
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    gap: 12px;
    list-style: none;
    position: absolute;
    top: 1px;
    background: #ffffff;
    padding: 0px 10px;
    width: 45px;
    left: -11px;
    border-radius: 8px;
}



.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
}

.macbook-device .macbook-fix {
    margin-top: 6px;
}

.macbook-device input[type="text"],
.macbook-device input[type="tel"],
.macbook-device input[type="email"] {
    font-family: Arial, Helvetica, sans-serif;
}

.macbook-device .jat-h2,
.macbook-device .jat-h3,
.macbook-device .jat-h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.modal-window {
    position: fixed;
    bottom: 10%;
    width: 600px;
    max-width: calc(100% - 32px);
    display: none;
    gap: 40px;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px #B3B3B340;
    background: #fff;
    left: 50%;
    justify-content: space-between;
    transform: translateX(-50%) translateY(40px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 32;
}

.modal-window.open {
    display: flex;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.modal-close {
    cursor: pointer;
}

.modal-text {
    flex: 2;
}

@media (max-width: 1024px) {
    .jat-p1 {
        font-family: HelveticaNeueCyr;
        font-weight: 550;
        font-size: 28px;
        line-height: 48px;
        letter-spacing: 0%;
    }

    .burger {
        display: flex;
    }

    .header__nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        transition: right 0.4s ease;
        z-index: 100;
    }

    .header__nav.active {
        /* right: 0px; */
    }

    .header__inner {
        position: relative;
        z-index: 101;
    }

    .header__right {
        display: none;
    }

    .header__btn-mobile {
        display: inline-block;
    }

    .header__btn-desktop {
        display: none;
    }



    .header__nav.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* padding-top: 84px; */
        justify-content: space-between;
        /* height: 100vh; */
        gap: 32px;
        /* margin-bottom: 72px; */
    }

    .header__logo img {
        width: 108px;
        height: 18px;
    }

    button#burgerBtn img {
        width: 24px;
        height: 24px;
    }

    .burger__icon {
        will-change: transform;
        transform: translateZ(0);
    }

    .container {
        padding: 0 16px;
    }

    .header__nav {
        left: unset;
        max-width: 640px;
        padding: 80px 0px;
    }

    .burger__close {
        display: none;
    }

    .burger.active .burger__icon {
        display: none;
    }

    .burger.active .burger__close {
        display: inline;
    }

    .header__links-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        margin-top: 0px;
        /* padding-bottom: 30px; */
        /* height: 200px; */
        flex: 1;
        padding-top: 12px;
    }

    .soc_links {
        display: flex;
        gap: 24px;
    }

    .header__bottom_links {
        display: flex;
        flex-direction: column;
        gap: 24px;
        flex: 1;
        padding-top: 36px;
    }

    .contacats__links {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 8px;
        align-items: center;
    }

    .contacats__links a {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    a.btn.btn--gradient.header__btn-mobile {
        margin-top: 37px;
    }

    .header__nav.active {
        padding: 48px 0px;
        overflow-x: auto;
        width: 640px;
        max-width: 100%;
        right: 0%;
    }

    .contacats__links.jat-column.jat-gap-8 {
        padding-left: 0px;
        align-items: start;
    }

    .jat-column-mobile {
        flex-direction: column;
    }

    .jat-flex-align-center-mobile {
        align-items: center;
    }

    .jat-gap-16-mobile {
        gap: 16px;
    }

    .jat-gap-24-mobile {
        gap: 24px;
    }

    .footer__logo img {
        width: 176px;
    }

    .hide-pc {
        display: flex;
    }

    .hide-mobile {
        display: none;
    }

    .footer__links_row {
        border-bottom: 2px solid #E1E1E8;
        padding-bottom: 36px;
    }



    .hero-real .jat-h2 {
        padding-top: 6px;
    }

    .hero-real h5.jat-h5.jat-content-primary {
        margin-top: -16px;
    }

    main.main {
        min-height: 50vh;
        margin-top: 60px;
        margin-bottom: 64px;
    }

    header.header {
        height: 48px;
    }

    .hero-real {

        display: flex;
        flex-direction: column-reverse;
        background-repeat: no-repeat;
    }

    .hero__content {
        padding: 0px 10px;
    }

    .certs-list img {
        width: 56px;
    }

    .jat-h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero__content {
        text-align: center;
    }

    h5.jat-h5.jat-content-primary {
        font-family: HelveticaNeueCyr;
        font-weight: 550;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .jat-h3 {
        font-family: 'HelveticaNeueCyr';
        font-style: normal;
        font-weight: 550;
        font-size: 24px;
        line-height: 32px;
        margin: 0;
    }

    .hero-partners {
        margin-top: 53px;
    }

    .swiper.partners-swiper {
        padding-top: 21px;
    }

    div#solution.mt-124 {
        margin-top: 16px;
    }

    .solution-content .grad-header {
        justify-content: center;
    }

    .solution-blocks-list {
        margin-top: 30px;
        padding: 0 16px;
    }


    .solution-item-image {
        width: 60px;
    }

    .solution-item-text {
        text-align: center;
    }


    .solution-content {
        padding: 0px 16px;
    }

    .solution-content h5.jat-h5.jat-content-primary {
        font-weight: 400;
    }

    div#how {
        padding-top: 0px;
        margin-top: 68px;
    }

    .how-it-item {
        padding-top: 0px;
    }

    .how-it-item:not(:last-child)::after {
        display: none;
    }

    .big-dot-number {
        left: 28px;
        background: #0189DF66;
        backdrop-filter: blur(20px);
        height: 56px;
        width: 56px;
        top: 24px;
        font-family: HelveticaNeueCyr;
        font-weight: 550;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin: 0px;
        padding: 0px;
        font-variant-numeric: lining-nums;
    }

    .how-it-lists {
        padding: 26px 0px;
    }

    .how-it-item {
        padding-top: 0px;
        max-width: 311px;
        margin: 0px auto;
    }

    .hot-it-item-inner {

        padding: 16px 16px 0px;
    }

    .how-it-lists {
        gap: 24px;
    }

    .how-it h5.jat-h5.jat-content-primary {
        font-weight: 400;
    }

    div#facts {
        margin-top: 44px;
    }

    div#facts .jat-h5 {
        font-family: HelveticaNeueCyr;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;

    }



    .solution-blocks-list.facts-list {
        margin-top: 23px;
    }

    .solution-blocks-list.facts-list .solution-item-text {
        /* max-width: 190px; */
    }

    .solution-blocks-list.facts-list .solution-item {
        padding: 16px 16px;
    }

    .solution-blocks-list.facts-list .solution-item-text .jat-h5 {
        text-align: left !important;
    }

    .solution-content .jat-h5 {
        font-family: HelveticaNeueCyr;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
    }

    .image-trest {
        
        display: flex;
        flex-direction: column;
        margin-left: -16px;
        margin-right: -16px;
    }

    .image-trest img {
        width: 100%;
        max-width: 400px;
    }

    .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
        padding: 16px 16px 56px;
        margin-left: -16px;
        width: 100%;
    }

    section.reviews-section.mt-124 {
        margin-top: 66px;
    }

    .review-item.jat-column.jat-gap-24 {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 16px;
    }

    #reviews h5.jat-h5.jat-content-primary {
        font-family: HelveticaNeueCyr;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
    }

    section.contact-form {
        margin-top: 62px;
        margin-bottom: 82px;
    }

    .form-part {
        padding: 19px 16px 24px;
    }

    .cf-73 {
        padding-top: 24px;
    }

    form {
        gap: 16px;
    }

    button.submit-button.btn--gradient {
        width: 100%;
        justify-content: center;
    }

    input.wpcf7-form-control.wpcf7-submit.submit-button.btn--gradient {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .wpcf7-response-output {
        width: 70%;
    }

    .lang-switch.lang-switch--dropdown:hover>ul {
        display: flex;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
        gap: 12px;
        list-style: none;
        position: absolute;
        top: 1px;
        background: #ffffff;
        padding: 0px 10px;
        width: 45px;
        left: -11px;
        border-radius: 8px;
    }

    .lang-switch.lang-switch--dropdown:hover span.lang-switch__arrow {
        transform: rotate(180deg);
        z-index: 9;
    }

    .lang-switch.lang-switch--dropdown:hover span.lang-switch__arrow {
        transform: rotate(180deg);
        z-index: 9;
    }
}



@media (min-width: 1025px) {
    a.header__link:hover {
        background: #F5F5F6;
    }

    .hero__content {
        max-width: 600px;
    }

    .header__links-mobile {
        display: flex;
        align-items: center;
    }

    .header__btn-mobile,
    .heade__mob_logo,
    .soc_links,
    .header__bottom_links,
    .lang-switch--mobile {
        display: none;
    }

    .header__links-mobile .lang-switch {
        display: none;
    }

    .solution-content {
        max-width: 600px;
    }

    .jat-left {
        text-align: left !important;
    }

    .solution-content {
        padding-left: 82px;
    }

    .facts-block .solution-content {
        padding-top: 30px;
    }

    .solution-blocks-list {
        max-width: 546px;
        padding-left: 72px;
        padding-top: 32px;
    }

    .solution-item-text {
        max-width: 423px;
        gap: 6px;
        display: flex;
        flex-direction: column;
    }

    .solution-blocks-list.facts-list {
        max-width: 600px;
        padding-left: 26px;
        padding-top: 10px;
    }

    .rewiews-block::after {
        content: '';
        display: flex;
        /* background: url(assets/images/image_10.png); */
        /*background: url(assets/images/e0d457b02bb75e5e4cbd164f8019804b4f271da1.png);*/
        width: 440px;
        position: absolute;
        right: calc(100% / 2 - 687px);
        height: 792px;
        margin-top: -75px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }


    span.lang-switch__arrow.open {
        transform: rotate(180deg);
        z-index: 9;
    }


}






@media (min-width: 320px) and (max-width:728px) {
    .hero__inner {
        background-size: contain;
    }

    .hero__image {
        display: flex;
        justify-content: center;
    }
}

@media (min-width:729px) {
    .hero__inner {
        background-size: cover;
    }

    .hero__image {
        display: flex;
        justify-content: center;
    }
}




@media (max-width: 768px) {
    svg {
        transform: translateZ(0);
        will-change: transform;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .appear3 {
        -webkit-transition: all 1.4s;
        transition: all 1.4s;
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    .appear3.inview2 {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.partners-swiper .swiper-slide {
  display: flex;
  align-items: center;  
  justify-content: center; 
   height: 120px;
}

.appear2 {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.appear2.inview2 {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.appear2.inview2:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.appear2.inview2:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.appear2.inview2:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.appear2.inview2:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.appear2.inview2:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}