﻿﻿/*   
Theme Name: legal
Author: Seredyn (Serhii Nikolaienko)
Author Email: zhenyavn@gmail.com
Author Phone: +380976076132
Author Telegram: @evseredyn
Author Viber: +380976076132
Author WhatsApp: +380976076132
Author Url: https://
Author Linkedin profile: https://www.linkedin.com/in/se
Author X.com (Twitter) profile: https://x.com/se
Author Youtube profile: https://www.youtube.com/@se
Version: 1.0
*/

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
body {
    margin: 0;
}
hr {
    height: 0;
    color: inherit;
}
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
table {
    text-indent: 0;
    border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
:-moz-focusring {
    outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
    box-shadow: none;
}
legend {
    padding: 0;
}
progress {
    vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}
body {
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 0.8);
    background-color: #f7f7f7;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    z-index: 2;
}
@media screen and (min-width: 480px) {
    .container {
        max-width: 480px;
    }
}
@media screen and (min-width: 768px) {
    .container {
        max-width: 768px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding-left: 140px;
        padding-right: 140px;
    }
}
@media screen and (min-width: 1920px) {
    .container {
        max-width: 1920px;
        padding-left: 140px;
        padding-right: 140px;
    }
}
.section {
    padding: 40px 0;
}
@media screen and (min-width: 768px) {
    .section {
        padding: 50px 0;
    }
}
@media screen and (min-width: 1920px) {
    .section {
        padding: 60px 0;
    }
}
.link {
    text-decoration: none;
}
.list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
}
.accent {
    color: #4065f6;
}
.current {
    color: #6c9fff;
}
.yellow {
    color: #fc0;
}
.header {
    --base-padding-top: 20px;
    --base-padding-side: 15px;
    padding-top: calc(var(--base-padding-top) + env(safe-area-inset-top));
    padding-left: calc(var(--base-padding-side) + env(safe-area-inset-left));
    padding-right: calc(var(--base-padding-side) + env(safe-area-inset-right));
}
.footer {
    padding-bottom: env(safe-area-inset-bottom);
}
.scroll-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4065f6;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition:
        opacity 0.3s,
        background-color 0.3s;
    transition:
        opacity 0.3s,
        background-color 0.3s;
}
@media screen and (min-width: 1024px) {
    .scroll-to-top-btn {
        bottom: 20px;
        left: calc(50% + 510px - 80px);
    }
}
@media screen and (min-width: 1440px) {
    .scroll-to-top-btn {
        bottom: 60px;
        width: 50px;
        height: 50px;
        left: calc(50% + 695px - 60px);
    }
}
@media screen and (min-width: 1920px) {
    .scroll-to-top-btn {
        left: calc(50% + 1160px - 300px);
    }
}
.scroll-to-top-btn:hover {
    background-color: #4065f6;
}
section[id],
:target,
h2[id],
div[id] {
    scroll-margin-top: 100px;
}
@media screen and (min-width: 768px) {
    section[id],
    :target,
    h2[id],
    div[id] {
        scroll-margin-top: 150px;
    }
}
.mobile-menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
    z-index: 30;
    background-color: rgba(137, 161, 255, 0.26);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition:
        opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu__overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.mobile-menu__nav {
    z-index: 31;
    padding-top: calc(40px + env(safe-area-inset-top));
}
.mobile-menu__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 550px;
    padding: 40px 20px;
    background-color: #f6f6f6;
    border-radius: 0 0 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 31;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
    .mobile-menu__nav {
        padding: 40px;
    }
}
@media screen and (min-width: 1440px) {
    .mobile-menu__nav {
        display: none;
    }
}
.mobile-menu__nav.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mobile-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin: 36px auto;
}
.mobile-menu__item:nth-child(3) > .mobile-menu__link::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: middle;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #000;
    -webkit-transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu__item.is-open > .mobile-menu__link::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-menu__link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #000;
    max-width: 310px;
    margin-bottom: 36px;
}
.mobile-menu__link:hover,
.mobile-menu__link:focus {
    color: #4065f6;
}
.mobile-menu__close-btn {
    position: absolute;
    top: 50px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
@media screen and (min-width: 768px) {
    .mobile-menu__close-btn {
        right: 50px;
    }
}
.mobile-menu__call-me {
    padding: 12px 32px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    background-color: #4065f6;
    border-radius: 16px;
}
nav li:hover > .sub-menu,
.sub-menu:hover {
    display: block;
    max-height: 350px;
}
.mobile-submenu__list {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 10px;
    padding: 20px;
    max-width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1); */
}
.mobile-submenu__link {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
}
.mobile-submenu__link:hover,
.mobile-submenu__link:focus {
    color: #4065f6;
}

.site-nav__list .menu-item-home {
        display: none;
    }
