@charset "UTF-8";
/* stylelint-disable no-invalid-position-at-import-rule */
:root {
  --base-size: 1vw;
  --tr: 0.3s;
  --tr-regular: all var(--tr) ease;
  --p-container: 1.5rem;
  --w-container: 118rem;
  --m-m-container: calc(-1 * var(--p-container));
  --fz-secondary: 1.8rem;
  --fz-1-4: 1.4rem;
  --fz-1-5: 1.5rem;
  --fz-h2: 3.6rem;
  --fz-h3: 2.4rem;
  --fz-h4: 2rem;
  --br-regular: 2rem;
}
@media (max-width: 991px) {
  :root {
    --p-container: 1rem;
  }
}
@media (max-width: 991px) {
  :root {
    --w-container: 100%;
  }
}
@media (max-width: 991px) {
  :root {
    --fz-secondary: 1.4rem;
  }
}
@media (max-width: 575px) {
  :root {
    --fz-secondary: 1.4rem;
    --fz-h2: 2.2rem;
    --fz-h3: 2rem;
    --fz-h4: 1.2rem;
  }
}

:root {
  --fg-regular: #000;
  --fg-orange: #D9611C;
  --fg-white: #FFF;
  --fg-gray: #333E48;
  --fg-gray-light: #757575;
  --fg-gray-dark: #4C555E;
  --fg-border: #E0E0E0;
  --bg-dark: #F8F8F8;
}

/* stylelint-disable scss/operator-no-newline-after */
/*
  Подключает шфрит
  @include font('Inter', normal, 400, '../resources/fonts/Inter/Inter-Regular');
 */
/*
  Создает грид
 */
/*
  Делает маску из svg
 */
/*

  SCSS ONLY MIXINS

 */
/*
  Генерирует цвет по указанной яркости
*/
/*
  Создать цвет rgba из hex
*/
/*
 Кастомизирует скроллбар
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url("../resources/fonts/inter/Inter-LightBETA.woff2") format("woff2"), url("../resources/fonts/inter/Inter-LightBETA.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../resources/fonts/inter/Inter-Regular.woff2") format("woff2"), url("../resources/fonts/inter/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../resources/fonts/inter/Inter-Medium.woff2") format("woff2"), url("../resources/fonts/inter/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("../resources/fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../resources/fonts/inter/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../resources/fonts/inter/Inter-Bold.woff2") format("woff2"), url("../resources/fonts/inter/Inter-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("../resources/fonts/inter/Inter-Black.woff2") format("woff2"), url("../resources/fonts/inter/Inter-Black.woff") format("woff");
  font-display: swap;
}
:root {
  --ff-regular: "Inter", sans-serif;
  --fz-regular: 1.6rem;
}
@media (max-width: 991px) {
  :root {
    --fz-regular: 1.4rem;
  }
}

html {
  overscroll-behavior: none;
  --fz-modifier: 0.520834;
  font-size: calc(var(--fz-modifier) * var(--base-size));
  background-color: var(--bg-app);
}
@media (min-width: 2100px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1599px) {
  html {
    --fz-modifier: 0.625;
  }
}
@media (max-width: 991px) {
  html {
    --fz-modifier: 1.763894;
  }
}
@media (max-width: 575px) {
  html {
    --fz-modifier: 2.666666;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 2.777777;
  }
}
@media (max-width: 359px) {
  html {
    --fz-modifier: 3.125;
  }
}

.wrapper {
  color: var(--fg-regular);
  font-family: var(--ff-regular);
  font-size: var(--fz-regular);
  font-weight: 400;
  line-height: normal;
  background: inherit;
  /*overscroll-behavior: none;*/
 /* overflow: hidden;*/
}

.wrapper .container {
  max-width: calc(var(--w-container) + 2 * var(--p-container));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--p-container);
  padding-right: var(--p-container);
}
@media (min-width: 2100px) {
  .wrapper .container {
    max-width: 118rem;
  }
}

h2, .fz-h2 {
  font-size: var(--fz-h2);
  font-weight: 300;
  text-transform: uppercase;
}

h3, .fz-h3 {
  font-size: var(--fz-h3);
  font-weight: 700;
}

h4, .fz-h4 {
  font-size: var(--fz-h4);
  font-weight: 700;
}

.image--border {
  border-radius: 2rem;
}

/*@media (max-width: 991px) {*/
 /* .wrapper {*/
 /*   overflow: visible;*/
 /*   }*/
 /* }*/
.page-template-franchise-main .main-page-wrapper > .container,
.page-template-construction .main-page-wrapper > .container,
.page-template-designing .main-page-wrapper > .container,
.page-template-collaboration .main-page-wrapper > .container,
.page-template-about .main-page-wrapper > .container,
.page-template-return .main-page-wrapper > .container,
.page-template-payment .main-page-wrapper > .container,
.page-template-delivery .main-page-wrapper > .container,
.page-template-rent .main-page-wrapper > .container,
.page-template-doors .main-page-wrapper > .container {
  max-width: 100% !important;
  padding: 0 !important;
}
.page-template-franchise-main .main-page-wrapper > .container > .row,
.page-template-construction .main-page-wrapper > .container > .row,
.page-template-designing .main-page-wrapper > .container > .row,
.page-template-collaboration .main-page-wrapper > .container > .row,
.page-template-about .main-page-wrapper > .container > .row,
.page-template-return .main-page-wrapper > .container > .row,
.page-template-payment .main-page-wrapper > .container > .row,
.page-template-delivery .main-page-wrapper > .container > .row,
.page-template-rent .main-page-wrapper > .container > .row,
.page-template-doors .main-page-wrapper > .container > .row {
  width: 100%;
  display: block;
  margin-inline: auto !important;
}
.page-template-franchise-main .main-page-wrapper img, .page-template-franchise-main .main-page-wrapper picture, .page-template-franchise-main .main-page-wrapper video, .page-template-franchise-main .main-page-wrapper canvas, .page-template-franchise-main .main-page-wrapper svg,
.page-template-construction .main-page-wrapper img,
.page-template-construction .main-page-wrapper picture,
.page-template-construction .main-page-wrapper video,
.page-template-construction .main-page-wrapper canvas,
.page-template-construction .main-page-wrapper svg,
.page-template-designing .main-page-wrapper img,
.page-template-designing .main-page-wrapper picture,
.page-template-designing .main-page-wrapper video,
.page-template-designing .main-page-wrapper canvas,
.page-template-designing .main-page-wrapper svg,
.page-template-collaboration .main-page-wrapper img,
.page-template-collaboration .main-page-wrapper picture,
.page-template-collaboration .main-page-wrapper video,
.page-template-collaboration .main-page-wrapper canvas,
.page-template-collaboration .main-page-wrapper svg,
.page-template-about .main-page-wrapper img,
.page-template-about .main-page-wrapper picture,
.page-template-about .main-page-wrapper video,
.page-template-about .main-page-wrapper canvas,
.page-template-about .main-page-wrapper svg,
.page-template-return .main-page-wrapper img,
.page-template-return .main-page-wrapper picture,
.page-template-return .main-page-wrapper video,
.page-template-return .main-page-wrapper canvas,
.page-template-return .main-page-wrapper svg,
.page-template-payment .main-page-wrapper img,
.page-template-payment .main-page-wrapper picture,
.page-template-payment .main-page-wrapper video,
.page-template-payment .main-page-wrapper canvas,
.page-template-payment .main-page-wrapper svg,
.page-template-delivery .main-page-wrapper img,
.page-template-delivery .main-page-wrapper picture,
.page-template-delivery .main-page-wrapper video,
.page-template-delivery .main-page-wrapper canvas,
.page-template-delivery .main-page-wrapper svg,
.page-template-rent .main-page-wrapper img,
.page-template-rent .main-page-wrapper picture,
.page-template-rent .main-page-wrapper video,
.page-template-rent .main-page-wrapper canvas,
.page-template-rent .main-page-wrapper svg,
.page-template-doors .main-page-wrapper img,
.page-template-doors .main-page-wrapper picture,
.page-template-doors .main-page-wrapper video,
.page-template-doors .main-page-wrapper canvas,
.page-template-doors .main-page-wrapper svg {
  display: block;
}

@media (max-width: 575px) {
  .page-template-designing .orange-call__media._right {
    display: none !important;
  }
}

button {
  background: none !important;
  border: none;
}

.text__content {
  color: #4C555E;
  --fz: 1.6rem;
  --m-bottom: 1.5rem;
}
.text__content > *:not(h1, h2, h3, h4, h5, h6) {
  margin-bottom: var(--m-bottom);
  font-size: var(--fz);
}
.text__content ul:not(:first-child) {
  margin-top: calc(-1 * var(--m-bottom));
}
.text__content ul, .text__content ol {
  padding-left: 2rem;
}
@media (max-width: 575px) {
  .text__content ul, .text__content ol {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .text__content ol {
    padding-left: 0;
  }
}
.text__content ul li {
  list-style: disc;
}

strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .m-title--left .block__title {
    text-align: left;
  }
  .m-title--big .block__title {
    font-size: 2.8rem;
  }
}
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
}

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

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

.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 {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.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));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

.swiper-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 {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.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 {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.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%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
  text-transform: none;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes minipulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.wrapper .btn {
  display: flex;
  align-items: center;
  padding: 2.1rem 0 2rem;
  height: 6.5rem;
  justify-content: center;
  border: 0.2rem solid var(--fg-orange) !important;
  border-radius: 10rem;
  width: 27.7rem;
  max-width: 100%;
  font-size: 1.6rem;
  font-family: var(--ff-regular);
  font-weight: 400;
  text-transform: none;
  color: var(--fg-regular);
  background: none;
}
.wrapper .btn svg {
  margin-left: 1.2rem;
}
.wrapper .btn._wide {
  padding-right: 2.1rem;
  padding-left: 3.4rem;
  justify-content: space-between;
}
.wrapper .btn._white {
  background-color: var(--fg-white) !important;
  color: var(--fg-regular) !important;
  border-color: var(--fg-orange) !important;
}
.wrapper .btn._orange {
  background-color: var(--fg-orange) !important;
  color: var(--fg-white);
  justify-content: space-between;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-weight: 600;
}
.wrapper .btn._orange path {
  fill: var(--fg-white);
}

.wrapper .btn-arrow {
  display: flex;
  align-items: center;
}

.wrapper .btn-arrow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background: var(--fg-white) !important;
}
.wrapper .btn-arrow__icon span {
  width: 3.4rem;
  height: 3.4rem;
  border: 0.048rem solid var(--fg-orange) !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .btn-arrow__text {
  margin-left: 0.8rem;
  font-size: var(--fz-1-4);
  color: var(--fg-gray-dark) !important;
  font-weight: 700;
}

.block__title {
  font-weight: 300;
  font-size: var(--fz-h2);
  margin: 0 0 3.5rem;
  text-transform: uppercase;
}
.block__title span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .block__title {
    text-align: center;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .block__title {
    font-size: 2rem;
  }
}

.swiper__arrow {
  --width: 11.1rem;
  --height: 11.1rem;
  width: var(--width);
  height: var(--height);
  border-radius: 50%;
  background-color: var(--fg-white) !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(-1 * var(--width) / 2);
  z-index: 15;
}
.swiper__arrow--next {
  left: auto;
  right: calc(-1 * var(--width) / 2);
}
@media (max-width: 991px) {
  .swiper__arrow {
    --width: 5.3rem;
    --height: 5.3rem;
    left: calc(var(--m-m-container) - 0.5rem);
  }
  .swiper__arrow--next {
    left: auto;
    right: calc(var(--m-m-container) - 0.5rem);
  }
}

.swiper__arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  --width: 7.3rem;
  --height: 7.3rem;
  min-width: var(--width);
  height: var(--height);
  border-radius: 50%;
  border: 0.1rem solid var(--fg-orange);
}
@media (max-width: 991px) {
  .swiper__arrow-icon {
    --width: 3.4rem;
    --height: 3.4rem;
  }
}
@media (max-width: 575px) {
  .swiper__arrow-icon svg {
    width: 0.9rem;
    height: 0.9rem;
  }
}

.swiper__dots {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.swiper__dots .swiper-pagination-bullet {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  border: 0.1rem solid #DBDBDB;
  transition: var(--tr-regular);
  margin-right: 1rem;
  cursor: pointer;
}
.swiper__dots .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper__dots .swiper-pagination-bullet-active {
  border-color: var(--fg-orange);
  background-color: var(--fg-orange);
}

.swiper__counter {
  font-size: 3.2rem;
  font-weight: 300;
  margin: 0 4.5rem;
  width: auto !important;
}
@media (max-width: 991px) {
  .swiper__counter {
    font-size: 2rem;
    margin: 0 2rem;
  }
}

.swiper__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__nav .swiper__arrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
}

.swiper__scroll {
  margin-top: 4.6rem;
  width: 100%;
  height: 0.2rem;
  background: var(--fg-border);
  position: relative !important;
}
.swiper__scroll span {
  display: block;
  height: 0.2rem !important;
  background: var(--fg-orange) !important;
  transform-origin: left center;
}
@media (max-width: 991px) {
  .swiper__scroll {
    margin-top: 2.5rem;
  }
}

.swiper__square {
  position: absolute;
  top: 50%;
  left: var(--m-m-container);
  transform: translateY(-50%);
  min-width: 6.7rem !important;
  width: 6.7rem;
  height: 6.7rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--fg-orange) !important;
  z-index: 10;
}
.swiper__square.swiper__arrow--next {
  left: auto;
  right: var(--m-m-container);
}

.form__row {
  margin-bottom: 1rem;
  position: relative;
}

.form__input {
  width: 100% !important;
  height: 6.5rem !important;
  border: 0.2rem solid var(--fg-orange) !important;
  padding: 0 3.4rem !important;
  border-radius: 10rem !important;
  font-size: 1.6rem !important;
  background: none !important;
  transition: var(--tr-regular);
}
.form__input._error {
  border-color: red !important;
}

.form__error {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: red;
}

.orange-call .form__error {
  color: var(--fg-white);
}

.form__row._border .form__input {
  border-color: var(--fg-white) !important;
  background: none !important;
  color: var(--fg-white) !important;
}
.form__row._border .form__input::placeholder {
  color: var(--fg-white) !important;
}
.form__row._border .form__input._error {
  border-color: red !important;
}

.form__button .btn {
  width: 100%;
}

.form__policy {
  color: var(--fg-gray-light);
  font-size: 1.4rem;
}
.form__policy a {
  color: var(--fg-gray-light);
  text-decoration: underline;
}

.orange-icon {
  min-width: 9.7rem;
  width: 9.7rem;
  height: 9.7rem;
  border-radius: 50%;
  background: #FFDFCD !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orange-icon._small {
  min-width: 5rem;
  width: 5rem;
  height: 5rem;
}
.orange-icon._small .orange-icon__round {
  min-width: 3.7rem;
  width: 3.7rem;
  height: 3.7rem;
}

