@charset "UTF-8";

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

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

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

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

.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-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  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 {
  0% {
    transform: rotate(0deg);
  }

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

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

.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 {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.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-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

.swiper-flip {
  overflow: visible;
}

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

.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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

:root {
  --color-accent: #f15c4c;
  --color-white: #fff;
  --color-black: #000;
  --color-dark: #533f40;
  --color-opium: #867472;
  --color-light: #b1d3e1;
  --color-tacao: #f2ac92;
  --color-linen: #fbefe9;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "VelaSans", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  background-color: var(--color-linen);
  color: var(--color-dark);
}

body._lock {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0);
}

.modal-lock {
  overflow: hidden;
}

.btn-reset {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.modal-overlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: hsl(0 0% 0% / 0.3);
  opacity: 0;
  visibility: hidden;
}

.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.main {
  flex: 1 1 auto;
}

[class*="__container"] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 1435px) {
  [class*="__container"] {
    padding: 0 40px;
  }
}

@media (max-width: 968px) {
  [class*="__container"] {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  [class*="__container"] {
    padding: 0 12px;
  }
}

.grid {
  display: grid;
}

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

.col-1 {
  width: 8.33%;
}

.left-1 {
  padding-left: 8.33%;
}

.left-0-5 {
  padding-left: 4.165%;
}

.left-1-5 {
  padding-left: 12.5%;
}

.col-2 {
  width: 16.67%;
}

.col-3 {
  width: 24.99%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 46.47%;
}

.col-5-5 {
  width: 45.83%;
}

.col-6-5 {
  width: 54.17%;
}

.col-49 {
  width: 49%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.67%;
}

.col-12 {
  width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
}

.decor-left {
  padding-left: 21.33%;
}

.decor-left-2 {
  padding-left: 18.33%;
}

@media (max-width: 1200px) {
  .decor-left-2 {
    padding-left: 0%;
  }
}

.grid {
  display: grid;
}

.accent {
  color: var(--color-accent);
}

.btn {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "VelaSans";
  color: var(--color-accent);
  background-color: var(--color-linen);
}

@media (max-width: 650px) {
  .btn {
    padding: 14px;
  }
}

.btn-header {
  color: var(--color-accent);
  background-color: var(--color-linen);
}

.btn-header:hover {
  color: var(--color-linen);
  background-color: var(--color-accent);
}

.btn-fill {
  background-color: rgb(241, 92, 76);
  padding: 16px 21px;
  color: rgb(251, 239, 233);
  line-height: 140%;
  border: 2px solid rgb(241, 92, 76);
}

@media (max-width: 650px) {
  .btn-fill {
    padding: 14px;
  }
}

.btn-fill:hover {
  background-color: rgba(241, 92, 76, 0.8);
  border: 2px solid rgba(241, 92, 76, 0.8);
}

.btn-stroke {
  background-color: transparent;
  color: rgb(241, 92, 76);
  line-height: 140%;
  padding: 16px 21px;
  border: 2px solid rgb(241, 92, 76);
}

@media (max-width: 650px) {
  .btn-stroke {
    padding: 14px;
  }
}

.btn-stroke:hover {
  background-color: rgba(242, 172, 146, 0.2);
  border: 2px solid rgba(241, 92, 76, 0.8);
}

.btn-contacts {
  color: var(--color-linen);
  background-color: transparent;
  border: 2px solid var(--color-linen);
}

.btn-contacts:hover {
  color: rgb(241, 92, 76);
  background-color: rgb(251, 239, 233);
  border: 2px solid rgb(251, 239, 233);
}

.ligature {
  font-family: "Morpha";
  display: inline-block;
  font-variant-ligatures: common-ligatures !important;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 996px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 650px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  font-weight: 400;
  font-size: 64px;
  line-height: 130%;
  font-family: "Morpha";
  color: var(--color-dark);
}

@media (max-width: 1200px) {
  .section-title {
    font-size: 48px;
  }
}

@media (max-width: 1060px) {
  .section-title {
    width: 83.33%;
  }
}

@media (max-width: 840px) {
  .section-title {
    font-size: 36px;
    width: 60%;
  }
}

@media (max-width: 650px) {
  .section-title {
    margin-bottom: 14px;
    font-size: 32px;
    width: 70%;
  }
}

@media (max-width: 550px) {
  .section-title {
    width: 80%;
  }
}

@media (max-width: 470px) {
  .section-title {
    width: 95%;
    font-size: 28px;
  }
}

.section-link {
  padding-top: 12px;
  display: flex;
  gap: 11px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 0 auto;
  justify-content: flex-end;
  color: var(--color-accent);
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1060px) {
  .section-link {
    margin-bottom: 30px;
  }
}

.section-link:hover svg {
  transform: translateX(4px);
}

.section-link svg {
  transition: all 0.3s ease;
}

.section-box {
  justify-content: initial;
  margin-bottom: 48px;
}

@media (max-width: 1060px) {
  .section-box {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .section-box {
    margin-bottom: 14px;
  }
}

.section-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  padding-top: 12px;
}

@media (max-width: 1060px) {
  .section-label {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .section-label {
    margin-bottom: 14px;
  }
}

.js-error {
  /* position: absolute;
  bottom: -18px;
  left: 0; */
  color: #533f40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
}

.js-error._active {
  display: block;
}

.counter__current {
  font-variant-numeric: tabular-nums;
}

.counter__total {
  font-variant-numeric: tabular-nums;
}

.modalscroll-btn {
  position: fixed;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent);
  cursor: pointer;
  right: 75px;
  bottom: 45px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

._lock .modalscroll-btn {
  right: calc(75px + var(--scrollbar-width));
}

.modalscroll-btn.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1440px) {
  .modalscroll-btn {
    right: 60px;
    bottom: 30px;
  }
}

@media (max-width: 1435px) {
  .modalscroll-btn {
    right: 40px;
    bottom: 30px;
  }
}

@media (max-width: 968px) {
  .modalscroll-btn {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 600px) {
  .modalscroll-btn {
    right: 12px;
    bottom: 20px;
  }
}

.scrollup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fbefe9;
  right: 75px;
  bottom: 45px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 100ms ease, visibility 100ms ease;
}

._lock .scrollup {
  right: calc(75px + var(--scrollbar-width));
}

.scrollup.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1435px) {
  .scrollup {
    right: 40px;
    bottom: 30px;
  }
}

@media (max-width: 968px) {
  .scrollup {
    right: 20px;
    bottom: 20px;
  }
}

.header-light .header {
  background-color: transparent;
}

.header-light .header__container {
  background-color: var(--color-accent);
  border-radius: 10px;
}

.header-light .header__icon span,
.header-light .header__icon::after,
.header-light .header__icon::before {
  background-color: white;
}

.header-light .btn-header:hover {
  background-color: rgba(251, 239, 233, 0.8);
  color: var(--color-accent);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 6px;
  margin-bottom: 20px;
}

.breadcrumbs__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(241, 92, 76, 0.8);
}

@media (max-width: 650px) {
  .breadcrumbs__link {
    font-size: 16px;
  }
}

.breadcrumbs__link-main {
  color: #f2ac92;
}

.breadcrumbs__item {
  position: relative;
}

.breadcrumbs li + li {
  padding-left: 12px;
}

.breadcrumbs li + li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f2ac92;
  top: 11px;
  left: 0px;
}

.detail {
  padding-top: 165px;
}

@media (max-width: 650px) {
  .detail {
    padding-top: 115px;
  }
}

