/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  outline: none;
  border: none;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes ticker {
  0% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  25% {
    transform: translate(50%, 0);
    opacity: 0.5;
  }
  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
@font-face {
  font-family: Mont;
  font-display: swap;
  src: url("../fonts/Mont-Heavy.woff2") format("woff2"), url("../fonts/Mont-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Mont;
  font-display: swap;
  src: url("../fonts/Mont-ExtraLight.woff2") format("woff2"), url("../fonts/Mont-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

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

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

* {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: black;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg, #030303, rgba(59, 133, 89, 0.5));
}

html,
body {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
body._noscroll {
  overflow: hidden;
}

h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 90px;
  line-height: 102.4%;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1920px) {
  h2 {
    font-size: calc(50px + 40 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  h2 {
    font-size: 50px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

@media screen and (max-width: 800px) {
  .body {
    overflow: auto;
  }
  .body_active {
    overflow: hidden;
  }
}
.container {
  width: 2000px;
  height: 100%;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 2100px) {
  .container {
    width: 1800px;
  }
}
@media screen and (max-width: 1800px) {
  .container {
    width: 100%;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: white;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 20px 15px;
}
.header__menu {
  display: flex;
  justify-content: space-between;
}
.header__menu-item {
  position: relative;
  display: block;
  font-size: 22px;
  padding: 16px;
}
.header__menu-item::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 16px;
  background: black;
  width: 0;
  height: 1px;
  transition: 0.4s all;
}
.header__menu-item:hover::before {
  width: calc(100% - 32px);
}
.header__feedback {
  width: max-content;
  display: flex;
  flex-direction: column;
}
.header__phone {
  font-size: 22px;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
.header__phone:hover {
  color: orange;
}
.header__whatsapp {
  align-self: end;
}
.header__whatsapp:hover {
  color: green;
}

.burger {
  display: none;
  position: relative;
  height: 6px;
  width: 22px;
  z-index: 10;
}
.burger span {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  border-radius: 12%;
  position: absolute;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1920px) {
  .header__menu-item {
    font-size: 1.2vw;
  }
  .header__phone {
    font-size: 1.4vw;
  }
  .header__whatsapp {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__container {
    padding: 10px 10px 15px;
  }
  .header__menu-item {
    font-size: 1.3vw;
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header__container {
    padding: 10px 20px;
  }
  .header__menu {
    position: fixed;
    top: -100vh;
    transition: 0.4s ease-out;
  }
  .header__menu_active {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    padding: 15% 0;
  }
  .header__menu-item {
    cursor: auto;
    font-size: 4vw;
    padding: 10px 20%;
  }
  .header__menu-item::before {
    position: unset;
  }
  .header__menu-item:hover::before {
    width: 0;
  }
  .header__phone {
    font-size: 3.5vw;
    cursor: auto;
  }
  .header__whatsapp {
    font-size: 2vw;
    cursor: auto;
  }
}
.first {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  margin: 114px auto 0;
}
.first__id {
  position: absolute;
  top: -114px;
  left: 0;
}
.first__img {
  position: absolute;
  left: 50%;
  height: 100%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.first__photo {
  position: relative;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  filter: drop-shadow(-15px 5px 10px rgba(0, 0, 0, 0.5));
}
.first__title, .first__title-mobile {
  width: max-content;
  position: absolute;
  left: 90%;
  top: 20%;
  font-weight: 300;
  font-size: 4vh;
  line-height: 1.2;
  color: #000;
}
.first__title-mobile {
  display: none;
}
.first__name {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-120%);
  font-weight: 300;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  z-index: 1;
}
.first__surname {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 300;
  font-size: 8vw;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  mix-blend-mode: difference;
  z-index: 2;
}
.first__item {
  width: 50vh;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1;
  mix-blend-mode: difference;
}
.first__item-mobile {
  display: none;
}
.first__item-1 {
  top: 50%;
  left: -100%;
}
.first__item-2 {
  top: 55%;
  left: -100%;
}
.first__item-3 {
  top: 62%;
  left: -100%;
}
.first__item-4 {
  top: 70%;
  left: -100%;
}
.first__item-5 {
  left: auto;
  top: 68%;
  right: -100%;
  text-align: right;
}
.first__item-6 {
  left: auto;
  top: 78%;
  right: -100%;
  text-align: right;
}
.first__title-animate {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.6196078431);
  font-size: 50vh;
  opacity: 0.2;
  z-index: 1;
}
.first__title-animate-text {
  line-height: 1;
  width: max-content;
  white-space: nowrap;
  animation: ticker 20s infinite linear;
}

@media screen and (max-width: 1536px) {
  .first__title {
    font-size: 3.4vh;
    left: 85%;
  }
  .first__name {
    left: 48%;
  }
  .first__item {
    width: 40vh;
  }
  .first__item-1, .first__item-2, .first__item-3, .first__item-4 {
    left: -80%;
  }
  .first__item-5 {
    right: -85%;
  }
  .first__item-6 {
    right: -85%;
  }
}
@media screen and (max-width: 1024px) {
  .first__title-animate {
    z-index: 0;
  }
  .first__img {
    left: unset;
    right: -7%;
    transform: unset;
  }
  .first__name, .first__surname, .first__title-mobile {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    font-size: 80px;
    transform: unset;
    padding: 0 0 0 50px;
  }
  .first__title {
    display: none;
  }
  .first__title-mobile {
    display: block;
    font-size: 26px;
    z-index: 1;
    padding: 0 0 0 60px;
    margin: 0 0 30px;
  }
  .first__item {
    display: none;
  }
  .first__item-mobile {
    width: 60vw;
    font-size: 14px;
    display: block;
    padding: 0 0 0 55px;
    margin: 0 0 10px;
    z-index: 1;
  }
}
@media screen and (max-width: 800px) {
  .first__img {
    display: flex;
    align-items: end;
  }
  .first__photo {
    height: 85vw;
  }
  .first__name {
    font-size: 55px;
    padding: 0 0 0 20px;
  }
  .first__surname {
    font-size: 55px;
    padding: 0 0 0 20px;
  }
  .first__title-mobile {
    font-size: 18px;
    padding: 0 0 0 20px;
  }
  .first__item-mobile {
    width: 50vw;
    font-size: 12px;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
  }
  .first__title-animate-text {
    font-size: 50vw;
  }
}
.objects {
  width: 100%;
  min-height: 100vh;
  padding-inline: 60px;
  padding-top: 150px;
}
@media (max-width: 1920px) {
  .objects {
    padding-inline: calc(15px + 45 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .objects {
    padding-inline: 15px;
  }
}
@media (max-width: 1920px) {
  .objects {
    padding-top: calc(75px + 75 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .objects {
    padding-top: 75px;
  }
}
.objects__content {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, minmax(279px, 279px));
  gap: 20px;
}
@media (max-width: 1200px) {
  .objects__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .objects__content {
    display: block;
    gap: 0;
  }
  .objects__content > :not(:last-child) {
    margin-bottom: 30px;
  }
}
.objects__item {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 25px 30px;
  cursor: pointer;
}
@media (min-width: 801px) {
  .objects__item:hover > .objects__card-front {
    transform: perspective(1000px) rotateY(0deg);
    filter: drop-shadow(0px 4px 46px rgba(0, 0, 0, 0.15));
  }
  .objects__item:hover > .objects__card-back {
    transform: perspective(1000px) rotateY(-180deg);
  }
}
@media (max-width: 800px) {
  .objects__item {
    min-height: 88px;
    height: auto;
    background: #000000;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .objects__item._open .objects__card-front {
    height: 180px;
  }
  .objects__item._open .objects__card-back {
    padding-top: 15px;
  }
  .objects__item._open .objects__card-back .objects__title::after {
    background-image: url("../img/minus.svg");
  }
}
.objects__card-front, .objects__card-back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.6s linear;
}
.objects__card-front_invert, .objects__card-back_invert {
  transition: none;
}
@media (max-width: 800px) {
  .objects__card-front, .objects__card-back {
    position: relative;
  }
}
.objects__card-front::before, .objects__card-back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.objects img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 800px) {
  .objects img {
    position: relative;
    margin-top: 30px;
  }
}
@media (min-width: 801px) {
  .objects__card-front {
    transform: perspective(1000px) rotateY(180deg);
  }
  .objects__card-front_invert {
    transform: perspective(1000px) rotateY(0deg);
    background-color: rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 800px) {
  .objects__card-front {
    height: 0;
    transition: all 0.3s ease 0s;
  }
  .objects__card-front .objects__title {
    display: none;
  }
}
@media (min-width: 801px) {
  .objects__card-back {
    transform: perspective(1000px) rotateY(0deg);
    background-color: rgba(0, 0, 0, 0.12);
  }
  .objects__card-back_invert {
    transform: perspective(1000px) rotateY(180deg);
  }
}
@media (max-width: 800px) {
  .objects__card-back {
    height: auto;
    transition: all 0.3s ease 0s;
  }
  .objects__card-back .objects__title {
    position: static;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .objects__card-back .objects__title:after {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-left: 10px;
    display: block;
    background-image: url("../img/plus.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
@media (min-width: 1201px) {
  .objects__item-1 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.objects__item-2:hover > .objects__card-front {
  transform: unset;
  filter: unset;
}
.objects__item-2:hover > .objects__card-back {
  transform: unset;
}
@media (min-width: 1201px) {
  .objects__item-2 {
    grid-column: 3/5;
    grid-row: 1/3;
  }
}
@media (min-width: 1201px) {
  .objects__item-3 {
    grid-column: 5/6;
    grid-row: 1/2;
  }
}
@media (min-width: 1201px) {
  .objects__item-4 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1201px) {
  .objects__item-5 {
    grid-column: 5/6;
    grid-row: 2/4;
  }
}
@media (min-width: 1201px) {
  .objects__item-6 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (min-width: 1201px) {
  .objects__item-7 {
    grid-column: 2/5;
    grid-row: 3/4;
  }
}
.objects__title {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .objects__title {
    font-size: 16px;
    left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .objects__content {
    grid-template-rows: repeat(4, minmax(279px, 279px));
  }
}
@media screen and (max-width: 800px) {
  .objects__item {
    cursor: auto;
  }
  .objects__item._open .objects__card-front {
    height: 400px;
  }
  .objects__card-front::before, .objects__card-back::before {
    background: transparent;
  }
  .objects__item-2 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .objects__item._open .objects__card-front {
    height: 250px;
  }
}
@media screen and (max-width: 414px) {
  .objects {
    padding: 80px 15px 40px;
  }
  .objects__item._open .objects__card-front {
    height: 180px;
  }
}
.about {
  padding-top: 150px;
  padding-inline: 60px;
}
@media (max-width: 1920px) {
  .about {
    padding-top: calc(75px + 75 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .about {
    padding-top: 75px;
  }
}
@media (max-width: 1920px) {
  .about {
    padding-inline: calc(15px + 45 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .about {
    padding-inline: 15px;
  }
}
.about__top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}
@media (max-width: 1024px) {
  .about__top {
    display: block;
  }
}
@media (min-width: 1025px) {
  .about__top div {
    flex: 1 1 auto;
    margin-bottom: 0.5em;
    padding-left: 12px;
  }
}
.about__top div > :first-child {
  text-decoration: line-through;
}
.about__top div span {
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  text-transform: capitalize;
  color: #000;
  font-size: 30px;
}
@media (max-width: 1920px) {
  .about__top div span {
    font-size: calc(14px + 16 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .about__top div span {
    font-size: 14px;
  }
}
.about__top a {
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 102.4%;
  text-transform: uppercase;
  color: #000000;
  display: block;
  width: fit-content;
}
@media (max-width: 1920px) {
  .about__top a {
    font-size: calc(24px + 36 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .about__top a {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .about__top a {
    margin-left: auto;
    margin-top: 52px;
  }
}
@media (max-width: 600px) {
  .about__top a {
    margin-top: 43px;
  }
}
.about__video {
  background-image: url("./../../img/youtube/about.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1014px;
  position: relative;
}
@media (max-width: 1920px) {
  .about__video {
    height: calc(196px + 818 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .about__video {
    height: 196px;
  }
}
.about__video button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  cursor: pointer;
}
.about__video button img {
  width: 218px;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .about__video button img {
    width: calc(92px + 126 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .about__video button img {
    width: 92px;
  }
}
.about__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.about ol {
  padding-top: 15px;
}
@media (min-width: 801px) {
  .about ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .about ol > :nth-child(2n) {
    text-align: right;
    justify-content: flex-end;
  }
}
@media (max-width: 800px) {
  .about ol {
    padding-top: 30px;
  }
  .about ol > :not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .about ol {
    padding-top: 26px;
  }
}
.about ol li {
  font-style: normal;
  font-weight: 400;
  line-height: 188.9%;
  color: #000000;
  display: flex;
  position: relative;
}
@media (min-width: 801px) {
  .about ol li {
    font-size: 18px;
  }
}
@media (min-width: 801px) and (max-width: 1920px) {
  .about ol li {
    font-size: calc(10px + 8 * ((100vw - 390px) / 1530));
  }
}
@media (min-width: 801px) and (max-width: 390px) {
  .about ol li {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .about ol li {
    font-size: 18px;
  }
}
@media (max-width: 800px) and (max-width: 1920px) {
  .about ol li {
    font-size: calc(14px + 4 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 800px) and (max-width: 390px) {
  .about ol li {
    font-size: 14px;
  }
}
.about ol li:before {
  left: 0;
  top: -15%;
  margin-right: 0.5em;
  position: relative;
  content: ".";
  color: currentColor;
  border-radius: 50%;
}

@media screen and (max-width: 414px) {
  .about {
    padding: 40px 15px;
  }
}
.youtube {
  position: relative;
  padding-top: 150px;
}
.youtube__face-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1920px) {
  .youtube {
    padding-top: calc(75px + 75 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube {
    padding-top: 75px;
  }
}
.youtube h2 {
  padding-inline: 60px;
  margin-bottom: 48px;
}
@media (max-width: 1920px) {
  .youtube h2 {
    padding-inline: calc(15px + 45 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube h2 {
    padding-inline: 15px;
  }
}
@media (max-width: 1920px) {
  .youtube h2 {
    margin-bottom: calc(35px + 13 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube h2 {
    margin-bottom: 35px;
  }
}
.youtube__bottom {
  padding-inline: 60px;
  padding-top: 48px;
}
@media (max-width: 1920px) {
  .youtube__bottom {
    padding-inline: calc(15px + 45 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube__bottom {
    padding-inline: 15px;
  }
}
@media (max-width: 1920px) {
  .youtube__bottom {
    padding-top: calc(28px + 20 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube__bottom {
    padding-top: 28px;
  }
}
@media (min-width: 801px) {
  .youtube__bottom {
    display: flex;
    justify-content: space-between;
  }
}
.youtube__bottom h3 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 1920px) {
  .youtube__bottom h3 {
    font-size: calc(32px + -2 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube__bottom h3 {
    font-size: 32px;
  }
}
.youtube__bottom ol {
  padding-top: 12px;
}
@media (max-width: 800px) {
  .youtube__bottom ol {
    padding-top: 33px;
  }
}
@media (max-width: 600px) {
  .youtube__bottom ol {
    padding-top: 20px;
  }
}
.youtube__bottom ol li {
  font-style: normal;
  font-weight: 400;
  line-height: 188.9%;
  color: #000000;
  display: flex;
  position: relative;
  font-size: 18px;
}
@media (max-width: 1920px) {
  .youtube__bottom ol li {
    font-size: calc(14px + 4 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube__bottom ol li {
    font-size: 14px;
  }
}
.youtube .swiper[data-reverse] {
  padding-left: 150px;
  margin-top: 20px;
}
@media (max-width: 1920px) {
  .youtube .swiper[data-reverse] {
    margin-top: calc(10px + 10 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube .swiper[data-reverse] {
    margin-top: 10px;
  }
}
.youtube .swiper-wrapper > :not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1920px) {
  .youtube .swiper-wrapper > :not(:last-child) {
    margin-right: calc(10px + 10 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube .swiper-wrapper > :not(:last-child) {
    margin-right: 10px;
  }
}
.youtube .swiper-slide {
  width: 526px;
  height: 292px;
  position: relative;
  background-color: #000;
}
@media (max-width: 1920px) {
  .youtube .swiper-slide {
    width: calc(208px + 318 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube .swiper-slide {
    width: 208px;
  }
}
@media (max-width: 1920px) {
  .youtube .swiper-slide {
    height: calc(117px + 175 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube .swiper-slide {
    height: 117px;
  }
}
.youtube .swiper-slide button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  cursor: pointer;
}
.youtube .swiper-slide button img {
  width: 218px;
  pointer-events: none;
}
@media (max-width: 1920px) {
  .youtube .swiper-slide button img {
    width: calc(92px + 126 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .youtube .swiper-slide button img {
    width: 92px;
  }
}
.youtube .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.swiper-free-mode .swiper-wrapper {
  transition-timing-function: linear;
}

.faq {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-inline: 60px;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .faq {
    padding-top: calc(75px + 75 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq {
    padding-top: 75px;
  }
}
@media (max-width: 1920px) {
  .faq {
    padding-bottom: calc(75px + 75 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq {
    padding-bottom: 75px;
  }
}
@media (max-width: 1920px) {
  .faq {
    padding-inline: calc(15px + 45 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq {
    padding-inline: 15px;
  }
}
.faq h2 {
  margin-bottom: 48px;
}
@media (max-width: 1920px) {
  .faq h2 {
    margin-bottom: calc(35px + 13 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq h2 {
    margin-bottom: 35px;
  }
}
@media (min-width: 801px) {
  .faq h2 {
    text-align: center;
  }
}
.faq__content {
  min-height: 100vh;
}
.faq__column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  counter-reset: faq;
  gap: 40px;
}
@media (max-width: 1920px) {
  .faq__column {
    gap: calc(15px + 25 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__column {
    gap: 15px;
  }
}
@media (max-width: 800px) {
  .faq__column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.faq__column .faq__item {
  transform-origin: bottom right;
}
@media (min-width: 801px) {
  .faq__column > :nth-child(4n+1), .faq__column > :nth-child(4n+2) {
    transform-origin: bottom left;
  }
}
@media (max-width: 800px) {
  .faq__column > :nth-child(2n+1) {
    transform-origin: bottom left;
  }
}
.faq__item {
  background-color: #ffffff;
  box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  padding: 22px;
  border-radius: 30px;
  counter-increment: faq;
}
@media (max-width: 1920px) {
  .faq__item {
    padding: calc(11px + 11 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__item {
    padding: 11px;
  }
}
@media (max-width: 1920px) {
  .faq__item {
    border-radius: calc(16px + 14 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__item {
    border-radius: 16px;
  }
}
.faq__item span {
  pointer-events: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #000000;
}
.faq__item span:before {
  content: counter(faq) ". ";
}
@media (max-width: 1920px) {
  .faq__item span {
    font-size: calc(12px + 6 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__item span {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .faq__item span {
    font-size: 10px;
  }
}
.faq__answer {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
}
.faq__answer-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.faq__answer-control > :not(:last-child) {
  margin-right: 20px;
}
.faq__answer-control button {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-size: 14px;
  cursor: pointer;
}
.faq__answer-control button img {
  pointer-events: none;
  height: 1em;
}
.faq__answer .control-buttons {
  display: flex;
  align-items: center;
}
.faq__answer .control-buttons > :not(:last-child) {
  margin-right: 20px;
}
.faq__answer-next img {
  transform: rotate(180deg);
  margin-left: 0.5em;
}
.faq__answer-prev img {
  margin-right: 0.5em;
}
.faq__answer-content {
  transform: rotateX(90deg);
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 30px;
}
@media (max-width: 1920px) {
  .faq__answer-content {
    border-radius: calc(16px + 14 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__answer-content {
    border-radius: 16px;
  }
}
@media (max-width: 1920px) {
  .faq__answer-content {
    padding-top: calc(20px + 20 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__answer-content {
    padding-top: 20px;
  }
}
@media (max-width: 1920px) {
  .faq__answer-content {
    padding-bottom: calc(20px + 20 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__answer-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 1920px) {
  .faq__answer-content {
    padding-inline: calc(15px + 15 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__answer-content {
    padding-inline: 15px;
  }
}
@media (max-width: 992px) {
  .faq__answer-content {
    max-width: calc(100% - 30px);
  }
}
.faq__answer-close {
  background-color: transparent;
  cursor: pointer;
}
@media (any-hover: hover) {
  .faq__answer-close:hover img {
    transform: rotate(180deg);
  }
}
.faq__answer-close img {
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
.faq__answer label {
  display: block;
  margin-bottom: 1em;
  font-size: 24px;
}
@media (max-width: 1920px) {
  .faq__answer label {
    font-size: calc(16px + 8 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .faq__answer label {
    font-size: 16px;
  }
}

.feedback {
  padding-inline: 60px;
}
@media (max-width: 1920px) {
  .feedback {
    padding-inline: calc(15px + 45 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .feedback {
    padding-inline: 15px;
  }
}
.feedback__top {
  margin-bottom: 90px;
}
@media (max-width: 1920px) {
  .feedback__top {
    margin-bottom: calc(35px + 55 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .feedback__top {
    margin-bottom: 35px;
  }
}
@media (min-width: 801px) {
  .feedback__top {
    text-align: center;
  }
}
.feedback__top p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.18;
  text-transform: capitalize;
  color: #000000;
  margin-top: 12px;
}
@media (max-width: 800px) {
  .feedback__top p {
    display: none;
  }
}
@media (min-width: 801px) {
  .feedback__content {
    max-width: 1075px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px 15px;
  }
}
@media (min-width: 801px) and (min-width: 1201px) {
  .feedback__content > :nth-child(3), .feedback__content > :nth-child(4) {
    left: -9vw;
  }
}
@media (min-width: 801px) and (min-width: 1201px) and (max-width: 1360px) {
  .feedback__content > :nth-child(3), .feedback__content > :nth-child(4) {
    left: -4vw;
  }
}
@media (min-width: 801px) and (min-width: 1201px) {
  .feedback__content > :nth-child(5), .feedback__content > :nth-child(6) {
    left: 9vw;
  }
}
@media (min-width: 801px) and (min-width: 1201px) and (max-width: 1360px) {
  .feedback__content > :nth-child(5), .feedback__content > :nth-child(6) {
    left: 4vw;
  }
}
@media (max-width: 800px) {
  .feedback__content > :not(:last-child) {
    margin-bottom: 45px;
  }
}
@media (max-width: 600px) {
  .feedback__content > :not(:last-child) {
    margin-bottom: 23px;
  }
}
.feedback__content a {
  display: flex;
  align-items: center;
  max-width: 530px;
  width: 100%;
  position: relative;
}
.feedback__content a img {
  display: block;
  width: 122px;
  margin-right: 13px;
}
@media (max-width: 1920px) {
  .feedback__content a img {
    width: calc(80px + 42 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .feedback__content a img {
    width: 80px;
  }
}
@media (max-width: 1920px) {
  .feedback__content a img {
    margin-right: calc(10px + 3 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .feedback__content a img {
    margin-right: 10px;
  }
}
.feedback__content a div {
  font-style: normal;
  font-weight: 400;
  line-height: 1.18;
  color: #000;
  font-size: 18px;
}
@media (max-width: 600px) {
  .feedback__content a div {
    font-size: 18px;
  }
}
@media (max-width: 600px) and (max-width: 1920px) {
  .feedback__content a div {
    font-size: calc(12px + 6 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 600px) and (max-width: 390px) {
  .feedback__content a div {
    font-size: 12px;
  }
}
.feedback__content a div label {
  display: block;
  margin-bottom: 14px;
}
@media (max-width: 1920px) {
  .feedback__content a div label {
    margin-bottom: calc(10px + 4 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .feedback__content a div label {
    margin-bottom: 10px;
  }
}
.feedback__content a div span {
  display: block;
  max-width: 397px;
}

.footer {
  position: relative;
  margin-top: 150px;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1920px) {
  .footer {
    margin-top: calc(75px + 75 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .footer {
    margin-top: 75px;
  }
}
.footer h2 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1920px) {
  .footer h2 {
    top: calc(75px + 75 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .footer h2 {
    top: 75px;
  }
}
.footer h2 span {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
  position: absolute;
  left: 0;
  width: 100%;
}
.footer h2 span._active {
  opacity: 1;
}
.footer__content {
  position: relative;
  height: 100%;
}
@media (max-width: 800px) {
  .footer__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 23vh;
    padding-bottom: 23vh;
  }
}
.footer__map {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}
@media (min-width: 801px) {
  .footer__map {
    height: 100%;
    width: 100%;
    position: absolute;
  }
}
.footer__map._active:before {
  opacity: 1;
}
.footer__map._hide {
  visibility: hidden;
}
.footer__map._hide button {
  opacity: 0;
  pointer-events: none;
}
.footer__map:before {
  position: absolute;
  content: "";
  height: 36vh;
  left: 0px;
  top: 0px;
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 1s ease 0s;
}
.footer__map-back {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 30px;
  z-index: 3;
  padding: 10px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
}
.footer__map-back:hover {
  background: black;
  color: white;
}
.footer__map-back._active {
  opacity: 1;
  pointer-events: all;
  z-index: 5;
}
@media (min-width: 801px) {
  .footer__map#city {
    left: 0;
  }
  .footer__map#city button {
    left: 15.7vw;
  }
  .footer__map#region {
    right: 0;
  }
  .footer__map#region button {
    right: 15.7vw;
  }
}
.footer__map button {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease 0.5s;
}
@media (min-width: 801px) {
  .footer__map button {
    position: absolute;
    z-index: 1;
  }
}
.footer__map button * {
  pointer-events: none;
}
@media (any-hover: hover) {
  .footer__map button:hover:before {
    opacity: 1;
  }
  .footer__map button:hover label {
    color: #fff;
  }
  .footer__map button:hover span {
    opacity: 1;
    transform: translate3d(0, -100%, 0);
  }
}
.footer__map button._active {
  opacity: 0;
  pointer-events: none;
}
.footer__map button._active:before {
  opacity: 1;
}
.footer__map button._active label {
  color: #fff;
}
.footer__map button._active span {
  opacity: 1;
  transform: translate3d(0, -100%, 0);
}
.footer__map button:before {
  position: absolute;
  content: "";
  left: -61px;
  right: -61px;
  top: -83px;
  bottom: -45px;
  background-color: #000;
  z-index: -1;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
@media (max-width: 800px) {
  .footer__map button:before {
    left: -67px;
    right: -67px;
    top: -40px;
    bottom: -40px;
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .footer__map button:before {
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
  }
}
.footer__map button span {
  font-style: normal;
  font-weight: 400;
  line-height: 102.4%;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 33px;
  transition: all 0.3s ease 0s;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
@media (max-width: 1920px) {
  .footer__map button span {
    font-size: calc(14px + 19 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .footer__map button span {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .footer__map button span {
    display: none;
  }
}
.footer__map button label {
  font-style: normal;
  font-weight: 500;
  line-height: 102.4%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 60px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1920px) {
  .footer__map button label {
    font-size: calc(24px + 36 * ((100vw - 390px) / 1530));
  }
}
@media (max-width: 390px) {
  .footer__map button label {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .footer__map button label {
    color: #fff;
  }
}
.footer__map iframe {
  transition: all 0.3s ease 1.1s;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}
.footer__map iframe._active {
  opacity: 1;
  pointer-events: all;
}
.footer__title {
  display: block;
}
.footer__title_hidden {
  display: none;
}

@media screen and (max-width: 1024px) {
  .footer__content {
    padding-top: 40vh;
  }
}
@media screen and (max-width: 800px) {
  .footer__map-back {
    bottom: 110px;
  }
}
.title {
  margin-bottom: 48px;
  font-style: normal;
  font-weight: 300;
  font-size: 90px;
  line-height: 102%;
  text-transform: uppercase;
  color: #000;
}

@media screen and (max-width: 800px) {
  .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 414px) {
  .title {
    font-size: 50px;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
  }
}
.hamburger {
  display: none;
}

@media screen and (max-width: 800px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 8px;
    padding: 20px;
    box-sizing: content-box;
    z-index: 3;
  }
  .hamburger__item {
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    border-radius: 1px;
    transition: 0.4s all;
  }
  .hamburger_active .hamburger__item:first-of-type {
    transform: rotate(45deg) translateY(4px);
  }
  .hamburger_active .hamburger__item:last-of-type {
    transform: rotate(-45deg) translateY(-4px);
  }
}
.reviews__name {
  font-weight: bold;
}
.reviews__star {
  display: inline;
  color: #F7D859;
}

.top {
  display: none;
}
.top_active {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  z-index: 3;
  border: 1px solid #fff;
}
.top::before, .top::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
}
.top::before {
  top: 55%;
  left: 50%;
  transform-origin: bottom right;
  transform: translateX(-5px) rotate(45deg);
}
.top::after {
  top: 55%;
  right: 50%;
  transform-origin: top left;
  transform: translateX(5px) rotate(-45deg);
}