@charset "UTF-8";

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
  border: none;
  cursor: pointer;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.blog__card-button,
.directions__card-content::after,
.directions__card-description,
.directions__card-btn,
.burger,
.burger__panel,
.burger__cross,
.modal__button,
.pagination__item,
.accordion__icon,
.custom-select__trigger,
.custom-select__trigger-icon,
.custom-select__dropdown,
.slider-button {
  transition: all 0.3s ease-out;
}

.burger__item,
.burger__contacts {
  border-color: transparent;
  -o-border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
  border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
}

.article__card .card__footer-title,
.directions .hero__title,
.services .hero__title,
.not-found__error,
body {
  font-family: "HelveticaNeueCyr", Arial, sans-serif;
}

.article__title,
.direction-template .why__card-title,
.direction-template .hotels .slider__slide-title,
.directions__card-title,
.concierge .concierge-months__events li,
.not-found__code span,
.about .network__feature-text,
.partnership__usp-title,
.destinations__direction,
.technologies__description p:nth-child(1),
.philosophy__label,
.card__label>div span:nth-child(1),
.card__footer-title,
.hero__title,
#preloader p {
  font-family: "Forum", "HelveticaNeueCyr", Arial, sans-serif;
}

.direction-template .worlds .section__subtitle-logo,
.direction-template .experience .section__subtitle-logo,
.services .section__subtitle-logo,
.burger__logo,
.technologies__header p:nth-child(2),
.technologies__body-logo,
.header__title,
.section__subtitle-logo {
  font-family: "Esmarya Demo", Georgia, "Times New Roman", serif;
}

