@charset "UTF-8";

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --bg-color: #FAFDFF;
    --text-color: #818C9E;
    --link-color: #04DDD0;
    --primary-color: #22365B;
    --primary-dark-color: #18253E;
    --title-gray-color: #B0B7C5;
    --header-decor-color: #9EA7B7;
    --button-color: #E2EEF5;
    --button-hover-color: #D1E7F4;
    --cursor-background-color: #000000;
    --cursor-text-color: #ffffff;
    --cursor-text: "";
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    --swiper-pagination-bottom: 35px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet {
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #B6B6B6;
}

.swiper-pagination-bullet-active {
    --swiper-pagination-color: #ffffff;
}

@font-face {
    font-family: Merriweather;
    font-display: swap;
    src: url("../fonts/Merriweather-BlackItalic.woff2") format("woff2"), url("../fonts/Merriweather-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: Merriweather;
    font-display: swap;
    src: url("../fonts/Merriweather-Black.woff2") format("woff2"), url("../fonts/Merriweather-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Merriweather;
    font-display: swap;
    src: url("../fonts/Merriweather-Bold.woff2") format("woff2"), url("../fonts/Merriweather-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Merriweather;
    font-display: swap;
    src: url("../fonts/Merriweather-BoldItalic.woff2") format("woff2"), url("../fonts/Merriweather-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Onest;
    font-display: swap;
    src: url("../fonts/Onest-Bold.woff2") format("woff2"), url("../fonts/Onest-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Onest;
    font-display: swap;
    src: url("../fonts/Onest-Medium.woff2") format("woff2"), url("../fonts/Onest-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Merriweather;
    font-display: swap;
    src: url("../fonts/Merriweather-Italic.woff2") format("woff2"), url("../fonts/Merriweather-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Merriweather;
    font-display: swap;
    src: url("../fonts/Merriweather-Regular.woff2") format("woff2"), url("../fonts/Merriweather-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Onest;
    font-display: swap;
    src: url("../fonts/Onest-Regular.woff2") format("woff2"), url("../fonts/Onest-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Onest;
    font-display: swap;
    src: url("../fonts/Onest-Black.woff2") format("woff2"), url("../fonts/Onest-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Merriweather", serif;
    font-weight: 500;
    line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--text-color);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: var(--link-hover-color);
}

h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}

p {
    margin-top: 0;
}

a {
    color: var(--link-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--link-hover-color);
}

a .stretched-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-block;
    height: 56px;
    padding: 0 32px;
    color: var(--primary-color);
    --color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 56px;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--button-color);
    border-radius: 100px;
    border: 1px solid var(--button-color);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.active .button,
.button:hover,
.button:focus,
.button:active,
.active button,
button:hover,
button:focus,
button:active,
.active input[type=submit],
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.active input[type=reset],
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
.active input[type=button],
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active {
    color: var(--primary-color);
    --color: var(--primary-color);
    border-color: var(--button-hover-color);
    background-color: var(--button-hover-color);
}

.button:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
input[type=button]:disabled {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.button.button-white,
button.button-white,
input[type=submit].button-white,
input[type=reset].button-white,
input[type=button].button-white {
    color: var(--primary-color);
    --color: var(--primary-color);
    border-color: #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 72px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 72px rgba(0, 0, 0, 0.12);
}

.button.button-white:hover,
.button.button-white:focus,
.button.button-white:active,
button.button-white:hover,
button.button-white:focus,
button.button-white:active,
input[type=submit].button-white:hover,
input[type=submit].button-white:focus,
input[type=submit].button-white:active,
input[type=reset].button-white:hover,
input[type=reset].button-white:focus,
input[type=reset].button-white:active,
input[type=button].button-white:hover,
input[type=button].button-white:focus,
input[type=button].button-white:active {
    color: var(--link-color);
    --color: var(--link-color);
    border-color: #ffffff;
    background-color: #ffffff;
}

.button.button-arrow,
button.button-arrow,
input[type=submit].button-arrow,
input[type=reset].button-arrow,
input[type=button].button-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.button.button-arrow:hover svg,
button.button-arrow:hover svg,
input[type=submit].button-arrow:hover svg,
input[type=reset].button-arrow:hover svg,
input[type=button].button-arrow:hover svg {
    translate: 5px 0;
}

.button.button-arrow svg,
button.button-arrow svg,
input[type=submit].button-arrow svg,
input[type=reset].button-arrow svg,
input[type=button].button-arrow svg {
    fill: none;
    stroke: currentColor;
    width: 24px;
    height: 12px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button.button-arrow svg use,
button.button-arrow svg use,
input[type=submit].button-arrow svg use,
input[type=reset].button-arrow svg use,
input[type=button].button-arrow svg use {
    fill: none;
    stroke: currentColor;
}

.button.button-arrow:hover::before,
button.button-arrow:hover::before,
input[type=submit].button-arrow:hover::before,
input[type=reset].button-arrow:hover::before,
input[type=button].button-arrow:hover::before {
    color: currentColor;
}

.button.button-messenger,
button.button-messenger,
input[type=submit].button-messenger,
input[type=reset].button-messenger,
input[type=button].button-messenger {
    color: #ffffff;
    --color: #ffffff;
    border-color: #202F4D;
    background-color: #202F4D;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-style: italic;
    height: 74px;
    line-height: 74px;
    padding-left: 44px;
    padding-right: 44px;
}

.button.button-messenger:hover,
.button.button-messenger:focus,
.button.button-messenger:active,
button.button-messenger:hover,
button.button-messenger:focus,
button.button-messenger:active,
input[type=submit].button-messenger:hover,
input[type=submit].button-messenger:focus,
input[type=submit].button-messenger:active,
input[type=reset].button-messenger:hover,
input[type=reset].button-messenger:focus,
input[type=reset].button-messenger:active,
input[type=button].button-messenger:hover,
input[type=button].button-messenger:focus,
input[type=button].button-messenger:active {
    color: #202F4D;
    --color: #202F4D;
    border-color: #ffffff;
    background-color: #ffffff;
}

.button.button-mobile-menu,
button.button-mobile-menu,
input[type=submit].button-mobile-menu,
input[type=reset].button-mobile-menu,
input[type=button].button-mobile-menu {
    color: var(--primary-color);
    --color: var(--primary-color);
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.button.button-mobile-menu:hover,
.button.button-mobile-menu:focus,
.button.button-mobile-menu:active,
button.button-mobile-menu:hover,
button.button-mobile-menu:focus,
button.button-mobile-menu:active,
input[type=submit].button-mobile-menu:hover,
input[type=submit].button-mobile-menu:focus,
input[type=submit].button-mobile-menu:active,
input[type=reset].button-mobile-menu:hover,
input[type=reset].button-mobile-menu:focus,
input[type=reset].button-mobile-menu:active,
input[type=button].button-mobile-menu:hover,
input[type=button].button-mobile-menu:focus,
input[type=button].button-mobile-menu:active {
    color: var(--primary-color);
    --color: var(--primary-color);
    border-color: transparent;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
}

.button.button-styled,
button.button-styled,
input[type=submit].button-styled,
input[type=reset].button-styled,
input[type=button].button-styled {
    min-width: 164px;
    color: #ffffff;
    --color: #ffffff;
    border-color: transparent;
    background-color: var(--primary-color);
    padding-left: 22px;
    padding-right: 22px;
    /*background-image: url(../img/button-styled-bg.png);*/
    background-repeat: no-repeat;
    background-position: -25px 50%;
}

.button.button-styled.bg-visible,
button.button-styled.bg-visible,
input[type=submit].button-styled.bg-visible,
input[type=reset].button-styled.bg-visible,
input[type=button].button-styled.bg-visible {
    background-image: url(../img/button-styled-bg.png);
}

.button.button-styled:hover,
.button.button-styled:focus,
.button.button-styled:active,
button.button-styled:hover,
button.button-styled:focus,
button.button-styled:active,
input[type=submit].button-styled:hover,
input[type=submit].button-styled:focus,
input[type=submit].button-styled:active,
input[type=reset].button-styled:hover,
input[type=reset].button-styled:focus,
input[type=reset].button-styled:active,
input[type=button].button-styled:hover,
input[type=button].button-styled:focus,
input[type=button].button-styled:active {
    color: var(--primary-color);
    --color: var(--primary-color);
    border-color: transparent;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
}

.button.button-stacked-mobile,
button.button-stacked-mobile,
input[type=submit].button-stacked-mobile,
input[type=reset].button-stacked-mobile,
input[type=button].button-stacked-mobile {
    color: var(--primary-color);
    --color: var(--primary-color);
    border-color: transparent;
    background-color: #ffffff;
    font-size: 16px;
    height: 78px;
    line-height: 78px;
    padding-left: 22px;
    padding-right: 22px;
    background-repeat: no-repeat;
    background-position: -25px 50%;
    border-radius: 20px;
}

.button.button-stacked-mobile:hover,
.button.button-stacked-mobile:focus,
.button.button-stacked-mobile:active,
button.button-stacked-mobile:hover,
button.button-stacked-mobile:focus,
button.button-stacked-mobile:active,
input[type=submit].button-stacked-mobile:hover,
input[type=submit].button-stacked-mobile:focus,
input[type=submit].button-stacked-mobile:active,
input[type=reset].button-stacked-mobile:hover,
input[type=reset].button-stacked-mobile:focus,
input[type=reset].button-stacked-mobile:active,
input[type=button].button-stacked-mobile:hover,
input[type=button].button-stacked-mobile:focus,
input[type=button].button-stacked-mobile:active {
    color: #ffffff;
    --color: #ffffff;
    border-color: transparent;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
}

.button.button-stacked-styled-mobile,
button.button-stacked-styled-mobile,
input[type=submit].button-stacked-styled-mobile,
input[type=reset].button-stacked-styled-mobile,
input[type=button].button-stacked-styled-mobile {
    color: var(--primary-color);
    --color: var(--primary-color);
    border-color: transparent;
    background-color: #ffffff;
    font-size: 16px;
    height: 78px;
    line-height: 78px;
    padding-left: 22px;
    padding-right: 22px;
    /*background-image: url(../img/button-styled-mobile-bg.png);*/
    background-repeat: no-repeat;
    background-position: -25px 50%;
    border-radius: 20px;
}

.button.button-stacked-styled-mobile.bg-visible,
button.button-stacked-styled-mobile.bg-visible,
input[type=submit].button-stacked-styled-mobile.bg-visible,
input[type=reset].button-stacked-styled-mobile.bg-visible,
input[type=button].button-stacked-styled-mobile.bg-visible {
    background-image: url(../img/button-styled-mobile-bg.png);
}


.button.button-stacked-styled-mobile:hover,
.button.button-stacked-styled-mobile:focus,
.button.button-stacked-styled-mobile:active,
button.button-stacked-styled-mobile:hover,
button.button-stacked-styled-mobile:focus,
button.button-stacked-styled-mobile:active,
input[type=submit].button-stacked-styled-mobile:hover,
input[type=submit].button-stacked-styled-mobile:focus,
input[type=submit].button-stacked-styled-mobile:active,
input[type=reset].button-stacked-styled-mobile:hover,
input[type=reset].button-stacked-styled-mobile:focus,
input[type=reset].button-stacked-styled-mobile:active,
input[type=button].button-stacked-styled-mobile:hover,
input[type=button].button-stacked-styled-mobile:focus,
input[type=button].button-stacked-styled-mobile:active {
    color: #ffffff;
    --color: #ffffff;
    border-color: transparent;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.09);
}

.button.button-footer-contacts,
button.button-footer-contacts,
input[type=submit].button-footer-contacts,
input[type=reset].button-footer-contacts,
input[type=button].button-footer-contacts {
    color: #ffffff;
    --color: #ffffff;
    height: 52px;
    line-height: 52px;
    height: 60px;
    line-height: 60px;
    border-color: transparent;
    background-color: rgba(209, 209, 209, 0.25);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    font-size: 16px;
}

.button.button-footer-contacts:hover,
.button.button-footer-contacts:focus,
.button.button-footer-contacts:active,
button.button-footer-contacts:hover,
button.button-footer-contacts:focus,
button.button-footer-contacts:active,
input[type=submit].button-footer-contacts:hover,
input[type=submit].button-footer-contacts:focus,
input[type=submit].button-footer-contacts:active,
input[type=reset].button-footer-contacts:hover,
input[type=reset].button-footer-contacts:focus,
input[type=reset].button-footer-contacts:active,
input[type=button].button-footer-contacts:hover,
input[type=button].button-footer-contacts:focus,
input[type=button].button-footer-contacts:active {
    color: var(--primary-color);
    --color: var(--primary-color);
    border-color: transparent;
    -color: rgba(209, 209, 209, 0.25);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.button.button-text,
button.button-text,
input[type=submit].button-text,
input[type=reset].button-text,
input[type=button].button-text {
    color: var(--text-color);
    --color: var(--text-color);
    border-color: transparent;
    background-color: transparent;
}

.button.button-text:hover,
.button.button-text:focus,
.button.button-text:active,
button.button-text:hover,
button.button-text:focus,
button.button-text:active,
input[type=submit].button-text:hover,
input[type=submit].button-text:focus,
input[type=submit].button-text:active,
input[type=reset].button-text:hover,
input[type=reset].button-text:focus,
input[type=reset].button-text:active,
input[type=button].button-text:hover,
input[type=button].button-text:focus,
input[type=button].button-text:active {
    color: var(--text-color);
    --color: var(--text-color);
    border-color: var(--link-color);
    background-color: transparent;
}

.button.button-text:hover,
button.button-text:hover,
input[type=submit].button-text:hover,
input[type=reset].button-text:hover,
input[type=button].button-text:hover {
    border-color: var(--text-color);
}

.button.button-small,
button.button-small,
input[type=submit].button-small,
input[type=reset].button-small,
input[type=button].button-small {
    height: 60px;
    padding: 0 40px;
    font-size: 15px;
    line-height: 60px;
}

.button-iconed {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.button-icon {
    height: 24px;
    max-height: 24px;
    fill: var(--color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-icon img,
.button-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.button-icon_left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.button-icon_right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.dropdown {
    position: relative;
}

.dropdown .dropdown-box.active {
    display: block;
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.dropdown .dropdown-box.active .caret {
    rotate: 180deg;
}

.dropdown ul {
    list-style: none;
}

.dropdown_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropdown_slide .dropdown-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.dropdown_slide .dropdown-box.active {
    max-height: 100%;
    top: 0;
}

.dropdown-box {
    display: none;
    top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-box.active {
    display: block;
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.dropdown-box.active .caret {
    rotate: 180deg;
}

.dropdown-box_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.dropdown-box_slide.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
}

.popup {
    position: relative;
}

.popup.active .popup-button {
    color: var(--link-hover-color);
}

.popup.active .popup-box {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.popup-box {
    position: absolute;
    top: 200%;
    left: 0%;
    translate: 0 0;
    opacity: 0;
    visibility: hidden;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background-color: #fff;
    color: #000;
    -webkit-transition: top, opacity, visibility 0.3s ease;
    transition: top, opacity, visibility 0.3s ease;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 34px -14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 34px -14px rgba(0, 0, 0, 0.1);
    min-width: 400px;
    width: 400px;
    z-index: 1;
}

.popup-box::before {
    -webkit-transform: translateX(var(--translate-before));
    -ms-transform: translateX(var(--translate-before));
    transform: translateX(var(--translate-before));
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    left: 15px;
    translate: 0 -6px;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}

.popup-box *:last-child {
    margin-bottom: 0;
}

.popup-box-close {
    border: none;
    background: none;
    color: var(--link-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

.popup-box-close:active,
.popup-box-close:focus,
.popup-box-close:hover {
    border: none;
    background: none;
    color: var(--link-hover-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=date],
input[type=time],
input[type=month],
textarea,
select {
    width: 100%;
    font-family: "onest", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    height: 70px;
    padding: 26px 22px;
    background-color: transparent;
    border: 1px solid #3D4562;
    color: #ffffff;
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

input[type=email]:active,
input[type=email]:hover,
input[type=email]:focus,
input[type=number]:active,
input[type=number]:hover,
input[type=number]:focus,
input[type=search]:active,
input[type=search]:hover,
input[type=search]:focus,
input[type=text]:active,
input[type=text]:hover,
input[type=text]:focus,
input[type=tel]:active,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=url]:active,
input[type=url]:hover,
input[type=url]:focus,
input[type=password]:active,
input[type=password]:hover,
input[type=password]:focus,
input[type=date]:active,
input[type=date]:hover,
input[type=date]:focus,
input[type=time]:active,
input[type=time]:hover,
input[type=time]:focus,
input[type=month]:active,
input[type=month]:hover,
input[type=month]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus {
    border: 1px solid var(--link-color);
    outline: 0;
    color: #ffffff;
}

input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-transition: background-color 5000000s ease-in-out 0s;
    transition: background-color 5000000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff !important;
}

select {
    min-height: 70px;
    padding: 23px 22px;
    position: relative;
    margin-bottom: 0;
}

select.input-field {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/icon-chevron.svg);
    background-position: 100% calc(50% + 8px);
    background-size: 15px 8px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

select::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: red;
}

select option {
    background-color: #ffffff;
    color: var(--primary-color);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #ffffff;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #ffffff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #ffffff;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #ffffff;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=date],
input[type=time],
input[type=month],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
    min-height: 150px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-radius: 30px;
    margin-bottom: 0;
    display: block;
}

label,
legend {
    display: block;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type=checkbox],
input[type=radio] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: 0.5rem;
    font-weight: normal;
}

/* Option */

.checkoption {
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    position: relative;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 1.867em;
    line-height: 1.32;
}

.checkoption .check__box {
    position: absolute;
    margin-top: 0.1em;
    margin-left: -1.867em;
    width: 1.167em;
    height: 1.167em;
    overflow: hidden;
    border-radius: 2.5px;
    background-color: #202F4C;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #202F4C;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkoption .check__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.checkoption .check__input[type=checkbox]:checked + .check__box {
    background-color: var(--link-color);
    border-color: var(--link-color);
}

.checkoption .check__input[type=checkbox]:focus + .check__box {
    -webkit-box-shadow: 0 0 0 0.02em var(--link-color);
    box-shadow: 0 0 0 0.02em var(--link-color);
}

.checkoption .check__input[type=checkbox]:disabled + .check__box {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.checkoption .check__input[type=checkbox]:checked:disabled + .check__box {
    background-color: rgba(255, 255, 255, 0.2);
}

.checkoption .check__input[type=radio] + .check__box {
    border-radius: 50%;
}

.checkoption .check__input[type=radio]:checked + .check__box {
    border-width: 5px;
    border-color: var(--link-color);
}

.checkoption .check__input[type=radio]:focus + .check__box {
    -webkit-box-shadow: 0 0 0 0.02em var(--link-color);
    box-shadow: 0 0 0 0.02em var(--link-color);
}

.checkoption .check__input[type=radio]:disabled + .check__box {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.checkoption .check__input[type=radio]:checked:disabled + .check__box {
    background-color: rgba(255, 255, 255, 0.2);
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-bottom: 24px;
}

.form__row--no-flex {
    display: block;
}

.form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form__field_acceptance .wpcf7-acceptance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__field_acceptance .wpcf7-acceptance .wpcf7-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    line-height: 70px;
    border-radius: 20px;
    border: 1px solid #3D4562;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form__field_acceptance .wpcf7-acceptance .wpcf7-list-item:hover {
    border-color: var(--link-color);
}

.form__field_acceptance .wpcf7-acceptance .wpcf7-list-item .checkoption {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0;
    padding-left: 22px;
    padding-right: 22px;
}

.form__field_acceptance .wpcf7-acceptance .wpcf7-list-item .checkoption .check__box {
    position: inherit;
    margin: 0;
    width: 26px;
    height: 26px;
}

.form__field_acceptance .wpcf7-acceptance .wpcf7-list-item .checkoption .wpcf7-list-item-label {
    margin-right: auto;
    margin-left: auto;
}

.form__field_acceptance .wpcf7-acceptance .wpcf7-list-item .checkoption a {
    text-decoration: none;
    position: relative;
    font-style: italic;
    font-family: "Merriweather", serif;
}

.form__field_acceptance .wpcf7-acceptance .wpcf7-list-item .checkoption a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    left: 0;
    bottom: -7px;
}

.form__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.form__fields .form__row .form__field {
    margin: 0;
}

.form__buttons .button-submit {
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 150px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-0.14%, #06DF91), color-stop(100.91%, #01D1D1));
    background: linear-gradient(0deg, #06DF91 -0.14%, #01D1D1 100.91%);
    border-color: transparent;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 27px;
    line-height: 1.32;
    color: #ffffff;
}

.form__buttons .button-submit[disabled] {
    opacity: 1;
    background: #202F4D;
}

.form__buttons .submit-success {
    width: 100%;
    height: 150px;
    border-radius: 150px;
    background: #ffffff;
    /*background-image: url(../img/submit-success-bg.png);*/
    background-position: 105% 65%;
    background-repeat: no-repeat;
    padding: 30px 33px;
    border-color: transparent;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    color: var(--primary-dark-color);
}

.form__buttons .submit-success.bg-visible {
    background-image: url(../img/submit-success-bg.png);
}

code {
    padding: 0.2rem 0.5rem;
    margin: 0 0.2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
    overflow: auto;
}

table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1rem;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

pre {
    overflow: auto;
}

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

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

picture,
img {
    max-width: 100%;
    height: auto;
    display: block;
}

video,
iframe {
    max-width: 100%;
    height: auto;
}

audio {
    max-width: 100%;
}

.stretched-link::before {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
}

.caret {
    color: currentColor;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.caret svg {
    line-height: 1;
    width: 15px;
    height: 8px;
    stroke: currentColor;
}

.caret svg use {
    stroke: currentColor;
}

.caret svg path {
    stroke: currentColor;
}

.icon-check,
.icon-delete {
    width: 13px;
    height: 13px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: (1fr) [ 5 ];
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: (1fr) [ 8 ];
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: (1fr) [ 9 ];
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Alignments
--------------------------------------------- */

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Shorcodes
--------------------------------------------- */

.wp-video-shortcode {
    border-radius: 10px;
    overflow: hidden;
}

/* Adaptive Tables and Video
--------------------------------------------- */

.post__table {
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}

.post table,
.post__table table {
    width: 100%;
    margin-bottom: 0;
}

.post__video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 56.25% 0 0;
}

.post__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.wp-smiley,
img.emoji,
svg.wp-smiley,
svg.emoji {
    display: inline !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
    margin-bottom: 0;
}

.wpcf7-form .form__field-submit-wrapper {
    position: relative;
}

.wpcf7-form .form__field-submit-wrapper .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 0.7em;
    color: red;
}

.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
    border-color: red;
}

.wpcf7-form .wpcf7-response-output {
    display: none !important;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip !important;
}

html,
body {
    height: 100%;
    min-width: 320px;
    overflow-x: clip;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: "Onest", sans-serif;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-weight: 500;
    color: var(--text-color);
    min-width: 320px;
}

body.blog-page {
    background-color: #F5F6F7;
}

body.privacy-page {
    background-color: #F5F6F7;
}

body.error-404-page {
    background-color: #18253E;
}

.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.hidden {
    display: none !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-list__item {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.tabs-list__item.active {
    cursor: default;
}

.tabs-containers__item {
    display: none;
    -webkit-transition: visibility, opacity 0.3s ease 0s;
    transition: visibility, opacity 0.3s ease 0s;
}

.tabs-containers__item.active {
    display: block;
}

.tabs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.boxed-tabs .tabs-list-wrapper {
    width: auto;
}

.boxed-tabs .tabs-list-wrapper {
    background-color: rgba(169, 170, 169, 0.0588235294);
    padding: 0.625rem;
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.boxed-tabs .tabs-list {
    gap: 0.5rem;
}

.boxed-tabs .tabs-list__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 44px;
    padding: 6px 20px;
    color: var(--primary-grey);
    background-color: transparent;
    border-radius: 22px;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
}

.boxed-tabs .tabs-list__item.active {
    background-color: var(--secondary-light-brown);
    border-color: var(--secondary-light-brown);
    color: #fff;
}

.boxed-tabs .tabs-list__item:not(.active):hover {
    color: var(--secondary-light-brown);
    border-color: var(--secondary-light-brown);
}

.docs-tabs .tabs-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.docs-tabs .tabs-list {
    gap: 0.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.docs-tabs .tabs-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 44px;
    padding: 6px 28px;
    color: var(--primary-grey);
    background-color: transparent;
    border-radius: 22px;
    border: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.docs-tabs .tabs-list__item.active {
    background-color: var(--link-color);
    border-color: var(--link-color);
    color: #fff;
}

.docs-tabs .tabs-list__item:not(.active):hover {
    color: var(--link-hover-color);
    border-color: var(--link-hover-color);
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    gap: 10px 20px;
}

.breadcrumbs ul a,
.breadcrumbs ul span {
    font-weight: 300;
    font-size: clamp(10px, 1.4vw, 15px);
    line-height: 1.34;
    color: var(--text-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.breadcrumbs ul a {
    display: inline-block;
}

.breadcrumbs ul a:hover {
    color: var(--link-color);
}

.breadcrumbs ul a:hover span {
    color: var(--link-color);
}

.breadcrumbs ul li {
    position: relative;
}

.breadcrumbs ul li::after {
    font-family: "Unbounded", sans-serif;
    position: absolute;
    display: block;
    content: "|";
    top: 50%;
    right: -12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumbs ul .breadcrumbs__current-page {
    opacity: 0.6;
    text-transform: none;
}

.breadcrumbs ul .breadcrumbs__current-page::after {
    display: none;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li:last-child *::after {
    display: none;
}

.to-top {
    pointer-events: none;
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.to-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}

.to-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.to-top__button {
    pointer-events: all;
    width: 238px;
    height: 115px;
    border-radius: 40px;
    background-color: var(--primary-dark-color);
    border: 1px solid var(--primary-dark-color);
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 13px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: normal;
}

.to-top__button:hover {
    color: var(--link-color);
}

.to-top__button:hover svg {
    stroke: currentColor;
}

.to-top__button svg {
    width: 30px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    rotate: -90deg;
}

header.header {
    font-size: 18px;
    color: #9EA7B7;
    margin-bottom: 50px;
}

.error-404-page header.header {
    color: #ffffff;
}

header.header ul {
    list-style: none;
}

header.header .header__container_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 127px;
}

header.header .header__container_mobile {
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__logo {
    margin-right: 42px;
}

.header__partner {
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
    color: #9EA7B7;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
}

.header__partner::before {
    content: "";
    position: absolute;
    background-color: #D4D7DC;
    width: 2px;
    left: -24px;
    height: 100%;
}

.header__partner a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.header__partner a:hover {
    color: var(--link-color);
}

.header__partner a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    bottom: -8px;
}

.error-404-page .header__partner {
    color: #ffffff;
}

.error-404-page .header__partner a {
    color: var(--link-color);
}

.error-404-page .header__partner a:hover {
    color: #ffffff;
}

.header__menu {
    font-size: 18px;
    margin-left: auto;
}

.header__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
}

.menu__submenu {
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    position: absolute;
}

.menu__submenu .menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__submenu .menu__item::before {
    content: "";
    height: 2px;
    width: 16px;
    background-color: #D2D2D2;
}

.menu__submenu .menu__link {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
}

.menu__item.current-menu-item > .menu__link {
    color: var(--link-color);
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
}

.menu__list .menu__item.lang-item.current-lang {
    display: none;
}

.menu__list:not(.menu__submenu) {
    position: relative;
}

.menu__list:not(.menu__submenu) > .menu__item.lang-item.current-lang {
    display: none;
}

.menu__list:not(.menu__submenu) > .menu__item {
    position: relative;
}

.menu__list:not(.menu__submenu) > .menu__item.current-menu-item,
.menu__list:not(.menu__submenu) > .menu__item.current-menu-parent,
.menu__list:not(.menu__submenu) > .menu__item.current-page-ancestor,
.menu__list:not(.menu__submenu) > .menu__item.current_page_parent {
    color: var(--link-color);
}

.menu__list:not(.menu__submenu) > .menu__item.current-menu-item::before,
.menu__list:not(.menu__submenu) > .menu__item.current-menu-parent::before,
.menu__list:not(.menu__submenu) > .menu__item.current-page-ancestor::before,
.menu__list:not(.menu__submenu) > .menu__item.current_page_parent::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: -50px;
    border-radius: 3px;
    background-color: var(--link-color);
}

.menu__list:not(.menu__submenu) > .menu__item.current-menu-item > .menu__link,
.menu__list:not(.menu__submenu) > .menu__item.current-menu-parent > .menu__link,
.menu__list:not(.menu__submenu) > .menu__item.current-page-ancestor > .menu__link,
.menu__list:not(.menu__submenu) > .menu__item.current_page_parent > .menu__link {
    color: var(--link-color);
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
}

.menu__link {
    text-decoration: none;
    color: var(--primary-color);
}

.menu__link:hover {
    color: var(--link-color);
}

.header__actions {
    margin-left: 32px;
}

.error-404-page .header__container_desktop .menu__link {
    color: #ffffff;
}

.error-404-page .header__container_desktop .menu__link:hover {
    color: var(--link-color);
}

.header__container_mobile.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100 dvh;
    background-color: #ffffff;
    z-index: 1000;
}

.header__container_mobile.active .header__mobile_dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-bottom: 90px;
}

.header__container_mobile .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.header__mobile_dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    position: relative;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: clip;
}

.header__mobile_dropdown .header__mobile-section {
    margin-bottom: 40px;
}

.header__mobile_dropdown .header__mobile-section-title {
    width: 100%;
    min-width: 100%;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", serif;
    font-size: 15px;
    line-height: 1.3;
    color: #9FA6B4;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 22px;
}

.header__mobile_dropdown .header__contacts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.header__mobile_dropdown .header__contacts {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__mobile_dropdown .header__contacts .button {
    width: 100%;
}

.header__mobile_dropdown .header__address {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__mobile_dropdown .header__address .header__mobile-section-title {
    margin-bottom: 12px;
    text-align: center;
}

.header__mobile_dropdown .header__address .button {
    width: 100%;
}

.header__mobile_dropdown .header__messengers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__mobile_dropdown .header__messengers-list {
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.header__mobile_dropdown .header__messengers-list .button {
    border-radius: 15px;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header__mobile_dropdown .close-button {
    position: fixed;
    bottom: 50px;
    margin-top: 8px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header__mobile {
    min-width: 100%;
    padding: 10px 16px;
    height: 71px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.header__mobile .header__logo img,
.header__mobile .header__logo svg {
    max-height: 48px;
}

.hamburger {
    height: auto;
    line-height: 1;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    border: none;
    background: none;
    color: var(--primary-color);
}

.hamburger.active {
    color: var(--link-color);
    background-color: transparent;
    border-color: transparent;
}

.hamburger.active .hamburger__icon {
    rotate: 45deg;
    fill: currentColor;
}

.hamburger.active .hamburger__icon use,
.hamburger.active .hamburger__icon path {
    fill: currentColor;
}

.hamburger__icon {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 15px;
    height: 15px;
}

.header__mobile_menu {
    margin-top: 12px;
    padding: 28px 20px;
    min-width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}

.header__mobile_menu .header__menu {
    font-size: 17px;
}

.header__mobile_menu .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.header__mobile_menu .menu__list > .menu__item.current-menu-item::before,
.header__mobile_menu .menu__list > .menu__item.current-menu-parent::before,
.header__mobile_menu .menu__list > .menu__item.current-page-ancestor::before,
.header__mobile_menu .menu__list > .menu__item.current_page_parent::before {
    top: 0;
    left: -20px;
    width: 4px;
    height: 100%;
}

.header__mobile_menu .menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__mobile_menu .menu__submenu {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 17px;
    padding: 0 !important;
}

main.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

footer.footer {
    -webkit-box-shadow: 0px -1px 150px #02E5DA;
    box-shadow: 0px -1px 150px #02E5DA;
    background-color: #18253E;
    color: #ffffff;
    border-radius: 80px 80px 0 0;
    padding-top: 690px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-bottom: 10px solid var(--link-color);
}

footer.footer .section__header,
footer.footer .section__title,
footer.footer .section__subtitle,
footer.footer .section__description {
    color: #ffffff;
}

.footer-decor-1 {
    position: absolute;
    top: -100px;
    left: calc(50% - 420px);
    pointer-events: none;
}

.footer-decor-mobile-1 {
    display: none;
    pointer-events: none;
}

.section__title {
    font-size: 55px;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 40px;
    text-wrap: balance;
}

.section__title_lg {
    font-size: 62px;
    margin-bottom: 50px;
    line-height: 1;
}

.section__subtitle {
    font-size: 18px;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 18px;
    font-family: "Merriweather", serif;
    font-style: italic;
}

.section__resume {
    line-height: 1.15;
    font-size: 40px;
    font-family: "Merriweather", serif;
    margin-bottom: 50px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.stacked .stacked__content.section__footer .section__description,
.stacked .stacked__content .section__footer .section__description {
    padding-right: 50px;
}

.stacked .section__footer .section__actions {
    width: 100%;
}

.stacked__content {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.stacked-slider {
    padding-bottom: 40px;
}

.stacked-slider .stacked__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.stacked-slider-pagination {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 10px !important;
    z-index: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.stacked-slider-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 6px !important;
    height: 6px !important;
}

.stacked-slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.section-home-hero {
    margin-bottom: 150px;
}

.home-hero .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.home-hero .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 780px;
}

.home-hero .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.home-hero .section__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 405px;
    color: var(--header-decor-color);
}

.home-hero .section__description *:last-of-type,
.home-hero .section__description *:last-child {
    margin-bottom: 0;
}

.home-hero .section__description .button {
    margin-top: 40px;
}

.home-hero__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-hero__image {
    position: relative;
    border-radius: 70px;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

.home-hero__image img {
    max-width: none;
    width: 120%;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.home-hero__image_1 {
    width: 750px;
    height: 560px;
}

.home-hero__image_2 {
    position: relative;
    margin-top: 80px;
    width: 500px;
    height: 550px;
}

.section-home-hero-mobile {
    display: none;
}

.home-hero-mobile .section__background {
    top: 0;
    width: 100%;
    background-color: var(--link-color);
    border-radius: 30px 30px 0 0;
    text-align: center;
    padding: 17px 18px 50px;
}

.home-hero-mobile .section__header-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow-y: auto;
    pointer-events: none;
    scrollbar-width: none;
}

.home-hero-mobile .section__title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.05;
    margin-bottom: 0;
}

.home-hero-mobile .section__subtitle {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-hero-mobile .section__description {
    width: 100%;
    background-color: var(--primary-color);
    font-size: 16px;
    line-height: 1.1;
    padding: 72px 30px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
}

.home-hero-mobile .section__description *:last-of-type,
.home-hero-mobile .section__description *:last-child {
    margin-bottom: 0;
}

.home-hero-mobile .section__description .button {
    translate: 0 1px;
}

.home-hero-mobile .header__partner {
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.home-hero-mobile .header__partner::before {
    display: none;
}

.home-hero-mobile .home-hero-mobile__cards-wrapper {
    display: block;
    border-radius: 30px;
    position: relative;
}

.home-hero-mobile .home-hero-mobile__cards-wrapper .section__footer {
    background-color: var(--primary-color);
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -40px;
    border-radius: 0 0 30px 30px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}

.home-hero-mobile .home-hero-mobile__card {
    width: 100%;
    min-height: 595px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
}

.home-hero-mobile .home-hero-mobile__card.home-hero-mobile__card_main {
    color: var(--primary-color);
    height: 527px;
    min-height: 527px;
    margin-top: -30px;
    z-index: 1;
}

.home-hero-mobile .home-hero-mobile__card-description {
    padding: 32px 30px;
}

.home-hero-mobile .home-hero-mobile__card-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.home-hero-mobile .home-hero-mobile__card-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
}

.home-hero-mobile .home-hero-mobile__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-home-about {
    margin-top: 150px;
    margin-bottom: 157px;
}

.home-about {
    position: relative;
}

.home-about .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 854px;
    margin-left: 120px;
    margin-bottom: 0;
}

.home-about .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 854px;
}

.home-about .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.home-about .section__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 405px;
    margin-left: auto;
    margin-right: 65px;
    font-size: 20px;
    line-height: 1.32;
}

.home-about .section__description *:last-of-type,
.home-about .section__description *:last-child {
    margin-bottom: 0;
}

.home-about .section__description .button {
    margin-top: 24px;
}

.home-about .section__decor {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-about .section__decor svg,
.home-about .section__decor img {
    position: absolute;
    -o-object-position: center;
    object-position: center;
}

.home-about__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 122px;
    padding-bottom: 122px;
}

.home-about__card {
    width: 360px;
    height: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    overflow: hidden;
    padding: 36px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-about__card:nth-child(2) {
    translate: 0 -238px;
}

.home-about__card:nth-child(3) {
    translate: 0 368px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.home-about__card_main {
    width: 490px;
    height: 490px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 50px 36px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.home-about__card_main .home-about__card-description {
    font-size: 40px;
    letter-spacing: -0.03em;
    font-style: italic;
    font-family: Merriweather, serif;
    color: var(--primary-color);
    font-weight: bold;
    line-height: 1.2;
}

.home-about__card-digits {
    background-image: url(../img/home-about__card-digits-bg.jpg);
    background-position: center 0;
    background-size: 100% auto;
    line-height: 0.8;
    font-size: 345px;
    font-weight: 900;
    color: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-about__card-description {
    line-height: 1.1;
    font-size: 26px;
    color: #ffffff;
}

.home-about__card-image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.home-about__card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(43.75%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 43.75%, rgba(0, 0, 0, 0.7) 100%);
}

.home-about__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-home-about-mobile {
    display: none;
    margin-top: 100px;
}

.home-about-mobile {
    position: relative;
}

.home-about-mobile .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.home-about-mobile .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 25px;
    margin-bottom: 0;
}

.home-about-mobile .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 15px;
}

.home-about-mobile .section__footer {
    width: 100%;
    bottom: 0;
    background-color: var(--link-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -40px;
    padding-top: 40px;
    z-index: 0;
}

.home-about-mobile .section__description {
    font-size: 16px;
    line-height: 1.1;
    color: #ffffff;
    padding: 30px 20px;
}

.home-about-mobile .section__description *:last-of-type,
.home-about-mobile .section__description *:last-child {
    margin-bottom: 0;
}

.home-about-mobile .button {
    translate: 0 1px;
}

.home-about-mobile .section__description-inner {
    padding: 30px 25px 30px 32px;
}

.home-about-mobile .home-about-mobile__card {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 32px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 1;
}

.home-about-mobile .home-about-mobile__card.home-about-mobile__card_main {
    color: var(--primary-color);
}

.home-about-mobile .home-about-mobile__card.home-about-mobile__card_main .home-about-mobile__card-image::after {
    display: none;
}

.home-about-mobile .home-about-mobile__card.home-about-mobile__card-no-padding {
    padding: 0;
}

.home-about-mobile .home-about-mobile__subcard {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 32px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 1;
    border-radius: 30px;
}

.home-about-mobile .home-about-mobile__card-description {
    font-size: 22px;
    line-height: 1.1;
}

.home-about-mobile .home-about-mobile__card-image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.home-about-mobile .home-about-mobile__card-image::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(58.47%, rgba(0, 0, 0, 0)), color-stop(86.78%, rgba(0, 0, 0, 0.55)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.47%, rgba(0, 0, 0, 0.55) 86.78%);
}

.home-about-mobile .home-about-mobile__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-mental-problems {
    margin-top: 157px;
    margin-bottom: 141px;
}

.mental-problems {
    position: relative;
}

.mental-problems .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 788px;
    margin-left: 120px;
    margin-bottom: 0;
}

.mental-problems .section__resume {
    color: var(--title-gray-color);
    margin-bottom: 82px;
}

.mental-problems .section__footer {
    margin-top: 64px;
}

.mental-problems .section__description {
    text-align: right;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    color: var(--header-decor-color);
}

.mental-problems-slider-wrapper {
    position: relative;
}

.mental-problems-slider-wrapper::before {
    position: absolute;
    content: "";
    inset: -32px 0px;
    border-radius: 50px;
    background-color: #e0ebf1;
    translate: 32px 0;
}

.mental-problems-slider {
    --cursor-background-color: #fff;
    --cursor-text-color: var(--link-color);
    cursor: none;
}

.banner-slider {
    width: 100%;
    min-height: 770px;
    border-radius: 50px;
    margin-bottom: 32px;
    overflow: hidden;
}

.banner-slide {
    height: auto;
    min-height: 770px;
}

.banner-slide__inner {
    color: #ffffff;
    padding: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-slide__image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.banner-slide__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55));
}

.banner-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.banner-slide__content {
    text-align: center;
    padding-top: 230px;
    padding-bottom: 200px;
    max-width: 804px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner-slide__title {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 28px;
}

.banner-slide__description {
    font-size: 36px;
    line-height: 1.05;
}

.banner-slider-pagination {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 42px !important;
    z-index: 1;
    text-align: center;
    pointer-events: none;
}

.banner-slider-pagination-top {
    position: absolute;
    bottom: auto !important;
    top: 42px !important;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-size: 20px;
    pointer-events: none;
    max-width: 100%;
    left: 50%;
    translate: -50%;
    cursor: pointer;
}

.banner-slider-pagination-top .swiper-pagination-bullet {
    text-align: center;
    border-radius: 0px;
    height: auto;
    background-color: transparent;
    padding: 16px;
    margin: 0 !important;
    color: #ffffff;
    opacity: 1 !important;
    background-color: rgba(200, 200, 200, 0.1);
    min-width: 170px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: all;
}

.banner-slider-pagination-top .swiper-pagination-bullet:hover {
    color: var(--link-color);
}

.banner-slider-pagination-top .swiper-pagination-bullet-active {
    color: var(--primary-color);
    position: relative;
    background-color: #ffffff;
}

.banner-slider-pagination-top .swiper-slide {
    text-align: center;
    border-radius: 0px;
    height: auto;
    background-color: transparent;
    padding: 16px;
    color: #ffffff;
    opacity: 1 !important;
    background-color: rgba(200, 200, 200, 0.1);
    min-width: 170px;
    width: auto;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: all;
}

.banner-slider-pagination-top .swiper-slide:hover {
    color: var(--link-color);
}

.banner-slider-pagination-top .swiper-slide-thumb-active {
    color: var(--primary-color);
    position: relative;
    background-color: #ffffff;
}

.banner-slider-pagination-top.swiper {
    overflow: visible;
}

.banner-slider-pagination-top .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-slider-pagination-top .swiper-slide:last-child {
    margin-right: 0 !important;
}

.section-service-advantages {
    margin-top: 141px;
    margin-bottom: 160px;
}

.service-advantages {
    position: relative;
}

.service-advantages .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 880px;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.service-advantages .section__resume {
    color: var(--title-gray-color);
}

.service-advantages .section__description {
    text-align: right;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    color: var(--header-decor-color);
}

.service-advantages .section__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-advantages .section__actions .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 210px;
}

.service-advantages-slider {
    --cursor-background-color: var(--primary-color);
    --cursor-text-color: var(--link-color);
    cursor: none;
}

.tabs-slider {
    width: 100%;
    min-height: 707px;
    overflow: visible;
    margin-bottom: 60px;
}

.tabs-slider .swiper-wrapper {
    padding-top: 48px;
}

.tabs-slide {
    height: auto;
    min-height: 600px;
}

.tabs-slide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
}

.tabs-slide__image {
    width: 632px;
    height: 600px;
    inset: 0;
    border-radius: 50px;
    overflow: hidden;
}

.tabs-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.tabs-slide__content {
    padding: 40px 50px 100px 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 65.5209px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 65.5209px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    margin-right: 23px;
    margin-bottom: 23px;
    position: relative;
}

.tabs-slide__content::before {
    position: absolute;
    content: "";
    display: block;
    inset: 0;
    translate: 23px 23px;
    z-index: -1;
    border-radius: 50px;
    background-color: var(--link-color);
}

.tabs-slide__content p {
    margin-bottom: 1.5rem;
}

.tabs-slide__content *:last-of-type,
.tabs-slide__content *:last-child {
    margin-bottom: 0;
}

.tabs-slide__title {
    font-size: 36px;
    line-height: 1.05;
    margin-bottom: 28px;
    color: var(--primary-color);
}

.tabs-slide__description {
    font-size: 20px;
    line-height: 1.35;
    color: var(--header-decor-color);
}

.tabs-slider-pagination {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 42px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
}

.tabs-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto !important;
    left: 700px !important;
    bottom: 94px !important;
    gap: 12px;
}

.tabs-slider-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 22px;
    height: 22px;
    background-color: var(--link-color);
}

.tabs-slider-pagination .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
    background-color: #EDF0F2;
}

.tabs-slider-pagination-top {
    bottom: auto !important;
    top: 0 !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    min-height: 60px;
    border-radius: 30px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.08);
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    translate: -50%;
    left: 50% !important;
    position: relative;
    pointer-events: none;
}

.tabs-slider-pagination-top .swiper-pagination-bullet {
    width: auto;
    border-radius: 0px;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0 !important;
    color: var(--primary-color);
    opacity: 1 !important;
    background: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    border-radius: 100px;
    padding: 0 20px;
    pointer-events: all;
}

.tabs-slider-pagination-top .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    color: var(--link-color);
}

.tabs-slider-pagination-top .swiper-pagination-bullet-active {
    color: #ffffff;
    background-color: var(--primary-color);
    position: relative;
}

.section-service-advantages-mobile {
    display: none;
    position: relative;
}

.section-service-advantages-mobile .container {
    margin-left: 0;
    margin-right: 0;
}

.section-service-advantages-mobile .section__background {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 24px 30px 50px;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: -1;
}

.section-service-advantages-mobile .section__subtitle {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0;
}

.section-service-advantages-mobile .section__title {
    color: var(--primary-color);
    font-size: 26px;
    line-height: 1.07;
    text-align: center;
    margin-bottom: 32px;
}

.section-service-advantages-mobile .section__slider {
    min-height: 695px;
    background: #F9F9FA;
    -webkit-box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
    box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
    border-radius: 30px;
    padding: 36px 10px 10px;
    margin-top: -30px;
    overflow-x: clip;
}

.section-service-advantages-mobile .section__description {
    text-align: right;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    color: var(--header-decor-color);
}

.section-service-advantages-mobile .section__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-service-advantages-mobile .section__actions .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: auto;
}

.mobile-slider {
    width: 100%;
    min-height: 420px;
    overflow: visible;
    padding-bottom: 66px;
}

.mobile-slide {
    height: auto;
    min-height: 420px;
    width: 320px;
    position: relative;
}

.mobile-slide.active .mobile-slide__toggler {
    rotate: -405deg;
}

.mobile-slide.active .mobile-slide__back {
    scale: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    border-radius: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-slide__inner {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    height: 420px;
}

.mobile-slide__toggler {
    position: absolute;
    right: 26px;
    bottom: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--link-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-slide__toggler svg {
    width: 26px;
    height: 26px;
}

.mobile-slide__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 420px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-slide__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 420px;
    background-color: var(--primary-color);
    color: #fffffff;
    position: absolute;
    overflow: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    right: 26px;
    bottom: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-slide__image {
    position: absolute;
    width: 320px;
    min-height: 420px;
    inset: 0;
    z-index: -1;
}

.mobile-slide__image::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8.45%, rgba(0, 0, 0, 0.0986)), color-stop(32.86%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(72.6%, rgba(0, 0, 0, 0)), color-stop(94.2%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0986) 8.45%, rgba(255, 255, 255, 0) 32.86%), linear-gradient(180deg, rgba(0, 0, 0, 0) 72.6%, rgba(0, 0, 0, 0.3) 94.2%);
}

.mobile-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mobile-slide__title {
    font-size: 21px;
    line-height: 1.1;
    color: #ffffff;
    padding: 26px 84px 30px 26px;
}

.mobile-slide__description {
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 30px;
    padding: 32px 40px 88px 22px;
    font-size: 16px;
    line-height: 1.32;
    font-weight: 500;
    max-height: 100%;
    text-wrap: pretty;
    overflow-y: auto;
    scrollbar-color: var(--link-color) transparent;
    scrollbar-width: thin;
}

.mobile-slide__description p {
    margin-bottom: 20px;
}

.mobile-slide__description *:last-of-type,
.mobile-slide__description *:last-child {
    margin-bottom: 0;
}

.mobile-slider-pagination {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 28px !important;
    z-index: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.mobile-slider-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 6px !important;
    height: 6px !important;
}

.mobile-slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.section-service-items {
    margin-top: 160px;
    margin-bottom: 160px;
}

.service-items {
    position: relative;
}

.service-items .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-bottom: 63px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.service-items .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 780px;
    margin-bottom: 0;
}

.service-items .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.service-items .section__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 352px;
    font-size: 19px;
    line-height: 1.32;
    position: relative;
}

.service-items .section__description *:last-of-type,
.service-items .section__description *:last-child {
    margin-bottom: 0;
}

.service-items .section__description-mobile {
    display: none;
}

.service-items .section__footer {
    margin-top: 60px;
}

.service-items .section__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.service-items .section__actions .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 210px;
}

.service-items-slider {
    --cursor-background-color: #ffffff;
    --cursor-text-color: var(--link-color);
    cursor: none;
}

.service-slider {
    min-height: 430px;
    position: relative;
}

.service-slider .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.service-slider-v2 {
    cursor: default;
    position: relative;
}

.service-slider-v2 .swiper-wrapper {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.service-slider-pagination-v2.swiper-pagination-lock {
    display: block;
}

.service-slider-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    left: 50%;
    translate: -50%;
    width: 100vw;
}

.service-slider-arrow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.service-slider-arrow.swiper-button-disabled {
    display: none;
}

.service-slider-pagination {
    width: 200px !important;
    height: 3px !important;
    background-color: #cdd4e1;
    top: auto !important;
    bottom: -24px !important;
    border-radius: 3px !important;
}

.service-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--link-color);
    border-radius: 3px;
}

.service-slide {
    width: 430px;
    min-height: 435px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 40px;
    overflow: hidden;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45.94%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), #DBDBDB;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.94%, rgba(0, 0, 0, 0.5) 100%), #DBDBDB;
}

.service-slider-v2 .service-slide {
    width: 398px;
}

.service-slider-v2 .service-slide:last-child {
    margin-right: 0;
}

.service-slider-styled .service-slide {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
}

.service-slider-styled .service-slide:nth-child(2n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-1-2.svg);
    mask-image: url(../img/mask-1-2.svg);
}

.service-slider-styled .service-slide:nth-child(3n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-1-3.svg);
    mask-image: url(../img/mask-1-3.svg);
}

.service-slider-styled .service-slide:nth-child(4n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-1-4.svg);
    mask-image: url(../img/mask-1-4.svg);
}

.service-slider-styled .service-slide:nth-child(5n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-1-5.svg);
    mask-image: url(../img/mask-1-5.svg);
}

.service-slider-styled .service-slide:nth-child(6n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-1-6.svg);
    mask-image: url(../img/mask-1-6.svg);
}

.service-slider-styled .service-slide:nth-child(7n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-1-7.svg);
    mask-image: url(../img/mask-1-7.svg);
}

