/*! 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* 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;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}

/**
   * Swiper 8.4.7
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2023 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: January 30, 2023
   */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.suggestions-container {
    position: absolute;
    z-index: 10;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    max-height: 200px;
    width: 250px;
    overflow-y: auto;
    display: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.suggestions-container.visible {
    display: block;
    opacity: 1;
}

.suggestions-container div {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestions-container div:hover {
    background-color: #f0f0f0;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

/*!
   * OverlayScrollbars
   * Version: 2.2.1
   *
   * Copyright (c) Rene Haas | KingSora.
   * https://github.com/KingSora
   *
   * Released under the MIT license.
   */
.os-size-observer,
.os-size-observer-listener {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: inherit;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

.os-size-observer {
    border: inherit;
    bottom: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    contain: strict;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 0;
    margin: -133px;
    padding: inherit;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    z-index: -1;
}

.os-size-observer:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 10px;
    padding: 10px;
    width: 10px;
}

.os-size-observer-appear {
    -webkit-animation: os-size-observer-appear-animation 1ms forwards;
    animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
    border: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: -133px;
    padding: inherit;
    position: relative;
    -webkit-transform: scale(10);
    transform: scale(10);
}

.os-size-observer-listener.ltr {
    margin-left: 0;
    margin-right: -266px;
}

.os-size-observer-listener.rtl {
    margin-left: -266px;
    margin-right: 0;
}

.os-size-observer-listener:empty:before {
    content: "";
    height: 100%;
    width: 100%;
}

.os-size-observer-listener:empty:before,
.os-size-observer-listener>.os-size-observer-listener-item {
    border: inherit;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: inherit;
    position: relative;
}

.os-size-observer-listener-scroll {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.os-size-observer-listener-item {
    bottom: 0;
    direction: ltr;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    right: 0;
}

.os-size-observer-listener-item-final {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@-webkit-keyframes os-size-observer-appear-animation {
    0% {
        cursor: auto;
    }

    to {
        cursor: none;
    }
}

@keyframes os-size-observer-appear-animation {
    0% {
        cursor: auto;
    }

    to {
        cursor: none;
    }
}

.os-trinsic-observer {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    contain: strict;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 0;
    margin: 0;
    max-height: 1px;
    max-width: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: calc(100% + 1px);
    z-index: -1;
}

.os-trinsic-observer:not(:empty) {
    height: calc(100% + 1px);
    top: -1px;
}

.os-trinsic-observer:not(:empty)>.os-size-observer {
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
    width: 1000%;
}

.os-environment {
    --os-custom-prop: -1;
    height: 200px;
    opacity: 0;
    overflow: scroll;
    position: fixed;
    visibility: hidden;
    width: 200px;
    z-index: var(--os-custom-prop);
}

.os-environment div {
    height: 200%;
    margin: 10px 0;
    width: 200%;
}

.os-environment.os-environment-flexbox-glue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto;
    min-height: 200px;
    min-width: 200px;
    width: auto;
}

.os-environment.os-environment-flexbox-glue div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: auto;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.os-environment.os-environment-flexbox-glue-max {
    max-height: 200px;
}

.os-environment.os-environment-flexbox-glue-max div {
    overflow: visible;
}

.os-environment.os-environment-flexbox-glue-max div:before {
    content: "";
    display: block;
    height: 999px;
    width: 999px;
}

.os-environment,
[data-overlayscrollbars-viewport] {
    -ms-overflow-style: scrollbar !important;
}

.os-scrollbar-hidden.os-environment,
[data-overlayscrollbars-initialize],
[data-overlayscrollbars-viewport~=scrollbarHidden],
[data-overlayscrollbars~=scrollbarHidden] {
    scrollbar-width: none !important;
}

.os-scrollbar-hidden.os-environment::-webkit-scrollbar,
.os-scrollbar-hidden.os-environment::-webkit-scrollbar-corner,
[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

[data-overlayscrollbars-initialize] {
    overflow: auto;
}

html.os-scrollbar-hidden,
html.os-scrollbar-hidden>body,
html[data-overlayscrollbars] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    width: 100%;
}

html[data-overlayscrollbars]>body {
    overflow: visible;
}

[data-overlayscrollbars~=host] {
    position: relative;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars~=host] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
    border: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
    height: auto;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

[data-overlayscrollbars-viewport] {
    --os-vaw: 0;
    --os-vah: 0;
}

[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]:before {
    content: "";
    height: var(--os-vah);
    min-height: 1px;
    min-width: 1px;
    pointer-events: none;
    position: absolute;
    width: var(--os-vaw);
    z-index: -1;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport],
[data-overlayscrollbars~=host],
[data-overlayscrollbars~=viewport] {
    overflow: hidden;
}

[data-overlayscrollbars-padding~=overflowVisible],
[data-overlayscrollbars-viewport~=overflowVisible],
[data-overlayscrollbars~=overflowVisible] {
    overflow: visible;
}

[data-overlayscrollbars-overflow-x=hidden] {
    overflow-x: hidden;
}

[data-overlayscrollbars-overflow-x=scroll] {
    overflow-x: scroll;
}

[data-overlayscrollbars-overflow-x=hidden] {
    overflow-y: hidden;
}

[data-overlayscrollbars-overflow-y=scroll] {
    overflow-y: scroll;
}

[data-overlayscrollbars~=scrollbarPressed],
[data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport] {
    scroll-behavior: auto !important;
}

[data-overlayscrollbars-content] {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
    display: grid;
    grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding],
[data-overlayscrollbars-grid]>[data-overlayscrollbars-padding]>[data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid]>[data-overlayscrollbars-viewport] {
    height: auto !important;
    width: auto !important;
}

.os-scrollbar {
    contain: size layout;
    contain: size layout style;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
    -o-transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
    transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
    visibility: hidden;
}

body>.os-scrollbar {
    position: fixed;
    z-index: 99999;
}

.os-scrollbar-transitionless {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.os-scrollbar-track {
    border: none !important;
    direction: ltr !important;
    padding: 0 !important;
    position: relative;
}

.os-scrollbar-handle {
    position: absolute;
}

.os-scrollbar-handle,
.os-scrollbar-track {
    height: 100%;
    pointer-events: none;
    width: 100%;
}

.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle,
.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track {
    pointer-events: auto;
    -ms-touch-action: none;
    touch-action: none;
}

.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}

.os-scrollbar-vertical {
    right: 0;
    top: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
    right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
    left: 0;
    right: auto;
}

.os-scrollbar-interaction.os-scrollbar-visible,
.os-scrollbar-visible {
    opacity: 1;
    visibility: visible;
}

.os-scrollbar-auto-hidden {
    opacity: 0;
    visibility: hidden;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
    pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
    bottom: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
    right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
    left: 0;
    right: auto;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
    left: 0;
    right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
    bottom: 0;
    top: 0;
}

.os-scrollbar {
    --os-size: 0;
    --os-padding-perpendicular: 0;
    --os-padding-axis: 0;
    --os-track-border-radius: 0;
    --os-track-bg: none;
    --os-track-bg-hover: none;
    --os-track-bg-active: none;
    --os-track-border: none;
    --os-track-border-hover: none;
    --os-track-border-active: none;
    --os-handle-border-radius: 0;
    --os-handle-bg: none;
    --os-handle-bg-hover: none;
    --os-handle-bg-active: none;
    --os-handle-border: none;
    --os-handle-border-hover: none;
    --os-handle-border-active: none;
    --os-handle-min-size: 33px;
    --os-handle-max-size: none;
    --os-handle-perpendicular-size: 100%;
    --os-handle-perpendicular-size-hover: 100%;
    --os-handle-perpendicular-size-active: 100%;
    --os-handle-interactive-area-offset: 0;
}

.os-scrollbar .os-scrollbar-track {
    background: var(--os-track-bg);
    border: var(--os-track-border);
    border-radius: var(--os-track-border-radius);
    -webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
    -o-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
    transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}

.os-scrollbar .os-scrollbar-track:hover {
    background: var(--os-track-bg-hover);
    border: var(--os-track-border-hover);
}

.os-scrollbar .os-scrollbar-track:active {
    background: var(--os-track-bg-active);
    border: var(--os-track-border-active);
}

.os-scrollbar .os-scrollbar-handle {
    background: var(--os-handle-bg);
    border: var(--os-handle-border);
    border-radius: var(--os-handle-border-radius);
}

.os-scrollbar .os-scrollbar-handle:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.os-scrollbar .os-scrollbar-handle:hover {
    background: var(--os-handle-bg-hover);
    border: var(--os-handle-border-hover);
}

.os-scrollbar .os-scrollbar-handle:active {
    background: var(--os-handle-bg-active);
    border: var(--os-handle-border-active);
}

.os-scrollbar-horizontal {
    height: var(--os-size);
    padding: var(--os-padding-perpendicular) var(--os-padding-axis);
    right: var(--os-size);
}

.os-scrollbar-horizontal.os-scrollbar-rtl {
    left: var(--os-size);
    right: 0;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
    height: var(--os-handle-perpendicular-size);
    max-width: var(--os-handle-max-size);
    min-width: var(--os-handle-min-size);
    -webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
    -o-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
    transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}

.os-scrollbar-horizontal .os-scrollbar-handle:before {
    bottom: calc(var(--os-padding-perpendicular)*-1);
    top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);
}

.os-scrollbar-horizontal:hover .os-scrollbar-handle {
    height: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-horizontal:active .os-scrollbar-handle {
    height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
    bottom: var(--os-size);
    padding: var(--os-padding-axis) var(--os-padding-perpendicular);
    width: var(--os-size);
}

.os-scrollbar-vertical .os-scrollbar-handle {
    max-height: var(--os-handle-max-size);
    min-height: var(--os-handle-min-size);
    -webkit-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
    -o-transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
    transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
    width: var(--os-handle-perpendicular-size);
}

.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);
    right: calc(var(--os-padding-perpendicular)*-1);
}

.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
    left: calc(var(--os-padding-perpendicular)*-1);
    right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset))*-1);
}