@media (min-width: 1024px) {
    nav.site-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;

        ul.site-nav__list {
            display: flex;
            flex-direction: row;
            align-items: center;
            list-style: none;
            padding: 0;
            margin: 0;
            gap: 20px;

            li {
                list-style: none;
                margin: 0;
                padding: 0;

                &::before {
                    display: none;
                    content: "";
                }

                a {
                    color: #ffffff;
                    text-decoration: none;
                    font-size: 16px;
                    font-weight: 700;
                    white-space: nowrap;
                    position: relative;
                    padding: 25px 0;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 1.7;
                    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
                    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);

                }

                /* Саб-меню */
                ul.sub-menu {
                    display: none;
                    position: absolute;
                    top: 100%;
                    background: #fff;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 10px;
    padding: 20px;
    max-width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
                }

                &:hover > ul.sub-menu {
                    display: block;
                }
            }
        }
    }
}
.menu-item-116 {
    position: relative;
    padding: 25px 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-item-116:hover,
.menu-item-116:focus {
    opacity: 0.9;
}
nav li:hover > .sub-menu,
.sub-menu:hover {
    display: block;
}
.switch-lang {
display: none;
}
@media screen and (min-width: 1024px) {
    .switch-lang {
        display: block;
        padding: 0 40px 0 0;
    }
}
.switch-lang ul{
    padding-left: 0;
}
.pll-switcher-select {
    padding: 2px;
    /* border-radius: 16px; */
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header__flex {
    pointer-events: auto;
    position: relative;
    margin-top: calc(10px + env(safe-area-inset-top));
    padding: 12px 16px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid hsla(0, 0%, 100%, 0.25);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__flex.transparent {
    background: linear-gradient(130deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.59) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.header__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .header__thumb {
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    .header__logo {
        width: 89px;
    }
}
@media screen and (min-width: 1920px) {
    .header__logo {
        width: 120px;
    }
}
.header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    margin: 0;
    cursor: pointer;
}
@media screen and (min-width: 1024px) {
    .header__btn {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .header__icon {
        width: 41px;
        height: 41px;
    }
}
.header__call-me {
    display: none;
}
@media screen and (min-width: 1024px) {
    .header__call-me {
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.7;
        color: #fff;
        background-color: #4065f6;
        border-radius: 16px;
        -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
    .header__call-me {
        font-size: 18px;
    }
}
.header__call-me:hover {
    opacity: 0.9;
}
@media screen and (max-width: 1023.98px) {
    .site-nav {
        display: none;
    }
}
.site-nav__list li {
    position: relative;
}
.site-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}
@media screen and (min-width: 1440px) {
    .site-nav__list {
        gap: 36px;
    }
}
@media screen and (min-width: 1024px) {
    /* .site-nav__item:nth-child(2) {
        position: relative;
    } */
    /* .site-nav__item:nth-child(2) > .site-nav__link {
        position: relative;
    } */
    .site-nav__list li.menu-item-has-children a:after, .site-nav__list li.menu-item-has-children a:not(.sub-menu a)::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 12px;
        vertical-align: middle;
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #fff;
        -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .site-nav__list li.menu-item-has-children a:hover {
        opacity: 0.9;
    }
    .site-nav__list li.menu-item-has-children:hover > a:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .page-template-contacts .site-nav__list li.menu-item-has-children a:not(.sub-menu a)::after {
        border-top: 6px solid rgba(0, 0, 0, 0.8);
    }
}
/* @media screen and (min-width: 1024px) {
    .site-nav__item--black:nth-child(2) {
        position: relative;
    }
    .site-nav__item--black:nth-child(2) > .site-nav__link {
        position: relative;
    }
    .site-nav__item--black:nth-child(2) > .site-nav__link::after {
        border-top: 6px solid rgba(0, 0, 0, 0.8);
    }
} */
.site-nav__link {
    position: relative;
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1440px) {
    .site-nav__link {
        font-size: 18px;
    }
}
.site-nav__link:hover,
.site-nav__link:focus {
    opacity: 0.9;
}
.page-template-contacts .site-nav ul.site-nav__list li a {
    color: rgba(0, 0, 0, 0.8);
}
.page-template-contacts .site-nav ul.site-nav__list li a:hover,
.page-template-contacts .site-nav ul.site-nav__list li a:focus {
    opacity: 0.9;
}
.site-nav__link.active {
    font-size: 16px;
    line-height: 1.7;
}
@media screen and (min-width: 1440px) {
    .site-nav__link.active {
        font-size: 20px;
    }
}
.sub-menu {
    position: absolute;
    z-index: 21;
    top: calc(100% + 15px);
    left: 0;
    display: none;
    padding: 20px;
    width: 220px;
    max-height: 0;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* . {
    position: relative;
    padding: 25px 0;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-subnav__link:hover,
.site-subnav__link:focus {
    opacity: 0.9;
}
nav li:hover > .sub-menu,
.sub-menu:hover {
    display: block;
} */
ul.site-nav__list li ul.sub-menu li a {
    position: relative;
    padding: 25px 0;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
ul.site-nav__list li ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px;
}
.hero {
    padding-top: 10px;
    padding-top: calc(140px + env(safe-area-inset-top));
}
@media screen and (min-width: 1024px) {
    .hero {
        padding-top: calc(160px + env(safe-area-inset-top));
    }
}
@media screen and (min-width: 1440px) {
    .hero {
        padding-top: calc(200px + env(safe-area-inset-top));
    }
}
.hero {
    width: 100%;
    min-height: 453px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .hero {
        min-height: 480px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero {
        min-height: 580px;
    }
}
@media screen and (min-width: 1440px) {
    .hero {
        padding-bottom: 80px;
        min-height: 620px;
    }
}
/* .hero {
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #c4c4c4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        url(images/mob-home-hero-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(images/mob-home-hero-bg.jpg);
} */
.hero {
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #c4c4c4;
    
    /* Градієнт поверх нашої динамічної картинки для Safari/Webkit */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        var(--hero-bg);
        
    /* Градієнт поверх динамічної картинки для всіх сучасних браузерів */
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), 
        var(--hero-bg);
}
.hero.procedure { background-position: center center; }
.hero.services { background-position: center top; }
.hero.reviews {
    min-height: 390px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .hero.reviews {
        min-height: 480px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero.reviews {
        min-height: 580px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.reviews {
        min-height: 620px;
    }
}
@media screen and (min-width: 1920px) {
    .hero.reviews {
        padding-bottom: 60px;
    }
}
/* .hero.reviews {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        url(images/mob-reviews-hero-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(images/mob-reviews-hero-bg.jpg);
} */
@media screen and (min-width: 1024px) {
    .hero.reviews > div > .hero__heading {
        margin-bottom: 50px;
        max-width: 800px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.reviews > div > .hero__heading {
        max-width: 840px;
    }
}
.hero.reviews > div > .hero__text {
    margin-bottom: 0;
}
.hero.faq {
    min-height: 390px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .hero.faq {
        min-height: 360px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero.faq {
        min-height: 480px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.faq {
        min-height: 520px;
    }
}
@media screen and (min-width: 1920px) {
    .hero.faq {
        padding-bottom: 60px;
    }
}
/* .hero.faq {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        url(images/mob-reviews-hero-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(images/mob-reviews-hero-bg.jpg);
} */
@media screen and (min-width: 1024px) {
    .hero.faq > div > .hero__heading {
        margin-bottom: 50px;
        max-width: 700px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.faq > div > .hero__heading {
        max-width: 760px;
    }
}
.hero.faq > div > .hero__text {
    margin-bottom: 0;
}
.hero.services {
    min-height: 390px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .hero.services {
        min-height: 360px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero.services {
        min-height: 480px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.services {
        min-height: 520px;
    }
}
@media screen and (min-width: 1920px) {
    .hero.services {
        padding-bottom: 60px;
    }
}
/* .hero.services {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        url(images/mob-reviews-hero-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(images/mob-reviews-hero-bg.jpg);
} */
@media screen and (min-width: 1024px) {
    .hero.services > div > .hero__heading {
        margin-bottom: 50px;
        max-width: 700px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.services > div > .hero__heading {
        max-width: 760px;
    }
}
.hero.services > div > .hero__text {
    margin-bottom: 0;
}


.hero.faq {
    min-height: 390px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .hero.faq {
        min-height: 360px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero.faq {
        min-height: 480px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.faq {
        min-height: 520px;
    }
}
@media screen and (min-width: 1920px) {
    .hero.faq {
        padding-bottom: 60px;
    }
}
/* .hero.faq {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        url(images/mob-reviews-hero-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(images/mob-reviews-hero-bg.jpg);
} */
@media screen and (min-width: 1024px) {
    .hero.faq > div > .hero__heading {
        margin-bottom: 50px;
        max-width: 700px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.faq > div > .hero__heading {
        max-width: 760px;
    }
}
.hero.faq > div > .hero__text {
    margin-bottom: 0;
}


.hero.about {
    min-height: 390px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .hero.about {
        min-height: 360px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero.about {
        min-height: 480px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.about {
        min-height: 520px;
    }
}
@media screen and (min-width: 1920px) {
    .hero.about {
        padding-bottom: 60px;
    }
}
/* .hero.about {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        url(images/mob-reviews-hero-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(images/mob-reviews-hero-bg.jpg);
} */
@media screen and (min-width: 1024px) {
    .hero.about > div > .hero__heading {
        margin-bottom: 50px;
        max-width: 700px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.about > div > .hero__heading {
        max-width: 760px;
    }
}
.hero.about > div > .hero__text {
    margin-bottom: 0;
}
.hero.procedure {
    min-height: 390px;
    padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .hero.procedure {
        min-height: 480px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero.procedure {
        min-height: 580px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.procedure {
        min-height: 620px;
    }
}
@media screen and (min-width: 1920px) {
    .hero.procedure {
        padding-bottom: 60px;
    }
}
/* .hero.procedure {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7))),
        url(images/mob-procedure-hero-bg.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(images/mob-procedure-hero-bg.jpg);
} */
@media screen and (min-width: 768px) {
    .hero.procedure > div > .hero__heading {
        max-width: 480px;
    }
}
@media screen and (min-width: 1024px) {
    .hero.procedure > div > .hero__heading {
        margin-bottom: 50px;
        max-width: 700px;
    }
}
@media screen and (min-width: 1440px) {
    .hero.procedure > div > .hero__heading {
        max-width: 760px;
    }
}
.hero.procedure > div > .hero__text {
    position: relative;
    margin-bottom: 0;
}
.hero__heading {
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fff;
    max-width: 310px;
    margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
    .hero__heading {
        max-width: 540px;
        font-size: 50px;
        margin-bottom: 48px;
    }
}
@media screen and (min-width: 1024px) {
    .hero__heading {
        max-width: 800px;
        font-size: 68px;
    }
}
@media screen and (min-width: 1440px) {
    .hero__heading {
        max-width: 960px;
        font-size: 76px;
    }
}
@media screen and (min-width: 1920px) {
    .hero__heading {
        max-width: 1000px;
        font-size: 80px;
        margin-bottom: 80px;
    }
}
.hero__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: hsla(0, 0%, 100%, 0.8);
    /* margin-bottom: 24px; */
}
@media screen and (min-width: 768px) {
    .hero__text {
        max-width: 560px;
        font-size: 16px;
        line-height: 1.28;
        /* margin-bottom: 42px; */
    }
}
@media screen and (min-width: 1024px) {
    .hero__text {
        max-width: 650px;
        font-size: 18px;
        line-height: 1.25;
    }
}
@media screen and (min-width: 1440px) {
    .hero__text {
        max-width: 720px;
        font-size: 20px;
        line-height: 1.25;
    }
}
@media screen and (min-width: 1920px) {
    .hero__text {
        max-width: 800px;
        font-size: 32px;
    }
}
.hero__list {
    margin-top: 24px;
}
@media screen and (min-width: 768px) {
    .hero__list {
        margin-top: 42px;
    }
}
.hero__item {
    position: relative;
    padding-left: 25px;
    min-height: 18px;
}
.hero__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("images/icons/ticker-bright.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.hero__item:not(:last-child) {
    margin-bottom: 8px;
}
.hero__bullet {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #fff;
}
@media screen and (min-width: 1440px) {
    .hero__bullet {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .hero__bullet {
        font-size: 20px;
    }
}
.pricing__pre-title {
    margin-bottom: 8px;
    max-width: 150px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .pricing__pre-title {
        margin-bottom: 24px;
        max-width: 200px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .pricing__pre-title {
        max-width: 280px;
        font-size: 24px;
    }
}
.pricing__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .pricing__title {
        margin-bottom: 48px;
        max-width: 620px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .pricing__title {
        max-width: 820px;
        font-size: 64px;
    }
}
.pricing__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(0.75rem, 0.25rem + 2.5vw, 1rem);
    background: #fff;
    border-radius: 16px;
    padding: 4px;
    margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
    .pricing__tabs {
        display: none;
    }
}
.pricing__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 10px;
    border: none;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #4065f6;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.pricing__tab.active {
    color: #fff;
    background: #4065f6;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pricing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
    .pricing__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24px;
    }
}
@media screen and (min-width: 1024px) {
    .pricing__list {
        margin-bottom: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .pricing__list {
        gap: 48px;
    }
}
@media screen and (min-width: 1920px) {
    .pricing__list {
        gap: 180px;
        margin-bottom: 56px;
    }
}
.pricing__item {
    display: none;
}
.pricing__item.active {
    display: block;
}
@media screen and (min-width: 768px) {
    .pricing__item {
        display: block !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 350px;
    }
}
@media screen and (min-width: 1440px) {
    .pricing__item {
        max-width: 450px;
    }
}
@media screen and (min-width: 1920px) {
    .pricing__item {
        max-width: 400px;
    }
}
@media screen and (min-width: 768px) {
    .pricing__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1440px) {
    .pricing__wrapper {
        margin-left: -100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 120px;
    }
}
@media screen and (min-width: 1920px) {
    .pricing__wrapper {
        margin-left: -200px;
        gap: 220px;
    }
}
.pricing__text {
    margin-bottom: 32px;
    font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
    .pricing__text {
        margin-bottom: 0;
        max-width: 520px;
    }
}
@media screen and (min-width: 1024px) {
    .pricing__text {
        max-width: 620px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .pricing__text {
        max-width: 770px;
        font-size: 20px;
    }
}
.pricing__link {
    display: block;
    padding: 12px 32px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    background-color: #4065f6;
    text-align: center;
    border-radius: 16px;
}
@media screen and (min-width: 768px) {
    .pricing__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 124px;
        height: 124px;
        line-height: 1.25;
        border-radius: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .pricing__link {
        width: 148px;
        height: 148px;
    }
}
@media screen and (min-width: 1440px) {
    .pricing__link {
        font-size: 18px;
    }
}
.plan-card {
    height: 100%;
}
.plan-card__subtitle {
    margin-bottom: 8px;
    max-width: 280px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
    .plan-card__subtitle {
        max-width: auto;
        font-size: 13px;
    }
}
@media screen and (min-width: 1024px) {
    .plan-card__subtitle {
        min-width: 90%;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.25;
    }
}
@media screen and (min-width: 1920px) {
    .plan-card__subtitle {
        font-size: 22px;
    }
}
.plan-card__price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin-bottom: 8px;
}
.plan-card__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 1.4;
    border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 1440px) {
    .plan-card__bullets {
        max-width: 320px;
    }
}
@media screen and (min-width: 1920px) {
    .plan-card__bullets {
        max-width: 360px;
    }
}
.plan-card__bullet {
    position: relative;
    max-width: 300px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 1920px) {
    .plan-card__bullet {
        max-width: 360px;
        font-size: 18px;
    }
}
.plan-card__bullet::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("images/icons/ticker.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
    .plan-card__bullet::before {
        width: 20px;
        height: 20px;
    }
}
@media screen and (min-width: 1440px) {
    .plan-card__bullet::before {
        width: 24px;
        height: 24px;
    }
}
.steps__container {
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .steps__container {
        overflow: visible;
    }
}
.steps__pre-title {
    margin-bottom: 8px;
    max-width: 180px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .steps__pre-title {
        margin-bottom: 24px;
        max-width: 300px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .steps__pre-title {
        font-size: 24px;
    }
}
.steps__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .steps__title {
        margin-bottom: 48px;
        max-width: 800px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .steps__title {
        max-width: 900px;
        font-size: 64px;
    }
}
.steps__list {
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .steps__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        -webkit-transform: none !important;
        transform: none !important;
        width: 100% !important;
    }
}
@media screen and (min-width: 1024px) {
    .steps__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
.steps__item {
    width: 268px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
}
@media screen and (min-width: 768px) {
    .steps__item {
        width: 100%;
    }
    .steps__item--wide {
        width: 100%;
        grid-column: 1/-1;
    }
}
.steps__tab {
    height: 100%;
    min-height: 156px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .steps__tab--wide {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24px;
        padding: 30px 200px 30px 140px;
        overflow: visible;
    }
    .steps__tab--wide::before {
        content: "";
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 90px;
        height: 90px;
        background-image: url("images/decor/flag_of_europe.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }
    .steps__tab--wide::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 180px;
        height: 180px;
        background-image: url("images/decor/passport_of_rumuniia.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
    .steps__tab--wide::after {
        right: 10px;
    }
}
@media screen and (min-width: 1024px) {
    .steps__tab--wide {
        padding: 40px 280px 40px 160px;
    }
}
.steps__number {
    font-size: 32px;
    font-weight: 700;
    color: #4065f6;
    opacity: 0.8;
}
.steps__number--compact {
    font-size: 20px;
    font-weight: 500;
}
.steps__tab--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}
.steps__text {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
@media screen and (min-width: 1024px) {
    .steps__text {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .steps__text {
        font-size: 20px;
    }
}
.steps__tab--text {
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.25;
    color: #000;
}
@media screen and (min-width: 1024px) {
    .steps__tab--text {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .steps__tab--text {
        font-size: 20px;
    }
}
.steps__tab--text::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #4065f6;
    border-radius: 50%;
}
@media screen and (min-width: 1024px) {
    .steps__tab--text::before {
        top: 10px;
    }
}
@media screen and (min-width: 1440px) {
    .steps__tab--text::before {
        top: 12px;
    }
}
.steps__accent--line {
    margin-top: 20px;
    padding: 40px 30px;
    border-radius: 16px;
    background-color: #4065f6;
}
@media screen and (min-width: 1024px) {
    .steps__accent--line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
}
@media screen and (min-width: 1440px) {
    .steps__accent--line {
        gap: 40px;
        padding: 40px 60px;
    }
}
.steps__accent--text {
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    color: hsla(0, 0%, 100%, 0.8);
}
@media screen and (min-width: 1024px) {
    .steps__accent--text {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        font-size: 18px;
    }
}
@media screen and (min-width: 1440px) {
    .steps__accent--text {
        font-size: 22px;
    }
}
@media screen and (min-width: 1920px) {
    .steps__accent--text {
        font-size: 24px;
    }
}
.steps__link {
    display: block;
    max-width: 280px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 32px;
    font-size: clamp(0.75rem, 0.5rem + 1.25vw, 0.875rem);
    line-height: 1.7;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    text-align: center;
    border-radius: 16px;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
}
@media screen and (min-width: 1024px) {
    .steps__link {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        white-space: nowrap;
        margin-top: 0;
    }
}
@media screen and (min-width: 1440px) {
    .steps__link {
        max-width: 320px;
        font-size: 18px;
    }
}
.steps__list {
    position: relative;
    padding-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
    .steps__list::after {
        content: "Листайте";
        position: absolute;
        bottom: 10px;
        left: calc(80% + 20px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 11px;
        font-weight: 600;
        color: rgba(64, 101, 246, 0.6);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .steps__list::before {
        content: "«";
        position: absolute;
        bottom: 8px;
        left: calc(80% - 35px);
        font-size: 20px;
        line-height: 1;
        color: #4065f6;
        -webkit-animation: doubleArrowPseudo 1.5s infinite ease-in-out;
        animation: doubleArrowPseudo 1.5s infinite ease-in-out;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .steps__list.is-hidden::before,
    .steps__list.is-hidden::after {
        opacity: 0;
        visibility: hidden;
    }
}
@-webkit-keyframes doubleArrowPseudo {
    0% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
    }
}
@keyframes doubleArrowPseudo {
    0% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
    }
}
.docs__pre-title {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .docs__pre-title {
        margin-bottom: 24px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .docs__pre-title {
        font-size: 24px;
    }
}
.docs__title {
    margin-bottom: 32px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
}
@media screen and (min-width: 768px) {
    .docs__title {
        margin-bottom: 48px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .docs__title {
        font-size: 64px;
    }
}
.docs__subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
    .docs__subtitle {
        width: 84%;
    }
}
@media screen and (min-width: 1440px) {
    .docs__subtitle {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .docs__subtitle {
        font-size: 18px;
    }
}
.docs__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .docs__tabs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.docs__tab {
    padding: 12px 20px;
    border: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    color: #4065f6;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
    .docs__tab {
        position: relative;
        padding: 18px 24px;
        color: rgba(0, 0, 0, 0.3);
        font-size: 24px;
    }
    .docs__tab::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.06);
        -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
    .docs__tab::before {
        width: 55px;
        height: 55px;
    }
}
@media screen and (min-width: 768px) {
    .docs__tab:not(.active):hover {
        color: #4065f6;
    }
    .docs__tab:not(.active):hover::before {
        background: rgba(64, 101, 246, 0.1);
    }
}
@media screen and (min-width: 1024px) {
    .docs__tab {
        padding: 18px 24px 18px 36px;
        font-size: 36px;
    }
}
.docs__tab.active {
    background: #4065f6;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .docs__tab.active {
        background: rgba(0, 0, 0, 0);
        color: #4065f6;
    }
    .docs__tab.active::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(64, 101, 246, 0.14);
        -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
    .docs__tab.active::before {
        width: 55px;
        height: 55px;
    }
}
.docs__table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 32px;
}
.docs__table-wrapper::-webkit-scrollbar {
    height: 4px;
}
.docs__table-wrapper::-webkit-scrollbar-thumb {
    background-color: #c8c8c8;
    border-radius: 10px;
}
.docs__table {
    width: 100%;
    min-width: 600px;
    border-collapse: separate;
    border-spacing: 0 8px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .docs__table {
        min-width: 100%;
        border-spacing: 0 12px;
    }
}
.docs__table thead th {
    padding: 0 20px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
}
@media screen and (min-width: 768px) {
    .docs__table thead th {
        font-size: 14px;
    }
}
@media screen and (min-width: 1920px) {
    .docs__table thead th {
        font-size: 16px;
    }
}
.docs__table tbody tr {
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition:
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
}
.docs__table tbody tr:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.docs__table tbody td {
    padding: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.8);
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
    .docs__table tbody td {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .docs__table tbody td {
        font-size: 18px;
    }
}
.docs__table tbody td:first-child {
    border-radius: 16px 0 0 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    width: 50px;
}
.docs__table tbody td:last-child {
    border-radius: 0 16px 16px 0;
    text-align: right;
    font-size: 16px;
    white-space: nowrap;
}
.docs__table th.text-right,
.docs__table td.text-right {
    text-align: right;
}
.docs__table th:last-child,
.docs__table td:last-child {
    text-align: right;
}
.docs__table td:last-child {
    font-weight: 600;
}
.docs__table {
    table-layout: fixed;
    width: 100%;
    min-width: 650px;
}
.docs__table th,
.docs__table td {
    overflow: hidden;
    text-overflow: ellipsis;
}
.docs__table th:nth-child(1),
.docs__table td:nth-child(1) {
    width: 60px;
    text-align: center;
}
@media screen and (min-width: 1920px) {
    .docs__table th:nth-child(1),
    .docs__table td:nth-child(1) {
        width: 80px;
    }
}
.docs__table th:nth-child(2),
.docs__table td:nth-child(2) {
    width: auto;
}
.docs__table th:nth-child(3),
.docs__table td:nth-child(3) {
    width: 180px;
}
@media screen and (min-width: 768px) {
    .docs__table th:nth-child(3),
    .docs__table td:nth-child(3) {
        width: 200px;
    }
}
@media screen and (min-width: 1920px) {
    .docs__table th:nth-child(3),
    .docs__table td:nth-child(3) {
        width: 220px;
    }
}
.docs__table th:nth-child(4),
.docs__table td:nth-child(4) {
    width: 130px;
    text-align: right;
}
@media screen and (min-width: 768px) {
    .docs__table th:nth-child(4),
    .docs__table td:nth-child(4) {
        width: 140px;
    }
}
@media screen and (min-width: 1920px) {
    .docs__table th:nth-child(4),
    .docs__table td:nth-child(4) {
        width: 160px;
    }
}
.docs__tbody {
    display: none;
}
.docs__tbody.active {
    display: table-row-group;
}
.docs__accent--line {
    margin-top: 20px;
    padding: 40px 30px;
    border-radius: 16px;
    background-color: #4065f6;
}
@media screen and (min-width: 1024px) {
    .docs__accent--line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
}
@media screen and (min-width: 1440px) {
    .docs__accent--line {
        gap: 40px;
        padding: 40px 60px;
    }
}
.docs__accent--text {
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    color: hsla(0, 0%, 100%, 0.8);
}
@media screen and (min-width: 1024px) {
    .docs__accent--text {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        font-size: 18px;
    }
}
@media screen and (min-width: 1440px) {
    .docs__accent--text {
        font-size: 22px;
    }
}
@media screen and (min-width: 1920px) {
    .docs__accent--text {
        font-size: 24px;
    }
}
.docs__link {
    display: block;
    max-width: 280px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 32px;
    font-size: clamp(0.75rem, 0.5rem + 1.25vw, 0.875rem);
    line-height: 1.7;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    text-align: center;
    border-radius: 16px;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
}
@media screen and (min-width: 1024px) {
    .docs__link {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        white-space: nowrap;
        margin-top: 0;
    }
}
@media screen and (min-width: 1440px) {
    .docs__link {
        max-width: 320px;
        font-size: 18px;
    }
}
.reviews__main-wrapper {
    position: relative;
    width: 100%;
}
@media screen and (min-width: 1440px) {
    .reviews__main-wrapper {
        padding: 0 60px;
    }
}
.reviews__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.reviews-slider__btns {
    display: none;
}
@media screen and (min-width: 768px) {
    .reviews-slider__btns {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        z-index: 10;
        pointer-events: none;
    }
}
.reviews-slider__prev-button,
.reviews-slider__next-button {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition:
        transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.reviews-slider__prev-button:hover,
.reviews-slider__next-button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.reviews__pre-title {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .reviews__pre-title {
        margin-bottom: 24px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .reviews__pre-title {
        font-size: 24px;
    }
}
.reviews__title {
    margin-bottom: 32px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
}
@media screen and (min-width: 768px) {
    .reviews__title {
        margin-bottom: 48px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .reviews__title {
        font-size: 64px;
    }
}
.reviews__list {
    padding: 0;
    margin: 0;
}
.reviews__client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1440px) {
    .reviews__client {
        width: 85%;
    }
}
.reviews__description {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
    .reviews__description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .reviews__description {
        font-size: 20px;
    }
}
@media screen and (min-width: 1920px) {
    .reviews__description {
        font-size: 22px;
    }
}
.reviews__description::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-image: url("images/decor/quotes.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}
.reviews__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media screen and (min-width: 1024px) {
    .reviews__img {
        width: 42px;
        height: 42px;
    }
}
@media screen and (min-width: 1440px) {
    .reviews__img {
        width: 48px;
        height: 48px;
    }
}
.reviews__name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1024px) {
    .reviews__name {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .reviews__name {
        font-size: 20px;
    }
}
.reviews__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    gap: 8px;
}
.reviews__pagination .swiper-pagination-bullet {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-color: #dad7d7;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition:
        background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition:
        background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition:
        background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition:
        background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 !important;
}
.reviews__pagination .swiper-pagination-bullet-active {
    background-color: #4065f6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.contacts {
    padding-top: 10px;
    padding-top: calc(140px + env(safe-area-inset-top));
}
.contact-us {
    position: relative;
    z-index: 2;
}
.contact-us__wrapper {
    position: relative;
    width: 100%;
    padding: 40px 16px 16px;
    background-color: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .contact-us__wrapper {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 20px;
    }
}
@media screen and (min-width: 1024px) {
    .contact-us__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 60px;
        width: 100%;
        padding: 40px 80px;
    }
}
.contact-us__inner,
.contact-us-form {
    width: 100%;
}
.contact-us__inner {
    margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
    .contact-us__inner {
    margin-bottom: 0px;
    }
}
@media screen and (min-width: 1440px) {
    .contact-us__inner,
    .contact-us-form {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.contact-us__title {
    margin-bottom: 32px;
    max-width: 150px;
    font-size: 32px;
    font-weight: 400;
    line-height: 0.87;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .contact-us__title {
        max-width: 250px;
    }
}
.contact-us__inner .contact-us__text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 32px;
}
@media screen and (min-width: 1440px) {
    .contact-us__inner .contact-us__text p {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .contact-us__inner .contact-us__text p {
        font-size: 18px;
    }
}
.contact-us__inner .contact-us__text p:last-child {
    margin-bottom: 0;
}
.contact-us__inner .contact-us__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 32px;
}
.contact-us__inner .contact-us__description p:last-child {
    margin-bottom: 0;
}
.contact-us__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}
.contact-us__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}

.contact-us-form,
.wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.contact-us-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
@media screen and (min-width: 1440px) {
    .contact-us-form__field {
        width: 380px;
    }
}
.contact-us-form__label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    /* padding-left: 16px; */
    gap: 8px;
    /* padding: 4px 16px; */
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}
@media screen and (min-width: 1440px) {
    .contact-us-form__label {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .contact-us-form__label {
        font-size: 18px;
    }
}
/* Стилізуємо тільки текст */
.contact-us-form__label-text {
    padding-left: 16px; /* Тепер тільки текст відступить праворуч */
    font-size: 14px;
    line-height: 1.65;
    color: rgba(0, 0, 0, 0.8);
}
.contact-us-form__input,
.contact-us-form__comment,
.wpcf7-form-control {
    width: 100%;
    padding: 10px;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 1.65;
    border-radius: 16px;
    /* font-family: "Inter", sans-serif; */
    /* color: rgba(0, 0, 0, 0.8); */
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
    .contact-us-form__input,
    .contact-us-form__comment,
    .wpcf7-form-control {
        font-size: 18px;
    }
}
.contact-us-form__input::-webkit-input-placeholder,
.contact-us-form__comment::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 300;
}
.contact-us-form__input:-moz-placeholder,
.contact-us-form__comment:-moz-placeholder {
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 300;
}
.contact-us-form__input::-moz-placeholder,
.contact-us-form__comment::-moz-placeholder {
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 300;
}
.contact-us-form__input:-ms-input-placeholder,
.contact-us-form__comment:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 300;
}
.contact-us-form__comment {
    min-height: 116px;
    padding: 14px 10px;
    resize: vertical;
}
.contact-us-form__comment::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.5;
}
.contact-us-form__comment::-moz-placeholder {
    font-size: 16px;
    line-height: 1.5;
}
.contact-us-form__comment:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.5;
}
.contact-us-form__comment::-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.5;
}
.contact-us-form__comment::placeholder {
    font-size: 16px;
    line-height: 1.5;
}
.contact-us-form__input:focus,
.contact-us-form__comment:focus {
    outline: none;
}
.contact-us-form__input:focus::-webkit-input-placeholder,
.contact-us-form__comment:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.contact-us-form__input:focus::-moz-placeholder,
.contact-us-form__comment:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.contact-us-form__input:focus:-ms-input-placeholder,
.contact-us-form__comment:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.contact-us-form__input:focus::-ms-input-placeholder,
.contact-us-form__comment:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.contact-us-form__input:focus::placeholder,
.contact-us-form__comment:focus::placeholder {
    color: rgba(0, 0, 0, 0);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.contact-us-form__submit-btn {
    display: block;
    width: 100%;
    border: none;
    padding: 16px 32px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    background-color: #4065f6;
    text-align: center;
    border-radius: 16px;
}
@media screen and (min-width: 1440px) {
    .contact-us-form__submit-btn {
        width: 380px;
        font-size: 18px;
    }
}
.contact-us-form__submit-btn:hover {
    opacity: 0.9;
}
.contact-us-form__submit-btn p {
    margin: 0;
    padding: 0;
}
/* Дозволяємо контейнеру CF7 розтягуватися на всю ширину лейбла */
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.wpcf7-spinner {
    display: none;
}
.contact-us-form__label input,
.contact-us-form__label textarea,
.wpcf7-form-control:not([type="submit"]) {
    width: 100%;
    margin-left: 0px; /* Компенсуємо padding лейбла, щоб поле було на всю ширину */
    padding: 12px 20px; /* Внутрішній відступ тексту в полі */
    height: 58px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.contact-us-form__label textarea {
    height: auto;
    min-height: 120px;
}
/* ::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 300;
} */
.contact-us__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    background-repeat: no-repeat;
    -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-us__link::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: background-image 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-image 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-us__link[aria-label="Phone"] {
    background-image: url("images/icons/phone-icon.svg");
}
.contact-us__link[aria-label="Phone"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("images/icons/phone-icon-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-us__link[aria-label="Email"] {
    background-image: url("images/icons/email-icon.svg");
}
.contact-us__link[aria-label="Email"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("images/icons/email-icon-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-us__link[aria-label="Google maps"] {
    background-image: url("images/icons/map-icon.svg");
}
.contact-us__link[aria-label="Google maps"]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("images/icons/map-icon-hover.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-us__link:hover,
.contact-us__link:focus {
    color: #4065f6;
}
.contact-us__link:hover::after,
.contact-us__link:focus::after {
    opacity: 1;
}
.contact-us__link:hover {
    color: #4065f6;
}
.contact-us__link--address::before {
    background-image: url("images/icons/map-icon.svg");
}
.contact-us__link--address:hover::before {
    background-image: url("images/icons/map-icon-hover.svg");
}
.footer {
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    background-color: #4065f6;
}
@media screen and (min-width: 768px) {
    .footer {
        padding: 40px 32px;
    }
}
.footer-mt {
    margin-top: -40px;
    padding-top: 80px;
}
.footer--black {
    margin-top: 0;
    background-color: #000;
}
.footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}
@media screen and (min-width: 768px) {
    .footer__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.footer-info__logo {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}
.footer-info__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    max-width: 220px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .footer-info__copyright {
        max-width: auto;
    }
}
@media screen and (min-width: 1920px) {
    .footer-info__copyright {
        font-size: 18px;
    }
}
.footer-info__line {
    display: block;
    width: 100%;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .footer__list {
        gap: 8px;
    }
}
.widget-title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: hsla(0, 0%, 100%, 0.3);
}
@media screen and (min-width: 1920px) {
    .widget-title {
        font-size: 18px;
    }
}
.widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.widget_nav_menu ul li a {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .widget_nav_menu ul li a {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .widget_nav_menu ul li a {
        font-size: 22px;
    }
}
.widget-title {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .widget-title {
        text-align: left;
    }
}
.widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    list-style: none;
}
@media screen and (min-width: 768px) {
    .widget_nav_menu ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.footer .footer__socials--black,
.footer .footer__socials {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer .footer__socials--black::after,
.footer .footer__socials::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer__socials--black:hover::after,
.footer .footer__socials:hover::after,
.footer .footer__socials--black:focus::after,
.footer .footer__socials:focus::after {
    opacity: 1;
}
.footer .footer__socials[aria-label="Instagram"] {
    background-image: url("images/icons/instagram.svg");
}
.footer .footer__socials[aria-label="Instagram"]::after {
    background-image: url("images/icons/instagram-hover.svg");
}
.footer .footer__socials[aria-label="Facebook"] {
    background-image: url("images/icons/facebook.svg");
}
.footer .footer__socials[aria-label="Facebook"]::after {
    background-image: url("images/icons/facebook-hover.svg");
}
.footer .footer__socials[aria-label="Youtube"] {
    background-image: url("images/icons/youtube.svg");
}
.footer .footer__socials[aria-label="Youtube"]::after {
    background-image: url("images/icons/youtube-hover.svg");
}
.footer .footer__socials[aria-label="Linkedin"] {
    background-image: url("images/icons/linkedin.svg");
}
.footer .footer__socials[aria-label="Linkedin"]::after {
    background-image: url("images/icons/linkedin-hover.svg");
}
.footer .footer__socials[aria-label="Telegram"] {
    background-image: url("images/icons/telegram.svg");
}
.footer .footer__socials[aria-label="Telegram"]::after {
    background-image: url("images/icons/telegram-hover.svg");
}
.footer .footer__socials[aria-label="Whatsapp"] {
    background-image: url("images/icons/whatsapp.svg");
}
.footer .footer__socials[aria-label="Whatsapp"]::after {
    background-image: url("images/icons/whatsapp-hover.svg");
}
.footer .footer__socials--black[aria-label="Instagram"] {
    background-image: url("images/icons/instagram-black.svg");
}
.footer .footer__socials--black[aria-label="Instagram"]::after {
    background-image: url("images/icons/instagram-hover.svg");
}
.footer .footer__socials--black[aria-label="Facebook"] {
    background-image: url("images/icons/facebook-black.svg");
}
.footer .footer__socials--black[aria-label="Facebook"]::after {
    background-image: url("images/icons/facebook-hover.svg");
}
.footer .footer__socials--black[aria-label="Youtube"] {
    background-image: url("images/icons/youtube-black.svg");
}
.footer .footer__socials--black[aria-label="Youtube"]::after {
    background-image: url("images/icons/youtube-hover.svg");
}
.footer .footer__socials--black[aria-label="Linkedin"] {
    background-image: url("images/icons/linkedin-black.svg");
}
.footer .footer__socials--black[aria-label="Linkedin"]::after {
    background-image: url("images/icons/linkedin-hover.svg");
}
.footer .footer__socials--black[aria-label="Telegram"] {
    background-image: url("images/icons/telegram-black.svg");
}
.footer .footer__socials--black[aria-label="Telegram"]::after {
    background-image: url("images/icons/telegram-hover.svg");
}
.footer .footer__socials--black[aria-label="Whatsapp"] {
    background-image: url("images/icons/whatsapp-black.svg");
}
.footer .footer__socials--black[aria-label="Whatsapp"]::after {
    background-image: url("images/icons/whatsapp-hover.svg");
}
.company__container {
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .company__container {
        overflow: visible;
    }
}
.company__pre-title {
    margin-bottom: 8px;
    max-width: 180px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .company__pre-title {
        margin-bottom: 24px;
        max-width: 200px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .company__pre-title {
        max-width: 280px;
        font-size: 24px;
    }
}
.company__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .company__title {
        margin-bottom: 48px;
        max-width: 520px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .company__title {
        max-width: 720px;
        font-size: 64px;
    }
}
.company__description {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1024px) {
    .company__description {
        margin-bottom: 48px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .company__description {
        max-width: 96%;
        margin-bottom: 64px;
        font-size: 20px;
    }
}
@media screen and (min-width: 1920px) {
    .company__description {
        max-width: 90%;
    }
}
.company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(0.5rem, -0.5rem + 5vw, 1rem);
    margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
    .company__inner {
        margin-bottom: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .company__inner {
        margin-bottom: 64px;
    }
}
.company__inner-numb {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
.company__inner-text {
    font-size: clamp(0.75rem, 0.25rem + 2.5vw, 1rem);
    font-weight: 400;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1440px) {
    .company__inner-text {
        font-size: 20px;
    }
}
.company__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 768px) {
    .company__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
    }
}
@media screen and (min-width: 1440px) {
    .company__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.company__item {
    max-width: 268px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
}
@media screen and (min-width: 1024px) {
    .company__item {
        max-width: 330px;
    }
}
@media screen and (min-width: 1440px) {
    .company__item {
        max-width: 260px;
    }
}
@media screen and (min-width: 1920px) {
    .company__item {
        max-width: 360px;
    }
}
.company__tab {
    height: 100%;
    min-height: 156px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
@media screen and (min-width: 768px) {
    .company__tab--wide {
        padding: 40px 320px 40px 160px;
    }
}
.company__number {
    font-size: 32px;
    font-weight: 700;
    color: #4065f6;
    opacity: 0.8;
}
@media screen and (min-width: 1440px) {
    .company__icon {
        width: 32px;
        height: 32px;
    }
}
.company__text {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
@media screen and (min-width: 1024px) {
    .company__text {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .company__text {
        font-size: 20px;
    }
}
.company__list {
    position: relative;
}
@media screen and (max-width: 767.98px) {
    .company__list {
        padding-bottom: 50px;
    }
    .company__list::after {
        content: "Листайте";
        position: absolute;
        bottom: 10px;
        left: calc(80% + 20px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 11px;
        font-weight: 600;
        color: rgba(64, 101, 246, 0.6);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .company__list::before {
        content: "«";
        position: absolute;
        bottom: 8px;
        left: calc(80% - 35px);
        font-size: 20px;
        line-height: 1;
        color: #4065f6;
        -webkit-animation: doubleArrowPseudo 1.5s infinite ease-in-out;
        animation: doubleArrowPseudo 1.5s infinite ease-in-out;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    .company__list.is-hidden::before,
    .company__list.is-hidden::after {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes doubleArrowPseudo {
    0% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0;
    }
}
.consultation {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    background-color: #4065f6;
}
.consultation::before,
.consultation::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.8;
    z-index: 1;
}
.consultation::before {
    background-image: url("images/decor/arc-5.svg");
    width: 460px;
    height: 1070px;
    top: -2%;
    left: 0;
    pointer-events: none;
}
@media screen and (min-width: 1440px) {
    .consultation::before {
        top: 20%;
    }
}
.consultation::after {
    background-image: url("images/decor/arc-4.svg");
    width: 350px;
    height: 440px;
    bottom: -10%;
    right: 0;
    pointer-events: none;
}
.consultation__title {
    margin: 0 auto 32px;
    max-width: 290px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .consultation__title {
        max-width: 680px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .consultation__title {
        max-width: 780px;
    }
}
.consultation__text {
    margin: 0 auto 48px;
    max-width: 90%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .consultation__text {
        max-width: 440px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .consultation__text {
        max-width: 480px;
        font-size: 20px;
    }
}
@media screen and (min-width: 1440px) {
    .consultation__text {
        max-width: 560px;
        font-size: 20px;
    }
}
.consultation__link {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 32px;
    font-size: clamp(0.75rem, 0.5rem + 1.25vw, 0.875rem);
    line-height: 1.7;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    text-align: center;
    border-radius: 16px;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
}
@media screen and (min-width: 768px) {
    .consultation__link {
        max-width: 280px;
    }
}
@media screen and (min-width: 1440px) {
    .consultation__link {
        max-width: 320px;
        font-size: 18px;
    }
}
.stories__pre-title {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .stories__pre-title {
        margin-bottom: 24px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .stories__pre-title {
        font-size: 24px;
    }
}
.stories__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
}
@media screen and (min-width: 768px) {
    .stories__title {
        margin-bottom: 48px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .stories__title {
        font-size: 64px;
    }
}
.stories__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.stories__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 1440px) {
    .stories__name {
        font-size: 20px;
    }
}
@media screen and (min-width: 1920px) {
    .stories__name {
        font-size: 22px;
    }
}
.stories__person {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1440px) {
    .stories__person {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .stories__person {
        font-size: 20px;
    }
}
.stories__description {
    position: relative;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1440px) {
    .stories__description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .stories__description {
        font-size: 20px;
    }
}
.stories__description::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 94px;
    height: 74px;
    background-image: url("images/decor/quotes.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.stories__img--wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .stories__img--wrapper {
        width: calc(50% - 12px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media screen and (min-width: 1024px) {
    .stories__img--wrapper {
        width: 400px;
    }
}
.stories__img--wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 440px;
    height: 215px;
    background-color: #d1daff;
    border-radius: 24px;
    z-index: -1;
}
@media screen and (min-width: 1024px) {
    .stories__img--wrapper::before {
        width: 80%;
    }
}
.stories__img {
    position: relative;
    width: 80%;
    border-radius: 24px;
    z-index: 2;
}
@media screen and (min-width: 1024px) {
    .stories__img {
        width: 65%;
    }
}
.stories__slider {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
}
@media screen and (min-width: 1024px) {
    .stories__slider {
        padding-bottom: 0;
        overflow: visible;
    }
}
.stories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 1024px) {
    .stories__list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px;
        -webkit-transform: none !important;
        transform: none !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
    .stories__list {
        gap: 100px;
    }
}
.stories__item {
    height: auto;
}
@media screen and (min-width: 1024px) {
    .stories__item {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .stories__item:nth-child(even) .stories__client {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.stories__client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
@media screen and (min-width: 768px) {
    .stories__client {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 32px;
    }
}
@media screen and (min-width: 1024px) {
    .stories__client {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px;
    }
}
@media screen and (min-width: 1440px) {
    .stories__client {
        gap: 80px;
    }
}
.stories__card--wrapper {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .stories__card--wrapper {
        width: calc(50% - 12px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media screen and (min-width: 1024px) {
    .stories__card--wrapper {
        width: calc(50% - 30px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media screen and (min-width: 1920px) {
    .stories__card--wrapper {
        width: 700px;
    }
}
.stories__pagination {
    display: block;
    bottom: 10px !important;
}
@media screen and (min-width: 1024px) {
    .stories__pagination {
        display: none;
    }
}
.faq__pre-title {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .faq__pre-title {
        margin-bottom: 24px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .faq__pre-title {
        font-size: 24px;
    }
}
.faq__title {
    margin-bottom: 32px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
}
@media screen and (min-width: 768px) {
    .faq__title {
        margin-bottom: 48px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .faq__title {
        font-size: 64px;
    }
}
.faq__subtitle {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1440px) {
    .faq__subtitle {
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .faq__subtitle {
        font-size: 18px;
    }
}
.accordion {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
@media screen and (min-width: 1440px) {
    .accordion {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
.accordion__item {
    padding: 24px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    box-shadow: 0px 20px 20px -10px rgba(149, 149, 149, 0.25);
    border-radius: 24px;
}
.accordion__toggle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
    gap: 16px;
}
.accordion__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.accordion__icon::before,
.accordion__icon::after {
    content: "";
    position: absolute;
    background-color: #4065f6;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition:
        transform 250ms cubic-bezier(0.4, 0, 0.2, 1),
        -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__icon::before {
    width: 100%;
    height: 2px;
}
.accordion__icon::after {
    width: 2px;
    height: 100%;
}
.accordion__toggle[aria-expanded="true"] .accordion__icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.accordion__question {
    color: rgba(0, 0, 0, 0.8) !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.65;
}
@media screen and (min-width: 1920px) {
    .accordion__question {
        font-size: 18px;
    }
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__text {
    padding: 16px 0 0 42px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.65;
    color: #363049;
}
@media screen and (min-width: 1920px) {
    .accordion__text {
        font-size: 20px;
    }
}
.team {
    overflow: hidden;
}
.team__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
    .team__img {
        width: 240px;
        height: 240px;
    }
}
@media screen and (min-width: 1440px) {
    .team__img {
        width: 300px;
        height: 300px;
    }
}
.team__pre-title {
    margin-bottom: 8px;
    max-width: 180px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .team__pre-title {
        margin-bottom: 24px;
        max-width: 240px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .team__pre-title {
        max-width: 360px;
        font-size: 24px;
    }
}
.team__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .team__title {
        margin-bottom: 48px;
        max-width: 620px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .team__title {
        max-width: 820px;
        font-size: 64px;
    }
}
.team__text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02;
    color: #000;
}
@media screen and (min-width: 1024px) {
    .team__text {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .team__text {
        font-size: 20px;
    }
}
.team__name {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.02;
    color: #000;
}
@media screen and (min-width: 1024px) {
    .team__name {
        font-size: 18px;
    }
}
@media screen and (min-width: 1440px) {
    .team__name {
        font-size: 22px;
    }
}
.team__status {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.02;
    color: #000;
}
@media screen and (min-width: 1024px) {
    .team__status {
        font-size: 18px;
    }
}
@media screen and (min-width: 1440px) {
    .team__status {
        font-size: 22px;
    }
}
.process__pre-title {
    margin-bottom: 8px;
    max-width: 180px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .process__pre-title {
        margin-bottom: 24px;
        max-width: 260px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .process__pre-title {
        max-width: 360px;
        font-size: 24px;
    }
}
.process__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .process__title {
        margin-bottom: 48px;
        max-width: 620px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .process__title {
        max-width: 820px;
        font-size: 64px;
    }
}
@media screen and (min-width: 1024px) {
    .process__main {
        display: grid;
        grid-template-columns: minmax(350px, 1fr) 2fr;
        gap: 60px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}
@media screen and (min-width: 1920px) {
    .process__main {
        grid-template-columns: 450px 1fr;
        gap: 100px;
    }
}
.process__navigation {
    position: sticky;
    top: 0;
    background-color: #f7f7f7;
    z-index: 50;
}
.process__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    padding: 8px 0;
}
.process__list::-webkit-scrollbar {
    display: none;
}
@media screen and (min-width: 1024px) {
    .process__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 0;
        top: 40px;
        overflow-x: visible;
        border-bottom: none;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 0 0 20px;
    }
}
.process__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}
@media screen and (min-width: 1024px) {
    .process__item {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.process__link {
    position: relative;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0);
    border: none;
    -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    cursor: pointer;
}
@media screen and (min-width: 1024px) {
    .process__link {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .process__link {
        font-size: 20px;
    }
}
.process__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4065f6;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.process__link:hover {
    color: #000;
}
.process__link.active {
    color: #000;
}
.process__link.active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.stage__list {
    margin-top: 16px;
}
.stage__item {
    position: relative;
    padding-left: 25px;
    min-height: 18px;
}
.stage__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("images/icons/ticker.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.stage__item:not(:last-child) {
    margin-bottom: 8px;
}
.stage__bullet {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: #363049;
}
@media screen and (min-width: 1024px) {
    .stage__bullet {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .stage__bullet {
        font-size: 20px;
    }
}
.stages__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 1024px) {
    .stages__title {
        font-size: 28px;
    }
}
@media screen and (min-width: 1440px) {
    .stages__title {
        font-size: 32px;
    }
}
.stages__title--inner {
    margin-top: 32px;
}
.stages__description {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: #363049;
}
@media screen and (min-width: 1024px) {
    .stages__description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .stages__description {
        font-size: 20px;
    }
}
.stages__item:not(:last-child) {
    margin-bottom: 32px;
}
.stages__item {
    scroll-margin-top: 140px;
}
@media screen and (min-width: 768px) {
    .stages__item {
        scroll-margin-top: 110px;
    }
}
@media screen and (min-width: 1024px) {
    .stages__item {
        scroll-margin-top: 20px;
    }
}
.stages__img {
    margin-top: 16px;
    border-radius: 26px;
    width: 440px;
    height: 300px;
    object-fit: cover;
}
.stages__wrapper {
    margin-top: 16px;
    padding: 24px;
    background-color: #fff;
    border-radius: 24px;
}
.stages__wrapper--title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #000;
}
.services__pre-title {
    margin-bottom: 8px;
    max-width: 150px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .services__pre-title {
        margin-bottom: 24px;
        max-width: 200px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .services__pre-title {
        max-width: 280px;
        font-size: 24px;
    }
}
.services__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 768px) {
    .services__title {
        margin-bottom: 48px;
        max-width: 620px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .services__title {
        max-width: 820px;
        font-size: 64px;
    }
}
.services__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: clamp(0.75rem, 0.25rem + 2.5vw, 1rem);
    background: #fff;
    border-radius: 16px;
    padding: 4px;
    margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
    .services__tabs {
        display: none;
    }
}
.services__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 10px;
    border: none;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #4065f6;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.services__tab.active {
    color: #fff;
    background: #4065f6;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
    .services__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 24px;
    }
}
@media screen and (min-width: 1024px) {
    .services__list {
        margin-bottom: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .services__list {
        gap: 48px;
    }
}
@media screen and (min-width: 1920px) {
    .services__list {
        gap: 180px;
        margin-bottom: 56px;
    }
}
.services__item {
    display: none;
}
.services__item.active {
    display: block;
}
@media screen and (min-width: 768px) {
    .services__item {
        display: block !important;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 350px;
    }
}
@media screen and (min-width: 1440px) {
    .services__item {
        max-width: 450px;
    }
}
@media screen and (min-width: 1920px) {
    .services__item {
        max-width: 400px;
    }
}
@media screen and (min-width: 768px) {
    .services__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1440px) {
    .services__wrapper {
        margin-left: -100px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 120px;
    }
}
@media screen and (min-width: 1920px) {
    .services__wrapper {
        margin-left: -200px;
        gap: 220px;
    }
}
.services__text {
    margin-bottom: 32px;
    font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
    .services__text {
        max-width: 460px;
    }
}
@media screen and (min-width: 1024px) {
    .services__text {
        max-width: 620px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .services__text {
        max-width: 770px;
        font-size: 20px;
    }
}
.services__link {
    display: block;
    padding: 12px 32px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #fff;
    background-color: #4065f6;
    text-align: center;
    border-radius: 16px;
}
@media screen and (min-width: 768px) {
    .services__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 124px;
        height: 124px;
        line-height: 1.25;
        border-radius: 50%;
    }
}
@media screen and (min-width: 1024px) {
    .services__link {
        width: 148px;
        height: 148px;
    }
}
@media screen and (min-width: 1440px) {
    .services__link {
        font-size: 18px;
    }
}
.service-card {
    height: 100%;
}
.service-card__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
    .service-card__title {
        max-width: auto;
        font-size: 13px;
    }
}
@media screen and (min-width: 1024px) {
    .service-card__title {
        min-width: 90%;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.25;
    }
}
@media screen and (min-width: 1920px) {
    .service-card__title {
        font-size: 24px;
        margin-bottom: 22px;
    }
}
.service-card__subtitle {
    margin-bottom: 8px;
    max-width: 280px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
    .service-card__subtitle {
        max-width: auto;
        font-size: 13px;
    }
}
@media screen and (min-width: 1024px) {
    .service-card__subtitle {
        min-width: 90%;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.25;
    }
}
@media screen and (min-width: 1920px) {
    .service-card__subtitle {
        font-size: 22px;
    }
}
.service-card__price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin-bottom: 8px;
}
.service-card__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-top: 24px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 1.4;
    border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 1440px) {
    .service-card__bullets {
        max-width: 320px;
    }
}
@media screen and (min-width: 1920px) {
    .service-card__bullets {
        max-width: 360px;
    }
}
.service-card__bullet {
    position: relative;
    max-width: 300px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #000;
}
@media screen and (min-width: 1920px) {
    .service-card__bullet {
        max-width: 360px;
        font-size: 18px;
    }
}
.service-card__bullet::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("images/icons/ticker.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
    .service-card__bullet::before {
        width: 20px;
        height: 20px;
    }
}
@media screen and (min-width: 1440px) {
    .service-card__bullet::before {
        width: 24px;
        height: 24px;
    }
}
.service-card__action {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
@media screen and (min-width: 1440px) {
    .service-card__action {
        max-width: 80%;
    }
}
.service-card__link {
    margin-top: 32px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
    background-color: #4065f6;
    border-radius: 16px;
    -webkit-transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1440px) {
    .service-card__link {
        margin-top: 48px;
        font-size: 18px;
    }
}
.service-card__link:hover {
    opacity: 0.9;
}
.info__pre-title {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-align: center;
    color: #4065f6;
}
@media screen and (min-width: 768px) {
    .info__pre-title {
        margin-bottom: 24px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1920px) {
    .info__pre-title {
        font-size: 24px;
    }
}
.info__title {
    margin-bottom: 24px;
    font-size: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
}
@media screen and (min-width: 768px) {
    .info__title {
        margin-bottom: 48px;
        font-size: 48px;
    }
}
@media screen and (min-width: 1440px) {
    .info__title {
        font-size: 64px;
    }
}
.info__description {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
    color: #363049;
}
@media screen and (min-width: 1024px) {
    .info__description {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {
    .info__description {
        font-size: 20px;
    }
}
@media screen and (min-width: 1920px) {
    .info__description {
        font-size: 22px;
    }
} /*# sourceMappingURL=main.min.css.map */