.service-slider-styled .service-slide:nth-child(8n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-1-8.svg);
    mask-image: url(../img/mask-1-8.svg);
}

.service-slider-styled-2 .service-slide .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-1.svg);
    mask-image: url(../img/mask-2-1.svg);
}

.service-slider-styled-2 .service-slide:nth-child(2n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-2.svg);
    mask-image: url(../img/mask-2-2.svg);
}

.service-slider-styled-2 .service-slide:nth-child(3n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-3.svg);
    mask-image: url(../img/mask-2-3.svg);
}

.service-slider-styled-2 .service-slide:nth-child(4n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-4.svg);
    mask-image: url(../img/mask-2-4.svg);
}

.service-slider-styled-2 .service-slide:nth-child(5n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-5.svg);
    mask-image: url(../img/mask-2-5.svg);
}

.service-slider-styled-2 .service-slide:nth-child(6n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-6.svg);
    mask-image: url(../img/mask-2-6.svg);
}

.service-slider-styled-2 .service-slide:nth-child(7n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-7.svg);
    mask-image: url(../img/mask-2-7.svg);
}

.service-slider-styled-2 .service-slide:nth-child(8n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-8.svg);
    mask-image: url(../img/mask-2-8.svg);
}

.service-slider-styled-2 .service-slide:nth-child(9n) .service-slide__image {
    -webkit-mask-image: url(../img/mask-2-9.svg);
    mask-image: url(../img/mask-2-9.svg);
}

.service-slide:nth-child(2n) {
    min-height: 380px;
    width: 435px;
}

.service-slide:nth-child(2n) .service-slide__image {
    border-radius: 120px;
    height: 230px;
}

.service-slider-styled .service-slide:nth-child(2n) .service-slide__image {
    border-radius: 0;
}

.service-slide__background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.service-slider-styled .service-slide__background {
    display: none;
}

.service-slide__background img {
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.service-slide__background img:not(.no-blur) {
    -webkit-filter: blur(25px);
    filter: blur(25px);
}

.service-slide__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 9999px;
    overflow: hidden;
    height: 290px;
    margin: 25px;
    background: #DBDBDB;
    position: relative;
}

.service-slide__image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-slider-styled .service-slide__image {
    border-radius: 0;
    -webkit-mask-image: url(../img/mask-1-1.svg);
    mask-image: url(../img/mask-1-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

.service-slide__image::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45.94%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.94%, rgba(0, 0, 0, 0.5) 100%);
}

.service-slide__image img {
    width: 105%;
    height: 105%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.service-slide__content {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.15;
    padding: 0 30px 25px;
}

.service-slider-styled .service-slide__content {
    color: var(--primary-color);
    line-height: 1.2;
    padding: 0 30px 30px;
}

.section-service-grid {
    margin-top: 164px;
    margin-bottom: 200px;
    position: relative;
}

.section-service-grid .section__header {
    margin-left: 100px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-service-grid .section__title {
    font-size: 55px;
    line-height: 1.05;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.852%;
    flex: 0 0 51.852%;
    max-width: 51.852%;
    margin-bottom: 0;
}

.section-service-grid .section__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.852%;
    flex: 0 0 51.852%;
    max-width: 51.852%;
}

.section-service-grid .section__description {
    margin-bottom: 88px;
    margin-left: 426px;
    font-size: 19px;
    line-height: 1.32;
    position: relative;
    max-width: 33.33%;
}

.section-service-grid .section__description *:last-of-type,
.section-service-grid .section__description *:last-child {
    margin-bottom: 0;
}

.service-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 26px;
}

.service-grid-card {
    position: relative;
    width: 100%;
    height: 612px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
}

.service-grid-card__image {
    position: absolute;
    inset: 0;
    border-radius: 45px;
    overflow: hidden;
    background-color: #18253E;
    z-index: -1;
}

.service-grid-card__image::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(71.08%, rgba(0, 0, 0, 0)), color-stop(94.85%, rgba(0, 0, 0, 0.65)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.08%, rgba(0, 0, 0, 0.65) 94.85%);
}

.service-grid-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.service-grid-card__content {
    padding: 40px;
}

.service-grid-card__title {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
}

.service-grid-swiper-pagination {
    display: none;
    width: 200px !important;
    height: 3px !important;
    background-color: #cdd4e1;
    top: auto !important;
    bottom: 0 !important;
    border-radius: 3px !important;
}

.service-grid-swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--link-color);
    border-radius: 3px;
}

.section-service-benefits {
    margin-top: 160px;
    margin-bottom: 231px;
}

.service-benefits {
    position: relative;
}

.service-benefits .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.service-benefits .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 780px;
    margin-bottom: 0;
}

.service-benefits .section__title .tabs-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.service-benefits .section__title .tabs-list__item {
    color: #9EA7B7;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.service-benefits .section__title .tabs-list__item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -10px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--link-color)), color-stop(50%, var(--link-color)), color-stop(50%, currentColor), to(currentColor));
    background-image: linear-gradient(to right, var(--link-color) 0, var(--link-color) 50%, currentColor 50%, currentColor 100%);
    background-size: 200%;
    background-position: 100% center;
    background-repeat: no-repeat;
    -webkit-mask-image: url(../img/underline-1.svg);
    mask-image: url(../img/underline-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-benefits .section__title .tabs-list__item:nth-child(2n)::after {
    -webkit-mask-image: url(../img/underline-2.svg);
    mask-image: url(../img/underline-2.svg);
}

.service-benefits .section__title .tabs-list__item.active {
    color: var(--primary-color);
}

.service-benefits .section__title .tabs-list__item.active::after {
    background-position: 0% center;
}

.service-benefits .section__title-mobile {
    display: none;
}

.service-benefits .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.service-benefits .section__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 352px;
    font-size: 19px;
    line-height: 1.32;
    position: relative;
}

.service-benefits .section__description *:last-of-type,
.service-benefits .section__description *:last-child {
    margin-bottom: 0;
}

.service-benefits .section__description-mobile {
    display: none;
}

.service-benefits .tabs-containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-benefits .tabs-containers__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: 0;
    left: -200%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-benefits .tabs-containers__item.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    left: 0;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.service-benefits .service-benefits-tabs-list-mobile {
    display: none;
}

.service-benefits .service-benefits-tabs-list-mobile .tabs-list_secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    min-height: 50px;
    border-radius: 30px;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 72.7241px rgba(0, 0, 0, 0.08);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.service-benefits .service-benefits-tabs-list-mobile .tabs-list_secondary .tabs-list__item_secondary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 130px;
    width: 100%;
    height: auto;
    background-color: transparent;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 50px;
    border-radius: 100px;
    padding: 0 16px;
    text-align: center;
    font-size: 17px;
}

.service-benefits .service-benefits-tabs-list-mobile .tabs-list_secondary .tabs-list__item_secondary:not(.active):hover {
    color: var(--link-color);
}

.service-benefits .service-benefits-tabs-list-mobile .tabs-list_secondary .tabs-list__item_secondary.active {
    color: var(--primary-color);
    background-color: var(--link-color);
    position: relative;
}

.service-benefits-slider,
.service-slider-styled {
    --cursor-background-color: var(--primary-color);
    --cursor-text-color: var(--link-color);
    cursor: none;
}

.section-services {
    margin-top: 230px;
    margin-bottom: 200px;
    position: relative;
    padding-top: 180px;
    padding-bottom: 200px;
}

.section-services.section-services-fw-box {
    overflow: hidden;
    -webkit-box-shadow: 0px -1px 150px #02E5DA;
    box-shadow: 0px -1px 150px #02E5DA;
    background: #F9F9FA;
    border-radius: 85px;
}

.section-services.section-services-base {
    padding-top: 0;
    margin-top: 120px;
}

.section-services .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.section-services .section__header-mobile {
    display: none;
}

.section-services .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 780px;
    font-size: 64px;
    line-height: 0.9;
    font-weight: bold;
}

.section-services .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.section-services .section__background-moble {
    display: none;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 30px 30px 60px;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: -1;
}

.section-services .section__background-moble .section__subtitle {
    margin-bottom: 0;
}

.section-services .section-services-decor-1,
.section-services .section-services-decor-2,
.section-services .section-services-decor-3 {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.section-services .section-services-decor-1 img,
.section-services .section-services-decor-2 img,
.section-services .section-services-decor-3 img {
    max-width: none;
}

.section-services .section-services-decor-3 {
    display: none;
}

.section-services .section-services-decor-3 img {
    display: none;
}

.section-services .section-services-decor-1 {
    display: none;
}

.section-services.section-services-fw-box .section-services-decor-1 {
    display: block;
    top: -290px;
    left: 50%;
}

.section-services .section-services-decor-2 {
    top: 855px;
    left: calc(50% - 10vw);
}

.service-cards-wrapper.swiper-initialized {
    height: 410px;
    margin-bottom: 62px;
}

.service-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 105px;
    margin-bottom: 105px;
}

.section-services-base .service-cards {
    margin-top: 0px;
}

.service-cards.swiper-wrapper {
    max-width: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
}

.service-card {
    --cursor-text-color: var(--primary-color);
    --cursor-background-color: #ffffff;
    cursor: none;
    position: relative;
    width: 580px;
    height: 630px;
    border-radius: 55px;
    padding: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    background: #D9D9D9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-card.even {
    translate: 0 -50px;
}

.section-services-base .service-card.even {
    translate: 0 50px;
}

.service-card.odd {
    translate: 0 50px;
}

.section-services-base .service-card.odd {
    translate: 0 -50px;
}

.service-card__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 55px;
    overflow: hidden;
    -webkit-filter: blur(25px);
    filter: blur(25px);
}

.service-card__background::after {
    position: absolute;
    content: "";
    inset: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5.46%, rgba(0, 0, 0, 0.3)), color-stop(35.08%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 5.46%, rgba(0, 0, 0, 0) 35.08%);
}

.service-card__image {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}

.service-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.service-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    color: #ffffff;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
}

.service-card__title {
    font-size: 30px;
    line-height: 1.1;
}

.service-card__link {
    color: inherit;
    text-decoration: none;
    cursor: none;
}

.service-card__description {
    font-size: 24px;
    line-height: 1.2;
    text-align: right;
}