.os-scrollbar-vertical:hover .os-scrollbar-handle {
    width: var(--os-handle-perpendicular-size-hover);
}

.os-scrollbar-vertical:active .os-scrollbar-handle {
    width: var(--os-handle-perpendicular-size-active);
}

.os-theme-none.os-scrollbar,
[data-overlayscrollbars~=updating]>.os-scrollbar {
    display: none !important;
}

.os-theme-dark,
.os-theme-light {
    --os-size: 10px;
    --os-padding-perpendicular: 2px;
    --os-padding-axis: 2px;
    --os-track-border-radius: 10px;
    --os-handle-interactive-area-offset: 4px;
    --os-handle-border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.os-theme-dark {
    --os-handle-bg: rgba(0, 0, 0, .44);
    --os-handle-bg-hover: rgba(0, 0, 0, .55);
    --os-handle-bg-active: rgba(0, 0, 0, .66);
}

.os-theme-light {
    --os-handle-bg: hsla(0, 0%, 100%, .44);
    --os-handle-bg-hover: hsla(0, 0%, 100%, .55);
    --os-handle-bg-active: hsla(0, 0%, 100%, .66);
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle,
.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-track,
.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle,
.os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-track {
    border-radius: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal,
.os-no-css-vars.os-theme-light.os-scrollbar-horizontal {
    height: 10px;
    padding: 2px;
    right: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal.os-scrollbar-rtl,
.os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl {
    left: 10px;
    right: 0;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle,
.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle {
    max-width: none;
    min-width: 33px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before {
    bottom: -2px;
    top: -6px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical,
.os-no-css-vars.os-theme-light.os-scrollbar-vertical {
    bottom: 10px;
    padding: 2px;
    width: 10px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle,
.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle {
    max-height: none;
    min-height: 33px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px;
}

.os-no-css-vars.os-theme-dark.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before,
.os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
    left: -2px;
    right: -6px;
}

.os-no-css-vars.os-theme-dark .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.44);
}

.os-no-css-vars.os-theme-dark:hover .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.55);
}

.os-no-css-vars.os-theme-dark:active .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.66);
}

.os-no-css-vars.os-theme-light .os-scrollbar-handle {
    background: hsla(0, 0%, 100%, 0.44);
}

.os-no-css-vars.os-theme-light:hover .os-scrollbar-handle {
    background: hsla(0, 0%, 100%, 0.55);
}

.os-no-css-vars.os-theme-light:active .os-scrollbar-handle {
    background: hsla(0, 0%, 100%, 0.66);
}

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

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

html,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #2d1448;
    background-color: #ffffff;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

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

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

html.lenis {
    height: auto;
}

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

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

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

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

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.container {
    max-width: 1280px;
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
    margin: 0 auto;
}

.vertical-scroll {
    min-height: 100vh;
    z-index: 1;
    position: relative;
}

.horizontal-scroll {
    z-index: 1;
    position: relative;
}

.header {
    height: 73px;
}

.header__container {
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__logo {
    display: inline-block;
    width: 93px;
    height: 30px;
}

.header__logo img {
    width: 93px;
    height: 30px;
}

.header__burger {
    display: none;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav__item {
    padding: 29px;
}

.nav__item .nav__link {
    font-size: 14px;
    line-height: 18px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav__item .nav__link:hover,
.nav__item .nav__link:active {
    opacity: 0.7;
}

.nav__item:last-child {
    padding-right: 0;
}

.nav__buttom {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    border: 1px solid #2d1448;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 36px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav__buttom:focus {
    outline: none;
}

.nav__buttom:hover,
.nav__buttom:active {
    opacity: 0.7;
}

.promo {
    height: 578px;
    border-radius: 28px 28px 0 0;
    background-color: #9060c3;
    overflow: hidden;
    position: relative;
}

.promo__swiper {
    height: 578px;
    overflow: hidden;
}

.promo__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 1280px;
    padding: 0 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.promo__text-content {
    padding: 81px 0 60px;
    position: relative;
    width: 100%;
    border-radius: 28px 0 0 0;
}

.promo__swiper .swiper-slide-active .promo__wrapper-content--1::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -170px;
    background-image: url("../img/promo-element-purple-dark.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 534px;
    height: 534px;
}

.promo__swiper .swiper-slide-active .promo__wrapper-content--1::after {
    content: "";
    position: absolute;
    bottom: -246px;
    left: 26%;
    width: 463px;
    height: 463px;
    background-image: url("../img/promo-element-mint.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.promo__swiper .swiper-slide-active .promo__wrapper-content--2::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -170px;
    background-image: url("../img/promo-element-2-mint.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 494px;
    height: 463px;
}

.promo__swiper .swiper-slide-active .promo__wrapper-content--2::after {
    content: "";
    position: absolute;
    bottom: -207px;
    left: 26%;
    width: 534px;
    height: 431px;
    background-image: url("../img/promo-element-2-purple-dark.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.promo__title {
    font-weight: 700;
    font-size: 100px;
    line-height: 95%;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    max-width: 50%;
    margin-bottom: 33px;
}

.promo__description {
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    max-width: 50%;
    margin-bottom: 41px;
}

.promo__link {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: transparent;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 18px 74px;
    cursor: pointer;
    display: inline-block;
    line-height: 17px;
}

.promo__link:focus {
    outline: none;
}

.promo__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.promo__link:active {
    background-color: #ffffff;
    color: #2d1448;
}

.promo__text-img {
    position: absolute;
    right: -119px;
    top: 0;
    display: none;
    z-index: 1;
}

.promo__text-img picture,
.promo__text-img img {
    display: block;
    width: 822px;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.promo__swiper .swiper-slide-active .promo__text-img {
    display: block;
}

.promo__pagination {
    position: absolute;
    bottom: 76px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    z-index: 2;
}

.promo__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.4;
    margin: 0 10px;
}

.promo__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.info {
    background-color: transparent;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

.info__container {
    background-color: #96d7e3;
    border-radius: 28px 28px 0 0;
    padding-top: 61px;
    height: 565px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info__swiper {
    background-color: #ffffff;
    border-radius: 28px 28px 0 0;
    padding: 146px 75px 172px;
    height: 505px;
    width: 100%;
    cursor: pointer;
}

.info__slide {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.info__swiper .swiper-slide-active {
    opacity: 1;
}

.info__element {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.info__element .info__img-left {
    position: absolute;
    width: 234px;
    height: 248px;
    z-index: 2;
    top: 63px;
    left: 56px;
}

.info__element .info__img-right {
    position: absolute;
    width: 220px;
    height: 281px;
    bottom: -17px;
    right: 71px;
    z-index: 2;
}

.info__title {
    margin: 0;
    text-align: center;
    font-size: 80px;
    line-height: 110%;
    margin-bottom: 29px;
}

.info__description {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    max-width: 713px;
    margin: 0 auto;
}

.info__pagination {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    z-index: 2;
}

.info__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #96d7e3;
    opacity: 0.4;
    margin: 0 10px;
}

.info__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.emerge {
    border-radius: 31px 31px 0 0;
    background-color: #96d7e3;
    padding-top: 74px;
    padding-bottom: 138px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.emerge::before {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/emerge-element-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: -80%;
    right: -25%;
}

.emerge::after {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/emerge-element-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 33%;
    left: -13%;
}

.emerge__title {
    text-align: center;
    margin: 0;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.emerge__title sup {
    font-size: 12px;
    top: -24px;
}

.emerge__list {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    position: relative;
    z-index: 1;
}

.emerge__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 26%;
}

.emerge__item img {
    width: 100px;
    height: 100px;
}

.emerge__item p {
    margin: 0;
    padding: 20px 14px;
    line-height: 22px;
}

.appear {
    background: #96d7e3;
    margin-top: -23px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 28px 28px 0 0;
}

.appear__bg {
    background: #9060c3;
    border-radius: 28px 28px 0 0;
    position: relative;
    overflow: hidden;
}

.appear__conatiner {
    position: relative;
    overflow: hidden;
    padding: 75px 75px 114px;
}

.appear__title {
    position: relative;
    margin: 0 auto;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.appear__title .appear__br-mobile {
    display: none;
}

.appear__text {
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    max-width: 789px;
    margin-bottom: 67px;
    z-index: 1;
}

.appear__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 66px;
    z-index: 1;
    position: relative;
}

.appear__wrapp-img {
    position: relative;
    width: 304px;
    height: 284px;
    overflow: hidden;
    border-radius: 10px;
}

.appear__wrapp-img .appear__img {
    display: block;
    border-radius: 10px;
    width: 304px;
    height: 284px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: scale 0.5s ease-in-out;
    -o-transition: scale 0.5s ease-in-out;
    transition: scale 0.5s ease-in-out;
}

.appear__wrapp-img .appear__element {
    position: absolute;
    width: 75px;
    height: 72px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: scale 0.5s ease-in-out;
    -o-transition: scale 0.5s ease-in-out;
    transition: scale 0.5s ease-in-out;
}

.appear__block {
    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: #ffffff;
    border-radius: 10px;
    padding: 40px 30px 30px;
    height: 557px;
    max-width: 32%;
    width: 100%;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.appear__block:nth-child(1) .appear__element {
    right: 9px;
    bottom: 12px;
}

.appear__block:nth-child(2) .appear__element {
    left: 14px;
    bottom: 12px;
}

.appear__block:nth-child(3) .appear__element {
    right: 14px;
    top: 13px;
}

.appear__block:hover .appear__img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.appear__block:hover .appear__element {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.appear__caption {
    margin: 0;
    margin-bottom: 21px;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
}

.appear__descriprtion {
    margin: 0;
}

.degree {
    position: relative;
    z-index: 1;
}

.degree__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ffffff;
    padding: 30px 55px 24px 21px;
}

.degree__item:nth-last-child(1) {
    padding-bottom: 0;
}

.degree__item h3 {
    margin: 0;
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
}

.degree__item p {
    margin: 0;
    max-width: 480px;
    color: #ffffff;
}

.appear__before {
    position: absolute;
}

.appear__before--1 {
    width: 534px;
    height: 534px;
    top: 0;
    right: -261px;
    background-image: url("../img/appear-before-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.appear__before--2 {
    width: 245px;
    height: 245px;
    top: 720px;
    right: 20px;
    background-image: url("../img/appear-before-2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.appear__before--3 {
    width: 717px;
    height: 717px;
    left: -298px;
    top: 67%;
    background-image: url("../img/appear-before-3.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.appear__before--4 {
    width: 717px;
    height: 717px;
    background-image: url("../img/appear-before-4.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 78%;
    left: 124px;
}

.statistics {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    width: 100vw;
    border-radius: 28px 28px 0 0;
    position: relative;
    overflow-x: hidden;
}

.statistics__container {
    width: 100%;
    margin: auto;
    padding: 132px 0 94px;
    padding-left: 100px;
    margin-top: -22px;
    padding-left: 0;
}

.statistics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: calc((100vw - 1129px) / 2);
    padding-right: calc((100vw - 1129px) / 2);
    padding-bottom: 40px;
}

.os-scrollbar {
    --os-size: 18px;
    --os-track-bg: rgba(#9060c3, 0.3);
    --os-track-bg-hover: rgba(#9060c3, 0.3);
    --os-track-bg-active: rgba(#9060c3, 0.3);
    --os-track-border-radius: 14px;
    --os-handle-max-size: 18%;
    --os-handle-bg: #9060c3;
    --os-handle-bg-hover: #9060c3;
    --os-handle-bg-active: #9060c3;
}

.os-scrollbar .os-scrollbar-track {
    background: rgba(144, 96, 195, 0.3);
    left: calc((100vw - 1129px) / 2);
    width: 90%;
}

.os-scrollbar .os-scrollbar-track:hover {
    background: rgba(144, 96, 195, 0.3);
}

.os-scrollbar-horizontal {
    padding-right: calc((100vw - 1129px) / 2);
}

.statistics__item {
    margin-right: 150px;
    max-width: 486px;
    width: 100%;
}

.statistics__item:nth-last-child(1) {
    margin-right: 0;
}

.statistics__item:nth-last-child(1) .statistics__text {
    width: 486px;
}

.statistics__img {
    width: 188px;
    height: 74px;
    margin-bottom: 32px;
}

.statistics__title {
    font-weight: 700;
    font-size: 140px;
    line-height: 100px;
    margin: 0;
    color: #2d1448;
    display: block;
    white-space: nowrap;
    margin-bottom: 20px;
}

.statistics__text {
    font-size: 18px;
    line-height: 23px;
    color: #2d1448;
    margin: 0;
    max-width: 486px;
    width: 100%;
}

.therapy {
    background: #96d7e3;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    position: relative;
}

.therapy::before {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/therapy-element-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: -74%;
    left: -13%;
}

.therapy::after {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/therapy-element-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 63%;
    right: -28%;
}

.therapy__container {
    padding: 0 0 112px 75px;
}

.therapy__swiper {
    padding: 240px 0 0;
    position: relative;
    min-width: 1415px;
    z-index: 2;
}

.therapy__wrapper {
    margin-left: -430px;
}

.therapy__title {
    position: absolute;
    top: 99px;
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
}

.therapy__slide {
    height: 325px !important;
    width: 267px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 29px 17px 53px 35px;
}

.therapy__slide img {
    width: 79px;
    height: 79px;
    margin-bottom: 92px;
}

.therapy__caption {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.therapy__description {
    display: none;
}

.therapy__swiper .swiper-slide {
    width: 554px;
    padding: 29px 17px 53px 44px;
}

.therapy__swiper .swiper-slide img {
    margin-bottom: 22px;
}

.therapy__swiper .swiper-slide .therapy__caption {
    margin-bottom: 7px;
}

.therapy__swiper .swiper-slide .therapy__caption br {
    display: none;
}

.therapy__swiper .swiper-slide .therapy__description {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
}

.therapy__wrapper-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: 20%;
    position: absolute;
    top: 110px;
    width: 88px;
    z-index: 1;
}

.therapy__arrow-prev,
.therapy__arrow-next {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #2D1448;
    border-radius: 0 5px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px 13px 13px;
}

.therapy__arrow-prev svg,
.therapy__arrow-next svg {
    width: 14px;
    height: 19px;
}

.therapy__arrow-prev:hover,
.therapy__arrow-prev:active,
.therapy__arrow-next:hover,
.therapy__arrow-next:active {
    opacity: 0.6;
}

.therapy__wrapper-arrow .swiper-button-disabled svg {
    opacity: 0.3;
}

.therapy__arrow-prev {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.maps {
    margin-top: -20px;
    padding-top: 110px;
    background-color: #ffffff;
    padding-bottom: 110px;
    position: relative;
    border-radius: 28px 28px 0 0;
}

.maps__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 68px;
}

.maps__left h2 {
    font-size: 50px;
    line-height: 110%;
    font-weight: 700;
    margin: 0;
    margin-bottom: 31px;
}

.maps__left p {
    margin: 0;
    font-size: 18px;
    max-width: 290px;
    margin-bottom: 90px;
}

.maps__left #search {
    position: relative;
    color: #2d1448;
    border: none;
    cursor: pointer;
    border-bottom: 1px solid #2d1448;
    background: transparent;
    outline: none;
    background: none;
    width: 316px;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 7px;
    margin-bottom: 48px;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    background-size: 6%;
    background-position: 98%;
    border-radius: 0;
}

.maps__left #search::-webkit-input-placeholder {
    color: rgba(45, 20, 72, 0.5);
    font-size: 22px;
}

.maps__left #search::-moz-placeholder {
    color: rgba(45, 20, 72, 0.5);
    font-size: 22px;
}

.maps__left #search:-ms-input-placeholder {
    color: rgba(45, 20, 72, 0.5);
    font-size: 22px;
}

.maps__left #search::-ms-input-placeholder {
    color: rgba(45, 20, 72, 0.5);
    font-size: 22px;
}

.maps__left #search::placeholder {
    color: rgba(45, 20, 72, 0.5);
    font-size: 22px;
}

.maps__left #search-button {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    background-color: #9060c3;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 18px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    width: 316px;
}

.maps__left #search-button:focus {
    outline: none;
}

.maps__left #search-button:hover {
    background-color: #c89af9;
}

.maps__left #search-button:active {
    background-color: #5d209d;
}

.maps__right {
    width: 747px;
    height: 473px;
    border-radius: 10px;
}

.maps__right .ymaps-2-1-79-inner-panes {
    border-radius: 10px;
}

.footer {
    padding: 48px 0 57px;
    border-radius: 28px 28px 0 0;
    background-color: #F2F3F9;
    position: relative;
    z-index: 1;
}

.footer__disclaimer {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer__disclaimer img {
    width: 100%;
    height: 56px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 5px;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 45px;
    padding-bottom: 28px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo-acnenet {
    display: block;
    padding-left: 5px;
}

.footer__logo-acnenet img {
    width: 93px;
    height: 26px;
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 58px;

}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 52px;
}

.footer__link {
    font-size: 12px;
    line-height: 27px;
    color: #2d1448;
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.footer__link:hover {
    opacity: 0.6;
}

.footer__logo-galderma {
    display: block;
    width: 142px;
    height: 33px;
    margin-right: 237px;
}

.footer__text {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    color: #2d1448;
    margin-bottom: 5px;
}

.footer__sources {
    padding-left: 4px;
    max-width: 966px;
}

.footer__sources p {
    margin: 0;
    color: rgba(73, 74, 81, 0.5);
    font-size: 12px;
    line-height: 18px;
}

.footer__sources p a {
    text-decoration: underline;
}

.cookie {
    padding: 60px 0 60px;
}

.cookie h1 {
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    margin-top: 0;
}

.cookie h2 {
    font-size: 34px;
    line-height: 44px;
}

.cookie p {
    font-size: 18px;
}

.cookie table {
    border-spacing: 0;
    border: 0.5px solid #2d1448;
    margin-bottom: 1em;
    border-radius: 5px;
}

.cookie tr,
.cookie td {
    margin: 0;
    padding: 0;
    border: 0.5px solid #2d1448;
}

.cookie td {
    padding: 10px;
}

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

.cookie ul {
    padding: 0 0 0 30px;
}

.cookie a {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.cookie a:hover {
    opacity: 0.6;
}

.agreement {
    padding: 60px 0 60px;
}

.agreement h1 {
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    margin-top: 0;
}

.agreement h2 {
    font-size: 34px;
    line-height: 44px;
}

.agreement p,
.agreement li {
    font-size: 18px;
}

.agreement li {
    list-style-type: none;
    padding: 0 0 5px;
}

.agreement li:last-child {
    padding: 0;
}

.agreement span {
    font-size: 18px;
    font-weight: 700;
}

.agreement a {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.agreement a:hover {
    opacity: 0.6;
}

.agreement__list {
    padding: 0;
}

.agreement__sublist {
    padding: 5px 0 0 15px;
}

.contacts {
    padding: 60px 0 60px;
}

.contacts h1 {
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    margin-top: 0;
}

.contacts p,
.contacts address {
    font-size: 18px;
}

.contacts h2 {
    font-size: 16px;
    line-height: 20px;
}

.contacts a {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.contacts a:hover {
    opacity: 0.6;
}

.confidentiality {
    padding: 60px 0 60px;
}

.confidentiality h1 {
    font-size: 50px;
    text-align: center;
    line-height: 65px;
    margin-top: 0;
}

.confidentiality h2 {
    font-size: 34px;
    line-height: 44px;
}

.confidentiality p {
    font-size: 18px;
}

.confidentiality span {
    font-size: 18px;
    font-weight: 700;
}

.confidentiality a {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.confidentiality a:hover {
    opacity: 0.6;
}

.confidentiality__list {
    padding-left: 20px;
}

.confidentiality__list_none {
    padding: 0;
}

.confidentiality__sublist {
    padding: 5px 0 0 15px;
}

.confidentiality__info {
    max-width: 300px;
    margin-left: auto;
    text-align: right;
    padding-bottom: 50px;
}

.confidentiality__element {
    list-style-type: none;
    font-size: 18px;
    padding-bottom: 5px;
}

.confidentiality__element:last-child {
    padding: 0;
}

.confidentiality__element_disc {
    list-style-type: disc;
}

.confidentiality__element_circle {
    list-style-type: circle;
}

.error {
    padding-top: 83px;
    padding-bottom: 165px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url("../img/error/error-bg-mobile.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: -30px;
}

.error__title {
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: 24px;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%;
    /* 133px */
    text-transform: uppercase;
    color: #ffffff;
}

.error__description {
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.error__btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: transparent;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    padding: 12px 44px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.error__btn:focus,
.error__btn:focus-visible,
.error__btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.error__btn:active {
    background-color: #ffffff;
    color: #2d1448;
}

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

.error-img {
    position: absolute;
    width: 106px;
    height: 129px;
    right: 0;
    bottom: -170px;
}

.articles {
    background: #96d7e3;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    position: relative;
    margin-bottom: -30px;
}

.articles::before {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/therapy-element-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: -30%;
    left: -13%;
}

.articles::after {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/therapy-element-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 63%;
    right: -12%;
}

.articles__container {
    padding: 0 0 112px;
    max-width: 1132px;
}

.articles__title {
    position: relative;
    margin: 0;
    font-family: PT Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 60px;
    padding-bottom: 60px;
}

.articles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 78px;
    z-index: 1;
    position: relative;
}

.articles__block {
    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: #ffffff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    max-width: 32%;
    width: 100%;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.articles__block img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.articles__block:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.articles__content {
    position: relative;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.articles__content-title {
    margin: 0;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

.articles__content-text {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    overflow: hidden;
}

.articles__content::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.4934567577)), color-stop(60%, white), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 60%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 60%, white 100%);
    pointer-events: none;
}

.articles__image {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.articles__image img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.articles-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.articles-pagination__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 364px;
    height: 55px;
    padding: 16px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background: #9060c3;
    border: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.articles-pagination__button:hover {
    background-color: #b880f5;
}

.article-promo {
    border-radius: 40px 40px 0 0;
    background-color: #96d7e3;
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-image: url("../img/article-page/promo-mask.png");
    background-repeat: no-repeat;
    background-size: 100% 105%;
    background-position: 0 0;
    margin-bottom: -30px;
}

.article-promo__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-promo__image {
    width: 497px;
    height: 457px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

.article-promo__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.article-promo__title {
    text-align: left;
    margin: 0;
    font-size: 70px;
    line-height: 95%;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 17px;
    font-weight: 700;
}

.article-promo__subtitle {
    text-align: left;
    margin: 0;
    color: #2d1448;
    font-family: PT Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.article-heading {
    border-radius: 40px 40px 0 0;
    background-color: #f2f3f9;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin-bottom: -30px;
}

.article-heading h5 {
    margin: 0;
    color: #2d1448;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.article-content {
    border-radius: 40px 40px 0 0;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    color: #2d1448;
    text-align: left;
    margin-bottom: -30px;
}

.article-content p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 20px;
}

.article-content h4 p {
    margin: 0;
    margin-top: 40px;
    font-size: 50px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.article-content h5 p {
    margin: 0;
    margin-top: 20px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 20px;
}

.article-content ul,
.article-content ol {
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 20px;
}

.article-content li {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    position: relative;

}

.article-content ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #2D1448;
    left: -15px;
    top: 9px;
}

.article-content a {
    color: #9060c3;
    text-decoration: underline;
}

.article-content.narrow .text-container {
    max-width: 800px;
}

.article-content.wide .text-container {
    max-width: 840px;
}

.text-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.image-container {
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-block {
    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: 20px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}

.image-block div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 400px;
    border-radius: 10px;
}

.image-block img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.list-books {
    padding-left: 33px !important;
    overflow: hidden;
    position: relative;
    height: 230px;
}

.list-books::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}

.list-books.open {
    height: auto;
}

.list-books.open::after {
    background: none;
}

.toggle-book-list {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #9060c3;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
}

.toggle-book-list:hover {
    color: #8740d4;
}

.article-recommendation {
    background: #96d7e3;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    margin-bottom: -30px;
}

.article-recommendation::before {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/therapy-element-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: -30%;
    left: -13%;
}

.article-recommendation::after {
    position: absolute;
    content: "";
    width: 717px;
    height: 717px;
    background-image: url("../img/therapy-element-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 63%;
    right: -12%;
}

.article-recommendation__container {
    padding: 0 0 112px 75px;
}

.article-recommendation__swiper {
    padding: 240px 0 89px 0;
    position: relative;
    min-width: 1415px;
    z-index: 2;
}

.article-recommendation__wrapper {
    margin-left: -526px;
}

.article-recommendation__title {
    position: absolute;
    top: 99px;
    margin: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
}

.article-recommendation__slide {
    height: 622px;
    width: 267px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 29px 17px 53px 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article-recommendation__content {
    position: relative;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.article-recommendation__content::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.4934567577)), color-stop(60%, white), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 60%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 60%, white 100%);
    pointer-events: none;
}

.article-recommendation__caption {
    margin: 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.article-recommendation__caption {
    margin-bottom: 20px;
}

.article-recommendation__caption br {
    display: none;
}

.article-recommendation__description {
    display: block;
    font-size: 18px;
    line-height: 135%;
    margin: 0 0 30px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 480px;
    overflow: hidden;
}

.article-recommendation__image {
    position: relative;
    height: 300px;
}

.article-recommendation__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.article-recommendation__swiper .swiper-slide {
    width: 362px;
    padding: 30px;
}

.article-recommendation__wrapper-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: 20%;
    position: absolute;
    top: 110px;
    width: 88px;
    z-index: 1;
}

.article-recommendation__arrow-prev,
.article-recommendation__arrow-next {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
    border: 1px solid #2d1448;
    border-radius: 0 5px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 16px 13px 13px;
}

.article-recommendation__arrow-prev svg,
.article-recommendation__arrow-next svg {
    width: 14px;
    height: 19px;
}

.article-recommendation__arrow-prev:hover,
.article-recommendation__arrow-prev:active,
.article-recommendation__arrow-next:hover,
.article-recommendation__arrow-next:active {
    opacity: 0.6;
}

.article-recommendation__wrapper-arrow .swiper-button-disabled svg {
    opacity: 0.3;
}

.article-recommendation__arrow-prev {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

@media screen and (min-width: 767px) {
    .error {
        padding-top: 87px;
        padding-bottom: 132px;
        background-image: url("../img/error/error-bg-tablet.png");
    }

    .error__title {
        font-size: 80px;
        margin-bottom: 10px;
    }

    .error__content {
        max-width: 465px;
    }

    .error__description {
        font-size: 16px;
        margin-bottom: 34px;
    }

    .error__btn {
        font-size: 18px;
        padding: 16px 41px;
    }

    .error-img {
        width: 129px;
        height: 155px;
        right: -90px;
        bottom: -147px;
    }
}

@media screen and (min-width: 1279px) {
    .error {
        padding-top: 106px;
        padding-bottom: 120px;
        background-image: url("../img/error/error-bg-desktop.png");
    }

    .error__title {
        font-size: 140px;
        margin-bottom: 14px;
    }

    .error__description {
        font-size: 22px;
        margin-bottom: 44px;
    }

    .error__btn {
        padding: 16px 51px;
    }

    .error-img {
        width: 200px;
        height: 239px;
        bottom: -167px;
        right: -120px;
    }

    .error__content {
        max-width: 771px;
    }
}

@media (max-width: 1279px) {
    .container {
        max-width: 768px;
        padding: 0 40px;
    }

    .header {
        height: 73px;
    }

    .header__container {
        height: 64px;
    }

    .nav__item {
        padding: 15px;
    }

    .nav__item .nav__link {
        font-size: 12px;
        line-height: 16px;
    }

    .nav__buttom {
        padding: 10px 30px;
        font-size: 12px;
        line-height: 16px;
    }

    .promo__link {
        padding: 16px 63px;
    }

    .promo {
        height: 455px;
    }

    .promo__swiper {
        height: 451px;
    }

    .promo__wrapper-content {
        max-width: 768px;
        padding: 0 40px;
    }

    .promo__text-content {
        padding: 87px 0 98px;
    }

    .promo__title {
        font-size: 68px;
        line-height: 95%;
        max-width: 54%;
        margin-bottom: 10px;
    }

    .promo__description {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 26px;
    }

    .promo__link {
        line-height: 21px;
    }

    .promo__text-img {
        right: -139px;
        top: 14px;
    }

    .promo__text-img picture,
    .promo__text-img img {
        display: block;
        width: 649px;
        height: 438px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .promo__swiper .swiper-slide-active .promo__wrapper-content--1::after {
        bottom: -254px;
        left: 12%;
    }

    .promo__swiper .swiper-slide-active .promo__wrapper-content--2::after {
        left: 10%;
    }

    .promo__swiper .swiper-slide-active .promo__wrapper-content--2::before {
        top: 11%;
        right: -182px;
    }

    .promo__pagination {
        bottom: 28px;
    }

    .info {
        position: relative;
        z-index: 1;
        margin-top: -26px;
    }

    .info__container {
        padding-top: 43px;
        height: 407px;
        margin-top: -22px;
        z-index: 1;
        position: relative;
    }

    .info__list {
        padding: 103px 40px 106px;
        height: 364px;
    }

    .info__swiper {
        padding: 103px 40px 106px;
        height: 364px;
    }

    .info__title {
        font-size: 50px;
        line-height: 110%;
        margin-bottom: 14px;
    }

    .info__description {
        font-size: 16px;
        line-height: 21px;
        max-width: 429px;
    }

    .info__element {
        max-width: 768px;
    }

    .info__element .info__img-left {
        width: 169px;
        height: 179px;
        left: -9px;
        top: 44px;
    }

    .info__element .info__img-right {
        width: 137px;
        height: 164px;
        bottom: -17px;
        right: 24px;
    }

    .info__pagination {
        bottom: 40px;
    }

    .emerge {
        padding: 56px 0 85px;
    }

    .emerge::before {
        width: 423px;
        height: 484px;
        top: -32%;
        right: -48%;
    }

    .emerge::after {
        width: 441px;
        height: 484px;
        top: 41%;
        left: -76%;
    }

    .emerge__title {
        font-size: 36px;
        line-height: 110%;
        margin-bottom: 33px;
    }

    .emerge__title sup {
        font-size: 8px;
        left: 5px;
        top: -14px;
    }

    .emerge__list {
        gap: 35px 61px;
        margin: 0 auto;
    }

    .emerge__item {
        max-width: none;
    }

    .emerge__item img {
        width: 95px;
        height: 95px;
        margin-right: 12px;
    }

    .emerge__item p {
        padding: 0;
        width: 160px;
    }

    .appear {
        margin-top: -22px;
    }

    .appear__conatiner {
        padding: 54px 40px 105px;
    }

    .appear__title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 8px;
    }

    .appear__content-text {
        max-width: 346px;
    }

    .appear__text {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 43px;
        max-width: 500px;
    }

    .appear__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 48px;
    }

    .appear__block {
        padding: 30px;
        width: 100%;
        max-width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .appear__block:hover .appear__img {
        scale: 1;
    }

    .appear__block:hover .appear__element {
        width: 75px;
        height: 72px;
    }

    .appear__caption {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .appear__descriprtion {
        font-size: 16px;
        line-height: 21px;
    }

    .appear__wrapp-img {
        width: 261px;
        height: 175px;
    }

    .appear__wrapp-img .appear__img {
        width: 261px;
        height: 175px;
    }

    .degree__item {
        padding: 27px 7px 27px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .degree__item h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .degree__item p {
        max-width: 328px;
        font-size: 16px;
        line-height: 21px;
    }

    .statistics__container {
        padding: 72px 0 67px;
    }

    .statistics__list {
        padding-left: calc((100vw - 688px) / 2);
        padding-right: calc((100vw - 688px) / 2);
        padding-bottom: 40px;
    }

    .os-scrollbar .os-scrollbar-track {
        left: calc((100vw - 688px) / 2);
        width: 688px;
    }

    .os-scrollbar-horizontal {
        padding-right: calc((100vw - 688px) / 2);
    }

    .statistics__img {
        width: 135px;
        height: 53px;
        margin-bottom: 2px;
    }

    .statistics__item {
        margin-right: 86px;
    }

    .statistics__item:nth-last-child(1) {
        padding-right: 20px;
    }

    .statistics__title {
        font-size: 80px;
        line-height: 104px;
        margin: 0;
    }

    .statistics__text {
        max-width: 284px;
        font-size: 16px;
        line-height: 21px;
    }

    .therapy__swiper {
        padding: 158px 0 89px;
        min-width: 1280px;
    }

    .therapy__title {
        top: 64px;
        font-size: 36px;
        line-height: 47px;
    }

    .therapy__wrapper {
        margin-left: -412px;
    }

    .therapy__slide {
        width: 222px;
        padding: 29px 14px 45px 28px;
    }

    .therapy__slide img {
        margin-bottom: 103px;
    }

    .therapy__caption {
        font-size: 26px;
        line-height: 34px;
    }

    .therapy__swiper .swiper-slide {
        width: 456px !important;
        padding: 29px 27px 15px 27px;
    }

    .therapy__swiper .swiper-slide .therapy__description {
        font-size: 16px;
        line-height: 21px;
    }

    .therapy__wrapper-arrow {
        right: 46%;
        top: 63px;
    }

    .maps {
        padding: 68px 0 74px;
    }

    .maps__container {
        gap: 48px;
    }

    .maps__left h2 {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .maps__left p {
        font-size: 16px;
        margin-bottom: 69px;
    }

    .maps__left #search {
        margin-bottom: 0;
        font-size: 18px;
        width: 250px;
    }

    .maps__left #search::-webkit-input-placeholder {
        font-size: 18px;
    }

    .maps__left #search::-moz-placeholder {
        font-size: 18px;
    }

    .maps__left #search:-ms-input-placeholder {
        font-size: 18px;
    }

    .maps__left #search::-ms-input-placeholder {
        font-size: 18px;
    }

    .maps__left #search::placeholder {
        font-size: 18px;
    }

    .maps__left #search-button {
        margin-top: 24px;
        width: 250px;
    }

    .maps__right {
        width: 389px;
        height: 325px;
    }

    .footer {
        padding: 49px 0 63px;
    }

    .footer__disclaimer {
        padding-bottom: 10px;
    }

    .footer__disclaimer img {
        height: 34px;
    }

    .footer__top {
        padding-top: 32px;
        padding-bottom: 12px;
    }

    .footer__nav {
        gap: 10px;
        justify-content: flex-end;
    }

    .footer__link {
        font-size: 11px;
        line-height: 22px;
    }

    .footer__logo-galderma {
        width: 112px;
        height: 26px;
        margin-right: 35px;
    }

    .footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer__text {
        margin: 0;
        margin: 0;
        font-size: 11px;
        line-height: 24px;
        margin-right: 86px;
    }

    .footer__bottom {
        margin-bottom: 34px;
    }

    .footer__sources p {
        font-size: 10px;
        line-height: 14px;
    }

    .cookie h1 {
        font-size: 36px;
        line-height: 47px;
    }

    .cookie h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .cookie p {
        font-size: 16px;
        line-height: 21px;
    }

    .cookie td {
        font-size: 14px;
        line-height: 18px;
    }

    .agreement h1 {
        font-size: 36px;
        line-height: 47px;
    }

    .agreement h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .agreement p,
    .agreement li {
        font-size: 16px;
        line-height: 21px;
    }

    .agreement span {
        font-size: 16px;
        line-height: 21px;
    }

    .contacts h1 {
        font-size: 36px;
        line-height: 47px;
    }

    .contacts p,
    .contacts address {
        font-size: 16px;
        line-height: 21px;
    }

    .contacts br {
        display: none;
    }

    .confidentiality h1 {
        font-size: 36px;
        line-height: 47px;
    }

    .confidentiality h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .confidentiality p {
        font-size: 16px;
        line-height: 21px;
    }

    .confidentiality__element {
        font-size: 16px;
        line-height: 21px;
    }

    .confidentiality span {
        font-size: 16px;
        line-height: 21px;
    }

    .articles__container {
        padding: 0 30px;
    }

    .articles__title {
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .articles__list {
        margin-bottom: 40px;
    }

    .articles__block {
        padding: 30px;
        width: 100%;
        max-width: 100%;
        height: 320px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .articles__block:hover img {
        scale: 1;
    }

    .articles__content {
        height: 260px;
        max-width: 346px;
    }

    .articles__content::after {
        bottom: -5px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.4934567577)), color-stop(50%, white), to(white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 50%, white 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 50%, white 100%);
    }

    .articles__content-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 14px;
    }

    .articles__content-text {
        font-size: 16px;
        line-height: 21px;
    }

    .articles__image {
        width: 260px;
        height: 260px;
    }

    .articles__image img {
        width: 260px;
        height: 260px;
    }

    .articles-pagination {
        margin-bottom: 70px;
    }

    .article-promo {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .article-promo__container {
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .article-promo__image {
        width: 100%;
    }

    .article-heading {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .article-heading h5 {
        font-size: 20px;
    }

    .article-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .article-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .article-content h4 p {
        margin-top: 20px;
        font-size: 35px;
    }

    .article-content h5 p {
        margin-top: 10px;
        font-size: 20px;
    }

    .article-content ul,
    .article-content ol {
        font-size: 16px;
    }

    .image-container {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .image-block {
        gap: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .image-block div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .article-recommendation__container {
        padding: 0 30px;
    }

    .article-recommendation__swiper {
        padding: 158px 0 89px;
    }

    .article-recommendation__title {
        top: 50px;
        font-size: 40px;
    }

    .article-recommendation__wrapper-arrow {
        right: 50%;
        top: 63px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 320px;
        padding: 0 20px;
    }

    .header {
        height: 46px;
    }

    .header__container {
        height: 46px;
        position: relative;
    }

    .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 46px;
    }

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

    .nav {
        display: none;
    }

    .header__burger {
        display: block;
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 17px 0 17px 17px;
    }

    .header__burger:focus {
        outline: none;
    }

    .header__burger span {
        position: relative;
        display: block;
        width: 25px;
        height: 1px;
        background: #2d1448;
    }

    .header__burger span::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 1px;
        background: #2d1448;
        top: -6px;
        left: 0;
    }

    .header__burger span:before {
        content: "";
        position: absolute;
        width: 25px;
        height: 1px;
        background: #2d1448;
        top: 6px;
        left: 0;
    }

    .header--open {
        position: fixed;
        height: auto;
        z-index: 10;
        background-color: #ffffff;
        width: 100%;
        border-radius: 0 0 24px 24px;
    }

    .header--open .header__container {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header--open .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header--open .nav__list {
        -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;
        padding-top: 15px;
        padding-bottom: 55px;
        margin-right: 0;
    }

    .header--open .nav__item {
        padding: 15px;
    }

    .header--open .nav__item .nav__link {
        font-size: 16px;
        font-weight: 700;
    }

    .header--open .nav__buttom {
        display: none;
    }

    .header--open .header__burger {
        position: absolute;
        right: 10px;
        top: 0;
    }

    .header--open .header__burger span {
        width: 13px;
        height: 0;
    }

    .header--open .header__burger span::before {
        left: -13px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        width: 19px;
        -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease 0.2s;
        transition: top 0.2s ease, -webkit-transform 0.2s ease 0.2s;
        -o-transition: top 0.2s ease, transform 0.2s ease 0.2s;
        transition: top 0.2s ease, transform 0.2s ease 0.2s;
        transition: top 0.2s ease, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    }

    .header--open .header__burger span::after {
        left: -13px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
        width: 19px;
        -webkit-transition: bottom 0.2s ease, -webkit-transform 0.2s ease 0.2s;
        transition: bottom 0.2s ease, -webkit-transform 0.2s ease 0.2s;
        -o-transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
        transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
        transition: bottom 0.2s ease, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
    }

    .promo__link {
        padding: 12px 44px;
    }

    /* .header-promo {
        padding-top: 46px;
    } */

    .promo {
        height: auto;
        border-radius: 24px 24px 0 0;
        overflow: hidden;
    }

    .promo__swiper {
        height: auto;
        border-radius: 24px 24px 0 0;
    }

    .promo__wrapper-content {
        -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;
        max-width: 320px;
        padding: 0 20px;
    }

    .promo__text-content {
        padding: 47px 0 0px;
        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;
    }

    .promo__title {
        font-size: 50px;
        line-height: 95%;
        margin-bottom: 17px;
        max-width: 100%;
        text-align: center;
    }

    .promo__description {
        font-size: 14px;
        line-height: 18px;
        max-width: 100%;
        margin-bottom: 16px;
    }

    .promo__link {
        font-size: 14px;
        line-height: 16px;
    }

    .promo__text-img {
        position: relative;
        top: 0;
        right: 0;
        margin-top: -5px;
        margin-left: -9px;
    }

    .promo__text-img picture,
    .promo__text-img img {
        width: 386px;
        height: 274px;
    }

    .promo__swiper .swiper-slide-active .promo__wrapper-content::after {
        background-image: url("../img/promo-element-mobile-mint.png");
        left: -80%;
        bottom: -20%;
        width: 463px;
        height: 362px;
    }

    .promo__swiper .swiper-slide-active .promo__wrapper-content::before {
        background-image: url("../img/promo-element-mobile-purple-dark.png");
        top: -42%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        right: -98%;
        width: 534px;
        height: 439px;
    }

    .promo__pagination {
        bottom: 18px;
    }

    .promo__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .info {
        background-color: transparent;
        margin-top: 0;
    }

    .info__container {
        margin-top: -19px;
        border-radius: 20px 20px 0 0;
        padding-top: 24px;
        height: 428px;
    }

    .info__swiper {
        border-radius: 20px 20px 0 0;
        padding: 94px 20px 143px;
        height: 404px;
    }

    .info__title {
        font-size: 38px;
        text-align: center;
        margin-bottom: 16px;
    }

    .info__description {
        font-size: 14px;
        line-height: 18px;
        max-width: 280px;
    }

    .info__description sup {
        font-size: 10px;
        top: -5px;
    }

    .info__element {
        max-width: 320px;
    }

    .info__element .info__img-right {
        display: none;
    }

    .info__element .info__img-left {
        width: 148px;
        height: 157px;
        left: 181px;
        top: 258px;
    }

    .info__pagination {
        left: 0;
        right: 0;
        top: 40%;
        -webkit-transform: translateX(95%);
        transform: translateX(95%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 5px;
        height: auto;
    }

    .info__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0;
    }

    .emerge {
        border-radius: 24px 24px 0 0;
        padding: 54px 0 79px;
    }

    .emerge__title {
        font-size: 32px;
        line-height: 106%;
        margin-bottom: 30px;
    }

    .emerge__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        max-width: 246px;
    }

    .emerge__item img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 81px;
        height: 81px;
        margin-right: 18px;
    }

    .emerge__item p {
        font-size: 14px;
        line-height: 110%;
        width: none;
    }

    .appear__bg {
        border-radius: 24px 24px 0 0;
    }

    .appear__conatiner {
        padding: 54px 20px 70px;
    }

    .appear__title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .appear__title .appear__br-mobile {
        display: block;
    }

    .appear__text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 45px;
        max-width: 256px;
    }

    .appear__content {
        margin-bottom: 50px;
    }

    .appear__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 21px 21px;
    }

    .appear__caption {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .appear__descriprtion {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }

    .appear__wrapp-img {
        width: 238px;
        height: 221px;
    }

    .appear__wrapp-img .appear__img {
        width: 238px;
        height: 221px;
    }

    .appear__block:nth-child(1) .appear__element {
        right: 6px;
        bottom: 6px;
    }

    .appear__block:nth-child(2) .appear__element {
        left: 12px;
        bottom: 7px;
    }

    .appear__block:nth-child(3) .appear__element {
        right: 7px;
        top: 11px;
    }

    .degree__item {
        padding: 25px 5px 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .degree__item:nth-of-type(1) {
        padding-top: 0;
        border: 0;
    }

    .degree__item h3 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .degree__item p {
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

    .appear__before--1 {
        top: -8%;
        right: -75%;
    }

    .appear__before--2 {
        top: 11%;
        right: -24%;
    }

    .appear__before--3 {
        left: -110%;
        top: 88%;
    }

    .appear__before--4 {
        display: none;
    }

    .statistics {
        border-radius: 24px 24px 0 0;
    }

    .statistics__container {
        padding: 75px 0 66px;
    }

    .statistics__list {
        padding-left: calc((112vw - 320px) / 2);
        padding-right: calc((112vw - 320px) / 2);
    }

    .os-scrollbar .os-scrollbar-track {
        left: calc((112vw - 320px) / 2);
        width: 280px;
    }

    .os-scrollbar-horizontal {
        padding-right: calc((112vw - 320px) / 2);
    }

    .statistics__img {
        width: 95px;
        height: 37px;
        margin-bottom: 4px;
    }

    .statistics__title {
        font-size: 60px;
        line-height: 78px;
        margin-bottom: 3px;
    }

    .statistics__item {
        margin-right: 40px;
    }

    .statistics__text {
        font-size: 14px;
        line-height: 18px;
    }

    .therapy {
        border-radius: 24px 24px 0 0;
    }

    .therapy::before {
        width: 423px;
        height: 389px;
        top: -24%;
        left: -83%;
    }

    .therapy::after {
        width: 423px;
        height: 427px;
        top: 35%;
        right: -49%;
    }

    .therapy__swiper {
        min-width: 767px;
        padding: 158px 0 65px;
    }

    .therapy__title {
        font-size: 32px;
        text-align: center;
        line-height: 106%;
        padding-right: 20px;
        top: 56px;
        max-width: 320px;
    }

    .therapy__slide {
        width: 248px !important;
        height: 347px !important;
        padding: 27px 14px 15px 22px;
    }

    .therapy__description {
        display: block;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .therapy__caption {
        font-size: 22px;
        margin-bottom: 3px;
        line-height: 24px;
    }

    .therapy__caption br {
        display: none;
    }

    .therapy__slide img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .therapy__swiper .swiper-slide {
        padding: 27px 14px 15px 22px;
        width: 248px !important;
    }

    .therapy__swiper .swiper-slide .therapy__description {
        display: block;
        font-size: 14px;
        line-height: 18px;
    }

    .therapy__swiper .swiper-slide .therapy__caption {
        margin-bottom: 3px;
    }

    .therapy__swiper .swiper-slide img {
        margin-bottom: 15px;
    }

    .therapy__wrapper-arrow {
        display: none;
    }

    .therapy__swiper .therapy__wrapper .therapy__slide:first-child {
        margin-left: 0;
    }

    .therapy__swiper .therapy__wrapper .swiper-slide-active {
        margin-left: 0;
    }

    .therapy__wrapper {
        margin-left: -258px;
    }

    .maps {
        border-radius: 24px 24px 0 0;
        padding-top: 65px;
        padding-bottom: 64px;
    }

    .maps__container {
        gap: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .maps__left h2 {
        font-size: 32px;
        margin-bottom: 16px;
        text-align: center;
    }

    .maps__left p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 29px;
    }

    .maps__left #search {
        width: 280px;
        font-size: 14px;
    }

    .maps__left #search::-webkit-input-placeholder {
        font-size: 14px;
    }

    .maps__left #search::-moz-placeholder {
        font-size: 14px;
    }

    .maps__left #search:-ms-input-placeholder {
        font-size: 14px;
    }

    .maps__left #search::-ms-input-placeholder {
        font-size: 14px;
    }

    .maps__left #search::placeholder {
        font-size: 14px;
    }

    .maps__left #search-button {
        width: auto;
        font-size: 14px;
        width: 165px;
        margin: 24px auto 0 auto;
    }

    .suggestions-container {
        width: 280px;
    }

    .maps__right {
        width: 280px;
        height: 390px;
    }

    .footer {
        padding: 30px 0 62px;
        border-radius: 24px 24px 0 0;
    }

    .footer__disclaimer {
        padding-bottom: 13px;
        padding-left: 0;
    }

    .footer__disclaimer img {
        height: 117px;
    }

    .footer__top {
        -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;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .footer__logo-acnenet {
        padding-left: 0;
        margin-bottom: 8px;
    }

    .footer__nav {
        -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: 12px;
    }

    .footer__link {
        line-height: 15px;
    }

    .footer__bottom {
        -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;
        padding-top: 28px;
        margin-bottom: 39px;
    }

    .footer__logo-galderma {
        margin-right: 0;
        width: 142px;
        height: 33px;
        margin-bottom: 8px;
    }

    .footer__info {
        width: 175px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__text {
        margin-right: 0;
    }

    .cookie {
        padding: 24px 0 24px;
    }

    .cookie h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .cookie h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .cookie p {
        font-size: 14px;
        line-height: 18px;
    }

    .cookie td {
        font-size: 12px;
        line-height: 14px;
        padding: 5px;
    }

    .agreement {
        padding: 24px 0 24px;
    }

    .agreement h1 {
        font-size: 29px;
        line-height: 34px;
    }

    .agreement h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .agreement p,
    .agreement li {
        font-size: 14px;
        line-height: 18px;
    }

    .agreement span {
        font-size: 14px;
        line-height: 18px;
    }

    .contacts {
        padding: 24px 0 24px;
    }

    .contacts h1 {
        font-size: 29px;
        line-height: 34px;
    }

    .contacts p,
    .contacts address {
        font-size: 14px;
        line-height: 18px;
    }

    .contacts br {
        display: none;
    }

    .confidentiality {
        padding: 24px 0 24px;
    }

    .confidentiality h1 {
        font-size: 29px;
        line-height: 34px;
    }

    .confidentiality h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .confidentiality__element {
        font-size: 14px;
        line-height: 18px;
    }

    .confidentiality p {
        font-size: 14px;
        line-height: 18px;
    }

    .confidentiality span {
        font-size: 14px;
        line-height: 18px;
    }

    .confidentiality__info {
        max-width: 100%;
        margin: 0;
        text-align: center;
        padding-bottom: 60px;
    }

    .articles__title {
        font-size: 32px;
        text-align: center;
        line-height: 106%;
        padding-right: 20px;
        max-width: 320px;
    }

    .articles__content {
        margin-bottom: 0px;
        height: 220px;
    }

    .articles__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        height: 100%;
    }

    .articles__block:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .articles__content {
        height: 200px;
        max-width: 240px;
    }

    .articles__content::after {
        bottom: -5px;
        height: 40px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.4934567577)), color-stop(60%, white), to(white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 60%, white 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4934567577) 25%, white 60%, white 100%);
    }

    .articles__content-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .articles__content-text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0px;
    }

    .articles__image {
        width: 240px;
        height: 240px;
    }

    .articles__image img {
        width: 240px;
        height: 240px;
    }

    .article-promo {
        padding-top: 30px;
    }

    .article-promo__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
    }

    .article-promo__title {
        font-size: 36px;
    }

    .article-promo__subtitle {
        font-size: 16px;
    }

    .article-heading h5 {
        font-size: 18px;
    }

    .article-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .article-content p {
        font-size: 14px;
        line-height: 135%;
        margin-bottom: 10px;
    }

    .article-content ul,
    .article-content ol {
        font-size: 14px;
        padding-left: 15px;
    }

    .article-content li {
        -webkit-margin-before: 2px;
        margin-block-start: 2px;
    }

    .text-container {
        padding-left: 0;
        padding-right: 0;
    }

    .image-container {
        margin-top: 20px;
        margin-bottom: 15px;
        padding: 0;
    }

    .image-block {
        gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .image-block div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        height: 200px;
    }

    .image-block img {
        height: 200px;
    }

    .article-recommendation__wrapper {
        margin-left: -568px;
    }

    .article-recommendation__swiper .swiper-slide {
        width: 280px;
        padding: 15px;
    }

    .article-recommendation__title {
        font-size: 32px;
        text-align: center;
        line-height: 106%;
        padding-right: 20px;
        top: 56px;
        max-width: 320px;
    }

    .article-recommendation__description {
        font-size: 18px;
        margin: 0 0 15px 0;
    }

    .article-recommendation__caption {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .article-recommendation__slide {
        height: 560px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    #search:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }
}

#suggestions div {
    cursor: pointer;
}

.breadcrumbs {
    color: #ffffff;
    margin-top: 38px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.breadcrumbs a {
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

.breadcrumbs p {
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
}

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

.map-container {
    margin-bottom: 80px;
}

.left-column-map {
    width: 44.2%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.link-section a {
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #2d1448;
}

.link-section a:hover {
    opacity: 0.7;
}

.right-column-map {
    width: 54.2%;
}

.right-column-map p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #2d1448;
}

.right-column-map ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.right-column-map ul li a {
    color: #2D1448;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-column-map ul li a:hover {
    opacity: 0.7;
}

@media (max-width: 850px) {
    .left-column-map {
        width: 100%;
    }

    .right-column-map {
        width: 100%;
    }
}