/* Merged font-face rules. */
@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeueBoldCondensed.eot");
  src: local("Helvetica Neue Condensed Bold"), local("HelveticaNeueBoldCondensed"), url("/fonts/HelveticaNeueBoldCondensed.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueBoldCondensed.woff2") format("woff2"), url("/fonts/HelveticaNeueBoldCondensed.woff") format("woff"), url("/fonts/HelveticaNeueBoldCondensed.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/HelveticaNeueBlackCondensed.eot");
  src: local("Helvetica Neue Condensed Black"), local("HelveticaNeueBlackCondensed"), url("/fonts/HelveticaNeueBlackCondensed.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueBlackCondensed.woff2") format("woff2"), url("/fonts/HelveticaNeueBlackCondensed.woff") format("woff"), url("/fonts/HelveticaNeueBlackCondensed.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Bold.eot");
  src: local("HelveticaNeueCyr-Bold"), url("/fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Light.eot");
  src: local("HelveticaNeueCyr-Light"), url("/fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("/fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-MediumItalic.eot");
  src: local("HelveticaNeueCyr-MediumItalic"), url("/fonts/HelveticaNeueCyr-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-MediumItalic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-MediumItalic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-LightItalic.eot");
  src: local("HelveticaNeueCyr-LightItalic"), url("/fonts/HelveticaNeueCyr-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-LightItalic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-LightItalic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-HeavyItalic.eot");
  src: local("HelveticaNeueCyr-HeavyItalic"), url("/fonts/HelveticaNeueCyr-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-HeavyItalic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-HeavyItalic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Black.eot");
  src: local("HelveticaNeueCyr-Black"), url("/fonts/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Black.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Heavy.eot");
  src: local("HelveticaNeueCyr-Heavy"), url("/fonts/HelveticaNeueCyr-Heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Heavy.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Heavy.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Italic.eot");
  src: local("HelveticaNeueCyr-Italic"), url("/fonts/HelveticaNeueCyr-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Italic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Italic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Roman.eot");
  src: url("/fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-BlackItalic.eot");
  src: local("HelveticaNeueCyr-BlackItalic"), url("/fonts/HelveticaNeueCyr-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-BlackItalic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-BlackItalic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-UltraLightItalic.eot");
  src: local("HelveticaNeueCyr-UltraLightItalic"), url("/fonts/HelveticaNeueCyr-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-UltraLightItalic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-UltraLightItalic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-BoldItalic.eot");
  src: local("HelveticaNeueCyr-BoldItalic"), url("/fonts/HelveticaNeueCyr-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-BoldItalic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-BoldItalic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-ThinItalic.eot");
  src: local("HelveticaNeueCyr-ThinItalic"), url("/fonts/HelveticaNeueCyr-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-ThinItalic.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-ThinItalic.woff") format("woff"), url("/fonts/HelveticaNeueCyr-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-UltraLight.eot");
  src: local("HelveticaNeueCyr-UltraLight"), url("/fonts/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-UltraLight.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("/fonts/HelveticaNeueCyr-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("/fonts/HelveticaNeueCyr-Thin.eot");
  src: local("HelveticaNeueCyr-Thin"), url("/fonts/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/HelveticaNeueCyr-Thin.woff2") format("woff2"), url("/fonts/HelveticaNeueCyr-Thin.woff") format("woff"), url("/fonts/HelveticaNeueCyr-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/* Project-specific fonts */
@font-face {
  font-family: "Forum";
  src: local("Forum"), url("/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Forum";
  src: local("Forum Bold"), url("/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Esmarya Demo";
  src: local("Esmarya Demo"), url("/fonts/EsmaryaDemo-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Esmarya Demo";
  src: local("Esmarya Demo Italic"), url("/fonts/EsmaryaDemo-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-synthesis: none;
  letter-spacing: -3%;
  background-color: #F4EFE8;
  overflow-x: hidden;
}

.burger-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #F4EFE8;
  border-radius: 4px;
}

.burger-button span {
  width: 50%;
  height: 1px;
  background: black;
}

@media (max-width: 1600px) {
  .burger-button {
    gap: 3px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
  }
}

@media (max-width: 1440px) {
  .burger-button {
    gap: 3px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
  }
}

@media (max-width: 1200px) {
  .burger-button {
    gap: 2px;
    width: 26px;
    height: 26px;
    border-radius: 3px;
  }
}

.burger-button_dark {
  background-color: #413421;
}

.burger-button_dark span {
  background: #F4EFE8;
}

.button {
  height: 74px;
  aspect-ratio: 316/74;
  display: flex;
  gap: 2px;
  padding-left: 25px;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: #413421;
  border-radius: 99px;
  text-align: center;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9rem;
}

.button:hover {
  background-color: #F4EFE8;
}

.button div {
  background-color: #413421;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}

.button img {
  transform: rotate(-45deg);
  width: 16px;
}

@media (max-width: 1600px) {
  .button {
    height: 62px;
    padding-left: 21px;
    font-size: 1.58rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.58rem;
  }

  .button div {
    width: 52px;
    height: 52px;
  }

  .button img {
    width: 13px;
  }
}

@media (max-width: 1440px) {
  .button {
    height: 56px;
    padding-left: 19px;
    font-size: 1.43rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.43rem;
  }

  .button div {
    width: 47px;
    height: 47px;
  }

  .button img {
    width: 12px;
  }
}

@media (max-width: 1200px) {
  .button {
    height: 46px;
    padding-left: 16px;
    font-size: 1.19rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.19rem;
  }

  .button div {
    width: 39px;
    height: 39px;
  }

  .button img {
    width: 10px;
  }
}

@media (max-width: 430px) {
  .button {
    width: 100%;
    height: 60px;
    padding: 0 6px 0 30px;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6rem;
  }

  .button div {
    width: 47px;
    height: 47px;
  }

  .button img {
    width: 12px;
  }

  .button p {
    margin-top: 1px;
  }
}

.button_sm {
  width: 180px;
  height: 42px;
  aspect-ratio: auto;
  padding: 0 4px 0 14px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2rem;
}

.button_sm div {
  width: 35px;
  height: 35px;
}

.button_sm img {
  width: 11px;
}

.button_sm p {
  margin-top: 2px;
}

@media (max-width: 1600px) {
  .button_sm {
    width: 150px;
    height: 35px;
    padding: 0 3px 0 12px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
  }

  .button_sm div {
    width: 29px;
    height: 29px;
  }

  .button_sm img {
    width: 9px;
  }

  .button_sm p {
    margin-top: 2px;
  }
}

@media (max-width: 1440px) {
  .button_sm {
    width: 135px;
    height: 32px;
    padding: 0 3px 0 11px;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.9rem;
  }

  .button_sm div {
    width: 26px;
    height: 26px;
  }

  .button_sm img {
    width: 8px;
  }

  .button_sm p {
    margin-top: 2px;
  }
}

@media (max-width: 1200px) {
  .button_sm {
    width: 113px;
    height: 26px;
    padding: 0 2px 0 9px;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.75rem;
  }

  .button_sm div {
    width: 22px;
    height: 22px;
  }

  .button_sm img {
    width: 7px;
  }

  .button_sm p {
    margin-top: 1px;
  }
}

.button_dark {
  background-color: #413421;
  color: white;
}

.button_dark div {
  background-color: white;
}

.button_dark img {
  transform: rotate(-45deg);
}

.button_dark:hover {
  background-color: white;
  color: #F4EFE8;
}

.slider-button {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #F4EFE8;
  color: #413421;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8rem;
}

.slider-button:disabled {
  opacity: 0.5;
}

.slider-button:hover:not(:disabled) {
  opacity: 0.8;
}

.slider-button_prev {
  transform: rotate(180deg);
}

.slider-button img {
  width: 13px;
  height: 13px;
}

@media (max-width: 1600px) {
  .slider-button {
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .slider-button img {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 1440px) {
  .slider-button {
    width: 47px;
    height: 47px;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35rem;
  }

  .slider-button img {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1200px) {
  .slider-button {
    width: 39px;
    height: 39px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }

  .slider-button img {
    width: 8px;
    height: 8px;
  }
}

.input {
  background-color: transparent;
  backdrop-filter: blur(40px);
  border-radius: 85px;
  height: 54px;
  padding: 0 20px 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.5rem;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.input:focus {
  outline: none;
  border: 1px solid #ffffff;
  backdrop-filter: blur(100px);
}

.input::-moz-placeholder {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.5rem;
  color: rgba(255, 255, 255, 0.7);
}

.input::placeholder {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.5rem;
  color: rgba(255, 255, 255, 0.7);
}

.input_lg {
  height: 74px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 8rem;
}

.input_lg::-moz-placeholder {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 8rem;
}

.input_lg::placeholder {
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 8rem;
}

@media (max-width: 1600px) {
  .input_lg {
    height: 64px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }

  .input_lg::-moz-placeholder {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }

  .input_lg::placeholder {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }
}

@media (max-width: 1440px) {
  .input_lg {
    height: 58px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }

  .input_lg::-moz-placeholder {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }

  .input_lg::placeholder {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }
}

@media (max-width: 1200px) {
  .input_lg {
    height: 52px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }

  .input_lg::-moz-placeholder {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }

  .input_lg::placeholder {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 5.5rem;
  }
}

.radio-button {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  cursor: pointer;
  width: 100%;
}

.radio-button input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 16px;
  height: 16px;
}

.radio-button__custom {
  width: 16px;
  height: 16px;
  border: 1px solid #5a5a5a;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}

.radio-button__custom::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.radio-button input[type=radio]:checked+.radio-button__custom::after {
  transform: translate(-50%, -50%) scale(1);
}

.radio-button__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.radio-button__title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  color: #ffffff;
}

.radio-button__description {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  color: #ffffff;
  width: 270px;
}

.radio-button__price {
  margin-left: auto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

@media (max-width: 430px) {
  .radio-button__price {
    display: none;
  }
}

@media (max-width: 1600px) {
  .radio-button_responsive {
    gap: 13px;
  }

  .radio-button_responsive .radio-button input[type=radio] {
    width: 14px;
    height: 14px;
  }

  .radio-button_responsive .radio-button__custom {
    width: 14px;
    height: 14px;
  }

  .radio-button_responsive .radio-button__custom::after {
    content: "";
    width: 7px;
    height: 7px;
  }

  .radio-button_responsive .radio-button__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .radio-button_responsive .radio-button__title {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    color: #ffffff;
  }

  .radio-button_responsive .radio-button__description {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    color: #ffffff;
    width: 270px;
  }

  .radio-button_responsive .radio-button__price {
    margin-left: auto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (max-width: 1600px) and (max-width: 430px) {
  .radio-button_responsive .radio-button__price {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .radio-button_responsive {
    gap: 13px;
  }

  .radio-button_responsive .radio-button input[type=radio] {
    width: 14px;
    height: 14px;
  }

  .radio-button_responsive .radio-button__custom {
    width: 14px;
    height: 14px;
  }

  .radio-button_responsive .radio-button__custom::after {
    content: "";
    width: 7px;
    height: 7px;
  }

  .radio-button_responsive .radio-button__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .radio-button_responsive .radio-button__title {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    color: #ffffff;
  }

  .radio-button_responsive .radio-button__description {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    color: #ffffff;
    width: 270px;
  }

  .radio-button_responsive .radio-button__price {
    margin-left: auto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (max-width: 1200px) and (max-width: 430px) {
  .radio-button_responsive .radio-button__price {
    display: flex;
  }
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox__custom {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  background-image: url("./../../assets/icons/checkboxBorder.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(100%) brightness(0.8);
}

/* галочка как псевдо-слой */
.checkbox__custom::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./../../assets/icons/checkboxTick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  width: 9px;
  height: 7px;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease;
}

/* checked — ТОЛЬКО галочка */
.checkbox input[type=checkbox]:checked+.checkbox__custom {
  filter: none;
}

.checkbox input[type=checkbox]:checked+.checkbox__custom::after {
  opacity: 1;
}

.checkbox__title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  color: #a8a8a8;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  background-color: #F4EFE8;
  overflow: hidden;
  cursor: progress;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader {
  position: relative;
  width: 150px;
  height: 150px;
}

#preloader p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  color: #413421;
}

.loader:before,
.loader:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(188, 188, 188, 0.3) inset;
}

.loader:after {
  box-shadow: 0 2px 0 #413421 inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.filters {
  display: flex;
  gap: 24px;
  margin-left: 35px;
}

@media (max-width: 1600px) {
  .filters {
    margin-left: 29px;
    gap: 20px;
  }
}

@media (max-width: 1440px) {
  .filters {
    margin-left: 26px;
    gap: 18px;
  }
}

@media (max-width: 1200px) {
  .filters {
    margin-left: 22px;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .filters {
    flex-direction: column;
    gap: 10px;
    margin-left: 16px;
  }
}

.custom-select {
  position: relative;
}

@media (max-width: 576px) {
  .custom-select--hidden-mobile {
    display: none !important;
  }
}

.custom-select__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  width: 316px;
  padding: 0 6px 0 30px;
  border: 1px solid rgb(173, 173, 172);
  border-radius: 99px;
  justify-content: space-between;
  background: transparent;
  color: #413421;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .custom-select__trigger {
    width: 264px;
    height: 46px;
    padding: 0 5px 0 25px;
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33rem;
  }
}

@media (max-width: 1440px) {
  .custom-select__trigger {
    width: 238px;
    height: 40px;
    padding: 0 5px 0 23px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .custom-select__trigger {
    width: 198px;
    height: 34px;
    padding: 0 4px 0 19px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

@media (max-width: 430px) {
  .custom-select__trigger {
    width: 60%;
    height: 54px;
    padding: 0 6px 0 30px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

.custom-select__trigger:hover {
  border-color: #413421;
}

.custom-select__trigger-icon {
  transform: rotate(90deg);
}

.custom-select__trigger.is-active .custom-select__trigger-icon {
  transform: rotate(270deg);
}

.custom-select__trigger-label {
  flex: 1;
  text-align: start;
  margin-top: 2px;
}

.custom-select__trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #413421;
  border-radius: 50%;
}

.custom-select__trigger-icon img {
  display: block;
  width: 11px;
  height: 11px;
}

@media (max-width: 1600px) {
  .custom-select__trigger-icon {
    width: 36px;
    height: 36px;
  }

  .custom-select__trigger-icon img {
    width: 9px;
    height: 9px;
  }
}

@media (max-width: 1440px) {
  .custom-select__trigger-icon {
    width: 33px;
    height: 33px;
  }

  .custom-select__trigger-icon img {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 1200px) {
  .custom-select__trigger-icon {
    width: 28px;
    height: 28px;
  }

  .custom-select__trigger-icon img {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 430px) {
  .custom-select__trigger-icon {
    width: 44px;
    height: 44px;
  }

  .custom-select__trigger-icon img {
    width: 11px;
    height: 11px;
  }
}

.custom-select__dropdown {
  position: absolute;
  width: 316px;
  top: calc(100% + 4px);
  left: 0;
  padding: 13px 20px;
  z-index: 5;
  opacity: 0;
  transform: translateY(-4px) scale(0.97);
  transform-origin: top left;
  pointer-events: none;
  border: 1px solid rgb(173, 173, 172);
  border-radius: 20px;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1600px) {
  .custom-select__dropdown {
    width: 264px;
    padding: 10px 16px;
  }
}

@media (max-width: 1440px) {
  .custom-select__dropdown {
    width: 238px;
    padding: 8px 14px;
  }
}

@media (max-width: 1200px) {
  .custom-select__dropdown {
    width: 198px;
    padding: 6px 12px;
  }
}

@media (max-width: 430px) {
  .custom-select__dropdown {
    width: 90%;
    padding: 13px 20px;
  }
}

.custom-select__dropdown.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.custom-select__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  cursor: pointer;
  color: #413421;
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.custom-select__option:not(:last-child) {
  border-bottom: 1px solid rgba(65, 52, 33, 0.25);
}

.custom-select__option-radio {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1.5px solid rgb(115, 118, 121);
  flex-shrink: 0;
  position: relative;
  transition: border-color 0.15s;
}

.custom-select__option.is-selected .custom-select__option-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: rgb(65, 52, 33);
}

.accordion {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}

.accordion__wrapper {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
}

.accordion__section {
  width: 100%;
}

.accordion-accordion__toggle {
  display: none;
}

.accordion__header {
  padding: 15px 8px 15px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}

.accordion__header img {
  width: 12px;
  height: 12px;
}

@media (max-width: 1600px) {
  .accordion__header {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    padding: 14px 8px 14px 2px;
  }
}

@media (max-width: 1440px) {
  .accordion__header {
    padding: 12px 7px 12px 2px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }

  .accordion__header img {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 1200px) {
  .accordion__header {
    padding: 10px 6px 10px 2px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }

  .accordion__header img {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 430px) {
  .accordion__header {
    padding: 8px 5px 8px 2px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }
}

.accordion__icon {
  position: relative;
  width: 14px;
  height: 14px;
}

@media (max-width: 1440px) {
  .accordion__icon {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 1200px) {
  .accordion__icon {
    width: 10px;
    height: 10px;
  }
}

.accordion-accordion__toggle:checked+.accordion__header .accordion__icon {
  transform: rotate(180deg);
}

.accordion__content {
  transition: grid-template-rows 0.3s ease;
  display: grid;
  grid-template-rows: 0fr;
}

.accordion-accordion__toggle:checked+.accordion__header+.accordion__content {
  grid-template-rows: 1fr;
}

.accordion__content-inner {
  overflow: hidden;
}

.accordion__apply {
  width: 100px;
  height: 31px;
  padding: 0;
  border-radius: 7px;
  justify-content: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2rem;
}

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

.pagination__item {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6980392157);
  width: 47px;
  height: 47px;
  border: 1px solid #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pagination__item:not(:last-child) {
  border-right: none;
}

.pagination__item_active {
  color: #ffffff;
  background-color: #0840f4;
  border: 1px solid #0840f4;
}

.pagination__item_active+.pagination__item {
  border-left: 1px solid #0840f4;
}

.pagination__item_next {
  transform: rotate(-90deg);
}

.pagination__item_prev {
  transform: rotate(90deg);
}

@media (max-width: 1600px) {
  .pagination__item {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1440px) {
  .pagination__item {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 430px) {
  .pagination__item {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    width: 47px;
    height: 47px;
  }
}

.breadcrumbs {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  color: #ffffff;
  display: flex;
  align-items: center;
}

@media (max-width: 1600px) {
  .breadcrumbs {
    font-size: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .breadcrumbs {
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .breadcrumbs {
    font-size: 1.1rem;
  }
}

.breadcrumbs__link {
  text-decoration: none;
}

.breadcrumbs__link.breadcrumbs__link_active {
  color: #787575;
}

.breadcrumbs__separator {
  color: #ffffff;
  margin: 0 8px;
}

.section {
  margin-top: 100px;
}

.section_mb {
  margin-bottom: 100px;
}

@media (max-width: 1600px) {
  .section {
    margin-top: 80px;
  }

  .section_mb {
    margin-bottom: 80px;
  }
}

@media (max-width: 1440px) {
  .section {
    margin-top: 65px;
  }

  .section_mb {
    margin-bottom: 65px;
  }
}

@media (max-width: 1200px) {
  .section {
    margin-top: 50px;
  }

  .section_mb {
    margin-bottom: 100px;
  }
}

.section__header {
  margin: 0 30px;
  border-top: 0.5px solid transparent;
  -o-border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
  border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
}

@media (max-width: 1600px) {
  .section__header {
    margin: 0 28px;
  }
}

@media (max-width: 1440px) {
  .section__header {
    margin: 0 24px;
  }
}

@media (max-width: 1200px) {
  .section__header {
    margin: 0 20px;
  }
}

.section__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 20px 50px 20px;
  color: #413421;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.section__label-image {
  width: 20px;
  height: 20px;
}

.section__label span {
  padding-top: 3px;
  opacity: 0.5;
}

@media (max-width: 1600px) {
  .section__label {
    margin: 10px 20px 45px 20px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .section__label-image {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1600px) and (max-width: 1440px) {
  .section__label {
    margin: 10px 16px 40px 16px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }

  .section__label-image {
    width: 16px;
    height: 16px;
  }

  .section__label span {
    padding-top: 2px;
  }
}

@media (max-width: 1600px) and (max-width: 1200px) {
  .section__label {
    margin: 10px 12px 30px 12px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .section__label-image {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 1600px) and (max-width: 768px) {
  .section__label {
    margin: 14px 2px 30px;
  }
}

.section__title-block {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-bottom: 60px;
}

@media (max-width: 1600px) {
  .section__title-block {
    margin-left: 18px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1440px) {
  .section__title-block {
    margin-left: 16px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .section__title-block {
    margin-left: 12px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .section__title-block {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.section__title {
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  color: #413421;
}

.section__title .secondary {
  color: #ADADAC;
}

@media (max-width: 1600px) {
  .section__title {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
  }
}

@media (max-width: 1440px) {
  .section__title {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
  }
}

@media (max-width: 1200px) {
  .section__title {
    font-size: 3.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.9rem;
  }
}

@media (max-width: 600px) {
  .section__title {
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
  }
}

.section__subtitle {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
  gap: 10px;
}

@media (max-width: 1600px) {
  .section__subtitle {
    gap: 8px;
  }
}

@media (max-width: 1440px) {
  .section__subtitle {
    gap: 6px;
  }
}

@media (max-width: 1200px) {
  .section__subtitle {
    gap: 4px;
  }
}

@media (max-width: 992px) {
  .section__subtitle {
    display: none;
  }
}

.section__subtitle-logo {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.9rem;
  color: #413421;
}

@media (max-width: 1600px) {
  .section__subtitle-logo {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.5rem;
  }
}

@media (max-width: 1440px) {
  .section__subtitle-logo {
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
  }
}

@media (max-width: 1200px) {
  .section__subtitle-logo {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
  }
}

.section__subtitle-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  color: rgb(173, 173, 172);
}

@media (max-width: 1600px) {
  .section__subtitle-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }
}

@media (max-width: 1440px) {
  .section__subtitle-text {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .section__subtitle-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 3.4rem;
}

@media (max-width: 1600px) {
  .header {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.6rem;
    padding: 28px;
    gap: 17px;
  }
}

@media (max-width: 1440px) {
  .header {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.4rem;
    padding: 26px;
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .header {
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.1rem;
    padding: 21px;
    gap: 13px;
  }
}

@media (max-width: 992px) {
  .header {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 12px 10px;
  }
}

@media (max-width: 600px) {
  .header {
    padding: 20px 14px 0 16px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.header__title {
  color: #fff;
  justify-self: center;
}

.header__title_black {
  color: #000000;
}

.header__title_dark {
  color: #413421;
}

.header__button {
  justify-self: end;
}

@media (max-width: 600px) {
  .header__button {
    display: none;
  }
}

.layout-4-column {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  gap: 20px;
}

@media (max-width: 600px) {
  .layout-4-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.layout-3-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 20px;
}

@media (max-width: 600px) {
  .layout-3-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.layout-2-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 20px;
}

@media (max-width: 600px) {
  .layout-2-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.footer {
  margin: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #ffffff;
  color: #413421;
  border-radius: 10px;
  padding: 60px;
}

@media (max-width: 1600px) {
  .footer {
    margin: 0 18px;
    padding: 60px;
  }
}

@media (max-width: 1440px) {
  .footer {
    margin: 0 16px;
    padding: 50px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 50px 20px 40px;
    margin: 0;
    border-radius: 16px;
  }
}

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

.footer__navigation {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, max-content);
  grid-template-areas: "a b c d";
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #413421;
}

@media (max-width: 1600px) {
  .footer__navigation {
    padding-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .footer__navigation {
    padding-bottom: 34px;
  }
}

@media (max-width: 768px) {
  .footer__navigation {
    grid-template-columns: repeat(2, minmax(0, max-content));
    grid-template-areas: "a b" "c d";
    justify-content: space-between;
    row-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.footer__contact-us {
  width: 230px;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 85px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

@media (max-width: 768px) {
  .footer__links {
    gap: 18px;
  }
}

.footer__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 50px;
}

@media (max-width: 1600px) {
  .footer__title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .footer__title {
    margin-bottom: 34px;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7rem;
  }
}

@media (max-width: 768px) {
  .footer__title {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 25px;
  }
}

.footer__column {
  display: contents;
}

@media (max-width: 768px) {
  .footer__column {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
}

.footer__link {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (max-width: 1600px) {
  .footer__link {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .footer__link {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }
}

.footer__contact-us {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
  padding-top: 56px;
}

@media (max-width: 1600px) {
  .footer__contact-us {
    gap: 80px;
    padding-top: 46px;
  }
}

@media (max-width: 1440px) {
  .footer__contact-us {
    gap: 70px;
    padding-top: 40px;
  }
}

@media (max-width: 1200px) {
  .footer__contact-us {
    gap: 60px;
    padding-top: 30px;
  }
}

.footer__controls {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer__btn {
  width: 61px;
  height: 61px;
  border-radius: 100%;
  background-color: #413421;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__btn img {
  width: 13px;
  transform: rotate(-90deg);
}

@media (max-width: 1600px) {
  .footer__btn {
    width: 52px;
    height: 52px;
  }

  .footer__btn img {
    width: 12px;
  }
}

@media (max-width: 1440px) {
  .footer__btn {
    width: 47px;
    height: 47px;
  }

  .footer__btn img {
    width: 11px;
  }
}

@media (max-width: 1200px) {
  .footer__btn {
    width: 42px;
    height: 42px;
  }

  .footer__btn img {
    width: 10px;
  }
}

@media (max-width: 768px) {
  .footer__btn {
    position: absolute;
    right: 0;
    top: -106px;
    width: 50px;
    height: 50px;
  }

  .footer__btn img {
    width: 11.5px;
  }
}

.footer__email {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.footer__email span:nth-child(1) {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
}

.footer__email span:nth-child(2) {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem;
}

@media (max-width: 1600px) {
  .footer__email {
    gap: 14px;
  }

  .footer__email span:nth-child(1) {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .footer__email span:nth-child(2) {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
  }
}

@media (max-width: 1440px) {
  .footer__email {
    gap: 12px;
  }

  .footer__email span:nth-child(1) {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }

  .footer__email span:nth-child(2) {
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7rem;
  }
}

@media (max-width: 1200px) {
  .footer__email {
    gap: 10px;
  }

  .footer__email span:nth-child(1) {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .footer__email span:nth-child(2) {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6rem;
  }
}

@media (max-width: 768px) {
  .footer__email {
    align-items: flex-start;
  }

  .footer__email span:nth-child(1) {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .footer__email span:nth-child(2) {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.2rem;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

@media (max-width: 1600px) {
  .footer__bottom {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .footer__bottom {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 768px) {
  .footer__bottom {
    flex-wrap: wrap;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.95rem;
  }

  .footer__bottom p:first-child {
    width: 100%;
    margin-bottom: 7px;
  }
}

.footer__s1 {
  grid-area: a;
}

.footer__s2 {
  grid-area: b;
}

.footer__s3 {
  grid-area: c;
  justify-self: center;
}

@media (max-width: 768px) {
  .footer__s3 {
    justify-self: start;
  }
}

.footer__s4 {
  grid-area: d;
  justify-self: end;
}

.footer__s4 a {
  text-align: end;
}

@media (max-width: 768px) {
  .footer__s4 {
    justify-self: start;
  }

  .footer__s4 a {
    text-align: start;
  }
}

.footer__background {
  padding: 35px 28px;
  max-width: 100%;
  overflow: hidden;
}

.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  height: 1200px;
  max-height: var(--fixed-vh);
}

@media (max-width: 1600px) {
  .hero {
    height: 1000px;
  }
}

@media (max-width: 1440px) {
  .hero {
    height: 900px;
  }
}

@media (max-width: 1200px) {
  .hero {
    height: 750px;
  }
}

.hero__video-block {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 45px;
}

@media (max-width: 1600px) {
  .hero__content {
    padding: 38px;
  }
}

@media (max-width: 1440px) {
  .hero__content {
    padding: 34px;
  }
}

@media (max-width: 1200px) {
  .hero__content {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .hero__content {
    padding: 140px 20px 50px;
    align-items: center;
    justify-content: space-between;
  }
}

.hero__title {
  letter-spacing: -3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16rem;
}

@media (max-width: 1600px) {
  .hero__title {
    font-size: 12.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 12.9rem;
  }
}

@media (max-width: 1440px) {
  .hero__title {
    font-size: 12rem;
    font-style: normal;
    font-weight: 400;
    line-height: 12rem;
  }
}

@media (max-width: 1200px) {
  .hero__title {
    font-size: 10rem;
    font-style: normal;
    font-weight: 400;
    line-height: 10rem;
  }
}

@media (max-width: 992px) {
  .hero__title {
    font-size: 7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7rem;
  }
}

@media (max-width: 768px) {
  .hero__title {
    font-size: 6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.2rem;
    position: static;
    text-wrap: wrap;
    max-width: 270px;
    text-align: center;
    transform: translate(0);
  }
}

@media (max-width: 360px) {
  .hero__title {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.2rem;
  }
}

.hero__description {
  width: 442px;
  margin: auto auto 0 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}

@media (max-width: 1600px) {
  .hero__description {
    width: 360px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
  }
}

@media (max-width: 1440px) {
  .hero__description {
    width: 332px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .hero__description {
    width: 276px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
  }
}

@media (max-width: 600px) {
  .hero__description {
    width: 304px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .hero__description {
    width: 276px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
  }
}

.hero__description-controls {
  display: none;
}

.hero__description-controls .hero__track {
  height: 83px;
  margin: 28px 0 17px;
}

@media (max-width: 600px) {
  .hero__description-controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.hero__footer {
  width: 100%;
  height: 100%;
  display: flex;
}

@media (max-width: 600px) {
  .hero__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}

.hero__side {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 40px;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .hero__side {
    gap: 42px;
    right: 25px;
    bottom: 33px;
  }
}

@media (max-width: 1440px) {
  .hero__side {
    gap: 38px;
    right: 23px;
    bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .hero__side {
    gap: 31px;
    right: 19px;
    bottom: 25px;
  }
}

.hero__btn {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__btn img {
  width: 20px;
}

@media (max-width: 1600px) {
  .hero__btn {
    width: 72px;
    height: 72px;
  }

  .hero__btn img {
    width: 16px;
  }
}

@media (max-width: 1440px) {
  .hero__btn {
    width: 68px;
    height: 68px;
  }

  .hero__btn img {
    width: 15px;
  }
}

@media (max-width: 1200px) {
  .hero__btn {
    width: 56px;
    height: 56px;
  }

  .hero__btn img {
    width: 13px;
  }
}

@media (max-width: 600px) {
  .hero__btn {
    width: 90px;
    height: 90px;
  }

  .hero__btn img {
    width: auto;
    height: auto;
    vector-effect: non-scaling-stroke;
  }
}

@media (max-width: 600px) {
  .hero__btn-web {
    display: none;
  }
}

.hero__scale {
  overflow: hidden;
}

.card {
  position: relative;
  aspect-ratio: 608/815;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .card {
    border-radius: 5px;
  }
}

@media (max-width: 768px) {
  .card {
    border-radius: 4px;
  }
}

@media (max-width: 600px) {
  .card {
    aspect-ratio: 329/440;
  }
}

.card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(200px);
}

.card::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(100px);
}

.card__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .card__image {
    border-radius: 5px;
  }
}

@media (max-width: 768px) {
  .card__image {
    border-radius: 4px;
  }
}

@media (max-width: 600px) {
  .card__image {
    border-radius: 5px;
  }
}

.card__content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 992px) {
  .card__content {
    padding: 0 10px;
  }
}

.card__header {
  height: 12%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  overflow: hidden;
}

.card__label {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}

.card__label>div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.card__label>div span:nth-child(1) {
  font-size: 7.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 7.5rem;
  line-height: 1;
}

.card__label>div span:nth-child(2) {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  padding-top: 6px;
  margin-left: 1px;
}

.card__label>div span:nth-child(3) {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
  max-width: 95px;
  align-self: center;
  margin-left: 13px;
}

@media (max-width: 1600px) {
  .card__label>div span:nth-child(1) {
    font-size: 6.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.3rem;
  }

  .card__label>div span:nth-child(2) {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }

  .card__label>div span:nth-child(3) {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    max-width: 79px;
    margin-left: 11px;
  }
}

@media (max-width: 1440px) {
  .card__label>div span:nth-child(1) {
    font-size: 5.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.6rem;
  }

  .card__label>div span:nth-child(2) {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .card__label>div span:nth-child(3) {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    max-width: 71px;
    margin-left: 10px;
  }
}

@media (max-width: 1200px) {
  .card__label>div span:nth-child(1) {
    font-size: 4.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.7rem;
  }

  .card__label>div span:nth-child(2) {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
  }

  .card__label>div span:nth-child(3) {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
    max-width: 59px;
    margin-left: 8px;
  }
}

@media (max-width: 992px) {
  .card__label>div span:nth-child(1) {
    font-size: 3.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.9rem;
  }

  .card__label>div span:nth-child(2) {
    font-size: 0.83rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.83rem;
    padding-top: 3px;
  }

  .card__label>div span:nth-child(3) {
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.88rem;
    max-width: 49px;
    margin-left: 7px;
  }
}

@media (max-width: 768px) {
  .card__label>div span:nth-child(1) {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
  }

  .card__label>div span:nth-child(2) {
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.64rem;
    padding-top: 2px;
  }

  .card__label>div span:nth-child(3) {
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.68rem;
    max-width: 38px;
    margin-left: 5px;
  }
}

@media (max-width: 600px) {
  .card__label>div span:nth-child(1) {
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.4rem;
  }

  .card__label>div span:nth-child(2) {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    padding-top: 5px;
  }

  .card__label>div span:nth-child(3) {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
    max-width: 50px;
    margin-left: 5px;
  }
}

.card__rank {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6rem;
  color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 1600px) {
  .card__rank {
    gap: 5px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .card__rank {
    gap: 5px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .card__rank {
    gap: 4px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
  }
}

@media (max-width: 992px) {
  .card__rank {
    gap: 3px;
    font-size: 0.83rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.83rem;
  }
}

@media (max-width: 768px) {
  .card__rank {
    gap: 2px;
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.64rem;
  }
}

@media (max-width: 600px) {
  .card__rank {
    gap: 3px;
    font-size: 0.83rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.83rem;
  }
}

.card__stars {
  display: flex;
  gap: 1.5px;
}

@media (max-width: 992px) {
  .card__stars {
    gap: 1px;
  }
}

.card__star {
  width: 9.5px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
}

@media (max-width: 1600px) {
  .card__star {
    width: 8px;
    height: 10px;
  }
}

@media (max-width: 1440px) {
  .card__star {
    width: 7px;
    height: 9px;
  }
}

@media (max-width: 1200px) {
  .card__star {
    width: 6px;
    height: 8px;
  }
}

@media (max-width: 992px) {
  .card__star {
    width: 5px;
    height: 6px;
    border-radius: 2px;
  }
}

.card__star_filled {
  background-color: white;
}

.card__footer {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 33px 15px;
}

@media (max-width: 1600px) {
  .card__footer {
    gap: 14px;
    padding: 28px 13px;
  }
}

@media (max-width: 1440px) {
  .card__footer {
    gap: 13px;
    padding: 25px 11px;
  }
}

@media (max-width: 1200px) {
  .card__footer {
    gap: 11px;
    padding: 21px 9px;
  }
}

@media (max-width: 992px) {
  .card__footer {
    gap: 9px;
    padding: 17px 8px;
  }
}

@media (max-width: 768px) {
  .card__footer {
    gap: 7px;
    padding: 13px 6px;
  }
}

@media (max-width: 600px) {
  .card__footer {
    gap: 11px;
    padding: 20px 10px;
  }
}

.card__footer-title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
}

@media (max-width: 1600px) {
  .card__footer-title {
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.2rem;
  }
}

@media (max-width: 1440px) {
  .card__footer-title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
  }
}

@media (max-width: 1200px) {
  .card__footer-title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1rem;
  }
}

@media (max-width: 992px) {
  .card__footer-title {
    font-size: 2.07rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.58rem;
  }
}

@media (max-width: 768px) {
  .card__footer-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

@media (max-width: 600px) {
  .card__footer-title {
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.9rem;
  }
}

.card__footer-description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

@media (max-width: 1600px) {
  .card__footer-description {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

@media (max-width: 1440px) {
  .card__footer-description {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .card__footer-description {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (max-width: 992px) {
  .card__footer-description {
    font-size: 0.83rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.24rem;
  }
}

@media (max-width: 768px) {
  .card__footer-description {
    font-size: 0.64rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.96rem;
  }
}

@media (max-width: 600px) {
  .card__footer-description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
  }
}

.card__footer {
  color: #F4EFE8;
}

.card__outbound .card::after {
  content: none;
}

.card__outbound .card__footer {
  color: #413421;
  padding: 0;
  margin-top: 22px;
}

@media (max-width: 1600px) {
  .card__outbound .card__footer {
    margin-top: 18px;
  }
}

@media (max-width: 1440px) {
  .card__outbound .card__footer {
    margin-top: 16px;
  }
}

@media (max-width: 1200px) {
  .card__outbound .card__footer {
    margin-top: 14px;
  }
}

@media (max-width: 600px) {
  .card__outbound .card__footer {
    margin-top: 17px;
  }
}

.our-worlds__cards {
  margin: 0 30px;
}

@media (max-width: 1600px) {
  .our-worlds__cards {
    margin: 0 28px;
  }
}

@media (max-width: 1440px) {
  .our-worlds__cards {
    margin: 0 24px;
  }
}

@media (max-width: 1200px) {
  .our-worlds__cards {
    margin: 0 20px;
  }
}

.our-worlds__card1 .card__footer-description {
  max-width: 314px;
}

@media (max-width: 1600px) {
  .our-worlds__card1 .card__footer-description {
    max-width: 280px;
  }
}

@media (max-width: 1440px) {
  .our-worlds__card1 .card__footer-description {
    max-width: 240px;
  }
}

@media (max-width: 1200px) {
  .our-worlds__card1 .card__footer-description {
    max-width: 200px;
  }
}

@media (max-width: 600px) {
  .our-worlds__card1 .card__footer-description {
    max-width: 280px;
  }
}

.our-worlds__card2 .card__footer-description {
  max-width: 371px;
}

@media (max-width: 1600px) {
  .our-worlds__card2 .card__footer-description {
    max-width: 290px;
  }
}

@media (max-width: 1440px) {
  .our-worlds__card2 .card__footer-description {
    max-width: 250px;
  }
}

@media (max-width: 1200px) {
  .our-worlds__card2 .card__footer-description {
    max-width: 230px;
  }
}

@media (max-width: 600px) {
  .our-worlds__card2 .card__footer-description {
    max-width: 312px;
  }
}

.our-worlds__card3 .card__footer-description {
  max-width: 385px;
}

@media (max-width: 1600px) {
  .our-worlds__card3 .card__footer-description {
    max-width: 340px;
  }
}

@media (max-width: 1440px) {
  .our-worlds__card3 .card__footer-description {
    max-width: 290px;
  }
}

@media (max-width: 1200px) {
  .our-worlds__card3 .card__footer-description {
    max-width: 240px;
  }
}

@media (max-width: 600px) {
  .our-worlds__card3 .card__footer-description {
    max-width: 294px;
  }
}

.our-worlds .section__title {
  max-width: 914px;
}

@media (max-width: 1600px) {
  .our-worlds .section__title {
    max-width: 770px;
  }
}

@media (max-width: 1440px) {
  .our-worlds .section__title {
    max-width: 680px;
  }
}

@media (max-width: 1200px) {
  .our-worlds .section__title {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .our-worlds .section__title {
    max-width: 330px;
  }
}

.philosophy {
  margin-left: 0;
  margin-right: 0;
}

.philosophy .hero__content {
  padding: 0;
}

.philosophy .section__title {
  max-width: 1005px;
}

@media (max-width: 1440px) {
  .philosophy .section__title {
    max-width: 900px;
  }
}

@media (max-width: 1200px) {
  .philosophy .section__title {
    max-width: 770px;
  }
}

@media (max-width: 600px) {
  .philosophy .section__title {
    max-width: 350px;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.7rem;
  }
}

.philosophy__hero {
  height: 1080px;
  max-height: none;
}

@media (max-width: 1600px) {
  .philosophy__hero {
    height: 900px;
  }
}

@media (max-width: 1440px) {
  .philosophy__hero {
    height: 800px;
  }
}

@media (max-width: 1200px) {
  .philosophy__hero {
    height: 700px;
  }
}

@media (max-width: 768px) {
  .philosophy__hero {
    height: 950px;
    max-height: none;
  }
}

.philosophy__label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F4EFE8;
  color: #413421;
  border-top: 0.5px solid transparent;
  -o-border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
  border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
  padding: 44px 100px 50px 50px;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
}

.philosophy__label p {
  display: flex;
  gap: 5px;
}

.philosophy__label img {
  width: 14px;
}

@media (max-width: 1600px) {
  .philosophy__label {
    padding: 38px 80px 40px 40px;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
  }

  .philosophy__label p {
    gap: 4px;
  }

  .philosophy__label img {
    width: 13px;
  }
}

@media (max-width: 1440px) {
  .philosophy__label {
    padding: 34px 70px 35px 35px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem;
  }

  .philosophy__label p {
    gap: 3px;
  }

  .philosophy__label img {
    width: 12px;
  }
}

@media (max-width: 1200px) {
  .philosophy__label {
    padding: 30px 60px 30px 30px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
  }

  .philosophy__label p {
    gap: 2px;
  }

  .philosophy__label img {
    width: 10px;
  }
}

@media (max-width: 600px) {
  .philosophy__label {
    padding: 50px 12px 15px 15px;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .philosophy__label p {
    gap: 3px;
  }

  .philosophy__label img {
    width: 11px;
  }
}

@media (max-width: 600px) {
  .philosophy__label-web {
    display: none;
  }
}

.philosophy__label-mob {
  display: none;
}

@media (max-width: 600px) {
  .philosophy__label-mob {
    display: block;
  }
}

.philosophy__content {
  position: relative;
  top: 35%;
  width: 100%;
}

.philosophy__content>img {
  width: 100%;
}

@media (max-width: 768px) {
  .philosophy__content {
    top: 250px;
  }

  .philosophy__content>img {
    width: auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
  }
}

.philosophy__info {
  position: absolute;
  top: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}

@media (max-width: 1600px) {
  .philosophy__info {
    gap: 45px;
    top: 90px;
  }
}

@media (max-width: 1440px) {
  .philosophy__info {
    gap: 35px;
    top: 80px;
  }
}

@media (max-width: 1200px) {
  .philosophy__info {
    gap: 25px;
    top: 70px;
  }
}

@media (max-width: 768px) {
  .philosophy__info {
    padding: 0 22px;
    gap: 70px;
    top: 120px;
  }
}

.philosophy__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.8rem;
}

.philosophy__title span {
  margin-left: 27px;
}

@media (max-width: 1600px) {
  .philosophy__title {
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
  }

  .philosophy__title span {
    margin-left: 20px;
  }
}

@media (max-width: 1440px) {
  .philosophy__title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
  }

  .philosophy__title span {
    margin-left: 15px;
  }
}

@media (max-width: 1200px) {
  .philosophy__title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .philosophy__title span {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .philosophy__title {
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.4rem;
  }
}

@media (max-width: 360px) {
  .philosophy__title {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
  }
}

.philosophy__title .philosophy__arrow {
  width: 26px;
  height: 26px;
  margin: 0px 16px -2px 12px;
}

@media (max-width: 1600px) {
  .philosophy__title .philosophy__arrow {
    width: 22px;
    height: 22px;
    margin: 0px 12px -2px 10px;
  }
}

@media (max-width: 1440px) {
  .philosophy__title .philosophy__arrow {
    width: 18px;
    height: 18px;
    margin: 0px 10px -1px 8px;
  }
}

@media (max-width: 1200px) {
  .philosophy__title .philosophy__arrow {
    width: 14px;
    height: 14px;
    margin: 0px 8px 0 6px;
  }
}

@media (max-width: 768px) {
  .philosophy__title .philosophy__arrow {
    width: 22px;
    height: 22px;
    margin: 0 10px -3px;
  }
}

.philosophy__title .philosophy__globus {
  width: 30px;
  height: 30px;
  margin: 0 12px -4px;
}

@media (max-width: 1600px) {
  .philosophy__title .philosophy__globus {
    width: 26px;
    height: 26px;
    margin: 0 10px -4px;
  }
}

@media (max-width: 1440px) {
  .philosophy__title .philosophy__globus {
    width: 22px;
    height: 22px;
    margin: 0 8px -3px;
  }
}

@media (max-width: 1200px) {
  .philosophy__title .philosophy__globus {
    width: 18px;
    height: 18px;
    margin: 0 6px -2px;
  }
}

@media (max-width: 768px) {
  .philosophy__title .philosophy__globus {
    width: 22px;
    height: 22px;
    margin: 0 17px;
  }
}

@media (max-width: 768px) {
  .philosophy__title {
    display: none;
  }
}

.philosophy__title-mob {
  display: none;
  width: 325px;
}

@media (max-width: 768px) {
  .philosophy__title-mob {
    display: block;
  }

  .philosophy__title-mob p:nth-child(1) {
    padding-left: 9px;
  }

  .philosophy__title-mob p:nth-child(2) {
    text-align: end;
    padding-right: 12px;
  }

  .philosophy__title-mob p:nth-child(3) {
    padding-left: 9px;
  }

  .philosophy__title-mob p:nth-child(4) {
    padding-left: 9px;
  }

  .philosophy__title-mob p:nth-child(5) {
    text-align: end;
    padding-right: 6px;
  }

  .philosophy__title-mob p:nth-child(6) {
    text-align: end;
    padding-right: 50px;
  }
}

.technologies {
  padding: 0 30px;
  width: 100%;
  height: 1150px;
  margin-bottom: 20px;
}

.technologies .hero {
  height: 100%;
  max-height: 100%;
  border-radius: 16px;
}

@media (max-width: 1600px) {
  .technologies {
    height: 958px;
    padding: 0 25px;
  }

  .technologies .hero {
    border-radius: 13px;
  }
}

@media (max-width: 1440px) {
  .technologies {
    height: 863px;
    padding: 0 23px;
  }

  .technologies .hero {
    border-radius: 12px;
  }
}

@media (max-width: 1200px) {
  .technologies {
    height: 719px;
    padding: 0 19px;
  }

  .technologies .hero {
    border-radius: 10px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .technologies {
    padding: 0;
    height: 850px;
  }

  .technologies .hero {
    border-radius: 5px;
  }
}

.technologies__globus {
  position: absolute;
  bottom: 75%;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .technologies__globus {
    top: -11px;
    left: 0;
    height: 102%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.technologies__content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}

@media (max-width: 1600px) {
  .technologies__content {
    gap: 30px;
  }
}

@media (max-width: 1440px) {
  .technologies__content {
    gap: 27px;
  }
}

@media (max-width: 1200px) {
  .technologies__content {
    gap: 23px;
  }
}

@media (max-width: 768px) {
  .technologies__content {
    padding: 100px 18px 60px;
  }
}

.technologies__header {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 0;
}

.technologies__header p:nth-child(1) {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
}

.technologies__header p:nth-child(2) {
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 3.4rem;
}

@media (max-width: 1600px) {
  .technologies__header {
    padding: 42px 42px 0;
  }

  .technologies__header p:nth-child(1) {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .technologies__header p:nth-child(2) {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.8rem;
  }
}

@media (max-width: 1600px) and (max-width: 768px) {
  .technologies__header {
    display: none;
  }
}

@media (max-width: 1440px) {
  .technologies__header {
    padding: 38px 38px 0;
  }

  .technologies__header p:nth-child(1) {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }

  .technologies__header p:nth-child(2) {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.6rem;
  }
}

@media (max-width: 1200px) {
  .technologies__header {
    padding: 31px 31px 0;
  }

  .technologies__header p:nth-child(1) {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }

  .technologies__header p:nth-child(2) {
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.1rem;
  }
}

.technologies__body {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.technologies__body::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 2%;
  left: 0;
  width: 100%;
  height: 135%;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  filter: blur(130px);
}

@media (max-width: 768px) {
  .technologies__body::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .technologies__body {
    top: 44%;
    width: min(100% - 40px, 520px);
  }
}

@media (max-width: 768px) {
  .technologies__body {
    position: static;
    transform: translate(0);
    width: 100%;
  }
}

.technologies__body-logo {
  display: none;
}

@media (max-width: 768px) {
  .technologies__body-logo {
    display: block;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 100;
    line-height: 3.2rem;
    margin-top: 90px;
  }
}

.technologies__title {
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .technologies__title {
    margin-bottom: 17px;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
  }
}

@media (max-width: 1440px) {
  .technologies__title {
    margin-bottom: 15px;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
  }
}

@media (max-width: 1200px) {
  .technologies__title {
    margin-bottom: 13px;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
  }
}

@media (max-width: 768px) {
  .technologies__title {
    margin-bottom: 10px;
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.7rem;
  }
}

.technologies__subtitle {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  margin-bottom: 24px;
}

@media (max-width: 1600px) {
  .technologies__subtitle {
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .technologies__subtitle {
    margin-bottom: 18px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .technologies__subtitle {
    margin-bottom: 15px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

@media (max-width: 768px) {
  .technologies__subtitle {
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
  }
}

.technologies__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: min(100%, 410px);
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .technologies__form {
    gap: 8px;
    width: min(100%, 342px);
    margin-bottom: 17px;
  }
}

@media (max-width: 1440px) {
  .technologies__form {
    gap: 8px;
    width: min(100%, 308px);
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .technologies__form {
    gap: 6px;
    width: min(100%, 256px);
    margin-bottom: 13px;
  }
}

@media (max-width: 768px) {
  .technologies__form {
    width: 100%;
  }
}

.technologies__button {
  width: 100%;
}

@media (max-width: 768px) {
  .technologies__button {
    height: 52px;
    padding-left: 30px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .technologies__button div {
    width: 42px;
    height: 42px;
  }

  .technologies__button img {
    width: 10px;
  }
}

.technologies__policy {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

.technologies__policy a {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .technologies__policy {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .technologies__policy {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .technologies__policy {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

@media (max-width: 768px) {
  .technologies__policy {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    opacity: 0.5;
    max-width: 300px;
    text-align: center;
  }
}

.technologies__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 140px;
  padding: 0 50px 20px 20px;
}

@media (max-width: 1600px) {
  .technologies__footer {
    gap: 117px;
    padding: 0 42px 17px 17px;
  }
}

@media (max-width: 1440px) {
  .technologies__footer {
    gap: 105px;
    padding: 0 38px 15px 15px;
  }
}

@media (max-width: 1200px) {
  .technologies__footer {
    gap: 88px;
    padding: 0 31px 13px 13px;
  }
}

@media (max-width: 768px) {
  .technologies__footer {
    padding: 0;
    gap: 10px;
  }
}

.technologies__info {
  display: flex;
  flex-direction: column;
  gap: 72px;
  flex: 0 0 350px;
  min-width: 0;
}

@media (max-width: 1600px) {
  .technologies__info {
    gap: 60px;
    flex: 0 0 292px;
  }
}

@media (max-width: 1440px) {
  .technologies__info {
    gap: 54px;
    flex: 0 0 263px;
  }
}

@media (max-width: 1200px) {
  .technologies__info {
    gap: 45px;
    flex: 0 0 219px;
  }
}

@media (max-width: 992px) {
  .technologies__info {
    display: none;
  }
}

.technologies__description {
  display: flex;
  flex-direction: column;
  width: min(100%, 355px);
  min-width: 0;
}

.technologies__description p:nth-child(1) {
  margin-bottom: 8px;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}

.technologies__description p:nth-child(2) {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 100;
  line-height: 3.3rem;
  padding-top: 14px;
  border-top: 1px solid #ffffff;
  max-width: 100%;
  padding-right: 66px;
}

@media (max-width: 1600px) {
  .technologies__description {
    width: min(100%, 296px);
  }

  .technologies__description p:nth-child(1) {
    margin-bottom: 7px;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
  }

  .technologies__description p:nth-child(2) {
    padding-top: 12px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.8rem;
    padding-right: 55px;
  }
}

@media (max-width: 1440px) {
  .technologies__description {
    width: min(100%, 266px);
  }

  .technologies__description p:nth-child(1) {
    margin-bottom: 6px;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
  }

  .technologies__description p:nth-child(2) {
    padding-top: 11px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.5rem;
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .technologies__description {
    width: min(100%, 222px);
  }

  .technologies__description p:nth-child(1) {
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }

  .technologies__description p:nth-child(2) {
    padding-top: 9px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 100;
    line-height: 2.1rem;
    padding-right: 30px;
  }
}

.technologies__cards {
  display: flex;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  align-items: stretch;
}

@media (max-width: 1600px) {
  .technologies__cards {
    gap: 8px;
  }
}

@media (max-width: 1440px) {
  .technologies__cards {
    gap: 8px;
  }
}

@media (max-width: 1200px) {
  .technologies__cards {
    gap: 6px;
  }
}

@media (max-width: 768px) {
  .technologies__cards {
    flex-direction: column;
  }
}

.technologies__card {
  aspect-ratio: 303/234;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: 303px;
  max-height: none;
  padding: 32px 35px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: -3%;
}

@media (max-width: 1700px) {
  .technologies__card {
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
  }
}

@media (max-width: 1600px) {
  .technologies__card {
    max-width: 253px;
    padding: 27px 29px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
  }
}

@media (max-width: 1440px) {
  .technologies__card {
    max-width: 227px;
    padding: 24px 26px;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
  }
}

@media (max-width: 1290px) {
  .technologies__card {
    padding: 20px 24px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

@media (max-width: 1200px) {
  .technologies__card {
    max-width: 189px;
    padding: 20px 22px;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
  }
}

@media (max-width: 1070px) {
  .technologies__card {
    padding: 16px 20px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

@media (max-width: 632px) {
  .technologies__card {
    padding: 10px 14px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 768px) {
  .technologies__card {
    aspect-ratio: 325/55;
    max-width: none;
    width: 100%;
    max-height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

.technologies__card:hover {
  background: white;
}

.technologies__card:hover p {
  color: #413421;
}

.technologies__footer-btn {
  width: 305px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
}

@media (max-width: 1600px) {
  .technologies__footer-btn {
    width: 254px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .technologies__footer-btn {
    width: 229px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .technologies__footer-btn {
    width: 191px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1200;
  background: rgba(18, 20, 24, 0.72);
  backdrop-filter: blur(10px);
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 600px) {
  .modal {
    padding: 0;
  }
}

.modal__dialog {
  position: relative;
  max-width: 1037px;
  width: 100%;
  max-height: calc(var(--fixed-vh) - 30px);
  overflow-y: auto;
  border-radius: 10px;
  background: rgb(244, 239, 232);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  display: flex;
  justify-content: center;
  padding: 90px 20px 140px 20px;
}

@media (max-width: 600px) {
  .modal__dialog {
    border-radius: 0;
    max-height: var(--fixed-vh);
    min-height: var(--fixed-vh);
    padding: 90px 20px 90px 20px;
    align-items: center;
  }
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
  height: 100%;
  max-height: 630px;
}

@media (max-width: 600px) {
  .modal__content {
    max-width: 400px;
  }
}

.modal__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.modal__title {
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.5rem;
  color: rgb(65, 52, 33);
  margin-bottom: 40px;
}

.modal__title .secondary {
  color: rgb(173, 173, 172);
}

@media (max-width: 600px) {
  .modal__title {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
  }
}

@media (max-width: 430px) {
  .modal__title {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
  }
}

.modal__form {
  width: 100%;
  max-width: 508px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.modal__button {
  color: white;
  background-color: rgb(65, 52, 33);
  height: 53px;
  width: 266px;
  padding-left: 25px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 10px;
}

.modal__button div {
  background-color: #fff;
  width: 43px;
  height: 43px;
}

.modal__button div img {
  width: 12px;
}

.modal__button:hover {
  color: white;
  background-color: rgb(65, 52, 33);
  transform: scale(1.05);
}

@media (max-width: 600px) {
  .modal__button {
    width: 100%;
  }
}

.modal .input-field {
  height: 53px;
  padding: 0 25px;
}

.modal .input-field::-moz-placeholder {
  font-size: 14px;
}

.modal .input-field::placeholder {
  font-size: 14px;
}

.destinations {
  margin: 0 30px 100px 0;
}

@media (max-width: 1600px) {
  .destinations {
    margin: 0 25px 83px 0;
  }
}

@media (max-width: 1440px) {
  .destinations {
    margin: 0 22px 75px 0;
  }
}

@media (max-width: 1200px) {
  .destinations {
    margin: 0 19px 63px 0;
  }
}

@media (max-width: 992px) {
  .destinations {
    margin: 0 18px 90px;
  }
}

.destinations__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 1fr);
  gap: 20px;
}

@media (max-width: 1600px) {
  .destinations__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 1fr);
    gap: 17px;
  }
}

@media (max-width: 1440px) {
  .destinations__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(270px, 1fr);
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .destinations__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(200px, 1fr);
    gap: 13px;
  }
}

@media (max-width: 992px) {
  .destinations__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(186px, 1fr);
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .destinations__layout {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.destinations__visual {
  position: relative;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .destinations__visual {
    border-radius: 3px;
  }
}

.destinations__visual>img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .destinations__visual {
    display: none;
  }
}

.destinations__background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.destinations__panel {
  position: absolute;
  top: calc(50% + 62px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 16px 34px 30px;
}

@media (max-width: 1600px) {
  .destinations__panel {
    padding: 13px 28px 25px;
    top: calc(50% + 52px);
  }
}

@media (max-width: 1440px) {
  .destinations__panel {
    padding: 12px 26px 23px;
    top: calc(50% + 47px);
  }
}

@media (max-width: 1200px) {
  .destinations__panel {
    padding: 10px 21px 19px;
    top: calc(50% + 39px);
  }
}

@media (max-width: 992px) {
  .destinations__panel {
    padding: 8px 18px 16px;
    top: calc(50% + 32px);
  }
}

.destinations__caption {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (max-width: 1600px) {
  .destinations__caption {
    top: 25px;
    left: 25px;
    gap: 8px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .destinations__caption {
    top: 23px;
    left: 23px;
    gap: 8px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1rem;
  }

  .destinations__caption>span {
    margin-bottom: 2px;
  }
}

@media (max-width: 1200px) {
  .destinations__caption {
    top: 19px;
    left: 19px;
    gap: 6px;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.9rem;
  }
}

@media (max-width: 992px) {
  .destinations__caption {
    top: 16px;
    left: 16px;
    gap: 5px;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.8rem;
  }
}

.destinations__slider-wrapper {
  width: 600px;
  height: 600px;
}

@media (max-width: 1600px) {
  .destinations__slider-wrapper {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 1440px) {
  .destinations__slider-wrapper {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .destinations__slider-wrapper {
    width: 375px;
    height: 375px;
  }
}

@media (max-width: 992px) {
  .destinations__slider-wrapper {
    width: 310px;
    height: 310px;
  }
}

.destinations__slide {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #413421;
}

@media (max-width: 1600px) {
  .destinations__slide {
    gap: 17px;
    padding: 17px;
    border-radius: 4px;
  }
}

@media (max-width: 1440px) {
  .destinations__slide {
    gap: 15px;
    padding: 15px;
    border-radius: 4px;
  }
}

@media (max-width: 1200px) {
  .destinations__slide {
    gap: 13px;
    padding: 13px;
    border-radius: 3px;
  }
}

@media (max-width: 992px) {
  .destinations__slide {
    gap: 10px;
    padding: 10px;
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .destinations__slide {
    gap: 20px;
    padding: 10px;
    aspect-ratio: 1/1;
  }
}

.destinations__slide-image {
  width: 100%;
  aspect-ratio: 559/367;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 1600px) {
  .destinations__slide-image {
    border-radius: 4px;
  }
}

@media (max-width: 1200px) {
  .destinations__slide-image {
    border-radius: 3px;
  }
}

.destinations__slide-title {
  max-width: 80%;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
}

@media (max-width: 1600px) {
  .destinations__slide-title {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1440px) {
  .destinations__slide-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

@media (max-width: 1200px) {
  .destinations__slide-title {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 992px) {
  .destinations__slide-title {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }
}

@media (max-width: 768px) {
  .destinations__slide-title {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    max-width: 82%;
  }
}

.destinations__slide-text {
  max-width: 75%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

@media (max-width: 1600px) {
  .destinations__slide-text {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .destinations__slide-text {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .destinations__slide-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

@media (max-width: 992px) {
  .destinations__slide-text {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8rem;
  }
}

@media (max-width: 768px) {
  .destinations__slide-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.destinations__controls {
  margin: 20px auto 0;
  display: flex;
  gap: 10px;
}

@media (max-width: 1600px) {
  .destinations__controls {
    margin: 17px auto 0;
    gap: 8px;
  }
}

@media (max-width: 1440px) {
  .destinations__controls {
    margin: 15px auto 0;
    gap: 8px;
  }
}

@media (max-width: 1200px) {
  .destinations__controls {
    margin: 13px auto 0;
    gap: 6px;
  }
}

@media (max-width: 992px) {
  .destinations__controls {
    margin: 10px auto 0;
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .destinations__controls {
    margin: 12px auto 0;
    gap: 10px;
  }
}

.destinations__directions {
  padding-top: 20px;
}

@media (max-width: 1600px) {
  .destinations__directions {
    padding-top: 17px;
  }
}

@media (max-width: 1440px) {
  .destinations__directions {
    padding-top: 15px;
  }
}

@media (max-width: 1200px) {
  .destinations__directions {
    padding-top: 13px;
  }
}

@media (max-width: 992px) {
  .destinations__directions {
    padding-top: 10px;
  }
}

.destinations__description {
  max-width: 280px;
  height: 200px;
  color: #413421;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
}

@media (max-width: 1600px) {
  .destinations__description {
    max-width: 233px;
    height: 167px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1440px) {
  .destinations__description {
    max-width: 210px;
    height: 150px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

@media (max-width: 1200px) {
  .destinations__description {
    max-width: 175px;
    height: 125px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 992px) {
  .destinations__description {
    max-width: 145px;
    height: 103px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }
}

@media (max-width: 768px) {
  .destinations__description {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    max-width: 145px;
    height: 85px;
  }
}

.destinations__list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.destinations__direction {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  border-bottom: 0.5px solid transparent;
  -o-border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
  border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1;
  background: transparent;
  color: #413421;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.8rem;
}

.destinations__direction:hover {
  opacity: 0.7;
}

.destinations__direction.is-active {
  border-bottom-width: 2px;
}

.destinations__direction.is-active::after {
  content: "";
  display: block;
  background-image: url("./../../assets/icons/right-arrow-prim.svg");
  transform: rotate(-45deg);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 768px) {
  .destinations__direction.is-active::after {
    transform: rotate(90deg);
  }
}

@media (max-width: 1600px) {
  .destinations__direction {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7.3rem;
  }

  .destinations__direction.is-active::after {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 1440px) {
  .destinations__direction {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.6rem;
  }

  .destinations__direction.is-active::after {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 1200px) {
  .destinations__direction {
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.5rem;
  }

  .destinations__direction.is-active::after {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 992px) {
  .destinations__direction {
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
  }

  .destinations__direction.is-active::after {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}

@media (max-width: 768px) {
  .destinations__direction {
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem;
    padding: 12px 0;
  }
}

.destinations__mobile-slider-block {
  display: none;
}

@media (max-width: 768px) {
  .destinations__mobile-slider-block {
    display: flex;
    flex-direction: column;
    margin: 30px 0 50px;
    transform: translateX(100%);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .destinations__mobile-slider-block.is-visible {
    transform: translateX(0);
  }

  .destinations__mobile-slider-block .destinations__slider-wrapper {
    width: 100%;
    height: auto;
  }

  .destinations__mobile-slider-block .destinations__controls {
    margin: 22px auto 0;
    gap: 10px;
  }
}

.destinations__mobile-slider-block .slider-button {
  width: 52px;
  height: 52px;
  background-color: rgb(65, 52, 33);
}

.destinations__mobile-slider-block .slider-button img {
  width: 16px;
  height: 9px;
}

.slider-track-img {
  position: absolute;
  right: 2%;
  bottom: 4%;
  height: 75%;
}

.partnership {
  position: relative;
  overflow: hidden;
  width: calc(100% - 60px);
  margin: -140px 30px 60px;
  background-color: #F4EFE8;
  border-radius: 10px;
  padding: 100px 10px 110px;
}

@media (max-width: 1600px) {
  .partnership {
    width: calc(100% - 50px);
    margin: -117px 25px 50px;
    border-radius: 8px;
    padding: 83px 8px 92px;
  }
}

@media (max-width: 1440px) {
  .partnership {
    width: calc(100% - 44px);
    margin: -105px 22px 45px;
    border-radius: 7px;
    padding: 75px 8px 83px;
  }
}

@media (max-width: 1200px) {
  .partnership {
    width: calc(100% - 38px);
    margin: -88px 19px 38px;
    border-radius: 6px;
    padding: 63px 6px 69px;
  }
}

@media (max-width: 992px) {
  .partnership {
    width: calc(100% - 20px);
    margin: -90px 10px 110px;
    border-radius: 10px;
    padding: 50px 0 0;
  }
}

.partnership__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 430px) {
  .partnership__bg {
    bottom: 170px;
    height: 113%;
  }
}

.partnership__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partnership__label {
  margin-top: 0;
  margin-bottom: 65px;
}

@media (max-width: 1600px) {
  .partnership__label {
    margin-bottom: 54px;
  }
}

@media (max-width: 1440px) {
  .partnership__label {
    margin-bottom: 49px;
  }
}

@media (max-width: 1200px) {
  .partnership__label {
    margin-bottom: 50px;
  }
}

.partnership__title {
  max-width: 914px;
  text-align: center;
}

@media (max-width: 1600px) {
  .partnership__title {
    max-width: 761px;
  }
}

@media (max-width: 1440px) {
  .partnership__title {
    max-width: 686px;
  }
}

@media (max-width: 1200px) {
  .partnership__title {
    max-width: 571px;
  }
}

@media (max-width: 768px) {
  .partnership__title {
    max-width: 242px;
  }
}

.partnership__slider {
  width: 100%;
}

.partnership__slider-content {
  display: flex;
  width: 100%;
  gap: 60px;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1600px) {
  .partnership__slider-content {
    gap: 50px;
    margin-top: 33px;
  }
}

@media (max-width: 1440px) {
  .partnership__slider-content {
    gap: 45px;
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .partnership__slider-content {
    gap: 38px;
    margin-top: 25px;
  }
}

@media (max-width: 992px) {
  .partnership__slider-content {
    margin-top: 180px;
  }
}

.partnership__slider-track {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 150px;
}

@media (max-width: 1600px) {
  .partnership__slider-track {
    gap: 13px;
    margin-top: 125px;
  }
}

@media (max-width: 1440px) {
  .partnership__slider-track {
    gap: 12px;
    margin-top: 113px;
  }
}

@media (max-width: 1200px) {
  .partnership__slider-track {
    gap: 10px;
    margin-top: 94px;
  }
}

@media (max-width: 600px) {
  .partnership__slider-track {
    display: none;
  }
}

.partnership__slider-track-item {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: rgb(232, 226, 218);
}

@media (max-width: 1600px) {
  .partnership__slider-track-item {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 1440px) {
  .partnership__slider-track-item {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 1200px) {
  .partnership__slider-track-item {
    width: 6px;
    height: 6px;
  }
}

.partnership__slider-track-item.is-active {
  background-color: #413421;
}

.partnership__slides>.partnership__slide {
  display: flex;
  width: 100%;
  height: 510px;
  justify-content: space-between;
  flex-grow: 1;
}

@media (max-width: 1600px) {
  .partnership__slides>.partnership__slide {
    height: 425px;
  }
}

@media (max-width: 1440px) {
  .partnership__slides>.partnership__slide {
    height: 383px;
  }
}

@media (max-width: 1200px) {
  .partnership__slides>.partnership__slide {
    height: 319px;
  }
}

.partnership__slides>.partnership__slide> :nth-child(1) {
  margin-top: auto;
}

@media (max-width: 992px) {
  .partnership__slides>.partnership__slide {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    height: auto;
  }

  .partnership__slides>.partnership__slide> :nth-child(1) {
    margin-top: 0;
  }
}

.partnership__card {
  width: 600px;
}

@media (max-width: 1600px) {
  .partnership__card {
    width: 500px;
  }
}

@media (max-width: 1440px) {
  .partnership__card {
    width: 450px;
  }
}

@media (max-width: 1200px) {
  .partnership__card {
    width: 375px;
  }
}

@media (max-width: 992px) {
  .partnership__card {
    width: 100%;
  }
}

.partnership__card-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .partnership__card-image {
    border-radius: 4px;
  }
}

@media (max-width: 1200px) {
  .partnership__card-image {
    border-radius: 3px;
  }
}

@media (max-width: 992px) {
  .partnership__card-image {
    border-radius: 5px;
  }
}

.partnership__card-bg {
  display: block;
  aspect-ratio: 608/370;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.partnership__usp {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 225px;
  height: 118px;
  background-color: #ffffff;
  color: #413421;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1600px) {
  .partnership__usp {
    width: 187px;
    height: 98px;
  }
}

@media (max-width: 1440px) {
  .partnership__usp {
    width: 169px;
    height: 89px;
  }
}

@media (max-width: 1200px) {
  .partnership__usp {
    width: 141px;
    height: 74px;
  }
}

@media (max-width: 992px) {
  .partnership__usp {
    width: 195px;
    height: 105px;
    transform: translate(-100%, 0);
    top: 10px;
    left: calc(100% - 10px);
  }
}

.partnership__usp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  padding: 10px;
  border-bottom: 0.5px solid rgb(65, 52, 33);
}

@media (max-width: 1600px) {
  .partnership__usp-head {
    height: 25px;
    padding: 8px;
  }
}

@media (max-width: 1440px) {
  .partnership__usp-head {
    height: 23px;
    padding: 7px;
  }
}

@media (max-width: 1200px) {
  .partnership__usp-head {
    height: 19px;
    padding: 6px;
  }
}

@media (max-width: 992px) {
  .partnership__usp-head {
    height: 30px;
    padding: 10px;
  }
}

.partnership__usp-label {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  vertical-align: middle;
}

@media (max-width: 1600px) {
  .partnership__usp-label {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
  }
}

@media (max-width: 1440px) {
  .partnership__usp-label {
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8rem;
  }
}

@media (max-width: 1200px) {
  .partnership__usp-label {
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.7rem;
  }
}

@media (max-width: 992px) {
  .partnership__usp-label {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.partnership__usp-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #413421;
  flex-shrink: 0;
}

@media (max-width: 1600px) {
  .partnership__usp-dot {
    width: 3px;
    height: 3px;
  }
}

@media (max-width: 992px) {
  .partnership__usp-dot {
    width: 4px;
    height: 4px;
  }
}

.partnership__usp-title {
  padding: 10px;
  margin-top: auto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3rem;
}

@media (max-width: 1600px) {
  .partnership__usp-title {
    padding: 8px;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

@media (max-width: 1440px) {
  .partnership__usp-title {
    padding: 7px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
  }
}

@media (max-width: 1200px) {
  .partnership__usp-title {
    padding: 6px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (max-width: 992px) {
  .partnership__usp-title {
    padding: 10px;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
  }
}

.partnership__card-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  max-width: 470px;
  color: rgb(173, 173, 172);
  margin-top: 20px;
}

@media (max-width: 1600px) {
  .partnership__card-text {
    margin-top: 17px;
    max-width: 380px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .partnership__card-text {
    margin-top: 15px;
    max-width: 353px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .partnership__card-text {
    margin-top: 13px;
    max-width: 294px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.partnership-button {
  position: relative;
  z-index: 3;
  pointer-events: auto;
  flex-shrink: 0;
  background-color: #413421;
  width: 50px;
  height: 50px;
}

.partnership-button img {
  width: 11px;
}

@media (max-width: 1600px) {
  .partnership-button {
    width: 42px;
    height: 42px;
  }

  .partnership-button img {
    width: 9px;
  }
}

@media (max-width: 1440px) {
  .partnership-button {
    width: 38px;
    height: 38px;
  }

  .partnership-button img {
    width: 8px;
  }
}

@media (max-width: 1200px) {
  .partnership-button {
    width: 31px;
    height: 31px;
  }

  .partnership-button img {
    width: 7px;
  }
}

.partnership-button_prev {
  transform: rotate(180deg);
}

@media (max-width: 600px) {
  .partnership-button-web {
    display: none;
  }
}

.partnership-button-mob {
  display: none;
}

@media (max-width: 600px) {
  .partnership-button-mob {
    display: flex;
    width: 52px;
    height: 52px;
  }

  .partnership-button-mob img {
    width: 16px;
    height: 9px;
  }
}

.partnership__controls-mob {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 0;
}

.catalog-section {
  color: #ffffff;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .catalog-section {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.catalog-section__header {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 35px;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.4rem;
  letter-spacing: -1px;
}

@media (max-width: 1600px) {
  .catalog-section__header {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
  }
}

@media (max-width: 1440px) {
  .catalog-section__header {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
  }
}

@media (max-width: 600px) {
  .catalog-section__header {
    padding: 40px 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 126%;
  }
}

@media (max-width: 430px) {
  .catalog-section__header {
    padding: 30px 0;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem;
  }
}

@media (max-width: 360px) {
  .catalog-section__header {
    padding: 30px 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
  }
}

.catalog-section__card {
  position: relative;
  aspect-ratio: 445/537;
  cursor: pointer;
}

.catalog-section__card::before {
  content: "";
  position: absolute;
  height: 100%;
  inset: 0;
  background: rgba(8, 64, 244, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.catalog-section__card:hover::before {
  opacity: 1;
}

.catalog-section__card::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43%;
  background: rgba(30, 29, 28, 0.7);
  filter: blur(100px);
}

.catalog-section__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 20px;
}

@media (max-width: 768px) {
  .catalog-section__content {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}

.catalog-section__title :last-child {
  color: #8b8f94;
}

.catalog-section__image {
  display: block;
  width: 100%;
  height: 100%;
}

.catalog-section__subtitle {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  top: 0;
  width: 65%;
  height: 100%;
  padding: 32px 26px;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.6rem;
  letter-spacing: -1px;
}

@media (max-width: 1600px) {
  .catalog-section__subtitle {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1rem;
  }
}

@media (max-width: 1440px) {
  .catalog-section__subtitle {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.9rem;
    padding: 30px;
  }
}

@media (max-width: 1200px) {
  .catalog-section__subtitle {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
    width: 60%;
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .catalog-section__subtitle {
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .catalog-section__subtitle {
    width: 100%;
    padding: 20px 10px;
  }
}

@media (max-width: 360px) {
  .catalog-section__subtitle {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem;
  }
}

.catalog-section__card-button {
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  padding: 0 15px;
  width: 126px;
  height: 42px;
  border-radius: 9px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.catalog-section__card-button img {
  width: 12px;
}

@media (max-width: 1600px) {
  .catalog-section__card-button {
    width: 116px;
    height: 38px;
    bottom: 32px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (max-width: 1440px) {
  .catalog-section__card-button {
    width: 100px;
    height: 32px;
    right: 18px;
    bottom: 30px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .catalog-section__card-button img {
    width: 11px;
  }
}

@media (max-width: 1200px) {
  .catalog-section__card-button img {
    width: 10px;
  }
}

@media (max-width: 768px) {
  .catalog-section__card-button {
    display: none;
  }
}

.catalog-section__card:hover .catalog-section__card-button {
  opacity: 1;
}

.body--lock {
  overflow: hidden;
}

.html--lock {
  overflow: hidden;
}

.burger {
  width: 100%;
  height: 100dvh;
  position: fixed;
  overflow: hidden;
  z-index: 30;
  pointer-events: none;
  transform: translateY(-120%);
}

.burger.active {
  pointer-events: auto;
  transform: translateY(0);
}

.burger__panel {
  position: relative;
  width: 100%;
  height: 100dvh;
  margin: 0;
  background: #F4EFE8;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger__cross {
  position: absolute;
  top: 34px;
  left: 35px;
  width: 39px;
  height: 39px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.burger__cross img {
  width: 13px;
}

.burger__cross:hover {
  background-color: #413421;
}

.burger__cross:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1600px) {
  .burger__cross {
    top: 28px;
    left: 29px;
    width: 33px;
    height: 33px;
    border-radius: 5px;
  }

  .burger__cross img {
    width: 11px;
  }
}

@media (max-width: 1440px) {
  .burger__cross {
    top: 26px;
    left: 26px;
    width: 29px;
    height: 29px;
    border-radius: 5px;
  }

  .burger__cross img {
    width: 10px;
  }
}

@media (max-width: 1200px) {
  .burger__cross {
    top: 21px;
    left: 22px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }

  .burger__cross img {
    width: 8px;
  }
}

@media (max-width: 768px) {
  .burger__cross {
    top: 18px;
    right: 18px;
    left: auto;
    width: 30px;
    height: 30px;
  }

  .burger__cross img {
    width: 16px;
  }
}

.burger__logo {
  display: none;
  color: #413421;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  position: absolute;
  top: 21px;
  left: 21px;
}

@media (max-width: 768px) {
  .burger__logo {
    display: inline-block;
  }
}

.burger__navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 450px));
  gap: 40px 150px;
  padding: 70px 160px 40px;
}

@media (max-width: 1600px) {
  .burger__navigation {
    grid-template-columns: repeat(2, minmax(0, 375px));
    padding: 58px 133px 33px;
    gap: 33px 125px;
  }
}

@media (max-width: 1440px) {
  .burger__navigation {
    grid-template-columns: repeat(2, minmax(0, 338px));
    padding: 53px 120px 30px;
    gap: 30px 113px;
  }
}

@media (max-width: 1200px) {
  .burger__navigation {
    grid-template-columns: repeat(2, minmax(0, 281px));
    padding: 44px 100px 25px;
    gap: 25px 94px;
  }
}

@media (max-width: 768px) {
  .burger__navigation {
    justify-content: center;
    grid-template-columns: 60%;
    padding: 160px 0;
    gap: 0;
  }
}

.burger__list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.burger__item {
  border-bottom: 0.5px solid;
}

.burger__item a {
  display: block;
  color: #413421;
  padding: 25px 0;
}

.burger__item a:hover {
  opacity: 0.7;
}

.burger__item a {
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.1rem;
}

@media (max-width: 1600px) {
  .burger__item a {
    padding: 21px 0;
    font-size: 2.58rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.58rem;
  }
}

@media (max-width: 1440px) {
  .burger__item a {
    padding: 19px 0;
    font-size: 2.33rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.33rem;
  }
}

@media (max-width: 1200px) {
  .burger__item a {
    padding: 16px 0;
    font-size: 1.94rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.94rem;
  }
}

@media (max-width: 768px) {
  .burger__item a {
    text-align: center;
    padding: 24px 0;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
  }
}

.burger__contacts {
  margin-left: 160px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 450px;
  border-top: 0.5px solid;
  padding-top: 18px;
  color: rgb(204, 199, 191);
}

.burger__contacts span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

.burger__contacts a {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem;
}

@media (max-width: 1600px) {
  .burger__contacts {
    margin-left: 133px;
    gap: 10px;
    width: 375px;
    padding-top: 15px;
  }

  .burger__contacts span {
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33rem;
  }

  .burger__contacts a {
    font-size: 1.83rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.83rem;
  }
}

@media (max-width: 1440px) {
  .burger__contacts {
    margin-left: 120px;
    gap: 9px;
    width: 338px;
    padding-top: 14px;
  }

  .burger__contacts span {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }

  .burger__contacts a {
    font-size: 1.65rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.65rem;
  }
}

@media (max-width: 1200px) {
  .burger__contacts {
    margin-left: 100px;
    gap: 8px;
    width: 281px;
    padding-top: 11px;
  }

  .burger__contacts span {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }

  .burger__contacts a {
    font-size: 1.38rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.38rem;
  }
}

@media (max-width: 768px) {
  .burger__contacts {
    margin: 0 auto;
    padding-top: 14px !important;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .burger__contacts span {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
  }

  .burger__contacts a {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.9rem;
  }
}

.burger__footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1600px) {
  .burger__footer {
    gap: 17px;
  }
}

@media (max-width: 1440px) {
  .burger__footer {
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .burger__footer {
    gap: 13px;
  }
}

@media (max-width: 768px) {
  .burger__footer {
    padding: 0px 15px 65px;
    gap: 12px;
    flex-direction: column-reverse;
  }
}

.burger__background {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  padding: 0 30px 20px 40px;
}

@media (max-width: 1600px) {
  .burger__background {
    padding: 0 25px 17px 33px;
  }
}

@media (max-width: 1440px) {
  .burger__background {
    padding: 0 23px 15px 30px;
  }
}

@media (max-width: 1200px) {
  .burger__background {
    padding: 0 19px 13px 25px;
  }
}

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

.about .hero__content {
  padding: 0 0 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 88%;
}

@media (max-width: 1600px) {
  .about .hero__content {
    padding: 0 0 52px 17px;
  }
}

@media (max-width: 1440px) {
  .about .hero__content {
    padding: 0 0 45px 15px;
  }
}

@media (max-width: 1200px) {
  .about .hero__content {
    padding: 0 0 40px 13px;
  }
}

@media (max-width: 768px) {
  .about .hero__content {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px;
  }
}

.about .hero__description {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem;
  margin-left: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .about .hero__description {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    margin-left: 17px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1440px) {
  .about .hero__description {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6rem;
    margin-left: 15px;
    margin-bottom: 23px;
  }
}

@media (max-width: 1200px) {
  .about .hero__description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
    margin-left: 13px;
    margin-bottom: 19px;
  }
}

@media (max-width: 768px) {
  .about .hero__description {
    margin: 30px 0;
  }
}

.about .hero__footer {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

@media (max-width: 768px) {
  .about .hero__footer {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .about .hero__side-web {
    display: none;
  }
}

.about .hero__scale-mobile {
  display: none;
}

@media (max-width: 768px) {
  .about .hero__scale-mobile {
    display: block;
    height: 65%;
    max-height: 620px;
  }
}

.aboutPhilo .section__title {
  max-width: 914px;
}

@media (max-width: 1600px) {
  .aboutPhilo .section__title {
    max-width: 770px;
  }
}

@media (max-width: 1440px) {
  .aboutPhilo .section__title {
    max-width: 680px;
  }
}

@media (max-width: 1200px) {
  .aboutPhilo .section__title {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .aboutPhilo .section__title {
    max-width: 345px;
  }
}

.aboutPhilo__hero {
  position: relative;
  aspect-ratio: 1920/880;
  height: auto;
  max-height: none;
  overflow: hidden;
}

.aboutPhilo__hero .hero__content {
  width: 100%;
}

@media (max-width: 768px) {
  .aboutPhilo__hero {
    height: 700px;
  }
}

.aboutPhilo__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
  max-width: 1600px;
  aspect-ratio: 1600/639;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

@media (max-width: 768px) {
  .aboutPhilo__bg {
    height: 81%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    top: -50px;
  }
}

.about .network .network__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  color: #413421;
  text-align: end;
  margin-left: 820px;
}

.about .network .network__title .secondary {
  color: #ADADAC;
}

.about .network .network__title .line1 {
  display: flex;
  justify-content: flex-end;
  gap: 70px;
  margin-right: 18px;
}

.about .network .network__title .line2 {
  margin-right: 234px;
}

@media (max-width: 1700px) {
  .about .network .network__title {
    margin-left: 640px;
  }
}

@media (max-width: 1600px) {
  .about .network .network__title {
    margin-left: 670px;
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
  }

  .about .network .network__title .line1 {
    margin-right: 12px;
  }

  .about .network .network__title .line2 {
    margin-right: 200px;
  }
}

@media (max-width: 1440px) {
  .about .network .network__title {
    margin-left: 610px;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
  }

  .about .network .network__title .line1 {
    gap: 60px;
    margin-right: 10px;
  }

  .about .network .network__title .line2 {
    margin-right: 178px;
  }
}

@media (max-width: 1300px) {
  .about .network .network__title {
    margin-left: 490px;
  }
}

@media (max-width: 1200px) {
  .about .network .network__title {
    font-size: 3.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.9rem;
  }

  .about .network .network__title .line1 {
    gap: 57px;
    margin-right: 8px;
  }

  .about .network .network__title .line2 {
    margin-right: 154px;
  }
}

@media (max-width: 992px) {
  .about .network .network__title {
    width: 324px;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.65rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.65rem;
  }

  .about .network .network__title .line1 {
    gap: 0;
    margin-right: 0;
    justify-content: flex-start;
  }

  .about .network .network__title .line1>p:first-child {
    margin-right: 10px;
  }

  .about .network .network__title .line2 {
    margin-right: 0;
    text-align: start;
  }
}

@media (max-width: 1300px) {
  .about .network .network__title {
    margin-left: 316px;
  }
}

@media (max-width: 992px) {
  .about .network .network__title {
    margin-left: 0;
  }
}

.about .network__layout {
  margin-top: 50px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .about .network__layout {
    overflow: visible;
  }
}

.about .network__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

@media (max-width: 992px) {
  .about .network__bg {
    display: none;
  }
}

.about .network__content {
  position: relative;
  z-index: 3;
  width: 1570px;
  display: grid;
  grid-template-columns: minmax(320px, 656fr) minmax(420px, 785fr);
  align-items: start;
  gap: 130px;
  margin: 70px 0 100px 30px;
  height: 100%;
}

@media (max-width: 1700px) {
  .about .network__content {
    width: 1390px;
    gap: 115px;
    margin: 62px 0 89px 28px;
  }
}

@media (max-width: 1600px) {
  .about .network__content {
    width: 1308px;
    gap: 108px;
    margin: 58px 0 83px 28px;
  }
}

@media (max-width: 1440px) {
  .about .network__content {
    width: 1178px;
    gap: 98px;
    margin: 53px 0 75px 24px;
  }
}

@media (max-width: 1300px) {
  .about .network__content {
    width: 1060px;
    gap: 88px;
  }
}

@media (max-width: 1200px) {
  .about .network__content {
    width: 980px;
    gap: 82px;
    margin: 44px 0 63px 20px;
  }
}

@media (max-width: 1050px) {
  .about .network__content {
    width: 800px;
    gap: 70px;
  }
}

@media (max-width: 992px) {
  .about .network__content {
    width: 100%;
    margin: 0;
    padding: 0 15px 90px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.about .network__intro {
  position: relative;
  width: 100%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 992px) {
  .about .network__intro {
    order: 1;
    flex-direction: column-reverse;
    gap: 50px;
    height: auto;
  }
}

.about .network__intro-top {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  aspect-ratio: 333/306;
  width: 51%;
  max-width: 333px;
  align-self: flex-end;
  grid-template-areas: ". t1" "t2 .";
}

.about .network__intro-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about .network__intro-top img:nth-of-type(1) {
  grid-area: t1;
}

.about .network__intro-top img:nth-of-type(2) {
  grid-area: t2;
}

@media (max-width: 992px) {
  .about .network__intro-top {
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    grid-template-areas: ". t2" "t1 .";
  }
}

.about .network__intro-bottom {
  aspect-ratio: 528/364;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  width: 80%;
  grid-template-areas: "a ." "b ." ". c";
}

.about .network__intro-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.about .network__intro-bottom p {
  grid-area: a;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  color: rgb(173, 173, 172);
  margin-bottom: 20px;
  max-width: 326px;
}

.about .network__intro-bottom img:nth-of-type(1) {
  grid-area: b;
}

.about .network__intro-bottom img:nth-of-type(2) {
  grid-area: c;
}

@media (max-width: 1700px) {
  .about .network__intro-bottom p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 15px;
    max-width: 272px;
  }
}

@media (max-width: 1600px) {
  .about .network__intro-bottom p {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 12px;
    max-width: 240px;
  }
}

@media (max-width: 1300px) {
  .about .network__intro-bottom p {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
    margin-bottom: 10px;
    max-width: 214px;
  }
}

@media (max-width: 1200px) {
  .about .network__intro-bottom p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    margin-bottom: 8px;
    max-width: 204px;
  }
}

@media (max-width: 1050px) {
  .about .network__intro-bottom p {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8rem;
    margin-bottom: 8px;
    max-width: 160px;
  }
}

@media (max-width: 992px) {
  .about .network__intro-bottom {
    width: 100%;
    max-width: none;
    grid-template-areas: ". ." "b ." "a c";
  }

  .about .network__intro-bottom p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 0;
    margin-top: auto;
    max-width: 95%;
  }
}

.about .network__feature {
  aspect-ratio: 785/737;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(65, 52, 33);
  padding: 15px;
}

@media (max-width: 1600px) {
  .about .network__feature {
    padding: 13px;
  }
}

@media (max-width: 1440px) {
  .about .network__feature {
    padding: 11px;
  }
}

@media (max-width: 1200px) {
  .about .network__feature {
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .about .network__feature {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
  }
}

.about .network__feature-image {
  width: 100%;
  aspect-ratio: 756/567;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: calc(100% - 135px);
}

@media (max-width: 1700px) {
  .about .network__feature-image {
    height: calc(100% - 120px);
  }
}

@media (max-width: 1500px) {
  .about .network__feature-image {
    height: calc(100% - 110px);
  }
}

@media (max-width: 1290px) {
  .about .network__feature-image {
    height: calc(100% - 100px);
  }
}

@media (max-width: 1600px) {
  .about .network__feature-image {
    height: calc(100% - 114px);
  }
}

@media (max-width: 1440px) {
  .about .network__feature-image {
    height: calc(100% - 106px);
  }
}

@media (max-width: 1200px) {
  .about .network__feature-image {
    height: calc(100% - 88px);
  }
}

@media (max-width: 768px) {
  .about .network__feature-image {
    height: auto;
    min-height: 0;
  }
}

.about .network__feature-text {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(244, 239, 232, 0.96);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}

.about .network__feature-text img {
  margin: 9px 5px 0;
  width: 14px;
}

.about .network__feature-text span {
  width: 652px;
}

@media (max-width: 1700px) {
  .about .network__feature-text {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    gap: 8px;
  }

  .about .network__feature-text img {
    margin: 8px 4px 0;
    width: 12px;
  }

  .about .network__feature-text span {
    width: 550px;
  }
}

@media (max-width: 1440px) {
  .about .network__feature-text {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    gap: 6px;
  }

  .about .network__feature-text img {
    margin: 7px 4px 0;
    width: 10px;
  }

  .about .network__feature-text span {
    width: 480px;
  }
}

@media (max-width: 1200px) {
  .about .network__feature-text {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    gap: 4px;
  }

  .about .network__feature-text img {
    margin: 6px 3px 0;
    width: 8px;
  }

  .about .network__feature-text span {
    width: 380px;
  }
}

@media (max-width: 768px) {
  .about .network__feature-text {
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
    gap: 5px;
    margin-top: 14px;
  }

  .about .network__feature-text img {
    margin: 5px 2px 0;
    width: 9px;
  }

  .about .network__feature-text span {
    width: 100%;
  }
}

.about .partners.hero {
  position: relative;
  height: auto;
  max-height: none;
  overflow: hidden;
  height: 1200px;
}

@media (max-width: 1600px) {
  .about .partners.hero {
    height: 1000px;
  }
}

@media (max-width: 1440px) {
  .about .partners.hero {
    height: 900px;
  }
}

@media (max-width: 1200px) {
  .about .partners.hero {
    height: 750px;
  }
}

@media (max-width: 600px) {
  .about .partners.hero {
    height: 950px;
    max-height: var(--fixed-vh);
  }
}

.about .partners.hero::after {
  position: absolute;
  content: "";
  top: 17%;
  right: 3.5%;
  width: 64%;
  max-width: 1600px;
  aspect-ratio: 1236/730;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(200px);
}

@media (max-width: 992px) {
  .about .partners.hero::after {
    content: none;
  }
}

.about .partners__bg {
  position: absolute;
  z-index: 2;
  top: 17%;
  right: 3.5%;
  width: 64%;
  max-width: 1600px;
  aspect-ratio: 1236/730;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

@media (max-width: 992px) {
  .about .partners__bg {
    display: none;
  }
}

.about .partners__content {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 28px 224px;
}

@media (max-width: 1600px) {
  .about .partners__content {
    padding: 42px 23px 186px;
  }
}

@media (max-width: 1440px) {
  .about .partners__content {
    padding: 38px 21px 168px;
  }
}

@media (max-width: 1200px) {
  .about .partners__content {
    padding: 32px 18px 140px;
  }
}

@media (max-width: 600px) {
  .about .partners__content {
    width: 100%;
    padding: 40px 15px 50px;
  }
}

.about .partners__header {
  display: flex;
  flex-direction: column;
  gap: 74px;
}

@media (max-width: 1600px) {
  .about .partners__header {
    gap: 60px;
  }
}

@media (max-width: 1440px) {
  .about .partners__header {
    gap: 50px;
  }
}

@media (max-width: 1200px) {
  .about .partners__header {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .about .partners__header {
    gap: 50px;
  }
}

.about .partners__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: rgba(244, 239, 232, 0.5);
}

.about .partners__label img {
  width: 20px;
}

.about .partners__label p {
  margin-top: 2px;
}

@media (max-width: 1600px) {
  .about .partners__label {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .about .partners__label img {
    width: 18px;
  }

  .about .partners__label p {
    margin-top: 3px;
  }
}

@media (max-width: 1440px) {
  .about .partners__label {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }

  .about .partners__label img {
    width: 16px;
  }
}

@media (max-width: 1200px) {
  .about .partners__label {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .about .partners__label img {
    width: 14px;
  }
}

@media (max-width: 1440px) {
  .about .partners__label {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }

  .about .partners__label img {
    width: 16px;
  }
}

@media (max-width: 768px) {
  .about .partners__label {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .about .partners__label img {
    width: 18px;
  }
}

.about .partners__title {
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  width: 736px;
}

.about .partners__title span:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1600px) {
  .about .partners__title {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
    width: 620px;
  }
}

@media (max-width: 1440px) {
  .about .partners__title {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
    width: 540px;
  }
}

@media (max-width: 1200px) {
  .about .partners__title {
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
    width: 460px;
  }
}

@media (max-width: 768px) {
  .about .partners__title {
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.7rem;
    width: 310px;
  }
}

.about .partners__footer {
  display: flex;
  gap: 50px;
}

@media (max-width: 1600px) {
  .about .partners__footer {
    gap: 42px;
  }
}

@media (max-width: 1440px) {
  .about .partners__footer {
    gap: 38px;
  }
}

@media (max-width: 1200px) {
  .about .partners__footer {
    gap: 31px;
  }
}

@media (max-width: 768px) {
  .about .partners__footer {
    flex-direction: column;
    gap: 30px;
  }
}

.about .partners__description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

.about .partners__description:nth-child(1) {
  width: 326px;
}

.about .partners__description:nth-child(2) {
  width: 294px;
}

.about .partners__description span:nth-child(2) {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1600px) {
  .about .partners__description {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .about .partners__description:nth-child(1) {
    width: 304px;
  }

  .about .partners__description:nth-child(2) {
    width: 260px;
  }
}

@media (max-width: 1440px) {
  .about .partners__description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .about .partners__description:nth-child(1) {
    width: 280px;
  }

  .about .partners__description:nth-child(2) {
    width: 240px;
  }
}

@media (max-width: 1200px) {
  .about .partners__description {
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.15rem;
  }

  .about .partners__description:nth-child(1) {
    width: 232px;
  }

  .about .partners__description:nth-child(2) {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .about .partners__description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .about .partners__description:nth-child(1) {
    width: 282px;
  }

  .about .partners__description:nth-child(2) {
    width: 282px;
  }
}

@media (max-width: 768px) {
  .about .clients {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.about .clients .section__title {
  max-width: 900px;
}

@media (max-width: 1600px) {
  .about .clients .section__title {
    max-width: 750px;
  }
}

@media (max-width: 1440px) {
  .about .clients .section__title {
    max-width: 670px;
  }
}

@media (max-width: 1200px) {
  .about .clients .section__title {
    max-width: 580px;
  }
}

@media (max-width: 600px) {
  .about .clients .section__title {
    margin: 0 -5px;
    max-width: 362px;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
  }
}

@media (max-width: 392px) {
  .about .clients .section__title {
    font-size: 3.45rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.45rem;
    max-width: 334px;
  }
}

.about .clients__slider-wrap {
  margin: 100px 0 0 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

@media (max-width: 1600px) {
  .about .clients__slider-wrap {
    margin: 83px 0 0 42px;
    gap: 83px;
  }
}

@media (max-width: 1440px) {
  .about .clients__slider-wrap {
    margin: 75px 0 0 38px;
    gap: 75px;
  }
}

@media (max-width: 1200px) {
  .about .clients__slider-wrap {
    margin: 63px 0 0 31px;
    gap: 63px;
  }
}

@media (max-width: 768px) {
  .about .clients__slider-wrap {
    margin: 90px 0 0 18px;
    gap: 30px;
    flex-direction: column;
  }
}

.about .clients__slider {
  overflow: hidden;
  width: 1260px;
  margin-right: 0;
}

@media (max-width: 1600px) {
  .about .clients__slider {
    width: 1050px;
  }
}

@media (max-width: 1440px) {
  .about .clients__slider {
    width: 945px;
  }
}

@media (max-width: 1200px) {
  .about .clients__slider {
    width: 788px;
  }
}

@media (max-width: 768px) {
  .about .clients__slider {
    width: 100%;
  }
}

.about .clients__slide {
  position: relative;
  width: 465px;
  height: 670px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .about .clients__slide {
    width: 388px;
    height: 558px;
  }
}

@media (max-width: 1440px) {
  .about .clients__slide {
    width: 349px;
    height: 503px;
  }
}

@media (max-width: 1200px) {
  .about .clients__slide {
    width: 291px;
    height: 419px;
  }
}

@media (max-width: 768px) {
  .about .clients__slide {
    width: auto;
    height: 360px;
  }
}

.about .clients__slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.about .clients__card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 334px;
  height: 382px;
  padding: 40px 16px 40px 35px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-right-radius: 4px;
}

.about .clients__card1 {
  padding-right: 43px;
}

@media (max-width: 1600px) {
  .about .clients__card {
    width: 278px;
    height: 318px;
    padding: 33px 13px 33px 29px;
  }

  .about .clients__card1 {
    padding-right: 36px;
  }
}

@media (max-width: 1440px) {
  .about .clients__card {
    width: 251px;
    height: 287px;
    padding: 30px 12px 30px 26px;
  }

  .about .clients__card1 {
    padding-right: 32px;
  }
}

@media (max-width: 1200px) {
  .about .clients__card {
    width: 209px;
    height: 239px;
    padding: 25px 10px 25px 22px;
  }

  .about .clients__card1 {
    padding-right: 27px;
  }
}

.about .clients__card-icon {
  width: 17px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1600px) {
  .about .clients__card-icon {
    width: 14px;
    height: 17px;
  }
}

@media (max-width: 1440px) {
  .about .clients__card-icon {
    width: 13px;
    height: 15px;
  }
}

@media (max-width: 1200px) {
  .about .clients__card-icon {
    width: 11px;
    height: 13px;
  }
}

.about .clients__card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 142px;
}

@media (max-width: 1600px) {
  .about .clients__card-content {
    gap: 17px;
    height: 118px;
  }
}

@media (max-width: 1440px) {
  .about .clients__card-content {
    gap: 15px;
    height: 107px;
  }
}

@media (max-width: 1200px) {
  .about .clients__card-content {
    gap: 13px;
    height: 89px;
  }
}

.about .clients__card-title {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  color: #2E1D16;
}

@media (max-width: 1600px) {
  .about .clients__card-title {
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
  }
}

@media (max-width: 1440px) {
  .about .clients__card-title {
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
  }
}

@media (max-width: 1200px) {
  .about .clients__card-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

.about .clients__card-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9rem;
  color: rgba(46, 29, 22, 0.5);
}

@media (max-width: 1600px) {
  .about .clients__card-text {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

@media (max-width: 1440px) {
  .about .clients__card-text {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .about .clients__card-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

.about .clients__controls {
  display: flex;
  align-items: flex-end;
  gap: 13px;
}

@media (max-width: 1600px) {
  .about .clients__controls {
    gap: 11px;
  }
}

@media (max-width: 1440px) {
  .about .clients__controls {
    gap: 10px;
  }
}

@media (max-width: 1200px) {
  .about .clients__controls {
    gap: 8px;
  }
}

.about .clients .slider-button {
  background-color: #fff;
}

.about .about-technologies__text {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

@media (max-width: 1600px) {
  .about .about-technologies__text {
    gap: 22px;
  }
}

@media (max-width: 1440px) {
  .about .about-technologies__text {
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .about .about-technologies__text {
    gap: 16px;
  }
}

@media (max-width: 992px) {
  .about .about-technologies__text {
    gap: 20px;
  }
}

.about .about-technologies__title {
  width: 988px;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8rem;
}

.about .about-technologies__title .secondary {
  opacity: 0.5;
}

@media (max-width: 1600px) {
  .about .about-technologies__title {
    width: 823px;
    font-size: 8.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.7rem;
  }
}

@media (max-width: 1440px) {
  .about .about-technologies__title {
    width: 741px;
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6rem;
  }
}

@media (max-width: 1200px) {
  .about .about-technologies__title {
    width: 618px;
    font-size: 6.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
  }
}

@media (max-width: 992px) {
  .about .about-technologies__title {
    max-width: 350px;
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.7rem;
  }
}

.about .about-technologies__description {
  width: 444px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

@media (max-width: 1600px) {
  .about .about-technologies__description {
    width: 370px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
  }
}

@media (max-width: 1440px) {
  .about .about-technologies__description {
    width: 333px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9rem;
  }
}

@media (max-width: 1200px) {
  .about .about-technologies__description {
    width: 278px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

@media (max-width: 992px) {
  .about .about-technologies__description {
    width: 345px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 992px) {
  .about .about-technologies .technologies__header {
    display: block;
    padding: 0;
  }

  .about .about-technologies .technologies__header p:first-child {
    display: none;
  }

  .about .about-technologies .technologies__header p:nth-child(2) {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 100;
    line-height: 3.2rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .about .about-technologies .technologies__content {
    justify-content: flex-start;
    padding: 50px 15px;
    gap: 0;
  }
}

.about .about-technologies .technologies__footer {
  gap: 30px;
  padding: 0 50px 62px 62px;
}

@media (max-width: 1600px) {
  .about .about-technologies .technologies__footer {
    padding: 0 42px 52px 52px;
  }
}

@media (max-width: 1440px) {
  .about .about-technologies .technologies__footer {
    padding: 0 38px 47px 47px;
  }
}

@media (max-width: 1200px) {
  .about .about-technologies .technologies__footer {
    padding: 0 31px 39px 39px;
  }
}

@media (max-width: 992px) {
  .about .about-technologies .technologies__footer {
    padding: 0;
    height: 100%;
    width: 100%;
    align-items: normal;
    flex-direction: column;
  }
}

.about .about-technologies .technologies__info {
  flex-basis: 380px;
  gap: 34px;
}

@media (max-width: 1600px) {
  .about .about-technologies .technologies__info {
    flex-basis: 317px;
    gap: 28px;
  }
}

@media (max-width: 1440px) {
  .about .about-technologies .technologies__info {
    flex-basis: 285px;
    gap: 26px;
  }
}

@media (max-width: 1200px) {
  .about .about-technologies .technologies__info {
    flex-basis: 238px;
    gap: 21px;
  }
}

.about .about-technologies .technologies__description {
  width: 380px;
}

.about .about-technologies .technologies__description p {
  padding-right: 66px;
}

@media (max-width: 1600px) {
  .about .about-technologies .technologies__description {
    width: 317px;
  }

  .about .about-technologies .technologies__description p {
    padding-right: 55px;
  }
}

@media (max-width: 1440px) {
  .about .about-technologies .technologies__description {
    width: 285px;
  }

  .about .about-technologies .technologies__description p {
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .about .about-technologies .technologies__description {
    width: 238px;
  }

  .about .about-technologies .technologies__description p {
    padding-right: 30px;
  }
}

.about .about-technologies__btn-mob {
  display: none;
}

@media (max-width: 992px) {
  .about .about-technologies__btn-mob {
    margin-top: auto;
    display: flex;
    max-width: 430px;
  }
}

.not-found {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 110px 70px 80px 96px;
}

@media (max-width: 1700px) {
  .not-found {
    padding: 100px 62px 72px 86px;
  }
}

@media (max-width: 1600px) {
  .not-found {
    padding: 94px 58px 68px 80px;
  }
}

@media (max-width: 1440px) {
  .not-found {
    padding: 84px 52px 60px 72px;
  }
}

@media (max-width: 1200px) {
  .not-found {
    padding: 70px 44px 50px 60px;
  }
}

@media (max-width: 992px) {
  .not-found {
    padding: 58px 36px 42px 50px;
  }
}

@media (max-width: 600px) {
  .not-found {
    padding: 58px 15px 40px 22px;
    align-items: center;
  }
}

.not-found__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "code    title" "desc    action";
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .not-found__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "code" "title" "desc" "action";
  }
}

@media (max-width: 600px) {
  .not-found__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "code" "title" "desc" "action";
  }
}

.not-found__globe {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media (max-width: 1700px) {
  .not-found__globe {
    top: 140px;
    height: calc(100% - 140px);
  }
}

@media (max-width: 1600px) {
  .not-found__globe {
    top: 100px;
    height: calc(100% - 100px);
  }
}

@media (max-width: 1440px) {
  .not-found__globe {
    top: 80px;
    height: calc(100% - 80px);
  }
}

@media (max-width: 1200px) {
  .not-found__globe {
    top: 80px;
    height: calc(100% - 80px);
  }
}

@media (max-width: 600px) {
  .not-found__globe {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    height: calc(100% - 80px);
  }
}

.not-found__code {
  grid-area: code;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 690px;
}

@media (max-width: 1700px) {
  .not-found__code {
    width: 610px;
  }
}

@media (max-width: 1600px) {
  .not-found__code {
    width: 574px;
  }
}

@media (max-width: 1440px) {
  .not-found__code {
    width: 518px;
  }
}

@media (max-width: 1200px) {
  .not-found__code {
    width: 431px;
  }
}

@media (max-width: 992px) {
  .not-found__code {
    width: 356px;
  }
}

@media (max-width: 768px) {
  .not-found__code {
    width: 280px;
  }
}

@media (max-width: 600px) {
  .not-found__code {
    width: 254px;
  }
}

.not-found__code span {
  font-size: 500px;
  font-weight: 400;
  line-height: 100%;
  color: #413421;
  letter-spacing: -0.03em;
  position: relative;
}

@media (max-width: 1700px) {
  .not-found__code span {
    font-size: 443px;
  }
}

@media (max-width: 1600px) {
  .not-found__code span {
    font-size: 416px;
  }
}

@media (max-width: 1440px) {
  .not-found__code span {
    font-size: 375px;
  }
}

@media (max-width: 1200px) {
  .not-found__code span {
    font-size: 312px;
  }
}

@media (max-width: 992px) {
  .not-found__code span {
    font-size: 258px;
  }
}

@media (max-width: 768px) {
  .not-found__code span {
    font-size: 220px;
  }
}

@media (max-width: 600px) {
  .not-found__code span {
    font-size: 200px;
  }
}

.not-found__error {
  font-weight: 400;
  font-size: 100px;
  letter-spacing: -0.03em;
  text-align: right;
  color: #413421;
  margin-top: -60px;
  align-self: flex-end;
}

@media (max-width: 1700px) {
  .not-found__error {
    font-size: 89px;
    margin-top: -54px;
  }
}

@media (max-width: 1600px) {
  .not-found__error {
    font-size: 83px;
    margin-top: -50px;
  }
}

@media (max-width: 1440px) {
  .not-found__error {
    font-size: 75px;
    margin-top: -45px;
  }
}

@media (max-width: 1200px) {
  .not-found__error {
    font-size: 62px;
    margin-top: -38px;
  }
}

@media (max-width: 992px) {
  .not-found__error {
    font-size: 52px;
    margin-top: -32px;
  }
}

@media (max-width: 768px) {
  .not-found__error {
    font-size: 44px;
    margin-top: -27px;
  }
}

@media (max-width: 600px) {
  .not-found__error {
    font-size: 30px;
  }
}

.not-found__title {
  grid-area: title;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 100px;
  line-height: 92%;
  letter-spacing: -0.03em;
  text-align: right;
  color: #413421;
  align-self: center;
  padding-bottom: 30px;
  margin: 0;
}

@media (max-width: 1700px) {
  .not-found__title {
    font-size: 89px;
    padding-bottom: 27px;
  }
}

@media (max-width: 1600px) {
  .not-found__title {
    font-size: 83px;
    padding-bottom: 25px;
  }
}

@media (max-width: 1440px) {
  .not-found__title {
    font-size: 75px;
    padding-bottom: 22px;
  }
}

@media (max-width: 1200px) {
  .not-found__title {
    font-size: 62px;
    padding-bottom: 18px;
  }
}

@media (max-width: 992px) {
  .not-found__title {
    font-size: 52px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .not-found__title {
    font-size: 48px;
    line-height: 110%;
    color: #2e2c2c;
    margin-top: 120px;
    padding-bottom: 0;
  }
}

@media (max-width: 600px) {
  .not-found__title {
    font-size: 45px;
    line-height: 116%;
    color: #2e2c2c;
    margin-top: 25%;
    padding-bottom: 0;
  }
}

.not-found__description {
  grid-area: desc;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #413421;
  align-self: end;
  margin-left: 12px;
  max-width: 110px;
}

@media (max-width: 1600px) {
  .not-found__description {
    font-size: 14px;
    max-width: 95px;
  }
}

@media (max-width: 992px) {
  .not-found__description {
    font-size: 12px;
    max-width: 85px;
  }
}

@media (max-width: 768px) {
  .not-found__description {
    font-size: 12px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 600px) {
  .not-found__description {
    display: none;
  }
}

.not-found__action {
  grid-area: action;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 600px) {
  .not-found__action {
    max-width: 100%;
    justify-content: center;
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .not-found__action {
    justify-content: flex-start;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .not-found__action button {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .not-found__action button {
    width: 100%;
  }
}

.concierge .hero__globus {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 120%;
  z-index: 0;
}

@media (max-width: 1600px) {
  .concierge .hero__globus {
    top: 83px;
    height: 115%;
  }
}

@media (max-width: 1440px) {
  .concierge .hero__globus {
    top: 75px;
    height: 110%;
  }
}

@media (max-width: 1200px) {
  .concierge .hero__globus {
    top: 63px;
    height: 105%;
  }
}

@media (max-width: 430px) {
  .concierge .hero__globus {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 300%;
  }
}

@media (max-width: 992px) {
  .concierge .hero__video-block {
    height: 110%;
    bottom: -5%;
  }
}

.concierge .hero__content {
  padding: 0 65px;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 1600px) {
  .concierge .hero__content {
    padding: 0 54px;
    gap: 25px;
  }
}

@media (max-width: 1440px) {
  .concierge .hero__content {
    padding: 0 49px;
    gap: 22px;
  }
}

@media (max-width: 1200px) {
  .concierge .hero__content {
    padding: 0 41px;
    gap: 19px;
  }
}

@media (max-width: 430px) {
  .concierge .hero__content {
    padding-top: 160px;
    justify-content: flex-start;
  }
}

.concierge .hero__title {
  position: static;
  transform: translateX(0);
}

.concierge .hero__description {
  margin: 0;
  width: 473px;
}

@media (max-width: 1600px) {
  .concierge .hero__description {
    width: 355px;
  }
}

@media (max-width: 1200px) {
  .concierge .hero__description {
    width: 298px;
  }
}

@media (max-width: 430px) {
  .concierge .hero__description {
    display: none;
  }
}

.concierge .hero__content-btn {
  position: absolute;
  left: 65px;
  bottom: 45px;
  z-index: 4;
  width: 316px;
}

@media (max-width: 1600px) {
  .concierge .hero__content-btn {
    left: 54px;
    bottom: 38px;
    width: 262px;
  }
}

@media (max-width: 1440px) {
  .concierge .hero__content-btn {
    left: 49px;
    bottom: 34px;
    width: 237px;
  }
}

@media (max-width: 1200px) {
  .concierge .hero__content-btn {
    left: 41px;
    bottom: 28px;
    width: 199px;
  }
}

@media (max-width: 430px) {
  .concierge .hero__content-btn {
    width: calc(100% - 82px);
    bottom: 50px;
  }
}

.concierge .hero__side {
  z-index: 5;
}

@media (max-width: 768px) {
  .concierge .hero__side {
    display: none;
  }
}

.concierge .hero__slide-scale {
  height: 254px;
}

@media (max-width: 1600px) {
  .concierge .hero__slide-scale {
    height: 210px;
  }
}

@media (max-width: 1440px) {
  .concierge .hero__slide-scale {
    height: 190px;
  }
}

@media (max-width: 1200px) {
  .concierge .hero__slide-scale {
    height: 160px;
  }
}

.concierge .calendar {
  margin: 100px 30px 100px 0;
}

@media (max-width: 768px) {
  .concierge .calendar {
    overflow-x: hidden;
  }
}

@media (max-width: 1600px) {
  .concierge .calendar {
    margin: 83px 25px 83px 0;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar {
    margin: 75px 22px 75px 0;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar {
    margin: 63px 19px 63px 0;
  }
}

@media (max-width: 992px) {
  .concierge .calendar {
    margin: 90px 18px 90px;
  }
}

.concierge .calendar__tabs {
  overflow: hidden;
  margin-left: 45px !important;
}

@media (max-width: 1600px) {
  .concierge .calendar__tabs {
    margin-left: 38px !important;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__tabs {
    margin-left: 34px !important;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__tabs {
    margin-left: 28px !important;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__tabs {
    margin-left: 0 !important;
  }
}

.concierge .calendar__tab-list {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}

@media (max-width: 1600px) {
  .concierge .calendar__tab-list {
    gap: 21px;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__tab-list {
    gap: 19px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__tab-list {
    gap: 16px;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__tab-list {
    gap: 18px;
  }
}

.concierge .calendar__tabs.swiper-initialized .concierge .calendar__tab-list,
.concierge .calendar__tabs.swiper-initialized .swiper-wrapper {
  gap: 0;
}

.concierge .calendar__tab-item {
  padding: 0;
  margin-bottom: 12px;
  width: auto !important;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: transparent;
  color: rgb(173, 173, 172);
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
}

@media (max-width: 1600px) {
  .concierge .calendar__tab-item {
    margin-bottom: 10px;
    gap: 17px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__tab-item {
    margin-bottom: 9px;
    gap: 4px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

.concierge .calendar__tab-item.is-active {
  margin-bottom: 0;
  color: rgb(65, 52, 33);
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
}

@media (max-width: 1600px) {
  .concierge .calendar__tab-item.is-active {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__tab-item.is-active {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__tab-item.is-active {
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__tab-item.is-active {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.5rem;
  }
}

.concierge .calendar__tab-item .calendar__tab-count {
  display: none;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0 0 auto 15px;
}

@media (max-width: 1600px) {
  .concierge .calendar__tab-item .calendar__tab-count {
    margin: 0 0 auto 13px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__tab-item .calendar__tab-count {
    margin: 0 0 auto 11px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__tab-item .calendar__tab-count {
    margin: 0 0 auto 9px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__tab-item .calendar__tab-count {
    margin: 1px 0 auto 4px;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
  }
}

.concierge .calendar__tab-item.is-active .calendar__tab-count {
  vertical-align: top;
  display: inline-block;
}

.concierge .calendar__content {
  margin-top: 60px;
}

@media (max-width: 1600px) {
  .concierge .calendar__content {
    margin-top: 50px;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__content {
    margin-top: 45px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__content {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__content {
    margin-top: 18px;
    padding-top: 50px;
    border-top: 0.5px solid transparent;
    -o-border-image: repeating-linear-gradient(to right, rgba(65, 52, 33, 0.7) 0 3px, transparent 3px 6px) 1;
    border-image: repeating-linear-gradient(to right, rgba(65, 52, 33, 0.7) 0 3px, transparent 3px 6px) 1;
  }
}

.concierge .calendar__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 1fr);
  gap: 20px;
}

@media (max-width: 1600px) {
  .concierge .calendar__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 1fr);
    gap: 17px;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(270px, 1fr);
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(200px, 1fr);
    gap: 13px;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(186px, 1fr);
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .concierge .calendar__layout {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.concierge .calendar__visual {
  position: relative;
  height: 100%;
  min-height: 950px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .concierge .calendar__visual {
    border-radius: 3px;
  }
}

.concierge .calendar__visual>img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .concierge .calendar__visual {
    min-height: 760px;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__visual {
    min-height: 680px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__visual {
    min-height: 600px;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__visual {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .concierge .calendar__visual {
    display: none;
  }
}

.concierge .calendar__panel {
  position: absolute;
  top: calc(50% + 62px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 16px 34px 30px;
}

@media (max-width: 1600px) {
  .concierge .calendar__panel {
    padding: 13px 28px 25px;
    top: calc(50% + 52px);
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__panel {
    padding: 12px 26px 23px;
    top: calc(50% + 47px);
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__panel {
    padding: 10px 21px 19px;
    top: calc(50% + 39px);
  }
}

@media (max-width: 992px) {
  .concierge .calendar__panel {
    padding: 8px 18px 16px;
    top: calc(50% + 32px);
  }
}

.concierge .calendar_slider {
  width: 600px;
  height: 600px;
}

@media (max-width: 1600px) {
  .concierge .calendar_slider {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar_slider {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar_slider {
    width: 375px;
    height: 375px;
  }
}

@media (max-width: 992px) {
  .concierge .calendar_slider {
    width: 310px;
    height: 310px;
  }
}

.concierge .calendar_slider[hidden] {
  display: none !important;
}

.concierge .calendar__slide {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #413421;
}

@media (max-width: 1600px) {
  .concierge .calendar__slide {
    gap: 17px;
    padding: 17px;
    border-radius: 4px;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__slide {
    gap: 15px;
    padding: 15px;
    border-radius: 4px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__slide {
    gap: 13px;
    padding: 13px;
    border-radius: 3px;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__slide {
    gap: 10px;
    padding: 10px;
    border-radius: 3px;
  }
}

@media (max-width: 768px) {
  .concierge .calendar__slide {
    gap: 20px;
    padding: 10px;
    aspect-ratio: 1/1;
  }
}

.concierge .calendar__slide-date {
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 10px 16px;
  border-radius: 5px;
  background: white;
  color: rgb(65, 52, 33);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}

@media (max-width: 1600px) {
  .concierge .calendar__slide-date {
    top: 35px;
    right: 35px;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__slide-date {
    top: 30px;
    right: 30px;
    padding: 7px 12px;
    border-radius: 3px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__slide-date {
    top: 25px;
    right: 25px;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.concierge .calendar__slide-image {
  width: 100%;
  aspect-ratio: 559/367;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 1600px) {
  .concierge .calendar__slide-image {
    border-radius: 4px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__slide-image {
    border-radius: 3px;
  }
}

.concierge .calendar__slide-title {
  max-width: 80%;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1rem;
}

@media (max-width: 1600px) {
  .concierge .calendar__slide-title {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__slide-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__slide-title {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__slide-title {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }
}

@media (max-width: 768px) {
  .concierge .calendar__slide-title {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    max-width: 82%;
  }
}

.concierge .calendar__slide-text {
  max-width: 75%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

@media (max-width: 1600px) {
  .concierge .calendar__slide-text {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__slide-text {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__slide-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__slide-text {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8rem;
  }
}

@media (max-width: 768px) {
  .concierge .calendar__slide-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.concierge .calendar__controls {
  margin: 20px auto 0;
  display: flex;
  gap: 10px;
}

@media (max-width: 1600px) {
  .concierge .calendar__controls {
    margin: 17px auto 0;
    gap: 8px;
  }
}

@media (max-width: 1440px) {
  .concierge .calendar__controls {
    margin: 15px auto 0;
    gap: 8px;
  }
}

@media (max-width: 1200px) {
  .concierge .calendar__controls {
    margin: 13px auto 0;
    gap: 6px;
  }
}

@media (max-width: 992px) {
  .concierge .calendar__controls {
    margin: 10px auto 0;
    gap: 5px;
  }
}

@media (max-width: 768px) {
  .concierge .calendar__controls {
    margin: 12px auto 0;
    gap: 10px;
  }
}

.concierge .calendar__controls[hidden] {
  display: none !important;
}

.concierge .calendar__mobile-slider-block {
  display: none;
}

@media (max-width: 768px) {
  .concierge .calendar__mobile-slider-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    margin: 24px 0 40px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
  }

  .concierge .calendar__mobile-slider-block.is-visible {
    transform: translateX(0);
  }

  .concierge .calendar__mobile-slider-block .calendar_slider {
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .concierge .calendar__mobile-slider-block .calendar__controls {
    margin: 22px auto 0;
    gap: 10px;
  }
}

.concierge .calendar__mobile-slider-block .slider-button {
  width: 52px;
  height: 52px;
  background-color: rgb(65, 52, 33);
}

.concierge .calendar__mobile-slider-block .slider-button img {
  width: 16px;
  height: 9px;
}

.concierge .concierge-months__events {
  list-style: none;
  margin: 0;
  padding: 0;
}

.concierge .concierge-months__events li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-right: 80px;
  border-bottom: 0.5px solid transparent;
  -o-border-image: repeating-linear-gradient(to right, rgba(65, 52, 33, 0.7) 0 3px, transparent 3px 6px) 1;
  border-image: repeating-linear-gradient(to right, rgba(65, 52, 33, 0.7) 0 3px, transparent 3px 6px) 1;
  color: #413421;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6.6rem;
  cursor: pointer;
}

.concierge .concierge-months__events li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.concierge .concierge-months__events li time {
  flex-shrink: 0;
  color: rgb(173, 173, 172);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}

.concierge .concierge-months__events li.is-active {
  font-weight: 500;
  border-bottom-width: 2px;
  pointer-events: none;
}

.concierge .concierge-months__events li.is-active::after {
  position: absolute;
  right: 10px;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("./../../assets/icons/right-arrow-prim.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-45deg);
}

.concierge .concierge-months__events li.is-active time {
  flex-shrink: 0;
  color: #413421;
}

@media (max-width: 1600px) {
  .concierge .concierge-months__events li {
    padding-right: 65px;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.5rem;
  }

  .concierge .concierge-months__events li.is-active::after {
    width: 16px;
    height: 16px;
  }

  .concierge .concierge-months__events li time {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1440px) {
  .concierge .concierge-months__events li {
    padding-right: 55px;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.2rem;
  }

  .concierge .concierge-months__events li.is-active::after {
    width: 15px;
    height: 15px;
  }

  .concierge .concierge-months__events li time {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }
}

@media (max-width: 1200px) {
  .concierge .concierge-months__events li {
    padding-right: 45px;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.6rem;
  }

  .concierge .concierge-months__events li.is-active::after {
    width: 13px;
    height: 13px;
  }

  .concierge .concierge-months__events li time {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.concierge .concierge-months__events li:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .concierge .concierge-months__events li {
    padding-right: 35px;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem;
  }

  .concierge .concierge-months__events li.is-active::after {
    width: 11px;
    height: 11px;
  }

  .concierge .concierge-months__events li time {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
  }
}

@media (max-width: 768px) {
  .concierge .concierge-months__events li {
    min-height: 58px;
    padding-right: 0;
    padding: 8px 0 10px;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
  }

  .concierge .concierge-months__events li span {
    display: inline-block;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    margin-top: auto;
  }

  .concierge .concierge-months__events li time {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
    margin-bottom: auto;
  }

  .concierge .concierge-months__events li.is-active {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .concierge .concierge-months__events li.is-active::after {
    transform: rotate(90deg);
    width: 17px;
    height: 12px;
    bottom: 18px;
    right: 5px;
  }

  .concierge .concierge-months__events li span {
    max-width: 95%;
  }
}

.concierge .concierge-months__events li:hover {
  opacity: 0.8;
}

.concierge .calendar__track-img {
  position: absolute;
  right: 2%;
  bottom: 4%;
  height: 92%;
}

.services .hero__content {
  display: flex;
  gap: 50px;
  padding: 90px 45px;
  justify-content: flex-end;
}

@media (max-width: 1600px) {
  .services .hero__content {
    gap: 42px;
    padding: 76px 38px;
  }
}

@media (max-width: 1440px) {
  .services .hero__content {
    gap: 38px;
    padding: 68px 34px;
  }
}

@media (max-width: 1200px) {
  .services .hero__content {
    gap: 31px;
    padding: 56px 28px;
  }
}

@media (max-width: 992px) {
  .services .hero__content {
    padding: 170px 15px 0;
    gap: 20px;
    justify-content: flex-start;
  }
}

.services .hero__title {
  position: static;
  transform: translate(0);
  text-wrap: wrap;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 10rem;
  max-width: 1600px;
}

@media (max-width: 1680px) {
  .services .hero__title {
    font-size: 8.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 8.1rem;
    max-width: 1330px;
  }
}

@media (max-width: 1440px) {
  .services .hero__title {
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7.5rem;
    max-width: 1200px;
  }
}

@media (max-width: 1280px) {
  .services .hero__title {
    font-size: 6.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.2rem;
    max-width: 1000px;
  }
}

@media (max-width: 992px) {
  .services .hero__title {
    font-size: 3.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.9rem;
    max-width: 80%;
  }
}

@media (max-width: 430px) {
  .services .hero__title {
    text-align: start;
    width: 100%;
    max-width: 350px;
  }
}

.services .hero__description {
  margin: 0;
  right: auto;
}

@media (max-width: 992px) {
  .services .hero__description {
    width: 80%;
    max-width: 80%;
  }
}

@media (max-width: 430px) {
  .services .hero__description {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    text-align: start;
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 600px) {
  .services .hero__side {
    right: 50%;
    transform: translateX(50%);
    height: calc(100% - 400px);
    overflow: hidden;
  }

  .services .hero__side img {
    overflow: visible;
    height: 800px;
    width: 20px;
  }
}

.services .section__title {
  max-width: 800px;
}

@media (max-width: 1600px) {
  .services .section__title {
    max-width: 690px;
  }
}

@media (max-width: 1440px) {
  .services .section__title {
    max-width: 590px;
  }
}

@media (max-width: 1200px) {
  .services .section__title {
    max-width: 490px;
  }
}

@media (max-width: 600px) {
  .services .section__title {
    max-width: 360px;
  }
}

@media (max-width: 384px) {
  .services .section__title {
    font-size: 3.55rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.55rem;
    max-width: 350px;
  }
}

.services .section__subtitle-logo {
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.9rem;
  color: #413421;
}

@media (max-width: 1600px) {
  .services .section__subtitle-logo {
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.5rem;
  }
}

@media (max-width: 1440px) {
  .services .section__subtitle-logo {
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
  }
}

@media (max-width: 1200px) {
  .services .section__subtitle-logo {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
  }
}

.services .section__subtitle-text {
  color: #413421;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

@media (max-width: 1600px) {
  .services .section__subtitle-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
  }
}

@media (max-width: 1440px) {
  .services .section__subtitle-text {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .services .section__subtitle-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

.services__cards-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 28px;
}

@media (max-width: 1600px) {
  .services__cards-layout {
    margin: 0 26px;
  }
}

@media (max-width: 1440px) {
  .services__cards-layout {
    margin: 0 24px;
  }
}

@media (max-width: 1200px) {
  .services__cards-layout {
    margin: 0 18px;
  }
}

@media (max-width: 600px) {
  .services__cards-layout {
    margin: 0 15px;
    gap: 10px;
  }
}

.services__cards-layout .card1 .card__footer-description {
  max-width: 368px;
}

@media (max-width: 1600px) {
  .services__cards-layout .card1 .card__footer-description {
    max-width: 290px;
  }
}

@media (max-width: 1440px) {
  .services__cards-layout .card1 .card__footer-description {
    max-width: 262px;
  }
}

@media (max-width: 1200px) {
  .services__cards-layout .card1 .card__footer-description {
    max-width: 218px;
  }
}

@media (max-width: 600px) {
  .services__cards-layout .card1 .card__footer-description {
    max-width: 304px;
  }
}

.services__cards-layout .card2 .card__footer-description {
  max-width: 334px;
}

@media (max-width: 1600px) {
  .services__cards-layout .card2 .card__footer-description {
    max-width: 272px;
  }
}

@media (max-width: 1440px) {
  .services__cards-layout .card2 .card__footer-description {
    max-width: 250px;
  }
}

@media (max-width: 1200px) {
  .services__cards-layout .card2 .card__footer-description {
    max-width: 210px;
  }
}

@media (max-width: 600px) {
  .services__cards-layout .card2 .card__footer-description {
    max-width: 294px;
  }
}

.services__cards-layout .card3 .card__footer-description {
  max-width: 300px;
}

@media (max-width: 1600px) {
  .services__cards-layout .card3 .card__footer-description {
    max-width: 240px;
  }
}

@media (max-width: 1440px) {
  .services__cards-layout .card3 .card__footer-description {
    max-width: 220px;
  }
}

@media (max-width: 1200px) {
  .services__cards-layout .card3 .card__footer-description {
    max-width: 180px;
  }
}

@media (max-width: 600px) {
  .services__cards-layout .card3 .card__footer-description {
    max-width: 270px;
  }
}

.directions .hero__content {
  display: flex;
  gap: 50px;
  padding: 70px 45px;
  justify-content: flex-end;
}

@media (max-width: 1600px) {
  .directions .hero__content {
    gap: 42px;
    padding: 60px 38px;
  }
}

@media (max-width: 1440px) {
  .directions .hero__content {
    gap: 38px;
    padding: 53px 34px;
  }
}

@media (max-width: 1200px) {
  .directions .hero__content {
    gap: 31px;
    padding: 44px 28px;
  }
}

@media (max-width: 992px) {
  .directions .hero__content {
    padding: 170px 15px 0;
    gap: 20px;
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .directions .hero__content {
    align-items: flex-start;
  }
}

.directions .hero__title {
  position: static;
  transform: translate(0);
  text-wrap: wrap;
  font-size: 10rem;
  font-style: normal;
  font-weight: 400;
  line-height: 10rem;
  max-width: 1600px;
}

@media (max-width: 1800px) {
  .directions .hero__title {
    font-size: 9.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 9.4rem;
    max-width: 1500px;
  }
}

@media (max-width: 1600px) {
  .directions .hero__title {
    font-size: 8.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 8.3rem;
    max-width: 1330px;
  }
}

@media (max-width: 1440px) {
  .directions .hero__title {
    font-size: 7.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 7.5rem;
    max-width: 1200px;
  }
}

@media (max-width: 1300px) {
  .directions .hero__title {
    font-size: 6.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.8rem;
    max-width: 1080px;
  }
}

@media (max-width: 1200px) {
  .directions .hero__title {
    font-size: 6.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 6.2rem;
    max-width: 1000px;
  }
}

@media (max-width: 1030px) {
  .directions .hero__title {
    font-size: 4.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.2rem;
    max-width: 80%;
  }
}

@media (max-width: 430px) {
  .directions .hero__title {
    text-align: start;
    width: 100%;
    max-width: 350px;
  }
}

.directions .hero__description {
  margin: 0;
  right: auto;
}

@media (max-width: 992px) {
  .directions .hero__description {
    width: 80%;
    max-width: 80%;
  }
}

@media (max-width: 430px) {
  .directions .hero__description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    text-align: start;
    width: 100%;
    max-width: 290px;
  }
}

@media (max-width: 600px) {
  .directions .hero__side {
    right: 50%;
    transform: translateX(50%);
    height: calc(100% - 450px);
    overflow: hidden;
  }

  .directions .hero__side img {
    overflow: visible;
    height: 800px;
    width: 20px;
  }
}

.directions .section__title {
  max-width: 1005px;
}

@media (max-width: 1600px) {
  .directions .section__title {
    max-width: 838px;
  }
}

@media (max-width: 1440px) {
  .directions .section__title {
    max-width: 754px;
  }
}

@media (max-width: 1200px) {
  .directions .section__title {
    max-width: 634px;
  }
}

@media (max-width: 600px) {
  .directions .section__title {
    max-width: 350px;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.7rem;
  }
}

.directions__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(230px, 1fr));
}

@media (max-width: 1600px) {
  .directions__cards {
    grid-template-columns: repeat(4, minmax(192px, 1fr));
  }
}

@media (max-width: 1440px) {
  .directions__cards {
    grid-template-columns: repeat(4, minmax(173px, 1fr));
  }
}

@media (max-width: 1200px) {
  .directions__cards {
    grid-template-columns: repeat(4, minmax(144px, 1fr));
  }
}

@media (max-width: 992px) {
  .directions__cards {
    grid-template-columns: 1fr;
  }
}

.directions__card {
  position: relative;
  aspect-ratio: 480/884;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 992px) {
  .directions__card {
    aspect-ratio: 360/268;
  }
}

.directions__card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.directions__card-bg_mob {
  display: none;
}

@media (max-width: 992px) {
  .directions__card-bg_web {
    display: none;
  }

  .directions__card-bg_mob {
    display: block;
  }
}

.directions__card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 22px 30px 70px;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .directions__card-content {
    padding: 18px 25px 58px;
  }
}

@media (max-width: 1440px) {
  .directions__card-content {
    padding: 17px 23px 53px;
  }
}

@media (max-width: 1200px) {
  .directions__card-content {
    padding: 14px 19px 44px;
  }
}

@media (max-width: 992px) {
  .directions__card-content {
    padding: 15px 15px 26px;
  }
}

.directions__card-content::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(80px);
}

.directions__card-content::after {
  position: absolute;
  z-index: 0;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: blur(200px);
  opacity: 0;
}

@media (max-width: 992px) {
  .directions__card-content::after {
    opacity: 1;
    height: 35%;
  }
}

.directions__card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
}

@media (max-width: 1600px) {
  .directions__card-header {
    gap: 13px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .directions__card-header {
    gap: 12px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .directions__card-header {
    gap: 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.directions__card-header>div {
  flex-grow: 1;
  height: 1px;
  margin-bottom: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}

.directions__card-title {
  margin-top: 25px;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  color: rgb(244, 239, 232);
  text-align: center;
  z-index: 1;
}

@media (max-width: 1600px) {
  .directions__card-title {
    margin-top: 21px;
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
  }
}

@media (max-width: 1440px) {
  .directions__card-title {
    margin-top: 19px;
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
  }
}

@media (max-width: 1200px) {
  .directions__card-title {
    margin-top: 16px;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
  }
}

@media (max-width: 992px) {
  .directions__card-title {
    margin-top: 16px;
    font-size: 3.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.7rem;
    text-align: start;
  }
}

.directions__card-description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  color: rgb(244, 239, 232);
  text-align: center;
  max-width: 340px;
  margin: 25px auto 0;
  opacity: 0;
  z-index: 1;
}

@media (max-width: 1600px) {
  .directions__card-description {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    max-width: 283px;
    margin-top: 21px;
  }
}

@media (max-width: 1440px) {
  .directions__card-description {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
    max-width: 255px;
    margin-top: 19px;
  }
}

@media (max-width: 1200px) {
  .directions__card-description {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 213px;
    margin-top: 16px;
  }
}

@media (max-width: 992px) {
  .directions__card-description {
    display: none;
  }
}

.directions__card-btn {
  width: 316px;
  height: 64px;
  padding-left: 25px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  margin: auto auto 0;
  opacity: 0;
  z-index: 1;
}

@media (max-width: 1600px) {
  .directions__card-btn {
    width: 263px;
    height: 53px;
    padding-left: 21px;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
  }
}

@media (max-width: 1440px) {
  .directions__card-btn {
    width: 237px;
    height: 48px;
    padding-left: 19px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .directions__card-btn {
    width: 198px;
    height: 40px;
    padding-left: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
  }
}

@media (max-width: 992px) {
  .directions__card-btn {
    display: none;
  }
}

.directions__card-btn-mob {
  display: none;
  gap: 10px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  margin-top: auto;
  background-color: transparent;
  color: white;
  z-index: 1;
}

.directions__card-btn-mob img {
  width: 13px;
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  .directions__card-btn-mob {
    display: flex;
  }
}

.directions__card-btn div {
  width: 56px;
  height: 56px;
}

@media (max-width: 1600px) {
  .directions__card-btn div {
    width: 47px;
    height: 47px;
  }
}

@media (max-width: 1440px) {
  .directions__card-btn div {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 1200px) {
  .directions__card-btn div {
    width: 35px;
    height: 35px;
  }
}

.directions__card-btn img {
  width: 14px;
}

@media (max-width: 1600px) {
  .directions__card-btn img {
    width: 12px;
  }
}

@media (max-width: 1440px) {
  .directions__card-btn img {
    width: 11px;
  }
}

@media (max-width: 1200px) {
  .directions__card-btn img {
    width: 9px;
  }
}

@media (max-width: 992px) {
  .directions__card-btn {
    display: none;
  }
}

.directions__card:hover .directions__card-description {
  opacity: 1;
}

.directions__card:hover .directions__card-btn {
  opacity: 1;
}

.directions__card:hover .directions__card-content::after {
  opacity: 1;
}

.service-template .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-top: 110px;
}

.service-template .hero__content .button {
  margin-top: 70px;
}

@media (max-width: 1600px) {
  .service-template .hero__content {
    padding-top: 91px;
  }

  .service-template .hero__content .button {
    margin-top: 58px;
  }
}

@media (max-width: 1440px) {
  .service-template .hero__content {
    padding-top: 84px;
  }

  .service-template .hero__content .button {
    margin-top: 52px;
  }
}

@media (max-width: 1200px) {
  .service-template .hero__content {
    padding-top: 68px;
  }

  .service-template .hero__content .button {
    margin-top: 44px;
  }
}

@media (max-width: 768px) {
  .service-template .hero__content {
    padding: 200px 20px 50px;
    justify-content: flex-start;
  }

  .service-template .hero__content .button {
    margin-top: 22px;
  }
}

.service-template .hero__content .hero__content-scale {
  display: none;
}

@media (max-width: 768px) {
  .service-template .hero__content .hero__content-scale {
    display: flex;
    flex-grow: 1;
    margin-top: 40px;
    overflow: hidden;
    align-items: flex-end;
  }
}

@media (max-width: 992px) {
  .service-template .hero__video-block {
    height: 110%;
    bottom: -5%;
  }
}

.service-template .hero__title {
  position: static;
  transform: translate(0);
  text-wrap: nowrap;
  max-width: 100%;
}

@media (max-width: 388px) {
  .service-template .hero__title {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.7rem;
  }
}

.service-template .hero__description {
  margin: 0;
  margin-top: 25px;
  max-width: 432px;
  text-align: center;
}

@media (max-width: 1600px) {
  .service-template .hero__description {
    max-width: 340px;
    margin-top: 20px;
  }
}

@media (max-width: 1440px) {
  .service-template .hero__description {
    max-width: 320px;
    margin-top: 18px;
  }
}

@media (max-width: 1200px) {
  .service-template .hero__description {
    max-width: 300px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .service-template .hero__description {
    max-width: 328px;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 388px) {
  .service-template .hero__description {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 274px;
  }
}

@media (max-width: 768px) {
  .service-template .hero__side {
    display: none;
  }
}

.service-template .section__title-block {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .service-template .section__title-block {
    margin-left: 0;
  }
}

.service-template .section__title {
  max-width: 610px;
}

@media (max-width: 1600px) {
  .service-template .section__title {
    max-width: 510px;
  }
}

@media (max-width: 1440px) {
  .service-template .section__title {
    max-width: 460px;
  }
}

@media (max-width: 1200px) {
  .service-template .section__title {
    max-width: 398px;
  }
}

@media (max-width: 600px) {
  .service-template .section__title {
    max-width: 350px;
  }
}

@media (max-width: 384px) {
  .service-template .section__title {
    font-size: 3.55rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.55rem;
    max-width: 350px;
  }
}

.service-template .section__description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  margin-top: 20px;
  max-width: 586px;
}

@media (max-width: 1600px) {
  .service-template .section__description {
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    margin-top: 16px;
    max-width: 494px;
  }
}

@media (max-width: 1440px) {
  .service-template .section__description {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    margin-top: 14px;
    max-width: 436px;
  }
}

@media (max-width: 1200px) {
  .service-template .section__description {
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6rem;
    margin-top: 12px;
    max-width: 380px;
  }
}

@media (max-width: 600px) {
  .service-template .section__description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1rem;
    margin-top: 20px;
    max-width: 100%;
  }
}

@media (max-width: 384px) {
  .service-template .section__description {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    max-width: 350px;
  }
}

@media (max-width: 600px) {
  .service-template .layout-3-column {
    gap: 32px;
  }

  .service-template .layout-3-column:nth-child(3) {
    display: none;
  }
}

.service-template__cards-layout {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 28px;
}

@media (max-width: 1600px) {
  .service-template__cards-layout {
    margin: 0 42px;
  }
}

@media (max-width: 1440px) {
  .service-template__cards-layout {
    margin: 0 37px;
  }
}

@media (max-width: 1200px) {
  .service-template__cards-layout {
    margin: 0 30px;
  }
}

@media (max-width: 600px) {
  .service-template__cards-layout {
    margin: 0 15px;
    gap: 32px;
  }
}

.service-template__cards-layout .card1 .card__footer-description {
  max-width: 314px;
}

@media (max-width: 1600px) {
  .service-template__cards-layout .card1 .card__footer-description {
    max-width: 290px;
  }
}

@media (max-width: 1440px) {
  .service-template__cards-layout .card1 .card__footer-description {
    max-width: 262px;
  }
}

@media (max-width: 1200px) {
  .service-template__cards-layout .card1 .card__footer-description {
    max-width: 218px;
  }
}

@media (max-width: 600px) {
  .service-template__cards-layout .card1 .card__footer-description {
    max-width: 100%;
  }
}

.service-template__cards-layout .card2 .card__footer-description {
  max-width: 370px;
}

@media (max-width: 1600px) {
  .service-template__cards-layout .card2 .card__footer-description {
    max-width: 294px;
  }
}

@media (max-width: 1440px) {
  .service-template__cards-layout .card2 .card__footer-description {
    max-width: 270px;
  }
}

@media (max-width: 1200px) {
  .service-template__cards-layout .card2 .card__footer-description {
    max-width: 224px;
  }
}

@media (max-width: 600px) {
  .service-template__cards-layout .card2 .card__footer-description {
    max-width: 100%;
  }
}

.service-template__cards-layout .card3 .card__footer-description {
  max-width: 385px;
}

@media (max-width: 1600px) {
  .service-template__cards-layout .card3 .card__footer-description {
    max-width: 340px;
  }
}

@media (max-width: 1440px) {
  .service-template__cards-layout .card3 .card__footer-description {
    max-width: 320px;
  }
}

@media (max-width: 1200px) {
  .service-template__cards-layout .card3 .card__footer-description {
    max-width: 250px;
  }
}

@media (max-width: 600px) {
  .service-template__cards-layout .card3 .card__footer-description {
    max-width: 100%;
  }
}

.direction-template .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-top: 110px;
}

.direction-template .hero__content .button {
  margin-top: 70px;
}

@media (max-width: 1600px) {
  .direction-template .hero__content {
    padding-top: 91px;
  }

  .direction-template .hero__content .button {
    margin-top: 58px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hero__content {
    padding-top: 84px;
  }

  .direction-template .hero__content .button {
    margin-top: 52px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hero__content {
    padding-top: 68px;
  }

  .direction-template .hero__content .button {
    margin-top: 44px;
  }
}

@media (max-width: 768px) {
  .direction-template .hero__content {
    padding: 155px 20px 50px;
    justify-content: flex-start;
  }

  .direction-template .hero__content .button {
    margin-top: 22px;
  }
}

.direction-template .hero__content .hero__content-scale {
  display: none;
}

@media (max-width: 768px) {
  .direction-template .hero__content .hero__content-scale {
    display: flex;
    flex-grow: 1;
    margin-top: 40px;
    overflow: hidden;
    align-items: flex-end;
  }
}

@media (max-width: 992px) {
  .direction-template .hero__video-block {
    height: 110%;
    bottom: -5%;
  }
}

.direction-template .hero__title {
  position: static;
  transform: translate(0);
  max-width: 100%;
}

@media (max-width: 388px) {
  .direction-template .hero__title {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.7rem;
  }
}

.direction-template .hero__description {
  margin: 0;
  margin-top: 25px;
  max-width: 432px;
  text-align: center;
}

@media (max-width: 1600px) {
  .direction-template .hero__description {
    max-width: 340px;
    margin-top: 20px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hero__description {
    max-width: 320px;
    margin-top: 18px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hero__description {
    max-width: 300px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .direction-template .hero__description {
    max-width: 328px;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 388px) {
  .direction-template .hero__description {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 274px;
  }
}

@media (max-width: 768px) {
  .direction-template .hero__side {
    display: none;
  }
}

.direction-template .worlds .section__title {
  max-width: 664px;
}

@media (max-width: 1600px) {
  .direction-template .worlds .section__title {
    max-width: 480px;
  }
}

@media (max-width: 1440px) {
  .direction-template .worlds .section__title {
    max-width: 490px;
  }
}

@media (max-width: 1200px) {
  .direction-template .worlds .section__title {
    max-width: 390px;
  }
}

@media (max-width: 600px) {
  .direction-template .worlds .section__title {
    max-width: 360px;
  }
}

@media (max-width: 384px) {
  .direction-template .worlds .section__title {
    font-size: 3.55rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.55rem;
    max-width: 334px;
  }
}

.direction-template .worlds .section__subtitle {
  margin-top: 0;
}

.direction-template .worlds .section__subtitle-logo {
  font-size: 3.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.9rem;
  color: #413421;
}

@media (max-width: 1600px) {
  .direction-template .worlds .section__subtitle-logo {
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.5rem;
  }
}

@media (max-width: 1440px) {
  .direction-template .worlds .section__subtitle-logo {
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
  }
}

@media (max-width: 1200px) {
  .direction-template .worlds .section__subtitle-logo {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
  }
}

.direction-template .why {
  display: flex;
  align-items: stretch;
  width: calc(100% - 100px);
  max-width: 1658px;
  margin: 0 0 0 50px;
  padding: 0;
  padding-bottom: 100px;
}

@media (max-width: 1600px) {
  .direction-template .why {
    width: calc(100% - 80px);
    margin-left: 40px;
    padding-bottom: 80px;
    max-width: 1380px;
  }
}

@media (max-width: 1600px) {
  .direction-template .why {
    width: calc(100% - 80px);
    margin-left: 40px;
    padding-bottom: 80px;
    max-width: 1380px;
  }
}

@media (max-width: 1440px) {
  .direction-template .why {
    width: calc(100% - 64px);
    margin-left: 32px;
    padding-bottom: 70px;
    max-width: 1242px;
  }
}

@media (max-width: 1200px) {
  .direction-template .why {
    width: calc(100% - 48px);
    margin-left: 24px;
    padding-bottom: 60px;
    max-width: 1036px;
  }
}

@media (max-width: 992px) {
  .direction-template .why {
    margin: 0 20px;
    padding-bottom: 0px;
    flex-direction: column;
    width: auto;
    gap: 34px;
  }
}

.direction-template .why__card {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  min-width: 0;
}

.direction-template .why__card:not(:last-child) {
  border-right: 0.5px solid transparent;
  -o-border-image: repeating-linear-gradient(to bottom, #413421 0 3px, transparent 3px 6px) 1;
  border-image: repeating-linear-gradient(to bottom, #413421 0 3px, transparent 3px 6px) 1;
}

@media (max-width: 992px) {
  .direction-template .why__card {
    padding-bottom: 20px;
    border-right: none !important;
    border-bottom: 0.5px solid transparent !important;
    -o-border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1 !important;
    border-image: repeating-linear-gradient(to right, #413421 0 3px, transparent 3px 6px) 1 !important;
  }
}

.direction-template .why__card-title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  max-width: 330px;
}

@media (max-width: 1600px) {
  .direction-template .why__card-title {
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
    max-width: 290px;
  }
}

@media (max-width: 1440px) {
  .direction-template .why__card-title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    max-width: 250px;
  }
}

@media (max-width: 1200px) {
  .direction-template .why__card-title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    max-width: 220px;
  }
}

@media (max-width: 992px) {
  .direction-template .why__card-title {
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.9rem;
    max-width: 240px;
  }
}

.direction-template .why__card-description {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  margin-top: 26px;
}

@media (max-width: 1600px) {
  .direction-template .why__card-description {
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    margin-top: 20px;
  }
}

@media (max-width: 1440px) {
  .direction-template .why__card-description {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8rem;
    margin-top: 16px;
  }
}

@media (max-width: 1200px) {
  .direction-template .why__card-description {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: 14px;
  }
}

@media (max-width: 992px) {
  .direction-template .why__card-description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1rem;
    margin-top: 20px;
  }
}

.direction-template .why__card-content {
  aspect-ratio: 439/494;
  width: 439px;
  max-width: 439px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

@media (max-width: 1600px) {
  .direction-template .why__card-content {
    width: 366px;
    max-width: 366px;
  }
}

@media (max-width: 1440px) {
  .direction-template .why__card-content {
    width: 330px;
    max-width: 330px;
  }
}

@media (max-width: 1200px) {
  .direction-template .why__card-content {
    width: 274px;
    max-width: 274px;
  }
}

@media (max-width: 992px) {
  .direction-template .why__card-content {
    aspect-ratio: auto;
  }
}

@media (max-width: 600px) {
  .direction-template .why__card-content {
    max-width: none;
    width: 100%;
  }
}

.direction-template .why__card-content img {
  width: 20px;
}

@media (max-width: 1600px) {
  .direction-template .why__card-content img {
    width: 17px;
  }
}

@media (max-width: 1440px) {
  .direction-template .why__card-content img {
    width: 15px;
  }
}

@media (max-width: 1200px) {
  .direction-template .why__card-content img {
    width: 13px;
  }
}

@media (max-width: 992px) {
  .direction-template .why__card-content img {
    width: 20px;
    margin-bottom: 74px;
    margin-left: 4px;
  }
}

.direction-template .why__card1 {
  flex: 1 1 524px;
  justify-content: flex-start;
}

@media (max-width: 992px) {
  .direction-template .why__card1 {
    flex: 0 1 auto;
  }
}

.direction-template .why__card2 {
  justify-content: center;
  flex: 1 1 610px;
}

@media (max-width: 992px) {
  .direction-template .why__card2 {
    flex: 0 1 auto;
    justify-content: flex-start;
  }
}

.direction-template .why__card3 {
  justify-content: flex-end;
  flex: 1 1 524px;
}

@media (max-width: 992px) {
  .direction-template .why__card3 {
    flex: 0 1 auto;
    justify-content: flex-start;
  }
}

.direction-template .why__card3 .why__card-title {
  max-width: 214px;
}

@media (max-width: 1600px) {
  .direction-template .why__card3 .why__card-title {
    max-width: 180px;
  }
}

@media (max-width: 1440px) {
  .direction-template .why__card3 .why__card-title {
    max-width: 162px;
  }
}

@media (max-width: 1200px) {
  .direction-template .why__card3 .why__card-title {
    max-width: 134px;
  }
}

@media (max-width: 992px) {
  .direction-template .why__card3 .why__card-title {
    max-width: 180px;
  }
}

.direction-template .hotels {
  width: 100%;
  height: 1250px;
  position: relative;
}

@media (max-width: 1600px) {
  .direction-template .hotels {
    height: 1040px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels {
    height: 937px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels {
    height: 780px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels {
    height: 1000px;
  }
}

@media (max-width: 370px) {
  .direction-template .hotels {
    height: 980px;
  }
}

.direction-template .hotels__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.direction-template .hotels__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 70px 95px;
  box-sizing: border-box;
  color: white;
}

@media (max-width: 1600px) {
  .direction-template .hotels__content {
    padding: 60px 80px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels__content {
    padding: 52px 70px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels__content {
    padding: 44px 60px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels__content {
    padding: 40px 20px 75px;
  }
}

.direction-template .hotels__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 65px;
}

.direction-template .hotels__label-image {
  opacity: 0.5;
  width: 20px;
  height: 20px;
}

.direction-template .hotels__label span {
  padding-top: 3px;
  opacity: 0.5;
}

@media (max-width: 1600px) {
  .direction-template .hotels__label {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
    margin-bottom: 54px;
  }

  .direction-template .hotels__label-image {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1600px) and (max-width: 1440px) {
  .direction-template .hotels__label {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3rem;
    margin-bottom: 49px;
  }

  .direction-template .hotels__label-image {
    width: 16px;
    height: 16px;
  }

  .direction-template .hotels__label span {
    padding-top: 2px;
  }
}

@media (max-width: 1600px) and (max-width: 1200px) {
  .direction-template .hotels__label {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2rem;
    margin-bottom: 40px;
  }

  .direction-template .hotels__label-image {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 1600px) and (max-width: 992px) {
  .direction-template .hotels__label {
    margin-bottom: 50px;
  }
}

.direction-template .hotels__title {
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  margin-bottom: 27px;
}

@media (max-width: 1600px) {
  .direction-template .hotels__title {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5rem;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels__title {
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5rem;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels__title {
    font-size: 3.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.9rem;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels__title {
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
    max-width: 250px;
    text-align: center;
    margin-bottom: 24px;
  }
}

.direction-template .hotels__subtitle {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

@media (max-width: 1600px) {
  .direction-template .hotels__subtitle {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels__subtitle {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels__subtitle {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels__subtitle {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4rem;
    margin-bottom: 50px;
  }
}

.direction-template .hotels .slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1600px) {
  .direction-template .hotels .slider {
    gap: 24px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels .slider {
    gap: 22px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels .slider {
    gap: 18px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels .slider {
    max-width: 370px;
    flex-direction: column-reverse;
    gap: 30px;
  }
}

.direction-template .hotels .slider__layout {
  width: 100%;
  overflow: hidden;
}

.direction-template .hotels .slider__controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__controls {
    justify-content: center;
  }
}

.direction-template .hotels .slider__pagination {
  position: relative;
  max-width: 250px;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1600px) {
  .direction-template .hotels .slider__pagination {
    max-width: 208px;
    height: 5px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels .slider__pagination {
    max-width: 188px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels .slider__pagination {
    max-width: 156px;
    height: 4px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__pagination {
    display: none;
  }
}

.direction-template .hotels .slider__pagination .swiper-pagination-progressbar-fill {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
}

.direction-template .hotels .slider__buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__buttons .slider-button {
    width: 50px;
    height: 50px;
  }

  .direction-template .hotels .slider__buttons .slider-button img {
    width: 11px;
    height: 11px;
  }
}

.direction-template .hotels .slider__slide {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  width: 562px;
  height: 750px;
  padding: 20px 18px 40px;
  color: #413421;
}

@media (max-width: 1600px) {
  .direction-template .hotels .slider__slide {
    width: 470px;
    height: 625px;
    padding: 17px 15px 34px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels .slider__slide {
    width: 420px;
    height: 560px;
    padding: 15px 14px 30px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels .slider__slide {
    width: 350px;
    height: 470px;
    padding: 13px 11px 26px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__slide {
    padding: 10px 10px 40px;
    aspect-ratio: 320/541;
    height: 100%;
  }
}

.direction-template .hotels .slider__slide-label {
  padding: 11px 13px;
  color: rgb(173, 173, 172);
  background-color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4rem;
  position: absolute;
  top: 34px;
  right: 30px;
}

@media (max-width: 1600px) {
  .direction-template .hotels .slider__slide-label {
    padding: 9px 11px;
    top: 31px;
    right: 27px;
    font-size: 1.16rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.16rem;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels .slider__slide-label {
    padding: 8px 10px;
    top: 29px;
    right: 26px;
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05rem;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels .slider__slide-label {
    padding: 7px 8px;
    top: 26px;
    right: 23px;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.875rem;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__slide-label {
    padding: 8px 10px;
    top: 15px;
    right: 16px;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.95rem;
  }
}

.direction-template .hotels .slider__slide-img {
  width: 100%;
  border-radius: 5px;
}

.direction-template .hotels .slider__slide-title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  margin-top: 30px;
}

@media (max-width: 1600px) {
  .direction-template .hotels .slider__slide-title {
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.3rem;
    margin-top: 25px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels .slider__slide-title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
    margin-top: 22px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels .slider__slide-title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    margin-top: 19px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__slide-title {
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.7rem;
    margin-top: 20px;
    max-width: 240px;
  }
}

.direction-template .hotels .slider__slide-description {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 20px;
  max-width: 90%;
}

@media (max-width: 1600px) {
  .direction-template .hotels .slider__slide-description {
    font-size: 1.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    margin-top: 17px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels .slider__slide-description {
    font-size: 1.05rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 15px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels .slider__slide-description {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 13px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__slide-description {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
    margin-top: 20px;
    max-width: none;
  }
}

.direction-template .hotels .slider__slide-button {
  color: white;
  background-color: #413421;
  width: 100%;
  margin-top: auto;
  height: 67px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
}

.direction-template .hotels .slider__slide-button div {
  background-color: white;
  width: 54px;
  height: 54px;
}

.direction-template .hotels .slider__slide-button img {
  width: 14px;
}

@media (max-width: 1600px) {
  .direction-template .hotels .slider__slide-button {
    height: 56px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .direction-template .hotels .slider__slide-button div {
    width: 45px;
    height: 45px;
  }

  .direction-template .hotels .slider__slide-button img {
    width: 12px;
  }
}

@media (max-width: 1440px) {
  .direction-template .hotels .slider__slide-button {
    height: 50px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .direction-template .hotels .slider__slide-button div {
    width: 41px;
    height: 41px;
  }

  .direction-template .hotels .slider__slide-button img {
    width: 11px;
  }
}

@media (max-width: 1200px) {
  .direction-template .hotels .slider__slide-button {
    height: 42px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1rem;
  }

  .direction-template .hotels .slider__slide-button div {
    width: 34px;
    height: 34px;
  }

  .direction-template .hotels .slider__slide-button img {
    width: 9px;
  }
}

@media (max-width: 992px) {
  .direction-template .hotels .slider__slide-button {
    margin-top: auto;
    height: 50px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.1rem;
  }

  .direction-template .hotels .slider__slide-button div {
    width: 41px;
    height: 41px;
  }

  .direction-template .hotels .slider__slide-button img {
    width: 11px;
  }
}

.direction-template .experience .section__title {
  max-width: 600px;
}

@media (max-width: 1600px) {
  .direction-template .experience .section__title {
    max-width: 490px;
  }
}

@media (max-width: 1440px) {
  .direction-template .experience .section__title {
    max-width: 390px;
  }
}

@media (max-width: 1200px) {
  .direction-template .experience .section__title {
    max-width: 360px;
  }
}

@media (max-width: 600px) {
  .direction-template .experience .section__title {
    max-width: 360px;
  }
}

@media (max-width: 384px) {
  .direction-template .experience .section__title {
    font-size: 3.55rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.55rem;
    max-width: 350px;
  }
}

.direction-template .experience .section__subtitle-logo {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.9rem;
  color: #413421;
}

@media (max-width: 1600px) {
  .direction-template .experience .section__subtitle-logo {
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.5rem;
  }
}

@media (max-width: 1440px) {
  .direction-template .experience .section__subtitle-logo {
    font-size: 2.62rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2rem;
  }
}

@media (max-width: 1200px) {
  .direction-template .experience .section__subtitle-logo {
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem;
  }
}

.direction-template .experience .section__subtitle-text {
  color: #413421;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

@media (max-width: 1600px) {
  .direction-template .experience .section__subtitle-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
  }
}

@media (max-width: 1440px) {
  .direction-template .experience .section__subtitle-text {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .direction-template .experience .section__subtitle-text {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }
}

.direction-template .experience .card__footer {
  padding: 0 20px 60px;
}

@media (max-width: 1600px) {
  .direction-template .experience .card__footer {
    padding: 0 17px 50px;
  }
}

@media (max-width: 1440px) {
  .direction-template .experience .card__footer {
    padding: 0 15px 45px;
  }
}

@media (max-width: 1200px) {
  .direction-template .experience .card__footer {
    padding: 0 12px 37px;
  }
}

@media (max-width: 992px) {
  .direction-template .experience .card__footer {
    padding: 0 10px 20px;
  }
}

.direction-template .experience .card__footer-description {
  max-width: 457px;
}

@media (max-width: 1600px) {
  .direction-template .experience .card__footer-description {
    max-width: 370px;
  }
}

@media (max-width: 1440px) {
  .direction-template .experience .card__footer-description {
    max-width: 342px;
  }
}

@media (max-width: 1200px) {
  .direction-template .experience .card__footer-description {
    max-width: 290px;
  }
}

@media (max-width: 992px) {
  .direction-template .experience .card__footer-description {
    max-width: none;
  }
}

.article {
  padding-top: 110px;
}

@media (max-width: 1700px) {
  .article {
    padding-top: 100px;
  }
}

@media (max-width: 1600px) {
  .article {
    padding-top: 94px;
  }
}

@media (max-width: 1440px) {
  .article {
    padding-top: 84px;
  }
}

@media (max-width: 1200px) {
  .article {
    padding-top: 70px;
  }
}

@media (max-width: 992px) {
  .article {
    padding-top: 58px;
  }
}

@media (max-width: 768px) {
  .article {
    padding-top: 50px;
  }
}

@media (max-width: 600px) {
  .article {
    padding-top: 130px;
  }
}

@media (max-width: 600px) {
  .article .section_mb {
    margin-bottom: 100px;
  }
}

.article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 114px 32px 0;
}

@media (max-width: 1700px) {
  .article__meta {
    padding: 101px 28px 0;
  }
}

@media (max-width: 1600px) {
  .article__meta {
    padding: 95px 26px 0;
  }
}

@media (max-width: 1440px) {
  .article__meta {
    padding: 85px 24px 0;
  }
}

@media (max-width: 1200px) {
  .article__meta {
    padding: 71px 20px 0;
  }
}

@media (max-width: 992px) {
  .article__meta {
    padding: 59px 16px 0;
  }
}

@media (max-width: 768px) {
  .article__meta {
    padding: 50px 14px 0;
  }
}

@media (max-width: 600px) {
  .article__meta {
    display: none;
  }
}

.article__tags {
  display: flex;
  gap: 10px;
}

@media (max-width: 992px) {
  .article__tags {
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .article__tags {
    gap: 6px;
  }
}

.article__tag {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 116px;
  height: 38px;
  padding: 13px 14px;
  border: 1px solid rgba(65, 52, 33, 0.05);
  border-radius: 5px;
  backdrop-filter: blur(25px);
  background: rgba(65, 52, 33, 0.05);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.03em;
  color: #413421;
}

@media (max-width: 1700px) {
  .article__tag {
    width: 108px;
    height: 35px;
    font-size: 13px;
    padding: 11px 12px;
  }
}

@media (max-width: 1600px) {
  .article__tag {
    width: 102px;
    height: 33px;
    font-size: 12px;
    padding: 10px 11px;
    gap: 8px;
  }
}

@media (max-width: 1440px) {
  .article__tag {
    width: 97px;
    height: 32px;
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  .article__tag {
    width: 88px;
    height: 30px;
    font-size: 11px;
    padding: 9px;
    gap: 7px;
  }
}

@media (max-width: 992px) {
  .article__tag {
    width: 80px;
    height: 28px;
    font-size: 10px;
    padding: 8px;
    gap: 6px;
  }
}

@media (max-width: 768px) {
  .article__tag {
    width: 76px;
    height: 26px;
    font-size: 10px;
    padding: 7px;
    gap: 5px;
  }
}

.article__tag-dot {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #413421;
}

@media (max-width: 1440px) {
  .article__tag-dot {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1200px) {
  .article__tag-dot {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 992px) {
  .article__tag-dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 768px) {
  .article__tag-dot {
    width: 7px;
    height: 7px;
  }
}

.article__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #ADADAC;
}

@media (max-width: 1700px) {
  .article__date {
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .article__date {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .article__date {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .article__date {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .article__date {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .article__date {
    font-size: 11px;
  }
}

.article__hero {
  padding: 52px 32px 0;
}

@media (max-width: 1700px) {
  .article__hero {
    padding: 46px 28px 0;
  }
}

@media (max-width: 1600px) {
  .article__hero {
    padding: 43px 26px 0;
  }
}

@media (max-width: 1440px) {
  .article__hero {
    padding: 39px 24px 0;
  }
}

@media (max-width: 1200px) {
  .article__hero {
    padding: 32px 20px 0;
  }
}

@media (max-width: 992px) {
  .article__hero {
    padding: 26px 16px 0;
  }
}

@media (max-width: 768px) {
  .article__hero {
    padding: 22px 14px 0;
  }
}

@media (max-width: 600px) {
  .article__hero {
    padding: 18px 12px 0;
  }
}

.article__title {
  margin: 0;
  font-weight: 400;
  font-size: 120px;
  line-height: 133%;
  letter-spacing: -0.03em;
  color: #413421;
}

@media (max-width: 1700px) {
  .article__title {
    font-size: 106px;
  }
}

@media (max-width: 1600px) {
  .article__title {
    font-size: 100px;
  }
}

@media (max-width: 1440px) {
  .article__title {
    font-size: 90px;
  }
}

@media (max-width: 1200px) {
  .article__title {
    font-size: 75px;
  }
}

@media (max-width: 992px) {
  .article__title {
    font-size: 62px;
  }
}

@media (max-width: 768px) {
  .article__title {
    font-size: 52px;
  }
}

@media (max-width: 600px) {
  .article__title {
    max-width: 250px;
    font-size: 55px;
    line-height: 113%;
  }
}

.article__subtitle {
  max-width: 50ch;
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.6;
  color: #413421;
}

@media (max-width: 1700px) {
  .article__subtitle {
    font-size: 13px;
    margin-top: 30px;
  }
}

@media (max-width: 1600px) {
  .article__subtitle {
    font-size: 13px;
    margin-top: 28px;
  }
}

@media (max-width: 1440px) {
  .article__subtitle {
    font-size: 12px;
    margin-top: 26px;
  }
}

@media (max-width: 1200px) {
  .article__subtitle {
    font-size: 11px;
    margin-top: 22px;
  }
}

@media (max-width: 992px) {
  .article__subtitle {
    font-size: 10px;
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
  .article__subtitle {
    font-size: 10px;
    margin-top: 14px;
  }
}

@media (max-width: 600px) {
  .article__subtitle {
    max-width: 42ch;
    margin-top: 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 154%;
    letter-spacing: -0.03em;
    color: #413421;
  }
}

.article__image-wrap {
  position: relative;
  margin-top: 100px;
  width: 100%;
  padding: 0 28px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1700px) {
  .article__image-wrap {
    margin-top: 88px;
    padding: 0 24px;
  }
}

@media (max-width: 1600px) {
  .article__image-wrap {
    margin-top: 83px;
    padding: 0 22px;
  }
}

@media (max-width: 1440px) {
  .article__image-wrap {
    margin-top: 75px;
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .article__image-wrap {
    margin-top: 62px;
    padding: 0 16px;
  }
}

@media (max-width: 992px) {
  .article__image-wrap {
    margin-top: 52px;
    padding: 0 14px;
  }
}

@media (max-width: 768px) {
  .article__image-wrap {
    margin-top: 40px;
    padding: 0 12px;
  }
}

@media (max-width: 600px) {
  .article__image-wrap {
    margin-top: 100px;
    padding: 0;
    height: 345px;
    border-radius: 0;
  }
}

.article__image-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 28px;
  width: calc(100% - 56px);
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 1700px) {
  .article__image-wrap::before {
    left: 24px;
    width: calc(100% - 48px);
  }
}

@media (max-width: 1600px) {
  .article__image-wrap::before {
    left: 22px;
    width: calc(100% - 44px);
  }
}

@media (max-width: 1440px) {
  .article__image-wrap::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 1200px) {
  .article__image-wrap::before {
    left: 16px;
    width: calc(100% - 32px);
  }
}

@media (max-width: 992px) {
  .article__image-wrap::before {
    left: 14px;
    width: calc(100% - 28px);
  }
}

@media (max-width: 768px) {
  .article__image-wrap::before {
    left: 12px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 600px) {
  .article__image-wrap::before {
    left: 10px;
    width: 100%;
  }
}

.article__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 600px) {
  .article__image-wrap img {
    border-radius: 0;
    -o-object-position: left;
    object-position: left;
  }
}

@media (max-width: 600px) {
  .section__header_article {
    margin: 0 15px;
  }
}

.section_article {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

@media (max-width: 768px) {
  .section_article {
    grid-template-columns: 1fr;
  }
}

.section_article .section__title-block_center {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 768px) {
  .section_article .section__title-block_center {
    grid-column: 1;
  }
}

.section_article .article__our-worlds-image-wrap {
  position: relative;
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 768px) {
  .section_article .article__our-worlds-image-wrap {
    grid-column: 1;
  }
}

@media (max-width: 600px) {
  .section_article .article__our-worlds-image-wrap {
    margin-left: -15px;
    width: calc(100% + 30px);
    height: 345px;
  }
}

.section_article .article__our-worlds-image-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section__title-block_center {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  margin-top: -40px;
  gap: 20px;
}

@media (max-width: 1700px) {
  .section__title-block_center {
    max-width: 620px;
    margin-top: -36px;
    gap: 18px;
  }
}

@media (max-width: 1600px) {
  .section__title-block_center {
    max-width: 516px;
    margin-top: -34px;
    gap: 17px;
  }
}

@media (max-width: 1440px) {
  .section__title-block_center {
    max-width: 470px;
    margin-top: -30px;
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .section__title-block_center {
    max-width: 440px;
    margin-top: -25px;
    gap: 13px;
  }
}

@media (max-width: 992px) {
  .section__title-block_center {
    max-width: 400px;
    margin-top: -20px;
    gap: 11px;
  }
}

@media (max-width: 768px) {
  .section__title-block_center {
    max-width: 100%;
    margin-top: -16px;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  .section__title-block_center {
    max-width: 100%;
    margin-top: 0;
    gap: 30px;
  }
}

.article__our-worlds-subtitle {
  max-width: 586px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #413421;
  text-align: left;
}

@media (max-width: 1700px) {
  .article__our-worlds-subtitle {
    max-width: 544px;
    font-size: 15px;
  }
}

@media (max-width: 1600px) {
  .article__our-worlds-subtitle {
    max-width: 506px;
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .article__our-worlds-subtitle {
    max-width: 470px;
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .article__our-worlds-subtitle {
    max-width: 440px;
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .article__our-worlds-subtitle {
    max-width: 400px;
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .article__our-worlds-subtitle {
    max-width: 330px;
    font-size: 11px;
  }
}

@media (max-width: 600px) {
  .article__our-worlds-subtitle {
    font-size: 14px;
    line-height: 236%;
  }
}

.article__section-image {
  display: block;
  width: 100%;
  aspect-ratio: 1217/577;
  margin-top: 48px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1700px) {
  .article__section-image {
    margin-top: 42px;
  }
}

@media (max-width: 1600px) {
  .article__section-image {
    margin-top: 40px;
  }
}

@media (max-width: 1440px) {
  .article__section-image {
    margin-top: 36px;
  }
}

@media (max-width: 1200px) {
  .article__section-image {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .article__section-image {
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .article__section-image {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .article__section-image {
    margin-top: 0;
    border-radius: 0;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .our-philosophy .section__header {
    margin: 0 15px;
  }
}

.section__title-block_column {
  flex-direction: column;
  width: 1042px;
  margin-left: 0;
  margin-bottom: 0;
  gap: 10px;
}

@media (max-width: 1600px) {
  .section__title-block_column {
    width: 868px;
    gap: 8px;
  }
}

@media (max-width: 1440px) {
  .section__title-block_column {
    width: 781px;
    gap: 8px;
  }
}

@media (max-width: 1200px) {
  .section__title-block_column {
    width: 651px;
    gap: 7px;
  }
}

@media (max-width: 992px) {
  .section__title-block_column {
    width: 537px;
    gap: 6px;
  }
}

@media (max-width: 768px) {
  .section__title-block_column {
    width: 100%;
    gap: 5px;
  }
}

@media (max-width: 600px) {
  .section__title-block_column {
    width: 100%;
    gap: 4px;
  }
}

.article__section {
  margin-left: 314px;
  width: 1042px;
}

@media (max-width: 1700px) {
  .article__section {
    margin-left: 278px;
    width: 935px;
  }
}

@media (max-width: 1600px) {
  .article__section {
    margin-left: 261px;
    width: 885px;
  }
}

@media (max-width: 1440px) {
  .article__section {
    margin-left: 235px;
    width: 781px;
  }
}

@media (max-width: 1200px) {
  .article__section {
    margin-left: 196px;
    width: 675px;
  }
}

@media (max-width: 992px) {
  .article__section {
    margin-left: 162px;
    width: 537px;
  }
}

@media (max-width: 768px) {
  .article__section {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .article__section {
    margin-left: 0;
    width: 100%;
  }
}

.section__title_article {
  max-width: 1042px;
}

@media (max-width: 1600px) {
  .section__title_article {
    max-width: 868px;
  }
}

@media (max-width: 1440px) {
  .section__title_article {
    max-width: 781px;
  }
}

@media (max-width: 1200px) {
  .section__title_article {
    max-width: 651px;
  }
}

@media (max-width: 992px) {
  .section__title_article {
    max-width: 537px;
  }
}

@media (max-width: 768px) {
  .section__title_article {
    max-width: 324px;
  }
}

@media (max-width: 600px) {
  .section__title_article span {
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #413421;
  }
}

@media (max-width: 600px) {
  .other-articles .section__title_article .secondary {
    color: #ADADAC;
  }
}

.article__text {
  margin-top: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 190%;
  letter-spacing: -0.03em;
  color: #413421;
}

@media (max-width: 1700px) {
  .article__text {
    font-size: 18px;
    margin-top: 44px;
    max-width: 950px;
  }
}

@media (max-width: 1600px) {
  .article__text {
    font-size: 17px;
    margin-top: 42px;
  }
}

@media (max-width: 1440px) {
  .article__text {
    font-size: 15px;
    margin-top: 37px;
  }
}

@media (max-width: 1200px) {
  .article__text {
    font-size: 13px;
    margin-top: 31px;
  }
}

@media (max-width: 992px) {
  .article__text {
    font-size: 12px;
    margin-top: 26px;
    line-height: 180%;
  }
}

@media (max-width: 768px) {
  .article__text {
    font-size: 12px;
    margin-top: 20px;
    line-height: 170%;
  }
}

@media (max-width: 600px) {
  .article__text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 236%;
  }
}

.article__text_small {
  max-width: 993px;
}

@media (max-width: 1700px) {
  .article__text_small {
    max-width: 878px;
  }
}

@media (max-width: 1600px) {
  .article__text_small {
    max-width: 827px;
  }
}

@media (max-width: 1440px) {
  .article__text_small {
    max-width: 745px;
  }
}

@media (max-width: 1200px) {
  .article__text_small {
    max-width: 620px;
  }
}

@media (max-width: 992px) {
  .article__text_small {
    max-width: 511px;
  }
}

@media (max-width: 768px) {
  .article__text_small {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .article__text_small {
    max-width: 100%;
  }
}

.article__img {
  width: 100%;
  margin-top: 50px;
  border-radius: 20px;
}

@media (max-width: 1700px) {
  .article__img {
    margin-top: 44px;
    border-radius: 18px;
  }
}

@media (max-width: 1600px) {
  .article__img {
    margin-top: 42px;
    border-radius: 16px;
  }
}

@media (max-width: 1440px) {
  .article__img {
    margin-top: 37px;
    border-radius: 14px;
  }
}

@media (max-width: 1200px) {
  .article__img {
    margin-top: 31px;
    border-radius: 12px;
  }
}

@media (max-width: 992px) {
  .article__img {
    margin-top: 26px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .article__img {
    margin-top: 20px;
    border-radius: 8px;
  }
}

@media (max-width: 600px) {
  .article__img {
    height: 330px;
    margin-top: 16px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.article__body {
  margin: 0 30px;
}

@media (max-width: 1700px) {
  .article__body {
    margin: 0 26px;
  }
}

@media (max-width: 1600px) {
  .article__body {
    margin: 0 25px;
  }
}

@media (max-width: 1440px) {
  .article__body {
    margin: 0 22px;
  }
}

@media (max-width: 1200px) {
  .article__body {
    margin: 0 18px;
  }
}

@media (max-width: 992px) {
  .article__body {
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  .article__body {
    margin: 0 12px;
  }
}

@media (max-width: 600px) {
  .article__body {
    margin: 0 10px;
  }
}

@media (max-width: 600px) {
  .our-worlds__cards {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}

.card__user {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1700px) {
  .card__user {
    gap: 18px;
    padding-right: 11px;
  }
}

@media (max-width: 1440px) {
  .card__user {
    gap: 16px;
    padding-right: 10px;
  }
}

@media (max-width: 1200px) {
  .card__user {
    gap: 14px;
    padding-right: 9px;
  }
}

@media (max-width: 998px) {
  .card__user {
    gap: 12px;
    padding-right: 8px;
  }
}

@media (max-width: 768px) {
  .card__user {
    gap: 9px;
    padding-right: 6px;
  }
}

@media (max-width: 600px) {
  .card__user {
    gap: 10px;
    padding-right: 5px;
  }
}

.card__user-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.card__user-name {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.03em;
}

@media (max-width: 1700px) {
  .card__user-name {
    font-size: 1.45rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 1440px) {
  .card__user-name {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 1200px) {
  .card__user-name {
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 998px) {
  .card__user-name {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 768px) {
  .card__user-name {
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 600px) {
  .card__user-name {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

.card__user-role {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1700px) {
  .card__user-role {
    font-size: 1.45rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 1440px) {
  .card__user-role {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 1200px) {
  .card__user-role {
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 998px) {
  .card__user-role {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 768px) {
  .card__user-role {
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 400;
    line-height: 106%;
  }
}

@media (max-width: 600px) {
  .card__user-role {
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}

.card__avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media (max-width: 1700px) {
  .card__avatar {
    width: 63px;
  }
}

@media (max-width: 1600px) {
  .card__avatar {
    width: 60px;
  }
}

@media (max-width: 1440px) {
  .card__avatar {
    width: 56px;
  }
}

@media (max-width: 1300px) {
  .card__avatar {
    width: 48px;
  }
}

@media (max-width: 1200px) {
  .card__avatar {
    width: 44px;
  }
}

@media (max-width: 1100px) {
  .card__avatar {
    width: 38px;
  }
}

@media (max-width: 998px) {
  .card__avatar {
    width: 34px;
  }
}

@media (max-width: 800px) {
  .card__avatar {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .card__avatar {
    width: 28px;
  }
}

@media (max-width: 600px) {
  .card__avatar {
    width: 35px;
  }
}

.article__card .card__content {
  z-index: 1;
}

.article__card .card__footer {
  padding-bottom: 60px;
}

@media (max-width: 1700px) {
  .article__card .card__footer {
    padding-bottom: 53px;
  }
}

@media (max-width: 1440px) {
  .article__card .card__footer {
    padding-bottom: 47px;
  }
}

@media (max-width: 1200px) {
  .article__card .card__footer {
    padding-bottom: 42px;
  }
}

@media (max-width: 998px) {
  .article__card .card__footer {
    padding-bottom: 37px;
  }
}

@media (max-width: 768px) {
  .article__card .card__footer {
    padding-bottom: 28px;
  }
}

@media (max-width: 600px) {
  .article__card .card__footer {
    padding-bottom: 20px;
  }
}

.article__card .card__footer-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 167%;
  letter-spacing: -0.03em;
  color: #F4EFE8;
}

@media (max-width: 1700px) {
  .article__card .card__footer-title {
    font-size: 27px;
  }
}

@media (max-width: 1440px) {
  .article__card .card__footer-title {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .article__card .card__footer-title {
    font-size: 21px;
  }
}

@media (max-width: 998px) {
  .article__card .card__footer-title {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .article__card .card__footer-title {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .article__card .card__footer-title {
    font-size: 25px;
    line-height: 108%;
  }
}

.article__card .card__footer-description {
  max-width: 457px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #F4EFE8;
}

@media (max-width: 1700px) {
  .article__card .card__footer-description {
    max-width: 404px;
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  .article__card .card__footer-description {
    max-width: 370px;
    font-size: 13px;
  }
}

@media (max-width: 1440px) {
  .article__card .card__footer-description {
    max-width: 340px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .article__card .card__footer-description {
    max-width: 285px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .article__card .card__footer-description {
    max-width: 100%;
    font-size: 9px;
  }
}

@media (max-width: 600px) {
  .article__card .card__footer-description {
    max-width: 298px;
    font-size: 13px;
    line-height: 154%;
  }
}

.article__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(64px);
  background: radial-gradient(54.62% 100% at 50% 0%, rgba(0, 0, 0, 0) 48.7%, rgba(0, 0, 0, 0.3) 100%);
  transform: rotate(180deg);
}

.article__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 21.33%, rgba(0, 0, 0, 0.5) 76.69%);
}

.blog {
  overflow-x: clip;
}

.blog__hero {
  padding: 350px 35px 150px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.blog__hero img {
  width: 100%;
}

.blog__hero p {
  display: flex;
  flex-direction: column;
  max-width: 436px;
}

@media (max-width: 1600px) {
  .blog__hero {
    padding: 292px 29px 125px;
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
  }

  .blog__hero p {
    max-width: 354px;
  }
}

@media (max-width: 1440px) {
  .blog__hero {
    padding: 260px 26px 110px;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8rem;
  }
}

@media (max-width: 1200px) {
  .blog__hero {
    padding: 200px 20px 90px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .blog__hero p {
    max-width: 270px;
  }
}

@media (max-width: 430px) {
  .blog__hero {
    padding: 160px 16px 50px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.1rem;
  }

  .blog__hero p {
    max-width: 306px;
  }
}

.blog__hero-bg-mob {
  display: none;
  max-width: 60%;
}

@media (max-width: 430px) {
  .blog__hero-bg-mob {
    display: block;
  }
}

.blog__hero-bg-web {
  display: block;
}

@media (max-width: 430px) {
  .blog__hero-bg-web {
    display: none;
  }
}

.blog__layout {
  padding: 50px 28px 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 1600px) {
  .blog__layout {
    gap: 66px;
    padding: 42px 23px 84px;
  }
}

@media (max-width: 1440px) {
  .blog__layout {
    gap: 60px;
    padding: 38px 21px 76px;
  }
}

@media (max-width: 1200px) {
  .blog__layout {
    gap: 50px;
    padding: 31px 18px 62px;
  }
}

@media (max-width: 992px) {
  .blog__layout {
    gap: 70px;
    padding: 50px 10px 100px;
  }
}

.blog__2col {
  min-width: 0;
}

@media (max-width: 992px) {
  .blog__2col {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.blog__3col {
  min-width: 0;
  row-gap: 80px;
}

@media (max-width: 1600px) {
  .blog__3col {
    row-gap: 66px;
  }
}

@media (max-width: 1440px) {
  .blog__3col {
    row-gap: 60px;
  }
}

@media (max-width: 1200px) {
  .blog__3col {
    row-gap: 50px;
  }
}

@media (max-width: 992px) {
  .blog__3col {
    grid-template-columns: 1fr;
    gap: 30px;
    row-gap: 30px;
  }
}

.blog__card {
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 992px) {
  .blog__card {
    gap: 15px;
  }
}

.blog__card-big .blog__card-content {
  aspect-ratio: 922/574;
}

.blog__card-big .blog__card-content>img {
  aspect-ratio: 922/574;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  .blog__card-big .blog__card-content {
    aspect-ratio: 342/292;
  }

  .blog__card-big .blog__card-content>img {
    aspect-ratio: 342/292;
  }
}

.blog__card-sm .blog__card-content {
  aspect-ratio: 608/461;
}

.blog__card-sm .blog__card-content>img {
  aspect-ratio: 608/461;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 992px) {
  .blog__card-sm .blog__card-content {
    aspect-ratio: 348/182;
  }

  .blog__card-sm .blog__card-content>img {
    aspect-ratio: 348/182;
  }
}

.blog__card-content {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.blog__card-content>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__card-content::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border-radius: 5px;
}

.blog__card-labels {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
}

@media (max-width: 1600px) {
  .blog__card-labels {
    bottom: 25px;
    left: 25px;
    gap: 8px;
  }
}

@media (max-width: 1440px) {
  .blog__card-labels {
    bottom: 23px;
    left: 23px;
  }
}

@media (max-width: 1200px) {
  .blog__card-labels {
    bottom: 19px;
    left: 19px;
    gap: 6px;
  }
}

@media (max-width: 992px) {
  .blog__card-labels {
    bottom: 10px;
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
    flex-wrap: wrap;
  }
}

.blog__card-label {
  height: 38px;
  padding: 0 16px 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  border-radius: 5px;
}

.blog__card-label>div {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
}

.blog__card-label>p {
  margin-top: 4px;
}

@media (max-width: 1600px) {
  .blog__card-label {
    height: 32px;
    padding: 0 13px 0 11px;
    font-size: 1.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16rem;
  }

  .blog__card-label>div {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1440px) {
  .blog__card-label {
    height: 28px;
    padding: 0 12px 0 10px;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1rem;
  }

  .blog__card-label>div {
    width: 9px;
    height: 9px;
  }

  .blog__card-label>p {
    margin-top: 2px;
  }
}

@media (max-width: 1200px) {
  .blog__card-label {
    height: 24px;
    padding: 0 10px 0 8px;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.9rem;
  }

  .blog__card-label>div {
    width: 8px;
    height: 8px;
  }

  .blog__card-label>p {
    margin-top: 4px;
  }
}

@media (max-width: 992px) {
  .blog__card-label {
    height: 26px;
    padding: 0 10px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
  }
}

.blog__card-title {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.7rem;
}

@media (max-width: 1600px) {
  .blog__card-title {
    font-size: 2.08rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.1rem;
  }
}

@media (max-width: 1440px) {
  .blog__card-title {
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
  }
}

@media (max-width: 1200px) {
  .blog__card-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
  }
}

.blog__card-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}

.blog__card-button img {
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
}

@media (max-width: 1600px) {
  .blog__card-button {
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
  }

  .blog__card-button img {
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 1440px) {
  .blog__card-button {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
  }

  .blog__card-button img {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1200px) {
  .blog__card-button {
    top: 13px;
    right: 13px;
    width: 30px;
    height: 30px;
  }

  .blog__card-button img {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 992px) {
  .blog__card-button {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
  }

  .blog__card-button img {
    width: 7px;
    height: 7px;
  }
}

.blog__card:hover .blog__card-button {
  background-color: #F4EFE8;
}

.partnership-booking {
  background-color: #F3EEE6;
  display: flex;
  min-height: var(--fixed-vh);
  position: relative;
  z-index: 4;
  margin: -100px 20px 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

@media (max-width: 600px) {
  .partnership-booking {
    margin: -90px 10px 0;
  }
}

.partnership-container {
  display: flex;
  width: 100%;
}

.booking-content {
  flex: 1;
  padding: 100px 60px 80px 70px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

@media (max-width: 1650px) {
  .booking-content {
    padding: 80px 50px 70px 60px;
  }
}

.section-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: #413421;
  font-weight: 500;
  font-size: 15px;
  line-height: 98%;
  letter-spacing: -0.03em;
  opacity: 0.5;
}

@media (max-width: 1650px) {
  .section-label {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .section-label {
    margin-bottom: 11px;
  }
}

.section-label img {
  width: 22px;
}

@media (max-width: 600px) {
  .section-label img {
    width: 12px;
  }
}

.booking-title {
  font-size: 60px;
  line-height: 1;
  margin-top: 37px;
  margin-bottom: 20px;
  color: #413421;
  font-weight: 400;
}

@media (max-width: 1894px) {
  .booking-title {
    font-size: 50px;
  }
}

@media (max-width: 1650px) {
  .booking-title {
    font-size: 44px;
  }
}

@media (max-width: 1440px) {
  .booking-title {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .booking-title {
    font-size: 35px;
    max-width: 302px;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
  }
}

.booking-title .secondary {
  color: #adadac;
}

.booking-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  color: #413421;
  margin-bottom: 40px;
}

@media (max-width: 1894px) {
  .booking-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 1650px) {
  .booking-subtitle {
    font-size: 13px;
    margin-bottom: 20;
  }
}

@media (max-width: 600px) {
  .booking-subtitle {
    display: none;
  }
}

.booking-form {
  max-width: 722px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1894px) {
  .booking-form {
    max-width: 630px;
  }
}

@media (max-width: 1650px) {
  .booking-form {
    max-width: 550px;
  }
}

.form-row {
  display: grid;
  gap: 10px;
}

.form-row.row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.form-row.row-mixed {
  grid-template-columns: 388fr 157fr 157fr;
}

.input-field {
  height: 53px;
  border: 1px solid rgba(65, 52, 33, 0.25);
  border-radius: 85px;
  border-radius: 50px;
  padding: 0 25px;
  font-size: 16px;
  color: #413421;
  outline: none;
  width: 100%;
  backdrop-filter: blur(40px);
  background: rgba(65, 52, 33, 0.02);
}

@media (max-width: 1650px) {
  .input-field {
    height: 42px;
    padding: 0 18px;
  }
}

@media (max-width: 1200px) {
  .input-field {
    height: 53px;
    padding: 0 20px;
  }
}

.input-field::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.03em;
  color: rgba(65, 52, 33, 0.25);
}

.input-field::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.03em;
  color: rgba(65, 52, 33, 0.25);
}

@media (max-width: 1650px) {
  .input-field::-moz-placeholder {
    font-size: 11px;
  }

  .input-field::placeholder {
    font-size: 11px;
  }
}

@media (max-width: 1310px) {
  .input-field::-moz-placeholder {
    font-size: 14px;
  }

  .input-field::placeholder {
    font-size: 14px;
  }
}

.textarea-field {
  height: 106px;
  background: rgba(65, 52, 33, 0.02);
  border: 1px solid rgba(65, 52, 33, 0.25);
  backdrop-filter: blur(40px);
  border-radius: 25px;
  padding: 20px 25px;
  font-size: 16px;
  resize: none;
  outline: none;
}

.textarea-field::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.03em;
  color: rgba(65, 52, 33, 0.25);
}

.textarea-field::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.03em;
  color: rgba(65, 52, 33, 0.25);
}

@media (max-width: 1650px) {
  .textarea-field::-moz-placeholder {
    font-size: 11px;
    border-radius: 20px;
  }

  .textarea-field::placeholder {
    font-size: 11px;
    border-radius: 20px;
  }
}

@media (max-width: 1310px) {
  .textarea-field::-moz-placeholder {
    border-radius: 14px;
    font-size: 14px;
  }

  .textarea-field::placeholder {
    border-radius: 14px;
    font-size: 14px;
  }
}

@media (max-width: 1650px) {
  .textarea-field {
    border-radius: 20px;
  }
}

@media (max-width: 1310px) {
  .textarea-field {
    font-size: 14px;
  }
}

.privacy-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
}

.privacy-row label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: rgba(65, 52, 33, 0.25);
}

.privacy-row label a {
  font-weight: 400;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  transition: color 0.3s;
}

.privacy-row label a:hover {
  color: #2C2A25;
}

.custom-checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(65, 52, 33, 0.25);
  border-radius: 6px;
  background: rgba(65, 52, 33, 0.02);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.custom-checkbox:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.custom-checkbox:checked {
  background-color: #413421;
  border-color: #413421;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:focus-visible {
  outline: 2px solid #413421;
  outline-offset: 2px;
}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #413421;
  color: white;
  border-radius: 60px;
  padding: 5px 5px 5px 30px;
  width: 263px;
  gap: 30px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

@media (max-width: 1650px) {
  .learn-more-btn {
    width: 243px;
  }
}

.learn-more-btn span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.04em;
}

.learn-more-btn .arrow-circle {
  background: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1650px) {
  .learn-more-btn .arrow-circle {
    height: 36px;
    width: 36px;
  }
}

.learn-more-btn .arrow-circle img {
  width: 10px;
  transform: rotate(-45deg);
}

@media (max-width: 1650px) {
  .learn-more-btn .arrow-circle img {
    height: 9px;
    width: 9px;
  }
}

.booking-image-side {
  flex: 1;
}

.booking-image-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1310px) {
  .partnership-container {
    flex-direction: column;
  }

  .booking-content {
    padding: 40px 20px;
    order: 1;
  }

  .booking-image-side {
    display: none;
  }

  .booking-title {
    font-size: 34px;
  }

  .booking-form {
    gap: 15px;
  }

  .form-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .form-row.row-mixed {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .form-row.row-mixed .field-dest {
    grid-column: span 2;
  }

  .form-row.row-mixed .field-date,
  .form-row.row-mixed .field-type {
    grid-column: span 1;
  }

  .input-field {
    height: 60px;
    border-radius: 30px;
  }

  .textarea-field {
    height: 140px;
  }

  .learn-more-btn {
    width: 100%;
    justify-content: space-between;
    padding-left: 25px;
  }
}

.contacts .hero__video-block {
  height: 105%;
}

/* WhatsApp Widget */
.whatsapp-widget {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.whatsapp-widget.is-visible {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.whatsapp-widget.is-visible:hover {
  transform: scale(1.08);
}

.whatsapp-widget svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/*# sourceMappingURL=style.css.map */