.orange-icon__round {
  min-width: 7.3rem;
  height: 7.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fg-orange) !important;
}

.path__flex {
  display: flex;
  flex-wrap: nowrap;
}

.path__item {
  min-width: 15rem;
  max-width: 15rem;
  padding-top: 5.5rem;
  position: relative;
}

.path__item-date {
  font-size: var(--fz-h2);
  font-weight: 300;
  margin-bottom: 1.1rem;
}

.path__item-text {
  max-width: 18rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: #9A9A9A;
}

.path__item._active:hover .path__icon {
  border: 0.09rem solid rgba(217, 97, 28, 0.3);
}
.path__item._active:hover .path__icon > span {
  border-color: rgba(217, 97, 28, 0.6);
}
.path__item._active:hover .path__icon > span > span {
  border-color: rgb(217, 97, 28);
}

.path__item._active .path__icon > span > span > span {
  background: var(--fg-orange);
}

.path__icon {
  position: absolute;
  --width: 6.8rem;
  --height: 6.8rem;
  top: calc(-1 * var(--height) / 2);
  left: calc(-1 * var(--width) / 2);
  width: var(--width);
  height: var(--height);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.09rem solid rgba(217, 97, 28, 0);
  transition: var(--tr-regular);
}
.path__icon * {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--tr-regular);
}
.path__icon > span {
  width: 5rem;
  height: 5rem;
  border: 0.09rem solid rgba(217, 97, 28, 0);
}
.path__icon > span > span {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.09rem solid rgba(217, 97, 28, 0);
}
.path__icon > span > span span {
  width: 2.1rem;
  height: 2.1rem;
  background: #D9D9D9;
}

@media (max-width: 991px) {
  .path {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 5rem;
    margin: -5rem -4rem;
    min-width: fit-content;
  }
}

.path__line {
  width: 100%;
  height: 0.2rem;
  background: #d9611c;
  position: relative;
}
.path__line:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d9611c;
}
.path__line div {
  position: absolute;
  height: 100%;
  width: 94%;
  left: 0;
  top: 0;
  background: var(--fg-orange);
}
@media (max-width: 991px) {
  .path__line div {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .path__line div {
    width: 75%;
  }
}

.page-title {
  padding: 10.6rem 0 5.6rem;
}
@media (max-width: 991px) {
  .page-title {
    padding: 5rem 0;
  }
}
@media (max-width: 575px) {
  .page-title {
    padding: 3.6rem 0 0;
  }
}

.page-title__container {
  position: relative;
}

.page-title__title {
  text-transform: uppercase;
  font-size: 4.8rem;
  line-height: 100%;
  font-weight: 700;
  max-width: 66.2rem;
  color: #333E48;
  margin: 0;
}
@media (max-width: 991px) {
  .page-title__title {
    font-size: 3.8rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-title__title {
    font-size: 3.2rem;
  }
}

.page-title__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85.7rem;
  border-bottom: 0.2rem solid #EFEFEF;
  display: flex;
  justify-content: flex-end;
  padding-right: 14.5rem;
}
@media (max-width: 991px) {
  .page-title__icon {
    display: none;
  }
}

.variables-item {
  padding: 4.4rem 3.8rem 5.3rem;
  border-radius: 2rem;
  border: 0.1rem solid var(--fg-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 44.9rem;
  position: relative;
}
@media (max-width: 575px) {
  .variables-item {
    min-height: auto;
    text-align: center;
    padding: 12.5rem 3.1rem 5.1rem;
  }
}

.variables-item__title {
  font-weight: 600;
  font-size: var(--fz-h3);
  margin-bottom: 1.8rem;
}

.variables-item__top {
  position: relative;
  z-index: 5;
}

.variables-item__text {
  color: var(--fg-gray-light);
}

.variables-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 575px) {
  .variables-item__icon {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 575px) {
  .variables-item__btn {
    margin: 3.9rem auto 0;
  }
}

.accordion__item {
  padding: 1rem 1.6rem 0.9rem 5rem;
  border: 0.1rem solid var(--fg-border);
  border-radius: 2rem;
  margin-bottom: 1.1rem;
  transition: var(--tr-regular);
}
.accordion__item._active {
  border-color: var(--fg-orange);
}
.accordion__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .accordion__item {
    padding-left: 2rem;
  }
}
@media (max-width: 575px) {
  .accordion__item {
    padding: 2.6rem 2.2rem 2.3rem 3.1rem;
  }
}

.accordion__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__item-content {
  color: var(--fg-gray-light);
  font-size: 1.4rem;
}

.accordion__item-body {
  opacity: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  grid-template-rows: 0fr;
  display: grid;
  transition: all 0.4s;
}

.accordion__item-body > * {
  min-height: 0;
  transition: var(--tr-regular);
}

.accordion__item-title {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .accordion__item-title {
    font-size: 1.4rem;
  }
}

.accordion__item-icon {
  min-width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  border: 0.2rem solid var(--fg-border);
  position: relative;
  transition: var(--tr-regular);
}
.accordion__item-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  transition: var(--tr-regular);
  background: url("../img/icons/icon-accordion.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .accordion__item-icon:after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
@media (max-width: 575px) {
  .accordion__item-icon {
    min-width: 4.2rem;
    height: 4.2rem;
  }
}

.accordion__item._active .accordion__item-icon {
  border-color: var(--fg-orange);
}

.accordion__item._active .accordion__item-icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.accordion__item._active .accordion__item-body {
  opacity: 1;
  grid-template-rows: 1fr;
}

.accordion__item._active .accordion__item-content {
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}

.enters__item {
  padding: 3rem 3.1rem 3rem 5rem;
}
@media (max-width: 575px) {
  .enters__item {
    padding: 2rem 2.4rem 2rem 3.2rem;
  }
}

.enters__item .accordion__item-title {
  font-size: var(--fz-h3);
}
@media (max-width: 575px) {
  .enters__item .accordion__item-title {
    font-size: 1.6rem;
  }
}

.history-item {
  border-radius: 2rem;
  border: 0.1rem solid var(--fg-orange);
  padding: 0.9rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .history-item {
    flex-wrap: wrap;
    padding: 0.9rem 0.9rem 5.7rem;
  }
  .history-item > * {
    width: 100% !important;
  }
}

.history-item__media {
  width: 39.1rem;
  max-width: 100%;
}

.history-item__media-img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .history-item__media-img {
    margin: 0 auto;
  }
}

.history-item__content {
  width: 65.8rem;
  margin-left: 4.6rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .history-item__content {
    margin-left: 0;
    margin-top: 2.5rem;
  }
}

.history-item__text {
  font-size: 1.6rem;
  font-weight: 300;
}

.history-item__text:not(:last-child) {
  margin-bottom: 4.8rem;
}

.history-item__text h3 {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.advantages-item {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .advantages-item {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .advantages-item {
    text-align: center;
  }
}

.advantages-item__media {
  min-width: 9.2rem;
  margin-right: 3.5rem;
}
@media (max-width: 991px) {
  .advantages-item__media {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}

.advantages-item__text {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .advantages-item__text {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .advantages-item__text {
    text-align: center;
    max-width: 24rem;
    margin: 0 auto;
  }
}

.project-item__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .project-item__flex {
    flex-wrap: wrap;
  }
}

.project-item__flex-left {
  width: 38rem;
  max-width: 100%;
}
@media (max-width: 991px) {
  .project-item__flex-left {
    width: 100%;
  }
}

.project-item__flex-right {
  width: calc(100% - 38rem);
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .project-item__flex-right {
    padding-left: 0;
    width: 100%;
  }
}

.project-item__thumb {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .project-item__thumb {
    margin-bottom: 6.9rem;
  }
  .project-item__thumb-img {
    margin: 0 auto;
  }
}

.project-item__features {
  font-size: 1.8rem;
  max-width: 28rem;
  font-weight: 300;
}
.project-item__features._tablet {
  display: none;
}
@media (max-width: 991px) {
  .project-item__features._hide-tablet {
    display: none;
  }
  .project-item__features._tablet {
    display: block;
    margin-top: 3.5rem;
  }
}
@media (max-width: 575px) {
  .project-item__features {
    font-size: 1.4rem;
  }
}

.project-item__features-title {
  font-weight: 500;
  margin-bottom: 1.8rem;
}

.project-item__features-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.project-item__features-item p {
  position: relative;
  background: var(--fg-white);
  z-index: 5;
  margin-bottom: 0 !important;
}
.project-item__features-item p:first-child {
  padding-right: 0.5rem;
}
.project-item__features-item p:last-child {
  padding-left: 0.5rem;
}
.project-item__features-item:after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem dotted var(--fg-regular);
}

.project-item__title {
  font-weight: 500;
  margin-bottom: 2.3rem;
}

.project-item__text {
  margin-top: 2rem;
}

.project-item__text > *:not(h2, h3, h4, h5, h6) {
  margin-bottom: 2rem;
  font-size: var(--fz-secondary);
  font-weight: 300;
}
.project-item__text > *:not(h2, h3, h4, h5, h6):last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .project-item__text > *:not(h2, h3, h4, h5, h6) {
    font-size: 1.4rem;
  }
}

.project-item__gallery {
  margin-top: 4.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 575px) {
  .project-item__gallery {
    gap: 0.4rem;
  }
}

.project-item__gallery-item {
  height: 28.3rem;
  position: relative;
}
@media (max-width: 991px) {
  .project-item__gallery-item {
    height: auto;
    padding-bottom: 100%;
  }
}

.project-item__gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.support-item {
  padding: 4.5rem 4.1rem 4.5rem 2.7rem;
  background: #EDEDED;
  border-radius: var(--br-regular);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .support-item {
    margin-bottom: 0;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 575px) {
  .support-item {
    flex-wrap: wrap;
    text-align: center;
    padding: 2.1rem 3.3rem 7.5rem 2.7rem;
  }
  .support-item .support-item__icon {
    order: 1;
    margin: 0 auto 1.5rem;
  }
  .support-item .support-item__content {
    order: 2;
    max-width: 100%;
    width: 100%;
  }
}

.support-item__icon {
  min-width: 17.1rem;
  height: 17.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDFCD;
  border-radius: 50%;
}

.support-item__icon-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.9rem;
  height: 12.9rem;
  background: var(--fg-orange);
  border-radius: 50%;
}

.support-item__content {
  max-width: 29rem;
}

.support-item__title {
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.support-item__text {
  font-size: 1.4rem;
  color: var(--fg-gray-light);
}

.include-item__title {
  font-weight: 600;
}

.include-item__button {
  margin-top: 5.9rem;
}
@media (max-width: 575px) {
  .include-item__button {
    margin: 3.2rem auto;
    transform: rotate(90deg);
  }
}

.include-item__text {
  font-size: 1.6rem;
  color: var(--fg-gray-light);
  max-width: 28.2rem;
  margin-top: 2.4rem;
}

.include-item--first .include-item__title {
  max-width: 22.8rem;
}
@media (max-width: 575px) {
  .include-item--first .include-item__title {
    margin: 0 auto;
    max-width: 100%;
  }
}
.include-item--first .include-item__content {
  max-width: 28.2rem;
}
@media (max-width: 575px) {
  .include-item--first .include-item__content {
    margin: 0 auto;
  }
  .include-item--first .include-item__content .include-item__text {
    margin: 3.4rem auto 0;
  }
}

.include-item__media {
  margin-bottom: 3.5rem;
}

.include-item__media-pic {
  display: block;
  min-height: 28.3rem;
  position: relative;
}
@media (max-width: 575px) {
  .include-item__media-pic {
    min-height: 18rem;
  }
}

.include-item__media-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--br-regular);
  object-position: center;
  object-fit: cover;
}

.principles-item__head {
  position: relative;
}

.principles-item__icon {
  position: relative;
  z-index: 5;
}

.principles-item__line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 0.1rem;
  background: #F3F3F3;
}
.principles-item__line span {
  width: var(--width);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--fg-orange);
}

.principles-item__text {
  font-size: 1.6rem;
  color: var(--fg-gray-dark);
  margin-top: 1.1rem;
}

.choose-item {
  position: relative;
  padding: 10.6rem 0 7rem;
}
@media (max-width: 991px) {
  .choose-item {
    padding: 0;
  }
}

.choose-item__icon {
  min-width: 7.3rem;
  height: 7.3rem;
  width: 7.3rem;
  position: absolute;
  left: 0;
  top: 10.6rem;
}
.choose-item__icon .orange-icon__round {
  min-width: 5.5rem;
  height: 5.5rem;
}
@media (max-width: 991px) {
  .choose-item__icon {
    position: relative;
    top: 0;
    left: 2.4rem;
  }
}

.choose-item__content {
  padding-top: 10rem;
  padding-left: 7.5rem;
}
@media (max-width: 991px) {
  .choose-item__content {
    padding-left: var(--p-container);
    padding-right: var(--p-container);
    padding-top: 2.5rem;
  }
}

.choose__swiper .swiper-slide:last-child .choose-item__line {
  height: 135%;
}
@media (max-width: 991px) {
  .choose__swiper .swiper-slide:last-child .choose-item__line {
    height: 0.1rem;
  }
}

.choose-item__line {
  position: absolute;
  left: 3.5rem;
  top: 0;
  height: 100%;
  width: 0.1rem;
  background: #D9D9D9;
}
.choose-item__line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--height);
  background: var(--fg-orange);
}
@media (max-width: 991px) {
  .choose-item__line {
    top: 3.7rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
  }
  .choose-item__line span {
    width: var(--height);
    height: 100%;
  }
}

.choose-item__title {
  margin-bottom: 1.6rem;
}

.choose-item__text {
  font-size: 1.4rem;
  color: #9F9F9F;
  font-weight: 500;
}

.tabs-menu {
  display: flex;
  align-items: center;
}
.tabs-menu._small {
  justify-content: space-between;
}
.tabs-menu._small .tabs-menu__icon {
  min-width: 5.6rem;
  height: 5.6rem;
}
.tabs-menu._small .tabs-menu__icon span {
  width: 2.6rem;
  height: 2.6rem;
}
.tabs-menu._small .tabs-menu__title {
  font-size: 1.6rem;
  margin-left: 1.6rem;
}
@media (max-width: 575px) {
  .tabs-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
  }
  .tabs-menu > .tabs-menu__item:not(:first-child) {
    display: none;
  }
}

.tabs-menu__item {
  padding: 0 !important;
  justify-content: flex-start !important;
  margin-right: 1.6rem;
  display: flex;
  align-items: center;
}
.tabs-menu__item:hover .tabs-menu__icon {
  border-color: var(--fg-orange);
}
.tabs-menu__item:hover .tabs-menu__title {
  color: var(--fg-regular);
}
.tabs-menu__item._active .tabs-menu__icon {
  border-color: var(--fg-orange);
}
.tabs-menu__item._active .tabs-menu__icon span {
  background: var(--fg-orange);
}
.tabs-menu__item._active .tabs-menu__title {
  color: var(--fg-regular);
}