.detail .section-box {
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 1060px) {
  .detail .section-box {
    align-items: flex-start;
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .detail .section-box {
    gap: 10px;
  }
}

@font-face {
  font-family: "Morpha";
  font-style: normal;
  font-weight: 700;
  src: url("/template/assets/woff/Morpha-Bold.woff2"),
    url("/template/assets/ttf/Morpha-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Morpha";
  font-style: normal;
  font-weight: 400;
  src: url("/template/assets/woff/Morpha-Regular.woff2"),
    url("/template/assets/ttf/Morpha-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "VelaSans";
  font-style: normal;
  font-weight: 500;
  src: url("/template/assets/woff/VelaSans-Medium.woff2"),
    url("/template/assets/ttf/VelaSans-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "VelaSans";
  font-style: normal;
  font-weight: 600;
  src: url("/template/assets/woff/VelaSans-SemiBold.woff2"),
    url("/template/assets/ttf/VelaSans-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "VelaSans";
  font-style: normal;
  font-weight: 400;
  src: url("/template/assets/woff/VelaSans-Regular.woff2"),
    url("/template/assets/ttf/VelaSans-Regular.ttf");
  font-display: swap;
}

:root {
  --color-accent: #f15c4c;
  --color-white: #fff;
  --color-black: #000;
  --color-dark: #533f40;
  --color-opium: #867472;
  --color-light: #b1d3e1;
  --color-tacao: #f2ac92;
  --color-linen: #fbefe9;
}

.header {
  position: fixed;
  top: 15px;
  inset-inline: 15px;
  /* width: 100%; */
  z-index: 1001;
  /* padding: 15px; */
}

._lock .header {
  inset-inline: 15px calc(15px + var(--scrollbar-width));
}

.header.active {
  /* padding: 15px; */
  background-color: transparent;
}

.header.active .header__container {
  background-color: var(--color-accent);
  border-radius: 10px;
}

.header.active .header__icon span,
.header.active .header__icon::after,
.header.active .header__icon::before {
  background-color: white;
}

.header__container {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}

@media (max-width: 670px) {
  .header__container {
    border-radius: 0px;
    min-height: 58px;
  }
}

.header__logo {
  position: relative;
  z-index: 600;
}

@media (max-width: 650px) {
  .header__logo {
    display: none;
  }
}

.header__logo-mobile {
  z-index: 600;
  display: none;
}

@media (max-width: 650px) {
  .header__logo-mobile {
    display: block;
  }
}

@media (max-width: 1200px) {
  .header__logo svg {
    width: 350px;
  }
}

.header__info {
  display: flex;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 600;
}

@media (max-width: 1200px) {
  .header__info {
    gap: 24px;
  }
}

@media (max-width: 500px) {
  .header__info {
    gap: 16px;
  }
}

.header__phone {
  color: var(--color-linen);
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 996px) {
  .header__phone {
    display: none;
  }
}

.header__phone-mobile {
  display: none;
}

@media (max-width: 996px) {
  .header__phone-mobile {
    display: block;
  }
}

.header__icon {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 550;
}

@media (max-width: 750px) {
  .btn-header {
    display: none;
  }
}

.header__icon.active span {
  background-color: white;
  width: 36px;
  transform: translate(-50%, -50%);
}

.header__icon.active::after {
  background-color: white;
  display: none;
}

.header__icon.active::before {
  background-color: white;
  display: none;
}

.header__icon span,
.header__icon::after,
.header__icon::before {
  position: absolute;
  background-color: var(--color-accent);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  width: 36px;
  transition: all 0.3s ease 0s;
  border-radius: 1px;
}

.header__icon span {
  width: 26px;
  transform: translate(-68%, -50%);
}

.header__icon::after,
.header__icon::before {
  content: "";
}

.header__icon::before {
  top: 14px;
}

.header__icon::after {
  top: 30px;
}

.header-menu {
  z-index: 500;
  position: fixed;
  inset-inline: 15px;
  min-height: 550px;
  /* left: 0;
  right: 0; */
  top: -1000%;
  border-radius: 10px;
}

._lock .header-menu {
  inset-inline: 15px calc(15px + var(--scrollbar-width));
}

.header-menu.active {
  top: 15px;
}

@media (max-width: 670px) {
  .header-menu.active {
    min-height: 100%;
    height: 100%;
    top: 0;
    inset-inline: 0px;
    border-radius: 0px;
  }
}

@media (max-width: 500px) {
  .header-menu__btn {
    width: 100%;
    text-align: center;
  }
}

.header-menu__container {
  background-color: var(--color-accent);
  height: calc(100% - 120px);
  /* Учитывайте высоту псевдоэлемента */
  max-width: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

@media (max-width: 670px) {
  .header-menu__container {
    border-radius: 0px;
  }
}

.header-menu__body {
  flex: 1;
  padding-top: 170px;
  padding-bottom: 85px;
  overflow: auto;
}

@media (max-width: 670px) {
  .header-menu__body {
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 95px;
    justify-content: initial;
  }
}

.header-menu__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 56px;
}

@media (max-width: 968px) {
  .header-menu__list {
    padding-left: 26px;
    gap: 24px;
  }
}

@media (max-width: 670px) {
  .header-menu__list {
    padding-left: 0px;
    gap: 16px;
    margin-bottom: 30px;
    width: 100%;
    flex-grow: 1;
  }
}

.header-menu__link {
  transition: all 0.2s ease;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: white;
  position: relative;
}

.header-menu__link.current {
  color: var(--color-dark);
}

@media (max-width: 800px) {
  .header-menu__link {
    font-size: 26px;
  }
}

@media (max-width: 650px) {
  .header-menu__link {
    font-size: 22px;
  }
}

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

.header-menu__link:hover::before {
  background-color: var(--color-dark);
}

.header-menu__link::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: transparent;
  left: -18px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  content: "";
}

.header-menu__info {
  padding-left: 56px;
}

@media (max-width: 670px) {
  .header-menu__info {
    padding-left: 0px;
  }
}

.info-header {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 670px) {
  .info-header {
    width: 100%;
    gap: 20px;
  }
}

.info-header__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (max-width: 968px) {
  .info-header__list {
    gap: 24px;
  }
}

@media (max-width: 670px) {
  .info-header__list {
    gap: 12px;
  }
}

.info-header__heading {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(251, 239, 233, 0.8);
  display: inline-block;
  margin-bottom: 9px;
}

@media (max-width: 670px) {
  .info-header__heading {
    margin-bottom: 4px;
    font-size: 14px;
  }
}

.info-header__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-header__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: white;
}

@media (max-width: 670px) {
  .info-header__text {
    font-size: 16px;
  }
}

.info-header__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 670px) {
  .info-header__link {
    font-size: 16px;
  }
}

.social-header {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header.active .btn-header:hover {
  background-color: rgba(251, 239, 233, 0.8);
  color: var(--color-accent);
}

.header.burger-open .btn-header:hover {
  background-color: rgba(251, 239, 233, 0.8);
  color: var(--color-accent);
}

.header__apartment-box svg {
  display: none;
}

@media (max-width: 750px) {
  .header__apartment-box svg {
    display: block;
  }
}

.header-menu__descr {
  gap: 22px;
  flex-direction: column;
  margin-bottom: 32px;
  display: none;
}

@media (max-width: 670px) {
  .header-menu__descr {
    display: flex;
  }
}

@media (max-width: 500px) {
  .header-menu__descr button {
    width: 100%;
  }
}

.header-menu__phone {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fbefe9;
}

@media (max-width: 670px) {
  .header.burger-open .header__apartment-box svg {
    display: none;
  }
}

@media (max-width: 670px) {
  .header-menu__body::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f15c4c;
    z-index: 99;
    content: "";
    height: 85px;
  }
}

.hero {
  position: relative;
  background-color: var(--color-accent);
  background-image: url("/local/templates/peremenakvartal/img/fon_ny.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 60%;
}
@media (max-width: 1100px) {
  .hero {
    background-size: 70%;
  }
}
@media (max-width: 950px) {
  .hero {
    background-size: 80%;
  }
}
@media (max-width: 800px) {
  .hero {
    background-image: url("/template/assets/img/first.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

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

.hero__descr {
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  .hero__descr {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .hero__descr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 52px;
  }
}

.hero__subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: var(--color-linen);
  max-width: 460px;
}

@media (max-width: 1200px) {
  .hero__subtitle {
    font-size: 18px;
    max-width: 340px;
  }
}

@media (max-width: 650px) {
  .hero__subtitle {
    font-size: 16px;
    max-width: 260px;
    display: flex;
    align-self: flex-end;
  }
}

.hero__title {
  padding-top: 220px;
  font-size: 80px;
  font-size: clamp(48px, 1.354rem + 4.05vw, 80px);
  font-weight: bold;
  line-height: 130%;
  font-family: "Morpha";
  color: var(--color-linen);
  max-width: 490px;
  margin-bottom: 28px;
}

/* @media (max-width: 1200px) {
  .hero__title {
    font-size: 52px;
  }
}

@media (max-width: 650px) {
  .hero__title {
    font-size: 48px;
  }
} */

.hero__info {
  position: relative;
  background-image: url("/template/assets/img/first.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: calc(50% - 50vw);
  flex-grow: 1;
}

@media (max-width: 1200px) {
  .hero__info {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .hero__info {
    background-image: none;
  }
}

@media (max-width: 650px) {
  .hero__info {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.quantity-hero {
  padding-top: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

@media (max-width: 650px) {
  .quantity-hero {
    padding-top: 0px;
    background-color: var(--color-accent);
    border-radius: 10px;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.quantity-hero__text {
  display: none;
  color: rgb(251, 239, 233);
  font-size: 16px;
}

@media (max-width: 650px) {
  .quantity-hero__text {
    display: block;
  }
}

.quantity-hero__box {
  display: inline-block;
}

@media (max-width: 1200px) {
  .quantity-hero__box svg {
    width: 100px;
    height: 120px;
  }
}

@media (max-width: 650px) {
  .quantity-hero__box {
    display: none;
  }
}

.quantity-hero__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-linen);
  max-width: 80px;
  text-align: center;
}

@media (max-width: 1200px) {
  .quantity-hero__descr {
    font-size: 13px;
  }
}

@media (max-width: 650px) {
  .quantity-hero__descr {
    display: none;
  }
}

.quantity-hero__descr-mobile {
  font-size: 16px;
  color: rgb(251, 239, 233);
  display: none;
}

@media (max-width: 650px) {
  .quantity-hero__descr-mobile {
    display: inline-block;
  }
}

.quantity-hero__info {
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 162px;
  height: 152px;
  border-radius: 70px;
  gap: 8px;
}

@media (max-width: 1200px) {
  .quantity-hero__info {
    width: 100px;
    height: 90px;
    border-radius: 50%;
    gap: 2px;
  }
}

@media (max-width: 650px) {
  .quantity-hero__info {
    width: 100%;
    border-radius: 10px;
    background-color: transparent;
    border-radius: 0px;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: auto;
    padding: 12px 40px;
    border-radius: 10px;
    border: 1.5px solid rgb(251, 239, 233);
    display: none;
  }
}

.quantity-hero__value {
  font-weight: 400;
  color: var(--color-linen);
  font-size: 42px;
}

@media (max-width: 1200px) {
  .quantity-hero__value {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .quantity-hero__value {
    font-size: 16px;
  }
}

.quantity-hero__container {
  max-width: 775px;
  margin-left: 0;
}

@media (max-width: 650px) {
  .quantity-hero__container {
    max-width: none;
    padding: 15px 12px;
    justify-content: space-around;
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .about {
    padding-top: 60px;
  }
}

.about__box {
  display: flex;
  align-items: stretch;
}

.text-container ul li {
  display: flex;
  align-items: start;
  line-height: 1.3;
}

.about__text {
  padding-right: 60px;
}

.about__text.text-container p:not(:last-child) {
  margin-bottom: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
}

.text-container ul > * + * {
  margin-top: clamp(0.9375rem, 0.8275rem + 0.4695vw, 1.25rem);
}

.about__container .about__box:not(:last-child) {
  margin-bottom: clamp(3.75rem, 2.4296rem + 5.6338vw, 7.5rem);
}

.text-container ul li:before {
  content: "";
  display: block;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--color-accent);
}

.about__image img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .about__container .about__box:last-child {
    flex-direction: column;
  }

  .about__text {
    padding-right: 0;
    padding-bottom: clamp(2.5rem, 1.9318rem + 2.4242vw, 3.75rem);
    width: 100%;
  }

  .about__image {
    width: 100%;
  }
}

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

.about__circle {
  flex-shrink: 0;
  width: 560px;
  border-radius: 260px;
  display: grid;
  grid-template-areas: "stack";
  place-items: center;
  place-content: center;
  overflow: hidden;
  height: auto;
  max-height: 530px;
}

.about__circle span {
  z-index: 10;
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 300ms ease;
}

.about__circle > * {
  grid-area: stack;
}

@media screen and (hover: hover) {
  .about__circle:hover span {
    scale: 1.1;
  }
}

@media (max-width: 1360px) {
  .about__circle {
    width: 460px;
    max-height: 460px;
  }
}

@media (max-width: 1160px) {
  .about__circle {
    width: 380px;
    max-height: 380px;
  }
}

@media (max-width: 996px) {
  .about__circle {
    width: 300px;
    max-height: 300px;
  }
}

@media (max-width: 800px) {
  .about__circle {
    width: 400px;
    max-height: 400px;
  }
}

@media (max-width: 600px) {
  .about__circle {
    margin: 0 auto;
    width: 350px;
    max-height: 350px;
  }
}

@media (max-width: 400px) {
  .about__circle {
    margin: 0 auto;
    width: 320px;
    max-height: 320px;
  }
}

.info-about {
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .info-about {
    padding-right: 0px;
  }
}

@media (max-width: 996px) {
  .info-about {
    padding-left: 16px;
  }
}

@media (max-width: 800px) {
  .info-about {
    width: 100%;
    padding-left: 0px;
  }
}

.info-about__text {
  max-width: 630px;
  margin-bottom: 48px;
}

@media (max-width: 1200px) {
  .info-about__text {
    margin-bottom: 24px;
  }
}

.info-about__text p {
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 600px) {
  .info-about__text p {
    font-size: 16px;
  }
}

.info-about__text p:not(:last-child) {
  margin-bottom: 22px;
}

@media (max-width: 1200px) {
  .info-about__text p:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media (max-width: 600px) {
  .info-about__text p:not(:last-child) {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.info-about__list {
  display: flex;
  gap: 44px;
  margin-bottom: 72px;
}

@media (max-width: 1360px) {
  .info-about__list {
    gap: 28px;
  }
}

@media (max-width: 1200px) {
  .info-about__list {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .info-about__list {
    gap: 28px;
  }
}

.info-about__item {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

@media (max-width: 400px) {
  .info-about__item:first-child {
    align-items: flex-start;
  }

  .info-about__item:nth-child(3n + 2) {
    position: relative;
    left: 25%;
  }

  .info-about__item:nth-child(3n + 3) {
    align-items: flex-end;
  }
}

.info-about__value {
  font-weight: 400;
  font-size: 32px;
  vertical-align: baseline;
  display: inline-block;
  color: var(--color-accent);
}

@media (max-width: 1360px) {
  .info-about__value {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .info-about__value {
    font-size: 28px;
  }
}

.info-about__descr {
  font-size: 16px;
  line-height: 100%;
  color: var(--color-opium);
  opacity: 0.8;
  max-width: 160px;
}

@media (max-width: 600px) {
  .info-about__descr {
    font-size: 14px;
    max-width: none;
  }
}

.info-about__btns {
  display: flex;
  gap: 16px;
}

@media (max-width: 600px) {
  .info-about__btns {
    flex-direction: column;
  }

  .info-about__btns button {
    width: 100%;
  }

  .info-about__btns a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .gallery__container {
    padding: 0px;
  }
}

@media (max-width: 650px) {
  .gallery-box {
    padding: 0 20px;
  }
}

@media (max-width: 1150px) {
  .gallery__box {
    flex-direction: column;
    gap: 30px;
  }
}

.gallery-navigation {
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 48px;
  gap: 24px;
}

@media (max-width: 1340px) {
  .gallery-navigation {
    padding-left: 20px;
    gap: 6px;
  }
}

@media (max-width: 650px) {
  .gallery-navigation {
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding-left: 0px;
    gap: 40px;
  }
}

@media (max-width: 500px) {
  .gallery-navigation {
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding-left: 0px;
    gap: 20px;
  }
}

.gallery-nav {
  display: flex;
  gap: 32px;
  height: 48px;
}

.gallery-btn {
  width: 52px;
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
}

@media (max-width: 900px) {
  .gallery-btn {
    width: 42px;
    height: 38px;
  }

  .gallery-btn svg {
    width: 18px;
  }
}

.gallery-progress {
  position: relative;
  width: 148px !important;
  height: 2px !important;
  background: #f2ac92 !important;
  z-index: 2;
}

@media (max-width: 1340px) {
  .gallery-progress {
    width: 120px !important;
  }
}

@media (max-width: 650px) {
  .gallery-progress {
    width: 150px !important;
  }
}

@media (max-width: 500px) {
  .gallery-progress {
    width: 120px !important;
  }
}

.gallery-progress .swiper-pagination-progressbar-fill {
  background: #f15c4c !important;
}

.gallery__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  max-height: 560px;
  /* height: 0; */
  /* padding-top: 55%; */
}

/* @media (max-width: 650px) {
  .gallery__image {
    height: 500px;
    padding-top: 100%;
  }
} */

.gallery__image img {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  object-fit: cover;
  object-position: center;
}

.gallery__info {
  padding-left: 58px;
}

@media (max-width: 1340px) {
  .gallery__info {
    padding-left: 30px;
  }
}

@media (max-width: 650px) {
  .gallery__info {
    padding-left: 0px;
  }
}

@media (max-width: 1150px) {
  .gallery-swiper {
    width: 100%;
  }
}

.info-gallery {
  position: relative;
}

.info-gallery__descr {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: static;
  max-width: 390px;
  top: 32px;
  display: none;
}

@media (max-width: 1150px) {
  .info-gallery__descr {
    max-width: 632px;
  }
}

.info-gallery__descr._showEffect {
  display: block;
  opacity: 1;
  visibility: visible;
}

.info-gallery__heading {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 24px;
  color: var(--color-accent);
}

@media (max-width: 650px) {
  .info-gallery__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.info-gallery__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 1200px) {
  .info-gallery__text {
    font-size: 16px;
  }
}

.box-gallery__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 40px;
}

.gallery-pregressbar {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1340px) {
  .gallery-pregressbar {
    gap: 6px;
  }
}

@media (max-width: 1150px) {
  .box-gallery-inner {
    width: 66.66%;
  }
}

@media (max-width: 650px) {
  .box-gallery-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.swiper-marker {
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: white;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.swiper-marker-popover {
  position: absolute;
  bottom: 0%;
  inset-inline: 10%;
  padding: 12px;
  background-color: white;
  color: var(--color-accent);
  font-size: 14px;
  line-height: 1.3;
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: bottom 300ms ease, opacity 300ms ease, visibility 300ms ease;
}

.swiper-marker-popover[aria-hidden="false"] {
  bottom: 5%;
  opacity: 1;
  visibility: visible;
}

.swiper-marker svg {
  flex-shrink: 0;
}

.swiper-marker svg rect,
.swiper-marker svg path {
  transition: 300ms ease;
}

.swiper-marker.active svg rect {
  fill: var(--color-accent);
}

.swiper-marker.active svg path {
  fill: white;
}

.swiper-marker:hover svg rect {
  fill: var(--color-accent);
}

.swiper-marker:hover svg path {
  fill: white;
}

.swiper-marker svg {
  position: relative;
  z-index: 2;
}

.swiper-marker-text {
  margin-top: -2px;
  padding-inline: 12px;
}

.swiper-marker-text span {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #f15c4c;
}

.conditions__list {
  display: grid;
  gap: clamp(0.875rem, 0.3908rem + 2.0657vw, 2.25rem);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.conditions__item {
  padding: 32px 40px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  gap: 52px;
  flex-direction: column;
}

.conditions__title {
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  line-height: 1.3;
  color: var(--color-accent);
}

.conditions__text {
  font-size: clamp(1rem, 0.956rem + 0.1878vw, 1.125rem);
  margin-top: auto;
  line-height: 1.4;
}

@media (max-width: 967px) {
  .conditions__item {
    padding: 20px 24px;
    gap: 38px;
  }
}

/* .conditions__summ {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: var(--color-accent);
  margin-right: 24px;
}

@media (max-width: 650px) {
  .conditions__summ {
    font-size: 20px;
    margin-bottom: 7px;
    display: inline-block;
  }
} */

/* .conditions__time {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color-opium);
  margin-right: 10px;
} */

/* .conditions__percent {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: var(--color-opium);
} */

.banks {
  padding-block: 64px 140px;
}

.banks__list {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.banks__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts {
  background-color: #f15c4c;
  background-image: url("/local/templates/peremenakvartal/img/fon_footer_ny.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 730px) {
  .contacts__box {
    flex-direction: column;
    gap: 46px;
  }
}

.contacts__help {
  position: relative;
}

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

.contacts__info {
  padding-left: 56px;
  padding-right: 56px;
}

@media (max-width: 1170px) {
  .contacts__info {
    padding: 0;
    width: 50%;
  }
}

@media (max-width: 1040px) {
  .contacts__info {
    width: 40%;
  }
}

@media (max-width: 730px) {
  .contacts__info {
    width: 70%;
  }
}

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

.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (max-width: 1200px) {
  .contacts__list {
    gap: 32px;
  }
}

@media (max-width: 1040px) {
  .contacts__list {
    gap: 22px;
  }
}

.contacts__item {
  display: flex;
  gap: 35px;
  align-items: center;
}

@media (max-width: 1200px) {
  .contacts__item {
    gap: 20px;
  }
}

@media (max-width: 1040px) {
  .contacts__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}

.contacts__item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(251, 239, 233, 0.8);
  flex: 0 0 128px;
  display: inline-block;
}

@media (max-width: 1040px) {
  .contacts__item span {
    flex: initial;
  }
}

@media (max-width: 600px) {
  .contacts__item span {
    font-size: 14px;
  }
}

.contacts__item a {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: white;
}

@media (max-width: 1200px) {
  .contacts__item a {
    font-size: 26px;
  }
}

@media (max-width: 1040px) {
  .contacts__item a {
    font-size: 20px;
  }
}

.contacts-label {
  color: rgba(251, 239, 233, 0.8);
}

.contacts-title {
  color: white;
}

@media (max-width: 1040px) {
  .contacts__btn .col-4 {
    display: none;
  }
}

.contacts__btn-info {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}

@media (max-width: 730px) {
  .contacts__btn-info {
    width: 80%;
  }
}

.contacts__btn p {
  color: rgba(251, 239, 233, 0.8);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  max-width: 320px;
}

.contacts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.contacts__input {
  display: flex;
  /* align-items: center; */
}

.contacts__input input[aria-invalid="true"] + .js-error {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1040px) {
  .contacts__input {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.contacts__input.row {
  justify-content: initial;
}

.contacts__input input {
  outline: none;
  padding: 16px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  font-family: "VelaSans";
  color: #533f40;
  width: 320px;
  border-radius: 10px;
  height: 44px;
}

@media (max-width: 1040px) {
  .contacts__input input {
    width: 400px;
  }
}

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

.contacts__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(251, 239, 233, 0.8);
  display: inline-block;
}

@media (max-width: 730px) {
  .contacts__label {
    width: 100%;
  }
}

@media (max-width: 1170px) {
  .contacts-form {
    width: 50%;
    padding-left: 30px;
  }
}

@media (max-width: 1040px) {
  .contacts-form {
    width: 60%;
  }
}

@media (max-width: 730px) {
  .contacts-form {
    width: 80%;
    padding-left: 0px;
  }
}

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

.progress-detail {
  padding-top: 165px;
}

.progress-detail__list {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

@media (max-width: 1060px) {
  .progress-detail__list {
    justify-content: flex-start;
    width: 100%;
  }
}

.progress-detail__link {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #f2ac92;
}

@media (max-width: 650px) {
  .progress-detail__link {
    font-size: 18px;
  }
}

.progress-detail__link.active {
  color: #f15c4c;
}

@media (max-width: 1200px) {
  .progress__title {
    max-width: 500px;
  }
}

@media (max-width: 840px) {
  .progress__title {
    max-width: 400px;
  }
}

@media (max-width: 650px) {
  .progress__title {
    max-width: 340px;
  }
}

.progress__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

@media (max-width: 1200px) {
  .progress__box {
    gap: 20px;
  }
}

@media (max-width: 840px) {
  .progress__box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 650px) {
  .progress__box {
    gap: 14px;
  }
}

.progress__box .progress__trigger {
  overflow: hidden;
  border-radius: 10px;
}

.progress__box .progress__trigger:hover .progress__info {
  display: none;
}
.progress__box .progress__trigger:hover .progress__queue {
  display: none;
}

.progress__box .progress__trigger:hover .progress__value {
  display: none;
}

.progress__box .progress__trigger:hover .progress__image img {
  transform: scale(1.125) translateZ(0);
  filter: brightness(1);
}

.progress__image {
  position: relative;
  /* height: 0; */
  overflow: hidden;
  border-radius: 10px;
  /* padding-top: 60%; */
}

.progress__image img {
  /* position: absolute;
  overflow: hidden; */
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* border-radius: 10px; */
  filter: brightness(0.7);
  /* backface-visibility: hidden; */
  transition: all 0.2s ease;
  transform: scale(1) translateZ(0);
}

.progress__info {
  position: absolute;
  bottom: 32px;
  left: 36px;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.progress__info span {
  color: white;
}

.progress__queue {
  position: absolute;
  top: 32px;
  left: 36px;
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: var(--color-accent);
}

@media (max-width: 967px) {
  .progress__info {
    bottom: 24px;
    left: 20px;
  }
  .progress__queue {
    top: 24px;
    left: 20px;
  }
}

.progress__value {
  position: absolute;
  right: 36px;
  bottom: 32px;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 967px) {
  .progress__value {
    bottom: 24px;
    right: 20px;
  }
}

.progress__year {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.progress__heading {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: white;
}

@media (max-width: 1040px) {
  .progress__heading {
    font-size: 26px;
  }
}

.news__title {
  max-width: 950px;
}

@media (max-width: 840px) {
  .news__title {
    max-width: 500px;
  }
}

.news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  align-items: normal;
  gap: 40px;
  grid-auto-flow: dense;
}

@media (max-width: 1200px) {
  .news__list {
    gap: 24px;
  }
}

@media (max-width: 1080px) {
  .news__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 840px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}

.news__item {
  padding: 32px;
  background-color: white;
  background-image: url("/template/assets/img/back.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 1140px) {
  .news__item {
    min-height: 280px;
  }
}

@media (max-width: 967px) {
  .news__item {
    min-height: 250px;
    padding: 20px 24px;
  }
}

@media (max-width: 967px) {
  .news__item {
    min-height: 220px;
  }
}

@media (max-width: 650px) {
  .news__item {
    min-height: 190px;
  }
}

.news__item:hover .news__heading {
  color: var(--color-accent);
}

.news__item-main {
  grid-column: 2 span;
}

@media (max-width: 650px) {
  .news__item-main {
    grid-column: 1 span;
  }
}

.news__item-main .news__heading {
  font-size: 32px;
  font-weight: 400;
}

@media (max-width: 1040px) {
  .news__item-main .news__heading {
    font-size: 26px;
  }
}

@media (max-width: 650px) {
  .news__item-main .news__heading {
    font-size: 20px;
  }
}

.news__heading {
  color: var(--color-dark);
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 6px;
  transition: all 0.2s ease;
}

@media (max-width: 996px) {
  .news__heading {
    font-size: 20px;
  }
}

.news__descr {
  color: rgba(83, 63, 64, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.news__data {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: var(--color-accent);
}

@media (max-width: 996px) {
  .news__data {
    font-size: 26px;
  }
}

@media (max-width: 650px) {
  .map__container {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .map-box {
    padding: 0 20px;
  }
}

.map__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px;
}

@media (max-width: 1070px) {
  .map__list {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fill-available !important;
    margin-right: -40px;
    padding-right: 40px;
    margin-left: -40px;
    padding-left: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 968px) {
  .map__list {
    margin-right: -20px;
    padding-right: 20px;
    margin-left: -20px;
    padding-left: 20px;
  }
}

@media (max-width: 650px) {
  .map__list {
    padding: 0 40px;
    gap: 14px;
    padding-bottom: 20px;
  }
}

.map-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}

.map-info span {
  color: white;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  min-height: 52px;
}

@media (max-width: 1200px) {
  .map-info span {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  .map-info span {
    font-size: 14px;
    min-height: auto;
  }
}

.map__link {
  overflow: hidden;
  position: relative;
  border-radius: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}

.map__link.active::after {
  background-color: rgba(242, 172, 146, 0.8);
}

@media (max-width: 1340px) {
  .map__link {
    height: 200px;
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .map__link {
    height: 170px;
    width: 170px;
  }
}

@media (max-width: 870px) {
  .map__link {
    height: 150px;
    width: 150px;
  }
}

@media (max-width: 770px) {
  .map__link {
    height: 130px;
    width: 130px;
  }
}

@media (max-width: 700px) {
  .map__link {
    height: 120px;
    width: 120px;
  }
}

@media (max-width: 650px) {
  .map__link {
    height: 140px;
    width: 140px;
  }
}

.map__link::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  border-radius: 45%;
  background-color: rgba(242, 172, 146, 0.5);
}

.map-wrapper {
  position: relative;
}

.map__image {
  position: absolute;
  height: 100%;
  z-index: -1;
  width: 100%;
}

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

#map-peremena {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  #map-peremena {
    height: 450px;
  }
}

.icon-marker {
  cursor: pointer;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

.icon-mini-wrapper {
  display: flex;
}

.icon-mini-container {
  width: auto;
  height: 32px;
  background-color: white;
  border-radius: 10px;
  padding: 6px;
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 32px;
  align-items: center;
  position: relative;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
  cursor: pointer;
}

.icon-mini-container p {
  display: none;
  color: var(--color-accent);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.icon-mini-container.active {
  overflow: visible;
  flex: 0 0 auto;
  z-index: 1000;
  justify-content: flex-end;
  padding-right: 12px;
  background-color: var(--color-accent);
}

.icon-mini-container.active p {
  display: block;
  color: white;
}

.icon-mini-container.active .icon-mini svg path {
  fill: white;
}

.icon-mini-container.icon-marker {
  position: relative;
  z-index: 2;
}

.icon-mini {
  width: 20px;
  height: 20px;
}

.icon-mini svg {
  width: 20px;
  height: 20px;
}

ymaps.active {
  z-index: 100 !important;
}

ymaps svg g {
  fill: rgba(242, 172, 146, 0.9);
}

.apartments__container {
  position: relative;
}

@media (max-width: 650px) {
  .apartments__container {
    padding: 0px;
  }
}

.apartments-box {
  position: relative;
}

@media (max-width: 650px) {
  .apartments-box {
    padding: 0 20px;
  }
}

.apartments__box {
  position: relative;
}

.apartments-etaji {
  display: none;
  margin-bottom: 32px;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 967px) {
  .apartments-etaji {
    display: flex;
  }
}

@media (max-width: 650px) {
  .apartments-etaji {
    padding-left: 20px;
    margin-bottom: 18px;
  }
}

.apartments-etaji__heading {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
}

@media (max-width: 650px) {
  .apartments-etaji__heading {
    padding-top: 16px;
    font-size: 18px;
  }
}

.apartments__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.apartments__link {
  cursor: pointer;
  width: 34px;
  height: 32px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #867472;
  color: #867472;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  transition: all 0.2s ease;
}

.apartments__link:hover {
  color: var(--color-accent);
  border: 1px solid white;
  background-color: white;
}

.apartments__link.active {
  color: var(--color-accent);
  border: 1px solid white;
  background-color: white;
}

.apartments__image {
  position: relative;
  overflow-x: auto;
  width: 100%;
}

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

.apartments__image {
  width: 100%;
  border-radius: 10px;
}

.apartments__image span {
  position: absolute;
  top: 40px;
  left: 40px;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #fbefe9;
  pointer-events: none;
}

@media (max-width: 968px) {
  .apartments__image span {
    top: 20px;
    left: 20px;
  }
}

.genplan {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 780px) {
  .genplan {
    width: 710px;
    height: 400px;
    display: block;
    overflow-x: auto;
    object-position: center;
  }
}

@media (max-width: 780px) and (max-width: 600px) {
  .genplan {
    width: 710px;
  }
}
/* Изначально все genplan__link красные */
.genplan__link {
  cursor: pointer;
  fill: rgba(241, 92, 76, 0.6);
  transition: all 0.3s ease 0s;
}

/* При наведении на apartments__image все genplan__link становятся прозрачными */
.apartments__image:hover .genplan__link {
  fill: transparent;
}

/* При наведении на конкретный genplan__link внутри apartments__image он становится красным */
.apartments__image:hover .genplan__link:hover {
  fill: rgba(241, 92, 76, 0.6);
}

/* Для фокуса (доступность) */
.genplan__link:focus {
  outline: none;
  fill: rgba(241, 92, 76, 0.6);
}

.genplan image {
  pointer-events: none;
}

@media (max-width: 780px) {
  .genplan image {
    height: auto;
    width: 100%;
    object-position: center;
  }
}

.genplan-modal {
  padding: 16px 18px;
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
  width: 260px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 967px) {
  .genplan-modal {
    pointer-events: all;
    transform: translate(-50%, -50%);
  }
}

.genplan-modal.active {
  visibility: visible;
  opacity: 1;
}

.genplan-modal__box {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(134, 116, 114, 0.3);
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.genplan-modal__box span {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}

.genplan-modal__heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.genplan-modal__list {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 24px;
}

.genplan-modal__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-variant-numeric: tabular-nums;
}

.genplan-modal__space {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-variant-numeric: tabular-nums;
  color: var(--color-accent);
}

.genplan-modal__item {
  display: flex;
  gap: 38px;
}

.genplan-modal__btn {
  display: none;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.modal {
  position: fixed;
  z-index: 1002;
  inset: 0;
  padding: 15px;
  overflow: auto;
  display: grid;
}

.modal__wrapper {
  padding: clamp(1.875rem, 1.5889rem + 1.2207vw, 2.6875rem)
    clamp(1.5625rem, 1.1004rem + 1.9718vw, 2.875rem);
  color: white;
  /* height: 100%; */
  height: fit-content;
  padding-bottom: 140px;
  border-radius: 10px;
  background-color: var(--color-accent);
}

.modal__header {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(2.5rem, 1.8398rem + 2.8169vw, 4.375rem);
}

.modal__title {
  font-family: "Morpha";
  font-size: clamp(2.375rem, 1.8028rem + 2.4413vw, 4rem);
  line-height: 1.3;
}

.modal__text {
  font-size: clamp(1.5rem, 1.3239rem + 0.7512vw, 2rem);
  line-height: 1.3;
}

.modal__close {
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.modal__close:before {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  background-color: white;
  border-radius: 1px;
}

.modal__content {
  font-family: "VelaSans";
}

.modal__content a {
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  .modal__content a:hover {
    background-color: hsl(0 0% 100% / 0.3);
  }
}

.form__control {
  display: flex;
  flex-direction: column;
  flex: 0 1 330px;
}

.form__control label {
  color: hsla(20, 69%, 95%, 0.8);
  margin-bottom: 14px;
}

.form__control input {
  border: none;
  background-color: white;
  border-radius: 10px;
  padding: 19px 26px;
  font-size: 16px;
  height: 50px;
}

.form__control input:focus {
  outline: none;
}

.form__control-message {
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  line-height: 1.3;
  margin-top: 8px;
  color: hsla(357, 14%, 29%, 1);
}

.form__control input[aria-invalid="true"] + .form__control-message {
  opacity: 1;
  visibility: visible;
}

.form__group {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 24px;
}

.form__actions {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  column-gap: 34px;
  row-gap: 16px;
  flex-direction: column-reverse;
  margin-top: clamp(1.25rem, 1.0739rem + 0.7512vw, 1.75rem);
}

.form__actions-terms {
  line-height: 1.3;
  color: hsla(20, 69%, 95%, 0.8);
  max-width: 460px;
}

.form__actions .btn {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .call-modal .modal__content .col-4 {
    display: none;
  }

  .call-modal .modal__content .modal__form {
    width: 100%;
  }
}

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

  .modal {
    padding: 0;
  }

  .modal__wrapper {
    height: auto;
    min-height: auto;
    border-radius: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 967px) {
  .genplan-modal__btn {
    display: block;
  }
}

.apartments-inner {
  position: relative;
}

.footer {
  background-color: rgba(242, 172, 146, 0.4);
}

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

@media (max-width: 650px) {
  .footer__logo svg {
    width: 160px;
  }
}

.footer__list {
  display: flex;
  gap: 18px;
}

@media (max-width: 730px) {
  .footer__list {
    flex-direction: column;
    gap: 14px;
  }
}

.footer__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--color-dark);
  transition: all 0.2s ease;
}

.footer__link:hover {
  color: var(--color-accent);
}

.footer-box {
  display: flex;
  align-items: flex-end;
  gap: 165px;
  padding-bottom: 35px;
  position: relative;
}

@media (max-width: 1170px) {
  .footer-box {
    gap: 0px;
    justify-content: space-between;
  }
}

@media (max-width: 1050px) {
  .footer-box {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}

.footer-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  height: 2px;
  content: "";
}

.footer-bot {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 650px) {
  .footer-bot {
    flex-direction: column;
    gap: 32px;
  }
}

.footer-bot div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 650px) {
  .footer-bot div {
    gap: 10px;
  }
}

.footer-bot__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-opium);
}
.footer-bot a {
  color: var(--color-accent);
}

.gallery-modal {
  padding: 0;
}

.gallery-modal .swiper-slide img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-modal__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gallery-modal .modal__wrapper {
  border-radius: 0;
  padding: 0;
  height: 100vh;
  background-color: hsla(20, 69%, 95%, 1);
  display: flex;
  flex-direction: column;
}

.gallery-modal .swiper {
  width: 1000px;
  border-radius: 10px;
  height: 100%;
}

.gallery-modal .modal__content {
  flex: 1;
  min-height: 0;
  /* max-height: calc(100vh - 18.1rem); */
}

.gallery-modal__date {
  display: flex;
  align-items: end;
  gap: 8px;
  color: hsla(357, 14%, 29%, 1);
}

.gallery-modal__month {
  font-size: clamp(1.5rem, 1.2359rem + 1.1268vw, 2.25rem);
  font-weight: 500;
}

.gallery-modal__year {
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
}

.modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: clamp(1.875rem, 1.3468rem + 2.2535vw, 3.375rem)
    clamp(1.875rem, 1.4789rem + 1.6901vw, 3rem);
}

.modal__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  .modal__footer {
    align-items: start;
    /* flex-direction: column; */
  }

  .gallery-modal__nav {
    justify-content: start;
  }
}

@media (max-width: 1000px) {
  .gallery-modal .swiper {
    margin-inline: 0;
    width: 100vw;
    padding-inline: clamp(1.5625rem, 1.0563rem + 2.1596vw, 3rem);
  }
}

.gallery-modal__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 14px;
}

.gallery-modal__nav button {
  position: static;
  margin-top: 0;
  width: clamp(2.375rem, 2.0669rem + 1.3146vw, 3.25rem);
  height: clamp(2.375rem, 2.1549rem + 0.939vw, 3rem);
  border-radius: 24px;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.gallery-modal__nav button svg {
  width: 100%;
  height: 100%;
}

.gallery-modal .modal__header {
  padding: clamp(1.875rem, 1.6549rem + 0.939vw, 2.5rem)
    clamp(1.5625rem, 1.0563rem + 2.1596vw, 3rem)
    clamp(1.25rem, 0.5898rem + 2.8169vw, 3.125rem);
  margin-bottom: 0;
}

.gallery-modal .modal__close {
  border-radius: 100%;
  background-color: white;
  flex-shrink: 0;
}

.gallery-modal .modal__close::before {
  display: none;
}

.gallery-modal__progress {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
}

.swiper-counter {
  font-size: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  color: var(--color-accent);
}

@media (max-width: 900px) {
  .footer-bot__text {
    max-width: 352px;
  }
}

.country {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--color-accent);
}

.progress__trigger {
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.gallery-progress {
  position: relative;
  width: 148px !important;
  height: 2px !important;
  background: #f2ac92 !important;
  z-index: 2;
}

@media (max-width: 1340px) {
  .gallery-progress {
    width: 120px !important;
  }
}

.gallery-progress .swiper-pagination-progressbar-fill {
  background: #f15c4c !important;
}

@media (max-width: 1100px) {
  .news-detail__box {
    flex-direction: column;
    gap: 40px;
  }

  .news-detail__box .col-5 {
    width: 58.33%;
  }
}

@media (max-width: 1100px) and (max-width: 800px) {
  .news-detail__box .col-5 {
    width: 70%;
  }
}

@media (max-width: 1100px) and (max-width: 650px) {
  .news-detail__box .col-5 {
    width: 80%;
  }
}

@media (max-width: 1100px) and (max-width: 500px) {
  .news-detail__box .col-5 {
    width: 100%;
  }
}

.news-detail__title {
  font-weight: 700;
  font-size: 46px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 32px;
  max-width: 450px;
}

@media (max-width: 1200px) {
  .news-detail__title {
    font-size: 38px;
  }
}

@media (max-width: 900px) {
  .news-detail__title {
    font-size: 32px;
  }
}

@media (max-width: 650px) {
  .news-detail__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.news-detail__info {
  margin-bottom: 54px;
}

@media (max-width: 1200px) {
  .news-detail__info {
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
  .news-detail__info {
    margin-bottom: 30px;
  }
}

.news-detail__descr {
  padding-left: 50px;
}

@media (max-width: 1100px) {
  .news-detail__descr {
    padding-left: 0px;
    width: 100%;
  }
}

.news-detail__image {
  position: relative;
  height: 0;
  padding-top: 75%;
}

@media (max-width: 1100px) {
  .news-detail__image {
    padding-top: 55%;
  }
}

.news-detail__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7);
}

.text-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

@media (max-width: 650px) {
  .text-container p {
    font-size: 16px;
  }

  .text-container ul li {
    font-size: 16px;
  }
}

.text-container p:not(:last-child) {
  margin-bottom: 20px;
}
.text-container ul {
  margin-bottom: 20px;
}

.flat-selection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  border-radius: 10px;
}

.flat-selection__hint {
  padding: 16px 18px;
  position: absolute;
  left: 0;
  pointer-events: none;
  top: 0;
  /* width: 230px; */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid hsla(357, 14%, 29%, 0.4);
  background-color: white;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  column-gap: 10px;
  row-gap: 14px;
}

.flat-selection__compass {
  position: absolute;
  top: 0;
  right: 0;
}

.flat-selection__hint-number {
  font-size: 16px;
}

.flat-selection__hint-size {
  color: hsla(6, 8%, 49%, 1);
  font-size: 14px;
  text-align: right;
}

.flat-selection__hint-price {
  color: var(--color-accent);
}

.flat-selection__hint-price {
  grid-column: span 2;
}

.flat-selection__hint hr {
  grid-column: span 2;
  height: 1px;
  background-color: hsla(6, 8%, 49%, 0.3);
}

.flat-selection__hint[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 968px) {
  .flat-selection {
    height: auto;
  }
}

@media (max-width: 750px) {
  .flat-selection {
    min-height: auto;
  }
}

@media (max-width: 650px) {
  .flat-selection {
    height: auto;
    min-height: 510px;
  }
}

.flat-selection.active {
  opacity: 1;
  visibility: visible;
}

.flat-selection__genplan {
  transform: none !important;
}

.flat-selection__container {
  padding: 40px;
  padding-bottom: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 968px) {
  .flat-selection__container {
    padding: 30px;
  }
}

.flat-selection__breadcrumbs {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .flat-selection__breadcrumbs {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .flat-selection__box {
    flex-direction: column;
    flex-grow: 1;
  }
}

.flat-selection__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1200px) {
  .flat-selection__list {
    flex-direction: row;
    justify-content: start;
    gap: 16px;
  }
}

@media (max-width: 786px) {
  .flat-selection__list {
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.flat-selection__link {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #533f40;
  background-color: transparent;
  opacity: 0.6;
  white-space: nowrap;
  transition: all 0.2s ease;
}

@media (max-width: 900px) {
  .flat-selection__link {
    font-size: 16px;
  }
}

/* Скрываем текст " этаж" на мобильных устройствах */
@media (max-width: 768px) {
  .flat-selection__link {
    font-size: 0;
    line-height: 1;
  }
  .flat-selection__link::before {
    content: attr(data-floor);
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
  }
}

.flat-selection__link[aria-current="true"] {
  color: #f15c4c;
}

.flat-selection__link:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.flat-selection__link:not(:disabled):hover {
  color: #f15c4c;
}
@media (max-width: 1050px) {
  .flat-selection__images {
    width: 66%;
  }
}
@media (max-width: 900px) {
  .flat-selection__images {
    width: 80%;
  }
}

@media (max-width: 780px) {
  .flat-selection__images {
    width: 90%;
  }
}
@media (max-width: 650px) {
  .flat-selection__images {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .flat-selection__images {
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}

.flat-selection__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.flat-selection__image:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsl(0 0% 100% / 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease;
}

.flat-selection__image.loading:after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 500px) {
  .flat-selection__image {
    width: -webkit-fill-available;
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flat-selection__compass {
    display: none;
  }
}

.flat-selection__image svg {
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .flat-selection__image-container svg {
    width: 510px;
  }
}

.flat-selection__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 1200px) {
  .flat-selection__content {
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.breadcrumbs-selection {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadcrumbs-selection__link {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #533f40;
  opacity: 0.5;
}

@media (max-width: 650px) {
  .breadcrumbs-selection__link {
    font-size: 16px;
  }
}

.breadcrumbs-selection__link.active {
  opacity: 1;
  color: #533f40;
}

.status-selection {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  gap: 7px;
}

.status-selection-adaptive {
  display: none;
}

@media (max-width: 1200px) {
  .status-selection-adaptive {
    display: flex !important;
    padding-top: 30px;
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1200px) {
  .status-selection {
    flex-direction: row;
    gap: 16px;
    display: none;
  }
}

@media (max-width: 780px) {
  .status-selection {
    gap: 12px;
  }
}

@media (max-width: 650px) {
  .status-selection {
    margin-bottom: 40px;
  }
}

.status-selection__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #533f40;
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 780px) {
  .status-selection__item {
    font-size: 16px;
  }
}

.status-selection__free {
  background-color: #f15c4c;
  opacity: 0.4;
}

.status-selection__booked {
  background-color: #fceee9;
}

.status-selection__sale {
  background-color: #867472;
  opacity: 0.2;
}

.status-selection__box {
  width: 18px;
  height: 18px;
  border-radius: 6px;
}

.genplan-flat__link {
  cursor: pointer;
  fill: transparent;
  transition: all 0.3s ease 0s;
}

.genplan-flat__link.genplan-flat__booked {
  fill: rgb(252, 238, 233);
}

.genplan-flat__link.genplan-flat__booked:hover {
  fill: rgb(188, 179, 176);
}

.genplan-flat__link.genplan-flat__sale {
  fill: rgba(134, 116, 114, 0.2);
}

.genplan-flat__link.genplan-flat__sale:hover {
  fill: rgba(134, 116, 114, 0.8);
}

.genplan-flat__link.genplan-flat__free {
  fill: rgba(241, 92, 76, 0.4);
}

.genplan-flat__link.genplan-flat__free:hover {
  fill: rgba(241, 92, 76, 0.8);
}

/* .detail .flat-selection {
  top: 120px;
}

@media (max-width: 1200px) {
  .detail .flat-selection {
    top: 100px;
  }
}

@media (max-width: 650px) {
  .detail .flat-selection {
    top: 70px;
  }
} */

.detail.apartments {
  padding-bottom: 160px;
}

@media (max-width: 965px) {
  .detail.apartments {
    padding-bottom: 90px;
  }
}

@media (max-width: 780px) {
  .detail.apartments {
    padding-bottom: 160px;
  }
}

@media (max-width: 600px) {
  .detail.apartments {
    padding-bottom: 100px;
  }
}

.detail .flat-selection__container {
  padding-bottom: 40px;
}

@media (max-width: 1400px) {
  .contacts-page__content {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 1400px) {
  .contacts-page__box {
    width: 66.66%;
  }
}

@media (max-width: 650px) {
  .contacts-page__box {
    width: 100%;
  }
}

.contacts-page__descr {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 45px;
}

@media (max-width: 650px) {
  .contacts-page__descr {
    margin-bottom: 36px;
  }
}

@media (max-width: 470px) {
  .contacts-page__descr {
    gap: 12px;
  }
}

.contacts-page__link {
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  color: var(--color-accent);
}

@media (max-width: 1200px) {
  .contacts-page__link {
    font-size: 34px;
  }
}

@media (max-width: 840px) {
  .contacts-page__link {
    font-size: 28px;
  }
}

@media (max-width: 470px) {
  .contacts-page__link {
    font-size: 24px;
  }
}

.contacts-page__info {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

@media (max-width: 650px) {
  .contacts-page__info {
    gap: 32px;
  }
}

.contacts-page__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

@media (max-width: 650px) {
  .contacts-page__list {
    gap: 12px;
  }
}

.contacts-page__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contacts-page__heading {
  font-weight: 350;
  font-size: 18px;
  color: #867472;
}

.contacts-page__value {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: var(--color-accent);
  max-width: 340px;
}

@media (max-width: 1400px) {
  .contacts-page__value {
    max-width: none;
  }
}

@media (max-width: 840px) {
  .contacts-page__value {
    font-size: 26px;
  }
}

@media (max-width: 650px) {
  .contacts-page__value {
    max-width: 340px;
  }
}

.contacts-page__time {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #533f40;
  max-width: 340px;
}

@media (max-width: 840px) {
  .contacts-page__time {
    font-size: 24px;
  }
}

.contacts-page__time span {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: lowercase;
  color: #867472;
}

.contacts-page__place {
  padding-top: 160px;
}

@media (max-width: 1400px) {
  .contacts-page__place {
    padding-top: 0px;
    width: 100%;
  }
}

.contacts-page__map {
  height: 520px;
}

@media (max-width: 650px) {
  .contacts-page__map {
    height: 400px;
  }
}

@media (max-width: 650px) {
  .detail-flat .breadcrumbs {
    padding-left: 20px;
  }
}

@media (max-width: 650px) {
  .detail-flat__container {
    padding: 0px;
  }
}

@media (max-width: 650px) {
  .detail-flat__title {
    padding-left: 20px;
    margin-bottom: 0;
  }
}

.detail-flat__flat {
  margin-bottom: clamp(0.75rem, 0.4859rem + 1.1268vw, 1.5rem);
}

.detail-flat__gallery {
  position: relative;
}

.detail-flat__compass {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(4.375rem, 3.7148rem + 2.8169vw, 6.25rem);
  height: clamp(5.3125rem, 4.5423rem + 3.2864vw, 7.5rem);
}

.detail-flat__compass svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .detail-flat__gallery .col-2 {
    display: none;
  }

  .detail-flat__compass {
    right: auto;
    left: 0;
    top: -20px;
  }
}

@media (max-width: 500px) {
  .detail-flat__wrapper {
    width: 100%;
  }
}

.detail-flat__back {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .detail-flat__back {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .detail-flat__back {
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.detail-flat__box {
  border-radius: 10px;
  padding: 50px;
  background-color: white;
}

@media (max-width: 900px) {
  .detail-flat__box {
    padding: 30px;
  }
}

@media (max-width: 650px) {
  .detail-flat__box {
    padding: 20px;
  }
}

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

.detail-flat__images {
  display: flex;
}

@media (max-width: 900px) {
  .detail-flat__descr {
    flex-direction: column-reverse;
    gap: 14px;
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
  .detail-flat__images {
    width: 100%;
  }
}

.detail-flat__image {
  display: none;
  max-height: 500px;
}

.detail-flat__image.active {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.detail-flat__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.detail-flat__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .detail-flat__options {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .detail-flat__options button {
    width: 100%;
  }
}

.info-flat__main {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}

@media (max-width: 900px) {
  .info-flat__main {
    margin-bottom: 16px;
  }
}

@media (max-width: 650px) {
  .info-flat__main {
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .info-flat__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .info-flat__wrapper {
    gap: 28px;
  }
}

.info-flat__about {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 900px) {
  .info-flat__about {
    gap: 12px;
  }
}

.info-flat__about:not(:last-child) {
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .info-flat__about:not(:last-child) {
    margin: 0;
  }
}

.info-flat__descr {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #867472;
  width: 100px;
}

@media (max-width: 900px) {
  .info-flat__descr {
    width: auto;
  }
}

@media (max-width: 650px) {
  .info-flat__descr {
    font-size: 16px;
  }
}

.info-flat__value {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #533f40;
}

@media (max-width: 650px) {
  .info-flat__value {
    font-size: 16px;
  }
}

.info-flat__rooms {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #533f40;
}

@media (max-width: 650px) {
  .info-flat__rooms {
    font-size: 20px;
  }
}

.info-flat__square {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: #533f40;
}

@media (max-width: 650px) {
  .info-flat__square {
    font-size: 20px;
  }
}

.price-flat {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-end;
}

@media (max-width: 900px) {
  .price-flat {
    flex-direction: row;
    align-items: flex-end;
    gap: 12px;
  }
}

.price-flat__price {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  color: var(--color-accent);
}

@media (max-width: 650px) {
  .price-flat__price {
    font-size: 26px;
  }
}

.price-flat__ipoteka {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #867472;
}

@media (max-width: 650px) {
  .price-flat__ipoteka {
    font-size: 16px;
  }
}

.tabs-flat {
  box-shadow: inset 0px 0px 0px 2px rgba(134, 116, 114, 0.6);
  border-radius: 10px;
  display: flex;
}

@media (max-width: 500px) {
  .tabs-flat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.tabs-flat__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #533f40;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 14px 22px;
  opacity: 0.6;
}

@media (max-width: 650px) {
  .tabs-flat__item {
    padding: 12px 16px;
  }
}

@media (max-width: 500px) {
  .tabs-flat__item {
    text-align: center;
    padding: 12px 8px;
    font-size: 16px;
  }
}

.tabs-flat__item:hover {
  color: var(--color-accent);
}

.tabs-flat__item.active {
  box-shadow: inset 0px 0px 0px 2px var(--color-accent);
  opacity: 1;
  border-radius: 10px;
  color: var(--color-accent);
}

.fancybox__content {
  padding: 0;
  background-color: transparent;
}

.modal__cookie {
  position: fixed;
  left: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  background-color: white;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 370px;
  width: 100%;
  font-size: 16px;
  padding: 10px 16px;
  color: #533f40;
  z-index: 99999;
  border-radius: 12px;
}

.modal__cookie p {
  max-width: 290px;
  line-height: 130%;
  margin: 0;
}
.close-cookie {
  position: absolute;
  right: 8px;
  top: 6px;
}
.close-cookie svg path {
  fill: #f15c4c;
}

.modal__cookie p a {
  color: #f15c4c;
  border-bottom: 1px solid #f15c4c;
}

@media (max-width: 450px) {
  .modal__cookie {
    left: 1%;
    width: 98%;
    max-width: none;
  }
}

.modal__cookie.hidden {
  display: none;
}

.form-checked {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.form-checked-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  max-width: 365px;
}

.form-checked-label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(251, 239, 233, 0.8);
  padding-top: 2px; /* Выравнивание текста с чекбоксом */
}

.form-checked-label a {
  color: rgba(251, 239, 233, 0.8);
}

.form-checked-input,
.form-checked-input-modal {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.custom-checkbox__checkmark {
  position: relative;
  height: 25px;
  min-width: 25px;
  background-color: transparent;
  border: 2px solid white;
  transition: all 0.3s;
  border-radius: 8px;
  margin-top: 2px; /* Точное выравнивание */
}

.custom-checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 30%;
  top: 45%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, -50%);
}

.form-checked-input:checked + .custom-checkbox__checkmark:after,
.form-checked-input-modal:checked + .custom-checkbox__checkmark:after {
  display: block;
}

/* Состояние при наведении */
.form-checked-label:hover .custom-checkbox__checkmark {
  background-color: rgba(255, 255, 255, 0.1);
}
button:disabled {
  opacity: 0.5;
}
.apartments-queue,
.progress-queue {
  margin-bottom: 24px;
  display: flex;
  /* display: none; */
  align-items: center;
  gap: 24px;
}
/* .progress-queue {
  display: none;
} */

/* Скрываем вторую SVG по умолчанию */
.apartments__genplan.genplan.genplan-second {
  display: none;
}
.detail-flat--descr {
  display: flex;
  /* display: none; */
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}
.detail-flat--descr__queue {
  color: #f15c4c;
  font-size: 22px;
  font-size: clamp(18px, 0.919rem + 0.51vw, 22px);
  font-weight: 500;
}
.detail-flat--descr__value {
  color: #867472;
  opacity: 0.8;
  font-size: 18px;
  font-size: clamp(16px, 0.897rem + 0.25vw, 18px);
}
@media (max-width: 1060px) {
  .detail-flat--descr {
    gap: 12px;
    align-items: flex-start;
  }
}
@media (max-width: 650px) {
  .apartments-queue {
    gap: 18px;
    padding-left: 20px;
  }
  .progress-queue {
    gap: 18px;
  }
  .detail-flat--descr {
    padding-left: 20px;
  }
}
.btn-queue {
  background-color: transparent;
  color: rgb(241, 92, 76);
  border: 2px solid rgb(241, 92, 76);
}
.btn-queue.active {
  background-color: rgb(241, 92, 76);
  color: rgb(251, 239, 233);
}
@media (max-width: 650px) {
  .flat-selection__list {
    gap: 10px;
  }
  .flat-selection__breadcrumbs {
    padding-bottom: 20px;
  }
}
@media (max-width: 1050px) {
  .flat-selection__container {
    padding: 30px;
  }
}
.flat-selection__list-second.flat-selection__list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  width: 200px;
}
@media (max-width: 1200px) {
  .flat-selection__list-second.flat-selection__list {
    display: flex;
    width: 100%;
  }
}
