:root {
    --app-font-base: "InterTight";
    --app-color-white: #fff;
    --app-color-black: #172032;
    --app-color-primary: #a99cee;
    --app-color-primary-light: #f3f5ff;
    --app-color-primary-hover: #9889e0;
    --app-color-black-hover: #152035;
    --app-color-lightPrimary: #f1f0fd;
    --app-color-gray: #eeeef1;
    --app-color-dark-gray: #757d8a;
    --app-color-light-gray: #f7f7f9;
    --app-button-padding: 14px 24px 14px 20px;
    --app-button-font-size: 15px;
    --app-button-line-height: 143%;
    --app-button-letter-spacing: 0.04em;
    --app-button-color: #fff;
    --app-button-border-radius: 32px;
    --app-button-font-weight: 600;
    --app-transition: 0.25s ease-in-out;
    --app-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    --app-button-weight: 700;
}
* {
    margin: 0;
    padding: 0;
}
*,
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
ul {
    list-style-type: none;
}
a {
    background: transparent;
    text-decoration: none;
    transition:
        background-color var(--app-transition),
        color var(--app-transition),
        opacity var(--app-transition);
}
::-moz-selection {
    background-color: var(--app-color-primary);
    color: var(--app-color-white);
}
::selection {
    background-color: var(--app-color-primary);
    color: var(--app-color-white);
}
button,
input {
    background-color: transparent;
    border: none;
    font-family: var(--app-font-base);
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
input:focus,
textarea:focus {
    outline: 0;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
}
button {
    background: none;
    border: none;
}
summary::-webkit-details-marker {
    display: none;
}
ol {
    list-style-position: inside;
}
.hidden,
.hide {
    display: none !important;
}
.pointer-event-none {
    pointer-events: none;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible;
}
.ellipsis {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.header__nav{
    display: flex;
    align-items: center;
    gap: 6px;
}
.section {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .section {
        --padding: 11.111vh;
    }
}
@media (max-width: 576px) {
    .section {
        --padding: 64px;
    }
}
.section {
    padding: var(--padding) 0;
}
.section--rounded {
    border-radius: 0;
    position: relative;
    z-index: 5;
}
@media (max-width: 576px) {
    .section--rounded {
        border-radius: 32px;
    }
}
.section--white {
    background-color: transparent;
    color: var(--app-color-black);
}
.section--primary {
    background-color: var(--app-color-primary-light);
    color: var(--app-color-black);
}
@media (max-width: 576px) {
    .section.what-we-do {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
@media (max-width: 576px) {
    .section.ways {
        margin-bottom: 0;
    }
}
.section.ways {
    z-index: 5;
}
.section.section--footer {
    padding: 0;
}
.section.reviews {
    margin-top: 0;
}
.visually-hidden {
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.img {
    display: block;
    max-width: 100%;
    overflow: hidden;
}
.img img {
    height: 100%;
    object-fit: cover;
    transition: transform var(--app-transition);
    width: 100%;
}
.grid-to-right {
    grid-column: 8 / span 5;
}
.no-padding {
    padding: 0 !important;
}
.plus-icon {
    align-items: center;
    background-color: var(--app-color-white);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    position: relative;
    transition: background-color var(--app-transition);
    width: 40px;
}
@media (max-width: 576px) {
    .plus-icon {
        height: 32px;
        width: 32px;
    }
}
.plus-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23172032' d='M14.25 8a.75.75 0 0 1-.75.75H8.75v4.75a.75.75 0 1 1-1.5 0V8.75H2.5a.75.75 0 0 1 0-1.5h4.75V2.5a.75.75 0 0 1 1.5 0v4.75h4.75a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16px;
    transition:
        background-image var(--app-transition),
        transform var(--app-transition);
    width: 16px;
}
@media (max-width: 576px) {
    .plus-icon:before {
        height: 12px;
        width: 12px;
    }
}
.expanded .plus-icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23172032' d='M14.25 8a.75.75 0 0 1-.75.75h-11a.75.75 0 0 1 0-1.5h11a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E");
}
.plus-icon.plus-icon--gray {
    background-color: var(--app-color-gray);
}
[data-i18n] {
    white-space: pre-line;
}
@font-face {
    font-display: swap;
    font-family: InterTight;
    font-style: normal;
    font-weight: 200;
    src:
        local("InterTight-ExtraLight"),
        url(../fonts/InterTight-ExtraLight.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: InterTight;
    font-style: normal;
    font-weight: 300;
    src:
        local("InterTight-Light"),
        url(../fonts/InterTight-Light.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: InterTight;
    font-style: normal;
    font-weight: 400;
    src:
        local("InterTight-Regular"),
        url(../fonts/InterTight-Regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: InterTight;
    font-style: normal;
    font-weight: 500;
    src:
        local("InterTight-Medium"),
        url(../fonts/InterTight-Medium.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: InterTight;
    font-style: normal;
    font-weight: 600;
    src:
        local("InterTight-SemiBold"),
        url(../fonts/InterTight-SemiBold.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: InterTight;
    font-style: normal;
    font-weight: 700;
    src:
        local("InterTight-Bold"),
        url(../fonts/InterTight-Bold.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: InterTight;
    font-style: normal;
    font-weight: 900;
    src:
        local("InterTight-ExtraBold"),
        url(../fonts/InterTight-ExtraBold.woff2) format("woff2");
}
.h1,
h1 {
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 52px;
}
@media (max-width: 1766px) {
    .h1,
    h1 {
        font-size: 52px;
        line-height: 52x;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 44px;
        line-height: 40px;
    }
}
.h2,
h2 {
    font-size: var(--typography-headline-2, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
    letter-spacing: -1.08px;
}
@media (max-width: 767px) {
    .h2,
    h2 {
        font-size: 26px;
        line-height: 28px;
    }
}
.h3,
h3 {
    font-size: var(--typography-headline-2, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
    letter-spacing: -1.08px;
}
.card__heading .h3, .card__heading h3{
    font-size: var(--typography-headline-3, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
@media (max-width: 767px) {
    .h3,
    h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
.h4,
h4 {
    font-size: var(--typography-headline-4, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 25px */
    letter-spacing: -0.2px;
}
@media (max-width: 576px) {
    .h4,
    h4 {
        font-size: 16px;
        line-height: 20px;
    }
}
.h5,
h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 156%;
}
.heading {
    align-items: start;
    margin-bottom: 64px;
    position: relative;
}
.content-text .heading{
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .heading {
        margin-bottom: 64px;
    }
}
@media (max-width: 576px) {
    .heading {
        margin-bottom: 40px;
    }
}
.heading.grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.heading-tag {
    align-items: center;
    column-gap: 8px;
    display: flex;
    position: relative;
}
.heading-tag:before {
    background-color: var(--app-color-primary);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 6px;
    margin: 5px;
    width: 6px;
}
.heading-tag:not(.grid-to-right) {
    grid-column: span 3;
}
@media (max-width: 1366px) {
    .heading-tag.grid-to-right {
        grid-column: span 12;
    }
}
.heading-title {
    grid-column: span 5;
}
.heading-button:not(.static) {
    position: absolute;
    right: 0;
    top: 0;
}
.heading-button {
    color: var(--app-color-gray);
}
.heading-description {
    grid-column: span 4;
}
.heading-tabs {
    grid-column: 4 / span 9;
}
.currency-converter__input::-webkit-input-placeholder {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.44px;
    line-height: 16px;
    text-transform: uppercase;
}
.currency-converter__input::-ms-input-placeholder {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.44px;
    line-height: 16px;
    text-transform: uppercase;
}
.caption,
.currency-converter__input::placeholder,
.footer .nav__count,
.header__nav .nav__count,
.heading-tag {
    color: var(--dark-gray, #757D8A);
    font-size: var(--typography-subtitle, 12px);
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .currency-converter__input::-webkit-input-placeholder {
        font-size: 9px;
        line-height: 14px;
    }
    .currency-converter__input::-ms-input-placeholder {
        font-size: 9px;
        line-height: 14px;
    }
    .caption,
    .currency-converter__input::placeholder,
    .footer .nav__count,
    .header__nav .nav__count,
    .heading-tag {
        font-size: 9px;
        line-height: 14px;
    }
}
.description {
    font-size: var(--typography-body-default, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
@media (max-width: 576px) {
    .description {
        font-size: 15px;
        line-height: 160%;
    }
}
.content.grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.accordion__item {
    padding: 40px 0;
    position: relative;
}
@media (max-width: 576px) {
    .accordion__item {
        padding: 32px 0;
    }
}
.accordion__item:not(:last-of-type) {
    border-bottom: 1px solid var(--app-color-gray);
}
.accordion__item:first-of-type {
    border-top: 1px solid var(--app-color-gray);
}
.accordion__item__title {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    position: relative;
    transition: var(--app-transition);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}
.accordion__item__text {
    color: var(--app-color-dark-gray);
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.accordion__item__text__answer {
    max-width: 927px;
    margin-top: 32px;
}
@media (max-width: 576px) {
    .accordion__item__text {
        margin-top: 24px;
    }
}
@media (any-hover: hover) {
    .accordion__item__icon:hover {
        background-color: var(--app-color-black);
    }
    .accordion__item__icon:hover:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M14.25 8a.75.75 0 0 1-.75.75H8.75v4.75a.75.75 0 1 1-1.5 0V8.75H2.5a.75.75 0 0 1 0-1.5h4.75V2.5a.75.75 0 0 1 1.5 0v4.75h4.75a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E");
    }
}
.accordion__item.expanded .accordion__item__icon {
    background-color: var(--app-color-black);
}
.accordion__item.expanded .accordion__item__icon:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M14.25 8a.75.75 0 0 1-.75.75h-11a.75.75 0 0 1 0-1.5h11a.75.75 0 0 1 .75.75'/%3E%3C/svg%3E");
}
.button {
    align-items: center;
    border: none;
    border-radius: var(--app-button-border-radius);
    color: var(--app-button-color);
    column-gap: 8px;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: var(--app-button-font-size);
    font-weight: var(--app-button-weight);
    justify-content: center;
    letter-spacing: var(--app-button-letter-spacing);
    line-height: var(--app-button-line-height);
    outline: none;
    overflow: hidden;
    padding: var(--app-button-padding);
    position: relative;
    text-decoration: none;
    transition: background-color var(--app-transition);
    white-space: nowrap;
}
@media (max-width: 767px) {
    .button {
        padding: 12px 16px;
    }
}
@media (max-width: 576px) {
    .button:not(.tab) {
        height: 40px;
        max-height: 40px;
    }
    .button {
        font-size: 12px;
        gap: 6px;
    }
}
.button--primary {
    background-color: var(--app-color-primary);
}
@media (any-hover: hover) {
    .button--primary:hover {
        background-color: var(--app-color-primary-hover);
    }
}
.button--tg {
    background-color: #229ed9;
    color: #fff;
}
.button--wa {
    background-color: #25d366;
    color: #fff;
}
.button--secondary {
    background-color: var(--app-color-black);
}
@media (any-hover: hover) {
    .button--secondary:hover {
        background-color: var(--app-color-black-hover);
    }
}
.button--transparent {
    background-color: var(--app-color-light-gray);
    color: var(--app-color-black);
}
.button--white {
    background-color: var(--app-color-white);
    color: var(--app-color-black);
    font-weight: 600;
}
.button.tab {
    font-weight: 500;
    padding: 12px 16px;
}
@media (max-width: 576px) {
    .button.tab {
        padding: 8px 12px;
    }
}
.button .icon,
.button svg,
.button > span,
.button__text {
    position: relative;
    z-index: 1;
}
.button .icon,
.button svg {
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}
@media (max-width: 576px) {
    .button .icon,
    .button svg {
        height: 12px;
        width: 12px;
    }
}
.button.disabled,
.button:disabled {
    opacity: 0.75;
    pointer-events: none;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
html {
    background: var(--app-color-wrapper);
    background-size: cover;
    font-family: var(--app-font-base);
    height: 100%;
    margin: 0;
    min-height: 320px;
    padding: 0;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--app-color-white);
    border-radius: 3px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--app-color-primary);
    border-radius: 3px;
}
body {
    background: linear-gradient(264deg, rgba(116, 147, 255, 0.1), rgba(169, 156, 238, 0.1) 98%),
        linear-gradient(0deg, #fff, #fff);
    color: var(--app-color-white);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 22px;
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: relative;
}
.main,
body {
    overflow-x: hidden;
}
.main {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-wrapper {
    position: relative;
}
.section-wrapper .bg-cover,
.section-wrapper .bg-video {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}
.section-wrapper .bg-video {
    z-index: 0;
}
.section-wrapper .bg-cover {
    background-color: var(--app-color-primary);
    mix-blend-mode: hue;
    z-index: 1;
}
.section-wrapper .bg-cover.blured {
    -webkit-backdrop-filter: blur(125px);
    backdrop-filter: blur(125px);
}
.section-wrapper__inner {
    position: relative;
    z-index: 5;
}

.container {
    margin: 0 auto;
    max-width: 1664px;
    padding: 0 32px;
    position: relative;
    width: 100%;
}
@media (max-width: 1366px) {
    .container {
        max-width: calc(90vw + 64px);
    }
}
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }
}
.body-def-desktop {


    color: var(--black, #172032);
    font-size: var(--typography-body-default, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
@media (max-width: 576px) {
    .body-def-desktop {
        font-size: 15px;
    }
    section.section.content {
        padding-top: 85px;
    }
}
.currency-converter {
    color: var(--app-color-black);
    margin-bottom: 8px;
}
.currency-converter:not(#calculator .currency-converter) {
    background: var(--app-color-white);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    row-gap: 16px;
}
@media (max-width: 576px) {
    .currency-converter:not(#calculator .currency-converter) {
        border-radius: 20px;
        padding: 16px;
        row-gap: 16px;
    }
}
.currency-converter .custom-select__button {
    background-color: var(--app-color-gray);
    border-radius: 1000px;
    gap: 8px;
    padding: 8px;
    width: max-content;
}
@media (max-width: 576px) {
    .currency-converter .custom-select__button {
        min-width: 75px;
    }
}
.currency-converter__buttons {
    margin-bottom: 24px;
    margin-top: 20px;
}
.currency-converter__buttons .button.tab {
    padding: 6px 16px;
}
.currency-converter__inner {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
}
.pd-top {
    padding-top: 160px;
}
.pd-bottom{
    padding-bottom: 160px;
}
@media (min-width: 768px) {
    .currency-converter__inner .currency-converter__block:first-of-type {
        padding: 32px 44px 32px 24px;
    }
    .currency-converter__inner .currency-converter__block:last-of-type {
        padding: 32px 20px 32px 44px;
    }
}
@media (max-width: 767px) {
    .currency-converter__inner .currency-converter__block {
        border-radius: 16px !important;
        padding: 16px !important;
    }
}
.currency-converter__swap {
    align-items: center;
    background-color: var(--app-color-black);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    left: 50%;
    outline: 8px solid var(--app-color-white);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color var(--app-transition);
    width: 48px;
    z-index: 1;
}
.currency-converter__swap svg {
    transition: transform var(--app-transition);
}
.currency-converter__swap.swapping svg {
    transform: rotate(180deg);
}
@media (any-hover: hover) {
    .currency-converter__swap:hover {
        background-color: var(--app-color-primary);
    }
}
@media (max-width: 576px) {
    .currency-converter__swap {
        height: 36px;
        width: 36px;
    }
}
.currency-converter__block {
    background-color: var(--app-color-light-gray);
    border-radius: 24px;
    width: 100%;
}
.currency-converter__block__inner {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.currency-converter__label {
    color: var(--app-color-dark-gray);
}
@media (max-width: 576px) {
    .currency-converter__label {
        font-size: 9px;
        line-height: 14px;
    }
}
.currency-converter__actions .button {
    width: 100%;
}
.currency-converter__field {
    display: flex;
    flex-direction: column;
    position: relative;
}
.currency-converter__field.loading {
    pointer-events: none;
}
.currency-converter__field.loading .currency-converter__input {
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.currency-converter__field.loading:before {
    animation: spinner-rotate 0.8s linear infinite;
    aspect-ratio: 1;
    border: 2px solid var(--app-color-black);
    border-radius: 50%;
    border-top-color: var(--app-color-white);
    content: "";
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}
.currency-converter__input {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 28px;
    width: 100%;
}
@media (max-width: 1766px) {
    .currency-converter__input {
        font-size: 24px;
    }
}
@media (max-width: 1600px) and (min-width: 1366px) {
    .currency-converter__input {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .currency-converter__input {
        font-size: 20px;
        line-height: 24px;
    }
}
.currency-converter__error {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 8px;
    margin-top: -8px;
}
.currency-converter .flag {
    border-radius: 50%;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}
@media (max-width: 576px) {
    .currency-converter .flag {
        height: 12px;
        width: 12px;
    }
}
.currency-converter .flag img {
    height: 100%;
    width: 100%;
}
@keyframes spinner-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}
.custom-select__dropdown__info {
    align-items: center;
    display: flex;
    gap: 4px;
}
.custom-select__dropdown__meta {
    color: var(--app-color-dark-gray);
    display: block;
    font-size: 10px;
    white-space: nowrap;
}
.calculator-rate {
    color: #757d8a;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 4%;
    padding-top: 2px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .calculator-rate {
        font-size: 9px;
        line-height: 14px;
        padding-top: 4px;
    }
}
.rate-block {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 576px) {
    .rate-block {
        flex-wrap: wrap;
    }
}
.custom-select__dropdown__item.disabled {
    cursor: not-allowed;
    opacity: 0.35;
    pointer-events: none;
}
.custom-select__dropdown__item .flag {
    border-radius: 50%;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}
@media (max-width: 576px) {
    .custom-select__dropdown__item .flag {
        height: 12px;
        width: 12px;
    }
}
.custom-select__dropdown__item .flag img {
    height: 100%;
    width: 100%;
}
.custom-select__wrapper--language .custom-select__dropdown__item {
    justify-content: center;
}
.custom-select__wrapper--language #languageSelectBtn {
    height: 100%;
}
.custom-select__button-name {
    font-weight: 700;
}
.skeleton {
    animation: skeleton-loading 1.5s infinite;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100% !important;
    overflow: hidden;
    position: relative;
}
@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}
.custom-select__button {
    align-items: center;
    background: var(--app-color-white);
    border: none;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    gap: 4px;
    padding: 14px 12px 14px 16px;
    transition:
        background-color var(--app-transition),
        box-shadow var(--app-transition);
}
@media (any-hover: hover) {
    .custom-select__button:hover {
        background-color: var(--app-color-white);
        box-shadow: var(--app-box-shadow);
    }
}
@media (max-width: 767px) {
    .custom-select__button {
        padding: 12px 12px 12px 16px;
    }
}
@media (max-width: 576px) {
    .header .custom-select__button {
        height: 40px !important;
    }
}
.custom-select__dropdown {
    left: 50%;
    position: absolute;
    top: 110%;
    transform: translateY(-10px) translateX(-50%);
    width: 100%;
}
.custom-select__dropdown:not(.header .custom-select__dropdown) {
    width: 180%;
}
.custom-select__dropdown {
    background: var(--app-color-gray);
    border-radius: 12px;
    color: var(--app-color-black);
    display: flex;
    flex-direction: column;
    max-height: 180px;
}
.hero .custom-select__dropdown {
    max-height: 245px;
}
@media (max-width: 576px) {
    .hero .custom-select__dropdown {
        max-height: 120px;
    }
}
.custom-select__dropdown {
    box-shadow: var(--app-box-shadow);
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all var(--app-transition);
    visibility: hidden;
    z-index: 100;
}
.custom-select__dropdown.show {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    visibility: visible;
}
.custom-select__dropdown::-webkit-scrollbar {
    width: 6px;
}
.custom-select__dropdown__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    gap: 8px;
    padding: 10px 12px;
    text-align: center;
    transition: background-color var(--app-transition);
}
.custom-select__dropdown__item:not(:last-child) {
    border-bottom: 1px solid var(--app-color-gray);
}
.custom-select__dropdown__item.active {
    background-color: var(--app-color-white);
}
@media (any-hover: hover) {
    .custom-select__dropdown__item:hover {
        background-color: var(--app-color-white);
    }
}
@media (max-width: 576px) {
    .custom-select__dropdown__item {
        font-size: 12px;
        gap: 4px;
        padding: 6px;
    }
}
.custom-select__dropdown__item .flag {
    height: 20px;
    width: 20px;
}
.custom-select__dropdown__info {
    white-space: nowrap;
}
.custom-select__text {
    align-items: center;
    color: var(--app-color-black) !important;
    display: flex;
    font-weight: 600;
    gap: 4px;
    position: relative;
}
@media (max-width: 576px) {
    .custom-select__text {
        justify-content: space-between;
        width: 100%;
    }
}
.custom-select__text:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' fill='none'%3E%3Cpath fill='%23172032' d='m8.462.962-3.75 3.75a.56.56 0 0 1-.797 0L.165.962A.563.563 0 0 1 .962.166l3.352 3.352L7.666.165a.563.563 0 1 1 .797.797z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 12px;
    transition: transform var(--app-transition);
    width: 12px;
}
.dropdown-open .custom-select__text:after {
    transform: rotate(180deg);
}
@media (max-width: 576px) {
    .custom-select__text:after {
        background-size: 6px 4px;
        height: 8px;
        width: 8px;
    }
}
.custom-select__select {
    display: none;
}
.custom-select__wrapper {
    position: relative;
}
.custom-select__wrapper .custom-dropdown {
    left: 50%;
    transform: translateX(-50%);
}
.loader {
    align-items: center;
    background-color: var(--app-color-black);
    display: flex;
    display: none;
    height: 100svh;
    inset: 0;
    justify-content: center;
    position: fixed;
    transition: opacity 1.5s ease;
    width: 100vw;
    z-index: 9999;
}
.loader img,
.loader svg {
    height: 300px;
    transition: transform 1.5s ease;
    width: 300px;
}
@media (max-width: 576px) {
    .loader img,
    .loader svg {
        height: 180px;
        width: 180px;
    }
}
.loader.hide {
    opacity: 0;
}
.loader.hide img,
.loader.hide svg {
    transform: scale(0.5);
}
.what-we-do .card {
    will-change: transform, opacity, filter;
}
.why-us .card {
    will-change: transform, opacity;
}
.why-us .card__image img {
    will-change: transform;
}
.no-scroll {
    overflow: hidden;
}
.tabs {
    display: flex;
    gap: 8px;
}
@media (max-width: 576px) {
    .tabs {
        margin: 0 -16px;
        overflow-x: auto;
        padding: 0 16px;
    }
    .tabs::-webkit-scrollbar {
        display: none;
    }
}
.tab--active {
    background-color: var(--app-color-black);
    color: var(--app-color-white);
    pointer-events: none;
}
@media (any-hover: hover) {
    .tab:not(.tab--active):hover {
        background-color: var(--app-color-gray);
    }
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
}
.swiper,
.swiper-wrapper {
    position: relative;
    z-index: 1;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
}
.swiper-pagination {
    display: flex;
    gap: 8px;
    margin-top: 32px;
}
.swiper-pagination-bullet {
    background-color: var(--app-color-gray);
    border-radius: 100px;
    flex: 1;
    height: 6px;
    transition: all var(--app-transition);
}
.swiper-pagination-bullet-active {
    background-color: var(--app-color-primary);
}
.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.lozad {
    opacity: 0;
    transition: opacity var(--app-transition);
}
.lozad.loaded {
    opacity: 1;
}
.header {
    left: 0;
    padding: 40px 0;
    position: fixed;
    top: 0;
    transition: transform var(--app-transition);
    width: 100%;
    z-index: 25;
}
.header.header--hidden {
    transform: translateY(-100%);
}
@media (max-width: 767px) {
    .header {
        padding: 16px 0;
    }
}
.header__logo {
    flex: 0 0 auto;
}
.header__logo .logo-wrapper {
    position: relative;
}
.header__logo .logo-image {
    aspect-ratio: 1.0625;
    left: -3px;
    position: absolute;
    width: 51px;
}
@media (max-width: 767px) {
    .header__logo .logo-image {
        width: 44px;
    }
}
.header__logo .logo-image img {
    left: 0;
    position: absolute;
    top: 0;
}
@media (max-width: 767px) {
    .header__logo {
        height: 40px;
        width: 161px;
    }
}
.header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.header__nav {
    min-width: 0;
}
@media (max-width: 1199px) {
    .header__nav {
        flex: initial;
        min-width: auto;
        order: 3;
        transform: none !important;
    }
}
.header__nav .nav {
    align-items: center;
    background-color: var(--app-color-white);
    border-radius: 100px;
    display: flex;
    gap: 8px;
    overflow: hidden;
    padding: 4px;
    opacity: 0;
    transform: scaleY(0);           /* сжато в линию */
    transform-origin: top center;   /* анимация раскрытия сверху вниз */
        transition:
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity var(--app-transition) ease 0.1s,
        visibility var(--app-transition) ease 0.1s;
}
@media (max-width: 1199px) {
    .header__nav .nav {
        align-items: start;
        background-color: var(--app-color-light-gray);
        border-radius: 0;
        flex-direction: column;
        height: 100%;
        inset: 0;
        justify-content: space-between;
        opacity: 1;
        padding: 108px 16px 32px;
        position: fixed;
        transform: scaleY(0);
        transform-origin: top center;
        visibility: visible;
        width: 100%;
        will-change: transform;
        z-index: 10;
        z-index: -1;
    }
}
@media (max-width: 576px) {
    .header__nav .nav {
        padding: 85px 16px 32px;
    }
}

.header__nav .nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}




.header__nav .nav__list {
    display: flex;
}
@media (min-width: 1200px) {
    .header__nav .nav__list {
        background-color: var(--app-color-white);
        border-radius: 24px;
    }
}
@media (max-width: 1199px) {
    .header__nav .nav__list {
        flex-direction: column;
        row-gap: 16px;
    }
}
@media (max-width: 576px) {
    .header__nav .nav__list {
        flex-direction: column;
        row-gap: 0;
    }
}
.header__nav .nav__link {
    align-items: center;
    display: inline-flex;
    gap: 4px;
}
@media (min-width: 1200px) {
    .header__nav .nav__link {
        border-radius: 24px;
        color: var(--app-color-black);
        font-weight: 700;
        min-height: 40px;
        padding: 10px 24px;
    }
}
@media (min-width: 1200px) and (any-hover: hover) {
    .header__nav .nav__link:hover {
        background-color: var(--app-color-gray);
    }
}
@media (min-width: 1200px) {
    .header__nav .nav__link.is-active {
        background-color: var(--app-color-black);
        color: var(--app-color-white);
    }
    .header__nav .nav__link:has(.nav__count) {
        padding: 6px 16px 6px 24px;
    }
}
@media (min-width: 1200px) {
    .header__nav .nav__link {
        padding: 10px 5px;
    }
}
@media (max-width: 1199px) {
    .header__nav .nav__link {
        color: var(--app-color-black);
        font-size: 36px;
        font-weight: 500;
        letter-spacing: -0.04em;
        line-height: 100%;
    }
}
@media (max-width: 576px) {
    .header__nav .nav__link {
        line-height: 44px;
    }
}
@media (min-width: 1367px) {
    .header__nav .nav__link {
        padding: 10px 12px;
    }
}
@media (min-width: 1767px) {
    .header__nav .nav__link {
        padding: 10px 24px;
    }
}
.header__nav .nav__item {
    opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--app-transition), transform var(--app-transition);
}

/* Появление пунктов при открытии */
.nav.is-open .nav__item { opacity: 1; transform: translateY(0); }
.nav.is-open .nav__item:nth-child(1) { transition-delay: 0.1s; }
.nav.is-open .nav__item:nth-child(2) { transition-delay: 0.2s; }
.nav.is-open .nav__item:nth-child(3) { transition-delay: 0.3s; }
.nav.is-open .nav__item:nth-child(4) { transition-delay: 0.4s; }
.nav.is-open .nav__item:nth-child(5) { transition-delay: 0.5s; }
.nav.is-open .nav__item:nth-child(6) { transition-delay: 0.6s; }

@media (max-width: 1199px) {
    .header__nav .nav__item {
        line-height: 0px;
        will-change: transform, opacity;
    }
}
.header__nav .nav__count {
    align-self: start;
    color: var(--app-color-dark-gray);
}
.header__nav .nav__contacts {
    border-top: 1px solid var(--app-color-gray);
    margin-top: 32px;
    padding-top: 32px;
    width: 100%;
}
@media (min-width: 1200px) {
    .header__nav .nav__contacts {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header__nav .nav__contacts {
        will-change: transform, opacity;
    }
}
.header__nav .nav.is-open + .burger .burger__icon--open {
    display: none;
}
.header__nav .nav.is-open + .burger .burger__icon--close {
    display: block;
}
.header__actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
    gap: 8px;
}
@media (max-width: 1024px) {
    .header__actions .contact__actions {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header__actions {
        margin-left: auto;
        margin-right: 8px;
    }
}
@media (min-width: 1200px) {
    .burger {
        transition:
            opacity var(--app-transition),
            visibility var(--app-transition);
    }
}
@media (max-width: 1199px) {
    .burger {
        transform: none !important;
        will-change: transform, opacity;
    }
}
.burger-toggle {
    align-items: center;
    background: transparent;
    border: hidden;
    cursor: pointer;
    display: flex;
    height: 3px;
    justify-content: center;
    position: relative;
    transition: all 0.25s ease-in-out;
    width: 16px;
}
@media (max-width: 576px) {
    .burger-toggle {
        width: 12px;
    }
    .burger .button {
        min-width: 90px;
    }
}
.menu-bar {
    background: var(--app-color-white);
    height: 1px;
    position: absolute;
    transition-property: transform;
    transition: all var(--app-transition);
    width: 12.5px;
}
.menu-bar[data-position="top"] {
    transform: translateY(-3px);
}
.burger.is-open .menu-bar[data-position="top"] {
    transform: translateY(0) rotate(45deg);
}
.menu-bar[data-position="bottom"] {
    transform: translateY(2px);
}
.burger.is-open .menu-bar[data-position="bottom"] {
    transform: translateY(0) rotate(-45deg);
}
@media (max-width: 576px) {
    .menu-bar {
        width: 9.5px;
    }
}
@media (min-width: 577px) {
    .mobile-pinned-buttons {
        display: none;
    }
}
.mobile-pinned-buttons {
    bottom: 0;
    left: 0;
    padding: 20px 12px;
    position: fixed;
    transition: transform var(--app-transition);
    width: 100%;
    z-index: 25;
}
.mobile-pinned-buttons:not(.mobile-pinned-buttons--visible) {
    transform: translateY(100%);
}
.mobile-pinned-buttons .buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    overflow: hidden;
}
.mobile-pinned-buttons .buttons .button {
    box-sizing: border-box;
    flex-shrink: 0;
    min-width: 0;
    overflow: hidden;
    transition: width var(--app-transition);
    white-space: nowrap;
}
.mobile-pinned-buttons .buttons .button[style*="width: 0%"] {
    border: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
}
.mobile-pinned-buttons .buttons #pinned-contact-tg,
.mobile-pinned-buttons .buttons #pinned-contact-wa {
    width: calc(50% - 4px);
}
.mobile-pinned-buttons .buttons #pinned-feedback,
.mobile-pinned-buttons .buttons #pinned-map,
.mobile-pinned-buttons .buttons #pinned-review {
    width: 0;
}
.footer {
    background: linear-gradient(180deg, rgba(23, 32, 50, 0), #172032);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.footer__title {
    text-align: left;
    white-space: pre-line;
    width: 100%;



    color: var(--white, #FFF);
    font-size: var(--typography-headline-1, 52px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 52px */
    letter-spacing: -2.08px;
}
@media (max-width: 767px) {
    .footer__title {
        font-size: 32px;
        letter-spacing: -3%;
        line-height: 32px;
    }
}
.footer__top {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    min-height: 640px;
}
@media (max-width: 767px) {
    .footer__top {
        flex-direction: column;
    }
}
.footer__body {
    align-items: flex-start;
    display: flex;
    width: calc((100% / 12) * 5);
    flex-direction: column;
    justify-content: center;
    row-gap: 32px;
    text-align: center;
}
@media (max-width: 767px) {
    .footer__body {
        width: 100%;
    }
}
.footer__navBlock {
    align-items: flex-start;
    display: flex;
    width: calc((100% / 12) * 5);
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 767px) {
    .footer__navBlock {
        min-height: 100%;
        padding-block: 48px;
    }
}
.footer__subFooter {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-block: 64px;
}
.btn-purple{
    background: var(--accent, #A99CEE);
    color: var(--white, #FFF);
}
.footer-sub-contacts-tel a{
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--white, #FFF);

    font-size: var(--typography-headline-2, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
    letter-spacing: -1.08px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.footer-sub-contacts-tel .footer-sub-contacts-tel-icon{
    display: flex;
}
.footer-sub-contacts{
    display: flex;
    gap: 117px;
    align-items: center;
}
@media (max-width: 767px) {
    .footer__subFooter {
        flex-direction: column;
        gap: 0;
        padding-block: 0;
    }
}
.footer__line {
    background-color: var(--app-color-white);
    display: none;
    height: 1px;
    opacity: 0.3;
    width: 100%;
}
@media (max-width: 767px) {
    .footer__line {
        display: block;
    }
}
.footer__line--foot,
.footer__line--subFooter {
    display: block;
}
.footer__contact {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 16px;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .footer__contact {
        align-items: start;
        flex-direction: column;
        gap: 24px;
        padding-top: 48px;
    }
}
.footer__address {
    color: var(--app-color-white);
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1%;
    line-height: 24px;
    padding-left: 90px;
    text-decoration: none;
}
@media (max-width: 576px) {
    .footer__address {
        padding-left: 0;
    }
}
.footer__foot {
    padding: 48px 0;
}
@media (max-width: 1024px) {
    .footer__foot {
        padding: 24px 0;
    }
}
.footer__foot__wrapper {
    align-items: center;
    color: var(--app-color-white);
    display: flex;
    justify-content: space-between;
    opacity: 0.3;
    width: 100%;
}
@media (max-width: 767px) {
    .footer__foot__wrapper {
        align-items: flex-start;
        color: hsla(0, 0%, 100%, 0.7);
        flex-direction: column;
        font-size: 14px;
        gap: 8px;
    }
}
.footer__googleMapBtn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.footer__googleMapBtn a {
    width: 100%;
}
@media (max-width: 767px) {
    .footer__googleMapBtn {
        margin-bottom: 8px;
        max-width: 100%;
        width: 100%;
    }
}
.footer__support {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 8px;
    width: 100%;
}
.footer__support a {
    flex: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
@media (max-width: 767px) {
    .footer__support a {
        margin-bottom: 48px;
        max-width: 100%;
    }
}
.footer__support--button {
    background-color: hsla(0, 0%, 100%, 0.2);
}
.footer__copyright {
    text-align: left;
}
@media (min-width: 1025px) {
    .footer__copyright br {
        display: none;
    }
}
@media (max-width: 1024px) {
    .footer__copyright {
        grid-area: 1/1/3/2;
    }
}
@media (max-width: 576px) {
    .footer__copyright {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }
}
.footer__copyright > div:first-child {
    display: none;
}
.footer__privacy {
    color: var(--app-color-white);
    text-align: center;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .footer__privacy {
        text-align: right;
    }
}
@media (max-width: 576px) {
    .footer__privacy {
        text-align: left;
    }
}
@media (max-width: 1024px) {
    .footer__privacy {
        grid-area: 1/2/2/3;
    }
}
.footer__privacy {
    padding-left: 135px;
    transition: color var(--app-transition);
}
@media (max-width: 576px) {
    .footer__privacy {
        padding-left: 0;
    }
}
@media (any-hover: hover) {
    .footer__privacy:hover {
        color: var(--app-color-primary);
    }
}
.footer__cookies {
    text-align: right;
}
@media (max-width: 1024px) {
    .footer__cookies {
        grid-area: 2/2/3/3;
    }
}
@media (max-width: 576px) {
    .footer__cookies {
        text-align: left;
    }
}
.footer .contact__actions {
    display: flex;
    gap: 8px;
    max-width: 657px;
    width: 100%;
}
@media (max-width: 767px) {
    .footer .contact__actions a {
        box-sizing: border-box;
        flex: 1;
        margin-top: 0;
    }
}
.footer .nav__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer .nav__link {
    align-items: center;
    color: var(--app-color-white);
    display: inline-flex;
    gap: 4px;
    position: relative;
    transition: 0.3s;



    font-size: var(--typography-headline-2, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 39.6px */
    letter-spacing: -1.08px;
}
@media (min-width: 1200px) {
    .footer .nav__link {
        border-radius: 24px;
        min-height: 40px;
    }
}
@media (max-width: 1199px) {
    .footer .nav__link {
        font-size: 26px;
        line-height: 28px;
    }
}
.footer .nav__link:after {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    width: 100%;
}
.footer .nav__link:hover:after {
    transform: scaleX(1);
}
.footer .nav__count {
    align-self: start;
    color: var(--app-color-white);
    font-size: 14px;
    line-height: 20px;
    opacity: 0.2;
}
.footer__phone {
    padding-left: 100px;
}
.footer__phone.mobile {
    display: none;
}
.footer__phone.desktop {
    display: flex;
}
@media (max-width: 576px) {
    .footer__phone {
        padding-left: 0;
    }
    .footer__phone.mobile {
        display: flex;
    }
    .footer__phone.desktop {
        display: none;
    }
}
.footer__phone a {
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 500;
    gap: 8px;
    letter-spacing: -2%;
    line-height: 26px;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
    vertical-align: middle;
    -webkit-text-decoration-skip: ink;
    align-content: center;
    text-decoration-skip-ink: auto;
}
@media (max-width: 576px) {
    .footer__phone a {
        font-size: 26px;
        font-weight: 500;
        letter-spacing: -3%;
        line-height: 28px;
        text-decoration: underline;
        text-decoration-thickness: 0;
        vertical-align: middle;
    }
}
.modal {
    align-items: center;
    color: var(--app-color-black);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition:
        opacity var(--app-transition),
        visibility var(--app-transition);
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.modal--active {
    opacity: 1;
    visibility: visible;
}
.modal--active .modal__container {
    transform: translateY(0);
}
.modal__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.modal__container {
    background-color: var(--app-color-white);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    max-height: 95svh;
    max-width: 1000px;
    position: relative;
    transform: translateY(-20px);
    transition: transform var(--app-transition);
    width: 90%;
    z-index: 1;
}
.modal__close {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50%;
    color: var(--app-color-dark-gray);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 40px;
    top: 40px;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
    width: 40px;
    z-index: 2;
}
@media (any-hover: hover) {
    .modal__close:hover {
        transform: rotate(90deg);
    }
}
.modal__close:active {
    transform: rotate(90deg) scale(0.95);
}
@media (max-width: 576px) {
    .modal__close {
        right: 24px;
        top: 24px;
    }
}
.modal__content {
    overflow-y: auto;
    padding: 64px 48px;
}
@media (max-width: 576px) {
    .modal__content {
        padding: 48px 24px;
    }
    .modal__content::-webkit-scrollbar {
        display: none;
    }
}
.modal__content::-webkit-scrollbar {
    width: 6px;
}
.modal__content::-webkit-scrollbar-track {
    background-color: transparent;
}
.modal__content::-webkit-scrollbar-thumb {
    background-color: var(--app-color-primary);
}
.modal__title {
    margin-bottom: 32px;
}
.modal__body {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.not-found {
    height: 100svh;
}
.not-found,
.not-found .heading {
    align-items: center;
    display: flex;
}
.not-found .heading {
    flex-direction: column;
    justify-content: center;
    row-gap: 24px;
}
.hero {
    background-color: #88cbdc;
    display: flex;
    position: relative;
    padding-top: 138px;
    padding-bottom: 0px;
    min-height: 100vh;
}
@media (max-width: 576px) {
    .hero:before {
        background-color: #439fc4;
        content: "";
        display: block;
        height: 220px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
.hero:after {
    background: linear-gradient(0deg, #88cbdc, transparent);
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
@media (min-width: 2100px) {
    .hero:after {
        display: none;
    }
}
@media (max-width: 576px) {
    .hero {
        padding-bottom: 30px;
        padding-top: 80px;
    }
}
.hero__video {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}
@media (max-width: 576px) {
    .hero__video {
        height: auto;
        top: 150px;
    }
    .hero__video:before {
        background: linear-gradient(180deg, #439fc4, transparent);
        top: 0;
        z-index: 2;
    }
    .hero__video:after,
    .hero__video:before {
        content: "";
        display: block;
        height: 16%;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .hero__video:after {
        background: linear-gradient(0deg, #88cbdc, transparent);
        bottom: 0;
        z-index: 1;
    }
}
.hero__video video {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media (min-width: 2100px) {
    .hero__video video {
        border-radius: 32px;
    }
}
@media (max-width: 576px) {
    .hero__video video {
        height: auto;
        object-fit: contain;
    }
    .hero {
        min-height: 100vh;
    }
}
.hero > .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    .hero > .container {
        justify-content: flex-start;
        row-gap: 0;
    }
}
@media (max-width: 576px) {
    .hero > .container {
        justify-content: space-between;
        min-height: 100vh;
    }
}
.hero .heading {
    margin: 0;
    padding-top: 20px;
    row-gap: 64px;
}
@media (max-width: 1024px) {
    .hero .heading {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }
}
@media (max-width: 576px) {
    .hero .heading {
        margin-bottom: 30px;
        padding-bottom: 0;
        padding-top: 0;
        row-gap: 0;
    }
}
.hero__title {
    color: var(--app-color-white);
}
@media (max-width: 1366px) {
    .hero__title {
        grid-column: 1 / span 8;
    }
}
@media (max-width: 1024px) {
    .hero__title {
        grid-column: span 12;
    }
}
@media (max-width: 576px) {
    .hero__title {
        font-size: 36px;
    }
}
.hero__description {
    color: var(--app-color-white);
    display: flex;
    flex-direction: column;
    grid-column: span 3;
    justify-content: space-between;
    row-gap: 24px;
}
@media (min-width: 577px) {
    .hero__description {
        display: none;
    }
}
@media (max-width: 1366px) {
    .hero__description {
        grid-column: span 5;
    }
}
.hero__description .text {
    letter-spacing: -0.01em;
    line-height: 117%;
}
@media (max-width: 576px) {
    .hero__description .text br {
        display: none;
    }
}
.hero__description .license {
    font-weight: 600;
    opacity: 0.7;
}
@media (max-width: 576px) {
    .hero__description .license {
        font-size: 12px;
        letter-spacing: 0.04em;
        line-height: 133%;
    }
    .hero__description {
        display: none;
    }
}
@media (max-width: 1366px) {
    .hero__calculator {
        grid-column: 6 / span 7;
    }
}
@media (max-width: 767px) {
    .hero__calculator .currency-converter__inner {
        display: flex;
        flex-direction: column;
        font-size: 20px;
    }
}
@media (max-width: 1766px) {
    .hero__calculator .flag {
        height: 16px;
        width: 16px;
    }
}
.hero__content {
    display: grid;
    gap: 64px 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 64px 0;
}
@media (max-width: 1024px) {
    .hero__content {
        display: flex;
        flex-direction: column;
        row-gap: 80px;
    }
}
@media (max-width: 576px) {
    .hero__content {
        justify-content: space-between;
        margin-bottom: 90px;
        row-gap: 48px;
    }
}
@media (min-width: 1367px) {
    .hero .hero__marquee {
        grid-column: 8 / span 5;
    }
}
@media (max-width: 1366px) {
    .hero .hero__marquee {
        grid-column: span 12;
    }
}
.hero .hero__marquee {
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent 0,
        rgba(0, 0, 0, 0.6) 5%,
        #000 50%,
        rgba(0, 0, 0, 0.6) 95%,
        transparent
    );
    mask-image: linear-gradient(
        90deg,
        transparent 0,
        rgba(0, 0, 0, 0.6) 5%,
        #000 50%,
        rgba(0, 0, 0, 0.6) 95%,
        transparent
    );
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    overflow: hidden;
    width: 100%;
}
.hero .hero__marquee-track {
    display: flex;
    gap: 8px;
    width: 100%;
}
@media (max-width: 576px) {
    .hero .hero__marquee-track {
        gap: 48px;
    }
}
@media (min-width: 1367px) {
    .hero .hero__marquee-item {
        flex: 0 0 33.3333333333%;
    }
}
@media (max-width: 1366px) {
    .hero .hero__marquee-item {
        flex: 0 0 20%;
    }
}
@media (max-width: 1199px) {
    .hero .hero__marquee-item {
        flex: 0 0 25%;
    }
}
@media (max-width: 767px) {
    .hero .hero__marquee-item {
        flex: 0 0 33.3333333333%;
    }
}
.hero .hero__marquee-item {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
}
@media (max-width: 576px) {
    .hero .hero__marquee-item {
        height: 32px;
    }
}
.hero .hero__marquee-item img {
    object-fit: contain;
}
@media (max-width: 576px) {
    .hero .hero__marquee-item img {
        height: 100%;
        width: 100%;
    }
    .hero .hero__marquee.mobile--hidden {
        display: none;
    }
}
.hero .hero__marquee.mobile--visible {
    display: none;
}
@media (max-width: 576px) {
    .hero .hero__marquee.mobile--visible {
        display: block;
    }
    .hero-wrapper {
        position: relative;
    }
    .hero-wrapper:after,
    .hero-wrapper:before {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 100%;
        inset: 0;
        position: absolute;
        width: 100%;
    }
    .hero-wrapper:before {
        background-color: #3b9ec7;
        height: 210px;
        transform: scaleX(5);
        z-index: 5;
    }
    .hero-wrapper:after {
        background-color: #89ccdd;
    }
}
@media (max-height: 760px) {
    .hero-wrapper:before {
        height: 180px;
    }
}
.hero__slider .swiper-wrapper {
    transition-timing-function: linear;
}
.ways .heading {
    row-gap: 38px;
}
@media (max-width: 1199px) {
    .ways .heading {
        display: flex;
        flex-direction: column;
        row-gap: 48px;
    }
}
@media (max-width: 576px) {
    .ways .heading {
        margin-bottom: 48px;
        row-gap: 24px;
    }
    .ways .heading br {
        display: none;
    }
}
.ways__cards {
    display: flex;
    flex-direction: column;
    transition: background-color 0.2s ease-in-out;
}


.ways__card {
    overflow: hidden;
    position: relative;
    transition:
        background-color 0.2s ease-in-out,
        border-radius 0.2s ease-in-out;
}
@media (min-width: 1200px) {
    .ways__card {
        border-radius: 48px;
    }
}
.ways__card--wrapper {
    border-top: 1px solid var(--app-color-gray);
    overflow: hidden;
}
.ways__card--wrapper:hover {
    border-color: transparent;
}
.ways__card--wrapper:hover .ways__card {
    background-color: var(--app-color-black);
}
.ways__card--wrapper:hover .ways__card--count {
    color: hsla(0, 0%, 100%, 0.102);
}
.ways__card--wrapper:hover .ways__card--title {
    color: var(--app-color-white);
}
.ways__card--wrapper:hover + .ways__card--wrapper {
    border-color: transparent;
}
.ways__card--inner {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding: 40px 0;
}
@media (max-width: 1024px) {
    .ways__card--inner {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .ways__card--inner {
        padding-bottom: 0;
        padding-top: 32px;
    }
}
.ways__card--count {
    grid-column: span 3;
    transition: color 0.2s ease-in-out;

    color: var(--gray, #EEEEF1);
    leading-trim: both;
    text-edge: cap;
    font-size: 240px;
    font-style: normal;
    font-weight: 400;
    line-height: 200px; /* 83.333% */
    letter-spacing: -9.6px;
}
@media (max-width: 1199px) {
    .ways__card--count {
        font-size: 128px;
        line-height: 94%;
        margin-bottom: -25px;
        margin-top: -16px;
        order: 3;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .ways__card--count > span {
        bottom: -75px;
        left: 0;
        position: absolute;
    }
}
.ways__card--title {
    grid-column: span 5;
    transition: color 0.2s ease-in-out;

    font-size: var(--typography-headline-3, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
.ways__card--description {
    color: var(--app-color-dark-gray);
    grid-column: span 4;
    position: relative;
}
@media (min-width: 1200px) {
    .ways__card--description {
        min-height: 85px;
        padding-top: 8px;
    }
}
@media (max-width: 1199px) {
    .ways__card--description {
        max-width: 600px;
    }
}
.what-we-do {
    background: linear-gradient(0deg, #1b669b, #88cbdc);
}
.what-we-do .content-text,
.what-we-do .heading-tag {
    color: var(--app-color-white);
}
.what-we-do .content-text .h2 {
    margin-bottom: 48px;
}
.what-we-do .content-cards {
    display: grid;
    gap: 16px;
    grid-column: span 6;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 576px) {
    .what-we-do .content-cards {
        gap: 8px;
    }
}
@media (max-width: 1199px) {
    .what-we-do .content {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 64px;
    }
}
.what-we-do .card {
    aspect-ratio: 1;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background: rgba(23, 32, 50, 0.07);
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    row-gap: 4px;
    transition:
        color var(--app-transition),
        background-color var(--app-transition);
}
@media (max-width: 1766px) {
    .what-we-do .card {
        padding: 32px;
    }
}
@media (max-width: 1366px) {
    .what-we-do .card {
        padding: 24px;
    }
}
@media (max-width: 576px) {
    .what-we-do .card {
        border-radius: 16px;
        padding: 16px;
    }
}
.what-we-do .card:not(.expanded) .card__description {
    opacity: 0;
    visibility: hidden;
}
.what-we-do .card.expanded {
    background-color: var(--app-color-white);
}
.what-we-do .card.expanded .card__title {
    color: var(--app-color-black);
}
.what-we-do .card.expanded .card__icon {
    background-color: var(--app-color-gray);
}
.what-we-do .card.expanded .card__image--gray {
    display: block;
}
.what-we-do .card.expanded .card__image--white {
    display: none;
}
.what-we-do .card__title {
    color: var(--app-color-white);
    margin-bottom: 20px;
}
@media (max-width: 576px) {
    .what-we-do .card__title {
        font-size: 17px;
    }
}
.what-we-do .card__description {
    color: var(--app-color-dark-gray);
    font-size: 17px;
    transition:
        opacity var(--app-transition),
        visibility var(--app-transition);
}
@media (max-width: 1766px) {
    .what-we-do .card__description {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .what-we-do .card__description {
        display: none;
    }
}
.what-we-do .card__bottom {
    align-items: end;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    left: 40px;
    position: absolute;
    width: calc(100% - 80px);
    z-index: -1;
}
@media (max-width: 1766px) {
    .what-we-do .card__bottom {
        bottom: 32px;
        left: 32px;
        width: calc(100% - 64px);
    }
}
@media (max-width: 1366px) {
    .what-we-do .card__bottom {
        bottom: 24px;
        left: 24px;
        width: calc(100% - 48px);
    }
}
@media (max-width: 576px) {
    .what-we-do .card__bottom {
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px);
    }
}
.what-we-do .card__image {
    border-radius: 16px;
    flex-shrink: 0;
    height: 144px;
    position: relative;
    transition:
        opacity var(--app-transition),
        visibility var(--app-transition);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 144px;
}
@media (max-width: 1366px) {
    .what-we-do .card__image {
        height: 100px;
        width: 100px;
    }
}
@media (max-width: 767px) {
    .what-we-do .card__image {
        height: 84px;
        width: 84px;
    }
}
@media (max-width: 576px) {
    .what-we-do .card__image {
        border-radius: 8px;
        height: 56px;
        width: 56px;
    }
}
.what-we-do .card__image--gray {
    display: none;
}
.what-we-do .card__image img {
    height: 100%;
    position: absolute;
    width: 100%;
}
.what-we-do .card__icon {
    cursor: pointer;
}
@media (any-hover: hover) {
    .what-we-do .card__icon:hover {
        background-color: var(--app-color-gray);
    }
}
@media (max-width: 576px) {
    .what-we-do > .container:before {
        background-color: hsla(0, 0%, 100%, 0.3);
        content: "";
        height: 0;
        left: -16px;
        left: 50%;
        position: absolute;
        right: -16px;
        top: -64px;
        transform: translateX(-50%);
        width: calc(100% - 32px);
    }
}
.cards--mobile {
    align-items: end;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(23, 32, 50, 0.01);
    display: flex;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: all var(--app-transition);
    z-index: 55;
}
@media (min-width: 577px) {
    .cards--mobile {
        display: none;
    }
}
.cards--mobile.active {
    opacity: 1;
    pointer-events: all;
}
.cards--mobile .swiper-wrapper {
    height: auto;
}
.cards--mobile .swiper {
    background-color: var(--app-color-white);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding: 32px 16px;
    position: relative;
    transform: translateY(100%);
    transition: transform var(--app-transition);
}
.cards--mobile .swiper.active {
    transform: translateY(0);
}
.cards--mobile .swiper-slide {
    width: 100%;
}
.cards--mobile .swiper-close {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    z-index: 5;
}
.cards--mobile .card--mobile {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    text-align: center;
}
.cards--mobile .card--mobile-title {
    color: var(--app-color-black);
    font-size: 20px;
    line-height: 24px;
}
.cards--mobile .card--mobile-description {
    color: var(--app-color-dark-gray);
    font-size: 13px;
    line-height: 22px;
}
.cards--mobile .card--mobile-image {
    border-radius: 20px;
    height: 96px;
    overflow: hidden;
    width: 96px;
}
.cards--mobile .card--mobile-bottom {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.why-us .swiper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: visible;
}
@media (max-width: 1199px) {
    .why-us .heading {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
}
@media (max-width: 767px) {
    .why-us .heading {
        margin-bottom: 32px;
    }
}
@media (max-width: 1199px) {
    .why-us .heading .description {
        max-width: 700px;
        padding: 0;
    }
}
.why-us .content + .button {
    margin-top: 24px;
    width: 100%;
}
@media (min-width: 577px) {
    .why-us .content + .button {
        display: none;
    }
}
.why-us .swiper-slide {
    display: flex;
    height: auto;
}
.why-us .card {
    align-items: center;
    -webkit-backdrop-filter: blur(24px);
    background: var(--app-color-light-gray);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    padding: 40px;
    row-gap: 385px;
    text-align: center;
    transition: background-color var(--app-transition);
    position: relative;
    box-sizing: border-box;
    border-radius: var(--corner-corner, 32px);
    background: var(--white, #FFF);
    backdrop-filter: blur(12px);
}
.bg-light-gray{
    background: var(--light-gray, #F7F7F9);
}
@media (max-width: 1024px) {
    .why-us .card {
        row-gap: 16px;
    }
}
@media (max-width: 767px) {
    .why-us .card {
        padding: 24px;
    }
}
@media (max-width: 576px) {
    .why-us .card {
        height: 100%;
        row-gap: 0;
    }
}
.why-us .card__heading {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
@media (max-width: 576px) {
    .why-us .card__heading {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .why-us .card__title {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .why-us .card__title {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .why-us .card__title {
        min-height: 72px;
        width: 100%;
    }
    .why-us .card__title br {
        display: none;
    }
}
.why-us .card__count {
    color: var(--app-color-dark-gray);
}
.why-us .card__image {
    align-items: center;
    border-radius: 16px;
    display: flex;
    height: 240px;
    justify-content: center;
    width: 240px;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.why-us .card__image img.dark {
    display: none;
}
@media (max-width: 767px) {
    .why-us .card__image {
        height: 128px;
        margin-bottom: 16px;
        margin-top: 16px;
        width: 128px;
    }
    .why-us .card__image img {
        height: 90px;
        object-fit: contain;
        width: 110px;
    }
}
.why-us .card__description {
    align-items: end;
    display: flex;
    color: var(--dark-gray, #757D8A);
    text-align: center;
    font-size: var(--typography-body-small, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 146%; /* 20.44px */
}
@media (max-width: 767px) {
    .why-us .card__description {
        font-size: 12px;
        line-height: 169%;
    }
}
@media (max-width: 576px) {
    .why-us .card__description {
        min-height: 82px;
    }
}
@media (any-hover: hover) {
    .why-us .card:hover {
        background-color: var(--app-color-black);
    }
    .why-us .card:hover img.light {
        display: none;
    }
    .why-us .card:hover img.dark {
        display: block;
    }
    .why-us .card:hover .card__title {
        color: var(--app-color-white);
    }
}
.why-us .swiper-slide-active .card {
    background-color: var(--app-color-black);
}
.why-us .swiper-slide-active .card img.light {
    display: none;
}
.why-us .swiper-slide-active .card img.dark {
    display: block;
}
.why-us .swiper-slide-active .card .card__title {
    color: var(--app-color-white);
}
@media (max-width: 1024px) {
    .faq .heading {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
    .faq .heading .heading-button {
        display: none;
    }
}
@media (min-width: 1025px) {
    .faq .content-cards {
        grid-column: 4 / span 9;
    }
}
@media (max-width: 1024px) {
    .faq .content-cards {
        grid-column: span 12;
    }
}
#calculator {
    align-items: center;
    background-color: var(--app-color-primary-light);
    color: var(--app-color-black);
    display: flex;
}
@media (max-width: 576px) {
    #calculator {
        padding-bottom: 240px;
    }
}
#calculator .stats {
    grid-column: span 7;
}
@media (min-width: 1200px) {
    #calculator .stats {
        margin-right: 64px;
        max-width: 657px;
    }
}
@media (max-width: 1199px) {
    #calculator .stats {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 48px;
        padding-bottom: 48px;
        width: 100%;
    }
}
#calculator .stats .heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
}
#calculator .stats .heading .rates-table__updated {
    color: var(--app-color-dark-gray);
    text-align: right;
}
@media (max-width: 576px) {
    #calculator .stats .heading .rates-table__updated {
        display: flex;
        font-size: 11px;
        gap: 4px;
        line-height: 16px;
        text-align: left;
    }
    #calculator .stats .heading {
        align-items: start;
        flex-direction: column;
        gap: 16px;
    }
}
#calculator .stats:has(.rates-table__body.hidden) .rates-table__updated {
    display: none;
}
#calculator .heading {
    margin-bottom: 40px;
}
@media (max-width: 576px) {
    #calculator .heading {
        margin-bottom: 24px;
    }
}
#calculator .heading-title:not(.stats .heading-title) {
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    #calculator .heading .h4 br {
        display: none;
    }
}
@media (max-width: 1199px) {
    #calculator .content {
        align-items: start;
        display: flex;
        flex-direction: column;
        row-gap: 0;
    }
}
#calculator .rates-table .rates-table__heading,
#calculator .rates-table .rates-table__row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#calculator .rates-table .rates-table__heading {
    background-color: var(--app-color-black);
    border-radius: 32px;
    color: var(--app-color-white);
    padding: 16px 40px;
}
#calculator .rates-table .rates-table__heading > div:not(:first-child) {
    text-align: right;
}
@media (max-width: 576px) {
    #calculator .rates-table .rates-table__heading {
        border-radius: 20px;
        padding: 16px;
    }
}
#calculator .rates-table .rates-table__body {
    margin: 8px 0;
}
#calculator .rates-table .rates-table__row {
    background-color: var(--app-color-white);
    border-radius: 32px;
    padding: 24px 40px;
}
@media (max-width: 1024px) {
    #calculator .rates-table .rates-table__row {
        padding: 24px;
    }
}
@media (max-width: 576px) {
    #calculator .rates-table .rates-table__row {
        border-radius: 20px;
        padding: 16px;
    }
}
#calculator .rates-table .rates-table__row:not(:last-child) {
    margin-bottom: 8px;
}
#calculator .rates-table .rates-table__row > div:not(:first-child) {
    text-align: right;
}
#calculator .rates-table .rates-table__foot {
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 32px;
    color: var(--app-color-dark-gray);
    column-gap: 8px;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 40px;
}
@media (max-width: 1024px) {
    #calculator .rates-table .rates-table__foot {
        padding: 24px;
    }
}
@media (max-width: 576px) {
    #calculator .rates-table .rates-table__foot {
        border-radius: 20px;
        font-size: 13px;
        line-height: 22px;
        padding: 16px;
    }
}
#calculator .rates-table .rates-table__foot svg {
    flex-shrink: 0;
}
#calculator .rates-table .rates-table__pair {
    align-items: center;
    display: flex;
    gap: 16px;
}
#calculator .rates-table .rates-table__pair .flag-wrapper {
    align-items: center;
    display: flex;
    gap: 8px;
}
#calculator .rates-table .rates-table__pair .flag {
    border-radius: 50%;
    flex-shrink: 0;
    height: 24px;
    overflow: hidden;
    width: 24px;
}
@media (max-width: 576px) {
    #calculator .rates-table .rates-table__pair .flag {
        height: 16px;
        width: 16px;
    }
}
#calculator .rates-table .rates-table__pair .flag img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#calculator .rates-table .rates-table__pair .flag > span {
    width: 3ch;
}
#calculator .rates-table .rates-table__state {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 8px;
    min-height: 40px;
}
#calculator .rates-table .rates-table__state:not(.rates-table__state--loading) {
    margin: 48px 0;
}
#calculator .rates-table .rates-table__state--loading {
    flex-direction: column;
    margin: 8px 0;
    row-gap: 8px;
}
#calculator .rates-table .skeleton {
    border-radius: 32px;
    min-height: 74px;
    width: 100%;
}
@media (max-width: 576px) {
    #calculator .rates-table .skeleton {
        border-radius: 20px;
        min-height: 56px;
    }
}
#calculator .calculator {
    grid-column: span 5;
}
@media (max-width: 1024px) {
    #calculator .calculator {
        width: 100%;
    }
}
@media (min-width: 768px) {
    #calculator .currency-converter {
        background: var(--app-color-white);
        border-radius: 32px;
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        padding: 24px;
        row-gap: 20px;
    }
}
@media (max-width: 576px) {
    #calculator .currency-converter {
        background: var(--app-color-white);
        border-radius: 32px;
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        padding: 20px;
        row-gap: 20px;
    }
}
#calculator .currency-converter__inner {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 768px) {
    #calculator .currency-converter__inner {
        row-gap: 16px;
    }
}
@media (max-width: 1199px) {
    #calculator .currency-converter__inner {
        flex-direction: row;
    }
}
@media (max-width: 1024px) {
    #calculator .currency-converter__inner {
        flex-direction: column;
    }
}
#calculator .currency-converter__block {
    background-color: #f7f7f9;
    /*padding: 32px 44px 32px 20px;*/
    padding: 24px;
}
#calculator .currency-converter__block:last-of-type {
    /*padding: 32px 20px 32px 44px;*/
    padding: 24px;
}
@media (max-width: 576px) {
    #calculator .currency-converter__error {
        margin-top: 8px;
    }
}
#calculator .currency-converter__swap {
    outline-color: #fff;
}
.contact__actions {
    display: grid;
    gap: 8px 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 576px) {
    .calculator--buttons .contact__actions {
        display: none;
    }
}
.button--grey {
    background: #f7f7f9;
    color: #172032;
}
.button--grey.tab--active {
    background: #172032;
    color: #fff;
}
.currency-converter__input {
    font-size: 28px;
    transition: font-size 0.2s ease;
}
.font-small {
    font-size: 22px !important;
}
.font-smaller {
    font-size: 18px !important;
}
.font-tiny {
    font-size: 16px !important;
}
.who-we-are {
    min-height: calc(100svh + 96px);
    position: relative;
}
.who-we-are .heading {
    row-gap: 40px;
}
.faq .heading{
    margin-bottom: 40px;
}
.who-we-are .heading .heading-title {
    grid-column: span 9;
    max-width: 927px;
}
@media (max-width: 576px) {
    .who-we-are .heading .heading-title br {
        display: none;
    }
}
.who-we-are .heading .description {
    grid-column: span 12;
}
.who-we-are .heading .description,
.who-we-are .heading .description__text {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1199px) {
    .who-we-are .heading .description__text {
        gap: 16px 24px;
        grid-column: span 2;
        margin-top: 32px;
    }
}
@media (max-width: 1024px) {
    .who-we-are .heading .description__text {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .who-we-are .heading .description__text:not(.cards) {
        display: none;
    }
    .who-we-are .heading {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
}
.who-we-are__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1366px) {
    .who-we-are__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .who-we-are__cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.who-we-are__cards {
    gap: 16px;
}
@media (max-width: 1024px) {
    .who-we-are__cards {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}
.who-we-are__card {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    row-gap: 10px;
}
.who-we-are__card .caption {
    /*opacity: 0.5;*/
    color: var(--opacity-70, rgba(255, 255, 255, 0.70));
    text-align: left;
}
.who-we-are__card .card__title {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    position: relative;
}
@media (min-width: 577px) {
    .who-we-are__card .card__title:after {
        background-color: var(--app-color-white);
        content: "";
        display: block;
        flex-shrink: 0;
        height: 6px;
        margin: 5px;
        width: 6px;
    }
}
.who-we-are__card:first-child {
    margin-top: 96px;
}
.who-we-are__card:nth-child(2) {
    margin-top: 386px;
}
.who-we-are__card:nth-child(3) {
    margin-top: 199px;
}
.who-we-are__card:nth-child(4) {
    margin-top: 288px;
}
@media (max-width: 1366px) {
    .who-we-are__card:nth-child(4) {
        margin-top: 96px;
    }
}
@media (max-width: 1024px) {
    .who-we-are__card {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0 !important;
        padding: 32px 0;
    }
}
@media (max-width: 576px) {
    .who-we-are__card {
        gap: 8px;
    }
}
.office {
    background-color: var(--app-color-black);
    position: relative;
}
@media (max-width: 576px) {
    .office {
        display: flex;
        min-height: auto;
        padding-bottom: 160px !important;
        scroll-margin-top: -100px;
    }
}
@media (max-width: 1199px) {
    .office > .container .content {
        height: 100%;
    }
}
@media (max-width: 576px) {
    .office > .container {
        height: calc(100vh - 112px);
    }
}
.office .map-image {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.office .map-image__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 576px) {
    .office .map-image__image {
        display: none;
    }
}
.office .map-image__image--mobile {
    left: 50%;
    margin-left: 16px;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
@media (min-width: 577px) {
    .office .map-image__image--mobile {
        display: none;
    }
}
.office .map-image__pin {
    animation: upDown 1s ease-in-out infinite;
    left: 57.5%;
    position: absolute;
    top: 43%;
    transform-origin: center;
    transition: transform var(--app-transition);
    z-index: 1;
}
@keyframes upDown {
    0%,
    to {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@media (max-width: 576px) {
    .office .map-image__pin {
        animation: upDownMobile 1s ease-in-out infinite;
        height: 48px;
        left: 60vw;
        top: 55svh;
        width: 48px;
        z-index: 5;
    }
    @keyframes upDownMobile {
        0%,
        to {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}
.office .content-inner {
    grid-column: span 5;
    padding: 160px 0;
}
@media (max-width: 1199px) {
    .office .content-inner {
        display: flex;
        flex-direction: column;
        grid-column: span 6;
        justify-content: space-between;
    }
}
@media (max-width: 1024px) {
    .office .content-inner {
        grid-column: span 12;
    }
}
.office .heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 207px;
    row-gap: 35px;
}
@media (max-width: 1024px) {
    .office .heading-tag {
        margin-bottom: -8px;
    }
}
.office .heading-description {
    max-width: 523px;
}
@media (max-width: 1024px) {
    .office .heading {
        row-gap: 24px;
    }
}
@media (max-width: 576px) {
    .office .heading {
        margin-bottom: 100px;
        position: relative;
        z-index: 1;
    }
}
.office .map {
    grid-column: span 7;
}
.office .gallery__image {
    aspect-ratio: 1;
    border-radius: 32px;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
@media (max-width: 576px) {
    .office .gallery__image {
        border-radius: 20px;
    }
    .office .gallery .swiper {
        overflow: visible;
    }
}
@media (min-width: 1200px) {
    .office .swiper {
        overflow: visible !important;
        padding-left: 18%;
    }
}
.office .swiper .swiper-slide {
    transition: opacity 0.5s;
}

.reviews {
    scroll-margin-top: -125px;
}
@media (max-width: 576px) {
    .reviews {
        min-height: 750px;
        padding-bottom: 120px;
        scroll-margin-top: -65px;
    }
}
.reviews .reviews-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 125%;
    max-width: 680px;
}
@media (max-width: 576px) {
    .reviews .reviews-text {
        font-size: 18px;
        padding-right: 30px;
    }
}
@media (min-width: 577px) {
    .reviews .swiper-slide-next .reviews-text {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .reviews .swiper-slide-active .reviews-text {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .reviews .heading {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
}
.reviews .heading-title .word-wrapper:first-child {
    align-items: center;
    display: inline-flex;
    position: relative;
}
.reviews .heading-title .word-wrapper:first-child:after {
    background-image: url(../img/icons/review.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 64px;
    margin-left: 10px;
    width: 64px;
}
@media (max-width: 576px) {
    .reviews .heading-title .word-wrapper:first-child:after {
        height: 40px;
        width: 40px;
    }
    .reviews .heading-title br {
        display: none;
    }
}
.reviews .content .content-inner {
    align-items: center;
    display: grid;
    gap: 32px 16px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    overflow: hidden;
    height: 620px;
}
@media (max-width: 1199px) {
    .reviews .content .content-inner {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 48px;
    }
}
.reviews .content .reviews-authors__slider {
    grid-column: span 2;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}
.reviews .content .reviews-authors__slider .swiper-slide {
    align-items: center;
    display: flex;
}

@media (max-width: 1199px) {
    .reviews .content .reviews-authors__slider .swiper-slide:not(.swiper-slide-active) {
        pointer-events: none;
    }
    .reviews .content .reviews-authors__slider .swiper-slide:not(.swiper-slide-active) .author {
        opacity: 0;
        visibility: hidden;
    }
}
.reviews .content .reviews-authors__slider .author {
    transition:
        opacity var(--app-transition),
        visibility var(--app-transition);
}
.reviews .content .reviews-authors__slider .author > div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
@media (max-width: 576px) {
    .reviews .content .reviews-authors__slider .author > div > svg {
        display: none;
    }
}
.reviews .content .reviews-authors__slider .author-info {
    align-items: center;
    column-gap: 16px;
    display: flex;
}
@media (max-width: 576px) {
    .reviews .content .reviews-authors__slider .author-link {
        display: none;
    }
}
.reviews .content .reviews-authors__slider .author .caption {
    color: var(--app-color-dark-gray);
}
.reviews .content .reviews-texts__slider {
    grid-column: span 10;
    width: 100%;
}
.reviews .content .reviews-texts__slider .swiper-slide {
    display: flex;
    gap: 16px;
    transition:
        opacity var(--app-transition),
        visibility var(--app-transition),
        transform var(--app-transition);
}
.reviews .content .reviews-texts__slider .swiper-slide .review {
    align-items: center;
    display: flex;
    transition: transform var(--app-transition);
    width: 100%;
}
.reviews .content .reviews-texts__slider .swiper-slide .review > svg {
    height: 16px;
    width: 16px;
}
@media (min-width: 577px) {
    .reviews .content .reviews-texts__slider .swiper-slide .review > svg {
        display: none;
    }
}
.reviews .content .reviews-texts__slider .swiper-slide .review > div {
    font-weight: 500;
    transition:
        opacity var(--app-transition),
        font-size var(--app-transition),
        line-height var(--app-transition),
        letter-spacing var(--app-transition);
}
@media (min-width: 1200px) {
    .reviews .content .reviews-texts__slider .swiper-slide .review > div {
        display: -webkit-box;
        line-clamp: 5;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }
}
@media (max-width: 1199px) {
    .reviews .content .reviews-texts__slider .swiper-slide .review > div {
        display: -webkit-box;
        line-clamp: 10;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }
}
@media (max-width: 576px) {
    .reviews .content .reviews-texts__slider .swiper-slide .review > div {
        min-height: 180px;
    }
    .reviews .content .reviews-texts__slider .swiper-slide .review {
        align-items: start;
        display: flex;
        flex-direction: column;
        row-gap: 32px;
    }
}
@media (min-width: 1200px) {
    .reviews
        .content
        .reviews-texts__slider
        .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-next + .swiper-slide) {
        opacity: 0;
        visibility: hidden;
    }
}
.reviews
    .content
    .reviews-texts__slider
    .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-next + .swiper-slide)
    .review {
    transform: translateX(40%);
}
@media (max-width: 1366px) {
    .reviews
        .content
        .reviews-texts__slider
        .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-next + .swiper-slide)
        .review {
        transform: translateX(20%);
    }
}
@media (max-width: 1199px) {
    .reviews
        .content
        .reviews-texts__slider
        .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-next + .swiper-slide)
        .review {
        transform: translateX(0);
    }
}
@media (min-width: 1200px) {
    .reviews .content .reviews-texts__slider .swiper-slide:not(.swiper-slide-next) .review > div {
        opacity: 0.3;
    }
}
.reviews .content .reviews-texts__slider .swiper-slide-active .review {
    transform: translateX(40%);
}
@media (max-width: 1366px) {
    .reviews .content .reviews-texts__slider .swiper-slide-active .review {
        transform: translateX(20%);
    }
}
@media (max-width: 1199px) {
    .reviews .content .reviews-texts__slider .swiper-slide-active .review {
        transform: translateX(0);
    }
}
.reviews .content .reviews-texts__slider .swiper-slide-next .review {
    transform: translateX(10%);
}
@media (max-width: 1366px) {
    .reviews .content .reviews-texts__slider .swiper-slide-next .review {
        transform: translateX(5%);
    }
}
@media (max-width: 1199px) {
    .reviews .content .reviews-texts__slider .swiper-slide-next .review {
        transform: translateX(0);
    }
    .reviews .content .reviews-texts__slider .swiper-slide-next .review > div {
        opacity: 0.3;
    }
}
@media (min-width: 1200px) {
    .reviews .swiper {
        /*height: 70vh;*/
        height: 100%;
    }
}
.reviews .reviews-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
@media (max-width: 576px) {
    .section-wrapper--stacked .bg-cover,
    .section-wrapper--stacked video {
        display: none;
    }
}
@media (min-width: 577px) {
    .section-wrapper--stacked .reviews-bg {
        display: none;
    }
}
.section-wrapper--stacked .reviews-bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.author-image {
    border-radius: 50%;
    flex-shrink: 0;
    height: 64px;
    position: relative;
    width: 64px;
}
.author-image img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    width: 100%;
}
.author-image svg {
    height: 100%;
    inset: 0;
    position: absolute;
    transform: scale(1.05);
    width: 100%;
    z-index: 1;
}
.author-image svg circle:first-child {
    fill: hsla(0, 0%, 100%, 0.1);
}
.author-image svg circle:last-child {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 282.743;
    stroke-dashoffset: 282.743;
    stroke-linecap: round;
    stroke-width: 5;
}
@media (max-width: 1198px) {
    .author-image svg {
        display: none;
    }
}
@media (max-width: 576px) {
    .author-image {
        height: 44px;
        width: 44px;
    }
}
@keyframes progressAnim {
    0% {
        stroke-dashoffset: 282.743;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@media (min-width: 1200px) {
    .reviews-authors__slider .swiper-slide-next .author-image svg circle:last-child {
        animation: progressAnim 5s linear forwards;
    }
}
@media (max-width: 1199px) {
    .reviews-authors__slider .swiper-slide-active .author-image svg circle:last-child {
        animation: progressAnim 5s linear forwards;
    }
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes stepBg {
    50% {
        background-color: var(--app-color-primary);
    }
    to {
        background-color: var(--app-color-black);
    }
}
@keyframes textColorWhite {
    0% {
        color: var(--app-color-black);
    }
    to {
        color: var(--app-color-white);
    }
}
@keyframes textColorBlack {
    0% {
        color: #b9bec4;
    }
    to {
        color: var(--app-color-black);
    }
}
.services {
    background-color: var(--app-color-white);
    border-radius: 48px;
    color: var(--app-color-black);
    display: block;
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    .services {
        border-radius: 30px;
    }
}
.services__header {
    /*max-width: 657px;*/
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100% / 12) * 5 - 8px);
    z-index: 2;
}
@media (max-width: 1199px) {
    .services__header {
        margin-bottom: 30px;
    }
}
.services__line {
    display: none;
}
@media (max-width: 1199px) {
    .services__line {
        background-color: var(--app-color-gray);
        display: block;
        height: 1px;
        margin-bottom: 48px;
        width: 100%;
    }
}
.services__wrapper {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services__wrapper.active {
    display: flex !important;
}

.services__wrapper.active .services__picture {
    animation: fadeInDown 0.6s ease forwards;
}

@media (max-width: 1199px) {
    .services__wrapper {
        display: flex;
    }
}
.services__wrapper .is-showing {
    animation: revealDown 0.4s ease forwards;
}
.services__wrapper .is-hiding {
    animation: hideDown 0.4s ease forwards;
}
@media (min-width: 1767px) {
    .services__wrapper.start-anim .services__ad-item {
        animation: slideDown 2s linear forwards;
    }
}
@media (min-width: 1200px) {
    .services__wrapper .services__picture {
        opacity: 0;
        transform: translateY(-30px);
    }
    .services__wrapper.start-anim .services__main-picture {
        animation: fadeInDownDesktop 2s linear forwards;
    }
    .services__wrapper.start-anim .services__picture {
        animation: fadeInDown 2s linear forwards;
    }
}
.services__inner {
    position: relative;
}
.services__inner--text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*width: 40%;*/
    width: calc((100% / 12) * 5 - 8px);
}
@media (max-width: 1199px) {
    .services__inner--text {
        margin-bottom: 48px;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .services__inner--text {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .services__inner--ad {
        /*width: 58%;*/
        width: calc((100% / 12) * 7 - 8px);
    }
}
@media (max-width: 1199px) {
    .services__inner--ad {
        display: flex;
        justify-content: center;
        min-height: 343px;
        width: 100%;
    }
}
.services__inner--steps {
    margin-top: 100px;
    width: 100%;
}
@media (max-width: 1199px) {
    .services__inner--steps {
        margin-top: 40px;
    }
}
.services__wrap-text {
    align-items: flex-start;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 657px;
    padding-top: 300px;
}
@media (max-width: 1199px) {
    .services__wrap-text {
        max-width: 100%;
    }
}
.services__intro {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 40px;
    padding-left: 24px;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .services__intro {
        display: none;
    }
}
.services__intro:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 15 15'%3E%3Cpath fill='%23A99CEE' d='M5 4.5h6v6H5z'/%3E%3C/svg%3E")
        no-repeat 50% / contain;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
@media (max-width: 1199px) {
    .services__intro:before {
        height: 14px;
        width: 14px;
    }
}
.services__intro--mob {
    display: none;
}
@media (max-width: 1199px) {
    .services__intro--mob {
        display: block;
        font-size: 9px;
        line-height: 14px;
        padding-bottom: 24px;
    }
}
.services__services {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1199px) {
    .services__services {
        display: none;
    }
}
.services__title {
    cursor: pointer;
    opacity: 0.6;
    padding-bottom: 24px;
    position: relative;
    transition: 0.3s;


    color: var(--dark-gray, #757D8A);
    font-size: var(--typography-headline-2, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 39.6px */
    letter-spacing: -1.08px;
}
.services__title:after {
    background-color: currentColor;
    bottom: 16px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    width: 100%;
}
.services__title:hover {
    color: var(--app-color-black);
}
.services__title:hover:after {
    transform: scaleX(1);
}
.services__title.active {
    color: var(--app-color-black);
    opacity: 1;
}
.services__title.active:after {
    transform: scaleX(1);
}
@media (max-width: 576px) {
    .services__title {
        font-size: 26px;
        line-height: 28px;
        max-width: 340px;
    }
}
.services__title--mob {
    display: none;
}
@media (max-width: 1199px) {
    .services__title--mob {
        display: block;
        margin-bottom: 16px;
        margin-top: 32px;
    }
}
.services__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    padding-bottom: 40px;
}
.services__desc span:not(:last-child) {
    display: block;
}
@media (max-width: 767px) {
    .services__desc {
        padding-bottom: 0;
    }
}
@media (max-width: 576px) {
    .services__desc {
        font-size: 14px;
        line-height: 22px;
    }
}
.services__sub {
    padding-bottom: 40px;
}
.services__sub p,
.services__sub--text {
    color: var(--app-color-dark-gray);
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .services__sub p,
    .services__sub--text {
        font-size: 9px;
        line-height: 14px;
    }
}
.services__sub ol {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}
@media (max-width: 576px) {
    .services__sub ol {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .services__sub {
        padding-bottom: 24px;
        padding-top: 32px;
    }
}
.services__sub--number {
    font-size: 52px;


    color: var(--black, #172032);
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 52px */
    letter-spacing: -2.08px;
}
.services__sub--text {
    margin-top: 8px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .services__sub--text {
        padding-bottom: 0;
    }
}
.services__wrap-pictures {
    align-items: center;
    aspect-ratio: 657/760;
    border-radius: 32px;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 657px;
    min-height: 397px;
    position: relative;
    width: 100%;
}
@media (min-width: 1200px) {
    .services__wrap-pictures {
        min-height: 760px;
    }
}
@media (max-width: 1199px) {
    .services__wrap-pictures {
        display: block;
    }
}
.services__wrap-pictures--capital,
.services__wrap-pictures--payment {
    object-fit: contain;
}
.services__wrap-pictures--capital img,
.services__wrap-pictures--payment img {
    height: 100%;
    width: 100%;
}
.services__wrap-pictures--swift {
    background: linear-gradient(264deg, rgba(116, 147, 255, 0.1), rgba(169, 156, 238, 0.1) 98%);
}
.services__main-picture {
    display: block;
    height: auto;
    max-width: 320px;
    object-fit: contain;
    opacity: 0;
    position: relative;
    width: 100%;
}
@media (max-width: 1199px) {
    .services__main-picture {
        height: 144px;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 144px;
    }
}
@media (min-width: 1200px) {
    .services__main-picture {
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .services__ad-list {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
}
@media (max-width: 1199px) {
    .services__ad-list {
        padding-left: 30px;
        width: 50%;
    }
}
@media (max-width: 767px) {
    .services__ad-list {
        bottom: 0;
        top: auto;
        width: 100%;
    }
}
.services__ad-item {
    align-items: center;
    background: var(--app-color-white);
    border-radius: 40px;
    box-shadow: 0 0 32px 0 rgba(23, 32, 50, 0.08);
    color: var(--app-color-black);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    opacity: 0;
    padding: 20px 16px;
    text-wrap: balance;
    width: auto;
}
@media (min-width: 1767px) {
    .services__ad-item {
        max-width: 380px;
        position: absolute;
    }
}
@media (max-width: 1766px) {
    .services__ad-item {
        animation: adRotate 20s infinite;
        border-radius: 10000px;
        bottom: 40px;
        box-shadow: none;
        left: 40px;
        opacity: 0;
        position: absolute;
        right: 40px;
    }
}
@media (max-width: 767px) {
    .services__ad-item {
        bottom: 16px;
        font-size: 12px;
        left: 16px;
        padding: 14px 12px;
        right: 16px;
    }
}
.services__ad-item img {
    background-color: var(--app-color-black);
    border-radius: 50%;
    display: block;
    height: 48px;
    margin-right: 16px;
    object-fit: contain;
    padding: 10px;
    width: 48px;
}
@media (max-width: 767px) {
    .services__ad-item img {
        height: 40px;
        margin-right: 12px;
        width: 40px;
    }
}
@media (max-width: 1766px) {
    .services__ad-item:first-child {
        animation-delay: 0s;
    }
}
@media (min-width: 1767px) {
    .services__ad-item:first-child {
        animation-delay: 0.2s;
        left: -22%;
        top: 23%;
    }
}
@media (max-width: 1766px) {
    .services__ad-item:nth-child(2) {
        animation-delay: 5s;
    }
}
@media (min-width: 1767px) {
    .services__ad-item:nth-child(2) {
        animation-delay: 0.4s;
        left: auto;
        right: -9%;
        top: 8%;
    }
}
@media (max-width: 1766px) {
    .services__ad-item:nth-child(3) {
        animation-delay: 10s;
    }
}
@media (min-width: 1767px) {
    .services__ad-item:nth-child(3) {
        animation-delay: 0.6s;
        bottom: 8%;
        left: -9%;
        top: auto;
    }
}
@media (max-width: 1766px) {
    .services__ad-item:nth-child(4) {
        animation-delay: 15s;
    }
}
@media (min-width: 1767px) {
    .services__ad-item:nth-child(4) {
        animation-delay: 0.8s;
        bottom: 23%;
        left: auto;
        right: -22%;
        top: auto;
    }
}
.services__align {
    display: block;
}
@media (max-width: 767px) {
    .services__align {
        display: none;
    }
}
.services__btn {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background: var(--app-color-primary);
    border-radius: 32px;
    color: var(--app-color-lightPrimary);
    display: inline-block;
    padding: 14px 24px 14px 20px;
    position: relative;
    text-align: center;
    transition: 0.2s;
    white-space: normal;
}

.services__btn:hover {
    background-color: var(--app-color-primary-hover);
}
.services__btn span {
    font-weight: var(--app-button-weight);
    padding-left: 24px;
    position: relative;
}
.services__btn span:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='m6.564 9.768-.22 3.102c.315 0 .452-.136.615-.298l1.48-1.414 3.066 2.245c.562.313.958.148 1.11-.518l2.012-9.429c.179-.831-.3-1.156-.848-.953L1.951 7.032c-.807.313-.795.763-.137.967l3.024.94 7.024-4.394c.33-.22.631-.098.384.12z'/%3E%3C/svg%3E");
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 54%;
    transform: translateY(-50%);
    width: 16px;
}
@keyframes adRotate {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
@keyframes revealDown {
    0% {
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
@keyframes hideDown {
    0% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
    to {
        -webkit-clip-path: inset(100% 0 0 0);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInDownDesktop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.content--max-w {
    margin: 0 auto;
    max-width: 1120px;
}
.content__title {
    color: var(--app-color-black);
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    padding-bottom: 48px;
}
@media (max-width: 576px) {
    .content__title {
        font-size: 36px;
        font-weight: 500;
        line-height: 100%;
        padding-bottom: 32px;
    }
}
.content p {
    color: var(--app-color-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 163%;
}
.accordion__item__text .accordion__item__text__answer{
    color: var(--dark-gray, #757D8A);
    font-size: var(--typography-body-default, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
}
@media (max-width: 576px) {
    .content p {
        font-size: 15px;
        font-weight: 500;
        line-height: 160%;
        margin-bottom: 24px;
    }
}
.content p a {
    color: #172032;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}


.rates-table__row {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.rates-table__row.fade-in-row {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================
   АНИМАЦИЯ ЗАГРУЗКИ ДЛЯ КАЛЬКУЛЯТОРА
   ========================================= */
.currency-converter__field {
  position: relative;
}
.currency-converter__field.loading {
  pointer-events: none;
}
.currency-converter__field.loading .currency-converter__input {
  color: transparent;
  user-select: none;
}
.currency-converter__field.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--app-color-black);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner-rotate 0.8s linear infinite;
}

@keyframes spinner-rotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Скелетоны таблицы курсов */
.rates-table .skeleton {
  border-radius: 32px;
  min-height: 74px;
  width: 100%;
  animation: skeleton-loading 1.5s infinite;
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}


/* ------------------------------------------
   Анимация бегущей строки (hero__marquee)
   Заменяет GSAP, работает на чистом CSS
------------------------------------------ */
.hero__marquee {
  overflow: hidden; /* прячем всё, что выходит за границы */
}

.hero__marquee-track {
  display: flex;
  width: max-content; /* ширина по содержимому */
  /* 
    Анимация: 
    - marqueeScroll — название ключевых кадров
    - 20s — длительность одного цикла (десктоп)
    - linear — равномерная скорость
    - infinite — бесконечный повтор
  */
  animation: marqueeScroll 7s linear infinite;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Сдвигаем ровно на половину (потому что внутри два одинаковых набора) */
    transform: translateX(-50%);
  }
}

/* На мобильных устройствах замедляем анимацию (было 30s в старом коде) */
@media (max-width: 768px), (pointer: coarse) {
  .hero__marquee-track {
    animation-duration: 15s;
  }
}

.reviews-authors__slider .swiper-slide-active .author-image svg circle:last-child {
    animation: progressAnim 5s linear forwards;
}

@keyframes progressAnim {
    0% {
        stroke-dashoffset: 282.743;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/* Фиксированный фоновый слой, который плавно меняет цвет */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;              /* ниже всех секций */
    background: var(--body-bg, #88cbdc);   /* начальный цвет – голубой, как hero */
    transition: background 0.5s linear;    /* плавная смена цвета */
}