.tabs-menu__icon {
  min-width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  border: 0.2rem solid #FFEEE5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--tr-regular);
}
.tabs-menu__icon span {
  width: 3.4rem;
  height: 3.4rem;
  border: 0.2rem solid var(--fg-orange);
  border-radius: 50%;
  transition: var(--tr-regular);
}
@media (max-width: 991px) {
  .tabs-menu__icon {
    min-width: 4.6rem !important;
    height: 4.6rem !important;
  }
  .tabs-menu__icon span {
    width: 2.6rem !important;
    height: 2.6rem !important;
  }
}

.tabs-menu__title {
  margin-left: 2.8rem;
  font-size: 2rem;
  font-weight: 300;
  color: #8E8E8E;
  transition: var(--tr-regular);
}
@media (max-width: 991px) {
  .tabs-menu__title {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
}

.tabs-menu__mobile {
  display: none;
}
@media (max-width: 575px) {
  .tabs-menu__mobile {
    display: block;
  }
}
.tabs-menu__mobile._active .tabs-menu__mobile-icon {
  transform: rotate(270deg);
}
.tabs-menu__mobile._active .tabs-menu__mobile-list {
  display: block;
}

.tabs-menu__mobile-icon {
  transform: rotate(90deg);
  transition: var(--tr-regular);
}

.tabs-menu__mobile-list {
  display: none;
  padding: 3.6rem 3.8rem 6.1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 0 rgba(209, 209, 209, 0.25);
  position: absolute;
  right: 0;
  min-width: 22.6rem;
  z-index: 999;
  background: var(--fg-white);
}
.tabs-menu__mobile-list .tabs-menu__icon {
  display: none;
}
.tabs-menu__mobile-list .tabs-menu__item {
  margin-bottom: 2.2rem;
}
.tabs-menu__mobile-list .tabs-menu__item:last-child {
  margin-bottom: 0;
}
.tabs-menu__mobile-list .tabs-menu__title {
  font-size: 1.4rem;
  font-weight: 300;
}

.tabs__item {
  opacity: 0;
  height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  grid-template-rows: 0fr;
  transition: var(--tr-regular);
}
.tabs__item._active {
  opacity: 1;
  height: auto;
  grid-template-rows: 1fr;
}

.payment-types__item {
  padding: 3rem 3.5rem 5.4rem 3.3rem;
  border-radius: var(--br-regular);
  border: 0.1rem solid var(--fg-orange);
}
@media (max-width: 575px) {
  .payment-types__item {
    padding: 3rem 3.3rem 4.1rem;
  }
}

.payment-types__icon {
  max-width: 9.2rem;
}
@media (max-width: 575px) {
  .payment-types__icon {
    max-width: 5.2rem;
  }
}

.payment-types__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.8rem;
}
@media (max-width: 575px) {
  .payment-types__item-head {
    margin-bottom: 3rem;
  }
}

.payment-types__item-title {
  font-weight: 300;
  font-size: 3.6rem;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .payment-types__item-title {
    font-size: 2.2rem;
  }
}

.payment-types__text {
  font-weight: 500;
  --fz: var(--fz-1-4);
}
@media (max-width: 575px) {
  .payment-types__text ul, .payment-types__text ol {
    padding-left: 1.8rem;
  }
}

.payment-advantages__item {
  display: flex;
}

.payment-advantages__item-icon {
  min-width: 7.8rem;
  position: relative;
}
.payment-advantages__item-icon img {
  margin: 0 auto;
}
.payment-advantages__item-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 6.8rem;
  background: #EFEFEF;
}

.payment-advantages__item-content {
  padding-left: 2.5rem;
}

.payment-advantages__item-title {
  font-size: 2.2rem;
  margin-bottom: 1.7rem;
}

.payment-advantages__item-text {
  font-weight: 500;
  font-size: var(--fz-1-4);
  color: #9F9F9F;
}

.delivery-expertise__item {
  position: relative;
  margin-bottom: 5.3rem;
  min-height: 39.8rem;
  display: flex;
  align-items: center;
}
.delivery-expertise__item:after {
  content: "";
  position: absolute;
  left: calc(100% - 35.5rem);
  height: 100%;
  min-width: 79rem;
  background: #FFDFCD;
  border-radius: var(--br-regular);
}
@media (max-width: 991px) {
  .delivery-expertise__item:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .delivery-expertise__item {
    min-height: auto;
  }
}

.delivery-expertise__item-content {
  max-width: 53.9rem;
}
@media (max-width: 991px) {
  .delivery-expertise__item-content {
    max-width: 100%;
  }
}

.delivery-expertise__item-line {
  max-width: 28rem;
  height: 0.1rem;
  background: #F3F3F3;
  margin-bottom: 3.3rem;
  position: relative;
}

.delivery-expertise__item-line__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17rem;
  height: 100%;
  background: var(--fg-orange);
}

.delivery-expertise__item-line__circle {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #FFDFCD;
}
.delivery-expertise__item-line__circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--fg-orange);
  width: 1.355rem;
  height: 1.355rem;
  border-radius: 50%;
}

.delivery-expertise__item-title {
  color: #4C555E;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 27.8rem;
  margin-bottom: 2.6rem;
  text-transform: uppercase;
}

.delivery-expertise__item-text {
  color: #4C555E;
  --m-bottom: 1.7rem;
  font-weight: 300;
  --fz: var(--fz-1-4) ;
}

.delivery-expertise__item-icon {
  min-width: 23.6rem;
  height: 23.6rem;
  margin-left: 18.4rem;
  position: relative;
  z-index: 5;
}
.delivery-expertise__item-icon .orange-icon__round {
  min-width: 17.8rem;
  height: 17.8rem;
}
@media (max-width: 991px) {
  .delivery-expertise__item-icon .orange-icon__round {
    min-width: 4.4rem;
    height: 4.4rem;
  }
  .delivery-expertise__item-icon .orange-icon__round img {
    max-width: 2rem;
  }
}
@media (max-width: 991px) {
  .delivery-expertise__item-icon {
    width: 5.9rem;
    min-width: 5.9rem;
    height: 5.9rem;
    margin-left: 0;
    top: -2.95rem;
    right: 0;
    position: absolute;
  }
}

.delivery-process__item {
  padding: 4.1rem 2rem 3.5rem 3.8rem;
  border-radius: 1.6rem;
  border: 0.2rem solid #FAFAFA;
  cursor: pointer;
  transition: var(--tr-regular);
}
.delivery-process__item:hover {
  border-color: var(--fg-orange);
}
@media (max-width: 575px) {
  .delivery-process__item {
    padding: 4.1rem 1.6rem 3.5rem;
  }
}

.delivery-process__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

.delivery-process__item-text {
  --fz: 1.4rem;
  color: var(--fg-regular);
  max-width: 28.7rem;
}

.rent-equipment__item {
  border: 0.1rem solid var(--fg-orange);
  height: 100%;
}

.rent-equipment__item-media {
  min-height: 23.3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rent-equipment__item-content {
  padding: 0.5rem 3rem 3.8rem;
  color: #4C555E;
}

.rent-equipment__item-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}

.rent-equipment__item-feature {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  position: relative;
}
.rent-equipment__item-feature span {
  padding-right: 0.5rem;
  background: var(--fg-white);
  position: relative;
  z-index: 5;
}
.rent-equipment__item-feature span:last-child {
  padding-right: 0;
  padding-left: 0.5rem;
  text-align: right;
}
.rent-equipment__item-feature:last-child {
  margin-bottom: 0;
}
.rent-equipment__item-feature:after {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  border-bottom: 0.1rem dashed #4C555E;
  width: 100%;
}

.rent-why__item {
  margin-bottom: 8rem;
  display: flex;
  align-items: flex-start;
}
.rent-why__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .rent-why__item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 6rem;
  }
}

.rent-why__item-icon {
  min-width: 7.8rem;
  margin-right: 4.4rem;
}
@media (max-width: 575px) {
  .rent-why__item-icon {
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
}

.rent-why__item-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.rent-why__item-text {
  font-size: var(--fz-1-4);
  color: #9F9F9F;
  font-weight: 500;
}

.rent-need__item {
  display: flex;
  position: relative;
}
.rent-need__item:before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 0;
  height: 100%;
  width: 0.1rem;
  background: #EFEFEF;
}
@media (max-width: 991px) {
  .rent-need__item:before {
    display: none;
  }
}
.rent-need__item:last-child .rent-need__item-content, .rent-need__item:nth-last-child(2) .rent-need__item-content {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .rent-need__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
  }
  .rent-need__item:last-child {
    margin-bottom: 0;
  }
}

.rent-need__item-icon {
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #FFDFCD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.rent-need__item-icon span {
  width: 1.9rem;
  height: 1.9rem;
  background: var(--fg-orange);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .rent-need__item-icon {
    margin-bottom: 1rem;
  }
}

.rent-need__item-content {
  width: calc(100% - 2.5rem);
  padding-left: 1.2rem;
  padding-bottom: 7.3rem;
}
@media (max-width: 575px) {
  .rent-need__item-content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0 !important;
  }
}

.rent-need__item-title {
  font-size: 2.2rem;
  margin-bottom: 1.8rem;
}

.rent-need__item-text {
  font-weight: 500;
  --fz: var(--fz-1-4);
  color: #9F9F9F;
}

.door-design__block {
  padding: 4.3rem 0;
  border-bottom: 0.1rem solid #EFEFEF;
  position: relative;
}
.door-design__block:first-child {
  padding-top: 0;
}
.door-design__block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 575px) {
  .door-design__block:last-child {
    padding-bottom: 4.3rem;
    border-bottom: 0.1rem solid #EFEFEF;
  }
}
.door-design__block._flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .door-design__block._flex {
    flex-direction: column;
  }
}
.door-design__block._flex .door-design__item-title {
  color: var(--fg-white);
  text-transform: none;
}
@media (max-width: 991px) {
  .door-design__block._flex .door-design__item-title {
    color: var(--fg-regular);
  }
}
.door-design__block._flex .door-design__block-title {
  max-width: 30.3rem;
  margin-bottom: 4.3rem;
}
.door-design__block._flex .door-design__block-content {
  max-width: 50.1rem;
}
.door-design__block._flex .door-design__block-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 58rem;
}
@media (max-width: 991px) {
  .door-design__block._flex .door-design__block-list {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
}
.door-design__block._flex .door-design__block-counter {
  bottom: 2.1rem;
  right: auto;
  left: 13rem;
  top: auto;
}

.door-design__block-content {
  position: relative;
  z-index: 5;
}

.door-design__block-counter {
  position: absolute;
  right: 0;
  top: -4rem;
  font-weight: 600;
  font-size: 36.7rem;
  color: #FAFAFA;
}
@media (max-width: 991px) {
  .door-design__block-counter {
    top: 0 !important;
    bottom: auto !important;
    right: auto !important;
    left: 1.4rem !important;
  }
}

.door-design__block-title {
  margin-bottom: 2.7rem;
  font-size: 3.2rem;
}

.door-design__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .door-design__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.door-design__item {
  padding: 3.3rem 3.8rem 2.7rem 2.6rem;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  min-height: 25.6rem;
}
.door-design__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: var(--tr-regular);
  opacity: 0;
}
@media (max-width: 991px) {
  .door-design__item {
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    min-height: auto;
  }
  .door-design__item:after {
    display: none;
  }
}

.door-design__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.door-design__item-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 991px) {
  .door-design__item-image {
    position: relative;
    width: 16.9rem;
    height: 18.9rem;
    border-radius: 2rem;
    overflow: hidden;
  }
}

.door-design__item-content {
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .door-design__item-content {
    width: calc(100% - 16.9rem);
    padding-left: 1.3rem;
  }
}

.door-design__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--fg-orange);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .door-design__item-title {
    color: var(--fg-regular);
  }
}

.door-design__item-text {
  font-weight: 300;
  margin-top: 0.7rem;
  color: var(--fg-white);
  opacity: 0;
  transition: var(--tr-regular);
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .door-design__item-text {
    color: #5E5E5E;
    opacity: 1;
  }
}

.door-design__item:hover:after {
  opacity: 1;
}
.door-design__item:hover .door-design__item-title {
  color: var(--fg-white);
}
.door-design__item:hover .door-design__item-text {
  opacity: 1;
}

@media (max-width: 575px) {
  .door__process {
    padding-top: 5.6rem !important;
    padding-bottom: 0 !important;
  }
}

.door-catalog__item-media {
  position: relative;
  border: 0.1rem solid var(--fg-orange);
  min-height: 38rem;
}
.door-catalog__item-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.door-catalog__item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.door-catalog__item-title {
  font-size: 2rem;
  margin: 0;
}

.wrapper .door-catalog__item-button {
  width: 18.6rem;
  text-align: center;
  max-width: 100%;
  padding: 1.5rem 0;
  background: var(--fg-orange) !important;
  font-size: var(--fz-1-4);
  font-weight: 700;
  color: var(--fg-white);
}

.door-advantages__item {
  display: flex;
  padding-bottom: 5.6rem;
  position: relative;
}
.door-advantages__item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.1rem;
  left: 2.05rem;
  background: #FFDFCD;
}
.door-advantages__item:last-child {
  padding-bottom: 0;
}

.door-advantages__item-icon {
  min-width: 4.1rem;
  position: relative;
  z-index: 5;
  text-align: center;
}
.door-advantages__item-icon img {
  margin: 0 auto;
}

.door-advantages__item-content {
  margin-left: 2.4rem;
}

.door-advantages__item-title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.door-advantages__item-text {
  font-weight: 500;
  color: #9F9F9F;
  font-size: 1.4rem;
}