.service-card-slider {
    --cursor-text-color: var(--primary-color);
    --cursor-background-color: #ffffff;
    cursor: none;
    background-color: #000002;
    border-radius: 50px;
    margin-top: 84px;
    margin-bottom: 84px;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.service-card-slider .service-card__image {
    display: none;
}

.service-cards-swiper-pagination {
    display: none;
}

.service-cards-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.service-cards-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.service-card-slider__content {
    padding-top: 88px;
    padding-bottom: 52px;
    padding-left: 65px;
    padding-right: 65px;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
}

.service-card-slider__subtitle {
    font-size: 18px;
    line-height: 1.3;
    color: var(--link-color);
    margin-bottom: 16px;
}

.service-card-slider__title {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 0;
}

.service-card-slider__link {
    color: inherit;
    text-decoration: none;
}

.card-slider {
    position: relative;
    z-index: 0;
}

.card-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.card-slider__wrapper {
    min-height: 295px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-slider__slide {
    width: 400px;
    min-width: 400px;
    height: 295px;
    overflow: hidden;
    border-radius: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), #C1C1C1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #C1C1C1;
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.card-slider__slide::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card-slider__slide:not(.swiper-slide-active) {
    width: 330px;
    min-width: 330px;
    height: 255px;
}

.card-slider__slide:not(.swiper-slide-active)::after {
    opacity: 1;
}

.card-slider__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-services-list {
    margin-top: 76px;
    margin-bottom: 115px;
    position: relative;
}

.service-page .section-services-list {
    margin-top: 0;
}

.section-services-list .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.section-services-list .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 64px;
    line-height: 1.2;
    font-weight: bold;
}

.section-services-list .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.section-services-list .section__subtitle-pill {
    margin-bottom: 20px;
    border-radius: 9999px;
    border: 1px solid #D3D3D3;
    padding: 18px 32px;
}

.section-services-list .section__subtitle-desktop {
    display: block;
}

.section-services-list .section__subtitle-mobile {
    display: none;
}

.section-services-list .section__background-moble {
    display: none;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 30px 30px 60px;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: -1;
}

.section-services-list .section-services-decor-1,
.section-services-list .section-services-decor-2 {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.section-services-list .section-services-decor-1 img,
.section-services-list .section-services-decor-2 img {
    max-width: none;
}

.section-services-list .section-services-decor-1 {
    top: -290px;
    left: 50%;
}

.section-services-list .section-services-decor-2 {
    top: 855px;
    left: calc(50% - 10vw);
}

.section-service-card {
    margin-top: 200px;
    margin-bottom: 200px;
}

.section-service-card .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 120px;
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.section-service-card .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 710px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.1;
}

.service-card-slider-v2 {
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 70px;
    padding-bottom: 90px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.62%, #04DDD0), to(#22365B));
    background: linear-gradient(180deg, #04DDD0 -37.62%, #22365B 100%);
    position: relative;
}

.service-card-slider-v2__background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.service-card-slider-v2__background::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.service-card-slider-v2__content {
    margin-top: 125px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.service-card-slider-v2__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.852%;
    flex: 0 0 51.852%;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.service-card-slider-v2__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.742%;
    flex: 0 0 40.742%;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.32;
}

.service-card-slider-v2__description *:last-of-type,
.service-card-slider-v2__description *:last-child {
    margin-bottom: 0;
}

.service-card-slider-v3 {
    border-radius: 50px;
    margin-top: 190px;
    margin-bottom: 175px;
    padding-top: 70px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.62%, #04DDD0), to(#22365B));
    background: linear-gradient(180deg, #04DDD0 -37.62%, #22365B 100%);
}

.service-card-slider-v3__decor {
    position: absolute;
    top: -70px;
    right: -60px;
    z-index: 0;
    pointer-events: none;
}

.service-card-slider-v3__background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.service-card-slider-v3__background::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.service-card-slider-v3__content {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 60px;
    min-height: 295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-card-slider-v3__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53.572%;
    flex: 0 0 53.572%;
    max-width: 53.572%;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.32;
}

.service-page .service-card-slider-v3__description {
    font-size: 32px;
}

.service-card-slider-v3__description *:last-of-type,
.service-card-slider-v3__description *:last-child {
    margin-bottom: 0;
}

.service-card-slider-v4 {
    min-height: 800px;
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 70px;
    padding-bottom: 90px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.62%, #04DDD0), to(#22365B));
    background: linear-gradient(180deg, #04DDD0 -37.62%, #22365B 100%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
}

.service-card-slider-v4__image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.service-card-slider-v4__image::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45.62%, rgba(0, 0, 0, 0)), color-stop(92.75%, rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.62%, rgba(0, 0, 0, 0.8) 92.75%);
}

.service-card-slider-v4__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.service-card-slider-v4__background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.service-card-slider-v4__background::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.service-card-slider-v4__content {
    margin-top: 125px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.service-card-slider-v4__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.852%;
    flex: 0 0 51.852%;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.service-card-slider-v4__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.742%;
    flex: 0 0 40.742%;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.32;
}

.service-card-slider-v4__description *:last-of-type,
.service-card-slider-v4__description *:last-child {
    margin-bottom: 0;
}

.service-card-slider-v5 {
    border-radius: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 70px;
    padding-bottom: 90px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.62%, #04DDD0), to(#22365B));
    background: linear-gradient(180deg, #04DDD0 -37.62%, #22365B 100%);
    position: relative;
}

.service-card-slider-v5__background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.service-card-slider-v5__background::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.service-card-slider-v5__content {
    margin-bottom: 125px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-card-slider-v5__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.852%;
    flex: 0 0 51.852%;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.05;
    letter-spacing: -0.01em;
}

.service-card-slider-v5__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.742%;
    flex: 0 0 40.742%;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.32;
}

.service-card-slider-v5__description *:last-of-type,
.service-card-slider-v5__description *:last-child {
    margin-bottom: 0;
}

.section-service-card .service-card-mobile__cards-wrapper {
    display: none;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    position: relative;
}

.section-service-card .service-card-mobile__cards-wrapper .section__footer {
    background-color: var(--link-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    margin-top: -40px;
    padding-top: 40px;
    border-radius: 0 0 30px 30px;
}

.section-service-card .service-card-mobile__cards-wrapper .section__description {
    color: var(--primary-color);
    padding: 28px 26px;
    font-size: 16px;
    line-height: 1.25;
}

.section-service-card .service-card-mobile__cards-wrapper .section__description *:last-of-type,
.section-service-card .service-card-mobile__cards-wrapper .section__description *:last-child {
    margin-bottom: 0;
}

.section-service-card .service-card-mobile__cards-wrapper .stacked__content.bg-primary.section__footer {
    background-color: var(--primary-color);
}

.section-service-card .service-card-mobile__cards-wrapper .stacked__content.bg-primary .section__description {
    color: #fff;
}

.section-service-card .service-card-mobile__card-wrapper {
    width: 100%;
}

.section-service-card .service-card-mobile__card {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    padding: 32px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 1;
}

.section-service-card .service-card-mobile__card.service-card-mobile__card_main {
    color: var(--primary-color);
    min-height: 400px;
}

.section-service-card .service-card-mobile__card.service-card-mobile__card-no-padding {
    padding: 0;
}

.section-service-card .service-card-mobile__subcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    padding: 32px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-service-card .service-card-mobile__card-description {
    font-size: 22px;
    line-height: 1.1;
}

.section-service-card .service-card-mobile__card-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.section-service-card .service-card-mobile__card-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
}

.section-service-card .service-card-mobile__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-service-hero {
    margin-top: 76px;
    margin-bottom: 115px;
    position: relative;
}

.service-page .section-service-hero {
    margin-top: 0;
}

.section-service-hero .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.section-service-hero .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 64px;
    line-height: 1.2;
    font-weight: bold;
}

.section-service-hero .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.section-service-hero .section__subtitle-pill {
    margin-bottom: 20px;
    border-radius: 9999px;
    border: 1px solid #D3D3D3;
    padding: 18px 32px;
}

.section-service-hero .section__subtitle-desktop {
    display: block;
}

.section-service-hero .section__subtitle-mobile {
    display: none;
}

.section-service-hero .section__background-moble {
    display: none;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 30px 30px 60px;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: -1;
}

.section-service-hero .service-card-slider-v2,
.section-service-hero .service-card-slider-v3,
.section-service-hero .service-card-slider-v4,
.section-service-hero .service-card-slider-v5 {
    margin-top: 30px;
}

.service-card-mobile__cards-wrapper-v2.service-card-mobile__cards-wrapper {
    display: none;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.service-card-mobile__cards-wrapper-v2.service-card-mobile__cards-wrapper .section__footer {
    background-color: var(--link-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.service-card-mobile__cards-wrapper-v2.service-card-mobile__cards-wrapper .section__description {
    color: var(--primary-color);
    padding: 32px 20px;
    font-size: 16px;
    line-height: 1.25;
}

.service-card-mobile__cards-wrapper-v2 .service-card-mobile__card-wrapper {
    width: 100%;
}

.service-card-mobile__cards-wrapper-v2 .stacked__content {
    color: #ffffff;
}

.service-card-mobile__cards-wrapper-v2 .stacked__content.service-card-mobile__card-wrapper {
    background-color: var(--primary-color);
    margin-top: -40px;
    z-index: 1;
    position: relative;
    overflow: visible;
}

.service-card-mobile__cards-wrapper-v2 .stacked__content.service-card-mobile__card-wrapper .service-card-mobile__card {
    height: 400px;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(4, 221, 208, 0.6);
    box-shadow: 0px 0px 40px 0px rgba(4, 221, 208, 0.6);
}

.service-card-mobile__cards-wrapper-v2 .stacked__content.section__background {
    background-color: var(--primary-color);
    border-radius: 30px 30px 0 0;
    padding-bottom: 40px;
}

.service-card-mobile__cards-wrapper-v2 .stacked__content .section__subtitle {
    color: #ffffff;
    margin: 0;
    padding: 24px 24px 30px;
    text-align: center;
}

.service-card-mobile__cards-wrapper-v2 .stacked__content .section__description {
    color: #ffffff;
}

.service-card-mobile__cards-wrapper-v2 .stacked__content .section__description br {
    display: none;
}

.service-card-mobile__cards-wrapper-v2 .stacked__content.section__footer {
    background-color: var(--primary-color);
    padding-top: 40px;
    margin-top: -40px;
    border-radius: 0 0 30px 30px;
}

.service-card-mobile__cards-wrapper-v2 .service-card-mobile__card {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    padding: 32px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 1;
}

.service-card-mobile__cards-wrapper-v2 .service-card-mobile__card-description {
    font-size: 22px;
    line-height: 1.1;
}

.service-card-mobile__cards-wrapper-v2 .service-card-mobile__card-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    z-index: -1;
}

.service-card-mobile__cards-wrapper-v2 .service-card-mobile__card-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
}

.service-card-mobile__cards-wrapper-v2 .service-card-mobile__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-service-metrics {
    margin-bottom: 210px;
    margin-top: 75px;
    position: relative;
}

.section-service-metrics .service-metrics-inner {
    position: relative;
}

.section-service-metrics .service-metrics-trigger {
    z-index: -1;
    margin-top: 100vh;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.section-service-metrics .container-sticky {
    min-height: 100vh;
}

.section-service-metrics .section__header_wrapper {
    z-index: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 52rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.section-service-metrics .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.section-service-metrics .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 990px;
    margin-bottom: 0;
    font-size: 62px;
    line-height: 0.95;
}

.section-service-metrics .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 17px;
}

.metrics-cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 180px;
    padding-right: 180px;
}

.metrics-cards-list .metrics-card:nth-child(1) {
    translate: 0 44px;
}

.metrics-cards-list .metrics-card:nth-child(2) {
    translate: 0 -44px;
}

.metrics-card {
    width: 320px;
    min-height: 270px;
    position: relative;
    padding: 29px 25px 10px 29px;
    background: #ffffff;
    color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 69.5034px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 69.5034px rgba(0, 0, 0, 0.08);
    border-radius: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.metrics-card-v2,
.metrics-card-v3,
.metrics-card-v4 {
    background-color: var(--primary-color);
}

.metrics-card-v3,
.metrics-card-v4 {
    padding-bottom: 28px;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.metrics-card-v4 {
    background-repeat: no-repeat;
    background-position: calc(100% + 60px) calc(100% - 50px);
}

.metrics-card__background {
    display: none;
}

.metrics-card-v3 .metrics-card__background,
.metrics-card-v4 .metrics-card__background {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.metrics-card-v3 .metrics-card__background {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.metrics-card__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 21px;
    line-height: 1.1;
    color: var(--primary-color);
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: italic;
}

.metrics-card-v2 .metrics-card__title,
.metrics-card-v3 .metrics-card__title,
.metrics-card-v4 .metrics-card__title {
    color: #ffffff;
}

.metrics-card-v3 .metrics-card__title,
.metrics-card-v4 .metrics-card__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.metrics-card-v3 .metrics-card__title {
    margin-top: auto;
}

.metrics-card__metric {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.metrics-card-v3 .metrics-card__metric,
.metrics-card-v4 .metrics-card__metric {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.metrics-card-v4 .metrics-card__metric {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.metrics-card__metric-prefix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 21px;
    line-height: 1.1;
    color: var(--primary-color);
}

.metrics-card-v4 .metrics-card__metric-prefix {
    color: #ffffff;
}

.metrics-card-v4 .metrics-card__metric-prefix {
    margin-bottom: auto;
}

.metrics-card__metric-value {
    font-size: 120px;
    line-height: 1;
    font-weight: bold;
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.metrics-card-v2 .metrics-card__metric-value,
.metrics-card-v3 .metrics-card__metric-value,
.metrics-card-v4 .metrics-card__metric-value {
    color: #ffffff;
}

.metrics-card__metric-indicator {
    width: 52px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    translate: 0 -5px;
}

.metrics-card-v3 .metrics-card__metric-indicator {
    display: none;
}

.metrics-card__metric-indicator.up {
    background-image: url(../img/metric-indicator.svg);
}

.metrics-card__metric-indicator.down {
    rotate: 180deg;
    background-image: url(../img/metric-indicator.svg);
}

.metrics-card__metric-measure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 52px;
    line-height: 1;
    color: #dadada;
}

.metrics-card-v4 .metrics-card__metric-measure {
    color: #ffffff;
}

.section-service-cta {
    margin-top: 175px;
    margin-bottom: 300px;
}

.service-page .section-service-cta {
    margin-bottom: 120px;
}

.section-service-cta.service-cards {
    margin-top: 100px;
    margin-bottom: 100px;
}

.service-cta-card {
    background-color: #18253E;
    border-radius: 50px;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.service-cta-card__content {
    max-width: 366px;
    background: #ffffff;
    border-radius: 25px;
    padding: 22px;
    color: var(--header-decor-color);
    font-size: 18px;
}

.service-cta-card__title {
    color: var(--primary-color);
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 8px;
}

.service-cta-card__actions {
    margin-top: 22px;
}

.service-cta-card__actions .button {
    width: 100%;
}

.section-reintegration {
    margin-top: 300px;
    margin-bottom: 242px;
    position: relative;
    background: #000002;
    border-radius: 85px;
    padding-top: 440px;
    z-index: 1;
}

.section-reintegration .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 65px;
}

.section-reintegration .section__title {
    -webkit-box-flex: 1.05;
    -ms-flex: 1.05;
    flex: 1.05;
    max-width: 770px;
    color: #ffffff;
    margin-bottom: 0;
}

.section-reintegration .section__title .button {
    translate: 0 -8px;
}

.section-reintegration .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #ffffff;
}

.section-reintegration .section__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 372px;
    position: relative;
    font-size: 20px;
    font-style: normal;
    line-height: 1.32;
    font-family: "Onest", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.section-reintegration .section__description *:last-of-type,
.section-reintegration .section__description *:last-child {
    margin-bottom: 0;
}

.section-reintegration .section__description-mobile {
    display: none;
}

.section-reintegration .section__description-mobile *:last-of-type,
.section-reintegration .section__description-mobile *:last-child {
    margin-bottom: 0;
}

.section-reintegration .reintegration-items-container .section__actions {
    display: none;
}

.section-reintegration .section__footer {
    margin-left: 100px;
    max-width: 790px;
    margin-top: 200px;
    margin-bottom: 80px;
}

.section-reintegration .section__footer .section__description {
    font-size: 40px;
    line-height: 1.1;
    max-width: 790px;
    font-style: italic;
    font-weight: bold;
    font-family: "Merriweather", serif;
}

.section-reintegration .section__footer .section__description::after {
    display: none;
}

.section-reintegration .service-items-slider {
    margin-bottom: 160px;
}

.reintegration-decor {
    position: absolute;
    top: -450px;
    left: calc(50% - 384px);
    pointer-events: none;
}

.reintegration-decor-mobile {
    display: none;
    pointer-events: none;
}

.reintegration-banner {
    min-height: 1030px;
    padding-top: 672px;
    border-radius: 0px 0px 85px 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.reintegration-banner::before {
    position: absolute;
    content: "";
    inset: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(76.12%, rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 76.12%);
}

.reintegration-banner .section__header {
    margin-left: 100px;
    margin-right: 100px;
}

.reintegration-banner .section__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51.852%;
    flex: 0 0 51.852%;
    font-weight: bold;
    max-width: none;
}

.reintegration-banner .section__description {
    max-width: none;
    margin-top: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.742%;
    flex: 0 0 40.742%;
    font-size: 20px;
    font-style: normal;
    line-height: 1.32;
    font-family: "Onest", sans-serif;
}

.reintegration-banner .section__description *:last-of-type,
.reintegration-banner .section__description *:last-child {
    margin-bottom: 0;
}

.reintegration-banner .section__description::after {
    display: none;
}

.reintegration-banner .section__actions {
    margin-top: 24px;
}

.reintegration-banner-mobile {
    display: none;
}

.reintegration-banner-mobile .reintegration-banner-mobile__cards-wrapper {
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    position: relative;
}

.reintegration-banner-mobile .reintegration-banner-mobile__cards-wrapper .section__footer .button {
    background-color: var(--link-color);
    width: 100%;
}

.reintegration-banner-mobile .reintegration-banner-mobile__card-wrapper {
    width: 100%;
}

.reintegration-banner-mobile .reintegration-banner-mobile__card {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    padding: 32px 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 1;
}

.reintegration-banner-mobile .reintegration-banner-mobile__card.reintegration-banner-mobile__card_main {
    color: var(--primary-color);
    height: 484px;
    min-height: 484px;
}

.reintegration-banner-mobile .reintegration-banner-mobile__card-description {
    font-size: 22px;
    line-height: 1.1;
}

.reintegration-banner-mobile .reintegration-banner-mobile__card-image {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.reintegration-banner-mobile .reintegration-banner-mobile__card-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
}

.reintegration-banner-mobile .reintegration-banner-mobile__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-support-cta {
    min-height: 100 dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.support-cta {
    position: relative;
}

.support-cta .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 880px;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}

.support-cta .section__subtitle {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.support-cta .section__title {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 0;
}

.support-cta .section__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.support-cta .section__actions .button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 210px;
}

.section-testimonials {
    margin-top: 249px;
    margin-bottom: 100px;
}

.section-testimonials .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 105px;
    -moz-column-gap: 105px;
    column-gap: 105px;
}

.section-testimonials .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 648px;
    font-size: 55px;
    line-height: 0.95;
    margin-bottom: 0;
}

.section-testimonials .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.section-testimonials .section__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 427px;
    font-size: 20px;
    line-height: 1.32;
    position: relative;
}

.section-testimonials .section__description *:last-of-type,
.section-testimonials .section__description *:last-child {
    margin-bottom: 0;
}

.section-testimonials .section__description-mobile {
    display: none;
}

.section-testimonials .section__description-mobile *:last-of-type,
.section-testimonials .section__description-mobile *:last-child {
    margin-bottom: 0;
}

.section-testimonials .section__actions {
    margin-top: 24px;
}

.testimonials-slider {
    width: 100%;
    min-height: 570px;
    overflow: visible;
    margin-bottom: 100px;
    margin-top: 24px;
}

.testimonials-slide {
    height: auto;
    min-height: 570px;
}

.testimonials-slide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 36px;
}

.testimonials-slide__image {
    width: 580px;
    height: 570px;
    inset: 0;
    border-radius: 50px;
    overflow: hidden;
}

.testimonials-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonials-slide__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 90px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.testimonials-slide__content *:last-of-type,
.testimonials-slide__content *:last-child {
    margin-bottom: 0;
}

.testimonials-slide__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.32;
    color: var(--header-decor-color);
    margin-right: 140px;
}

.testimonials-slide__name {
    margin-bottom: 3px;
}

.testimonials-slide__organization {
    color: var(--primary-color);
}

.testimonials-slide__organization span {
    color: var(--header-decor-color);
}

.testimonials-slide__title-mobile {
    display: none;
}

.testimonials-slide__name-mobile {
    font-style: italic;
}

.testimonials-slide__organization-mobile {
    font-style: italic;
}

.testimonials-slide__description {
    font-size: 25px;
    line-height: 1.33;
    color: var(--primary-color);
    font-style: italic;
    font-family: "Merriweather", serif;
    text-indent: 1em;
}

.testimonials-slide__toggler {
    display: none;
}

.testimonials-slider-pagination-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
    left: 616px !important;
    bottom: auto !important;
    top: 40px !important;
    gap: 12px;
    font-size: 20px;
    line-height: 1.32;
    color: var(--header-decor-color);
}

.testimonials-slider-pagination-progressbar {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0 !important;
    bottom: auto !important;
    top: auto !important;
    width: 200px !important;
    height: 3px !important;
    background-color: #cdd4e1 !important;
    border-radius: 3px !important;
}

.testimonials-slider-pagination-progressbar.swiper-pagination-progressbar {
    border-radius: 3px !important;
}

.testimonials-slider-pagination-progressbar.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--link-color);
    border-radius: 3px !important;
}

.testimonials-slider-pagination {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto !important;
    gap: 0.5em;
    font-size: 20px;
    line-height: 1.32;
}

.testimonials-slider-navigation {
    position: absolute;
    bottom: 40px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 128px;
    height: 58px;
    gap: 12px;
    z-index: 1;
}

.testimonials-slider-navigation-prev,
.testimonials-slider-navigation-next {
    border-radius: 50%;
    background-color: #E7F0F5;
    width: 58px;
    height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials-slider-navigation-prev:hover,
.testimonials-slider-navigation-next:hover {
    background-color: #D1E7F4;
}

.testimonials-slider-navigation-prev {
    background-image: url(../img/slider-arrow-prev.svg);
}

.testimonials-slider-navigation-next {
    background-image: url(../img/slider-arrow-next.svg);
}

.testimonials-modal-container {
    position: relative;
    width: 676px;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
}

.testimonials-modal-container::after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), to(transparent));
    background-image: linear-gradient(to top, #ffffff 0, transparent 100%);
    pointer-events: none;
}

.testimonials-modal {
    max-height: 90vh;
    overflow-y: scroll;
    border-radius: 50px;
    background-color: #ffffff;
    position: relative;
}

@supports (scrollbar-color: auto) {
    .testimonials-modal {
        scrollbar-color: #C4CBD9 #ffffff;
        scrollbar-width: thin;
    }
}

@supports selector(::-webkit-scrollbar

) {
    .testimonials-modal::-webkit-scrollbar {
        background: #ffffff;
    }

    .testimonials-modal::-webkit-scrollbar-thumb {
        background: #C4CBD9;
    }
}

.testimonials-modal__inner {
    padding: 40px 88px;
}