.works-item {
  padding: 5.3rem 0;
  border-bottom: 0.1rem solid var(--fg-orange);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.works-item:first-child {
  padding-top: 0;
}
@media (max-width: 991px) {
  .works-item {
    flex-direction: column;
  }
}

.works-item__content {
  max-width: 65.5rem;
}
@media (max-width: 991px) {
  .works-item__content {
    order: 2;
  }
}

.works-item__image {
  min-width: 43.5rem;
  border: 0.1rem solid #EFEFEF;
  border-radius: 2rem;
  overflow: hidden;
  max-width: 43.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .works-item__image {
    order: 1;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .works-item__image {
    min-width: auto;
    width: 100%;
  }
}

.works-item__head {
  display: flex;
  align-items: center;
  margin-bottom: 3.3rem;
}
.works-item__head._mobile {
  display: none;
}
@media (max-width: 575px) {
  .works-item__head {
    display: none;
  }
  .works-item__head._mobile {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}

.works-item__title {
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .works-item__title {
    font-size: 2.2rem;
  }
}

.works-item__subtitle {
  color: var(--fg-orange);
  font-weight: 300;
  margin-left: 1.5rem;
}

.works-item__text {
  margin-bottom: 1.9rem;
}
@media (max-width: 575px) {
  .works-item__text {
    --fz: 1.4rem;
  }
}

.works-item__features {
  margin-bottom: 2.4rem;
  max-width: 36rem;
}

.works-item__features-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #5E5E5E;
  font-weight: 700;
}
.works-item__features-item span {
  position: relative;
  background: var(--fg-white);
  padding-right: 0.5rem;
  z-index: 5;
}
.works-item__features-item span:last-child {
  padding-right: 0;
  padding-left: 0.5rem;
}
.works-item__features-item:after {
  content: "";
  position: absolute;
  bottom: 0.35rem;
  left: 0;
  width: 100%;
  border-bottom: 0.1rem dashed #5E5E5E;
}

.works-item__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.works-item__price {
  color: var(--fg-orange);
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .works-item__price {
    font-size: 2rem;
  }
}

.works-item__button {
  font-size: 1.2rem !important;
  padding: 1.3rem !important;
  max-width: 20.8rem !important;
  height: auto !important;
}
@media (max-width: 575px) {
  .works-item__button {
    max-width: 17.1rem !important;
  }
}

.windows__title {
  display: none;
}
@media (max-width: 575px) {
  .windows__title {
    display: block;
  }
}

.hero {
  padding: 13.5rem 0 38.9rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 5.6rem;
  }
}

.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__media-pic {
  height: 100%;
}
.hero__media-img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media (max-width: 991px) {
  .hero__media {
    height: 34.7rem;
    top: auto;
    bottom: 0;
  }
}

.hero__open {
  font-weight: 700;
  margin-bottom: 3.6rem;
  color: var(--fg-gray);
}
@media (max-width: 991px) {
  .hero__open {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero__open {
    margin-bottom: 1.3rem;
  }
}

.hero__title {
  font-size: 3.8rem;
  font-weight: 300;
  margin: 0 0 1.4rem;
  color: var(--fg-gray);
  text-transform: uppercase;
  line-height: 100%;
}
.hero__title span {
  font-weight: 700;
}
.hero__title._big {
  font-size: 6.4rem;
}
@media (max-width: 991px) {
  .hero__title._big {
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  .hero__title {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 3.1rem;
  }
}
@media (max-width: 575px) {
  .hero__title {
    max-width: 100%;
    font-size: 2.2rem;
  }
}

.hero__text {
  font-size: 1.8rem;
  color: #4C555E;
}
.hero__text span {
  color: #fff;
  display: inline-block;
  background: var(--fg-orange);
  padding: 0 0.4rem;
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .hero__text {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .hero__text {
    max-width: 100%;
  }
}

.hero__btn {
  margin-top: 4.2rem;
}
@media (max-width: 991px) {
  .hero__btn {
    margin: 5.8rem auto 0;
  }
}

.hero__play {
  position: absolute;
  left: 59%;
  top: 16.8rem;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .hero__play {
    left: 50%;
    top: auto;
    bottom: 1.4rem;
  }
}

.hero__form {
  margin-top: 8.5rem;
}
@media (max-width: 991px) {
  .hero__form {
    text-align: center;
    max-width: 30rem;
    margin: 3.8rem auto 0;
  }
}

.hero__form-text {
  font-size: 1.8rem;
  margin-bottom: 1.7rem;
  max-width: 56.5rem;
}
.hero__form-text._bold {
  font-weight: 700;
}
.hero__form-text._orange {
  color: var(--fg-orange);
}
.hero__form-text._small {
  font-size: var(--fz-1-4);
}

.hero__form-grid {
  display: flex;
  align-items: center;
}
.hero__form-grid .form__input {
  max-width: 30rem;
}
@media (max-width: 575px) {
  .hero__form-grid .form__input {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero__form-grid {
    flex-wrap: wrap;
  }
}
.hero__form-grid._grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.hero__form-grid._grid .form__input {
  max-width: 100%;
}
.hero__form-grid._grid .hero__form-btn {
  width: 100% !important;
  margin-left: 0 !important;
  font-size: 1rem !important;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem !important;
}
.hero__form-grid._grid .hero__form-btn svg {
  max-width: 2.3rem;
  margin-left: 0.1rem;
}
@media (max-width: 575px) {
  .hero__form-grid._grid {
    grid-template-columns: 1fr;
  }
}

.hero__form-btn {
  margin-left: 1rem;
  width: 30rem !important;
  font-size: 1.4rem !important;
}
@media (max-width: 991px) {
  .hero__form-btn {
    width: 100% !important;
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 991px) {
  .hero__content {
    text-align: center;
  }
}

.hero__form-policy {
  margin-top: 0.757rem;
  font-weight: 500;
  font-size: 1rem;
  color: #4C555E;
}

.hero__scroll {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
}
@media (max-width: 575px) {
  .hero__scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}

.capital {
  padding: 14rem 0 3.85rem;
}
@media (max-width: 575px) {
  .capital {
    padding: 4.8rem 0 3.85rem;
  }
}

.capital__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 114.2rem;
}
@media (max-width: 991px) {
  .capital__block {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.capital__media {
  max-width: 47rem;
}
@media (max-width: 991px) {
  .capital__media {
    margin-bottom: 2.5rem;
    width: 100%;
  }
  .capital__media-img {
    margin: 0 auto;
    max-width: 25rem;
  }
}

.capital__content {
  max-width: 61.3rem;
}

.capital__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
}
@media (max-width: 575px) {
  .capital__grid {
    grid-template-columns: 1fr;
    gap: 3.1rem;
  }
}

.capital__text ul {
  padding-left: 2.5rem;
}

.capital__text ul li {
  list-style: disc;
}

.capital__alert {
  margin-top: 3.7rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--fg-orange);
  max-width: 58rem;
}

.capital__numbers {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1rem;
}
@media (max-width: 991px) {
  .capital__numbers {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.capital__numbers-item {
  border-radius: 2rem;
  border: 0.1rem solid #E0E0E0;
  cursor: pointer;
  transition: var(--tr-regular);
  padding: 5.3rem 4.5rem 6.4rem;
  position: relative;
}
.capital__numbers-item:hover {
  border-color: var(--fg-orange);
}
@media (max-width: 575px) {
  .capital__numbers-item {
    padding: 3.1rem 1.5rem 3.7rem 3.8rem;
  }
}

.capital__numbers-title {
  margin-bottom: 4.3rem;
}
@media (max-width: 575px) {
  .capital__numbers-title {
    margin-bottom: 2.5rem;
    text-align: left;
  }
}

.capital__numbers-price {
  font-weight: 700;
  font-size: var(--fz-h2);
  margin-bottom: 6rem;
}
@media (max-width: 575px) {
  .capital__numbers-price {
    margin-bottom: 3.34rem;
  }
}

.capital__in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.capital__in-title {
  margin-bottom: 2.2rem;
}

.capital__in-item {
  display: flex;
  align-items: center;
  margin-bottom: 4.6rem;
}
.capital__in-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .capital__in-item {
    margin-bottom: 2.7rem;
  }
}

.capital__in-circle {
  min-width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--color);
  margin-right: 1.6rem;
}
@media (max-width: 575px) {
  .capital__in-circle {
    min-width: 1rem;
    height: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 575px) {
  .capital__in-media {
    max-width: 13.8rem;
  }
}

.capital__in-text {
  font-weight: 500;
}
@media (max-width: 575px) {
  .capital__in-text {
    font-size: 1rem;
  }
}

.capital__in-img {
  max-width: 23.6rem;
}
@media (max-width: 575px) {
  .capital__in-img {
    max-width: 100%;
  }
}

.capital__numbers-btn {
  margin-top: 6.7rem;
}
@media (max-width: 575px) {
  .capital__numbers-btn {
    margin-top: 4rem;
  }
}

.capital__numbers-item[data-id="1"]:after {
  content: "";
  position: absolute;
  --width: 20.8rem;
  --height: 15.6rem;
  bottom: calc(-1 * var(--height) / 2 - 0.1rem);
  right: 4.8rem;
  background: url("../img/capital/after.png") center center no-repeat;
  background-size: contain;
  width: var(--width);
  height: var(--height);
}
@media (max-width: 991px) {
  .capital__numbers-item[data-id="1"]:after {
    display: none;
  }
}

.capital__numbers-2-media {
  position: absolute;
  bottom: 91%;
  left: 90%;
  min-width: 23.2rem;
}
@media (max-width: 991px) {
  .capital__numbers-2-media {
    display: none;
  }
}

.variables {
  padding: 3.85rem 0 3.7rem;
}

.variables__title {
  margin-bottom: 3.5rem;
}

.variables__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .variables__grid {
    grid-template-columns: 1fr;
  }
}

.enters {
  background-color: var(--bg-dark);
  position: relative;
}

.enters__container {
  position: relative;
  padding-top: 8.1rem;
  padding-bottom: 8.6rem;
}
@media (max-width: 575px) {
  .enters__container {
    padding-top: 13.3rem;
    padding-bottom: 1.1rem;
  }
}

.enters__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .enters__grid {
    grid-template-columns: 1fr;
  }
}

.enters__media--1 {
  position: absolute;
  top: -10rem;
  right: 0;
}
@media (max-width: 575px) {
  .enters__media--1 {
    max-width: 15rem;
    top: -3rem;
  }
}

.enters__media--2 {
  position: absolute;
  bottom: -10rem;
  right: 0;
}
@media (max-width: 575px) {
  .enters__media--2 {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
  }
  .enters__media--2 .enters__media-img {
    margin: 0 auto;
  }
}

.about {
  padding: 10.4rem 0 6.6rem;
  position: relative;
  overflow: hidden;
}

.about__grid {
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .about__grid {
    grid-template-columns: 1fr;
  }
}

.about__title {
  margin-bottom: 1.9rem;
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .about__title {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 3.6rem;
  }
}

.about__path-title {
  margin-bottom: 5.5rem;
}

.about__main {
  padding: 5.9rem 4.9rem 5.9rem 3.1rem;
  color: var(--fg-white);
  background: url("../img/about/bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 2rem;
}
@media (max-width: 575px) {
  .about__main {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.about__text > * {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 300;
}
.about__text > *:last-child {
  margin-bottom: 0;
}

.about-advantages__item {
  margin-bottom: 2.1rem;
  border-radius: 2rem;
  padding: 4rem 1rem 4rem 3.6rem;
  background: #EDEDED;
}
.about-advantages__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .about-advantages__item {
    text-align: center;
    padding: 0;
    min-height: 12.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.about-advantages__item-title {
  font-weight: 600;
  font-size: 2.4rem;
}

.about-advantages__item-text {
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--fg-gray-light);
}

.about__path {
  margin-top: 8.7rem;
}

.history {
  padding: 6.2rem 0 4.45rem;
}

.history__title {
  margin-bottom: 4.6rem;
}
@media (max-width: 575px) {
  .history__title {
    margin-bottom: 3.6rem;
  }
}

.history__slider {
  position: relative;
}
@media (max-width: 991px) {
  .history__slider .swiper__arrow {
    top: 20%;
  }
}

.online {
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.online__container {
  padding-top: 8.3rem;
  padding-bottom: 11rem;
  position: relative;
}
@media (max-width: 991px) {
  .online__container {
    padding-bottom: 0;
  }
}

.online__item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.online__item:last-child {
  margin-bottom: 0;
}

.online__item-number {
  font-size: 9.6rem;
  font-weight: 300;
  color: var(--fg-orange);
  min-width: 12rem;
}

.online__item-text {
  margin-left: 1.7rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  max-width: 32.2rem;
}

@media (max-width: 575px) {
  .online__media-pic {
    position: relative;
    right: -10rem;
  }
}
.online__btn {
  margin-top: 4.9rem;
}
@media (max-width: 575px) {
  .online__btn {
    margin: 4.9rem auto 0;
  }
}

.online__media {
  position: absolute;
  right: -8rem;
  bottom: 0;
  max-width: 70.8rem;
}
@media (max-width: 991px) {
  .online__media {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .online__media {
    margin-top: 10rem;
  }
}

.online__user {
  position: absolute;
  top: 16.3rem;
  left: 2.1rem;
  text-align: center;
  max-width: 25.6rem;
}
@media (max-width: 575px) {
  .online__user {
    left: -3rem;
    top: 6.1rem;
  }
}

.online__user-name {
  font-size: 2.2rem;
  font-weight: 700;
}

.online__user-post {
  margin-top: 1.3rem;
  color: var(--fg-gray-light);
  font-size: 1.4rem;
}

.showroom {
  padding: 8.7rem 0 11.6rem;
}

.showroom__slider {
  position: relative;
}

.showroom-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 575px) {
  .showroom-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

.showroom-item__media {
  padding-bottom: 100%;
  position: relative;
}

.showroom-item__media-img {
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.faq {
  padding: 8.3rem 0 10.4rem;
  background: var(--bg-dark);
}
@media (max-width: 991px) {
  .faq {
    padding: 3.5rem 0 8.1rem;
  }
}

.faq__grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 3.3rem;
  }
}

.geography__container {
  padding-top: 9.1rem;
  padding-bottom: 7.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .geography__container {
    padding-top: 4.7rem;
    padding-bottom: 4.9rem;
  }
}

.geography__after {
  position: absolute;
	right: 15rem;
    top: -14rem;
    max-width: 25rem;
}
@media (max-width: 991px) {
  .geography__after {
    display: none;
  }
}

.geography__container {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .geography__container {
    grid-template-columns: 1fr;
    gap: 4.4rem;
  }
}

.geography__media-img {
  max-width: 66rem;
}
@media (max-width: 991px) {
  .geography__media-img {
    max-width: 100%;
  }
}

.advantages {
  padding: 11.5rem 0 5.75rem;
}
@media (max-width: 991px) {
  .advantages {
    padding: 4.1rem 0 3.5rem;
  }
}

@media (min-width: 991px) {
  .advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    transform: none !important;
  }
}
.advantages__slider {
  position: relative;
}
@media (min-width: 991px) {
  .advantages__slider .swiper__arrow {
    display: none;
  }
}

.projects {
  padding: 5.75rem 0 4.5rem;
}
@media (max-width: 991px) {
  .projects {
    padding: 3.5rem 0;
  }
}

.projects__slider {
  padding: 6.2rem 10rem 2.5rem;
  border-radius: 2rem;
  border: 0.1rem solid var(--fg-orange);
}
@media (max-width: 991px) {
  .projects__slider {
    padding: 1.1rem;
  }
}

.projects__nav {
  margin-top: 1.5rem;
}

.our-homes {
  padding: 5.9rem 0 3.5rem;
}

.our-homes__nav {
  margin-top: 2.5rem;
}

.our-homes__swiper {
  position: relative;
}

@media (max-width: 575px) {
  .our-homes__nav {
    margin-top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    justify-content: space-between;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 15;
  }
  .our-homes__nav .swiper__counter {
    display: none;
  }
  .our-homes__nav .our-homes__prev {
    margin-left: var(--m-m-container);
  }
  .our-homes__nav .our-homes__next {
    margin-right: var(--m-m-container);
  }
}
.partners {
  padding: 3.5rem 0 7.5rem;
}
@media (max-width: 991px) {
  .partners {
    padding: 3.5rem 0;
  }
}

.partners__slider {
  position: relative;
}

.partners__slider .swiper {
  max-width: 93.5rem;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .partners__slider .swiper {
    max-width: 19.5rem;
  }
}

.partners-item {
  height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__prev {
  left: 0;
}

.partners__next {
  right: 0;
}

@media (max-width: 575px) {
  .partners__scroll, .partners__slider {
    margin-left: var(--m-m-container);
    margin-right: var(--m-m-container);
  }
}
.reviews {
  padding: 8.9rem 0 3.1rem;
}
@media (max-width: 991px) {
  .reviews {
    padding-top: 7rem;
  }
}
@media (max-width: 575px) {
  .reviews {
    padding-top: 12rem;
  }
}

.reviews__slider {
  position: relative;
}
@media (max-width: 575px) {
  .reviews__slider {
    margin-right: var(--m-m-container);
  }
}

.video-reviews {
  padding: 3.1rem 0 13.9rem;
}
@media (max-width: 575px) {
  .video-reviews {
    padding-bottom: 8rem;
  }
}

@media (min-width: 991px) {
  .video-reviews__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    transform: none !important;
  }
}
.video-reviews__slider {
  position: relative;
}
@media (min-width: 991px) {
  .video-reviews__slider .swiper__arrow {
    display: none;
  }
}

.video-reviews__item {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  min-height: 29.6rem;
}

.video-reviews__item-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 6rem;
  background: url("../img/icons/icon-youtube.svg") center center no-repeat !important;
  background-size: contain !important;
  z-index: 5;
}

.video-reviews__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.support {
  padding: 4.8rem 0 6.5rem;
}
@media (max-width: 991px) {
  .support {
    padding: 4.8rem 0 3.5rem;
  }
}

.support__slider {
  position: relative;
}
@media (min-width: 991px) {
  .support__slider .swiper__arrow {
    display: none;
  }
}

@media (min-width: 991px) {
  .support__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    transform: none !important;
  }
  .support__wrapper .swiper-slide {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .support__wrapper .swiper-slide._big {
    width: 100%;
  }
  .support__wrapper .swiper-slide._big .support-item__title {
    margin-bottom: 1.6rem;
  }
  .support__wrapper .swiper-slide._big .support-item__content {
    max-width: 71.4rem;
  }
}
.include {
  padding: 9.9rem 0 8.5rem;
}

.include__title {
  margin-bottom: 8.4rem;
}
@media (max-width: 575px) {
  .include__title {
    margin-bottom: 5.8rem;
  }
}

.include__block {
  margin-bottom: 11.7rem;
}
@media (min-width: 991px) {
  .include__block .swiper__arrow {
    display: none;
  }
}
@media (max-width: 575px) {
  .include__block {
    margin-bottom: 4.8rem;
  }
  .include__block:last-child {
    margin-bottom: 0;
  }
  .include__block > .include__block--first {
    display: block;
  }
}

.include__block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 6.5rem;
}

@media (min-width: 991px) {
  .include__block-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 6.5rem;
    column-gap: 2rem;
    transform: none !important;
  }
  .include__block--first {
    display: block;
  }
}
@media (max-width: 991px) {
  .include__block-swiper .swiper-slide--first {
    display: none;
  }
}
.include__block-swiper {
  position: relative;
}
@media (max-width: 991px) {
  .include__block-swiper .swiper__arrow {
    left: 0;
  }
  .include__block-swiper .swiper__arrow--next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 575px) {
  .include__block-swiper .swiper__arrow {
    top: 15rem;
    transform: none;
  }
}

.include__block--first {
  display: none;
}

.include__block-line {
  width: 100%;
  height: 0.1rem;
  position: relative;
  background: var(--fg-border);
  margin-top: 8.3rem;
}
.include__block-line span {
  width: var(--width);
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: var(--fg-orange);
}
@media (max-width: 575px) {
  .include__block-line span {
    width: calc(var(--width) / 3);
  }
}

.include__block:first-child .include__block-line:after {
  content: "";
  position: absolute;
  right: -13rem;
  top: 50%;
  transform: translateY(-58%);
  width: 23.2rem;
  height: 21.4rem;
  background: url("../img/capital/after-2.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .include__block:first-child .include__block-line:after {
    top: 17rem;
    max-width: 9.8rem;
    right: -6rem;
  }
}

.include__block:last-child {
  position: relative;
}
.include__block:last-child:before {
  content: "";
  position: absolute;
  left: -25rem;
  top: 70%;
  transform: translateY(-50%);
  width: 18.4rem;
  height: 23.8rem;
  background: url("../img/invite/pic-1.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .include__block:last-child:before {
    display: none;
  }
}

.include__block-small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 6.5rem;
}
.include__block-small .include-item__media {
  margin-bottom: 3.9rem;
}
.include__block-small .include-item__media-pic {
  min-height: 19.4rem;
}
@media (max-width: 991px) {
  .include__block-small {
    display: none;
  }
}

@media (max-width: 575px) {
  .include-item__content {
    text-align: center;
  }
  .include-item__content .include-item__title br {
    display: none;
  }
  .include-item__content .include-item__text {
    margin: 1.1rem auto 0;
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .include__row {
    margin-left: var(--m-m-container);
    margin-right: var(--m-m-container);
  }
  .include__row .include__block-swiper {
    padding-left: var(--p-container);
    padding-right: var(--p-container);
  }
}

@media (max-width: 575px) {
  .include__what {
    margin-top: 10rem;
  }
}

.include-what__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9.1rem;
}
@media (max-width: 991px) {
  .include-what__head {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 5.3rem;
  }
}

.include-what__title {
  max-width: 49.6rem;
}

.include-what__item._big {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
@media (max-width: 991px) {
  .include-what__item._big {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.include-what__item._big .orange-icon {
  min-width: 15.1rem;
  height: 15.1rem;
  margin-bottom: 0;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
@media (max-width: 991px) {
  .include-what__item._big .orange-icon {
    min-width: 9.7rem;
    height: 9.7rem;
  }
}
.include-what__item._big .orange-icon__round {
  min-width: 11.3rem;
  height: 11.3rem;
}
@media (max-width: 991px) {
  .include-what__item._big .orange-icon__round {
    min-width: 7.3rem;
    height: 7.3rem;
  }
}
.include-what__item._big .include-what__text {
  margin-left: 5.2rem;
  font-size: 1.8rem;
  max-width: 37.7rem;
  color: #757575;
}
@media (max-width: 991px) {
  .include-what__item._big .include-what__text {
    font-size: 1.4rem;
    margin-left: 0;
    text-align: center;
    margin-top: 2rem;
  }
}

.include-what__icon {
  font-size: 2.4rem;
  color: var(--fg-white);
  font-weight: 600;
  margin-bottom: 3.3rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--tr-regular);
  transform-origin: center;
}
@media (max-width: 991px) {
  .include-what__icon {
    left: 50%;
    transform: translateX(-50%);
  }
}

.include-what__row {
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .include-what__row {
    grid-template-columns: 1fr;
    row-gap: 5.3rem;
  }
}

.include-what__text {
  color: #757575;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .include-what__text {
    font-size: 1.4rem;
    text-align: center;
  }
}

.include-what__item:not(._big) {
  padding-top: 13rem;
  position: relative;
}
.include-what__item:not(._big):hover .include-what__icon {
  min-width: 13.9rem;
  height: 13.9rem;
}

.hero-collab {
  padding: 8.4rem 0 5.9rem;
}
@media (max-width: 575px) {
  .hero-collab {
    padding: 2rem 0 5rem;
  }
}

.hero-collab__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-collab__content {
  max-width: 54.4rem;
}
@media (max-width: 575px) {
  .hero-collab__content {
    text-align: center;
  }
}

.hero-collab__title {
  font-size: 4.8rem;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 3.6rem;
}
.hero-collab__title span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero-collab__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .hero-collab__title {
    margin: 0 0 2.7rem;
  }
}

.hero-collab__text {
  color: #4C555E;
  font-size: 1.8rem;
}
.hero-collab__text p {
  margin-bottom: 1.7rem;
}
.hero-collab__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero-collab__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .hero-collab__text {
    padding: 0 1rem;
  }
}

@media (max-width: 991px) {
  .hero-collab__media {
    display: none;
  }
}
.about-collab {
  background-color: var(--bg-dark);
}

@media (max-width: 991px) {
  .about-collab-block__title {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .about-collab-block__title {
    text-align: center;
    max-width: 19.5rem;
    margin: 0 auto 3.1rem;
  }
}

.about-collab__container {
  padding-top: 10.6rem;
  padding-bottom: 7.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .about-collab__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-collab__container {
    padding-top: 3.8rem;
  }
}

.about-collab__content {
  max-width: 38rem;
}
@media (max-width: 575px) {
  .about-collab__content {
    text-align: center;
  }
}

.about-collab__text {
  color: #4C555E;
}
.about-collab__text p:not(:last-child) {
  margin-bottom: 1.8rem;
}

.about-collab__btn {
  margin-top: 6.1rem;
}
@media (max-width: 575px) {
  .about-collab__btn {
    justify-content: center;
    margin-top: 3.1rem;
  }
}

.about-collab__list {
  width: 28rem;
  max-width: 28rem;
  margin-top: 14.6rem;
}
@media (max-width: 991px) {
  .about-collab__list {
    margin-top: 0;
    position: absolute;
    right: var(--p-container);
    bottom: 1rem;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-collab__list {
    max-width: 12.2rem;
    right: var(--p-container);
    bottom: 2.7rem;
  }
}

.about-collab__item {
  height: 12.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: var(--br-regular);
  border: 0.1rem solid var(--fg-orange);
  margin-bottom: 2rem;
}
.about-collab__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-collab__item {
    height: 8rem;
  }
}
@media (max-width: 575px) {
  .about-collab__item {
    height: 5.5rem;
    border-radius: 0.8rem;
  }
}

.about-collab__item-title {
  font-size: 2.2rem;
  font-weight: 600;
}
.about-collab__item-title._orange {
  color: var(--fg-orange);
}
@media (max-width: 991px) {
  .about-collab__item-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .about-collab__item-title {
    font-size: 1rem;
  }
}

.about-collab__item-text {
  margin-top: 0.2rem;
  color: var(--fg-gray-light);
  text-align: center;
}
@media (max-width: 991px) {
  .about-collab__item-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .about-collab__item-text {
    font-size: 0.6rem;
  }
}

.about-collab__media {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 54.3rem;
}
@media (max-width: 991px) {
  .about-collab__media {
    position: relative;
    left: 0;
    transform: none;
    max-width: 22rem;
  }
}
@media (max-width: 575px) {
  .about-collab__media {
    margin-top: 4.5rem;
  }
}

.about-collab__user {
  display: none;
}
@media (max-width: 575px) {
  .about-collab__user {
    display: block;
    position: absolute;
    left: var(--p-container);
    bottom: 9.1rem;
    max-width: 9.5rem;
  }
}

.about-collab__user-name {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.about-collab__user-text {
  font-size: 0.7rem;
  color: #757575;
  max-width: 80%;
}

.collab {
  padding: 8.2rem 0 10.1rem;
}

.collab__block {
  margin-bottom: 9.1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.collab__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .collab__block {
    display: block;
    text-align: center;
    margin-left: var(--m-m-container);
    margin-right: var(--m-m-container);
  }
}

.collab__content {
  max-width: 49.6rem;
}
@media (max-width: 991px) {
  .collab__content {
    max-width: 100%;
    padding-left: var(--p-container);
    padding-right: var(--p-container);
  }
}

@media (max-width: 991px) {
  .collab__list {
    padding-left: var(--p-container);
    padding-right: var(--p-container);
  }
}

.collab__title {
  margin-bottom: 2.1rem;
}

.collab__text {
  font-size: var(--fz-secondary);
  color: var(--fg-gray-dark);
}
.collab__text p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .collab__text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .collab__text {
    max-width: 25rem;
    margin: 0 auto 2rem;
  }
}

.collab-item {
  display: flex;
  align-items: flex-start;
  max-width: 45.1rem;
  margin-bottom: 3rem;
}
.collab-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .collab-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
}

.collab-item__counter {
  min-width: 5rem;
  width: 5rem;
  min-height: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--fg-white);
}

.collab-item__counter .orange-icon__round {
  width: 3.763rem;
  min-width: auto;
  height: 3.763rem;
}

.collab-item__content {
  padding-left: 2.1rem;
  color: var(--fg-gray-dark);
}
@media (max-width: 991px) {
  .collab-item__content {
    padding-left: 0;
  }
}

.collab-item__title {
  margin: 1.2rem 0;
  font-weight: 700;
  font-size: var(--fz-secondary);
}

.collab__line {
  width: 100%;
  height: 0.2rem;
  background-color: var(--fg-border);
  margin-top: 8.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .collab__line {
    margin-top: 7.2rem;
  }
}
.collab__line span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: var(--width);
  height: 100%;
  max-width: 100%;
  background: var(--fg-orange);
}

.hero-construction {
  padding: 10.5rem 0 28rem;
}
@media (max-width: 991px) {
  .hero-construction .hero__media {
    height: 25rem;
  }
}

.hero-designing {
  padding: 8.7rem 0 9.6rem;
  border-bottom: 0.2rem solid #C1D1D7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-designing {
    padding-bottom: 0;
  }
}
.hero-designing .hero__content {
  max-width: 67.5rem;
}
.hero-designing .hero__image {
  position: absolute;
  bottom: 0;
  right: 14.5rem;
  z-index: -1;
}
@media (max-width: 1599px) {
  .hero-designing .hero__image {
    right: -10rem;
  }
}
@media (max-width: 991px) {
  .hero-designing .hero__image {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 575px) {
  .hero-designing .hero__text br {
    display: none;
  }
}

.invite {
  padding: 8.6rem 0 8rem;
  background: var(--bg-dark);
  position: relative;
  overflow: hidden;
}

.invite__block {
  padding: 4.6rem 5.8rem 8.1rem;
  border: 0.2rem solid var(--fg-orange);
  background: var(--fg-white);
  border-radius: var(--br-regular);
  position: relative;
}
@media (max-width: 575px) {
  .invite__block {
    padding: 4.6rem 3.9rem 7.9rem;
    text-align: center;
  }
}

.invite__text {
  max-width: 60.6rem;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 5.3rem;
}
@media (max-width: 575px) {
  .invite__text {
    font-size: 1.4rem;
    max-width: 100%;
    margin-bottom: 4rem;
  }
}

.invite__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 76rem;
}
@media (max-width: 991px) {
  .invite__flex {
    flex-wrap: wrap;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .invite__col:last-child {
    margin-top: 8.5rem;
  }
}

.invite__subtitle {
  max-width: 23.3rem;
  font-size: 1.4rem;
  color: var(--fg-gray-light);
  margin-bottom: 3.5rem;
}
@media (max-width: 575px) {
  .invite__subtitle {
    max-width: 100%;
    margin-bottom: 1.4rem;
  }
}

.invite__form {
  max-width: 27.7rem;
}

.invite__form-policy {
  margin-top: 4rem;
}

.invite-contacts__item {
  display: flex;
  align-items: center;
  color: var(--fg-regular);
  margin-bottom: 2.3rem;
}
.invite-contacts__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .invite-contacts__item {
    flex-direction: column;
  }
}

.invite-contacts__item-text {
  font-size: 2.2rem;
  font-weight: 600;
  margin-left: 2rem;
}
@media (max-width: 575px) {
  .invite-contacts__item-text {
    margin-left: 0;
    margin-top: 1.4rem;
  }
}

.invite__media {
  position: absolute;
  bottom: -12rem;
  right: -10rem;
}
@media (max-width: 575px) {
  .invite__media {
    bottom: 9rem;
    right: -8rem;
    max-width: 16rem;
  }
}

.principles {
  padding: 9.3rem 0 5.5rem;
}
@media (max-width: 991px) {
  .principles {
    padding: 9.3rem 0 3.85rem;
  }
}

.principles__container {
  position: relative;
}

.principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .principles__grid {
    grid-template-columns: 1fr;
  }
}

.principles__media {
  position: absolute;
  right: -3rem;
  bottom: -7rem;
}

.fr-history {
  padding: 4.5rem 0 10.1rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .fr-history__media {
    order: 1;
    margin-bottom: 2.3rem;
  }
}

.fr-history__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .fr-history__flex {
    flex-direction: column;
  }
}

.fr-history__title {
  margin-bottom: 4rem;
}
.fr-history__title._tablet {
  display: none;
}
@media (max-width: 991px) {
  .fr-history__title {
    margin-bottom: 2.3rem;
    display: none;
  }
  .fr-history__title._tablet {
    display: block;
  }
}