.testimonials-modal__image {
    width: 370px;
    height: 280px;
    overflow: hidden;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.testimonials-modal__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.testimonials-modal__description {
    font-size: 20px;
    padding-bottom: 40px;
}

.testimonials-modal__title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 28px;
    font-size: 28px;
    font-family: "Merriweather", serif;
    font-weight: normal;
    line-height: 1.15;
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials-modal__title::before,
.testimonials-modal__title::after {
    content: "";
    width: 36px;
    height: 32px;
    background-image: url(../img/testimonials-quote.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials-modal__title::before {
    margin-bottom: 18px;
}

.testimonials-modal__title::after {
    margin-top: 18px;
    rotate: 180deg;
}

.testimonials-modal__name {
    font-style: italic;
}

.testimonials-modal__organization {
    font-style: italic;
    color: var(--link-color);
}

.testimonials-modal__readmore {
    display: none;
}

.testimonials-modal__readmore svg {
    fill: none;
    stroke: currentColor;
    width: 30px;
    height: 15px;
    rotate: 90deg;
    scale: 0.8;
}

.section-clients {
    margin-top: 100px;
    margin-bottom: 170px;
}

.section-clients .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-bottom: 52px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-clients .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 540px;
    font-size: 32px;
    line-height: 1.15;
    color: var(--header-decor-color);
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
}

.clients-cards {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
}

.clients-cards-mobile {
    display: none;
}

.clients-cards-mobile-slider {
    height: 632px;
    width: 416px;
    margin-bottom: 32px;
}

.clients-cards-mobile-slider .swiper-wrapper {
    height: 632px;
}

.clients-cards-mobile-slider .client-card {
    min-width: 200px;
    min-height: 200px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.client-card {
    padding: 20px;
    border-radius: 30px;
    background-color: #E8F1F5;
    min-height: 205px;
    text-decoration: none;
    position: relative;
}

.client-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.client-card-join {
    color: #ffffff;
    background-color: var(--primary-color);
    text-decoration: none;
    font-size: 24px;
    line-height: 1.05;
}

.client-card-join:hover {
    color: var(--link-color);
}

.client-card__content {
    display: inline-block;
    background-image: url(../img/client-card-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding-bottom: 48px;
}

.client-card__decor {
    position: absolute;
    top: -40px;
    right: -65px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    translate: 0 0;
}

.section-articles {
    margin-top: 170px;
    margin-bottom: 180px;
    position: relative;
}

.section-articles .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 880px;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.section-articles.blog-articles {
    margin-top: 80px;
    margin-bottom: 180px;
}

.section-articles.blog-articles .section__header {
    max-width: none;
    margin-bottom: 42px;
}

.section-articles.blog-articles .section__header.blog-articles__read-us {
    text-align: left;
    margin-bottom: 62px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-articles.blog-articles .section__header.blog-articles__read-us .section__title {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.section-articles.blog-articles .section__title {
    font-size: 70px;
    line-height: 0.98;
    margin-bottom: 0;
}

.section-articles.blog-articles .blog-articles__read-us {
    max-width: 800px;
    width: 800px;
}

.section-articles.blog-articles .blog-articles__read-us-link {
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    font-family: "Merriweather", serif;
}

.section-articles.blog-articles .blog-articles__read-us-link i {
    display: inline-block;
    vertical-align: middle;
    width: 71px;
    height: 71px;
    background-color: #ffffff;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 6px;
    margin-right: 6px;
}

.section-articles.blog-articles .blog-articles__read-us-link i.medium {
    background-image: url(../img/icon-article-medium.svg);
}

.section-articles.blog-articles .blog-articles__read-us-link i.instagram {
    background-image: url(../img/icon-article-instagram.svg);
}

.section-articles.blog-articles .blog-articles__read-us-link i.facebook {
    background-image: url(../img/icon-article-facebook.svg);
}

.section-articles.blog-articles .blog-articles__readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: 13px;
    color: var(--primary-color);
    font-size: 24px;
}

.section-articles.blog-articles .blog-articles__readmore svg {
    width: 34px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    rotate: 90deg;
}

.section-articles .section__subtitle {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.section-articles .section__subtitle-pill {
    border-radius: 9999px;
    border: 1px solid #D3D3D3;
    padding: 18px 32px;
}

.section-articles .section__title {
    font-size: 55px;
    line-height: 0.95;
    margin-bottom: 0;
}

.section-articles .section__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px;
    margin-bottom: 40px;
}

.section-articles .category-links {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 12px;
}

.section-articles .category-link {
    display: block;
    font-size: 17px;
    line-height: 1.02;
    letter-spacing: normal;
    padding: 20px 24px;
    background-color: #FFFFFF;
    border-radius: 9999px;
    white-space: nowrap;
    text-decoration: none;
    color: var(--primary-color);
}

.section-articles .category-link:hover {
    color: var(--link-color);
}

.section-articles .category-link.current-category,
.section-articles .category-link.active {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

.blog-cards-container.swiper-ready.swiper-initialized {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    margin-top: -40px;
}

.blog-cards-container.swiper-ready .blog-cards-swiper-pagination {
    display: none;
}

.blog-cards-container .navigation.pagination {
    display: none;
}

.blog-cards {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 70px;
}

.blog-cards-container.swiper-ready .blog-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.blog-cards__load_indicator {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 120px;
}

.blog-cards__load_indicator:not(.loading) svg path {
    stroke: #DEE1E3;
}

.blog-card {
    --cursor-background-color: var(--primary-color);
    --cursor-text-color: var(--link-color);
    cursor: none;
    width: 500px;
    height: 570px;
    min-height: 570px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 32px 40px 24px;
    color: var(--primary-color);
    --color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
    font-family: "Merriweather", serif;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-card-v2,
.blog-card-v3,
.blog-card-v5 {
    --cursor-background-color: #ffffff;
    --cursor-text-color: var(--primary-color);
    background-color: var(--primary-dark-color);
    color: #ffffff;
    --color: #ffffff;
}

.blog-card-v2 {
    padding-top: 24px;
    padding-bottom: 32px;
    gap: 40px;
}

.blog-card-v3 {
    padding: 43px 40px 40px;
}

.blog-card-v4 {
    padding-bottom: 0;
}

.blog-card-v5 {
    background-image: url(../img/blog-card-v5-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 32px;
}

.blog-card:nth-child(2n) {
    translate: 0 70px;
}

.blog-card.append {
    -webkit-animation: blogAppend 1s ease;
    animation: blogAppend 1s ease;
}

@-webkit-keyframes blogAppend {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8) translateY(100%);
        transform: scale(0.8) translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@keyframes blogAppend {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8) translateY(100%);
        transform: scale(0.8) translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

.blog-card__background {
    position: absolute;
}

.blog-card-v3 .blog-card__background {
    inset: 0;
    z-index: -1;
    background-size: cover;
}

.blog-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 9999px;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
    height: 296px;
}

.blog-card-v3 .blog-card__image {
    display: none;
}

.blog-card-v2 .blog-card__image,
.blog-card-v5 .blog-card__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.blog-card-v2 .blog-card__image {
    width: 284px;
    height: 284px;
    border-radius: 22px;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    overflow: visible;
}

.blog-card-v2 .blog-card__image::before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 349px;
    height: 312px;
    /*background-image: url(../img/blog-card-v2-decor.png);*/
    left: -252px;
    top: -70px;
    z-index: 1;
}

.blog-card-v2 .blog-card__image.bg-visible::before {
    background-image: url(../img/blog-card-v2-decor.png);
}

.blog-card-v4 .blog-card__image {
    width: 300px;
    height: 360px;
    margin: 0;
}

.blog-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-card-v2 .blog-card__image img {
    border-radius: 22px;
}

.blog-card__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.blog-card__image-left,
.blog-card__image-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    height: 276px;
    border-radius: 9999px;
    overflow: hidden;
}

.blog-card__image-left img,
.blog-card__image-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog-card__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-card__meta {
    font-size: 18px;
    line-height: 1.02;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.25em;
    margin-bottom: 16px;
}

.blog-card-v3 .blog-card__meta {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 17px 21px;
    border-radius: 100px;
}

.blog-card__category {
    color: var(--link-color);
    font-weight: bold;
    font-style: italic;
}

.blog-card-v3 .blog-card__category {
    color: #ffffff;
}

.blog-card__category::before {
    font-weight: normal;
    font-style: normal;
    color: var(--primary-color);
    content: "·";
    margin-right: 0.25em;
}

.blog-card-v2 .blog-card__category::before,
.blog-card-v3 .blog-card__category::before,
.blog-card-v5 .blog-card__category::before {
    color: #ffffff;
}

.blog-card__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.blog-card__title * {
    font-size: 24px;
}

.blog-card-v3 .blog-card__title {
    margin-top: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.blog-card__title-header {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0;
}

.blog-card__title-header a {
    color: var(--color);
    text-decoration: none;
}

.blog-card__title-header a:hover {
    color: var(--color);
}

.blog-card__link {
    font-size: 18px;
    line-height: 1.02;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    color: currentColor;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.blog-card-v4 .blog-card__link {
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    overflow: clip;
}

.blog-card-v4 .blog-card__link svg {
    display: none;
}

.blog-card .blog-card__link:hover {
    color: var(--link-color);
}

.blog-card .blog-card__link:hover svg {
    translate: 5px 0;
}

.blog-card__link svg {
    fill: none;
    stroke: currentColor;
    width: 24px;
    height: 12px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-card__link svg use {
    fill: none;
    stroke: currentColor;
}

.section-footer-form {
    margin-bottom: 110px;
    position: relative;
}

.section-footer-form .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.section-footer-form .section__title {
    max-width: 780px;
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 22px;
}

.section-footer-form .section__subtitle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
}

.section-footer-form .section__description {
    max-width: 500px;
    font-size: 20px;
    line-height: 1.35;
}

.section-footer-form .section__description *:last-of-type,
.section-footer-form .section__description *:last-child {
    margin-bottom: 0;
}

.footer-form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-contacts {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 510px;
    padding: 0 30px 14px;
    border-radius: 30px;
    -webkit-backdrop-filter: blur(53px);
    backdrop-filter: blur(53px);
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    overflow: hidden;
    z-index: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.footer-contacts::before {
    border-radius: 30px;
    position: absolute;
    content: "";
    inset: 0;
    z-index: -1;
    background-image: url(../img/footer-contacts-bg.jpg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.contacts-fields__title {
    font-family: "Onest";
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 24px;
}

.contacts-fields__button {
    color: #18253E;
    background-color: #F5F5F5;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    min-height: 86px;
    border-radius: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: -0.02em;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.contacts-fields__button:hover {
    background-color: #D1E7F4;
    color: #18253E;
}

.contacts-fields__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-fields__button-icon {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #F5F5F5;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    width: 100%;
    height: 110px;
    border-radius: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.contacts-fields__button-icon svg,
.contacts-fields__button-icon img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 58px;
    max-height: 58px;
    height: 58px;
}

.contacts-fields__button-icon:hover svg,
.contacts-fields__button-icon:hover img {
    scale: 1.05;
}

.footer-form-content__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-form-content__form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-form-image {
    border-radius: 50%;
    overflow: hidden;
    width: 558px;
    height: 558px;
}

.footer-form-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.wpcf7-form .button-submit .button-submit-label-enabled {
    display: block;
}

.wpcf7-form .button-submit .button-submit-label-disabled {
    display: none;
}

.wpcf7-form .button-submit[disabled] .button-submit-label-enabled {
    display: none;
}

.wpcf7-form .button-submit[disabled] .button-submit-label-disabled {
    display: block;
}

.wpcf7-form .button-submit + .submit-success {
    display: none;
}

.wpcf7-form[data-status=sent] .button-submit {
    display: none;
}

.wpcf7-form[data-status=sent] .button-submit + .submit-success {
    display: block;
}

.section-footer-contacts {
    margin-top: 180px;
    margin-bottom: 180px;
    position: relative;
}

.section-footer-contacts .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 42px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
}

.section-footer-contacts .section__title {
    max-width: 780px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.2;
}

.section-footer-contacts .section__title a {
    text-decoration: none;
}

.section-footer-contacts .section__title .copy-email {
    cursor: pointer;
}

.section-footer-contacts .section__title .text-description {
    margin-top: 12px;
    display: block;
    text-align: right;
    font-size: 17px;
    line-height: 1.15;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", serif;
}

.section-footer-contacts .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 16px;
}

.section-footer-contacts .section__description {
    margin-top: 8px;
    max-width: 352px;
    font-size: 20px;
    line-height: 1.35;
    position: relative;
}

.section-footer-contacts .section__description *:last-of-type,
.section-footer-contacts .section__description *:last-child {
    margin-bottom: 0;
}

.footer-contacts__image {
    position: relative;
    z-index: 0;
}

.footer-contacts__image::before {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: var(--link-color);
    bottom: -29px;
    right: 0;
    border-radius: 50px;
    width: calc(100% - 50px);
    height: calc(100% - 24px);
}

.footer-contacts-image {
    border-radius: 50px;
    width: calc(100% - 32px);
    height: 720px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.footer-contacts-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-footer-contacts-mobile {
    display: none;
}

.footer-contacts-container {
    margin-bottom: 120px;
}

.footer-contacts-title {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", serif;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
    margin-left: 14px;
}

.footer-contacts-card {
    position: relative;
    height: 470px;
    min-height: 470px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 0;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px;
}

.footer-contacts-card .button {
    width: 100%;
}

.footer-contacts-card-image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.footer-contacts-card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.footer-address-container {
    margin-left: -10px;
    margin-right: -10px;
    min-height: 673px;
    background: #22365B;
    border-radius: 30px;
    color: #ffffff;
}

.footer-address-card {
    height: 550px;
    min-height: 550px;
    border-radius: 30px;
    overflow: hidden;
    background: #F9F9FA;
    -webkit-box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
    box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
    border-radius: 30px;
    position: relative;
    z-index: 0;
}

.footer-address-description {
    padding: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", serif;
    letter-spacing: -0.02em;
}

.footer-address-open {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", serif;
    letter-spacing: -0.02em;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border-radius: 30px 30px 0 0;
}

.footer-address-image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.footer-address-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-footer-messengers {
    margin-top: 180px;
    margin-bottom: 180px;
    position: relative;
}

.section-footer-messengers .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 880px;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.section-footer-messengers .section__subtitle {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.section-footer-messengers .section__title {
    font-size: 55px;
    line-height: 1;
    margin-bottom: 0;
}

.section-footer-messengers .section__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.section-footer-socials {
    margin-top: 110px;
    margin-bottom: 200px;
    position: relative;
}

.section-footer-socials .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 74px;
}

.section-footer-socials .section__title {
    max-width: none;
    font-size: 80px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 0;
}

.social-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px;
    padding-top: 48px;
    padding-bottom: 465px;
}

.social-card {
    position: relative;
    width: 380px;
    height: 460px;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(5.5deg);
    -ms-transform: rotate(5.5deg);
    transform: rotate(5.5deg);
}

.social-card:nth-child(3n-2) {
    -webkit-transform: rotate(-10deg) translateY(465px);
    -ms-transform: rotate(-10deg) translateY(465px);
    transform: rotate(-10deg) translateY(465px);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.social-card:nth-child(3n) {
    -webkit-transform: rotate(10deg) translateY(465px);
    -ms-transform: rotate(10deg) translateY(465px);
    transform: rotate(10deg) translateY(465px);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.social-card:hover {
    translate: 0 -5px;
}

.social-card__subtitle {
    position: absolute;
    top: -48px;
    left: 24px;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}

.social-card__title {
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

.social-card__title svg {
    fill: currentColor;
}

.social-card__title svg path {
    fill: currentColor;
}

.social-card__title:hover {
    color: var(--link-color);
}

.social-card__title:hover svg {
    fill: currentColor;
}

.social-card__title:hover svg path {
    fill: currentColor;
}

.footer-decor-2 {
    position: absolute;
    width: auto;
    max-width: none;
    top: 0;
    left: 50%;
    translate: -53% 355px;
    pointer-events: none;
}

.footer-decor-mobile-2 {
    display: none;
}

.section-footer-menu {
    padding-bottom: 45px;
    padding-top: 45px;
    position: relative;
}

.footer-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}

.footer__copyright {
    font-size: 16px;
    line-height: 1.15;
    font-weight: 500;
}

.footer__menu {
    font-size: 18px;
    line-height: 1.15;
}

.footer__menu .menu__list {
    margin: 0;
    padding: 0;
}

.footer__menu .menu__list > .menu__item {
    position: relative;
}

.footer__menu .menu__list > .menu__item.current-menu-item::before,
.footer__menu .menu__list > .menu__item.current-menu-parent::before,
.footer__menu .menu__list > .menu__item.current-page-ancestor::before,
.footer__menu .menu__list > .menu__item.current_page_parent::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: auto;
    bottom: -45px;
    border-radius: 3px;
    background-color: var(--link-color);
}

.footer__menu .menu__item:hover .menu__link {
    color: var(--link-color);
}

.footer__menu .menu__link {
    color: #ffffff;
}

.footer__to-top-holder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1.15;
    min-width: 238px;
}

.section-article-header {
    margin-top: 48px;
    margin-bottom: 80px;
    position: relative;
}

.section-article-header .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.section-article-header .section__image {
    width: 480px;
    height: 320px;
    border-radius: 50px;
    overflow: hidden;
    margin-bottom: 28px;
}

.section-article-header .section__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-article-header .section__title {
    font-size: 62px;
    line-height: 1.2;
    margin-bottom: 0;
}

.section-article-header .section__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
    gap: 0.25em;
    font-size: 16px;
    line-height: 1.02;
    padding: 18px 20px;
    border-radius: 9999px;
    border: 1px solid #cccccc;
}

.section-article-header .section__meta-category {
    color: var(--link-color);
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: italic;
}

.blog-card-v3 .section-article-header .section__meta-category {
    color: #ffffff;
}

.section-article-header .section__meta-category::before {
    font-weight: normal;
    font-style: normal;
    color: var(--primary-color);
    content: "·";
    margin-right: 0.25em;
}

.blog-card-v2 .section-article-header .section__meta-category::before,
.blog-card-v3 .section-article-header .section__meta-category::before,
.blog-card-v5 .section-article-header .section__meta-category::before {
    color: #ffffff;
}

.section-article-header .section__excerpt {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    color: #939EB0;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    padding-left: 24px;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.section-article-header .section__excerpt::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background-color: var(--link-color);
    border-radius: 4px;
}

.section-article-header .section__excerpt *:last-of-type,
.section-article-header .section__excerpt *:last-child {
    margin-bottom: 0;
}

.section-article-content {
    margin-top: 80px;
    margin-bottom: 170px;
    background-color: #ffffff;
    border-radius: 85px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    font-size: 24px;
    line-height: 1.4;
    overflow: hidden;
}

.section-article-content .container {
    width: 800px;
}

.section-article-content h1,
.section-article-content h2,
.section-article-content h3,
.section-article-content h4,
.section-article-content h5,
.section-article-content h6 {
    margin-top: 50px;
    margin-bottom: 14px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1.4;
    color: var(--primary-color);
}

.section-article-content h1 a,
.section-article-content h2 a,
.section-article-content h3 a,
.section-article-content h4 a,
.section-article-content h5 a,
.section-article-content h6 a {
    color: var(--text-color);
}

.section-article-content h1 a:hover,
.section-article-content h2 a:hover,
.section-article-content h3 a:hover,
.section-article-content h4 a:hover,
.section-article-content h5 a:hover,
.section-article-content h6 a:hover {
    color: var(--link-hover-color);
}

.section-article-content h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.section-article-content h2 {
    font-size: 30px;
    margin-bottom: 24px;
}

.section-article-content h3 {
    font-size: 30px;
    margin-bottom: 18px;
}

.section-article-content h4 {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 18px;
    color: var(--text-color);
}

.section-article-content h5 {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 18px;
    color: var(--text-color);
}

.section-article-content h6 {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 18px;
    color: var(--text-color);
}

.section-article-content pre,
.section-article-content blockquote,
.section-article-content dl,
.section-article-content figure,
.section-article-content table,
.section-article-content p,
.section-article-content ul,
.section-article-content ol,
.section-article-content form {
    margin-bottom: 34px;
}

.section-article-content a {
    font-style: italic;
}

.section-article-content ol,
.section-article-content ul {
    padding-left: 1em;
}

.section-article-content ol ol,
.section-article-content ol ul,
.section-article-content ul ol,
.section-article-content ul ul {
    padding-left: 2em;
}

.section-article-content ol li,
.section-article-content ul li {
    padding-left: 0.25em;
}

.section-article-content ol li::marker,
.section-article-content ul li::marker {
    color: var(--primary-color);
}

.section-article-content blockquote {
    margin: 30px 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 32px;
    padding-right: 25%;
    position: relative;
    font-style: italic;
    font-weight: bold;
    font-family: "Merriweather", serif;
    font-size: 20px;
}

.section-article-content blockquote p:first-child {
    text-indent: 1em;
}

.section-article-content blockquote p:first-child::before {
    content: "“";
}

.section-article-content blockquote *:last-of-type,
.section-article-content blockquote *:last-child {
    margin-bottom: 0;
}

.section-article-content blockquote::before,
.section-article-content blockquote::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.section-article-content blockquote::before {
    width: 3px;
    height: 100%;
    background-color: var(--link-color);
}

.section-article-content blockquote::after {
    top: 25px;
    left: auto;
    right: 0;
    content: "”";
    font-size: 100px;
    color: var(--link-color);
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    font-family: "Merriweather", serif;
}

.section-article-content blockquote cite {
    display: block;
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.32;
    font-style: normal;
    font-weight: 500;
    color: var(--primary-color);
}

.article-image {
    margin-left: -50px;
    margin-right: -50px;
    overflow: hidden;
    border-radius: 100px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.article-image img {
    width: 100%;
}

.article-meta {
    width: 600px;
}

.article-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    padding-bottom: 32px;
    margin-bottom: 28px;
    position: relative;
}

.article-author::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(50%, #BDBBBB), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 0, #BDBBBB 50%, #ffffff 100%);
}

.article-author__image {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
}

.article-author__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.article-author__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.article-author__name {
    font-size: 20px;
    line-height: 1.02;
    color: var(--primary-color);
}

.article-author__position {
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: normal;
    font-style: italic;
    color: #818C9E;
}

.article-contents__title {
    font-size: 18px;
    line-height: 1.02;
    color: #818C9E;
}

.article-contents__list {
    padding-left: 0.8em;
    margin-top: 20px;
}

.article-contents__list-item {
    font-size: 18px;
    font-family: "Merriweather", serif;
    padding-bottom: 28px;
    margin-bottom: 28px;
    position: relative;
    color: var(--primary-color);
    padding-left: 1em;
    position: relative;
}

.article-contents__list-item::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(50%, #BDBBBB), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 0, #BDBBBB 50%, #ffffff 100%);
}

.article-contents__list-item::marker {
    display: inline-block;
    position: absolute !important;
    left: 0;
}

.article-contents__list-item span,
.article-contents__list-item a {
    font-style: normal;
    text-decoration: none;
    color: currentColor;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-contents__list-item span:hover,
.article-contents__list-item a:hover {
    color: var(--link-color);
}

.article-footer {
    margin-top: 100px;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #B0B7C5;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", serif;
    position: relative;
}

.article-footer-text {
    position: relative;
    z-index: 0;
}

.article-footer-text-desktop {
    display: inline;
}

.article-footer-text-mobile {
    display: none;
}

.article-footer-decor-desktop {
    position: absolute;
    left: 60%;
    top: 70%;
    z-index: 0;
}

.article-footer-decor-mobile {
    display: none;
}

.section-privacy {
    margin-top: 123px;
    margin-bottom: 200px;
    position: relative;
}

.privacy-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 109px;
    -moz-column-gap: 109px;
    column-gap: 109px;
    position: relative;
}

.privacy-contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 356px;
    flex: 0 0 356px;
    position: sticky;
    top: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.privacy-contents-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.privacy-contents-mobile {
    display: none;
}

.privacy-contents__title {
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 16px;
    font-weight: bold;
    padding-left: 28px;
}

.privacy-contents__title-desktop {
    display: block;
}

.privacy-contents__title-mobile {
    display: none;
}

.privacy-contents__list {
    font-size: 16px;
    line-height: 1.15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.privacy-contents__list-item {
    position: relative;
    padding-left: 28px;
    text-decoration: none;
    color: var(--primary-color);
}

.privacy-contents__list-item.active {
    color: var(--link-color);
}

.privacy-contents__list-item.active::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    border-radius: 4px;
    background-color: var(--link-color);
}

.privacy-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
    font-size: 20px;
    line-height: 1.4;
}

.privacy-content__title {
    font-size: 56px;
    line-height: 0.98;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.privacy-content__section-header {
    font-size: 26px;
    color: var(--primary-color);
    margin-bottom: 16px;
    margin-top: 50px;
}

.section-error-404 {
    margin-top: 60px;
    margin-bottom: 170px;
    position: relative;
}

.section-error-404 .section__background {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1350px;
    font-weight: 900;
    line-height: 1.15;
    color: #22314E;
}

.section-error-404 .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-error-404 .section__title {
    margin-bottom: 36px;
    font-size: 80px;
    line-height: 1.1;
    color: #ffffff;
    font-style: italic;
    font-weight: 900;
    font-family: "Merriweather", serif;
}

.section-error-404 .section__card {
    width: 390px;
    height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.section-error-404 .section__image {
    position: absolute;
    inset: 0;
    border-radius: 50px;
    overflow: hidden;
    z-index: -1;
}

.section-error-404 .section__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-about-hero {
    position: relative;
    margin-top: 100px;
    margin-bottom: 280px;
}

.section-about-hero .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 62px;
}

.section-about-hero .section__title {
    color: var(--primary-color);
    font-family: "Merriweather", serif;
    font-size: 70px;
    line-height: 0.98;
    font-weight: normal;
    margin-bottom: 0;
}

.section-about-hero .section__subtitle {
    color: var(--primary-color);
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.02;
    font-weight: bold;
    font-style: italic;
    border-radius: 9999px;
    padding: 18px 32px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.about-hero__cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.about-hero__card {
    width: 410px;
    height: 470px;
    padding: 36px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-hero__card:nth-child(2) {
    translate: 0 64px;
}

.about-hero__card-image {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

.about-hero__card-image::after {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61.06%, rgba(0, 0, 0, 0)), color-stop(94.36%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.06%, rgba(0, 0, 0, 0.5) 94.36%);
}

.about-hero__card-image img {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.about-hero__card-description {
    font-size: 26px;
    line-height: 1.1;
    color: #ffffff;
}

.about-hero-mobile__cards-wrapper {
    display: none;
}

.about-hero-mobile__card-wrapper {
    width: 100%;
}

.section-history {
    margin-top: 249px;
    margin-bottom: 100px;
}

.section-history .section__header {
    margin-left: 180px;
    margin-bottom: 50px;
}

.section-history .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 55px;
    line-height: 0.95;
    margin-bottom: 0;
}

.section-history .section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.history-decor {
    position: absolute;
    left: 45%;
    top: -330px;
    z-index: -1;
}

.history-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.history-slider {
    width: 100%;
    height: 520px;
    min-height: 520px;
    overflow: hidden;
}

.history-slider-slides {
    height: 520px;
    min-height: 520px;
}

.history-slide {
    height: 520px;
    min-height: 520px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.history-slide__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 83px;
    height: 100%;
}

.history-slide__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 571px;
    height: 492px;
    inset: 0;
    border-radius: 50px;
    margin-bottom: 25px;
    position: relative;
}

.history-slide__image::after {
    position: absolute;
    content: "";
    top: 35px;
    left: 38px;
    right: -25px;
    bottom: -25px;
    background-color: var(--link-color);
    border-radius: 50px;
    z-index: -1;
}

.history-slide__image img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.history-slide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.history-slide__content *:last-of-type,
.history-slide__content *:last-child {
    margin-bottom: 0;
}

.history-slide__description {
    font-size: 20px;
    line-height: 1.3;
}

.history-slide__date {
    margin-bottom: 12px !important;
    font-size: 32px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: italic;
    line-height: 0.98;
    color: #B3BDCF;
}

.history-slide__year {
    display: none;
}

.history-navigation-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 28px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
}

.history-navigation-slider .swiper-slide {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: auto;
    padding: 20px 32px;
    background-color: #ffffff;
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    border-radius: 9999px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.history-navigation-slider .swiper-slide.swiper-slide-thumb-active {
    background-color: var(--primary-color);
    color: var(--link-color);
}

.history-slider-navigation {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 130px;
    gap: 76px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.history-slider-pagination {
    position: relative;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    max-width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    height: auto !important;
    text-align: right;
}

.history-slider-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    font-size: 32px;
    line-height: 0.98 !important;
    letter-spacing: -0.02em;
    width: auto !important;
    height: auto !important;
    display: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #B3BDCF;
    margin: 0 !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.history-slider-pagination .swiper-pagination-bullet-active,
.history-slider-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet,
.history-slider-pagination .swiper-pagination-bullet:has(+ .swiper-pagination-bullet-active) {
    display: block !important;
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.history-slider-pagination .swiper-pagination-bullet-active {
    font-size: 55px;
    color: var(--primary-color);
}

.history-slider-pagination .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet {
    display: block !important;
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.history-slider-navigation-prev,
.history-slider-navigation-next {
    border-radius: 50%;
    background-color: #E7F0F5;
    width: 58px;
    height: 58px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.history-slider-navigation-prev:hover,
.history-slider-navigation-next:hover {
    background-color: #D1E7F4;
}

.history-slider-navigation-prev.swiper-button-disabled,
.history-slider-navigation-next.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.history-slider-navigation-prev {
    background-image: url(../img/slider-arrow-prev.svg);
    rotate: 90deg;
}

.history-slider-navigation-next {
    background-image: url(../img/slider-arrow-next.svg);
    rotate: 90deg;
}

.history-slider-child-navigation {
    position: absolute;
    bottom: 40px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    z-index: 1;
}

.history-slider-child-navigation-prev,
.history-slider-child-navigation-next {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--primary-color);
    font-family: "Merriweather", sans-serif;
    font-style: italic;
    font-weight: 900;
    min-width: 115px;
}

.history-slider-child-navigation-prev:hover,
.history-slider-child-navigation-next:hover {
    background-color: #D1E7F4;
}

.history-slider-child-navigation-prev.swiper-button-disabled,
.history-slider-child-navigation-next.swiper-button-disabled {
    display: none;
}

.history-slider-child-navigation-next.swiper-button-disabled {
    display: block;
}

.history-slider-mobile-hint {
    display: none;
}

.section-about-items {
    margin-top: 160px;
    margin-bottom: 160px;
    position: relative;
}

.section-about-items .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 180px;
    margin-bottom: 20px;
}

.section-about-items .section__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    font-size: 55px;
}

.section-about-items .section__description {
    margin-left: 180px;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
}

.section-about-items .section__description *:last-of-type,
.section-about-items .section__description *:last-child {
    margin-bottom: 0;
}

.section-about-items.about-items-team .section__header {
    margin-bottom: 33px;
}

.section-about-items.about-items-team .section__description {
    margin-left: 530px;
}

.about-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.about-cards.about-support {
    padding-top: 40px;
}

.about-cards .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-cards.about-team .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-cards-pagination {
    width: 200px !important;
    height: 3px !important;
    background-color: #cdd4e1;
    top: auto !important;
    bottom: -24px !important;
    border-radius: 3px !important;
}

.about-cards-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--link-color);
    border-radius: 3px;
}

.about-card {
    width: 578px;
    height: 578px;
    min-height: 578px;
    position: relative;
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.about-company .about-card {
    margin-top: -180px;
    left: 200px;
}

.about-company .about-card:nth-child(5n) {
    margin-top: -180px;
    left: 200px;
}

.about-company .about-card:nth-child(4n) {
    margin-top: -300px;
    left: -180px;
}

.about-company .about-card:nth-child(3n) {
    margin-top: -250px;
    left: 150px;
}

.about-company .about-card:nth-child(2n) {
    margin-top: -360px;
    left: -200px;
}

.about-support .about-card {
    margin-top: -170px;
    left: 280px;
    margin-bottom: -40px;
}

.about-support .about-card:nth-child(2n) {
    margin-top: -380px;
    left: -220px;
}

.about-support .about-card:nth-child(3n) {
    margin-top: -170px;
    left: 260px;
}

.about-support .about-card:nth-child(4n) {
    margin-top: -380px;
    left: -240px;
}

.about-support .about-card:nth-child(5n) {
    margin-top: -170px;
    left: 280px;
}

.about-support .about-card:nth-child(6n) {
    margin-top: -380px;
    left: -220px;
}

.about-support .about-card:nth-child(7n) {
    margin-top: -170px;
    left: 260px;
}

.about-support .about-card:nth-child(8n) {
    margin-top: -380px;
    left: -240px;
}

.about-team .about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 425px;
    height: 355px;
    min-height: 355px;
}

.about-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 414px;
    height: 414px;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

.about-company .about-card:nth-child(5n) .about-card__image {
    width: 414px;
    height: 414px;
}

.about-company .about-card:nth-child(4n) .about-card__image {
    width: 390px;
    height: 390px;
}

.about-company .about-card:nth-child(3n) .about-card__image {
    width: 410px;
    height: 410px;
}

.about-company .about-card:nth-child(2n) .about-card__image {
    width: 363px;
    height: 363px;
}

.about-card__image img,
.about-card__image svg {
    width: 100%;
    height: 100%;
}

.about-team .about-card__image {
    border-radius: 0;
    -webkit-mask-image: url(../img/about-team-mask-1.svg);
    mask-image: url(../img/about-team-mask-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    width: 100%;
    height: 100%;
}

.about-team .about-card:nth-child(2n) .about-card__image {
    -webkit-mask-image: url(../img/about-team-mask-2.svg);
    mask-image: url(../img/about-team-mask-2.svg);
}

.about-team .about-card:nth-child(3n) .about-card__image {
    -webkit-mask-image: url(../img/about-team-mask-3.svg);
    mask-image: url(../img/about-team-mask-3.svg);
}

.about-team .about-card:nth-child(4n) .about-card__image {
    -webkit-mask-image: url(../img/about-team-mask-4.svg);
    mask-image: url(../img/about-team-mask-4.svg);
}

.about-team .about-card:nth-child(5n) .about-card__image {
    -webkit-mask-image: url(../img/about-team-mask-5.svg);
    mask-image: url(../img/about-team-mask-5.svg);
}

.about-card__image img {
    width: 105%;
    height: 105%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-card__decor {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.about-card__decor img,
.about-card__decor svg {
    width: 100%;
    height: 100%;
}

.about-card__content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    text-align: right;
    padding-left: 40px;
}

.about-card:nth-child(even) .about-card__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: left;
    padding-left: 0;
    padding-right: 40px;
}

.about-team .about-card__content {
    text-align: center;
}

.about-team .about-card__content {
    color: var(--primary-color);
    line-height: 1.2;
    padding: 0 30px 30px;
}

.about-card__title {
    color: #ffffff;
    height: 100%;
    font-size: 33px;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 900;
    line-height: 1.15;
}

.about-card__title::before {
    content: "";
    float: right;
    height: 100%;
    width: 100%;
    shape-outside: radial-gradient(farthest-corner at 0% 0%, transparent 66%, #fff 0);
}

.about-card:nth-child(even) .about-card__title::before {
    float: left;
    height: 100%;
    width: 100%;
    shape-outside: radial-gradient(farthest-corner at 100% 0%, transparent 66%, #fff 0);
}

.about-team .about-card__title {
    font-size: 20px;
    line-height: 1.05;
}

.about-team .about-card__title::before {
    display: none;
}

.about-card__title-value {
    display: block;
    font-size: 68px;
    padding-top: 15px;
}

.about-team .about-card__title-value {
    font-size: 90px;
    margin-bottom: 4px;
    padding-top: 0;
}

.about-cards-pagination {
    display: none;
    width: 200px !important;
    height: 3px !important;
    background-color: #cdd4e1;
    top: auto !important;
    bottom: -24px !important;
    border-radius: 3px !important;
}

.about-cards-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--link-color);
    border-radius: 3px;
}

.about-cards-navigation {
    display: none;
}

.about-cards-navigation .about-cards-navigation-slide {
    width: auto;
    font-size: 14px;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    color: var(--primary-color);
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 9999px;
    white-space: nowrap;
}

.about-cards-navigation .about-cards-navigation-slide.swiper-slide-thumb-active {
    background-color: rgba(24, 37, 62, 0.1);
}

.section-competencies {
    margin-top: 170px;
    margin-bottom: 170px;
    position: relative;
}

.section-competencies .section__header {
    margin-left: 170px;
    margin-bottom: 33px;
}

.section-competencies .section__title {
    font-size: 55px;
    line-height: 0.98;
    margin-bottom: 0;
}

.section-competencies .section__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.section-competencies .section__description {
    font-size: 19px;
    line-height: 1.3;
    position: relative;
    margin-left: 513px;
    margin-bottom: 90px;
}

.section-competencies .section__description *:last-of-type,
.section-competencies .section__description *:last-child {
    margin-bottom: 0;
}

.competencies-cards-wrapper {
    position: relative;
}

.competencies-cards-wrapper-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 330px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #FAFDFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #FAFDFF 20%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.competencies-cards-wrapper.open .competencies-cards-wrapper-actions {
    display: none;
}

.competencies-cards-wrapper-actions .button {
    margin-top: 132px;
}

.competencies-cards-pagination {
    display: none;
    width: 200px !important;
    height: 3px !important;
    background-color: #cdd4e1;
    top: auto !important;
    bottom: 0 !important;
    border-radius: 3px !important;
}

.competencies-cards-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--link-color);
    border-radius: 3px;
}

.competencies-cards {
    max-height: 1400px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.competencies-cards-wrapper.open .competencies-cards {
    max-height: none;
}

.competencies-cards .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px 45px;
}

.competencies-card {
    padding: 15px 45px 33px;
    border-left: 2px solid #DCDCDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 390px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.competencies-card__image-mobile,
.competencies-card__image {
    display: block;
    max-width: 248px;
    margin-bottom: 36px;
}

.competencies-card__image {
    display: block;
}

.competencies-card__image-mobile {
    display: none;
}

.competencies-card__title {
    line-height: 1.25;
    font-size: 18px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-style: italic;
}

.competencies-card__value {
    display: block;
    font-size: 60px;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.competencies-card-v2 .competencies-card__value {
    color: var(--link-color);
}

.section-video-card {
    margin-top: 170px;
    margin-bottom: 170px;
}

.section-video-card .section__header {
    margin-left: 170px;
    margin-bottom: 50px;
}

.section-video-card .section__description {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.05;
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    color: #B0B7C5;
}

.section-video-card .section__description *:last-of-type,
.section-video-card .section__description *:last-child {
    margin-bottom: 0;
}

.video-card {
    border-radius: 50px;
    overflow: hidden;
}

.video-card__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.video-card__video iframe {
    width: 100%;
    height: 100%;
}

.video-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-card__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-card__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 0;
    width: auto;
    height: 73px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    font-size: 40px;
    font-weight: bold;
    font-style: italic;
    font-family: "Merriweather", serif;
    color: #ffffff;
}

.video-card__button svg {
    stroke: currentColor;
}

.video-card__button svg path {
    stroke: currentColor;
}

.video-card__button:hover,
.video-card__button:focus {
    outline: none;
    color: var(--link-color);
    background-color: transparent;
    border-color: transparent;
}

.video-card__video:hover .video-card__button,
.video-card__button:focus {
    color: var(--link-color);
}

.video-card__video--enabled {
    cursor: pointer;
}

.video-card__video--enabled.video-card__video__button {
    display: block;
}

.section-about-leader {
    margin-top: 156px;
    margin-bottom: 280px;
}

.section-about-leader .section__header {
    margin-left: 170px;
    margin-bottom: 68px;
}

.section-about-leader .section__title {
    margin-bottom: 0;
    font-size: 55px;
    line-height: 0.95;
}

.section-about-leader .section__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.section-about-leader .about-leader__cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    margin-bottom: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 90px;
}

.section-about-leader .about-leader__cards-wrapper .stacked__content {
    position: relative;
    top: auto;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    width: 500px;
    top: auto;
    overflow: visible;
}

.section-about-leader .about-leader__cards-wrapper .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    overflow-y: auto;
    scrollbar-color: var(--link-color) transparent;
    scrollbar-width: thin;
}

.section-about-leader .about-leader__cards-wrapper .section__description {
    font-size: 22px;
    line-height: 1.3;
}

.section-about-leader .about-leader__cards-wrapper-v1 {
    min-height: 500px;
}

.section-about-leader .about-leader__cards-wrapper-v1 .stacked__content-container:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.section-about-leader .about-leader__cards-wrapper-v1 .stacked__content-container:nth-child(2) {
    position: relative;
}

.section-about-leader .about-leader__cards-wrapper-v1 .stacked__content-container:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #FAFDFF));
    background: linear-gradient(180deg, transparent 0%, #FAFDFF 50%);
}

.section-about-leader .about-leader__cards-wrapper-v1 .stacked__content-container:nth-child(2) .section__footer {
    padding: 0 0 0 50px;
    margin-top: 60px;
    margin-bottom: 40px;
    direction: rtl;
    position: relative;
}

.section-about-leader .about-leader__cards-wrapper-v1 .stacked__content-container:nth-child(2) .section__description {
    direction: ltr;
    position: relative;
}

.section-about-leader .about-leader__cards-wrapper-v2 {
    min-height: 750px;
}

.section-about-leader .about-leader__cards-wrapper-v2 .section__title {
    margin-top: 75px;
    margin-bottom: 93px;
    margin-left: -100px;
}

.section-about-leader .about-leader__cards-wrapper-v2 .stacked__content {
    height: 750px;
}

.section-about-leader .about-leader__cards-wrapper-v2 .about-leader-card-mobile__card {
    overflow: visible;
    height: 750px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section-about-leader .about-leader__cards-wrapper-v2 .about-leader-card-mobile__card-image {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}

.section-about-leader .about-leader-hero {
    height: 500px;
    margin-bottom: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-about-leader .about-leader-hero__image {
    width: 500px;
    height: 500px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.section-about-leader .about-leader-hero__image::after {
    position: absolute;
    content: "";
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.9%, rgba(0, 0, 0, 0.2)), color-stop(12.5%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) -3.9%, rgba(0, 0, 0, 0) 12.5%);
}

.section-about-leader .about-leader-hero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-about-leader .about-leader-hero__description-wrapper {
    width: 500px;
    height: 100%;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.section-about-leader .about-leader-hero__description-wrapper::after {
    pointer-events: none;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fafdff), to(transparent));
    background-image: linear-gradient(0deg, #fafdff 50%, transparent 100%);
}

.section-about-leader .about-leader-hero__description {
    direction: rtl;
    height: 100%;
    padding-left: 50px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 22px;
    line-height: 1.3;
    scrollbar-color: var(--link-color) transparent;
    scrollbar-width: thin;
}

.section-about-leader .about-leader-hero__description-inner {
    direction: ltr;
}

.section-about-leader .section__title-cards-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 170px;
}

.section-about-leader .section__title-cards-wrapper + .about-leader__cards-wrapper {
    margin-top: 0;
}

.section-about-leader .about-leader__cards-wrapper-v3 {
    margin-top: 220px;
    margin-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.section-about-leader .about-leader__cards-wrapper-v3 .section__title {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 170px;
}

.section-about-leader .about-leader__cards-wrapper-v3 .stacked__content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    position: relative;
    width: 590px;
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card {
    width: 590px;
    height: 100%;
    min-height: 674px;
    position: relative;
    overflow: visible;
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-decor {
    position: absolute;
    top: -70px;
    right: -60px;
    z-index: 2;
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-image {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    translate: 260px 0;
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    color: var(--primary-color);
    background-color: var(--link-color);
    padding: 120px 60px;
    font-size: 29px;
    line-height: 1.2;
    font-family: "Merriweather", serif;
    text-align: center;
    translate: -260px 100px;
    position: relative;
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::before,
.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 60px;
    translate: -50% 0;
    font-family: "Merriweather", serif;
    font-style: italic;
    line-height: 1;
    font-size: 120px;
    font-weight: 900;
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::before {
    content: "”";
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::after {
    top: auto;
    bottom: -30px;
    content: "“";
}

.section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description-author {
    margin-top: 30px;
}

.section-about-leader .about-leader__cards-wrapper-v3 .section__footer {
    border-radius: 50px;
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 130px 60px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.section-about-leader .about-leader__cards-wrapper-v3 .section__footer::before {
    position: absolute;
    content: "”";
    right: 60px;
    top: 60px;
    font-family: "Merriweather", serif;
    font-style: italic;
    line-height: 1;
    font-size: 190px;
    font-weight: 900;
    color: #38517E;
}

.section-about-leader .about-leader__cards-wrapper-v3 .section__footer .section__description {
    font-size: 20px;
    line-height: 1.3;
    color: #ffffff;
}

.section-about-leader .about-leader__cards-wrapper-v3 .section__footer .section__description p {
    margin-bottom: 30px;
}

.section-about-leader .about-leader__cards-wrapper-v3 .section__footer .section__description *:last-of-type,
.section-about-leader .about-leader__cards-wrapper-v3 .section__footer .section__description *:last-child {
    margin-bottom: 0;
}

.section-about-leader .about-leader-card-mobile__card {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    z-index: 1;
}

.section-about-leader .about-leader-card-mobile__card .about-leader-card-mobile__card-description {
    display: none;
}

.section-about-leader .about-leader-card-mobile__card.about-leader-card-mobile__card_main {
    color: var(--primary-color);
    height: 484px;
    min-height: 484px;
}

.section-about-leader .about-leader-card-mobile__card-description {
    font-size: 22px;
    line-height: 1.1;
}

.section-about-leader .about-leader-card-mobile__card-bg-image {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 100px;
    left: auto;
    top: auto;
    height: 750px;
    width: 1100px;
    border-radius: 50px;
    overflow: hidden;
}

.section-about-leader .about-leader-card-mobile__card-bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-about-leader .about-leader-card-mobile__card-image {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.section-about-leader .about-leader-card-mobile__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-about-leader .about-leader-card-mobile__card-image img.image-desktop {
    display: block;
}

.section-about-leader .about-leader-card-mobile__card-image img.image-mobile {
    display: none;
}

.section-cookies {
    position: fixed;
    z-index: 1000;
    width: 360px;
    min-height: 180px;
    border-radius: 30px;
    overflow: hidden;
    padding: 24px 28px 33px;
    -webkit-box-shadow: 0 0 66px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 66px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    bottom: -200%;
    left: 20px;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-cookies.active {
    bottom: 20px;
}

.cookies__decor {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.cookies__title {
    font-size: 21px;
    line-height: 1.15;
    margin-bottom: 29px;
    width: 250px;
}

.cookies__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.cookies__button {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: bold;
    font-size: 21px !important;
    line-height: 1.2 !important;
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}

.cookies__button:hover {
    color: var(--link-color);
    text-decoration: underline;
}

.text-accent {
    font-style: italic !important;
    font-family: "Merriweather", serif !important;
}

.color-link {
    color: var(--link-color) !important;
}

.color-primary {
    color: var(--primary-color) !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-heavy {
    font-weight: 900 !important;
}

br.hidden-desktop {
    display: none;
}

br.hidden-mobile {
    display: inline;
}

.cursor {
    position: absolute;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    z-index: 100;
}

.cursor-pos {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6666666667);
    color: #fff;
    z-index: 111111;
}

.cursor-follower {
    position: absolute;
    height: 0px;
    width: 0px;
    border-radius: 50%;
    background-color: var(--cursor-background-color);
    color: var(--cursor-text-color);
    -webkit-transition: postion 0.05s ease-out, width 0.4s ease-out, height 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: postion 0.05s ease-out, width 0.4s ease-out, height 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transition: postion 0.05s ease-out, width 0.4s ease-out, height 0.4s ease-out, transform 0.4s ease-out;
    transition: postion 0.05s ease-out, width 0.4s ease-out, height 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    pointer-events: none;
    will-change: all;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cursor-follower.boo {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50px, -50px);
    -ms-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
    content: attr(data-cursor-text);
}

.cursor-follower.boo span {
    opacity: 1;
    scale: 1;
}

.cursor-follower span {
    font-style: italic;
    font-family: "Merriweather", serif;
    font-size: 20px;
    line-height: 1.32;
    font-weight: bold;
    opacity: 0;
    scale: 0.2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.copy-to-clipboard {
    cursor: pointer;
    position: relative;
}

.copy-to-clipboard .copy-to-clipboard-tooltip {
    visibility: hidden;
    width: 280px;
    background-color: #112;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    translate: -50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-size: 14px;
    bottom: 100%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}

.copy-to-clipboard .copy-to-clipboard-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #112 transparent transparent transparent;
}

.copy-to-clipboard .copy-to-clipboard-tooltip.active {
    visibility: visible;
    opacity: 1;
}

.close-button {
    background: #FFFFFF !important;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    -webkit-box-shadow: 0px 0px 27.0833px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 27.0833px rgba(0, 0, 0, 0.08);
}

.close-button svg {
    width: 33px;
    height: 33px;
    display: block;
}

.fancybox__container {
    --fancybox-bg: rgba(220, 220, 220, 0.5);
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 0;
}

.fancybox__backdrop {
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
}

.fancybox__content {
    background: transparent;
    padding: 1px;
}

.fancybox__content button[data-fancybox-close] {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    position: relative;
    top: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 52px;
    line-height: 52px;
}

.fancybox__content button[data-fancybox-close] svg path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    stroke: #818C9E;
}

.fancybox__content button[data-fancybox-close]:hover {
    color: var(--primary-color);
}

.fancybox__content button[data-fancybox-close]:hover svg path {
    stroke: currentColor;
}

.page-template-page-specialists {
    background-color: #F9F9F9;
}

header.header_specialists {
    margin-bottom: 35px;
}

.header_specialists .header__mobile {
    margin-bottom: 18px;
}

.header_specialists .header__container_desktop {
    position: relative;
}

.header_specialists .header__container_desktop:after {
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(3, 215, 165, 0) 0%, #01BAB3 67.1%, rgba(3, 215, 165, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.header__go_home {
    margin-right: auto;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

.header__go_home a {
    color: #B5C2D8;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 20.7px;
    letter-spacing: -0.02em;
}

.header__go_home:before {
    content: "";
    position: absolute;
    background-color: #C6D0E0;
    width: 2px;
    left: 0;
    height: 100%;
}

.header__go_catalog {
    margin-left: auto;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}

.header__go_catalog a {
    color: #01BAB3;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 20.7px;
    letter-spacing: -0.02em;
}

.header__go_home a:hover,
.header__go_catalog a:hover {
    color: #009690;
}

.header__go_catalog:after {
    content: "";
    position: absolute;
    background-color: #C6D0E0;
    width: 2px;
    right: 0;
    height: 100%;
}

.header__switch_lang {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-left: 16.56px;
}

.header__switch_lang a {
    color: var(--primary-color);
    text-decoration: none;
}

.header__switch_lang a:hover {
    color: #009690;
}

.header__switch_lang svg path {
    transition: all 0.3s ease;
}

.header__switch_lang:hover svg path {
    fill: #009690;
    transition: all 0.3s ease;
}

.header__container_mobile__nav {
    display: none;
}

.section-advantage-specialists {
    padding-bottom: 90px;
}

.advantage-specialists {
    position: relative;
}

.advantage-specialists-slider-wrapper {
    position: relative;
}

.advantage-specialists-slider {
    --cursor-background-color: #fff;
    --cursor-text-color: var(--link-color);
    cursor: none;
}

.advantage-specialists .banner-slider {
    width: 100%;
    min-height: 770px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 0;
}

.advantage-specialists .banner-slide {
    height: auto;
    min-height: 770px;
}

.advantage-specialists .banner-slide__inner {
    color: #ffffff;
    padding: 40px 80px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    height: 100%;
    box-sizing: border-box;
}

.advantage-specialists .banner-slide__image {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.advantage-specialists .banner-slide__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57.17%, rgba(0, 0, 0, 0)), color-stop(77.04%, rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(16.62%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.17%, rgba(0, 0, 0, 0.4) 77.04%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 16.62%);
}

.advantage-specialists .banner-slide__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.advantage-specialists .banner-slide__content {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 421px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
}

.advantage-specialists .banner-slide__title {
    font-family: "Onest", serif;
    font-size: 28px;
    line-height: 30.8px;
    margin-bottom: 20px;
    font-style: normal;
}

.advantage-specialists .banner-slide__description {
    font-size: 19px;
    line-height: 25.56px;
}

.advantage-specialists .banner-slider-pagination {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 42px !important;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    display: none;
}

.advantage-specialists .banner-slider-pagination-top {
    position: absolute;
    bottom: auto !important;
    top: 42px !important;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-family: "Onest", serif;
    font-style: normal;
    font-size: 17px;
    line-height: 20.4px;
    font-weight: 500;
    pointer-events: none;
    max-width: 100%;
    left: 50%;
    translate: -50%;
    cursor: pointer;
}

.advantage-specialists .banner-slider-pagination-top .swiper-pagination-bullet {
    text-align: center;
    border-radius: 0px;
    height: auto;
    background-color: transparent;
    padding: 16px;
    margin: 0 !important;
    color: #ffffff;
    opacity: 1 !important;
    background-color: rgba(200, 200, 200, 0.1);
    min-width: 170px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: all;
}

.advantage-specialists .banner-slider-pagination-top .swiper-pagination-bullet:hover {
    color: var(--link-color);
}

.advantage-specialists .banner-slider-pagination-top .swiper-pagination-bullet-active {
    color: var(--primary-color);
    position: relative;
    background-color: #ffffff;
}

.advantage-specialists .banner-slider-pagination-top .swiper-slide {
    text-align: center;
    border-radius: 0px;
    height: auto;
    background-color: transparent;
    padding: 18px 32px;
    color: #ffffff;
    opacity: 1 !important;
    background-color: rgba(200, 200, 200, 0.1);
    backdrop-filter: blur(76.66668701171875px);
    min-width: 170px;
    width: auto;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: all;
    margin-right: 10px !important;
}

.advantage-specialists .banner-slider-pagination-top .swiper-slide:hover {
    color: var(--link-color);
}

.advantage-specialists .banner-slider-pagination-top .swiper-slide-thumb-active {
    color: var(--primary-color);
    position: relative;
    background-color: #ffffff;
}

.advantage-specialists .banner-slider-pagination-top.swiper {
    overflow: visible;
}

.advantage-specialists .banner-slider-pagination-top .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advantage-specialists .banner-slider-pagination-top .swiper-slide:last-child {
    margin-right: 0 !important;
}

.section-specialists-list {
    padding-top: 90px;
    padding-bottom: 76px;
}

.specialists-list-quote {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: Onest;
    font-size: 36px;
    font-weight: 500;
    line-height: 37.8px;
    letter-spacing: -0.02em;
    color: #AAB9D3;
    max-width: 400px;
    margin: 0 auto 49px;
}

.specialists-list-quote .heart {
    padding: 12px 11px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 14.99px 0px #A7A7A71F;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialists-list-quote .heart img {
    width: 31px;
    height: 28px;
}

.specialists-list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}

.specialists-item {
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0px 0px 16.4px 0px #A9A9A91F;
    padding: 36px 28px 29px;
    font-family: Onest;
    font-size: 16px;
    font-weight: 500;
    line-height: 15.2px;
    color: #B7BCC6;
    max-width: 409px;
    width: calc((100% / 3) - 18px);
    display: flex;
    flex-direction: column;
}

.specialists-item .name {
    font-size: 35.35px;
    font-weight: 500;
    line-height: 33.58px;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.specialists-item .practice_time {
    margin-bottom: 14px;
    color: #01DAD2;
}

.specialists-item .speciality {
    line-height: 21.25px;
    margin-bottom: 27px;
}

.specialists-item .areas_work {
    margin-bottom: 27px;
    margin-top: auto;
}

.specialists-item .areas_work p {
    margin-bottom: 10px;
}

.specialists-item .areas_work ul {
    margin: 0;
    padding: 0 0 0 17px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.specialists-item .areas_work li::marker {
    color: #01DAD2;
}

.specialists-item .bottom-bar {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: auto;
}

.specialists-item .bottom-bar .photo {
    border-radius: 11px;
    width: 145px;
    height: 145px;
    overflow: hidden;
}

.specialists-item .bottom-bar .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.specialists-item .bottom-bar a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: #22365B1F;
    border-radius: 11px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 16.5px;
}

.specialists-item .bottom-bar a:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #01F1E9 0%, #00E498 100%);
}

.specialists__loading,
.specialists_show_more {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: var(--primary-color);
    background-color: #ffffff;
    box-shadow: 0px 0px 72px 0px #6E6E6E1F;
    border-radius: 25px;
    padding: 26px 61px;
    width: fit-content;
    margin: 40px auto 0;
    cursor: pointer;
}

.specialists_show_more:hover {
    box-shadow: none;
}

.section-faq {
    padding: 76px 0 0;
}

.section-faq .section__subtitle {
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    letter-spacing: -0.02em;
    color: #AAB9D3;
    text-align: left;
    font-style: normal;
}

.section-faq .section__title {
    font-family: Onest;
    font-size: 60px;
    font-weight: 500;
    line-height: 58.8px;
    letter-spacing: -0.02em;
    display: flex;
    gap: 68px;
    margin-bottom: 50px;
}

.section-faq .section__title span {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.section-faq .section__title span:first-of-type:after {
    content: '';
    position: absolute;
    top: 0;
    right: -64px;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 58px;
    display: inline-block;
    background: linear-gradient(90deg, rgba(4, 242, 227, 0) 0%, #04F2E3 100%);
}

.faq-accordion {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-accordion-item {
    border-radius: 13px;
    background-color: #ffffff;
}

.faq-accordion-header {
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 35px 50px 35px 28px;
    color: var(--primary-color);
    transition: background 0.3s;
    position: relative;
}

.faq-accordion-header:after {
    content: '';
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-image: url("../img/plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-accordion-header.active:after {
    background-image: url("../img/minus.svg");
}

.faq-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 28px;
    color: #828895;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 18px;
    line-height: 23.4px;
}

.faq-accordion-content.open {
    max-height: 200px;
    padding: 0 28px 50px;
}

footer.footer_specialists {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 99.96%);
    background: -webkit-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 99.96%);
    height: 410px;
    display: flex;
    flex-direction: column;
}

.to-top_spec {
    pointer-events: none;
    position: relative;
    margin-top: auto;
    margin-bottom: 81px;
    width: 100%;
}

.to-top_spec.active {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}

.to-top_spec .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.to-top__button_spec {
    pointer-events: all;
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: var(--primary-dark-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.02em;
    /*margin: 0 auto 96px;*/
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px #D6F9F7B2;
}

.to-top__button_spec:hover {
    color: var(--link-color);
}

.to-top__button_spec:hover svg {
}

.to-top__button_spec svg {
    width: 12px;
    height: 32px;
}

.single-specialists .advantage-specialists {
    padding: 0;
}

.specialist-content {
    display: flex;
    gap: 20px;
    padding-bottom: 100px;
}

.specialist-content .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.specialist-content .info .main_info {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.specialist-content .info .main_info .photo {
    width: 250px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
}

.specialist-content .info .main_info .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specialist-content .info .main_info .description {
    flex: 1;
    border-radius: 25px;
    padding: 26px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #F8F8F8;
    background-image: url(../img/descr_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.specialist-content .info .main_info .description .name {
    font-size: 28px;
    font-weight: 500;
    line-height: 29.4px;
    letter-spacing: -0.02em;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.specialist-content .info .main_info .description .position {
    color: #9BA2AF;
    max-width: 450px;
}

.specialist-content .info .main_info .description .start_date {
    color: #04DDD0;
    margin-top: auto;
    margin-bottom: 0;
}

.specialist-content .info .main_info .description .position,
.specialist-content .info .main_info .description .start_date {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.specialist-content .info .general_block {
    background-color: #fff;
    box-shadow: 0px 0px 16.29px 0px #F8F8F8;
    border-radius: 25px;
    padding: 32px 55px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.specialist-content .info .general_block .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 25.48px;
    letter-spacing: -0.02em;
    color: var(--primary-color);
    margin-bottom: 32px;
}

.specialist-content .info .block_philosophy ul {
    display: flex;
    gap: 6px;
    align-items: center;
    list-style: none;
    margin: 0 0 64px 0;
    padding: 0;
}

.specialist-content .info .block_philosophy ul li {
    color: #04DDD0;
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    padding: 14px 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 16.29px 0px #EFF6F5;
}

.specialist-content .info .block_philosophy p {
    color: var(--primary-color);
    max-width: 650px;
    margin-bottom: 0;
}

.specialist-content .info .education_list {
    margin-bottom: 32px;
}

.specialist-content .info .general_block .additional__education_title {
    color: #B7BCC6;
}

.specialist-content .info .general__education_list .education_item {
    padding: 26px 0;
}

.specialist-content .info .general__education_list .education_item:first-of-type {
    padding: 0 0 26px;
}

.specialist-content .info .general__education_list .education_item:last-of-type {
    padding: 26px 0 12px;
}

.specialist-content .info .general__education_list .education_item:not(:first-of-type) {
    border-top: 1px solid #F5F5F5;
}

.specialist-content .info .education_item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.specialist-content .info .education_item .degree {
    font-size: 20px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: -0.02em;
    color: var(--primary-color);
}

.specialist-content .info .education_item .institution {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #9BA2AF;
}

.specialist-content .info .education_item .date {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: -0.02em;
    color: #B7BCC6;
}

.specialist-content .info p {
    margin-bottom: 0;
}

.specialist-content .info .general_block .general_text {
    color: #828895;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.specialist-content .info .general_block .general_text ul {
    padding-left: 22px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #828895;
}

.specialist-content .info .general_block ul.general_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #828895;
}

.specialist-content .info .general_block ul.general_list li::marker,
.specialist-content .info .general_block .general_text ul li::marker {
    color: #04DDD0;
}

.specialist-content .info .block_tools ul {
    list-style: none;
}

.specialist-content .info .block_tools ul li {
    position: relative;
}

.specialist-content .info .block_tools ul li:before {
    content: url('../img/list_arr.svg');
    position: absolute;
    top: 0;
    left: -20px;;
}

.specialist-content .info .reviews_list {
    display: flex;
    flex-direction: column;
}

.specialist-content .info .reviews_item {
    padding: 26px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.specialist-content .info .reviews_item:first-of-type {
    padding: 0 0 26px;
}

.specialist-content .info .reviews_item:last-of-type {
    padding: 26px 0 0;
}

.specialist-content .info .reviews_item:not(:first-of-type) {
    border-top: 1px solid #F5F5F5;
}

.specialist-content .info .reviews_item .text {
    color: #828895;
    position: relative;
}

.specialist-content .info .reviews_item .text:before {
    content: url("../img/review_arr.svg");
    position: absolute;
    top: 1px;
    left: -37px;
}

.specialist-content .info .reviews_item .name {
    color: #B6B6B6;
}

.specialist-content .info .spec_show_more {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: var(--primary-color);
    background-color: #ffffff;
    box-shadow: 0px 0px 16.29px 0px #F8F8F8;
    border-radius: 23px;
    padding: 25px 91px;
    width: fit-content;
    margin: 0 auto 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.specialist-content .info .spec_show_more:hover {
    box-shadow: none;
}

.specialist-content .info .spec_show_more svg {
    position: absolute;
    top: 0;
    right: 21px;
    bottom: 0;
    margin: auto;
}

.specialist-content .sidebar {
    max-width: 323px;
    width: 100%;
    position: relative;
}

.specialist-content .sidebar .sidebar_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 50px;
}

.specialist-content .sidebar .button_sidebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    padding: 27px 32px;
    border-radius: 23px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #F8F8F8;
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: none;
}

.specialist-content .sidebar .button_sidebar:hover {
    color: #009690;
}

.specialist-content .sidebar .button_sidebar svg {
    height: 25px;
}

.specialist-content .sidebar .next_resume svg {
    transform: rotate(90deg);
}

.specialist-content .sidebar .prev_resume {
    flex-direction: row-reverse;
}

.specialist-content .sidebar .prev_resume svg {
    transform: rotate(-90deg);
}

.specialist-content .sidebar .sidebar_navigation {
    box-shadow: 0px 0px 16.29px 0px #F8F8F8;
    background-color: #fff;
    border-radius: 23px;
}

.specialist-content .sidebar .sidebar_navigation .title {
    padding: 25px 32px 21px;
    border-bottom: 1px solid #F5F5F5;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #B7BCC6;
    margin: 0;
}

.specialist-content .sidebar .sidebar_navigation .navigation-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 20px 10px 22px 32px;
    overflow: hidden;
}

.specialist-content .sidebar .sidebar_navigation .navigation-list li {
    position: relative;
}

.specialist-content .sidebar .sidebar_navigation .navigation-list li.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: -36px;
    bottom: 0;
    margin: auto;
    background-color: #04DDD0;
    width: 8px;
    height: 100%;
    border-radius: 10px;
}

.specialist-content .sidebar .sidebar_navigation .navigation-list li {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    display: block;
    width: 100%;
    cursor: pointer;
}

.specialist-content .sidebar .sidebar_navigation .navigation-list li:hover {
    color: #009690;
}

.mob_nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    border: 1px solid #F5F5F5;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.mob_nav .button_sidebar {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    padding: 23px 30px 22px 30px;
    border-bottom: 1px solid #F5F5F5;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
    flex: 1;
}

.mob_nav .button_sidebar.prev_resume {
    justify-content: center;
    padding: 23px 30px 22px 30px;
}

.mob_nav .button_sidebar svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mob_nav .button_sidebar.next_resume svg {
    transform: rotate(90deg);
    right: 30px;
}

.mob_nav .button_sidebar.prev_resume svg {
    transform: rotate(-90deg);
    left: 30px;
}

.mob_nav .sidebar_navigation {
    width: 100%;
}

.mob_nav .sidebar_navigation .title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: var(--primary-color);
    padding: 23px 25px 22px;
    width: 100%;
    text-align: center;
    position: relative;
}


.mob_nav .sidebar_navigation .title:after {
    content: url("../img/plus.svg");
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.mob_nav .sidebar_navigation .title.active:after {
    content: url("../img/minus.svg");
}

.mob_nav .sidebar_navigation .navigation-list {
    /* display: flex; */
    flex-direction: column;
    gap: 14px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 23px 25px 22px;
    border: 1px solid #F5F5F5;
    display: none;
    position: absolute;
    bottom: 64px;
    background: #fff;
    left: 0;
    width: 100%;
    border-radius: 12px 12px 0;
}

.mob_nav .sidebar_navigation .navigation-list li {
    position: relative;
}

.mob_nav .sidebar_navigation .navigation-list li.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
    background-color: #04DDD0;
    width: 3px;
    height: 100%;
    border-radius: 10px;
}

.mob_nav .sidebar_navigation .navigation-list li {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}


@media (max-width: 1366px) {

    .button,
    button,
    input[type=submit],
    input[type=reset],
    input[type=button] {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
    }

    .button.button-messenger,
    button.button-messenger,
    input[type=submit].button-messenger,
    input[type=reset].button-messenger,
    input[type=button].button-messenger {
        height: 61px;
        line-height: 61px;
        padding-left: 36px;
        padding-right: 36px;
        font-size: 18px;
    }

    .button.button-messenger svg,
    button.button-messenger svg,
    input[type=submit].button-messenger svg,
    input[type=reset].button-messenger svg,
    input[type=button].button-messenger svg {
        scale: 0.9;
    }

    .button.button-messenger,
    button.button-messenger,
    input[type=submit].button-messenger,
    input[type=reset].button-messenger,
    input[type=button].button-messenger {
        height: 48px;
        line-height: 48px;
        padding-left: 28px;
        padding-right: 28px;
        font-size: 14px;
    }

    .button.button-messenger svg,
    button.button-messenger svg,
    input[type=submit].button-messenger svg,
    input[type=reset].button-messenger svg,
    input[type=button].button-messenger svg {
        scale: 0.9;
    }

    .button.button-styled,
    button.button-styled,
    input[type=submit].button-styled,
    input[type=reset].button-styled,
    input[type=button].button-styled {
        padding-left: 18px;
        padding-right: 18px;
        background-size: 85px;
        background-position: -22px 50%;
    }

    input[type=email],
    input[type=number],
    input[type=search],
    input[type=text],
    input[type=tel],
    input[type=url],
    input[type=password],
    input[type=date],
    input[type=time],
    input[type=month],
    textarea,
    select {
        font-size: 15px;
        height: 58px;
        padding: 20px 18px;
    }

    textarea {
        min-height: 125px;
        padding-top: 52px;
        padding-bottom: 52px;
        border-radius: 25px;
    }

    .checkoption {
        font-size: 15px;
    }

    .form__row {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-bottom: 20px;
    }

    .form__field_acceptance .wpcf7-acceptance .wpcf7-list-item {
        height: 58px;
        line-height: 58px;
        border-radius: 17px;
    }

    .form__field_acceptance .wpcf7-acceptance .wpcf7-list-item .checkoption .check__box {
        width: 22px;
        height: 22px;
    }

    .form__buttons .button-submit {
        height: 125px;
        font-size: 22px;
    }

    .form__buttons .submit-success {
        height: 125px;
        font-size: 20px;
    }

    body {
        zoom: 0.92;
    }

    .container {
        max-width: 1066px;
    }

    .to-top.active {
        bottom: 12px;
    }

    .to-top__button {
        font-size: 15px;
        border-radius: 32px;
        width: 190px;
        height: 92px;
    }

    .to-top__button svg {
        scale: 0.8;
    }

    header.header {
        font-size: 15px;
        margin-bottom: 44px;
    }

    header.header .header__container_desktop {
        min-height: 106px;
        translate: 0 -8px;
    }

    .header__logo {
        margin-right: 35px;
    }

    .header__logo svg,
    .header__logo img {
        max-width: 118px;
    }

    .header__partner a::before {
        bottom: -7px;
    }

    .header__menu {
        font-size: 15px;
    }

    .menu__list {
        gap: 27px;
    }

    .menu__submenu {
        font-size: 14px;
        gap: 7px;
        padding-top: 6px !important;
    }

    .menu__submenu .menu__item {
        gap: 6px;
    }

    .menu__submenu .menu__item::before {
        width: 13px;
    }

    .menu__list:not(.menu__submenu) > .menu__item.current-menu-item::before,
    .menu__list:not(.menu__submenu) > .menu__item.current-menu-parent::before,
    .menu__list:not(.menu__submenu) > .menu__item.current-page-ancestor::before,
    .menu__list:not(.menu__submenu) > .menu__item.current_page_parent::before {
        top: -34px;
    }

    footer.footer {
        padding-top: 492px;
        border-radius: 67px 67px 0 0;
        border-bottom: 8px solid var(--link-color);
    }

    .footer-decor-1 {
        scale: 0.7;
        top: -220px;
    }

    .section__title {
        font-size: 45px;
        margin-bottom: 34px;
    }

    .section__title_lg {
        font-size: 52px;
        margin-bottom: 42px;
    }

    .section__subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .section__resume {
        font-size: 33px;
        margin-bottom: 43px;
    }

    .section-home-hero {
        margin-bottom: 126px;
    }

    .home-hero .section__header {
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px;
    }

    .home-hero .section__title {
        max-width: 650px;
    }

    .home-hero .section__description {
        max-width: 340px;
    }

    .home-hero .section__description .button {
        margin-top: 20px;
    }

    .home-hero__image {
        border-radius: 58px;
    }

    .home-hero__image_1 {
        width: 624px;
        height: 466px;
    }

    .home-hero__image_2 {
        margin-top: 68px;
        width: 418px;
        height: 458px;
    }

    .section-home-about {
        margin-top: 126px;
        margin-bottom: 130px;
    }

    .home-about .section__header {
        margin-left: 100px;
        max-width: 710px;
    }

    .home-about .section__title {
        max-width: 710px;
        font-size: 46px;
    }

    .home-about .section__description {
        font-size: 17px;
        margin-right: 56px;
    }

    .home-about .section__description .button {
        margin-top: 18px;
    }

    .home-about__cards {
        padding-top: 66px;
        padding-bottom: 100px;
    }

    .home-about__card {
        width: 300px;
        height: 300px;
        border-radius: 42px;
        padding: 30px;
    }

    .home-about__card:nth-child(2) {
        translate: 0 -198px;
    }

    .home-about__card:nth-child(3) {
        translate: 0 306px;
    }

    .home-about__card_main {
        width: 408px;
        height: 408px;
    }

    .home-about__card_main .home-about__card-description {
        font-size: 33px;
    }

    .home-about__card-digits {
        font-size: 295px;
    }

    .home-about__card-description {
        font-size: 22px;
    }

    .section-mental-problems {
        margin-top: 130px;
        margin-bottom: 117px;
    }

    .mental-problems .section__header {
        max-width: 660px;
    }

    .mental-problems .section__resume {
        margin-bottom: 60px;
    }

    .mental-problems .section__footer {
        margin-top: 52px;
    }

    .mental-problems-slider-wrapper::before {
        border-radius: 40px;
        inset: -26px 0px;
        translate: 26px 0;
    }

    .banner-slider {
        min-height: 640px;
        border-radius: 42px;
        margin-bottom: 27px;
    }

    .banner-slide {
        min-height: 640px;
    }

    .banner-slide__inner {
        padding: 35px;
    }

    .banner-slide__content {
        padding-top: 190px;
        padding-bottom: 160px;
    }

    .banner-slide__title {
        font-size: 30px;
        margin-bottom: 23px;
    }

    .banner-slide__description {
        font-size: 30px;
    }

    .banner-slider-pagination {
        bottom: 35px !important;
    }

    .banner-slider-pagination-top {
        top: 35px !important;
        font-size: 16px;
    }

    .banner-slider-pagination-top .swiper-pagination-bullet {
        padding: 14px;
        min-width: 140px;
    }

    .banner-slider-pagination-top .swiper-slide {
        padding: 14px;
        min-width: 140px;
    }

    .section-service-advantages {
        margin-top: 117px;
        margin-bottom: 133px;
    }

    .service-advantages .section__actions .button {
        min-width: 170px;
    }

    .tabs-slider {
        min-height: 500px;
        margin-bottom: 50px;
    }

    .tabs-slider .swiper-wrapper {
        padding-top: 40px;
    }

    .tabs-slide {
        min-height: 500px;
    }

    .tabs-slide__inner {
        gap: 23px;
    }

    .tabs-slide__image {
        width: 526px;
        height: 500px;
        border-radius: 42px;
    }

    .tabs-slide__content {
        padding: 33px 39px 80px 33px;
    }

    .tabs-slide__content {
        border-radius: 40px;
        margin-right: 19px;
        margin-bottom: 19px;
    }

    .tabs-slide__content::before {
        translate: 19px 19px;
        border-radius: 40px;
    }

    .tabs-slide__title {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .tabs-slide__description {
        font-size: 17px;
    }

    .tabs-slider-pagination {
        left: 582px !important;
        bottom: 78px !important;
    }

    .tabs-slider-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }

    .tabs-slider-pagination-top {
        min-height: 50px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .tabs-slider-pagination-top .swiper-pagination-bullet {
        line-height: 50px;
        padding: 0 17px;
    }

    .section-service-items {
        margin-top: 133px;
        margin-bottom: 133px;
    }

    .service-items .section__header {
        margin-left: 83px;
        margin-bottom: 58px;
    }

    .service-items .section__description {
        font-size: 16px;
    }

    .service-items .section__footer {
        margin-top: 50px;
    }

    .service-items .section__actions .button {
        min-width: 170px;
    }

    .service-slider {
        min-height: 362px;
    }

    .service-slide {
        width: 358px;
        min-height: 362px;
        border-radius: 33px;
    }

    .service-slider-v2 .service-slide {
        width: 328px;
    }

    .service-slider-styled .service-slide {
        border-radius: 25px;
    }

    .service-slide:nth-child(2n) {
        min-height: 316px;
        width: 362px;
    }

    .service-slide:nth-child(2n) .service-slide__image {
        border-radius: 100px;
        height: 192px;
    }

    .service-slide__image {
        height: 241px;
    }

    .service-slide__content {
        font-size: 17px;
        padding: 0 17px 22px 25px;
    }

    .service-slider-styled .service-slide__content {
        padding: 0 20px 25px 25px;
    }

    .section-service-grid {
        margin-top: 140px;
        margin-bottom: 170px;
    }

    .section-service-grid .section__header {
        margin-left: 83px;
        margin-bottom: 19px;
    }

    .section-service-grid .section__title {
        font-size: 46px;
    }

    .section-service-grid .section__subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .section-service-grid .section__description {
        margin-bottom: 70px;
        margin-left: 355px;
        font-size: 16px;
    }

    .service-grid {
        -webkit-column-gap: 22px;
        -moz-column-gap: 22px;
        column-gap: 22px;
        row-gap: 22px;
    }

    .service-grid-card {
        height: 510px;
    }

    .service-grid-card__image {
        border-radius: 40px;
    }

    .service-grid-card__content {
        padding: 33px;
    }

    .service-grid-card__title {
        font-size: 18px;
    }

    .section-service-benefits {
        margin-top: 133px;
        margin-bottom: 197px;
    }

    .service-benefits .section__header {
        margin-left: 83px;
        margin-bottom: 50px;
    }

    .service-benefits .section__title .tabs-list {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .service-benefits .section__title .tabs-list__item::after {
        bottom: -9px;
    }

    .service-benefits .section__description {
        font-size: 16px;
    }

    .section-services {
        margin-top: 197px;
        margin-bottom: 166px;
        border-radius: 70px;
        padding-top: 150px;
        padding-bottom: 90px;
    }

    .section-services.section-services-base {
        padding-top: 0;
        margin-top: 100px;
    }

    .section-services .section__header {
        margin-left: 83px;
    }

    .section-services .section__title {
        font-size: 53px;
    }

    .section-services.section-services-fw-box .section-services-decor-1 {
        display: block;
        scale: 0.8;
        top: -310px;
        left: 42%;
    }

    .section-services .section-services-decor-2 {
        scale: 0.8;
        top: 600px;
        left: calc(50% - 12vw);
    }

    .service-cards {
        max-width: 990px;
        margin-top: 77px;
        margin-bottom: 77px;
        gap: 24px;
    }

    .section-services-base .service-cards {
        margin-top: 0px;
    }

    .service-card {
        width: 483px;
        height: 524px;
        border-radius: 46px;
        padding: 33px;
    }

    .service-card.even {
        translate: 0 -42px;
    }

    .section-services-base .service-card.even {
        translate: 0 42px;
    }

    .service-card.odd {
        translate: 0 42px;
    }

    .section-services-base .service-card.odd {
        translate: 0 -42px;
    }

    .service-card__background {
        border-radius: 46px;
    }

    .service-card__image {
        width: 275px;
        height: 275px;
    }

    .service-card__title {
        font-size: 25px;
    }

    .service-card__description {
        font-size: 20px;
    }

    .service-card-slider {
        margin-top: 54px;
        margin-bottom: 54px;
        margin-left: auto;
        margin-right: auto;
        max-width: 990px;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .service-card-slider__content {
        padding-top: 74px;
        padding-bottom: 43px;
        padding-left: 54px;
        padding-right: 54px;
    }

    .service-card-slider__subtitle {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .service-card-slider__title {
        font-size: 35px;
    }

    .card-slider__wrapper {
        min-height: 246px;
    }

    .card-slider__slide {
        width: 333px;
        min-width: 333px;
        height: 246px;
        border-radius: 42px;
    }

    .card-slider__slide:not(.swiper-slide-active) {
        width: 274px;
        min-width: 274px;
        height: 212px;
    }

    .section-services-list {
        margin-top: 64px;
        margin-bottom: 100px;
    }

    .section-services-list .section__title {
        font-size: 58px;
    }

    .section-services-list .section__subtitle-pill {
        padding: 15px 27px;
        font-size: 14px;
        margin-bottom: 17px;
    }

    .section-services-list .section-services-decor-1 {
        scale: 0.8;
        top: -310px;
        left: 42%;
    }

    .section-services-list .section-services-decor-2 {
        scale: 0.8;
        top: 600px;
        left: calc(50% - 12vw);
    }

    .section-service-card {
        margin-top: 166px;
        margin-bottom: 166px;
    }

    .section-service-card .section__header {
        margin-left: 100px;
        margin-bottom: 48px;
    }

    .section-service-card .section__title {
        font-size: 33px;
    }

    .service-card-slider-v2 {
        border-radius: 42px;
        margin-top: 48px;
        margin-bottom: 48px;
        padding-top: 67px;
        padding-bottom: 75px;
    }

    .service-card-slider-v2__content {
        margin-top: 104px;
        padding-left: 100px;
        padding-right: 94px;
    }

    .service-card-slider-v2__title {
        font-size: 42px;
    }

    .service-card-slider-v2__description {
        font-size: 17px;
    }

    .service-card-slider-v3 {
        border-radius: 42px;
        margin-top: 160px;
        margin-bottom: 150px;
        padding-top: 66px;
        padding-bottom: 66px;
    }

    .service-card-slider-v3__content {
        min-height: 240px;
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 50px;
    }

    .service-card-slider-v3__description {
        font-size: 17px;
    }

    .service-page .service-card-slider-v3__description {
        font-size: 27px;
    }

    .service-card-slider-v4 {
        min-height: 666px;
        border-radius: 42px;
        margin-top: 48px;
        margin-bottom: 48px;
        padding-top: 67px;
        padding-bottom: 75px;
    }

    .service-card-slider-v4__content {
        margin-top: 104px;
        padding-left: 80px;
        padding-right: 80px;
    }

    .service-card-slider-v4__title {
        font-size: 42px;
    }

    .service-card-slider-v4__description {
        font-size: 17px;
    }

    .service-card-slider-v5 {
        border-radius: 42px;
        margin-top: 48px;
        margin-bottom: 48px;
        padding-top: 67px;
        padding-bottom: 75px;
    }

    .service-card-slider-v5__content {
        margin-top: 104px;
        padding-left: 80px;
        padding-right: 80px;
    }

    .service-card-slider-v5__title {
        font-size: 42px;
    }

    .service-card-slider-v5__description {
        font-size: 17px;
    }

    .section-service-hero {
        margin-top: 64px;
        margin-bottom: 100px;
    }

    .section-service-hero .section__title {
        font-size: 58px;
    }

    .section-service-hero .section__subtitle-pill {
        padding: 15px 27px;
        font-size: 14px;
        margin-bottom: 17px;
    }

    .section-service-metrics {
        margin-top: 166px;
        margin-bottom: 174px;
    }

    .section-service-metrics .section__header_wrapper {
        padding-top: 96px;
        padding-bottom: 64px;
    }

    .section-service-metrics .section__title {
        max-width: 830px;
        font-size: 52px;
    }

    .section-service-metrics .section__subtitle {
        font-size: 14px;
    }

    .metrics-cards-list {
        padding-left: 138px;
        padding-right: 138px;
    }

    .metrics-cards-list .metrics-card:nth-child(1) {
        translate: 0 37px;
    }

    .metrics-cards-list .metrics-card:nth-child(2) {
        translate: 0 -37px;
    }

    .metrics-card {
        width: 264px;
        min-height: 225px;
        border-radius: 36px;
        padding: 24px 19px 9px 24px;
    }

    .metrics-card-v3,
    .metrics-card-v4 {
        padding-bottom: 24px;
    }

    .metrics-card-v4 {
        background-size: 90%;
        background-position: calc(100% + 50px) calc(100% - 60px);
    }

    .metrics-card__title {
        font-size: 18px;
    }

    .metrics-card__metric-prefix {
        font-size: 18px;
    }

    .metrics-card__metric-value {
        font-size: 100px;
    }

    .metrics-card__metric-indicator {
        width: 43px;
        height: 33px;
        background-size: 80%;
    }

    .metrics-card__metric-measure {
        font-size: 43px;
    }

    .section-service-cta {
        margin-top: 175px;
        margin-bottom: 248px;
    }

    .service-page .section-service-cta {
        margin-bottom: 100px;
    }

    .section-service-cta.service-cards {
        margin-top: 83px;
        margin-bottom: 83px;
    }

    .service-cta-card {
        border-radius: 42px;
        min-height: 666px;
    }

    .service-cta-card__content {
        max-width: 305px;
        border-radius: 21px;
        padding: 18px;
        font-size: 15px;
    }

    .service-cta-card__title {
        margin-bottom: 7px;
    }

    .service-cta-card__actions {
        margin-top: 19px;
    }

    .section-reintegration {
        margin-bottom: 210px;
        margin-top: 248px;
        border-radius: 71px;
        padding-top: 366px;
    }

    .section-reintegration .section__header {
        margin-left: 83px;
        -webkit-column-gap: 33px;
        -moz-column-gap: 33px;
        column-gap: 33px;
        margin-bottom: 51px;
    }

    .section-reintegration .section__title {
        max-width: 643px;
    }

    .section-reintegration .section__description {
        max-width: 308px;
        font-size: 16px;
    }

    .section-reintegration .section__footer {
        margin-left: 83px;
        margin-top: 166px;
        margin-bottom: 65px;
    }

    .section-reintegration .section__footer .section__description {
        font-size: 33px;
    }

    .section-reintegration .service-items-slider {
        margin-bottom: 133px;
    }

    .reintegration-banner {
        min-height: 848px;
        padding-top: 559px;
        border-radius: 0px 0px 71px 71px;
    }

    .reintegration-banner .section__header {
        margin-left: 83px;
        margin-right: 83px;
    }

    .reintegration-banner .section__title {
        max-width: none;
    }

    .reintegration-banner .section__description {
        max-width: none;
        margin-top: 22px;
        font-size: 17px;
    }

    .reintegration-banner .section__actions {
        margin-top: 18px;
    }

    .section-support-cta {
        min-height: 108.696 dvh;
    }

    .support-cta .section__header {
        margin-bottom: 30px;
    }

    .support-cta .section__subtitle {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .support-cta .section__title {
        font-size: 53px;
    }

    .support-cta .section__actions .button {
        min-width: 170px;
    }

    .section-testimonials {
        margin-top: 207px;
        margin-bottom: 83px;
    }

    .section-testimonials .section__header {
        -webkit-column-gap: 88px;
        -moz-column-gap: 88px;
        column-gap: 88px;
        margin-left: 83px;
        margin-bottom: 20px;
    }

    .section-testimonials .section__title {
        max-width: 540px;
        font-size: 46px;
    }

    .section-testimonials .section__description {
        max-width: 356px;
        font-size: 17px;
    }

    .section-testimonials .section__actions {
        margin-top: 14px;
    }

    .testimonials-slider {
        min-height: 474px;
        margin-bottom: 83px;
    }

    .testimonials-slide {
        min-height: 474px;
    }

    .testimonials-slide__inner {
        gap: 30px;
    }

    .testimonials-slide__image {
        width: 482px;
        height: 474px;
    }

    .testimonials-slide__content {
        margin-top: 76px;
        margin-bottom: 33px;
    }

    .testimonials-slide__title {
        font-size: 17px;
        margin-right: 120px;
    }

    .testimonials-slide__name {
        margin-bottom: 2px;
    }

    .testimonials-slide__description {
        font-size: 21px;
    }

    .testimonials-slider-pagination-wrapper {
        left: 512px !important;
        top: 33px !important;
    }

    .testimonials-slider-pagination-progressbar {
        width: 166px !important;
    }

    .testimonials-slider-pagination {
        font-size: 17px;
        gap: 0.375em;
    }

    .testimonials-slider-navigation {
        bottom: 23px;
    }

    .testimonials-slider-navigation-prev,
    .testimonials-slider-navigation-next {
        width: 48px;
        height: 48px;
        background-size: 40%;
    }

    .testimonials-modal-container {
        width: 526px;
        border-radius: 40px;
    }

    .testimonials-modal {
        max-height: 571px;
        border-radius: 40px;
    }

    .testimonials-modal__inner {
        padding: 21px 60px;
    }

    .testimonials-modal__image {
        width: 300px;
        height: 226px;
        border-radius: 40px;
        margin-bottom: 24px;
    }

    .testimonials-modal__description {
        font-size: 16px;
        padding-bottom: 32px;
    }

    .testimonials-modal__title {
        font-size: 23px;
        margin-bottom: 21px;
    }

    .testimonials-modal__title::before,
    .testimonials-modal__title::after {
        width: 29px;
        height: 26px;
        background-size: 80%;
    }

    .testimonials-modal__title::before {
        margin-bottom: 14px;
    }

    .testimonials-modal__title::after {
        margin-top: 14px;
    }

    .section-clients {
        margin-top: 83px;
        margin-bottom: 142px;
    }

    .section-clients .section__header {
        margin-left: 83px;
        margin-bottom: 42px;
    }

    .section-clients .section__title {
        font-size: 27px;
    }

    .clients-cards {
        -webkit-column-gap: 17px;
        -moz-column-gap: 17px;
        column-gap: 17px;
        row-gap: 17px;
        grid-template-columns: repeat(auto-fit, minmax(253px, 1fr));
    }

    .client-card {
        padding: 17px;
        border-radius: 25px;
        min-height: 169px;
    }

    .client-card-join {
        font-size: 19px;
    }

    .client-card__content {
        background-size: 50%;
        background-size: 44px 18px;
    }

    .client-card__decor {
        top: -32px;
        right: -45px;
    }

    .section-articles {
        margin-top: 142px;
        margin-bottom: 150px;
    }

    .section-articles .section__header {
        margin-bottom: 58px;
    }

    .section-articles.blog-articles {
        margin-top: 64px;
        margin-bottom: 160px;
    }

    .section-articles.blog-articles .section__header {
        margin-bottom: 34px;
    }

    .section-articles.blog-articles .section__header.blog-articles__read-us {
        margin-bottom: 49px;
    }

    .section-articles.blog-articles .section__header.blog-articles__read-us .section__title {
        font-size: 48px;
        margin-bottom: 30px;
    }

    .section-articles.blog-articles .section__title {
        font-size: 58px;
    }

    .section-articles.blog-articles .blog-articles__read-us-link i {
        width: 61px;
        height: 61px;
    }

    .section-articles.blog-articles .blog-articles__readmore {
        font-size: 21px;
    }

    .section-articles.blog-articles .blog-articles__readmore svg {
        width: 30px;
        height: 14px;
    }

    .section-articles .section__subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .section-articles .section__subtitle-pill {
        padding: 15px 27px;
    }

    .section-articles .section__title {
        font-size: 46px;
    }

    .section-articles .section__meta {
        margin-top: 37px;
        margin-bottom: 34px;
    }

    .section-articles .category-links {
        gap: 12px 10px;
    }

    .section-articles .category-link {
        font-size: 14px;
        padding: 17px 20px;
    }

    .blog-cards {
        -webkit-column-gap: 33px;
        -moz-column-gap: 33px;
        column-gap: 33px;
        row-gap: 58px;
    }

    .blog-cards__load_indicator {
        margin-top: 100px;
    }

    .blog-cards__load_indicator:not(.loading) svg {
        scale: 0.8;
    }

    .blog-card {
        width: 416px;
        height: 474px;
        min-height: 474px;
        border-radius: 25px;
        padding: 27px 33px 20px;
    }

    .blog-card-v2 {
        padding-top: 20px;
        padding-bottom: 27px;
    }

    .blog-card-v3 {
        padding: 35px 33px 33px;
    }

    .blog-card-v5 {
        padding-bottom: 27px;
    }

    .blog-card:nth-child(2n) {
        translate: 0 58px;
    }

    .blog-card__image {
        margin-left: -13px;
        margin-right: -13px;
        height: 246px;
    }

    .blog-card-v2 .blog-card__image {
        width: 236px;
        height: 236px;
        border-radius: 18px;
    }

    .blog-card-v2 .blog-card__image::before {
        width: 280px;
        height: 250px;
        background-size: 100%;
        left: -202px;
        top: -50px;
    }

    .blog-card-v4 .blog-card__image {
        width: 250px;
        height: 300px;
    }

    .blog-card__image-left,
    .blog-card__image-right {
        width: 208px;
        height: 230px;
    }

    .blog-card__meta {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .blog-card-v3 .blog-card__meta {
        padding: 14px 18px;
    }

    .blog-card__title {
        font-size: 20px;
    }

    .blog-card__title * {
        font-size: 20px;
    }

    .blog-card__title-header {
        font-size: 20px;
    }

    .blog-card__link {
        font-size: 15px;
        margin-top: 13px;
        gap: 8px;
    }

    .blog-card__link svg {
        width: 20px;
        height: 10px;
    }

    .section-footer-form {
        margin-bottom: 73px;
    }

    .section-footer-form .section__header {
        margin-bottom: 33px;
    }

    .section-footer-form .section__title {
        max-width: 600px;
        font-size: 57px;
        margin-bottom: 16px;
    }

    .section-footer-form .section__subtitle {
        font-size: 17px;
        margin-bottom: 13px;
    }

    .section-footer-form .section__description {
        font-size: 14px;
    }

    .footer-form-content {
        gap: 28px;
    }

    .footer-contacts {
        width: 360px;
        padding: 0 20px 14px;
        border-radius: 22px;
    }

    .footer-contacts::before {
        border-radius: 22px;
    }

    .contacts-fields__title {
        font-size: 15px;
        margin-top: 23px;
        margin-bottom: 18px;
    }

    .contacts-fields__button {
        min-height: 62px;
        font-size: 14px;
        margin-bottom: 14px;
        border-radius: 15px;
    }

    .contacts-fields__buttons {
        gap: 10px;
    }

    .contacts-fields__button-icon {
        height: 78px;
        font-size: 14px;
        margin-bottom: 14px;
        border-radius: 15px;
    }

    .contacts-fields__button-icon svg,
    .contacts-fields__button-icon img {
        max-width: 40px;
        max-height: 40px;
        height: 40px;
    }

    .footer-form-image {
        width: 464px;
        height: 464px;
    }

    .section-footer-contacts {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    .section-footer-contacts .section__header {
        margin-bottom: 36px;
    }

    .section-footer-contacts .section__title {
        font-size: 33px;
    }

    .section-footer-contacts .section__title .text-description {
        font-size: 17px;
    }

    .section-footer-contacts .section__subtitle {
        font-size: 17px;
        margin-bottom: 13px;
    }

    .section-footer-contacts .section__description {
        margin-top: 6px;
        font-size: 17px;
    }

    .footer-contacts__image::before {
        bottom: -24px;
        border-radius: 42px;
        width: calc(100% - 42px);
        height: calc(100% - 20px);
    }

    .footer-contacts-image {
        height: 600px;
        width: calc(100% - 26px);
        border-radius: 42px;
    }

    .section-footer-messengers {
        margin-top: 150px;
        margin-bottom: 160px;
    }

    .section-footer-messengers .section__header {
        margin-bottom: 26px;
    }

    .section-footer-messengers .section__subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .section-footer-messengers .section__title {
        font-size: 46px;
    }

    .section-footer-messengers .section__actions {
        gap: 16px;
    }

    .section-footer-socials {
        margin-top: 73px;
        margin-bottom: 110px;
    }

    .section-footer-socials .section__header {
        margin-bottom: 55px;
    }

    .section-footer-socials .section__title {
        font-size: 57px;
    }

    .social-cards {
        gap: 40px;
        padding-top: 39px;
        padding-bottom: 385px;
    }

    .social-card {
        width: 316px;
        height: 383px;
        border-radius: 33px;
    }

    .social-card:nth-child(3n-2) {
        -webkit-transform: rotate(-10deg) translateY(385px);
        -ms-transform: rotate(-10deg) translateY(385px);
        transform: rotate(-10deg) translateY(385px);
    }

    .social-card:nth-child(3n) {
        -webkit-transform: rotate(10deg) translateY(385px);
        -ms-transform: rotate(10deg) translateY(385px);
        transform: rotate(10deg) translateY(385px);
    }

    .social-card__subtitle {
        top: -39px;
        left: 21px;
        font-size: 15px;
    }

    .social-card__title {
        font-size: 30px;
        gap: 13px;
    }

    .social-card__title img {
        width: 42px;
        height: 42px;
    }

    .social-card__title svg {
        width: 42px;
        height: 42px;
    }

    .footer-decor-2 {
        scale: 0.8;
        translate: -52% 160px;
    }

    .section-footer-menu {
        padding-bottom: 39px;
        padding-top: 39px;
    }

    .footer__copyright {
        font-size: 13px;
    }

    .footer__menu {
        font-size: 15px;
    }

    .footer__menu .menu__list > .menu__item.current-menu-item::before,
    .footer__menu .menu__list > .menu__item.current-menu-parent::before,
    .footer__menu .menu__list > .menu__item.current-page-ancestor::before,
    .footer__menu .menu__list > .menu__item.current_page_parent::before {
        top: auto;
        bottom: -40px;
    }

    .footer__to-top-holder {
        font-size: 15px;
        min-width: 190px;
    }

    .section-article-header {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .section-article-header .section__header {
        margin-bottom: 58px;
    }

    .section-article-header .section__image {
        width: 400px;
        height: 266px;
        margin-bottom: 23px;
        border-radius: 42px;
    }

    .section-article-header .section__title {
        font-size: 62px;
        margin-bottom: 0;
    }

    .section-article-header .section__meta {
        margin-bottom: 22px;
        padding: 15px 17px;
        font-size: 14px;
    }

    .section-article-header .section__excerpt {
        width: 100%;
        max-width: 400px;
        font-size: 17px;
        padding-left: 20px;
    }

    .section-article-content {
        padding-top: 52px;
        padding-bottom: 80px;
        font-size: 21px;
        border-radius: 74px;
    }

    .section-article-content .container {
        width: 690px;
    }

    .section-article-content h2 {
        font-size: 26px;
        margin-bottom: 21px;
    }

    .section-article-content h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .section-article-content h4 {
        font-size: 21px;
        margin-bottom: 16px;
        margin-top: 24px;
    }

    .section-article-content h5 {
        font-size: 21px;
        margin-bottom: 16px;
    }

    .section-article-content h6 {
        font-size: 21px;
        margin-bottom: 16px;
        margin-top: 18px;
    }

    .section-article-content blockquote {
        margin: 27px 0;
        padding-top: 22px;
        padding-bottom: 22px;
        padding-left: 28px;
        font-size: 17px;
    }

    .section-article-content blockquote::after {
        font-size: 80px;
    }

    .section-article-content blockquote cite {
        margin-top: 9px;
        font-size: 17px;
    }

    .article-image {
        margin-left: -43px;
        margin-right: -43px;
        border-radius: 86px;
        margin-bottom: 46px;
        margin-top: 46px;
    }

    .article-meta {
        width: 520px;
    }

    .article-author {
        gap: 16px;
        padding-bottom: 28px;
        margin-bottom: 24px;
    }

    .article-author__image {
        width: 60px;
        height: 60px;
    }

    .article-author__name {
        font-size: 17px;
    }

    .article-author__position {
        font-size: 17px;
    }

    .article-contents__title {
        font-size: 16px;
    }

    .article-contents__list-item {
        font-size: 16px;
        padding-bottom: 26px;
        margin-bottom: 26px;
    }

    .article-footer {
        font-size: 34px;
    }

    .section-privacy {
        margin-top: 102px;
        margin-bottom: 200px;
    }

    .privacy-container {
        -webkit-column-gap: 90px;
        -moz-column-gap: 90px;
        column-gap: 90px;
    }

    .privacy-contents {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 296px;
        flex: 0 0 296px;
    }

    .privacy-contents__title {
        font-size: 15px;
        padding-left: 23px;
        margin-bottom: 14px;
    }

    .privacy-contents__list {
        font-size: 13px;
        gap: 13px;
    }

    .privacy-contents__list-item {
        padding-left: 23px;
    }

    .privacy-contents__list-item.active::after {
        width: 3px;
    }

    .privacy-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 541px;
        flex: 0 0 541px;
        font-size: 17px;
    }

    .privacy-content__title {
        font-size: 47px;
    }

    .privacy-content__section-header {
        font-size: 22px;
        margin-top: 33px;
        margin-bottom: 13px;
    }

    .section-error-404 {
        margin-top: 55px;
        margin-bottom: 83px;
    }

    .section-error-404 .section__background {
        font-size: 1100px;
    }

    .section-error-404 .section__title {
        font-size: 67px;
        margin-bottom: 30px;
    }

    .section-error-404 .section__card {
        width: 325px;
        height: 325px;
    }

    .section-about-hero {
        margin-top: 52px;
        margin-bottom: 233px;
    }

    .section-about-hero .section__header {
        margin-bottom: 53px;
    }

    .section-about-hero .section__title {
        font-size: 58px;
    }

    .section-about-hero .section__subtitle {
        font-size: 14px;
        padding: 15px 27px;
        margin-bottom: 17px;
    }

    .about-hero__cards-wrapper {
        gap: 20px;
    }

    .about-hero__card {
        width: 340px;
        height: 390px;
        padding: 30px;
        border-radius: 42px;
    }

    .about-hero__card:nth-child(2) {
        translate: 0 53px;
    }

    .about-hero__card-description {
        font-size: 22px;
    }

    .section-history {
        margin-top: 207px;
        margin-bottom: 83px;
    }

    .section-history .section__header {
        margin-left: 155px;
        margin-bottom: 42px;
    }

    .section-history .section__title {
        font-size: 44px;
    }

    .history-decor {
        scale: 0.735;
        left: 33%;
        top: -350px;
    }

    .history-slider-wrapper {
        gap: 45px;
    }

    .history-slider {
        height: 430px;
        min-height: 430px;
    }

    .history-slider-slides {
        height: 430px;
        min-height: 430px;
    }

    .history-slide {
        height: 430px;
        min-height: 430px;
    }

    .history-slide__inner {
        gap: 69px;
    }

    .history-slide__image {
        width: 475px;
        height: 410px;
        margin-bottom: 20px;
        border-radius: 30px;
    }

    .history-slide__image::after {
        top: 29px;
        left: 32px;
        right: -20px;
        bottom: -20px;
        border-radius: 30px;
    }

    .history-slide__image img {
        border-radius: 30px;
    }

    .history-slide__description {
        font-size: 17px;
    }

    .history-slide__date {
        font-size: 27px;
        margin-bottom: 10px !important;
    }

    .history-slider-navigation {
        width: 110px;
        gap: 63px;
    }

    .history-slider-pagination {
        max-width: 110px;
    }

    .history-slider-pagination .swiper-pagination-bullet {
        font-size: 27px;
    }

    .history-slider-pagination .swiper-pagination-bullet-active {
        font-size: 46px;
    }

    .history-slider-navigation-prev,
    .history-slider-navigation-next {
        width: 48px;
        height: 48px;
        background-size: 40%;
    }

    .history-slider-child-navigation {
        bottom: 23px;
    }

    .section-about-items {
        margin-top: 133px;
        margin-bottom: 133px;
    }

    .section-about-items .section__header {
        margin-left: 155px;
        margin-bottom: 16px;
    }

    .section-about-items .section__title {
        font-size: 46px;
    }

    .section-about-items .section__subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .section-about-items .section__description {
        margin-left: 155px;
        font-size: 17px;
    }

    .section-about-items.about-items-team .section__header {
        margin-bottom: 24px;
    }

    .section-about-items.about-items-team .section__description {
        margin-left: 444px;
    }

    .about-card {
        width: 481px;
        height: 481px;
        min-height: 481px;
    }

    .about-company .about-card {
        margin-top: -160px;
        left: 230px;
    }

    .about-company .about-card:nth-child(5n) {
        margin-top: -160px;
        left: 230px;
    }

    .about-company .about-card:nth-child(4n) {
        margin-top: -260px;
        left: -90px;
    }

    .about-company .about-card:nth-child(3n) {
        margin-top: -180px;
        left: 190px;
    }

    .about-company .about-card:nth-child(2n) {
        margin-top: -320px;
        left: -110px;
    }

    .about-support .about-card {
        margin-top: -140px;
        left: 240px;
    }

    .about-support .about-card:nth-child(2n) {
        margin-top: -350px;
        left: -150px;
    }

    .about-support .about-card:nth-child(3n) {
        margin-top: -100px;
        left: 220px;
    }

    .about-support .about-card:nth-child(4n) {
        margin-top: -360px;
        left: -170px;
    }

    .about-support .about-card:nth-child(5n) {
        margin-top: -140px;
        left: 240px;
    }

    .about-support .about-card:nth-child(6n) {
        margin-top: -350px;
        left: -150px;
    }

    .about-support .about-card:nth-child(7n) {
        margin-top: -100px;
        left: 220px;
    }

    .about-support .about-card:nth-child(8n) {
        margin-top: -360px;
        left: -170px;
    }

    .about-team .about-card {
        width: 320px;
        height: 296px;
        min-height: 296px;
    }

    .about-card__image {
        width: 344px;
        height: 344px;
    }

    .about-company .about-card:nth-child(5n) .about-card__image {
        width: 344px;
        height: 344px;
    }

    .about-company .about-card:nth-child(4n) .about-card__image {
        width: 325px;
        height: 325px;
    }

    .about-company .about-card:nth-child(3n) .about-card__image {
        width: 340px;
        height: 340px;
    }

    .about-company .about-card:nth-child(2n) .about-card__image {
        width: 302px;
        height: 302px;
    }

    .about-team .about-card__content {
        padding: 0 20px 25px 25px;
    }

    .about-card__title {
        font-size: 27px;
    }

    .about-team .about-card__title {
        font-size: 17px;
    }

    .about-card__title-value {
        font-size: 56px;
        padding-top: 10px;
    }

    .about-team .about-card__title-value {
        font-size: 75px;
        margin-bottom: 3px;
    }

    .section-competencies {
        margin-top: 140px;
        margin-bottom: 140px;
    }

    .section-competencies .section__header {
        margin-left: 155px;
        margin-bottom: 24px;
    }

    .section-competencies .section__title {
        font-size: 46px;
    }

    .section-competencies .section__subtitle {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .section-competencies .section__description {
        margin-left: 425px;
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 73px;
    }

    .competencies-cards-wrapper-actions {
        height: 278px;
    }

    .competencies-cards-wrapper-actions .button {
        margin-top: 110px;
    }

    .competencies-cards {
        max-height: 1200px;
    }

    .competencies-cards .swiper-wrapper {
        gap: 50px 40px;
    }

    .competencies-card {
        width: 320px;
        padding: 13px 40px 27px;
    }

    .competencies-card__image-mobile,
    .competencies-card__image {
        max-width: 206px;
        margin-bottom: 30px;
    }

    .competencies-card__title {
        font-size: 15px;
    }

    .competencies-card__value {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .section-video-card {
        margin-top: 150px;
        margin-bottom: 140px;
    }

    .section-video-card .section__header {
        margin-left: 140px;
        margin-bottom: 43px;
    }

    .section-video-card .section__description {
        font-size: 33px;
    }

    .video-card {
        border-radius: 42px;
    }

    .video-card__button {
        font-size: 33px;
    }

    .video-card__button svg {
        width: 55px;
        height: 55px;
    }

    .section-about-leader {
        margin-top: 135px;
        margin-bottom: 230px;
    }

    .section-about-leader .section__header {
        margin-left: 155px;
        margin-bottom: 27px;
    }

    .section-about-leader .section__title {
        font-size: 46px;
        margin-bottom: 0;
    }

    .section-about-leader .section__subtitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .section-about-leader .about-leader__cards-wrapper {
        margin-bottom: 150px;
    }

    .section-about-leader .about-leader__cards-wrapper .stacked__content {
        height: 416px;
    }

    .section-about-leader .about-leader__cards-wrapper .section__description {
        font-size: 18px;
    }

    .section-about-leader .about-leader__cards-wrapper-v1 {
        min-height: 416px;
    }

    .section-about-leader .about-leader__cards-wrapper-v1 .stacked__content-container:nth-child(2) .section__footer {
        padding: 0 0 0 40px;
        margin-top: 50px;
        margin-bottom: 36px;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 {
        min-height: 624px;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .section__title {
        margin-top: 62px;
        margin-bottom: 76px;
        margin-left: -83px;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .stacked__content {
        height: 624px;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .about-leader-card-mobile__card {
        height: 624px;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .about-leader-card-mobile__card-image {
        width: 416px;
        height: 416px;
        border-radius: 40px;
    }

    .section-about-leader .about-leader-hero {
        height: 416px;
        margin-bottom: 150px;
        gap: 75px;
    }

    .section-about-leader .about-leader-hero__image {
        width: 416px;
        height: 416px;
        border-radius: 40px;
    }

    .section-about-leader .about-leader-hero__description-wrapper {
        width: 416px;
        padding: 50px 0;
    }

    .section-about-leader .about-leader-hero__description-wrapper::after {
        height: 100px;
    }

    .section-about-leader .about-leader-hero__description {
        padding-left: 40px;
        font-size: 18px;
    }

    .section-about-leader .section__title-cards-wrapper {
        margin-left: 155px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 {
        margin-top: 183px;
        margin-bottom: 166px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__title {
        margin-left: 155px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .stacked__content {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 490px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card {
        width: 490px;
        min-height: 560px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-decor {
        top: -70px;
        right: -80px;
        scale: 0.8;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-image {
        border-radius: 40px;
        translate: 216px 0;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description {
        font-size: 24px;
        padding: 100px 50px;
        translate: -216px 83px;
        border-radius: 40px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::before,
    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::after {
        font-size: 100px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::before {
        top: 40px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description-author {
        margin-top: 24px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__footer {
        padding: 150px 50px 44px;
        border-radius: 40px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__footer::before {
        font-size: 160px;
        right: 50px;
        top: 40px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__footer .section__description {
        font-size: 16px;
    }

    .section-about-leader .about-leader-card-mobile__card {
        border-radius: 40px;
        min-height: 416px;
    }

    .section-about-leader .about-leader-card-mobile__card-bg-image {
        border-radius: 40px;
        height: 624px;
        width: 915px;
        right: 83px;
    }

    .cursor-follower {
        zoom: 1.08696;
    }

    .cursor-follower.boo {
        width: 83px;
        height: 83px;
    }

    .cursor-follower span {
        font-size: 16px;
    }

    .section-advantage-specialists {
        padding-bottom: 70px;
    }

    header.header {
        margin-bottom: 25px;
    }

    .header__go_home a,
    .header__go_catalog a,
    .header__switch_lang {
        font-size: 15px;
        line-height: 17.25px;
    }

    .advantage-specialists .banner-slider {
        min-height: 590px;
        border-radius: 5px;
    }

    .advantage-specialists .banner-slide {
        min-height: 590px;
    }

    .advantage-specialists .banner-slide__inner {
        padding: 30px 60px 60px;
    }

    .advantage-specialists .banner-slider-pagination-top {
        font-size: 15px;
        line-height: 18px;
    }

    .advantage-specialists .banner-slider-pagination-top .swiper-slide {
        padding: 13px 24px;
    }

    .advantage-specialists .banner-slide__title {
        font-size: 22px;
        line-height: 24.2px;
        margin-bottom: 15px;
    }

    .advantage-specialists .banner-slide__description {
        font-size: 15px;
        line-height: 20.25px;
    }

    .section-specialists-list {
        padding-top: 70px;
        padding-bottom: 42px;
    }

    .specialists-list-quote {
        gap: 18px;
        font-size: 28px;
        line-height: 29.4px;
        margin: 0 auto 33px;
    }

    .specialists-list-quote .heart img {
        width: 23px;
        height: 21px;
    }

    .specialists-list-quote .heart {
        padding: 9px 8px;
    }

    .specialists-list {
        gap: 20px;
    }

    .specialists-item {
        padding: 24px 22px 22px;
        width: calc((100% / 3) - 14px);
        border-radius: 9px;
        font-size: 14px;
        line-height: 13.3px;
    }

    .specialists-item .name {
        font-size: 28px;
        line-height: 26.6px;
        margin-bottom: 10px;
    }

    .specialists-item .practice_time {
        margin-bottom: 9px
    }

    .specialists-item .areas_work {
        margin-bottom: 30px;
    }

    .specialists-item .areas_work p {
        margin-bottom: 5px;
    }

    .specialists-item .areas_work ul {
        gap: 3px;
    }

    .specialists-item .bottom-bar .photo {
        border-radius: 9px;
        width: 110px;
        height: 110px;
    }

    .specialists-item .bottom-bar a {
        border-radius: 9px;
        font-size: 14px;
        line-height: 13.3px;
    }

    .specialists__loading,
    .specialists_show_more {
        font-size: 15px;
        line-height: 15px;
        padding: 17px 44px;
        margin: 32px auto 0;
    }

    .section-faq {
        padding-top: 42px;
    }

    .section-faq .section__subtitle {
        font-size: 16px;
        line-height: 20.8px;
    }

    .section-faq .section__title {
        font-size: 46px;
        line-height: 45.08px;
        gap: 52px;
        margin-bottom: 40px;
    }

    .section-faq .section__title span:first-of-type:after {
        right: -49px;
        height: 2px;
        width: 44px;
    }

    .faq-accordion-header {
        font-size: 16px;
        line-height: 20.08px;
        padding: 25px 45px 20px 25px;
    }

    .faq-accordion-content {
        padding: 0 20px;
        font-size: 15px;
        line-height: 20.5px;
    }

    .faq-accordion-content.open {
        padding: 0 20px 30px;
    }

    footer.footer_specialists {
        height: 320px;
    }

    .to-top__button_spec {
        font-size: 15px;
        line-height: 17.25px;
        width: 92px;
        height: 92px;
    }

    .to-top__button_spec svg {
        width: 9px;
        height: 24px;
    }

    .specialist-content .info .main_info .photo {
        width: 200px;
        height: 200px;
        border-radius: 16px;
    }

    .specialist-content .info .main_info .description {
        padding: 21px;
    }

    .specialist-content .info .main_info .description .name {
        font-size: 22.8px;
        line-height: 23.94px;
        margin-bottom: 7px;
    }

    .specialist-content .info .main_info .description .position,
    .specialist-content .info .main_info .description .start_date {
        font-size: 16.29px;
        line-height: 19.54px;
    }

    .specialist-content .info .block_philosophy ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
    }

    .specialist-content .info .general_block {
        padding: 26px 44px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .specialist-content .info .block_philosophy ul {
        margin: 0 0 52px 0;
    }

    .specialist-content .info .block_philosophy ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        padding: 11px;
        border-radius: 12px;
    }

    .specialist-content .info .general_block .title {
        font-size: 21px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .specialist-content .info .education_item .degree,
    .specialist-content .info .education_item .institution {
        font-size: 16px;
        line-height: 21px;
    }

    .specialist-content .info .education_item .date {
        font-size: 16px;
        line-height: 20.8px;
    }

    .specialist-content .info .general__education_list .education_item:first-of-type {
        padding: 0 0 20px;
    }

    .specialist-content .info .general__education_list .education_item {
        padding: 20px 0;
    }

    .specialist-content .info .general_block ul.general_list {
        gap: 11px;
    }

    .specialist-content .info .general_block .general_text {
        gap: 17px;
    }

    .specialist-content .info .general_block .general_text ul {
        gap: 9px;
    }

    .specialist-content .info .reviews_item {
        gap: 18px;
    }

    .specialist-content .info .spec_show_more {
        font-size: 14px;
        line-height: 17px;
        border-radius: 18px;
        padding: 20px 74px;
        margin: 0 auto 6px;
    }

    .specialist-content .sidebar .button_sidebar {
        font-size: 14px;
        line-height: 17px;
        padding: 19px 26px;
        border-radius: 18px;
    }

    .specialist-content .sidebar .sidebar_navigation {
        border-radius: 18px;
    }

    .specialist-content .sidebar .sidebar_navigation .title {
        padding: 26px 20px 17px;
        font-size: 14px;
        line-height: 17px;
    }

    .specialist-content .sidebar .sidebar_navigation .navigation-list {
        padding: 17px 26px;
        gap: 12px;
    }

    .specialist-content .sidebar .sidebar_navigation .navigation-list li.active:before {
        left: -30px;
    }

    .specialist-content .sidebar .sidebar_navigation .navigation-list li a {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 1280px) {
    .popup-box {
        min-width: 387px;
        width: 387px;
    }
}

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

    .home-hero__image_1 {
        width: 574px;
    }

    .home-hero__image_2 {
        width: 368px;
    }

    .home-about__card {
        width: 280px;
        height: 280px;
    }

    .home-about__card_main {
        width: 380px;
        height: 380px;
    }

    .service-card {
        width: 463px;
        height: 504px;
    }

    .clients-cards {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: repeat(auto-fit, minmax(226px, 1fr));
    }

    .footer-form-image {
        width: 400px;
        height: 400px;
    }

    .social-card {
        width: 290px;
        height: 360px;
    }

    .privacy-container {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .privacy-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .section-error-404 .section__background {
        font-size: 900px;
    }

    .history-slide__inner {
        gap: 50px;
    }

    .history-slide__image {
        width: 400px;
        height: 345px;
        border-radius: 20px;
    }

    .history-slide__image img {
        border-radius: 20px;
    }

    .history-slide__description {
        font-size: 15px;
    }

    .competencies-cards .swiper-wrapper {
        gap: 40px 30px;
    }

    .competencies-card {
        width: 290px;
        padding: 12px 35px 25px;
    }

    .competencies-card__title {
        font-size: 14px;
    }

    .competencies-card__value {
        font-size: 45px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-decor {
        top: -70px;
        right: -130px;
        scale: 0.8;
    }
}

@media (max-width: 992px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 15px;
    }

    h1 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.875rem;
    }

    h6 {
        font-size: 0.875rem;
    }

    .button.button-styled,
    button.button-styled,
    input[type=submit].button-styled,
    input[type=reset].button-styled,
    input[type=button].button-styled {
        padding-left: 22px;
        padding-right: 22px;
    }

    input[type=email],
    input[type=number],
    input[type=search],
    input[type=text],
    input[type=tel],
    input[type=url],
    input[type=password],
    input[type=date],
    input[type=time],
    input[type=month],
    textarea,
    select {
        border-radius: 20px;
    }

    .form__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

    .form__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .form__field_acceptance .wpcf7-acceptance .wpcf7-list-item {
        height: 90px;
        line-height: 90px;
        border-radius: 20px;
    }

    .form__buttons .button-submit {
        height: 80px;
        border-radius: 9999px;
        font-size: 16px;
    }

    .form__buttons .submit-success {
        height: 80px;
        border-radius: 9999px;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-image-size: 80%;
    }

    table {
        width: 100% !important;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        display: block !important;
        overflow-x: auto;
        white-space: nowrap;
    }

    body.about-page {
        background-color: #F5F6F7;
    }

    body {
        zoom: 1;
    }

    .container {
        max-width: 480px;
    }

    .to-top.active {
        bottom: 140px;
        bottom: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .to-top__button {
        width: 100%;
        height: 64px;
        border: 1px solid #3D4562;
        border-radius: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    header.header {
        margin-bottom: 0px;
    }

    header.header .header__container_desktop {
        display: none;
    }

    header.header .header__container_mobile {
        position: fixed;
        z-index: 1000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 12px;
        width: 100%;
        overflow-y: auto;
    }

    .header__partner a::before {
        bottom: -5px;
    }

    .menu__list:not(.menu__submenu) > .menu__item.current-menu-item::before,
    .menu__list:not(.menu__submenu) > .menu__item.current-menu-parent::before,
    .menu__list:not(.menu__submenu) > .menu__item.current-page-ancestor::before,
    .menu__list:not(.menu__submenu) > .menu__item.current_page_parent::before {
        top: 0;
    }

    main.main {
        padding-top: 100px;
    }

    footer.footer {
        padding-top: 200px;
        border-radius: 30px 30px 0 0;
        border-bottom: 10px solid var(--link-color);
    }

    .footer-decor-1 {
        display: none;
    }

    .footer-decor-mobile-1 {
        display: block;
        position: absolute;
        top: -35px;
        left: 50%;
        translate: -45% 0;
    }

    .section__subtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .section__actions {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .section__actions .button {
        height: 56px;
        line-height: 56px;
        font-size: 17px;
    }

    .section-home-hero {
        display: none;
    }

    .home-hero__image_1 img {
        display: none;
    }

    .home-hero__image_2 img {
        display: none;
    }

    .section-home-hero-mobile {
        display: block;
    }

    .section-home-about {
        display: none;
    }

    .section-home-about-mobile {
        display: block;
    }

    .section-mental-problems {
        margin-top: 90px;
        margin-bottom: 120px;
    }

    .mental-problems .section__header {
        max-width: none;
        margin-left: 14px;
    }

    .mental-problems .section__resume {
        font-size: 20px;
        margin-bottom: 40px;
        padding-right: 40px;
    }

    .mental-problems .section__footer {
        margin-top: 34px;
    }

    .mental-problems-slider-wrapper::before {
        border-radius: 30px;
        inset: -16px 0px;
        translate: 16px 0;
    }

    .banner-slider {
        min-height: 484px;
        border-radius: 30px;
        margin-bottom: 34px;
    }

    .banner-slide {
        min-height: 484px;
    }

    .banner-slide__inner {
        padding: 24px;
    }

    .banner-slide__content {
        padding-top: 160px;
        padding-bottom: 110px;
    }

    .banner-slide__title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .banner-slide__description {
        font-size: 17px;
    }

    .banner-slider-pagination {
        bottom: 18px !important;
        gap: 10px;
    }

    .banner-slider-pagination .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }

    .banner-slider-pagination-top {
        top: 24px !important;
        font-size: 14px;
        gap: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 20px;
    }

    .banner-slider-pagination-top .swiper-pagination-bullet {
        padding: 10px 16px;
        min-width: auto;
        width: auto;
    }

    .banner-slider-pagination-top .swiper-slide {
        padding: 10px 16px;
        min-width: auto;
    }

    .section-service-advantages {
        display: none;
    }

    .section-service-advantages-mobile {
        margin-top: 122px;
        margin-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-service-items {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .service-items .section__header {
        margin-left: 14px;
        margin-bottom: 18px;
    }

    .service-items .section__title {
        max-width: none;
        font-size: 27px;
    }

    .service-items .section__description {
        display: none;
    }

    .service-items .section__description-mobile {
        display: block;
        font-size: 16px;
        line-height: 1.32;
        padding: 0 40px 0 14px;
    }

    .service-items .service-items-slider-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        padding: 28px 10px 16px;
        background: #E6F0F5;
        border-radius: 30px;
        overflow-x: clip;
    }

    .service-items .section__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .service-items .section__actions .button {
        width: 100%;
        min-width: auto;
    }

    .service-slider {
        min-height: 364px;
    }

    .service-slider-arrows {
        display: none;
    }

    .service-slide {
        width: 320px;
        min-height: 364px;
        border-radius: 30px;
    }

    .service-slider-v2 .service-slide {
        width: 320px;
    }

    .service-slider-styled .service-slide {
        border-radius: 30px;
        gap: 10px;
    }

    .service-slide:nth-child(2n) {
        width: 320px;
        min-height: 364px;
        border-radius: 30px;
    }

    .service-slide:nth-child(2n) .service-slide__image {
        border-radius: 9999px;
        height: 230px;
    }

    .service-slide__image {
        margin: 16px;
        width: 288px;
        height: 230px;
    }

    .service-slider-styled .service-slide__image {
        margin: -15px;
        width: 100%;
        width: calc(100% + 30px);
        height: 260px;
    }

    .service-slide__content {
        font-size: 16px;
        padding: 0 16px 24px 20px;
    }

    .service-slider-styled .service-slide__content {
        font-size: 16px;
        padding: 0 16px 24px 20px;
    }

    .section-service-grid {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .section-service-grid .section__header {
        margin-left: 14px;
        margin-bottom: 28px;
    }

    .section-service-grid .section__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
        font-size: 27px;
    }

    .section-service-grid .section__subtitle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
        font-size: 16px;
        margin-bottom: 14px;
    }

    .section-service-grid .section__description {
        margin-left: 14px;
        margin-top: 18px;
        margin-bottom: 30px;
        padding-bottom: 24px;
        padding-right: 40px;
        font-size: 16px;
        max-width: none;
    }

    .service-grid-wrapper {
        background-color: #E6F0F5;
        border-radius: 30px;
        padding: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .service-grid-wrapper.swiper-ready .service-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
    }

    .service-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 16px;
    }

    .service-grid-card {
        height: 360px;
        max-width: 320px;
    }

    .service-grid-card__image {
        border-radius: 30px;
    }

    .service-grid-card__content {
        padding: 20px;
    }

    .service-grid-card__title {
        font-size: 16px;
    }

    .service-grid-swiper-pagination {
        display: block;
    }

    .section-service-benefits {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .service-benefits .section__header {
        margin-left: 14px;
        margin-bottom: 18px;
    }

    .service-benefits .section__title {
        display: none;
    }

    .service-benefits .section__title-mobile {
        display: block;
        line-height: 1;
        color: var(--primary-color);
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        max-width: none;
        font-size: 27px;
    }

    .service-benefits .section__description {
        display: none;
    }

    .service-benefits .section__description-mobile {
        display: block;
        font-size: 16px;
        line-height: 1.32;
        padding: 0 40px 0 14px;
    }

    .service-benefits .service-items-slider-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        padding: 28px 10px 16px;
        background: #E6F0F5;
        border-radius: 30px;
        overflow-x: clip;
    }

    .service-benefits .service-benefits-tabs-list-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 18px;
        margin-top: 24px;
        margin-bottom: 14px;
    }

    .section-services {
        margin-top: 80px;
        margin-bottom: 128px;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        overflow: visible;
        margin-left: auto;
        margin-right: auto;
    }

    .section-services.section-services-fw-box {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 0;
        overflow: visible;
        z-index: 1;
    }

    .section-services.section-services-fw-box > .container {
        margin-left: 0;
        margin-right: 0;
    }

    .section-services .section__header {
        display: none;
    }

    .section-services .section__header-mobile {
        display: block;
        margin-left: 14px;
    }

    .section-services .section__title {
        font-size: 32px;
        max-width: none;
        margin-bottom: 28px;
    }

    .section-services .section__subtitle {
        color: #ffffff;
    }

    .section-services .section__background-moble {
        display: block;
        text-align: center;
    }

    .section-services .section-services-decor-1,
    .section-services .section-services-decor-2,
    .section-services .section-services-decor-3 {
        display: none;
    }

    .section-services .section-services-decor-1 {
        display: none;
    }

    .section-services.section-services-fw-box .section-services-decor-1 {
        display: none;
    }

    .section-services.section-services-fw-box .section-services-decor-3 {
        display: block;
        scale: 0.3;
        top: -190px;
        left: -30%;
    }

    .section-services.section-services-fw-box .section-services-decor-3 img {
        display: block;
    }

    .section-services .section__slider {
        min-height: auto;
        background: #F9F9FA;
        -webkit-box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
        box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
        border-radius: 30px;
        padding: 36px 10px 10px;
        margin-top: -30px;
        overflow-x: clip;
    }

    .service-cards {
        margin-top: 0;
        margin-bottom: 0;
    }

    .service-card {
        width: 340px;
        height: 410px;
        border-radius: 30px;
        padding: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .service-card.even {
        translate: 0 0;
    }

    .section-services-base .service-card.even {
        translate: 0 0;
    }

    .service-card.odd {
        translate: 0 0;
    }

    .section-services-base .service-card.odd {
        translate: 0 0;
    }

    .service-card__background {
        border-radius: 30px;
    }

    .service-card__image {
        width: 228px;
        height: 228px;
    }

    .service-card__title {
        font-size: 17px;
    }

    .service-card__description {
        font-size: 17px;
    }

    .service-card-slider {
        margin: 0;
        width: 320px;
        height: 410px;
        padding: 32px 24px 40px;
        border-radius: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*background-image: url(../img/service-card-slider-mobile-bg.png);*/
        background-repeat: no-repeat;
        background-position: 35% -115px;
    }

    .service-card-slider.bg-visible {
        background-image: url(../img/service-card-slider-mobile-bg.png);
    }

    .service-card-slider .service-card__image {
        width: 210px;
        height: 210px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: auto;
        left: auto;
        translate: 0 0;
        z-index: 0;
    }

    .service-cards-swiper-pagination {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 38px !important;
    }

    .service-card-slider__content {
        padding: 0;
    }

    .service-card-slider__subtitle {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .service-card-slider__title {
        font-size: 20px;
    }

    .service-card-slider__slider {
        display: none;
    }

    .section-services-list {
        margin-top: 120px;
        margin-bottom: 128px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-services-list .section__title {
        font-size: 25px;
        max-width: none;
        margin-bottom: 76px;
    }

    .section-services-list .section__subtitle-pill {
        padding: 14px 20px;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .section-services-list .section__subtitle-desktop {
        display: none;
    }

    .section-services-list .section__subtitle-mobile {
        display: block;
    }

    .section-services-list .section__background-moble {
        display: block;
    }

    .section-services-list .section-services-decor-1,
    .section-services-list .section-services-decor-2 {
        display: none;
    }

    .section-services-list .section__slider {
        min-height: auto;
        background: #F9F9FA;
        -webkit-box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
        box-shadow: 0px 0px 60px rgba(4, 221, 208, 0.8);
        border-radius: 30px;
        padding: 36px 10px 10px;
        margin-top: -30px;
        overflow-x: clip;
    }

    .section-service-card {
        margin-top: 128px;
        margin-bottom: 128px;
    }

    .section-service-card .section__header {
        margin-left: 14px;
        margin-bottom: 28px;
    }

    .section-service-card .section__title {
        font-size: 20px;
    }

    .service-card-slider-v2 {
        display: none;
    }

    .service-card-slider-v3 {
        border-radius: 30px;
        padding-bottom: 50px;
        padding-top: 50px;
        margin-bottom: 120px;
        margin-top: 110px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .service-card-slider-v3 .service-card-slider__slider {
        display: block;
    }

    .service-card-slider-v3 .card-slider__wrapper {
        min-height: 300px;
    }

    .service-card-slider-v3 .card-slider__slide {
        width: 258px;
        height: 245px;
    }

    .service-card-slider-v3 .card-slider__slide.swiper-slide-active {
        height: 300px;
    }

    .service-card-slider-v3__decor {
        width: 288px;
        top: -75px;
        right: -45px;
    }

    .service-card-slider-v3__content {
        max-width: none;
        margin-bottom: 40px;
        min-height: 250px;
        margin-left: 22px;
        margin-right: 22px;
    }

    .service-card-slider-v3__description {
        max-width: none;
        font-size: 18px;
        line-height: 1.15;
    }

    .service-page .service-card-slider-v3__description {
        font-size: 18px;
    }

    .service-card-slider-v4 {
        display: none;
    }

    .service-card-slider-v5 {
        display: none;
    }

    .section-service-card .service-card-mobile__cards-wrapper {
        display: block;
    }

    .section-service-hero {
        margin-top: 0;
        margin-bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-service-hero .section__header {
        display: none;
    }

    .section-service-hero .section__title {
        font-size: 25px;
        max-width: none;
        margin-bottom: 76px;
    }

    .section-service-hero .section__subtitle-pill {
        padding: 14px 20px;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .section-service-hero .section__subtitle-desktop {
        display: none;
    }

    .section-service-hero .section__subtitle-mobile {
        display: block;
    }

    .section-service-hero .section__background-moble {
        display: block;
    }

    .section-service-hero .service-card-slider-v2,
    .section-service-hero .service-card-slider-v3,
    .section-service-hero .service-card-slider-v4,
    .section-service-hero .service-card-slider-v5 {
        display: none;
    }

    .service-card-mobile__cards-wrapper-v2.service-card-mobile__cards-wrapper {
        display: block;
    }

    .section-service-metrics {
        margin-top: 56px;
        margin-bottom: 74px;
    }

    .section-service-metrics .section__title {
        max-width: none;
        font-size: 25px;
    }

    .section-service-metrics .section__subtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .metrics-cards-list {
        padding-left: 0;
        padding-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 33px;
    }

    .metrics-cards-list .metrics-card:nth-child(1) {
        translate: 0 0;
        margin-right: auto;
    }

    .metrics-cards-list .metrics-card:nth-child(2) {
        translate: 0 0;
        margin-left: auto;
    }

    .metrics-card {
        width: 238px;
        min-height: 185px;
        border-radius: 30px;
        padding: 22px 18px 12px 22px;
    }

    .metrics-card__title {
        font-size: 15px;
    }

    .metrics-card__metric-value {
        font-size: 90px;
    }

    .metrics-card__metric-indicator {
        width: 39px;
        height: 30px;
        background-size: 70%;
    }

    .metrics-card__metric-measure {
        font-size: 39px;
    }

    .section-service-cta {
        margin-top: 100px;
        margin-bottom: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-page .section-service-cta {
        margin-bottom: 80px;
    }

    .section-service-cta.service-cards {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .service-cta-card {
        min-height: 800px;
        border-radius: 30px;
    }

    .service-cta-card__content {
        max-width: 340px;
        width: 100%;
        padding: 24px 20px;
    }

    .service-cta-card__title {
        margin-bottom: 12px;
        font-size: 17px;
    }

    .service-cta-card__description {
        font-size: 17px;
    }

    .service-cta-card__actions {
        margin-top: 20px;
    }

    .service-cta-card__actions .button {
        height: 53px;
        line-height: 53px;
    }

    .section-reintegration {
        padding-top: 136px;
        margin-top: 150px;
        margin-bottom: 0;
        padding-bottom: 32px;
        border-radius: 30px 30px 0 0;
    }

    .section-reintegration .section__header {
        margin-left: 14px;
        margin-bottom: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-reintegration .section__header .section__description {
        display: none;
    }

    .section-reintegration .section__title {
        max-width: none;
        font-size: 25px;
    }

    .section-reintegration .section__title .button {
        display: none;
    }

    .section-reintegration .section__subtitle {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .section-reintegration .section__description-mobile {
        display: block;
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 56px;
        margin-left: 14px;
        color: #ffffff;
    }

    .section-reintegration .reintegration-items-container {
        margin-bottom: 120px;
    }

    .section-reintegration .reintegration-items-container .section__actions {
        display: block;
        text-align: center;
    }

    .section-reintegration .reintegration-items-container .section__actions .button {
        margin-top: 30px;
        min-width: 160px;
    }

    .section-reintegration .service-items-slider-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        padding: 28px 10px 16px;
        background-color: #0B1527;
        border-radius: 30px;
        overflow-x: clip;
    }

    .section-reintegration .section__footer {
        margin-left: 14px;
        margin-top: 120px;
        margin-bottom: 32px;
    }

    .section-reintegration .section__footer .section__description {
        font-size: 20px;
    }

    .section-reintegration .service-items-slider {
        margin-bottom: 0;
    }

    .reintegration-decor {
        display: none;
    }

    .reintegration-decor-mobile {
        display: block;
        position: absolute;
        top: -140px;
        left: calc(50% - 120px);
    }

    .reintegration-banner {
        display: none;
    }

    .reintegration-banner-mobile {
        display: block;
        margin-top: -32px;
        background-image: linear-gradient(to bottom, #000002 0, #000002 400px, transparent 400px);
    }

    .reintegration-banner-mobile .reintegration-banner-mobile__cards-wrapper .section__footer {
        background-color: var(--primary-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        min-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: -40px;
        padding-top: 40px;
        border-radius: 0 0 30px 30px;
    }

    .reintegration-banner-mobile .reintegration-banner-mobile__cards-wrapper .section__description {
        color: #ffffff;
        padding: 28px 26px 30px;
        font-size: 16px;
        line-height: 1.25;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }

    .reintegration-banner-mobile .reintegration-banner-mobile__cards-wrapper .section__description *:last-of-type,
    .reintegration-banner-mobile .reintegration-banner-mobile__cards-wrapper .section__description *:last-child {
        margin-bottom: 0;
    }

    .section-support-cta {
        min-height: auto;
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .support-cta .section__header {
        margin-bottom: 28px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .support-cta .section__subtitle {
        margin-bottom: 0;
    }

    .support-cta .section__title {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .support-cta .section__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
        margin-top: 28px;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .support-cta .section__actions .button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        min-width: auto;
    }

    .section-testimonials {
        margin-top: 124px;
        margin-bottom: 120px;
    }

    .section-testimonials .section__header {
        margin-bottom: 28px;
        margin-left: 14px;
    }

    .section-testimonials .section__title {
        font-size: 27px;
    }

    .section-testimonials .section__subtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .section-testimonials .section__description {
        display: none;
    }

    .section-testimonials .section__description-mobile {
        display: block;
        font-size: 16px;
        line-height: 1.32;
        margin-left: 14px;
        margin-bottom: 55px;
    }

    .testimonials-slider-wrapper {
        background-color: #E6F0F5;
        border-radius: 30px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 28px 10px 16px;
        overflow-x: clip;
    }

    .testimonials-slider {
        min-height: 464px;
        margin-bottom: 0;
    }

    .testimonials-slide {
        min-height: 464px;
        width: 320px;
        border-radius: 30px;
        overflow: hidden;
    }

    .testimonials-slide__inner {
        height: 100%;
    }

    .testimonials-slide__image {
        width: 320px;
        height: 464px;
        border-radius: 30px;
        position: absolute;
        inset: 0;
    }

    .testimonials-slide__content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
        padding: 26px 84px 30px 26px;
    }

    .testimonials-slide__title {
        display: none;
    }

    .testimonials-slide__title-mobile {
        display: block;
        color: #ffffff;
        font-family: "Merriweather", serif;
        font-size: 20px;
        line-height: 1.2;
        font-weight: bold;
    }

    .testimonials-slide__description {
        display: none;
    }

    .testimonials-slide__toggler {
        display: block;
        position: absolute;
        right: 26px;
        bottom: 30px;
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background-color: #ffffff;
        color: var(--link-color);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .testimonials-slide__toggler svg {
        width: 26px;
        height: 26px;
    }

    .testimonials-slider-pagination-wrapper {
        left: 14px !important;
        top: -33px !important;
    }

    .testimonials-slider-pagination-progressbar {
        width: 200px !important;
    }

    .testimonials-slider-pagination {
        font-size: 16px;
        gap: 0.375em;
    }

    .testimonials-slider-navigation {
        display: none;
    }

    .testimonials-modal-container {
        width: 340px;
        border-radius: 30px;
    }

    .testimonials-modal {
        min-height: 580px;
        border-radius: 30px;
        max-height: 85vh;
    }

    .testimonials-modal__inner {
        padding: 32px 20px;
    }

    .testimonials-modal__image {
        width: 300px;
        height: 300px;
        border-radius: 30px;
        margin-bottom: 28px;
    }

    .testimonials-modal__description {
        font-size: 17px;
    }

    .testimonials-modal__title {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .testimonials-modal__readmore {
        text-align: center;
        display: block;
        margin-bottom: 24px;
    }

    .section-clients {
        margin-top: 120px;
        margin-bottom: 135px;
    }

    .section-clients .section__header {
        margin-left: 14px;
        margin-bottom: 28px;
    }

    .section-clients .section__title {
        font-size: 20px;
    }

    .clients-cards {
        display: none;
    }

    .clients-cards-mobile {
        display: block;
    }

    .client-card-join {
        display: inline-block;
        width: 100%;
        height: 226px;
        font-size: 26px;
    }

    .section-articles {
        margin-top: 135px;
        margin-bottom: 70px;
    }

    .section-articles .section__header {
        margin-bottom: 32px;
    }

    .section-articles.blog-articles {
        margin-top: 0px;
        margin-bottom: 120px;
    }

    .section-articles.blog-articles .section__header {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .section-articles.blog-articles .section__header.blog-articles__read-us {
        margin-bottom: 40px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-articles.blog-articles .section__header.blog-articles__read-us .section__title {
        font-size: 34px;
        margin-bottom: 17px;
    }

    .section-articles.blog-articles .section__title {
        font-size: 24px;
    }

    .section-articles.blog-articles .blog-articles__read-us-link i {
        width: 41px;
        height: 41px;
        background-size: 60%;
    }

    .section-articles.blog-articles .blog-articles__readmore {
        font-size: 18px;
    }

    .section-articles.blog-articles .blog-articles__readmore svg {
        width: 24px;
        height: 12px;
    }

    .section-articles .section__subtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .section-articles .section__subtitle-pill {
        padding: 14px 20px;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .section-articles .section__title {
        font-size: 25px;
    }

    .section-articles .container.section__meta-container {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }

    .section-articles .section__meta {
        margin-top: 80px;
        overflow-x: auto;
        max-width: 100%;
        margin-bottom: 24px;
        scrollbar-width: none;
    }

    .section-articles .category-links {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 12px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-articles .category-link {
        font-size: 15px;
        padding: 18px;
        border-radius: 20px;
    }

    .blog-cards-container.swiper-ready .blog-cards-swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 12px !important;
        position: absolute;
    }

    .blog-cards-container.swiper-ready .blog-cards-swiper-pagination .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }

    .blog-cards-container.swiper-ready .blog-cards-swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--primary-color);
    }

    .blog-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        padding-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 24px;
    }

    .blog-cards__load_indicator {
        margin-top: 0;
    }

    .blog-card {
        width: 340px;
        height: 436px;
        min-height: 436px;
        border-radius: 30px;
        padding: 20px 24px;
    }

    .blog-card:nth-child(2n) {
        translate: 0 0;
    }

    .blog-card__title {
        font-size: 17px;
    }

    .blog-card__title * {
        font-size: 17px;
    }

    .section-footer-form {
        margin-bottom: 142px;
    }

    .section-footer-form .section__header {
        margin-bottom: 28px;
    }

    .section-footer-form .section__title {
        max-width: none;
        line-height: 0.9;
        font-size: 28px;
        margin-bottom: 12px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .section-footer-form .section__subtitle {
        font-size: 16px;
        margin-bottom: 16px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .section-footer-form .section__subtitle br {
        display: none;
    }

    .section-footer-form .section__description {
        font-size: 16px;
        line-height: 1.3;
        color: #ffffff;
        margin-bottom: 0;
        padding-left: 14px;
        padding-right: 14px;
    }

    .section-footer-form .section__description br {
        display: none;
    }

    .footer-form-content {
        gap: 117px;
    }

    .footer-contacts {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }

    .contacts-fields__title {
        font-size: 15px;
        margin-top: 23px;
        margin-bottom: 18px;
    }

    .footer-form-content__image {
        display: none;
    }

    .footer-form-content__form {
        background: #18253E;
        -webkit-box-shadow: 0px 0px 50px #04DDD0;
        box-shadow: 0px 0px 50px #04DDD0;
        border-radius: 30px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 34px 10px 12px;
        gap: 0;
    }

    .footer-form-content__form {
        width: 100%;
    }

    .footer-form-image {
        display: none;
    }

    .section-footer-contacts {
        display: none;
    }

    .section-footer-contacts-mobile {
        display: block;
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .section-footer-messengers {
        margin-top: 120px;
        margin-bottom: 100px;
    }

    .section-footer-messengers .section__header {
        margin-bottom: 24px;
    }

    .section-footer-messengers .section__subtitle {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .section-footer-messengers .section__title {
        font-size: 25px;
    }

    .section-footer-messengers .section__actions {
        gap: 12px;
    }

    .section-footer-socials {
        margin-top: 142px;
        margin-bottom: 142px;
    }

    .section-footer-socials .section__header {
        margin-bottom: 74px;
    }

    .section-footer-socials .section__title {
        font-size: 28px;
        text-align: center;
    }

    .social-cards {
        gap: 73px;
        padding-bottom: 50px;
    }

    .social-card {
        width: 255px;
        height: 310px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .social-card:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .social-card:nth-child(3n-2) {
        -webkit-transform: rotate(-7.64deg) translateX(-14px);
        -ms-transform: rotate(-7.64deg) translateX(-14px);
        transform: rotate(-7.64deg) translateX(-14px);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .social-card:nth-child(3n-1) {
        -webkit-transform: rotate(6.02deg) translateX(14px);
        -ms-transform: rotate(6.02deg) translateX(14px);
        transform: rotate(6.02deg) translateX(14px);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .social-card:nth-child(3n) {
        -webkit-transform: rotate(6.02deg) translateX(14px);
        -ms-transform: rotate(6.02deg) translateX(14px);
        transform: rotate(6.02deg) translateX(14px);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }

    .social-card__subtitle {
        left: 41px;
    }

    .social-card__title {
        font-size: 24px;
        gap: 11px;
    }

    .social-card__title img {
        width: 34px;
        height: 34px;
    }

    .social-card__title svg {
        width: 34px;
        height: 34px;
    }

    .footer-decor-2 {
        display: none;
    }

    .footer-decor-mobile-2 {
        display: block;
        position: absolute;
        width: auto;
        max-width: none;
        top: 140px;
        left: 0;
        pointer-events: none;
    }

    .section-footer-menu {
        padding-bottom: 31px;
        padding-top: 31px;
    }

    .footer__copyright {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 16px;
        text-align: center;
    }

    .footer__copyright br {
        display: none;
    }

    .footer__menu {
        display: none;
    }

    .footer__to-top-holder {
        display: none;
    }

    .section-article-header {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .section-article-header .section__header {
        margin-bottom: 68px;
    }

    .section-article-header .section__image {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        height: 366px;
        margin-bottom: 0;
        border-radius: 40px;
    }

    .section-article-header .section__title {
        font-size: 21px;
        line-height: 1.15;
        letter-spacing: -0.01em;
        margin-bottom: 26px;
    }

    .section-article-header .section__meta {
        padding: 18px 22px;
        overflow-x: auto;
        max-width: 100%;
        margin-bottom: 16px;
        scrollbar-width: none;
    }

    .section-article-header .section__excerpt {
        max-width: none;
        padding-left: 0;
        padding-top: 22px;
        margin-bottom: 70px;
        font-size: 16px;
        text-align: center;
    }

    .section-article-header .section__excerpt::after {
        left: 50%;
        translate: -50% 0;
        height: 4px;
        width: 100px;
    }

    .section-article-content {
        padding-top: 60px;
        padding-bottom: 100px;
        border-radius: 30px;
        font-size: 18px;
    }

    .section-article-content .container {
        width: 480px;
    }

    .section-article-content h1,
    .section-article-content h2,
    .section-article-content h3,
    .section-article-content h4,
    .section-article-content h5,
    .section-article-content h6 {
        margin-bottom: 15px;
    }

    .section-article-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-article-content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .section-article-content h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .section-article-content h5 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .section-article-content h6 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .section-article-content pre,
    .section-article-content blockquote,
    .section-article-content dl,
    .section-article-content figure,
    .section-article-content table,
    .section-article-content p,
    .section-article-content ul,
    .section-article-content ol,
    .section-article-content form {
        margin-bottom: 20px;
    }

    .section-article-content blockquote {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 18px;
        padding-right: 0;
        font-size: 16px;
    }

    .section-article-content blockquote::after {
        display: none;
    }

    .section-article-content blockquote cite {
        margin-top: 16px;
        font-size: 16px;
    }

    .article-image {
        margin-left: -43px;
        margin-right: -43px;
        border-radius: 25px;
        margin-bottom: 34px;
        margin-top: 34px;
    }

    .article-meta {
        width: 100%;
    }

    .article-author {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .article-author__meta {
        gap: 6px;
    }

    .article-author__name {
        font-size: 16px;
    }

    .article-author__position {
        font-size: 16px;
    }

    .article-contents__list-item {
        padding-bottom: 22px;
        margin-bottom: 20px;
    }

    .article-footer {
        font-size: 23px;
    }

    .article-footer-text-desktop {
        display: none;
    }

    .article-footer-text-mobile {
        display: inline;
    }

    .article-footer-decor-desktop {
        display: none;
    }

    .article-footer-decor-mobile {
        position: absolute;
        display: block;
        top: auto;
        left: 50%;
        translate: -45% 0;
        bottom: -255px;
    }

    .section-privacy {
        margin-top: 0;
    }

    .privacy-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .privacy-contents {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        background-color: #f5f6f7;
        padding-bottom: 32px;
        padding-top: 20px;
        top: 0;
    }

    .privacy-contents-desktop {
        display: none;
    }

    .privacy-contents-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .privacy-contents__title-desktop {
        display: none;
    }

    .privacy-contents__title-mobile {
        display: block;
    }

    .privacy-contents__title {
        font-size: 17px;
        padding-left: 24px;
        margin-bottom: 17px;
        color: var(--primary-color);
    }

    .privacy-contents__list {
        font-size: 15px;
        gap: 15px;
    }

    .privacy-contents__list-item {
        padding-left: 24px;
    }

    .privacy-content {
        font-size: 16px;
    }

    .privacy-content__body {
        background-color: #ffffff;
        border-radius: 30px 30px 0 0;
        padding: 20px;
    }

    .privacy-content__header {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #f5f6f7;
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .privacy-content__title {
        display: none;
    }

    .privacy-content__section-header {
        font-size: 20px;
        margin-top: 34px;
        margin-bottom: 12px;
    }

    .section-error-404 {
        margin-top: 40px;
        margin-bottom: 129px;
    }

    .section-error-404 .section__background {
        display: none;
    }

    .section-error-404 .section__title {
        font-size: 40px;
        margin-bottom: 28px;
    }

    .section-error-404 .section__card {
        width: 340px;
        height: 340px;
    }

    .section-about-hero {
        margin-top: 0;
        margin-bottom: 120px;
    }

    .section-about-hero .section__header {
        margin-bottom: 90px;
    }

    .section-about-hero .section__title {
        font-size: 24px;
    }

    .section-about-hero .section__subtitle {
        font-size: 15px;
        padding: 14px 20px;
        margin-bottom: 12px;
    }

    .about-hero__cards-wrapper {
        display: none;
    }

    .about-hero__card {
        min-height: 500px;
        height: 500px;
        width: 100%;
        border-radius: 30px;
        padding: 32px 30px;
    }

    .about-hero__card:nth-child(2) {
        translate: 0 0;
    }

    .about-hero-mobile__cards-wrapper {
        display: block;
    }

    .section-history {
        margin-top: 124px;
        margin-bottom: 120px;
    }

    .section-history .section__header {
        margin-bottom: 32px;
        margin-left: 0;
        text-align: center;
    }

    .section-history .section__title {
        font-size: 28px;
        line-height: 1.05;
    }

    .section-history .section__subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .history-decor {
        display: none;
    }

    .history-slider-wrapper {
        gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: -10px;
        margin-right: -10px;
    }

    .history-slider {
        height: 490px;
        min-height: 490px;
        background-color: #ffffff;
        border-radius: 30px;
        overflow: hidden;
    }

    .history-slider-slides {
        height: 490px;
        min-height: 490px;
    }

    .history-slide {
        width: 100%;
        border-radius: 30px;
        overflow: hidden;
        height: 490px;
        min-height: 490px;
    }

    .history-slide__inner {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .history-slide__image {
        width: calc(100% - 20px);
        height: 260px;
        border-radius: 30px;
        position: absolute;
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding: 10px;
        margin-bottom: 0;
    }

    .history-slide__image::after {
        display: none;
    }

    .history-slide__image img {
        border-radius: 30px;
    }

    .history-slide__content {
        margin: 0;
        height: 190px;
        height: 164px;
        margin-top: 26px;
        overflow: hidden;
        position: relative;
    }

    .history-slide__content::after {
        position: absolute;
        content: "";
        height: 26px;
        width: 100%;
        left: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), to(transparent));
        background-image: linear-gradient(to top, #ffffff 0, transparent 100%);
        z-index: 1;
        pointer-events: none;
    }

    .history-slide__description {
        font-size: 18px;
        overflow-y: auto;
        scrollbar-color: var(--link-color) transparent;
        scrollbar-width: thin;
        padding: 0 26px 26px;
    }

    .history-slide__date {
        font-size: 22px;
        margin-bottom: 12px !important;
    }

    .history-slide__year {
        display: block;
    }

    .history-navigation-slider {
        display: block;
    }

    .history-slider-navigation {
        display: none;
    }

    .history-slider-child-navigation {
        bottom: 34px;
        gap: 10px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .history-slider-mobile-hint {
        display: block;
        text-align: center;
        font-size: 16px;
        font-family: "Merriweather", sans-serif;
        font-style: italic;
        font-weight: 700;
        color: 9 EA7B7;
        margin-top: 24px;
    }

    .history-slider-mobile-hint svg {
        width: 26px;
        height: 12px;
        stroke: currentColor;
        fill: none;
    }

    .section-about-items {
        margin-top: 120px;
        margin-bottom: 120px;
    }

    .section-about-items .section__header {
        margin-left: 14px;
        margin-bottom: 24px;
    }

    .section-about-items .section__title {
        font-size: 27px;
    }

    .section-about-items .section__subtitle {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .section-about-items .section__description {
        font-size: 16px;
        margin-left: 14px;
    }

    .section-about-items .about-cards-wrapper {
        margin-left: -10px;
        margin-right: -10px;
        padding: 28px 10px 16px;
        background: #E6F0F5;
        border-radius: 30px;
        overflow-x: clip;
    }

    .section-about-items.about-items-team .section__description {
        margin-left: 14px;
        margin-bottom: 24px;
    }

    .about-cards.about-company {
        margin-top: -30px;
    }

    .about-cards.about-support {
        margin-top: -30px;
        padding-top: 0;
    }

    .about-cards .swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .about-cards.about-team .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .about-card {
        width: 377px;
        height: 377px;
        min-height: 377px;
    }

    .about-company .about-card {
        margin-top: 0;
        left: auto;
    }

    .about-company .about-card:nth-child(odd) {
        translate: -45px 0;
    }

    .about-company .about-card:nth-child(5n) {
        margin-top: 0;
        left: auto;
    }

    .about-company .about-card:nth-child(4n) {
        margin-top: 0;
        left: auto;
    }

    .about-company .about-card:nth-child(3n) {
        margin-top: 0;
        left: auto;
    }

    .about-company .about-card:nth-child(2n) {
        margin-top: 0;
        left: auto;
    }

    .about-support .about-card {
        margin-top: 0;
        left: auto;
        margin-bottom: 0;
    }

    .about-support .about-card:nth-child(odd) {
        translate: -45px 0;
    }

    .about-support .about-card:nth-child(2n) {
        margin-top: 0;
        left: auto;
    }

    .about-support .about-card:nth-child(3n) {
        margin-top: 0;
        left: auto;
    }

    .about-support .about-card:nth-child(4n) {
        margin-top: 0;
        left: auto;
    }

    .about-support .about-card:nth-child(5n) {
        margin-top: 0;
        left: auto;
    }

    .about-support .about-card:nth-child(6n) {
        margin-top: 0;
        left: auto;
    }

    .about-support .about-card:nth-child(7n) {
        margin-top: 0;
        left: auto;
    }

    .about-support .about-card:nth-child(8n) {
        margin-top: 0;
        left: auto;
    }

    .about-card__image {
        width: 270px;
        height: 270px;
    }

    .about-company .about-card:nth-child(5n) .about-card__image {
        width: 270px;
        height: 270px;
    }

    .about-company .about-card:nth-child(4n) .about-card__image {
        width: 270px;
        height: 270px;
    }

    .about-company .about-card:nth-child(3n) .about-card__image {
        width: 270px;
        height: 270px;
    }

    .about-company .about-card:nth-child(2n) .about-card__image {
        width: 270px;
        height: 270px;
    }

    .about-card__content {
        padding-left: 25px;
    }

    .about-card:nth-child(even) .about-card__content {
        padding-left: 0;
        padding-right: 25px;
    }

    .about-team .about-card__content {
        font-size: 16px;
        padding: 0 16px 24px 20px;
    }

    .about-card__title {
        font-size: 21px;
    }

    .about-card__title-value {
        font-size: 44px;
        padding-top: 8px;
    }

    .about-cards-pagination {
        display: block;
    }

    .about-cards-navigation {
        display: block;
        margin-top: 29px;
    }

    .about-cards-navigation br {
        display: none;
    }

    .section-competencies {
        margin-top: 120px;
        margin-bottom: 100px;
    }

    .section-competencies .section__header {
        margin-left: 14px;
        margin-bottom: 42px;
    }

    .section-competencies .section__title {
        font-size: 27px;
    }

    .section-competencies .section__subtitle {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .section-competencies .section__description {
        margin-left: 0;
        font-size: 16px;
        padding-bottom: 24px;
        margin-bottom: 32px;
    }

    .competencies-cards-wrapper {
        border-radius: 30px;
        padding: 28px;
        background-color: #E6F0F5;
        overflow: hidden;
        margin-left: -10px;
        margin-right: -10px;
    }

    .competencies-cards-wrapper-actions {
        display: none;
        height: auto;
        background: none;
    }

    .competencies-cards-pagination {
        display: block;
    }

    .competencies-cards {
        max-height: none;
        overflow: visible;
    }

    .competencies-cards .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
    }

    .competencies-card {
        width: 248px;
        border-left: none;
        padding: 0;
    }

    .competencies-card__image-mobile,
    .competencies-card__image {
        max-width: 248px;
    }

    .competencies-card__image {
        display: none;
    }

    .competencies-card__image-mobile {
        display: block;
    }

    .competencies-card__title {
        font-size: 17px;
    }

    .competencies-card__title br {
        display: none;
    }

    .competencies-card__value {
        font-size: 60px;
    }

    .section-video-card {
        margin-top: 110px;
        margin-bottom: 120px;
    }

    .section-video-card .section__header {
        margin-left: 14px;
        margin-bottom: 28px;
    }

    .section-video-card .section__description {
        font-size: 22px;
    }

    .video-card {
        border-radius: 35px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .video-card__video {
        padding-bottom: 138.89%;
    }

    .video-card__media {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .video-card__button {
        font-size: 27px;
    }

    .video-card__button svg {
        width: 45px;
        height: 45px;
    }

    .section-about-leader .section__header {
        margin-left: 14px;
        margin-bottom: 28px;
    }

    .section-about-leader .section__title {
        font-size: 27px;
        margin-bottom: 0;
    }

    .section-about-leader .about-leader__cards-wrapper {
        display: block;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
        border-radius: 30px;
        position: relative;
        z-index: 2;
    }

    .section-about-leader .about-leader__cards-wrapper .stacked__content {
        width: 100%;
        top: 0;
    }

    .section-about-leader .about-leader__cards-wrapper .stacked__content:nth-child(1) .about-leader-card-mobile__card {
        height: 484px;
        min-height: 484px;
    }

    .section-about-leader .about-leader__cards-wrapper .section__footer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        scrollbar-color: var(--primary-color) transparent;
        background-color: var(--link-color);
    }

    .section-about-leader .about-leader__cards-wrapper .stacked__content.bg-primary {
        background-color: var(--primary-color);
    }

    .section-about-leader .about-leader__cards-wrapper .stacked__content.bg-primary .section__footer {
        background-color: var(--primary-color);
    }

    .section-about-leader .about-leader__cards-wrapper .stacked__content.bg-primary .section__footer .section__description {
        color: #ffffff;
    }

    .section-about-leader .about-leader__cards-wrapper .stacked__content.bg-primary .section__footer .section__description .color-link {
        color: var(--link-color) !important;
    }

    .section-about-leader .about-leader__cards-wrapper .section__description {
        padding: 32px 20px;
        font-size: 16px;
        line-height: 1.25;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 {
        margin-top: 120px;
        margin-bottom: 120px;
        min-height: auto;
        max-height: none;
        height: auto;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .section__title {
        display: none;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .section__footer {
        margin-top: -40px;
        padding-top: 40px;
        border-radius: 0 0 30px 30px;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .section__description {
        padding: 20px;
        color: var(--primary-color);
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .section__description .text-accent {
        color: #ffffff !important;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .section__description .color-link {
        color: var(--primary-color) !important;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .section__description br {
        display: none;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .stacked__content {
        height: auto;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .stacked__content:nth-child(1) .about-leader-card-mobile__card {
        height: 400px;
        min-height: 400px;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .about-leader-card-mobile__card {
        height: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .about-leader-card-mobile__card-image {
        width: 100%;
        height: 100%;
        border-radius: 30px;
        overflow: hidden;
        z-index: -1;
    }

    .section-about-leader .about-leader__cards-wrapper-v2 .about-leader-card-mobile__card-image::after {
        position: absolute;
        inset: 0;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
    }

    .section-about-leader .about-leader-hero {
        height: 100%;
        margin-bottom: 120px;
        max-height: 600px;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #E6F0F5;
        border-radius: 30px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 10px;
    }

    .section-about-leader .about-leader-hero__image {
        border-radius: 30px;
        width: 100%;
        height: 380px;
    }

    .section-about-leader .about-leader-hero__description-wrapper {
        width: 100%;
        height: 200px;
        padding: 16px 0 20px;
    }

    .section-about-leader .about-leader-hero__description-wrapper::after {
        height: 70px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #E6F0F5), to(transparent));
        background-image: linear-gradient(0deg, #E6F0F5 50%, transparent 100%);
    }

    .section-about-leader .about-leader-hero__description {
        font-size: 16px;
        padding-left: 0;
        direction: ltr;
        padding-left: 14px;
        padding-right: 14px;
    }

    .section-about-leader .about-leader-hero__description-inner {
        padding-bottom: 20px;
    }

    .section-about-leader .section__title-cards-wrapper {
        margin-left: 24px;
        margin-bottom: 24px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 {
        margin-top: 120px;
        margin-bottom: 120px;
        min-height: auto;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .stacked__content {
        width: 100%;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card {
        width: 100%;
        height: 500px;
        min-height: 500%;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-decor {
        display: none;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-image {
        translate: 0 0;
        position: absolute;
        inset: 0;
        border-radius: 30px;
        overflow: hidden;
        z-index: -1;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-image::after {
        position: absolute;
        inset: 0;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description {
        position: absolute;
        inset: 0;
        translate: 0 0;
        font-size: 18px;
        color: #ffffff;
        padding: 60px 20px;
        border-radius: 30px;
        background-color: transparent;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::before,
    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::after {
        font-size: 60px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::before {
        top: 30px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .about-leader-card-mobile__card-description::after {
        bottom: -10px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__footer {
        display: block;
        border-radius: 30px;
        padding: 0;
        overflow: hidden;
        margin-top: -40px;
        padding-top: 40px;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__footer::before {
        display: none;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__footer .section__description {
        padding: 32px 24px 32px;
        font-size: 16px;
        overflow-y: auto;
        height: auto;
        scrollbar-color: var(--link-color) transparent;
    }

    .section-about-leader .about-leader__cards-wrapper-v3 .section__footer .section__description br {
        display: none;
    }

    .section-about-leader .about-leader-card-mobile__card {
        padding: 32px 30px;
        border-radius: 30px;
    }

    .section-about-leader .about-leader-card-mobile__card .about-leader-card-mobile__card-description {
        display: block;
    }

    .section-about-leader .about-leader-card-mobile__card-bg-image {
        display: none;
    }

    .section-about-leader .about-leader-card-mobile__card-image {
        overflow: hidden;
        z-index: -1;
    }

    .section-about-leader .about-leader-card-mobile__card-image::after {
        position: absolute;
        inset: 0;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
    }

    .section-about-leader .about-leader-card-mobile__card-image img.image-desktop {
        display: none;
    }

    .section-about-leader .about-leader-card-mobile__card-image img.image-mobile {
        display: block;
    }

    .section-cookies {
        width: calc(100% - 20px);
        min-height: 172px;
        left: 10px;
        right: 10px;
        padding: 24px;
    }

    .cookies__title {
        width: 100%;
        margin-bottom: 20px;
    }

    .cookies__button {
        font-size: 18px !important;
        line-height: 54px;
        height: 54px;
        background-color: #E7F1F8 !important;
        border-color: #E7F1F8 !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        min-width: 142px;
        border-radius: 15px !important;
    }

    .cookies__button:hover {
        text-decoration: none;
    }

    br.hidden-desktop {
        display: inline;
    }

    br.hidden-mobile {
        display: none;
    }

    .cursor-follower {
        zoom: 1;
    }

    .fancybox__content button[data-fancybox-close] {
        bottom: -58px;
    }

    .section-advantage-specialists {
        padding-bottom: 60px;
    }

    .header__container_mobile__nav {
        display: block;
    }

    .header__mobile_nav {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        padding: 12px 0;
        margin-top: -18px;
    }

    .header__go_home,
    .header__go_catalog {
        margin: unset;
        padding: 0;
        width: 100%;
    }

    .header__go_home:before,
    .header__go_catalog:after {
        display: none;
    }

    .header__go_home a {
        color: #A9B8D3;
    }

    .header__go_home a,
    .header__go_catalog a {
        font-size: 16px;
        line-height: 16px;
        width: 100%;
        text-align: center;
        padding: 21px 25px;
        background: #ffffff;
        border-radius: 12px;
        -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.01);
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.01);
        display: block;
    }

    .advantage-specialists .banner-slider {
        min-height: 520px;
        border-radius: 12px;
    }

    .advantage-specialists .banner-slide {
        min-height: 520px;
    }

    .advantage-specialists .banner-slide__inner {
        padding: 20px 25px 25px;
    }

    .advantage-specialists .banner-slider-pagination-top {
        font-size: 17px;
        line-height: 21px;
    }

    .advantage-specialists .banner-slider-pagination-top .swiper-slide {
        padding: 13px 20px;
    }

    .advantage-specialists .banner-slide__title {
        font-size: 24px;
        line-height: 26.2px;
        margin-bottom: 15px;
    }

    .advantage-specialists .banner-slide__description {
        font-size: 17px;
        line-height: 22.25px;
    }

    .section-specialists-list {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .specialists-list-quote {
        align-items: center;
        text-align: center;
        gap: 24px;
        font-size: 31px;
        line-height: 33px;
    }

    .specialists-list-quote .heart {
        padding: 15px 13px;
    }

    .specialists-list-quote .heart img {
        width: 37px;
        height: 34px;
    }

    .specialists-list {
        gap: 16px;
    }

    .specialists-item {
        width: 100%;
        max-width: 100%;
        padding: 28px 20px 20px;
        font-size: 17px;
        line-height: 16.25px;
    }

    .specialists-item .name {
        font-size: 32px;
        line-height: 30.5px;
        margin-bottom: 10px;
    }

    .specialists-item .areas_work {
        margin-bottom: 20px;
    }

    .specialists-item .areas_work p {
        margin-bottom: 8px;
    }

    .specialists-item .areas_work ul {
        gap: 4px;
    }

    .specialists-item .bottom-bar .photo {
        border-radius: 12px;
        width: 145px;
        height: 145px;
    }

    .specialists-item .bottom-bar a {
        border-radius: 12px;
        font-size: 17px;
        line-height: 16.25px;
    }

    .section-faq .section__title {
        flex-direction: column;
        gap: 0;
        font-size: 42px;
        line-height: 42.51px;
        margin-bottom: 24px;
    }

    .section-faq .section__title span:first-of-type {
        color: #AAB9D3;
    }

    .section-faq .section__title span:last-of-type {
        margin-left: 49px;
    }

    .section-faq .section__title span:last-of-type:before {
        content: '';
        position: absolute;
        top: 0;
        left: -49px;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 48px;
        display: inline-block;
        background: linear-gradient(90deg, rgba(4, 242, 227, 0) 0%, #04F2E3 100%);
    }

    .specialist-content .sidebar {
        display: none;
    }

    .specialist-content .info .main_info {
        flex-direction: column;
        gap: 0;
    }

    .specialist-content .info .main_info .photo {
        width: 100%;
        height: auto;
        max-height: 340px;
        border-radius: 12px;
    }

    .specialist-content .info .main_info .description {
        border-radius: 0 0 12px 12px;
        padding: 46px 20px 25px;
        margin-top: -28px;
        z-index: -1;
    }

    .specialist-content .info .main_info .description .name {
        font-size: 23px;
        line-height: 24.15px;
        margin-bottom: 16px;
        order: 1;
    }

    .specialist-content .info .main_info .description .position,
    .specialist-content .info .main_info .description .start_date {
        font-size: 16px;
        line-height: 19.2px;
    }

    .specialist-content .info .main_info .description .start_date {
        order: 2;
        margin-bottom: 10px;
    }

    .specialist-content .info .main_info .description .position {
        color: #8997B0;
        order: 3;
        margin-bottom: 0;
    }

    .specialist-content .info .general_block {
        padding: 20px;
        border-radius: 12px;
    }

    .specialist-content .info .block_philosophy ul {
        margin: 0 0 33px 0;
    }

    .specialist-content .info .block_philosophy ul li {
        font-size: 16px;
        line-height: 15px;
        padding: 10px 8px;
        border-radius: 12px;
    }

    .specialist-content .info .general_block .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 22px;
    }

    .specialist-content .info .education_item .degree,
    .specialist-content .info .education_item .institution {
        font-size: 16px;
        line-height: 20px;
    }

    .specialist-content .info .education_item .date {
        font-size: 14px;
        line-height: 19px;
    }

    .specialist-content .info .education_item .institution,
    .specialist-content .info .education_item .date,
    .specialist-content .info .general_block .additional__education_title,
    .specialist-content .info .general_block ul.general_list,
    .specialist-content .info .general_block .general_text,
    .specialist-content .info .general_block .general_text ul,
    .specialist-content .info .reviews_item .text,
    .specialist-content .info .reviews_item .name {
        color: #8997B0;
    }

    .specialist-content .info .general__education_list .education_item:first-of-type {
        padding: 0 0 17px;
    }

    .specialist-content .info .general__education_list .education_item {
        padding: 17px 0;
    }

    .specialist-content .info .general__education_list .education_item:last-of-type {
        padding: 17px 0 12px;
    }

    .specialist-content .info .general_block ul.general_list {
        gap: 10px;
        padding-left: 20px;
    }

    .specialist-content .info .general_block .general_text,
    .specialist-content .info .general_block .general_text ul {
        gap: 12px;
    }

    .specialist-content .info .reviews_item:first-of-type {
        padding: 0 0 16px;
    }

    .specialist-content .info .reviews_item {
        padding: 16px 0;
        gap: 16px;
    }

    .specialist-content .info .reviews_item:last-of-type {
        padding: 16px 0 0;
    }

    .specialist-content .info .reviews_item .text:before {
        display: none;
    }

    .specialist-content .info .spec_show_more {
        font-size: 15px;
        line-height: 18px;
        padding: 20px 74px;
        margin: 0 auto 8px;
    }

    .mob_nav {
        display: flex;
    }

    .to-top_spec {
        margin-bottom: 39px;
    }

    .single-specialists .to-top_spec {
        margin-bottom: 150px;
    }
}

@media (max-width: 850px) {
    .popup-box {
        min-width: 290px;
        width: 290px;
    }

    .alignleft,
    .alignright {
        max-width: 30%;
    }
}

@media (max-width: 768px) {

    .alignleft,
    .alignright {
        max-width: 50%;
    }

    .boxed-tabs .tabs-list-wrapper {
        border-radius: 1rem;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .boxed-tabs .tabs-list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .boxed-tabs .tabs-list__item {
        font-size: 12px;
        line-height: 38px;
        height: 38px;
    }

    .breadcrumbs ul {
        gap: 5px 15px;
    }

    .breadcrumbs ul li::after {
        right: -7px;
    }
}

@media (max-width: 576px) {

    .alignleft,
    .alignright {
        max-width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .container {
        width: auto;
        max-width: none;
        margin-left: 10px;
        margin-right: 10px;
    }

    .boxed-tabs .tabs-list__item {
        width: 100%;
    }

    .docs-tabs .tabs-list__item {
        width: 100%;
    }

    .section-service-cta .container {
        margin-left: 0;
        margin-right: 0;
    }

    .section-service-cta.service-cards .container {
        width: 100%;
    }

    .section-articles .container.section__meta-container {
        margin-left: 0;
        margin-right: 0;
    }

    .section-article-content .container {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }

    .article-image {
        margin-left: -10px;
        margin-right: -10px;
    }

    .section-privacy .container {
        margin-left: 0;
        margin-right: 0;
    }

    .section-error-404 .section__card {
        width: 100%;
        aspect-ratio: 1/1;
    }

    .mob_nav .button_sidebar {
        padding: 23px 60px 22px 15px;
    }

    .mob_nav .button_sidebar.prev_resume {
        padding: 23px 15px 22px 60px;
    }

    .mob_nav .button_sidebar:only-of-type {
        padding: 23px 60px 22px 60px;
    }
}

@media (max-width: 480px) {
    .docs-tabs .tabs-list-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 340px) {
    .service-card {
        width: 100%;
    }
}

@media (min-width: 1366.01px) and (max-width: 1920px) {
    body {
        zoom: 0.92;
    }

    .section-support-cta {
        min-height: 108.696 dvh;
    }

    .cursor-follower {
        zoom: 1.08696;
    }
}