.fr-history__content {
  max-width: 59.1rem;
}
@media (max-width: 991px) {
  .fr-history__content {
    max-width: 100%;
    order: 2;
  }
}

.fr-history__text {
  font-size: 1.4rem;
  color: var(--fg-regular);
  font-weight: 300;
}
.fr-history__text strong {
  font-weight: 700;
}
.fr-history__text p {
  margin-bottom: 1.7rem;
}
.fr-history__text p:last-child {
  margin-bottom: 0;
}

.fr-history__path {
  margin-top: 10.5rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 575px) {
  .fr-history__path {
    margin-top: 7.4rem;
  }
}

.franchise {
  padding: 9.8rem 0 10.4rem;
  background: var(--bg-dark);
  position: relative;
  height: 46rem;
}
@media (max-width: 991px) {
  .franchise {
    padding: 4.7rem 0 5.7rem;
    height: auto;
  }
}

.franchise__button {
  margin-top: 2.4rem;
}

.franchise__title {
  margin-bottom: 1.1rem;
}

.franchise__text {
  max-width: 54.4rem;
}

.franchise__media {
  position: absolute;
  right: 3.8rem;
  top: 44%;
  transform: translate(0, -50%);
  max-width: 80.1rem;
  width: 100%;
}
@media (max-width: 1599px) {
  .franchise__media {
    right: -4.5rem;
  }
}
@media (max-width: 991px) {
  .franchise__media {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: none;
    margin-bottom: 4.1rem;
  }
  .franchise__media img {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .fr-numbers {
    padding: 3.9rem 0 0;
  }
}

.fr-numbers__media-pic {
  display: block;
  text-align: center;
}

.fr-numbers__media-img {
  margin: 0 auto;
}

.fr-numbers__container {
  position: relative;
}

.fr-numbers__title {
  position: absolute;
  top: 10.7rem;
  left: 0;
  max-width: 46.8rem;
}
@media (max-width: 991px) {
  .fr-numbers__title {
    position: relative;
    top: 0;
    margin-bottom: 2.5rem;
  }
}

.fr-numbers__after {
  position: absolute;
  top: 0;
  left: -5.9rem;
  height: 100%;
  width: 34.8rem;
}
@media (max-width: 991px) {
  .fr-numbers__after {
    display: none;
  }
}

.fr-numbers__content {
  position: relative;
  z-index: 5;
}

.choose {
  border-top: 0.1rem solid #FAFAFA;
  border-bottom: 0.1rem solid #FAFAFA;
}
@media (max-width: 575px) {
  .choose {
    padding: 7.2rem 0 0;
  }
}

.choose__container {
  position: relative;
}

.choose__title {
  position: absolute;
  top: 3.3rem;
  left: 0;
  width: 100%;
  padding-left: var(--p-container);
  z-index: 5;
}
@media (max-width: 991px) {
  .choose__title {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
    text-align: center !important;
  }
}

.choose__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .choose__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 991px) {
  .choose__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 6.5rem;
    column-gap: 2rem;
    transform: none !important;
  }
}
.choose__next {
  display: none;
}

@media (max-width: 991px) {
  .choose__swiper {
    margin-left: var(--m-m-container);
    margin-right: var(--m-m-container);
    position: relative;
  }
  .choose__next {
    display: flex;
    position: absolute;
    top: 1rem;
    right: 0;
    transform: none;
  }
}
.testimonials {
  padding: 7.5rem 0 3.3rem;
}

.testimonials__title {
  max-width: 91.4rem;
}

.testimonials__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .testimonials__grid {
    flex-wrap: wrap;
  }
}
.testimonials__grid:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71.8rem;
  max-width: 100%;
  border-bottom: 0.2rem solid #E0E0E0;
}

.testimonials__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 71.8rem;
  max-width: 100%;
}
.testimonials__menu .tabs-menu__item {
  margin-right: 0;
}
@media (max-width: 991px) {
  .testimonials__menu {
    margin-bottom: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonials__content > div {
  max-width: 100%;
  width: 35.5rem;
  height: 49.9rem;
  overflow: hidden;
  position: relative;
}

.fr-cooperate {
  padding: 3.5rem 0 6.6rem;
}
@media (max-width: 575px) {
  .fr-cooperate {
    padding: 3.5rem 0;
  }
}

.fr-cooperate__title {
  max-width: 53.2rem;
  margin-bottom: 4.6rem;
  color: #4C555E;
}

.explore {
  padding: 6.6rem 0 11rem;
}
@media (max-width: 575px) {
  .explore {
    padding: 3.3rem 0;
  }
}

.explore__tabs .tabs-menu {
  margin-bottom: 6.7rem;
}
@media (max-width: 991px) {
  .explore__tabs .tabs-menu {
    margin-bottom: 3rem;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}

.explore__content {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .explore__content {
    display: flex;
    grid-template-columns: none;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .explore__content-main {
    order: 2;
  }
}

.explore__content-title {
  font-size: var(--fz-h2);
  font-weight: 600;
  margin-bottom: 7.1rem;
}
@media (max-width: 991px) {
  .explore__content-title {
    margin-bottom: 2.7rem;
  }
}

.explore-contacts__item {
  display: flex;
  align-items: center;
  margin-bottom: 2.6rem;
}
.explore-contacts__item._bold .explore-contacts__text {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--fg-regular);
}
@media (max-width: 575px) {
  .explore-contacts__item._bold .explore-contacts__text {
    font-size: 1.8rem;
  }
}
.explore-contacts__item:last-child {
  margin-bottom: 0;
}

.explore-contacts__text {
  margin-left: 1.9rem;
  font-size: 1.6rem;
  color: var(--fg-gray-light);
}

.explore__content-gallery {
  max-width: 58rem;
  position: relative;
  margin-right: 4rem;
}
@media (max-width: 575px) {
  .explore__content-gallery {
    max-width: 100%;
    margin-right: 0;
  }
}

.explore-gallery__main-item {
  display: block;
  min-height: 33.3rem;
  position: relative;
}
.explore-gallery__main-item img {
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.explore-gallery__thumb {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .explore-gallery__thumb {
    display: none;
  }
}

.explore-gallery__thumb-item {
  height: 11.3rem;
}

.explore-gallery__thumb-item img {
  border-radius: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.explore-gallery__main .swiper__arrow {
  top: auto;
  transform: none;
  bottom: 6.8rem;
}
@media (max-width: 991px) {
  .explore-gallery__main .swiper__arrow {
    top: 50%;
    transform: translate(0, -50%);
    bottom: auto;
  }
}

@media (max-width: 575px) {
  .explore-gallery__prev {
    left: 0;
  }
  .explore-gallery__next {
    right: 0;
  }
}
.fr-collab {
  position: relative;
  overflow: hidden;
}

.fr-collab__after {
  position: absolute;
  left: 12.4rem;
  top: 0;
}
@media (max-width: 991px) {
  .fr-collab__after {
    min-width: 114.6rem;
    left: -0.7rem;
    top: 0;
  }
}

.fr-collab__container {
  padding-top: 12.8rem;
  padding-bottom: 6.2rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .fr-collab__container {
    padding-bottom: 0;
    padding-top: 5rem;
  }
}

.fr-collab__title {
  font-size: 6.4rem;
  color: #333E48;
  margin-bottom: 4.3rem;
  line-height: 100%;
}
@media (max-width: 991px) {
  .fr-collab__title {
    font-size: 2.8rem;
    margin-bottom: 3.3rem;
  }
}

.fr-collab__text {
  font-size: 2rem;
  color: #4C555E;
}
.fr-collab__text p {
  margin-bottom: 3.1rem;
}
.fr-collab__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .fr-collab__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .fr-collab__text {
    font-size: 1.4rem;
  }
}

.fr-collab__button {
  margin-top: 3.1rem;
}

.fr-collab__media {
  position: absolute;
  right: -10rem;
  bottom: 0;
  max-width: 69rem;
}
@media (max-width: 991px) {
  .fr-collab__media {
    position: relative;
    right: 0;
    bottom: 0;
  }
}

.hero-franchise {
  padding: 24.2rem 0 12.8rem;
}
.hero-franchise .hero__title {
  font-size: 6.4rem;
  margin: 0 0 0.2rem;
}
.hero-franchise .hero__text {
  max-width: 35.3rem;
  font-weight: 500;
}
.hero-franchise .hero__bottom {
  margin-top: 18.2rem;
}
@media (max-width: 991px) {
  .hero-franchise {
    padding: 47rem 0 4.8rem;
  }
  .hero-franchise .hero__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hero-franchise .hero__content {
    text-align: left;
    padding-left: 20rem;
  }
  .hero-franchise .hero__title {
    text-align: left;
    font-size: 3.5rem;
  }
  .hero-franchise .hero__text {
    text-align: left;
    max-width: 100%;
    font-size: 1.4rem;
  }
  .hero-franchise .hero__bottom {
    margin-top: 7.4rem;
  }
}
@media (max-width: 575px) {
  .hero-franchise .hero__content {
    text-align: left;
    padding-left: 10rem;
  }
}

.hero-franchise__after {
  position: absolute;
  bottom: 13.2rem;
  left: 4.4rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-franchise__after {
    min-width: 70.9rem;
    left: -7rem;
    bottom: auto;
    top: 14.2rem;
  }
}

.returns {
  padding: 5.6rem 0 6.4rem;
  border-bottom: 0.2rem solid #EFEFEF;
}

.returns__info {
  padding: 4.1rem 3.3rem 4.9rem;
  border: 0.1rem solid var(--fg-orange);
  border-radius: var(--br-regular);
  position: relative;
}
@media (max-width: 575px) {
  .returns__info {
    padding: 2.4rem 1.7rem 3.2rem 2.2rem;
  }
}

.returns__text {
  color: #4C555E;
  font-size: var(--fz-1-4);
}
@media (max-width: 575px) {
  .returns__text {
    --fz-1-4: 1.2rem;
  }
}

.returns__info-text {
  max-width: 65.6rem;
  --fz: 1.4rem;
}

.returns__info-media {
  position: absolute;
  right: 5.7rem;
  bottom: 3.8rem;
  max-width: 33rem;
}
@media (max-width: 991px) {
  .returns__info-media {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 3.7rem auto 0;
  }
}

.returns__block {
  margin-bottom: 7rem;
}
.returns__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .returns__block {
    margin-bottom: 3rem;
  }
}

.returns__block-title {
  max-width: 53.9rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 991px) {
  .returns__block-title {
    margin-bottom: 1.6rem;
  }
}

.returns__block-text *._alert {
  font-weight: 500;
  color: #BA0003;
}

.returns-form {
  padding: 6.3rem 0 6.9rem;
}

.returns-form__grid {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 2rem;
}
@media (max-width: 991px) {
  .returns-form__grid {
    grid-template-columns: 1fr;
  }
}

.returns-form__row {
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .returns-form__row {
    margin-bottom: 4rem;
  }
}

.returns-form__input {
  height: 5rem;
  width: 100%;
  border: none;
  border-bottom: 0.1rem solid #D9D9D9;
  font-size: 2.2rem;
  font-weight: 600;
}
.returns-form__input::placeholder {
  font-weight: 600;
  color: #000000;
}
.returns-form__input._error {
  border-color: red !important;
}
@media (max-width: 991px) {
  .returns-form__input {
    font-size: 1.6rem;
  }
}

.returns-form__textarea {
  width: 100%;
  height: 19.3rem;
  border: 0.1rem solid #D9D9D9;
  padding: 2.3rem 3.4rem;
  border-radius: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
}
.returns-form__textarea::placeholder {
  font-weight: 600;
  color: #000000;
}
@media (max-width: 991px) {
  .returns-form__textarea {
    font-size: 1.6rem;
  }
}

.returns-form__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .returns-form__actions {
    flex-wrap: wrap;
  }
}

.returns-form__checkbox {
  position: relative;
}
.returns-form__checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.returns-form__checkbox input:checked + span svg {
  opacity: 1;
}
.returns-form__checkbox input._error + span {
  border-color: red !important;
}
.returns-form__checkbox span {
  width: 3.6rem;
  height: 3.6rem;
  border: 0.1rem solid #D9D9D9;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.returns-form__checkbox span svg {
  opacity: 0;
  transition: var(--tr-regular);
}
@media (max-width: 991px) {
  .returns-form__checkbox span {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.returns-form__checkbox label {
  padding-left: 5.6rem;
  font-size: 1.4rem;
}
.returns-form__checkbox label a {
  position: relative;
  z-index: 15;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .returns-form__checkbox label {
    padding-left: 3.7rem;
  }
}

.returns-form__btn {
  margin-left: 6.7rem;
}
@media (max-width: 991px) {
  .returns-form__btn {
    margin-left: 0;
    margin-top: 2rem;
    width: 100% !important;
  }
}

.payment-types {
  padding: 5.6rem 0 3.8rem;
}

.payment-types__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 991px) {
  .payment-types__container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.payment-amount {
  padding: 3.8rem 0 2.75rem;
  position: relative;
}

.payment-amount__container {
  position: relative;
}

.payment-amount__content {
  display: flex;
  align-items: center;
  max-width: 113.3rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .payment-amount__content {
    flex-wrap: wrap;
  }
}

.payment-amount__text {
  max-width: 58.3rem;
  font-weight: 500;
  color: #4C555E;
}

.payment-amount__media {
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .payment-amount__media {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
  .payment-amount__media img {
    width: 100%;
  }
}

.payment-amount__title {
  margin-bottom: 2.5rem;
}

.payment-amount__lines {
  position: absolute;
  right: 0;
  top: 67%;
  transform: translateY(-50%);
  max-width: 97.4rem;
}
@media (max-width: 991px) {
  .payment-amount__lines {
    display: none;
  }
}

.payment-advantages {
  padding: 2.75rem 0 4.5rem;
}

.payment-advantages__title {
  margin-bottom: 6.7rem;
}
@media (max-width: 991px) {
  .payment-advantages__title {
    margin-bottom: 4rem;
  }
}

.payment-advantages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
}
@media (max-width: 991px) {
  .payment-advantages__grid {
    grid-template-columns: 1fr;
  }
}

.hero-delivery {
  padding: 0;
  border-bottom: 0.1rem solid #D9D9D9;
}
.hero-delivery .hero__container {
  padding-top: 12.7rem;
  padding-bottom: 16.4rem;
  position: relative;
}
@media (max-width: 575px) {
  .hero-delivery .hero__container {
    padding-top: 4.8rem;
    padding-bottom: 5.2rem;
  }
}
.hero-delivery .hero__title {
  max-width: 43rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 575px) {
  .hero-delivery .hero__title {
    text-align: left;
    color: var(--fg-white);
    margin-bottom: 15.6rem;
  }
}
.hero-delivery .hero__text {
  max-width: 49.1rem;
}
@media (max-width: 575px) {
  .hero-delivery .hero__text {
    text-align: left;
    color: var(--fg-white);
    font-size: 1.4rem;
  }
}
.hero-delivery .hero__form {
  max-width: 43.2rem;
  margin-top: 7.7rem;
}
.hero-delivery .hero__media {
  width: 110%;
}
@media (max-width: 575px) {
  .hero-delivery .hero__media {
    width: 100%;
    top: 0;
    height: 36.5rem;
  }
}

.hero-delivery__before {
  position: absolute;
  left: -15rem;
  bottom: 13.2rem;
  z-index: -1;
}

.delivery-mission {
  padding: 12.6rem 0 12.5rem;
  border-bottom: 0.2rem solid #EFEFEF;
}
@media (max-width: 991px) {
  .delivery-mission {
    padding: 9.4rem 0 6rem;
  }
}

.delivery-mission__title {
  margin-bottom: 2.7rem;
}

.delivery-mission__text {
  color: var(--fg-regular);
}
@media (max-width: 991px) {
  .delivery-mission__text {
    --fz: var(--fz-1-4) ;
  }
}

.delivery-expertise {
  padding: 9.6rem 0 6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .delivery-expertise {
    padding: 5.4rem 0 4rem;
  }
}

.delivery-expertise__title {
  margin-bottom: 2.7rem;
}

.delivery-expertise__text {
  color: var(--fg-regular);
  max-width: 117.2rem;
  font-weight: 300;
  margin-bottom: 5.3rem;
}

.call-consultation-logist {
  padding: 12rem 0;
}
.call-consultation-logist .orange-call__media._left {
  left: 3.8rem !important;
}
@media (max-width: 991px) {
  .call-consultation-logist .orange-call__media._left {
    max-width: 15.1rem !important;
    bottom: -13rem !important;
  }
}
@media (max-width: 575px) {
  .call-consultation-logist .orange-call__media._right {
    display: none;
  }
}

.delivery-why {
  padding: 7.2rem 0 13.2rem;
}
.delivery-why .choose-item {
  padding: 0;
}
.delivery-why .choose-item:last-child .choose-item__line {
  top: -13rem;
}
.delivery-why .choose-item:last-child .choose-item__icon {
  top: -13rem;
}
@media (max-width: 991px) {
  .delivery-why .choose-item:last-child .choose-item__icon {
    top: 0;
  }
}
.delivery-why .choose-item__content {
  padding-top: 7.4rem;
}
@media (max-width: 991px) {
  .delivery-why .choose-item__content {
    padding-top: 2.5rem;
  }
}
.delivery-why .choose-item__icon svg {
  display: none;
}
.delivery-why .choose-item__title {
  font-size: 1.8rem;
}
.delivery-why .choose-item__icon {
  top: 0;
}
@media (max-width: 991px) {
  .delivery-why {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .delivery-why__title br {
    display: none;
  }
}

.delivery-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .delivery-why__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .delivery-why__grid .choose-item:last-child .choose-item__line {
    top: 0;
  }
  .delivery-why__grid .choose-item__content {
    padding-left: 7rem;
    padding-top: 4rem;
  }
  .delivery-why__grid .choose-item__line {
    left: 3.5rem;
    top: 0;
    height: 100%;
    width: 0.1rem;
    background: #D9D9D9;
  }
  .delivery-why__grid .choose-item__line span {
    width: 100%;
    height: var(--height);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .delivery-why__grid .choose-item__line span {
    height: 100%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .delivery-why__grid .choose-item__line {
    left: 3.6rem;
  }
}
@media (max-width: 991px) {
  .delivery-why__grid .choose-item__icon {
    min-width: 3.4rem;
    width: 3.4rem;
    height: 3.4rem;
  }
  .delivery-why__grid .choose-item__icon .orange-icon__round {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .delivery-why__grid .choose-item__icon {
    left: 2rem;
    top: 7rem;
  }
}

.delivery-gallery {
  padding: 6rem 0 6.3rem;
}

.delivery-gallery:has(.delivery-gallery__text) .delivery-gallery__title {
  margin-bottom: 2.2rem;
}

.delivery-gallery__text {
  max-width: 80rem;
  margin-bottom: 5.6rem;
}

.call-consultation-delivery {
  padding: 12rem 0;
}
.call-consultation-delivery .orange-call__media._left {
  left: -30rem !important;
  bottom: -15rem !important;
}
@media (max-width: 991px) {
  .call-consultation-delivery .orange-call__media._left {
    bottom: -8rem !important;
    width: 27.2rem !important;
  }
}
@media (max-width: 991px) {
  .call-consultation-delivery .orange-call__media._right {
    display: none;
  }
}

.delivery-process {
  padding: 12rem 0 6.7rem;
}
.delivery-process.header__flex .delivery-process__head {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
.delivery-process.header__flex .delivery-process__head .delivery-process__title {
  margin-bottom: 0;
  margin-right: 4.4rem;
}
@media (max-width: 991px) {
  .delivery-process.header__flex .delivery-process__head .delivery-process__title {
    margin-left: 0;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .delivery-process.header__flex .delivery-process__head {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .delivery-process {
    padding: 10rem 0 6rem;
  }
}
.delivery-process._grid-2 .delivery-process__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .delivery-process._grid-2 .delivery-process__grid {
    grid-template-columns: 1fr;
  }
}
.delivery-process._grid-2 .delivery-process__item-text {
  max-width: 100%;
  --fz: 2rem;
  color: #8E8E8E;
  font-weight: 300;
}
@media (max-width: 575px) {
  .delivery-process._grid-2 .delivery-process__item-text {
    --fz: 1.4rem;
  }
}
.delivery-process._grid-2 .delivery-process__item-title {
  font-size: 2rem;
}
@media (max-width: 575px) {
  .delivery-process._grid-2 .delivery-process__item-title {
    font-size: 1.8rem;
  }
}

.delivery-process__block {
  position: relative;
}

.delivery-process__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11rem;
}
@media (max-width: 991px) {
  .delivery-process__line {
    display: none;
  }
}

.delivery-process__grid {
  max-width: 112.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .delivery-process__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .delivery-process__grid {
    grid-template-columns: 1fr;
  }
}

.delivery-process__head {
  max-width: 80rem;
  margin-bottom: 6.9rem;
}
@media (max-width: 991px) {
  .delivery-process__head {
    margin-bottom: 3.1rem;
  }
}

.delivery-process__title {
  max-width: 76.9rem;
  margin-bottom: 3.1rem;
  text-align: left !important;
}

.delivery-process__text {
  font-weight: 300;
}

.hero-rent {
  padding: 0;
  border-bottom: 0.1rem solid #EFEFEF;
}
.hero-rent .hero__container {
  padding-top: 6.5rem;
  padding-bottom: 13.4rem;
  position: relative;
}
@media (max-width: 991px) {
  .hero-rent .hero__container {
    padding-top: 4.8rem;
    padding-bottom: 5.2rem;
  }
}
@media (max-width: 575px) {
  .hero-rent {
    color: var(--fg-white);
  }
}
.hero-rent .hero__title {
  margin-bottom: 1.7rem;
  max-width: 53rem;
}
@media (max-width: 991px) {
  .hero-rent .hero__title {
    text-align: left;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-rent .hero__title {
    color: var(--fg-white);
    text-align: center;
    padding-left: 4.3rem;
    padding-right: 4.3rem;
  }
}
.hero-rent .hero__text {
  color: #4C555E;
  font-weight: 500;
  max-width: 49.1rem;
}
@media (max-width: 991px) {
  .hero-rent .hero__text {
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-rent .hero__text {
    color: var(--fg-white);
    text-align: center;
    padding-left: 4.3rem;
    padding-right: 4.3rem;
  }
}
.hero-rent .hero__form {
  margin-top: 9.2rem;
  max-width: 45.3rem;
}
@media (max-width: 991px) {
  .hero-rent .hero__form {
    max-width: 100%;
    margin-top: 3.6rem;
  }
}
.hero-rent .hero__form .hero__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
@media (max-width: 575px) {
  .hero-rent .hero__form .hero__form-grid {
    grid-template-columns: 1fr;
  }
}
.hero-rent .hero__form .form__input {
  max-width: 100%;
}
.hero-rent .hero__form .hero__form-btn {
  font-size: 1rem !important;
  font-weight: 700;
  width: auto !important;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
@media (max-width: 575px) {
  .hero-rent .hero__form .hero__form-text {
    color: var(--fg-white);
  }
  .hero-rent .hero__form .form__input {
    background: var(--fg-white) !important;
  }
  .hero-rent .hero__form .hero__form-policy {
    color: var(--fg-white);
  }
}
@media (max-width: 991px) {
  .hero-rent .hero__media {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-rent .hero__media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.hero-rent__before {
  position: absolute;
  left: -26.5rem;
  top: 7.8rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .hero-rent__before {
    display: none;
  }
}

.rent-equipment {
  padding: 5.4rem 0 8.1rem;
  border-bottom: 0.1rem solid #EFEFEF;
}
@media (max-width: 991px) {
  .rent-equipment {
    padding: 6.2rem 0 4.2rem;
  }
}

@media (min-width: 991px) {
  .rent-equipment__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1rem;
    transform: none !important;
  }
}
.rent-equipment__slider {
  position: relative;
}

.rent-equipment__prev,
.rent-equipment__next {
  display: none !important;
}
@media (max-width: 575px) {
  .rent-equipment__prev,
  .rent-equipment__next {
    display: flex !important;
  }
}

.rent-equipment__call {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4.4rem;
}
@media (max-width: 991px) {
  .rent-equipment__call {
    flex-direction: column;
    text-align: center;
  }
}

.rent-equipment__call-title {
  max-width: 41.4rem;
  color: var(--fg-orange);
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.rent-equipment__call-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.273rem;
  background: url("../img/rent/equipment/arrow.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .rent-equipment__call-title:after {
    left: 50%;
    bottom: -2.5rem;
    top: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .rent-equipment__call-title {
    max-width: 31.3rem;
    margin: 0 auto 4.1rem;
    font-size: 2.2rem;
  }
}

.rent-equipment__call-text {
  max-width: 43.3rem;
  font-weight: 300;
  font-size: 2.8rem;
  position: relative;
}
.rent-equipment__call-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2rem);
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.273rem;
  background: url("../img/rent/equipment/arrow.svg") center center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .rent-equipment__call-text:after {
    left: 50%;
    bottom: -2.5rem;
    top: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .rent-equipment__call-text {
    max-width: 25rem;
    font-size: 2rem;
    margin: 0 auto 6.5rem;
  }
}

.rent-equipment__call-form {
  max-width: 22rem;
}
.rent-equipment__call-form .form__policy {
  font-size: 1rem;
  color: #CACACA;
  text-align: center;
  margin-top: 1.7rem;
}
.rent-equipment__call-form .form__policy a {
  color: #CACACA;
}
@media (max-width: 991px) {
  .rent-equipment__call-form {
    max-width: 25rem;
    margin: 0 auto;
  }
}

.rent-why {
  padding: 6.8rem 0 7.3rem;
  border-bottom: 0.1rem solid #EFEFEF;
}
@media (max-width: 991px) {
  .rent-why {
    padding: 4.5rem 0 8.5rem;
  }
}

.rent-why__title {
  margin-bottom: 6.9rem;
}
@media (max-width: 991px) {
  .rent-why__title {
    margin-bottom: 4.5rem;
  }
}

.rent-why__flex {
  display: flex;
}
@media (max-width: 991px) {
  .rent-why__flex {
    flex-direction: column;
  }
}

.rent-why__info {
  width: 33.5rem;
  max-width: 100%;
  padding: 3.9rem 5rem 3.9rem 3.2rem;
  border: 0.1rem solid var(--fg-orange);
}
@media (max-width: 991px) {
  .rent-why__info {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .rent-why__info {
    padding: 3.9rem 2.4rem 4.7rem;
  }
}

.rent-why__info-title {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.rent-why__info-text {
  max-width: 23.2rem;
  font-size: var(--fz-1-5);
  color: #9F9F9F;
}
@media (max-width: 991px) {
  .rent-why__info-text {
    max-width: 100%;
  }
}

.rent-why__list {
  width: calc(100% - 23.2rem);
  padding-left: 4.5rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .rent-why__list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 4.6rem;
  }
}

.rent-need {
  padding: 6rem 0 8rem;
}
@media (max-width: 991px) {
  .rent-need {
    padding: 5.8rem 0 5.2rem;
  }
}

.rent-need__container {
  display: flex;
}
@media (max-width: 991px) {
  .rent-need__container {
    flex-direction: column;
  }
}

.rent-need__title {
  width: 40.8rem;
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .rent-need__title {
    width: 100%;
    margin-bottom: 4.8rem;
  }
}

.rent-need__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  width: calc(100% - 40.8rem);
  margin-left: 3.5rem;
  max-width: 53rem;
}
@media (max-width: 991px) {
  .rent-need__grid {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .rent-need__grid {
    grid-template-columns: 1fr;
  }
}

.hero-doors {
  border-bottom: 0.1rem solid #EFEFEF;
  padding: 0;
}
.hero-doors .hero__container {
  padding-top: 12rem;
  padding-bottom: 13.8rem;
  position: relative;
}
@media (max-width: 575px) {
  .hero-doors .hero__container {
    padding-top: 6.7rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 575px) {
  .hero-doors .hero__form-policy {
    color: var(--fg-white);
    max-width: 20rem;
    margin: 1.4rem auto 0;
  }
  .hero-doors .hero__form-policy a {
    color: var(--fg-white);
  }
}
.hero-doors .hero__title {
  max-width: 66.2rem;
  margin-bottom: 6.4rem;
  font-size: 4.8rem;
}
@media (max-width: 991px) {
  .hero-doors .hero__title {
    font-size: 3.8rem;
  }
}
@media (max-width: 575px) {
  .hero-doors .hero__title {
    color: var(--fg-white);
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
  }
}
.hero-doors .hero__text {
  max-width: 64.1rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .hero-doors .hero__text {
    color: var(--fg-white);
    font-size: 1.4rem;
  }
}
.hero-doors .hero__form {
  max-width: 60rem;
}
.hero-doors .hero__form .hero__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.hero-doors .hero__form .hero__form-grid .form__input {
  max-width: 100%;
}
.hero-doors .hero__form .hero__form-grid .hero__form-btn {
  margin-left: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .hero-doors .hero__form .hero__form-grid {
    grid-template-columns: 1fr;
  }
  .hero-doors .hero__form .hero__form-grid .form__input {
    background: var(--fg-white) !important;
  }
}
@media (max-width: 575px) {
  .hero-doors .hero__form .hero__form-text {
    color: var(--fg-white);
  }
}
@media (max-width: 575px) {
  .hero-doors .hero__form {
    max-width: 29rem;
  }
}
@media (max-width: 991px) {
  .hero-doors .hero__media {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-doors .hero__media {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.door-design {
  padding: 4.2rem 0 8rem;
}
@media (max-width: 991px) {
  .door-design {
    padding: 9rem 0 5.8rem;
  }
}
@media (max-width: 575px) {
  .door-design {
    padding: 5rem 0;
  }
}

.door-design__title {
  margin-bottom: 2.6rem;
}
@media (max-width: 991px) {
  .door-design__title {
    margin-bottom: 1.1rem;
  }
}

.door-design__text {
  margin-bottom: 7.3rem;
  max-width: 98.5rem;
  font-weight: 300;
  color: #5E5E5E;
}
@media (max-width: 991px) {
  .door-design__text {
    margin-bottom: 6.5rem;
  }
}
@media (max-width: 575px) {
  .door-design__text {
    margin-bottom: 3.1rem;
    padding-bottom: 3.6rem;
    border-bottom: 0.1rem solid #EFEFEF;
    margin-left: var(--m-m-container);
    margin-right: var(--m-m-container);
    padding-left: var(--p-container);
    padding-right: var(--p-container);
  }
}

.door-design__block-text {
  margin-bottom: 7.3rem;
}
@media (max-width: 991px) {
  .door-design__block-text {
    margin-bottom: 5.6rem;
  }
}

.door-catalog {
  padding: 6.3rem 0 9.7rem;
  border-bottom: 0.1rem solid #EFEFEF;
}
@media (max-width: 991px) {
  .door-catalog {
    padding: 9.7rem 0 3.6rem;
  }
}

.door-catalog__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5.9rem;
}
@media (max-width: 991px) {
  .door-catalog__head {
    flex-direction: column;
  }
}

.door-catalog__title {
  margin-bottom: 0;
  max-width: 40.3rem;
}

.door-catalog__text {
  color: #4C555E;
  font-weight: 500;
  margin-left: 4rem;
  max-width: 64.1rem;
}
@media (max-width: 991px) {
  .door-catalog__text {
    margin-left: 0;
    margin-top: 1.6rem;
  }
}

@media (min-width: 991px) {
  .door-catalog__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.door-catalog__slider {
  position: relative;
}
.door-catalog__slider .swiper__square {
  display: none !important;
}
@media (max-width: 991px) {
  .door-catalog__slider .swiper__square {
    display: flex !important;
  }
}

.door-advantages {
  border-bottom: 0.1rem solid #EFEFEF;
}

.door-advantages__container {
  display: flex;
  align-items: flex-start;
  padding-top: 8.1rem;
  padding-bottom: 8.4rem;
  position: relative;
}
@media (max-width: 991px) {
  .door-advantages__container {
    padding-top: 3.6rem;
    padding-bottom: 4.8rem;
    flex-direction: column;
  }
}

.door-advantages__media {
  position: absolute;
  bottom: 0;
  right: 0;
}

.door-advantages__left {
  max-width: 33.5rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .door-advantages__left {
    max-width: 100%;
  }

  .door-advantages__media {
  	display: none;
  }
}

.door-advantages__info {
  padding: 3.4rem 3.2rem 5.2rem;
  border: 0.1rem solid var(--fg-orange);
}
@media (max-width: 991px) {
  .door-advantages__info {
    margin-bottom: 4.7rem;
  }
}

.door-advantages__info-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--fg-orange);
  margin-bottom: 2.7rem;
}

.door-advantages__info-text {
  font-size: var(--fz-1-5);
  color: #9F9F9F;
  font-weight: 500;
}

.door-advantages__bottom {
  margin: 7.9rem auto 0;
}
@media (max-width: 991px) {
  .door-advantages__bottom {
    display: none;
  }
}

.door-advantages__list {
  max-width: 70.9rem;
  margin-left: 7.1rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .door-advantages__list {
    margin-left: 0;
  }
}

.doors-form .orange-call__block {
  max-width: 100.8rem !important;
  padding-left: 38rem !important;
}
@media (max-width: 991px) {
  .doors-form .orange-call__block {
    padding-left: 2rem !important;
  }
}
.doors-form .orange-call__media._left {
  left: 0 !important;
  top: 10rem;
}
@media (max-width: 991px) {
  .doors-form .orange-call__media._left {
    max-width: 15rem;
    bottom: -13rem !important;
  }
}
@media (max-width: 991px) {
  .doors-form .orange-call__media._right {
    display: none;
  }
}
@media (max-width: 575px) {
  .doors-form .orange-call__title {
    font-size: 1.6rem;
  }
}

.door__process .delivery-process__item {
  height: 26.8rem;
}
@media (max-width: 575px) {
  .door__process .delivery-process__item {
    height: auto;
  }
}

.works {
  padding: 10rem 0 4.4rem;
}
@media (max-width: 575px) {
  .works {
    padding-top: 15rem;
  }
}

@media (max-width: 575px) {
  .works__title {
    text-align: center !important;
    margin-bottom: 2.2rem;
  }
}

.works__tabs-menu {
  display: flex;
  align-items: center;
}

.works__tabs-link {
  width: 33.3333%;
  text-align: center;
  padding: 1.5rem 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  border: 0.1rem solid var(--fg-orange);
  transition: var(--tr-regular);
}
.works__tabs-link:hover {
  background: #FFDFCD !important;
}
.works__tabs-link._active {
  background: var(--fg-orange) !important;
  color: var(--fg-white) !important;
}

.works__tabs-tab {
  display: none;
}
.works__tabs-tab._active {
  display: block;
}

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

.works__slider {
  position: relative;
}

.works__nav-arrows {
  display: flex;
  align-items: center;
}
.works__nav-arrows .swiper__square {
  margin-right: 0.5rem;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}
.works__nav-arrows .swiper__square:last-child {
  margin-right: 0;
}
@media (max-width: 575px) {
  .works__nav-arrows .swiper__square {
    position: absolute;
    top: 0;
    min-width: 2rem !important;
    height: 2rem !important;
    background: none !important;
  }
  .works__nav-arrows .swiper__square path {
    fill: var(--fg-orange);
  }
  .works__nav-arrows .swiper__square.swiper__arrow--next {
    left: auto !important;
    right: 0 !important;
  }
}

.works__nav-menu {
  margin-left: 5.7rem;
}
@media (max-width: 575px) {
  .works__nav-menu {
    display: none;
  }
}

.works__nav-menu__item {
  font-size: 2.2rem;
  font-weight: 600;
  color: #D9D9D9;
  margin-right: 2.8rem;
  transition: var(--tr-regular);
}
.works__nav-menu__item:last-child {
  margin-right: 0;
}
.works__nav-menu__item._active {
  font-size: 3.2rem;
  color: var(--fg-regular);
}
.works__nav-menu__item:hover {
  color: var(--fg-regular);
}

.works__tabs-tab {
  padding-top: 8.2rem;
}
@media (max-width: 575px) {
  .works__tabs-tab {
    padding-top: 3.7rem;
  }
}

.works__text {
  padding-left: 19.5rem;
  margin-top: 1.9rem;
  font-weight: 300;
  font-size: 1.6rem;
  color: #5E5E5E;
}
@media (max-width: 575px) {
  .works__text {
    padding-left: 0;
    text-align: center;
  }
}

.works__list {
  margin-top: 9.6rem;
}
@media (max-width: 575px) {
  .works__list {
    margin-top: 6.8rem;
  }
}

.works__tab-title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .works__tab-title {
    text-align: center;
  }
}

.works__tabs-momenu .works__text {
  padding-left: 0;
}

.orange-call {
  padding: 4.45rem 0 8.9rem;
}
.orange-call._only-button .orange-call__block {
  padding-right: 12.5rem;
  padding-left: 42.3rem;
}
@media (max-width: 991px) {
  .orange-call._only-button .orange-call__block {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 11rem;
    padding-top: 3.8rem;
  }
}
.orange-call._only-button .orange-call__media._left {
  left: -15rem;
}
@media (max-width: 991px) {
  .orange-call._only-button .orange-call__media._left {
    left: 50% !important;
    transform: translate(-50%, 0);
    top: auto !important;
    bottom: -3rem;
  }
}
.orange-call._only-button .orange-call__media._right {
  right: -10rem;
}
@media (max-width: 991px) {
  .orange-call._only-button .orange-call__media._right {
    left: auto !important;
    right: 3rem !important;
    transform: none !important;
    top: -3rem !important;
    bottom: 0;
    max-width: 8.2rem;
  }
}
@media (max-width: 575px) {
  .orange-call._only-button .orange-call__form-btn {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .orange-call {
    padding-bottom: 3.7rem;
  }
}

@media (max-width: 991px) {
  .orange-call__media-img {
    margin: 0 auto;
  }
}
.orange-call__block {
  max-width: 97.2rem;
  margin: 0 auto;
  background-color: var(--fg-orange);
  color: var(--fg-white);
  padding: 3.8rem 12.8rem 5.3rem 28rem;
  border-radius: 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .orange-call__block {
    padding: 8.4rem 3.2rem 6.5rem;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .orange-call__block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.orange-call__title {
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.orange-call__text {
  font-size: 1.4rem;
  margin-bottom: 3.9rem;
  text-align: center;
}
@media (max-width: 575px) {
  .orange-call__text {
    margin-bottom: 2.5rem;
  }
}

.orange-call__form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.orange-call__form-grid .form__row {
  margin-bottom: 0;
}
.orange-call__form-grid._one {
  display: block;
  gap: 0;
  grid-template-columns: none;
  text-align: center;
}
.orange-call__form-grid._one .orange-call__form-btn {
  margin: 0 auto;
  justify-content: space-between;
  padding-left: 3.7rem;
  padding-right: 2.2rem;
}
@media (max-width: 991px) {
  .orange-call__form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .orange-call__form-grid .form__input {
    height: 5rem !important;
  }
}

.orange-call__policy {
  text-align: center;
  font-size: 1.4rem;
  max-width: 49rem;
  margin: 2.8rem auto 0;
  line-height: normal;
}
.orange-call__policy a {
  text-decoration: underline;
  color: var(--fg-white);
}
@media (max-width: 575px) {
  .orange-call__policy {
    font-size: 1.2rem;
  }
}

.orange-call__media {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.orange-call__media._right {
  left: auto;
  right: 0;
}

.orange-call__form-btn {
  width: auto;
  padding-right: 2.2rem;
  padding-left: 3.4rem;
}
@media (max-width: 575px) {
  .orange-call__form-btn {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
    height: 5rem !important;
  }
  .orange-call__form-btn svg {
    max-width: 2.3rem !important;
  }
}

.ready-call .orange-call__media {
  left: -30%;
}
@media (max-width: 991px) {
  .ready-call .orange-call__media {
    left: 50%;
    transform: translateX(-50%);
    top: -25%;
  }
}
@media (max-width: 991px) {
  .ready-call .orange-call__media {
    top: -15%;
  }
  .ready-call .orange-call__media-img {
    min-width: 23rem;
  }
}

.callback {
  padding: 4.6rem 0 3.8rem;
  background: var(--fg-white);
  border: 0.2rem solid var(--fg-orange);
  border-radius: 2rem;
  text-align: center;
}
@media (max-width: 575px) {
  .callback {
    padding: 4.6rem 3.1rem 3.8rem;
  }
}

.callback__title {
  font-size: 2.2rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 1.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.callback__text {
  margin-bottom: 3.5rem;
  color: var(--fg-gray-light);
}

.callback__form {
  padding: 0 4.9rem 0 5.4rem;
}
@media (max-width: 575px) {
  .callback__form {
    padding: 0;
  }
}

.callback__policy {
  max-width: 32.1rem;
  margin: 4rem auto 0;
  color: var(--fg-gray-light);
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
}
.callback__policy a {
  color: var(--fg-gray-light);
  text-decoration: underline;
}

.call-dont-found .orange-call__media._left {
  left: -22rem !important;
}
.call-dont-found .orange-call__media._right {
  right: -12rem !important;
}
@media (max-width: 991px) {
  .call-dont-found .orange-call__media._right {
    display: none;
  }
}
.call-dont-found .orange-call__form-btn {
  max-width: 38.3rem;
}
@media (max-width: 575px) {
  .call-dont-found .orange-call__media._left .orange-call__media-img {
    min-width: 25rem;
  }
}

@media (max-width: 991px) {
  .already-estimate .orange-call__block {
    padding-top: 3.4rem;
    padding-bottom: 6.5rem;
  }
}
.already-estimate .orange-call__media._left {
  left: -15rem;
}
@media (max-width: 991px) {
  .already-estimate .orange-call__media._left {
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -10rem;
    max-width: 15.6rem;
  }
}
.already-estimate .orange-call__media._right {
  right: -15rem;
  top: auto;
  bottom: -10rem;
  transform: none;
}
@media (max-width: 991px) {
  .already-estimate .orange-call__media._right {
    display: none;
  }
}

.call-consultation-architector .orange-call__form-btn {
  max-width: 38.9rem;
}

.returns-page .block__title {
  text-align: left;
}

.rent-page .block__title {
  text-align: left;
}
@media (max-width: 991px) {
  .rent-page .block__title {
    text-align: center;
    font-size: 2.8rem;
  }
}

.doors-page .block__title {
  text-align: left;
}
@media (max-width: 991px) {
  .doors-page .block__title {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=../maps/style.css.map */
