@charset "UTF-8";
/* кнопки */
.btn {
  font-family: "Suisse Intl", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
  border-radius: 50px;
  padding: 16px 32px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  width: max-content;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #000;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 200ms ease-in;
}

/* primary */
.btn.btn-primary {
  color: var(--text-brown);
  background: var(--beige);
}

.btn.btn-brown {
  color: var(--beige);
  background: var(--text-brown);
}

.btn.btn-primary-light {
  color: var(--text-brown);
  background: var(--beige-light);
}

.btn.btn-black {
  color: var(--beige-light-02);
  background: var(--dark);
}

.btn.btn-black:hover {
  background: var(--dark-01);
}

.btn.btn-line {
  color: var(--text-brown);
  background: transparent;
  border-radius: 1000px;
  border: 1px solid #E6D9C3;
}

.btn.btn-primary-light:hover {
  background-color: var(--beige-light-hover);
}

.btn.btn-primary.btn-dark {
  color: var(--beige);
  background: var(--dark);
}

.btn.btn-primary[disabled] {
  color: var(--text-brown);
  background: #F7F0E4;
}

@media (min-width: 767px) {
  .btn.btn-primary:hover {
    background: #DED8CD;
  }
  .btn.btn-primary.btn-dark:hover {
    background: #1A1A1A;
  }
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 25, 2018 4:05 PM */
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-RegularItalic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-SemiBoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/Suisse-Intl/SuisseIntl-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@charset "UTF-8";
html {
  background-color: #F8F5EF;
}

body {
  background-color: #F8F5EF;
  font-family: "Suisse Intl", sans-serif;
}

body.no-scroll {
  padding-right: var(--widthScrollBar);
}

/* скелетон заглушка для img */
img[src=""] {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 60px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease-in-out infinite;
  animation: shine 1s ease infinite;
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
.no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scroll::-webkit-scrollbar {
  width: 0;
}

.no-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#app {
  position: relative;
  min-height: 98vh;
  padding-top: 84px;
  /*transition: opacity 2000ms;*/
}

@keyframes visibleSection {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.G-container {
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.G-container.large {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.video-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
  z-index: 0;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.G-card-aspect {
  position: relative;
  width: 100%;
  /*aspect-ratio: 426 / 620;*/
  background-color: var(--beige);
  border-radius: 4px;
  padding: 16px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .G-card-aspect {
    height: 618px;
  }
}
@media (max-width: 991px) {
  #app {
    padding-top: 100px;
  }
  .G-container.large {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .G-card-aspect {
    height: 81vh;
    height: 85svh;
  }
}
.G-card-aspect .image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.G-card-aspect .block-header {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 40px;
  color: var(--text-brown);
  font-weight: 400;
}

.G-card-aspect .block-small-header {
  font-size: 16px;
  color: var(--text-brown);
  font-weight: 400;
}

/* rubber-container */
.rubber-container {
  transition: max-width 300ms ease-in-out;
}

.rubber-container .tabs-corps {
  display: none;
}

.rubber-container .tabs-corps.active {
  display: block;
}

.rubber-container .tabs-corps .G-tab-container {
  display: flex;
  flex-direction: column;
  width: 228px;
  max-width: 100%;
  border-radius: 16px;
  background: rgba(128, 128, 128, 0.5);
  border: none;
}
@media (max-width: 470px) {
  .rubber-container .tabs-corps .G-tab-container {
    width: 150px;
  }
}
@media (max-width: 400px) {
  .rubber-container .tabs-corps .G-tab-container {
    width: 135px;
  }
}

.rubber-container .corps {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
}

.G-block-gallery.lobby .rubber-container.open .corps {
  display: none;
}

.rubber-container .current-corp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 14px 16px;
  margin-top: 8px;
  width: 228px;
  max-width: 100%;
  background: rgba(128, 128, 128, 0.5);
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border-radius: 26px;
}
@media (max-width: 470px) {
  .rubber-container .current-corp {
    width: 150px;
  }
}
@media (max-width: 400px) {
  .rubber-container .current-corp {
    width: 135px;
  }
}
.rubber-container .current-corp::after {
  content: "";
  display: inline-block;
  background-image: url("/assets/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 11px;
  width: 6px;
  transform: rotate(90deg);
}

.rubber-container .current-corp.active::after {
  transform: rotate(-90deg);
}

.rubber-container .tabs-corps .G-tab-container .G-tab-item {
  justify-content: left;
  color: #fff;
}

.rubber-container .tabs-corps .G-tab-container .G-tab-item.active {
  background-image: url("/assets/icons/check-mark-white.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: transparent;
}

.rubber-container.open {
  max-width: 1286px;
}

.rubber-container .btn-toggle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 5;
  color: #fff;
  border-radius: 26px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: width 300ms ease-in-out;
}

.rubber-container .btn-toggle-info .icon {
  display: none;
  font-size: 12px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .rubber-container:not(.open) .btn-toggle-info .title {
    display: block;
  }
  .rubber-container.open .btn-toggle-info {
    width: 52px;
    height: 52px;
    padding: 0;
  }
  .rubber-container.open .btn-toggle-info .title {
    display: none;
  }
  .rubber-container.open .btn-toggle-info .icon {
    display: inline-block;
  }
}
.rubber-container .G-card-aspect {
  display: flex;
  padding: 0;
}

.rubber-container .left-col {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  height: max-content;
  padding: 16px;
  background-color: transparent;
  transition: all 300ms ease-in-out;
}

.rubber-container .left-col .block-header {
  margin-left: 0 !important;
  position: unset;
  z-index: 4;
  color: #fff;
  opacity: 1 !important;
  visibility: visible !important;
}

.rubber-container.open .left-col .block-header {
  color: var(--text-brown);
}

.rubber-container .left-col > * {
  margin-left: -9999px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.rubber-container .left-col .text {
  color: #462F1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: auto;
}

.rubber-container .left-col .btn {
  margin-top: auto;
}

.rubber-container .right-col {
  position: absolute;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}

.rubber-container .right-col .media-content {
  width: 100%;
  height: 100%;
}

.rubber-container .right-col .media-content .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.rubber-container .right-col .media-content .slider-container .swiper-slide {
  position: relative;
}

.rubber-container .right-col .media-content .slider-container .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 21.46%, rgba(0, 0, 0, 0) 83.5%, rgba(0, 0, 0, 0.4) 100%);
}

.rubber-container .right-col .media-content .slider-container .swiper-slide:active {
  cursor: grabbing;
}

.rubber-container .right-col .media-content .slider-container .swiper-pagination {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  width: max-content;
  height: max-content;
  top: 80px;
  left: 16px;
  border-radius: 20px;
  padding: 5px 8px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.rubber-container .right-col .media-content .slider-container .swiper-pagination.tow-rows {
  top: 125px;
}

.rubber-container.open .right-col .media-content .slider-container .swiper-pagination {
  top: auto;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
}

.G-block-gallery.lobby .rubber-container.open .right-col .media-content .slider-container .swiper-pagination {
  left: 30%;
}
@media (max-width: 1040px) {
  .G-block-gallery.lobby .rubber-container.open .right-col .media-content .slider-container .swiper-pagination {
    display: none;
  }
}

.rubber-container .right-col .media-content .slider-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 4px;
  height: 4px;
  margin: 0;
  opacity: 1 !important;
}

.rubber-container .right-col .media-content .slider-container .swiper-pagination .small-dot {
  width: 2px;
  height: 2px;
}
.rubber-container .right-col .media-content .slider-container .swiper-pagination .small-dot-none {
  display: none;
}
.rubber-container .right-col .media-content .slider-container .swiper-pagination .swiper-pagination-bullet-my-active {
  width: 8px;
  height: 8px;
}

.rubber-container .right-col .media-content .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}

.rubber-container .right-col .media-content .slider-container .swiper-button-arrow {
  width: 40px;
  height: 40px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 0;
}

.rubber-container .right-col .media-content .slider-container .swiper-button-arrow.swiper-button-disabled {
  opacity: 0 !important;
}

.rubber-container .right-col .media-content .slider-container .swiper-button-arrow:after {
  content: "" !important;
  display: inline-block;
  height: 1em;
  width: 1em;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  font-size: 12px;
  background-color: #fff;
  transform: rotate(-90deg);
  mask-image: url(/assets/icons/arrow-down.svg);
  -webkit-mask-image: url(/assets/icons/arrow-down.svg);
}

.rubber-container .right-col .media-content .slider-container .swiper-button-arrow.swiper-button-prev:after {
  transform: rotate(90deg);
  mask-image: url(/assets/icons/arrow-down.svg);
  -webkit-mask-image: url(/assets/icons/arrow-down.svg);
}

.rubber-container .right-col .media-content .slider-container .swiper-button-arrow.swiper-button-next:after {
  transform: rotate(-90deg);
  mask-image: url(/assets/icons/arrow-down.svg);
  -webkit-mask-image: url(/assets/icons/arrow-down.svg);
}

.rubber-container .right-col img {
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
}

.rubber-container.open .left-col {
  width: 350px;
  height: 100%;
  padding: 16px;
}

.rubber-container.open .left-col > * {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.rubber-container.open .right-col {
  /*position: relative;*/
  width: 100%;
}

@media (max-width: 767px) {
  .rubber-container .right-col {
    width: 100% !important;
  }
  .rubber-container.open .right-col {
    opacity: 0;
    visibility: hidden;
  }
}
/* end - rubber-container */
.G-catalog-list-flats {
  display: flex;
  flex-wrap: wrap;
}

.G-favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  border: 1px solid #E6D9C3;
  padding: 0;
  background-color: transparent;
  transition: background-color 300ms ease-in-out;
  cursor: pointer;
}

.G-favorite-btn:hover {
  border-color: var(--text-brown) 80;
}

.G-favorite-btn i {
  background-color: var(--text-brown);
  font-size: 16px;
}

.G-favorite-btn.active {
  background-color: #DDD4C3;
  border-color: transparent;
}

.G-favorite-btn.active .icon {
  background-color: var(--text-brown);
}

.G-page-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  color: var(--text-brown);
}

.G-textarea {
  width: 100%;
  display: block;
}

.G-textarea textarea {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  border: 1px solid var(--dark-beige);
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-brown);
  background-color: transparent;
  resize: none;
  min-height: 124px;
}

.G-input {
  width: 100%;
  display: block;
}

.G-input input {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  border: 1px solid var(--dark-beige);
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-brown);
  background-color: transparent;
}

.G-input p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-brown);
  margin-bottom: 8px;
}

.G-select {
  width: 100%;
}

.G-select select {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid #E6D9C3;
  padding: 0 20px;
  color: rgba(70, 47, 28, 0.5);
  background-color: transparent;
}

.G-select p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-brown);
  margin-bottom: 8px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 991px) {
  .G-page-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .G-card-aspect .block-header {
    font-size: 32px;
  }
  .rubber-container .right-col .media-content .slider-container .swiper-pagination.tow-rows {
    top: 110px;
  }
}
.fancybox__infobar span {
  display: inline-block;
}

.mr-modal[direction=center] .container-body .modal-header {
  padding: 16px;
}

.mr-modal[direction=center] .container-body .modal-header .header-info .title {
  color: #462F1C;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.mr-modal[direction=center] .container-body .modal-header .btn-close-modal {
  border-radius: 50px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transition: none !important;
}

.mr-modal[direction=center] .container-body .modal-header .btn-close-modal .icon {
  background-color: #fff;
  font-size: 12px;
}

@media (hover: hover) {
  .mr-modal[direction=center] .container-body .modal-header .btn-close-modal:hover {
    background: rgba(128, 128, 128, 0.7);
  }
}
.modal-disclaimer .disclaimer-wrapper p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 140%;
}

.modal-disclaimer .disclaimer-wrapper p:last-child {
  margin-bottom: 0;
}
@charset "UTF-8";
html {
  color: inherit;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

div,
img,
p,
button {
  outline: none;
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  -webkit-tap-highlight-color: transparent;
}

/* Убираем внутренние отступы */
ul,
ol {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  text-transform: inherit;
  line-height: inherit;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: normal;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a {
  color: inherit;
  color: blue;
  text-decoration: none;
}

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

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  outline: none !important;
}

span {
  display: block;
}
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@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 ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  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));
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.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-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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 svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.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 {
  pointer-events: auto;
}

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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 {
  pointer-events: auto;
  visibility: visible;
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

.swiper-cards {
  overflow: visible;
}

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

.G-basic-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 68px;
  overflow: auto;
}

.G-basic-nav:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.7);
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.G-basic-nav.open:after {
  opacity: 1;
}

.G-basic-nav .nav-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  justify-content: center;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 760px) {
  .G-basic-nav .nav-wrapper {
    grid-template-columns: 1fr;
  }
}

.G-basic-nav .nav-wrapper .basic-wrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  width: 100%;
  height: 100%;
  max-width: 532px;
}
@media (max-width: 760px) {
  .G-basic-nav .nav-wrapper .basic-wrapper {
    order: 1;
    flex-direction: column-reverse;
  }
}

.G-basic-nav .nav-wrapper .basic-wrapper .list-secondary-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-brown);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  padding: 16px;
  border-radius: 4px;
  background: #F8F5EF;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}

.G-basic-nav.open .nav-wrapper .basic-wrapper .list-secondary-links {
  opacity: 1;
  transform: translateX(0);
}

.G-basic-nav .nav-wrapper .basic-wrapper .list-secondary-links .icon {
  background-color: var(--text-brown);
  font-size: 13px;
}

.G-basic-nav .nav-wrapper .basic-wrapper .basic-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #F8F5EF;
  padding: 16px;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}

.G-basic-nav.open .nav-wrapper .basic-wrapper .choose-apartment {
  opacity: 1;
  transform: translateX(0);
}

.choose-apartment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "title title" "genplan catalog";
  padding: 16px;
  border-radius: 8px;
  background-color: #F8F5EF;
  gap: 32px 8px;
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  opacity: 0;
  transform: translateX(-50px);
}
@media (max-width: 800px) {
  .choose-apartment {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "genplan" "catalog";
    gap: 8px;
  }
}
.choose-apartment__title {
  grid-area: title;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-brown);
}
@media (max-width: 800px) {
  .choose-apartment__title {
    margin-bottom: 32px;
  }
}
.choose-apartment__text {
  font-size: 16px;
  font-weight: 450;
  line-height: 20px;
  color: var(--text-brown);
}
.choose-apartment__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  height: 56px;
  background-color: #EDE8DF;
  border-radius: 4px;
  padding: 0 8px;
}
.choose-apartment__link:hover {
  background-color: #DDD4C3;
}
.choose-apartment__link.link-genplan {
  grid-area: genplan;
}
@media (max-width: 550px) {
  .choose-apartment__link.link-genplan {
    margin-top: 32px;
  }
}
.choose-apartment__link.link-catalog {
  grid-area: catalog;
}

.G-basic-nav.open .nav-wrapper .basic-container {
  opacity: 1;
  transform: translateX(0);
}

.G-basic-nav .nav-wrapper .basic-container .nav-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .G-basic-nav .nav-wrapper .basic-container .nav-list {
    gap: 8px;
    margin-bottom: 0;
  }
}
.G-basic-nav .nav-wrapper .basic-container .nav-list__left, .G-basic-nav .nav-wrapper .basic-container .nav-list__right {
  display: grid;
  gap: 8px;
}

.G-basic-nav .nav-wrapper .basic-container .nav-list .item {
  position: relative;
  color: var(--text-brown);
  font-size: 20px;
  font-weight: 450;
  line-height: 23px;
  width: max-content;
}

.G-basic-nav .nav-wrapper .basic-container .nav-list .item.btn-select-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  cursor: pointer;
}
.G-basic-nav .nav-wrapper .basic-container .nav-list .item.btn-select-layout::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 13px;
  display: inline-block;
  width: 12.4px;
  height: 7.2px;
  background-image: url("/assets/icons/arrow-brown.svg");
  background-repeat: no-repeat;
  margin-top: 3px;
  transition: 0.2s;
  transform: rotate(180deg);
}

.G-basic-nav .nav-wrapper .basic-container .nav-list .item.btn-select-layout.active::after {
  transform: rotate(0);
}

.G-basic-nav .nav-wrapper .basic-container .nav-list .item.btn-select-layout .menu-select-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.G-basic-nav .nav-wrapper .basic-container .nav-list .item.btn-select-layout .menu-select-link__link {
  font-size: 16px;
  line-height: 19px;
  color: var(--text-brown);
}
.G-basic-nav .nav-wrapper .basic-container .nav-list .item.btn-select-layout .menu-select-link__link:hover {
  color: var(--text-brown-opacity-08);
}

.G-basic-nav .nav-wrapper .basic-container .nav-list .item .count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: var(--text-brown);
  opacity: 0.5;
  transform: translate(120%, -20%);
}

@media (hover: hover) {
  .G-basic-nav .nav-wrapper .basic-container .nav-list .item:hover {
    color: var(--text-brown-opacity-08);
  }
}
.G-basic-nav .nav-wrapper .basic-container .other-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 128px;
  grid-gap: 8px;
}
@media (max-width: 800px) {
  .G-basic-nav .nav-wrapper .basic-container .other-links {
    margin-top: 0;
  }
}

.G-basic-nav .nav-wrapper .basic-container .other-links .item {
  padding: 8px 16px;
  color: var(--text-brown);
  background-color: #E4D9C5;
  border-radius: 50px;
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

@media (hover: hover) {
  .G-basic-nav .nav-wrapper .basic-container .other-links .item:hover {
    color: #fff;
    background-color: var(--text-brown);
  }
}
.basic-container .other-links .item.item-telegram {
  display: flex;
  align-items: center;
  gap: 8px;
}
.basic-container .other-links .item.item-telegram::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url("/assets/icons/telegram.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.basic-container .other-links .item.item-telegram:hover::before {
  background-image: url("/assets/icons/telegram-white.svg");
}

.G-basic-nav .nav-wrapper .places-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.G-basic-nav .nav-wrapper .select-flat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  padding: 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}
@media (max-width: 760px) {
  .G-basic-nav .nav-wrapper .select-flat {
    height: 450px;
  }
}
@media (max-width: 500px) {
  .G-basic-nav .nav-wrapper .select-flat {
    height: 320px;
  }
}
.G-basic-nav .nav-wrapper .select-flat .select-flat-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.G-basic-nav .nav-wrapper .select-flat .select-flat-slider.not-dots .swiper-pagination {
  opacity: 0;
  z-index: -1;
}
.G-basic-nav .nav-wrapper .select-flat__wrapper {
  position: relative;
}
.G-basic-nav .nav-wrapper .select-flat__button {
  position: absolute !important;
  bottom: 16px;
  left: 16px;
  height: 44px;
  padding: 0 20px 0 20px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.G-basic-nav .nav-wrapper .select-flat .swiper-pagination {
  position: absolute;
  top: 100px;
  left: 16px;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  width: max-content;
  height: max-content;
  border-radius: 20px;
  margin-top: 16px;
  padding: 5px 8px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.G-basic-nav .nav-wrapper .select-flat .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 4px;
  height: 4px;
  margin: 0;
  opacity: 1 !important;
}
.G-basic-nav .nav-wrapper .select-flat .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}
.G-basic-nav .nav-wrapper .select-flat .swiper-slide img[src=""] {
  background-image: initial;
}
.G-basic-nav .nav-wrapper .select-flat__button.more-details {
  z-index: 5;
  top: initial;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  width: initial;
  border: none;
  height: 44px;
  background-color: #F8F5EF;
  color: var(--text-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 20px;
}
.G-basic-nav .nav-wrapper .select-flat__button {
  top: calc(50% - 8px);
}
.G-basic-nav .nav-wrapper .select-flat__button.prev {
  justify-self: start;
  z-index: 5;
  left: 16px;
  transform: rotate(-180deg);
}
.G-basic-nav .nav-wrapper .select-flat__button.next {
  justify-self: end;
  z-index: 5;
  right: 16px;
  margin-left: auto;
}
.G-basic-nav .nav-wrapper .select-flat__top {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 6;
}
.G-basic-nav .nav-wrapper .select-flat__title {
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #fff;
}
.G-basic-nav .nav-wrapper .select-flat__wrapper-img {
  width: 100%;
  height: 100%;
}
.G-basic-nav .nav-wrapper .select-flat__wrapper-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.G-basic-nav .nav-wrapper .select-flat__title.not-images, .G-basic-nav .nav-wrapper .select-flat__sub-title.not-images {
  color: var(--text-brown);
}
.G-basic-nav .nav-wrapper .select-flat__img.not-images {
  opacity: 0;
}
.G-basic-nav .nav-wrapper .select-flat .swiper-slide.not-images {
  background-color: #E4D9C5;
}
.G-basic-nav .nav-wrapper .select-flat__wrapper-img.not-images {
  background: #E4D9C5;
}
.G-basic-nav .nav-wrapper .select-flat__wrapper-img.not-images::after {
  display: none;
}
.G-basic-nav .nav-wrapper .select-flat__sub-title {
  display: block;
  text-align: left;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.G-basic-nav .nav-wrapper .select-flat__button {
  width: 40px;
  height: 40px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 50px;
  padding: 0;
}

.G-basic-nav.open .nav-wrapper .select-flat {
  opacity: 1;
  transform: translateY(0);
}

.G-basic-nav .nav-wrapper .select-flat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 75%, rgb(228, 217, 197) 100%);
}

.G-basic-nav .nav-wrapper .select-flat > * {
  position: relative;
  z-index: 2;
}

.G-basic-nav .nav-wrapper .select-flat .title {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.G-basic-nav .nav-wrapper .select-flat .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  grid-gap: 8px;
}

.G-basic-nav .nav-wrapper .select-flat .link-wrapper .btn {
  border-radius: 26px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  transition: 60ms ease-in-out;
}

@media (hover: hover) {
  .G-basic-nav .nav-wrapper .select-flat .link-wrapper .btn:hover {
    background-color: var(--dark);
  }
}
.G-basic-nav .nav-wrapper .uninhabited-places {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  flex: 1;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}

.G-basic-nav.open .nav-wrapper .uninhabited-places {
  opacity: 1;
  transform: translateX(0);
}

.G-basic-nav .nav-wrapper .uninhabited-places .place {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 316px;
  height: 100%;
  aspect-ratio: 316/265;
  background-color: #F8F5EF;
  border-radius: 8px;
  padding: 16px;
  transition: all 60ms ease-in-out;
}

@media (hover: hover) {
  .G-basic-nav .nav-wrapper .uninhabited-places .place:hover {
    background-color: #E4D9C5;
  }
}
.G-basic-nav .nav-wrapper .uninhabited-places .place .header {
  display: flex;
  justify-content: space-between;
}

.G-basic-nav .nav-wrapper .uninhabited-places .place .header .title {
  color: var(--text-brown);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.G-basic-nav .nav-wrapper .uninhabited-places .place .header .icon {
  font-size: 27px;
  background-color: var(--text-brown);
  margin-top: 8px;
}

.G-basic-nav .nav-wrapper .uninhabited-places .place .btn {
  margin-left: auto;
}

@media (min-width: 767px) {
  .G-basic-nav .nav-wrapper .feedback {
    display: none;
  }
}
@media (max-width: 767px) {
  .G-basic-nav .nav-wrapper .feedback {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 8px;
    background-color: #F8F5EF;
    order: 1;
  }
  .G-basic-nav .nav-wrapper .feedback .tel {
    font-size: 20px;
    color: var(--text-brown);
  }
  .G-basic-nav .nav-wrapper .feedback .btn {
    padding: 0;
    width: 48px;
    height: 32px;
  }
  .G-basic-nav .nav-wrapper .feedback .btn .icon {
    background-color: #fff;
  }
}
@media (max-width: 1000px) {
  .G-basic-nav .nav-wrapper .basic-wrapper .basic-container {
    flex: auto;
    aspect-ratio: unset;
    max-width: unset;
  }
  .G-basic-nav .nav-wrapper .uninhabited-places .place {
    aspect-ratio: 364/207;
  }
  .G-basic-nav .nav-wrapper .basic-wrapper .basic-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
@media (max-width: 1000px) and (max-width: 1000px) {
  .G-basic-nav .nav-wrapper .basic-wrapper .basic-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .G-basic-nav .nav-wrapper .basic-container .nav-list {
    margin-bottom: 32px;
  }
}
@media (max-width: 1000px) and (max-width: 800px) {
  .G-basic-nav .nav-wrapper .basic-container .nav-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .G-basic-nav .nav-wrapper .basic-wrapper .list-secondary-links {
    font-size: 24px;
  }
  .G-basic-nav .nav-wrapper .uninhabited-places .place {
    aspect-ratio: 344/148;
  }
  .G-basic-nav .nav-wrapper .basic-container .nav-list .item {
    font-size: 20px;
  }
  .G-basic-nav .nav-wrapper .uninhabited-places .place .btn {
    padding: 8px 16px;
  }
  .G-basic-nav .nav-wrapper .basic-container,
  .G-basic-nav .nav-wrapper .select-flat,
  .G-basic-nav .nav-wrapper .uninhabited-places {
    transform: translateX(0);
    transform: translateY(0);
  }
}
.G-catalog-list-flats[data-mode=grid] {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog .swiper-img .swiper-slide {
  background-color: #F8F5EF;
}
@media (max-width: 1000px) {
  .G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog .swiper-img .swiper-slide {
    background-color: #EDE8DF;
  }
}

.G-catalog-list-flats[data-mode=grid] .wrapper-hide-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 1000px) {
  .G-catalog-list-flats[data-mode=grid] .wrapper-hide-slider {
    display: none;
  }
}

.G-catalog-list-flats[data-mode=grid] .wrapper-hide-slider div {
  flex-grow: 1;
  height: 100%;
}

.G-catalog-list-flats[data-mode=grid] .metro-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  right: 0;
  bottom: 25px;
}

.G-catalog-list-flats[data-mode=grid] .metro-item .info {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.G-catalog-list-flats[data-mode=grid] .metro-item .info .name-metro {
  color: var(--text-brown);
  font-size: 7.4px;
  line-height: 125%;
}

.G-catalog-list-flats[data-mode=grid] .swiper-slide img.light-ray {
  position: absolute;
  width: 6%;
  height: initial;
  max-width: 50px;
  object-fit: contain;
  object-position: bottom;
}

.G-catalog-list-flats[data-mode=grid] .metro-item .info .distance {
  color: rgba(63, 48, 33, 0.5);
  font-size: 7.4px;
  line-height: 125%;
}

.G-catalog-list-flats[data-mode=grid] .metro-item .icon.metro {
  width: 11.1px;
  height: 8px;
  background-color: var(--text-brown);
}

.G-catalog-list-flats[data-mode=grid] .swiper-img {
  position: relative;
  display: block;
  visibility: visible;
  overflow: hidden;
}
.G-catalog-list-flats[data-mode=grid] .layout-container.list {
  display: none;
  visibility: hidden;
}

.G-catalog-list-flats[data-mode=list] .swiper-img {
  display: none;
  visibility: hidden;
}
.G-catalog-list-flats[data-mode=list] .layout-container.list {
  display: block;
  visibility: visible;
}

.G-catalog-list-flats .G-card-flat-catalog:hover .swiper-img .swiper-slide {
  background-color: #EDE8DF;
}

.G-catalog-list-flats[data-mode=grid] .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 78px;
  cursor: auto;
}
.G-catalog-list-flats[data-mode=grid] .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--text-brown);
  cursor: pointer;
}
.G-catalog-list-flats[data-mode=grid] .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
}

.G-catalog-list-flats .G-card-flat-catalog {
  position: relative;
  width: 100%;
  display: flex;
  cursor: pointer;
}

.G-catalog-list-flats[data-mode=grid] {
  outline: 1px solid #F8F5EF;
  outline-offset: -1px;
}

.G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog {
  position: relative;
  flex-direction: column;
  grid-gap: 24px;
  padding: 24px;
  border-right: 1px solid #E6D9C3;
  border-bottom: 1px solid #E6D9C3;
}

@media (min-width: 1147px) {
  .G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog:nth-child(3n) {
    border-right-color: transparent;
  }
  .G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog:nth-last-child(-n+3) {
    border-bottom-color: transparent;
  }
}
@media (max-width: 1147px) {
  .G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog:nth-child(2n) {
    border-right-color: transparent;
  }
  .G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog:nth-last-child(-n+2) {
    border-bottom-color: transparent;
  }
}
.G-catalog-list-flats .G-card-flat-catalog .basic-info {
  display: flex;
  flex-direction: column;
}

.G-catalog-list-flats .G-card-flat-catalog .basic-info .title-flat {
  color: var(--text-brown);
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 16px;
}

.G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog .basic-info .title-flat {
  width: calc(100% - 54px);
}

.G-catalog-list-flats .G-card-flat-catalog .basic-info .teps-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 8px;
  margin-bottom: 8px;
}

.G-catalog-list-flats .G-card-flat-catalog .basic-info .teps-wrapper .item {
  position: relative;
  font-size: 16px;
  color: var(--text-brown);
  padding-right: 16px;
}

.G-catalog-list-flats .G-card-flat-catalog .basic-info .teps-wrapper .item:not(:last-child):after {
  content: "|";
  margin-left: 16px;
  color: #C3BAAF;
}

.G-catalog-list-flats .G-card-flat-catalog .basic-info .params {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.G-catalog-list-flats .G-card-flat-catalog .basic-info .params .item {
  color: var(--text-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin-right: 16px;
}

.G-catalog-list-flats .G-card-flat-catalog .layout-container {
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.G-catalog-list-flats[data-mode=grid] .layout-container {
  position: relative;
  width: 100%;
  max-width: 296px;
  max-height: 260px;
  margin: 0 auto;
}

.G-catalog-list-flats[data-mode=grid] .details-building-layout.on-floor,
.G-catalog-list-flats[data-mode=grid] .container-layout-floor,
.G-catalog-list-flats[data-mode=grid] .svg-layout-floor {
  height: 100%;
  width: 100%;
}

.G-catalog-list-flats[data-mode=grid] .svg-layout-floor image {
  width: 100%;
  height: 100%;
}

.G-catalog-list-flats[data-mode=grid] .svg-layout-floor {
  fill: rgba(255, 255, 255, 0.3);
  stroke-width: 2px;
  stroke: #FFF;
}

.title-floor {
  position: absolute;
  z-index: 4;
  padding: 14px 20px;
  border-radius: 100px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  text-align: right;
  transform: translate(-110%, -170%);
}

.G-catalog-list-flats .G-card-flat-catalog .layout-container .layout-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog .price-container {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  margin-top: 32px;
}

.G-catalog-list-flats .G-card-flat-catalog .price-container > .price {
  color: var(--text-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.G-catalog-list-flats .G-card-flat-catalog .price-container .price-rate {
  display: flex;
  align-content: center;
  grid-gap: 10px;
}

.G-catalog-list-flats .G-card-flat-catalog .price-container .price-rate .price {
  color: var(--text-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
  text-decoration: line-through;
}

.G-catalog-list-flats .G-card-flat-catalog .price-container .price-rate .percent {
  color: var(--text-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  opacity: 0.5;
}

.G-catalog-list-flats[data-mode=grid] .G-favorite-btn {
  position: absolute;
  top: 24px;
  right: 24px;
}

/* ********** LIST ************ */
.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  height: 112px;
  border-top: 1px solid #E4D9C5;
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .layout-container {
  width: 80px;
  order: -1;
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .price-container {
  text-align: right;
  margin-left: auto;
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .basic-info {
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .basic-info .title-flat {
  width: 100%;
  flex-basis: auto;
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .basic-info .type-finishing {
  margin: 0;
  margin-right: 37px;
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .G-favorite-btn {
  margin-left: 16px;
}

.G-catalog-list-flats .G-card-flat-catalog .booked-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
}

.G-catalog-list-flats[data-mode=grid] .G-card-flat-catalog .booked-wrapper {
  align-items: center;
  justify-content: center;
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .booked-wrapper {
  align-items: center;
  padding-left: 16px;
}

.G-catalog-list-flats .G-card-flat-catalog .booked-wrapper .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #EDE8DF;
}

.G-catalog-list-flats .G-card-flat-catalog .booked-wrapper .icon-container .icon {
  font-size: 13px;
  background-color: var(--text-brown);
}

.G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .booked-wrapper .icon-container .icon {
  font-size: 16px;
}

.G-catalog-list-flats .G-card-flat-catalog.booked > *:not(.booked-wrapper) {
  opacity: 0.5;
}

@media (max-width: 1000px) {
  .G-catalog-list-flats {
    grid-gap: 8px;
  }
  .G-catalog-list-flats .G-card-flat-catalog {
    background-color: var(--beige-light);
    border: none !important;
  }
}
@media (max-width: 800px) {
  .G-catalog-list-flats[data-mode=list] .G-card-flat-catalog {
    height: auto;
    flex-wrap: wrap;
    grid-row-gap: 0px;
    padding: 16px;
  }
  .G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .layout-container {
    position: absolute;
    top: 16px;
    right: 16px;
    order: 0;
  }
  .G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .basic-info {
    width: 80%;
  }
  .G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .price-container {
    width: 100%;
    height: 70px;
    text-align: left;
    margin-left: unset;
    margin-right: auto;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid #E4D9C5;
  }
  .G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .G-favorite-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .G-catalog-list-flats[data-mode=list] .G-card-flat-catalog .booked-wrapper {
    align-items: start;
    padding-left: 0;
    padding-right: 30px;
    justify-content: end;
    padding-top: 34px;
  }
}
@media (min-width: 991px) {
  .G-catalog-list-flats .G-card-flat-catalog:hover {
    background-color: #EDE8DF;
  }
}
@media (max-width: 500px) {
  .G-catalog-list-flats {
    display: flex;
    flex-direction: column;
  }
  .G-catalog-list-flats .G-card-flat-catalog .basic-info .title-flat {
    font-size: 24px;
  }
}
.catalog-list-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-top: 1px solid;
  border-top: 1px solid #E6D9C3;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.catalog-list-card .catalog-block {
  display: flex;
  align-items: center;
  gap: 32px;
}

.catalog-list-card .catalog-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  margin-top: 8px;
}

.catalog-list-card .catalog-info h3 {
  color: var(--brown-dark);
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.catalog-list-card .catalog-info ul li {
  color: var(--brown-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.catalog-list-card.catalog-card-type-disabled .catalog-block {
  opacity: 0.3;
  pointer-events: none;
}

.catalog-list-card.catalog-card-type-disabled {
  pointer-events: none;
}

.catalog-list-card .catalog-info ul li {
  padding-right: 16px;
  border-right: 1px solid rgba(70, 47, 28, 0.25);
}

.catalog-list-card .catalog-info ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.catalog-list-card .catalog-price h3 {
  color: var(--brown-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.catalog-list-card .catalog-price p {
  color: rgba(70, 47, 28, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.catalog-list-card .catalog-price p span {
  text-decoration: none !important;
}

.catalog-list-card .price-rate {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 991px) {
  .catalog-list-card {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    background: var(--beige-light);
    border: none;
  }
  .catalog-list-card .catalog-block {
    width: 100%;
    justify-content: space-between;
  }
  .catalog-list-card .catalog-block:first-child {
    flex-direction: row-reverse;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6D9C3;
  }
  .catalog-list-card .catalog-block img {
    margin-right: 16px;
  }
  .catalog-list-card .catalog-info ul {
    margin-top: 12px;
  }
}
.G-dropdown-select-layout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 68px;
  overflow: auto;
}

.G-dropdown-select-layout:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(41, 41, 41, 0.7);
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.G-dropdown-select-layout.open:after {
  opacity: 1;
}

.G-dropdown-select-layout .nav-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  grid-gap: 8px;
  justify-content: end;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.G-dropdown-select-layout .nav-wrapper .uninhabited-places {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  flex: 1;
  max-width: 316px;
  opacity: 0;
  margin-right: 40px;
  transform: translateX(50px);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.G-dropdown-select-layout.open .nav-wrapper .uninhabited-places {
  opacity: 1;
  transform: translateX(0);
}

.G-dropdown-select-layout .nav-wrapper .uninhabited-places .place {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 316/265;
  height: 100%;
  background-color: #F8F5EF;
  border-radius: 8px;
  padding: 16px;
  transition: all 60ms ease-in-out;
}

.G-dropdown-select-layout .nav-wrapper .uninhabited-places .place:hover {
  background-color: #E4D9C5;
}

.G-dropdown-select-layout .nav-wrapper .uninhabited-places .place .header {
  display: flex;
  justify-content: space-between;
}

.G-dropdown-select-layout .nav-wrapper .uninhabited-places .place .header .title {
  color: var(--text-brown);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.G-dropdown-select-layout .nav-wrapper .uninhabited-places .place .header .icon {
  font-size: 27px;
  background-color: var(--text-brown);
  margin-top: 8px;
}

.G-dropdown-select-layout .nav-wrapper .uninhabited-places .place .btn {
  margin-left: auto;
}

@media (max-width: 1000px) {
  .G-dropdown-select-layout .nav-wrapper .uninhabited-places .place {
    aspect-ratio: 364/207;
  }
  .G-dropdown-select-layout .nav-wrapper .uninhabited-places {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .G-dropdown-select-layout .nav-wrapper .uninhabited-places .place {
    aspect-ratio: 344/148;
  }
  .G-dropdown-select-layout .nav-wrapper .uninhabited-places .place .btn {
    padding: 8px 16px;
  }
  .G-dropdown-select-layout .nav-wrapper .uninhabited-places {
    transform: translateX(0);
    transform: translateY(0);
  }
}
.G-footer {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  padding-bottom: 32px;
}

.G-footer .G-container {
  max-width: 1440px;
}

.G-footer .top-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #E6D9C3;
}

.G-footer .top-wrapper.another-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 600px) {
  .G-footer .top-wrapper.another-page {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.G-footer .top-wrapper.another-page .nav-container {
  max-width: initial;
}
@media (max-width: 600px) {
  .G-footer .top-wrapper.another-page .info-project {
    order: 1;
  }
}

.G-footer .top-wrapper .info-project .logo {
  max-width: 135px;
  margin-bottom: 18px;
}

.G-footer .top-wrapper .info-project .our-phone {
  display: flex;
  color: #462F1C;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}

.G-footer .top-wrapper .info-project .site-credits {
  max-width: 275px;
  color: #462F1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.G-footer .top-wrapper .info-project .site-credits a {
  color: inherit;
}

.G-footer .top-wrapper .info-project .site-credits a:hover {
  text-decoration: underline;
}

.G-footer .top-wrapper .nav-container {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  max-width: 485px;
}
.G-footer .top-wrapper .nav-container__chapter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.G-footer .top-wrapper .nav-container__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-brown);
}
.G-footer .top-wrapper .nav-container__chapter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.G-footer .top-wrapper .nav-container .btn {
  color: #462F1C;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  padding: 8px 16px;
  border-radius: 50px;
  background: #E6D8C3;
}

.G-footer .btn-open-disclaimer {
  margin-top: 20px;
  color: var(--text-brown);
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: opacity var(--transitionTime);
}
.G-footer .btn-open-disclaimer:hover {
  opacity: 0.5;
}

.G-footer.small .top-wrapper {
  flex-direction: column-reverse;
  grid-gap: 32px;
}

.G-footer.small .top-wrapper .nav-container {
  justify-content: start;
}

@media (max-width: 767px) {
  .G-footer .top-wrapper {
    flex-direction: column-reverse;
    grid-gap: 32px;
  }
  .G-footer .top-wrapper .nav-container {
    justify-content: start;
  }
}
.G-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

body.no-scroll .G-header {
  padding-right: var(--widthScrollBar);
}

.G-header .wrapper-container {
  position: relative;
  z-index: 3;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 8px 40px;
  height: 100%;
  background: rgba(221, 221, 221, 0);
  transition: background 400ms;
}

.G-header.blur .wrapper-container {
  background: rgba(221, 221, 221, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.G-header .wrapper-container .left-col {
  display: flex;
  align-items: center;
  grid-gap: 36px;
}

.G-header .wrapper-container .left-col .btn-toggle-nav {
  grid-column-gap: 8px;
  color: var(--text-brown);
  padding: 4px;
  margin-left: -4px;
  font-weight: 400;
}

.G-header .wrapper-container .left-col .btn-toggle-nav .icon {
  background-color: var(--text-brown);
}

.G-header .wrapper-container .left-col .our-phone {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-brown);
}

.G-header .wrapper-container .center-col {
  display: flex;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.G-header .wrapper-container .center-col .logo {
  height: 25px;
  transition: opacity 250ms ease-in-out;
}

.G-header .wrapper-container .center-col .logo.show {
  opacity: 1;
}

.G-header .wrapper-container .right-col {
  display: flex;
  align-items: center;
  justify-content: end;
  grid-gap: 20px;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.G-header .wrapper-container .right-col .header-nav {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.G-header .wrapper-container .right-col .header-nav .link-item {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-brown);
}

.G-header .wrapper-container .right-col .btn-target {
  color: #F8F5EF;
  font-size: 16px;
  padding: 8px 16px;
}

.G-header .wrapper-container .right-col .header-nav .link-item:hover {
  color: var(--brown);
}

.G-header .wrapper-container .right-col .header-nav .link-item-aspect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  aspect-ratio: 1/1;
}

.G-header .wrapper-container .right-col .btn-callback {
  padding: 8px 16px;
}

@media (max-width: 991px) {
  .G-header .wrapper-container .left-col .our-phone {
    display: none;
  }
  .G-header .wrapper-container .right-col .header-nav .link-item-aspect:not(._phone) {
    display: none;
  }
  .G-header .wrapper-container .left-col .btn-toggle-nav .title {
    display: none;
  }
  .G-header {
    height: max-content;
  }
  .G-header .wrapper-container {
    padding: 16px;
  }
  .G-header .wrapper-container .left-col {
    order: 3;
    justify-content: end;
  }
  .G-header .wrapper-container .center-col {
    order: 2;
  }
  .G-header .wrapper-container .right-col {
    order: 1;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .G-header {
    height: 68px;
  }
  .G-header .wrapper-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }
  .G-header .wrapper-container .right-col .btn-target {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .G-header.show-nav .wrapper-container .right-col .btn-callback {
    background-color: var(--dark);
    color: #fff;
  }
}
.modal-book-place .content-wrapper {
  width: 100%;
  max-width: 424px;
  margin: 0 auto;
}

.modal-book-place .header .title-modal {
  color: var(--text-brown);
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}

.modal-book-place .header .desc-modal {
  color: var(--text-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.modal-book-place form {
  margin: 32px 0;
}

.modal-book-place .order-accept {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  margin-bottom: 32px;
}

.modal-book-place .order-accept .privacy-policy {
  color: inherit;
  text-decoration: underline;
}

.modal-book-place .btn-send-order {
  margin: 0 auto;
}
.modal-callback {
  padding: 16px !important;
}

.modal-callback .container-body {
  background-color: #F7F1E4;
}

.modal-callback .container-body .modal-content {
  padding: 16px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.modal-callback .container-body .modal-content .desc-form {
  color: #462F1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 124px;
  opacity: 0.8;
}

.modal-callback .container-body .modal-content .order-accept {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  margin-top: 32px;
}

.modal-callback .container-body .modal-content .order-accept .privacy-policy {
  color: inherit;
  text-decoration: underline;
}

.modal-callback .container-body .modal-content .social-network .grid-fields-array {
  display: flex;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  padding: 4px;
  background-color: transparent;
  border: 1px solid rgba(70, 47, 28, 0.25);
}

.modal-callback .container-body .modal-content .social-network .grid-fields-array label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 50px;
  cursor: pointer;
}

.modal-callback .container-body .modal-content .social-network .grid-fields-array label.active {
  background-color: #E4D9C5;
}

.modal-callback .container-body .modal-content .social-network .grid-fields-array label input {
  display: none;
}

.modal-callback .container-body .modal-content .social-network .grid-fields-array label .title {
  font-size: 16px;
  color: #462F1C;
}

.modal-callback .container-body .modal-footer {
  padding: 16px !important;
}

.modal-callback .container-body .modal-footer .btn {
  width: 100%;
  height: 52px !important;
}

@media (max-width: 767px) {
  .modal-callback .container-body {
    height: 100%;
  }
  .modal-callback .container-body .modal-content {
    height: 100%;
  }
  .modal-callback .container-body .modal-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .modal-callback .container-body .modal-content form {
    margin-top: auto;
  }
  .modal-callback .container-body .modal-content .desc-form {
    margin-bottom: 20px;
  }
}
.modal-online-camera {
  padding: 0 16px 16px 16px;
  height: 100%;
}
.modal-online-camera__loading-video {
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  color: var(--text-brown);
  text-align: center;
}
.modal-online-camera__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .modal-online-camera__img {
    height: initial;
    object-fit: initial;
  }
}
.modal-online-camera__wrapper-img {
  height: 100%;
}
.modal-online-camera__wrapper-img.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 720px;
}
@media (max-width: 1000px) {
  .modal-online-camera__wrapper-img.loading {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .modal-online-camera__wrapper-img.loading {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .modal-online-camera__wrapper-img.loading {
    height: 380px;
  }
}
.modal-online-camera__img, .modal-online-camera__wrapper-img {
  border-radius: 4px;
}
.modal-online-camera__wrapper-img.loading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-online-camera .preloaderWrapper {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.modal-online-camera .preloaderWrapper .ldsRipple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.modal-online-camera .preloaderWrapper .ldsRipple div {
  position: absolute;
  border: 4px solid var(--text-brown);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.modal-online-camera .preloaderWrapper .ldsRipple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.mr-modal.modal-online-camera .container-body .modal-content {
  height: 100% !important;
}
@media (max-width: 767px) {
  .mr-modal.modal-online-camera .container-body .modal-content {
    padding: 0 !important;
  }
}

.mr-modal.modal-online-camera .container-body .modal-header {
  align-items: center;
  padding: 8px 16px 8px 16px !important;
}
.mr-modal.modal-online-camera .container-body .modal-header .header-info .title {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: var(--text-brown) !important;
}
.mr-modal.modal-online-camera .container-body .modal-header .btn.btn-close-modal {
  background-color: rgba(128, 128, 128, 0.5019607843);
}
.mr-modal.modal-online-camera .container-body .modal-header .btn.btn-close-modal .close {
  background-color: #fff;
  width: 12px;
}
.modal-order-send .container-body {
  background-color: #F7F1E4;
}

.modal-order-send .container-body .modal-header {
  padding: 16px;
}

.modal-order-send .container-body .modal-header .header-info .title {
  color: #462F1C;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.modal-order-send .container-body .modal-header .btn-close-modal {
  width: 52px;
  height: 52px;
  border-radius: 50px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-order-send .container-body .modal-header .btn-close-modal .icon {
  background-color: #fff;
  font-size: 12px;
}

.modal-order-send .container-body .modal-content {
  padding: 16px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.modal-order-send .container-body .modal-content .desc-form {
  color: #462F1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 60px;
  opacity: 0.8;
}

.modal-order-send .container-body .modal-footer {
  padding: 16px !important;
}

.modal-order-send .container-body .modal-footer .btn {
  width: 100%;
  height: 52px !important;
}
.modal-share .container-body {
  min-width: unset !important;
  border-radius: 4px !important;
}

.modal-share .container-body .modal-header .header-info .title {
  font-size: 32px !important;
  font-weight: 400 !important;
}

.modal-share .container-body .modal-header .btn-close-modal {
  width: 30px !important;
}

.modal-share .container-body .modal-header {
  padding: 16px !important;
}

.modal-share .container-body .modal-content {
  padding: 16px !important;
  padding-top: 0 !important;
}

.modal-share .list-share-btn {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.modal-share .list-share-btn .btn-link {
  width: 52px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  border: 1px solid #E6D9C3;
  padding: 0;
}
.product-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-top: 1px solid;
  border-top: 1px solid #E6D9C3;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.product-card:hover {
  background: var(--beige-light);
}

.product-card:hover .G-favorite-btn.favorite-btn-icon {
  background: var(--beige-light-04);
}

.product-card .catalog-block {
  display: flex;
  align-items: center;
  gap: 24px;
}

.product-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-card .catalog-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  margin-top: 8px;
}

.product-card .catalog-info h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  color: var(--text-brown);
}

.product-card .value-sup-product {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-brown);
}

.product-card .catalog-info ul li {
  color: var(--text-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.product-card.catalog-card-type-disabled .catalog-block {
  opacity: 0.3;
  pointer-events: none;
}

.product-card.catalog-card-type-disabled {
  pointer-events: none;
}

.product-card .catalog-info ul li {
  padding-right: 16px;
  border-right: 1px solid rgba(70, 47, 28, 0.25);
}

.product-card .catalog-info ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.product-card .catalog-price h3 {
  color: var(--brown-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.product-card .catalog-price p {
  color: rgba(70, 47, 28, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.product-card .catalog-price p span {
  text-decoration: none !important;
}

.product-card .price-rate {
  display: flex;
  align-items: center;
  gap: 8px;
}

.show-more-product-arrow {
  background-color: var(--text-brown);
  transform: rotate(-90deg);
  font-size: 10px;
}

@media (max-width: 991px) {
  .product-card {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    background: var(--beige-light);
    border: none;
  }
  .product-card .catalog-block {
    width: 100%;
    justify-content: space-between;
  }
  .product-card .catalog-block:first-child {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6D9C3;
  }
  .product-card .catalog-info ul {
    margin-top: 12px;
  }
  .product-card .G-favorite-btn.favorite-btn-icon {
    background: var(--beige-light-04);
  }
}
@media (max-width: 767px) {
  .product-card .catalog-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product-card-actions {
    flex-wrap: wrap;
    width: 100%;
  }
  .on-plane-btn {
    width: 100%;
  }
  .book-btn {
    width: calc(100% - 60px);
  }
}
.C-subscribe-newsletter {
  margin-bottom: 16px;
}

.C-subscribe-newsletter .row-container {
  border-radius: 4px;
  background: #EDE8DF;
  padding: 16px;
}

.C-subscribe-newsletter .row-container .title-block {
  color: var(--text-brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.C-subscribe-newsletter .row-container .desc {
  color: rgba(67, 48, 31, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  opacity: 0.5;
  margin-top: 8px;
  margin-bottom: 32px;
}

.C-subscribe-newsletter .row-container .privacy-policy {
  color: var(--text-brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-top: 16px;
}

.C-subscribe-newsletter .row-container .privacy-policy a {
  color: inherit;
  text-decoration: underline;
}

.C-subscribe-newsletter .row-container .btn-send {
  width: 100%;
  background-color: var(--text-brown);
  color: #F8F5EF;
}
.G-Tab-Content.tab-list {
  display: flex;
  align-items: end;
  height: 50px;
  margin-bottom: 20px;
}

.G-Tab-Content.tab-item {
  height: 100%;
  padding: 0 10px;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: none;
}

.G-Tab-Content.tab-item.active {
  color: #000;
  border-bottom-color: var(--blue);
}
.widget-callback {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: rgba(60, 60, 60, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.widget-callback .btn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.widget-callback .btn-tel .icon {
  background-color: var(--beige);
  font-size: 18px;
}
.about-area {
  margin-bottom: 16px;
}

.about-area .G-card-aspect .left-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--brown);
  min-width: 424px;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  max-width: 450px;
}

.about-area .G-card-aspect .left-col > * {
  margin-left: 0 !important;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

.about-area .G-card-aspect .right-col {
  width: 0;
  background-color: var(--brown);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px 32px;
}

.about-area .rubber-container.open .G-card-aspect .right-col {
  position: relative;
  width: 100%;
}

.about-area .G-card-aspect .right-col .desc {
  max-width: 700px;
  margin-left: auto;
  color: #F9F0E3;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  opacity: 0;
  padding-bottom: 32px;
  transition: opacity 1000ms;
}

.about-area .rubber-container.open .G-card-aspect .right-col .desc {
  opacity: 1;
}

.about-area .block-header {
  color: #F9F0E3 !important;
}

.about-area .list-place {
  margin-top: auto;
  margin-bottom: 62px;
}

.about-area .list-place .place-item {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 16px;
  border-top: 1px solid #69625D;
}

.about-area .list-place .place-item .title {
  align-self: center;
  color: #F9F0E3;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px; /* 125% */
}

.about-area .list-place .place-item .icon {
  align-self: center;
  font-size: 32px;
  background: #F7F0E4;
}

.about-area .btn-about {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  width: calc(100% - 32px);
  max-width: 392px;
  background: #F8F1E3;
  color: #1A1A1A;
  margin-top: 16px;
  transition: all 600ms;
}

.about-area .rubber-container.open .btn-about {
  width: max-content;
  color: #fff;
  border-radius: 26px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .about-area .G-card-aspect .left-col {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .about-area .rubber-container.open .left-col {
    opacity: 0;
    visibility: hidden;
  }
  .about-area .right-col {
    position: absolute !important;
  }
  .about-area .rubber-container.open .right-col {
    z-index: 99;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .about-area .G-card-aspect .right-col .desc {
    color: #F9F0E3;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    padding: 32px 16px;
    padding-bottom: 72px;
  }
  .about-area .btn-about {
    width: calc(100% - 32px);
  }
  .about-area .rubber-container.open .btn-about {
    width: calc(100% - 32px);
  }
}

.callback-block {
  margin-top: 16px;
  margin-bottom: 16px;
}
.callback-block .tabs-contacts {
  margin-top: 20px;
}
.callback-block .tabs-content,
.callback-block .G-tab-container {
  width: 100%;
}
.callback-block .tabs-contacts-content {
  margin-top: auto;
}
.callback-block .G-tab-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.callback-block .working-hours {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  border-top: 1px solid #E4D9C5;
}
.callback-block .working-hours__text {
  padding-top: 16px;
  color: #43301F;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.callback-block .G-card-aspect {
  display: flex;
  flex-direction: column;
}

.callback-block .block-header {
  position: unset;
}

.callback-block .our-contacts {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.callback-block .our-contacts .contact-item {
  color: #462F1C;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px; /* 114.286% */
}

.callback-block .our-contacts .contact-item.metro {
  font-size: 16px;
  line-height: 20px;
}

.callback-block .our-contacts .contact-item.address {
  margin-top: 16px;
  margin-bottom: 8px;
}

.callback-block .btn-send-mail {
  width: 100%;
  margin-top: 32px;
}

.editor-word {
  margin-top: 96px;
  margin-bottom: 96px;
}

.editor-word .G-container {
  max-width: 1072px;
}

.editor-word .title {
  display: block;
  font-size: 16px;
  color: var(--text-brown);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 16px;
}

.editor-word .blockquote-text {
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
  font-size: 40px;
  color: var(--text-brown);
  text-align: center;
  margin: 0 auto;
  line-height: 94%;
}

.editor-word .blockquote-text span {
  display: unset;
}

.editor-word .btn-read-all {
  margin: 0 auto;
  margin-top: 32px;
}

@media (max-width: 991px) {
  .editor-word .blockquote-text {
    font-size: 48px;
    line-height: 112%;
  }
  .editor-word .blockquote-text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .editor-word .blockquote-text {
    font-size: 36px;
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.feedback-section {
  padding: 16px !important;
}

.feedback-section .G-card-aspect {
  height: auto;
}

.feedback-section .block-header {
  position: unset !important;
  margin-bottom: 20px;
}

.feedback-section .desc-form {
  color: #462F1C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 20px;
  opacity: 0.8;
}

.feedback-section .btn-send-feedback {
  width: 100%;
  margin-top: 20px;
}

.feedback-section .order-accept {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  margin-top: 32px;
}

.feedback-section .social-network .grid-fields-array {
  display: flex;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  padding: 4px;
  background-color: transparent;
  border: 1px solid rgba(70, 47, 28, 0.25);
}

.feedback-section .social-network .grid-fields-array label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 50px;
}

.feedback-section .social-network .grid-fields-array label.active {
  background-color: #E4D9C5;
}

.feedback-section .social-network .grid-fields-array label input {
  display: none;
}

.feedback-section .social-network .grid-fields-array label .title {
  font-size: 16px;
  color: #462F1C;
}

.feedback-section .container-body .modal-footer {
  padding: 16px !important;
}

.feedback-section .container-body .modal-footer .btn {
  width: 100%;
  height: 52px !important;
}

@media (max-width: 767px) {
  .feedback-section form {
    margin-top: auto;
  }
  .feedback-section .desc-form {
    margin-bottom: 20px;
  }
}
.rubber-container .right-col .media-content .slider-container .swiper-slide:before {
  display: none !important;
}
.how-to-get {
  margin-bottom: 16px;
}

.how-to-get .block-header {
  z-index: 3;
}

.how-to-get .G-card-aspect {
  padding: 0;
}

.how-to-get .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.how-to-get [class*=copyrights-pane] {
  display: none !important;
}

.how-to-get .map-container .custom-zoom-btn {
  position: absolute;
  bottom: 84px;
  right: 16px;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}

.how-to-get .map-container .custom-zoom-btn .btn-zoom {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(60, 60, 60, 0.32);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0;
}

.how-to-get .map-container .custom-zoom-btn .btn-zoom .icon {
  font-size: 12px;
  background-color: var(--beige);
}

.how-to-get .btn-build-route {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: calc(100% - 32px);
}
.intro-slide {
  padding-top: calc(50vh - 180px);
  padding-bottom: 96px;
}

.intro-slide .wrapper-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-slide .wrapper-container .logo {
  margin: 0 auto;
  width: auto;
  height: 56px;
}

.intro-slide .wrapper-container .index-heading {
  text-align: center;
  font-size: 24px;
  color: var(--text-brown);
  font-weight: 400;
  margin-top: 16px;
}

.intro-slide .wrapper-container .index-heading br {
  /*display: none;*/
}

@media (max-width: 991px) {
  .intro-slide .wrapper-container .logo {
    height: 45px;
  }
  .intro-slide .wrapper-container .index-heading {
    font-size: 20px;
  }
  .intro-slide .wrapper-container .index-heading br {
    display: block;
  }
}
.kindergarten-and-school {
  margin-bottom: 16px;
}

.kindergarten-and-school .rubber-container .G-card-aspect {
  background-color: #fff;
}

.kindergarten-and-school .rubber-container .left-col {
  width: 350px;
}

.kindergarten-and-school .rubber-container.open .left-col {
  /*background-color: #F7F2E8;*/
}

.kindergarten-and-school .rubber-container .right-col .media-content {
  position: relative;
}

/*.kindergarten-and-school .rubber-container .right-col .media-content:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.kindergarten-and-school .rubber-container .right-col img {
  object-fit: cover;
}

.kindergarten-and-school .rubber-container.open .right-col img {
  object-position: 0;
}

.kindergarten-and-school .rubber-container.open .right-col {
  width: calc(100% - 350px);
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.modal-location .modal-header {
  position: absolute;
  right: 0;
  padding: 0 !important;
}

.modal-location .container-body .modal-content {
  padding: 0 !important;
}

.modal-location .modal-header .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 60px !important;
  height: unset !important;
  aspect-ratio: 1/1 !important;
  border-radius: 50px;
  background-color: rgba(60, 60, 60, 0.32) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0;
}

.modal-location .modal-header .btn .icon {
  background-color: #fff;
}

.modal-location .modal-content {
  height: 100%;
}

.modal-location .map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-location .map-container .list-categories {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  padding: 0 16px;
}

.modal-location .map-container .list-categories .slider-categories {
  width: auto;
  margin: 0 auto;
}

.modal-location .map-container .list-categories .slider-categories .swiper-slide {
  width: auto !important;
  background-color: transparent !important;
}

.modal-location .map-container .list-categories .btn-category-item {
  padding: 7px 16px;
  background-color: #E4D9C5;
}

.modal-location .map-container .list-categories .btn-category-item .icon {
  background-color: var(--text-brown);
  font-size: 24px;
  margin-right: 4px;
}

.modal-location .map-container .list-categories .btn-category-item:hover {
  background-color: #d9cdb8;
}

.modal-location .map-container .list-categories .btn-category-item .title {
  color: var(--text-brown);
  white-space: nowrap;
}

.modal-location .map-container .list-categories .btn-category-item.active {
  background-color: var(--brown);
}

.modal-location .map-container .list-categories .btn-category-item.active .title {
  color: #fff;
}

.modal-location .map-container .list-categories .btn-category-item.active .icon {
  background-color: #fff;
}

.modal-location .map-container .bs-point-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  background-color: var(--text-brown);
  border-radius: 500px;
  margin: 0;
}

.modal-location .map-container .bs-point-custom .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  margin: 2px;
  border-radius: 50px;
  aspect-ratio: 1/1;
}

.modal-location .map-container .bs-point-custom .icon-container .icon {
  background-color: #E6D9C3;
}

.modal-location .map-container .bs-point-custom .title {
  display: none;
  font-size: 16px;
  line-height: 105%;
  color: #F7F0E4;
  margin-right: 16px;
  text-align: left;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
}

.modal-location .map-container .bs-point-custom.hover .title {
  display: -moz-box;
  display: -webkit-box;
}

.location-section {
  margin-bottom: 16px;
}

.location-section .G-card-aspect {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.location-section .G-card-aspect .block-small-header {
  margin-bottom: 16px;
}

.location-section .G-card-aspect .list-categories {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  margin-bottom: 32px;
}

.location-section .G-card-aspect .list-categories .btn-category-item {
  padding: 7px 16px;
  background-color: #E4D9C5;
}

.location-section .G-card-aspect .list-categories .btn-category-item .icon {
  background-color: var(--text-brown);
  font-size: 24px;
  margin-right: 4px;
}

.location-section .G-card-aspect .list-categories .btn-category-item:hover {
  background-color: #d9cdb8;
}

.location-section .G-card-aspect .list-categories .btn-category-item .title {
  color: var(--text-brown);
  white-space: nowrap;
}

.location-section .G-card-aspect .list-categories .btn-category-item.active {
  background-color: var(--brown);
}

.location-section .G-card-aspect .list-categories .btn-category-item.active .title {
  color: #fff;
}

.location-section .G-card-aspect .list-categories .btn-category-item.active .icon {
  background-color: #fff;
}

.location-section .G-card-aspect .map-container {
  position: relative;
  width: calc(100% + 32px);
  flex: 1;
  background-color: var(--brown);
  margin-left: -16px;
}

.location-section [class*=copyrights-pane] {
  display: none !important;
}

.location-section .map-container .fullscreen-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(60, 60, 60, 0.32);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0;
}

.location-section .map-container .fullscreen-btn .icon {
  font-size: 12px;
  background-color: var(--beige);
}

.location-section .map-container .custom-zoom-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}

.location-section .map-container .custom-zoom-btn .btn-zoom {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(60, 60, 60, 0.32);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0;
}

.location-section .map-container .custom-zoom-btn .btn-zoom .icon {
  font-size: 12px;
  background-color: var(--beige);
}

@media (max-width: 767px) {
  .location-section .G-card-aspect .list-categories {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
[class*=ymaps-2][class*=-ground-pane] {
  filter: brightness(0.86) grayscale(100%) sepia(0.26);
}

.location-section .G-card-aspect .map-container .bs-point-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  background-color: var(--text-brown);
  border-radius: 500px;
  margin: 0;
}

.location-section .G-card-aspect .map-container .bs-point-custom .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  margin: 2px;
  border-radius: 50px;
  aspect-ratio: 1/1;
}

.location-section .G-card-aspect .map-container .bs-point-custom .icon-container .icon {
  background-color: #E6D9C3;
}

.location-section .G-card-aspect .map-container .bs-point-custom .title {
  display: none;
  font-size: 16px;
  line-height: 105%;
  color: #F7F0E4;
  margin-right: 16px;
  text-align: left;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
}

.location-section .G-card-aspect .map-container .bs-point-custom.hover .title {
  display: -moz-box;
  display: -webkit-box;
}
.modal-location .modal-header {
  position: absolute;
  right: 0;
  padding: 0 !important;
}

.modal-location .container-body .modal-content {
  padding: 0 !important;
}

.modal-location .modal-header .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 60px !important;
  height: unset !important;
  aspect-ratio: 1/1 !important;
  border-radius: 50px;
  background-color: rgba(60, 60, 60, 0.32) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0;
}

.modal-location .modal-header .btn .icon {
  background-color: #fff;
}

.modal-location .modal-content {
  height: 100%;
}

.modal-location .map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-location .map-container .list-categories {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  padding: 0 16px;
}

.modal-location .map-container .list-categories .slider-categories {
  width: auto;
  margin: 0 auto;
}

.modal-location .map-container .list-categories .slider-categories .swiper-slide {
  width: auto !important;
  background-color: transparent !important;
}

.modal-location .map-container .list-categories .btn-category-item {
  padding: 7px 16px;
  background-color: #E4D9C5;
}

.modal-location .map-container .list-categories .btn-category-item .icon {
  background-color: var(--text-brown);
  font-size: 24px;
  margin-right: 4px;
}

.modal-location .map-container .list-categories .btn-category-item:hover {
  background-color: #d9cdb8;
}

.modal-location .map-container .list-categories .btn-category-item .title {
  color: var(--text-brown);
  white-space: nowrap;
}

.modal-location .map-container .list-categories .btn-category-item.active {
  background-color: var(--brown);
}

.modal-location .map-container .list-categories .btn-category-item.active .title {
  color: #fff;
}

.modal-location .map-container .list-categories .btn-category-item.active .icon {
  background-color: #fff;
}

.modal-location .map-container .bs-point-custom {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  background-color: var(--text-brown);
  border-radius: 500px;
  margin: 0;
}

.modal-location .map-container .bs-point-custom .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  margin: 2px;
  border-radius: 50px;
  aspect-ratio: 1/1;
}

.modal-location .map-container .bs-point-custom .icon-container .icon {
  background-color: #E6D9C3;
}

.modal-location .map-container .bs-point-custom .title {
  display: none;
  font-size: 16px;
  line-height: 105%;
  color: #F7F0E4;
  margin-right: 16px;
  text-align: left;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
}

.modal-location .map-container .bs-point-custom.hover .title {
  display: -moz-box;
  display: -webkit-box;
}
.master-plan {
  position: relative;
  margin-bottom: 16px;
}

.master-plan .G-card-aspect {
  padding: 0;
}

.master-plan .G-card-aspect .block-header {
  z-index: 2;
  color: #fff;
}

.master-plan .layout-plan-container {
  position: relative;
  height: 100%;
}

.master-plan .layout-plan-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 21.46%, rgba(0, 0, 0, 0) 83.5%, rgba(0, 0, 0, 0.4) 100%);
}

.master-plan .layout-plan-container .genplan-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.master-plan .btn-open-genplan {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 5;
  color: #fff;
  border-radius: 26px;
  background: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: width 300ms ease-in-out;
}

/* hint */
.master-plan .layout-plan-container .hint-section {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 70px;
  height: 24px;
  border-radius: 8px;
  background: #fff;
  transform: translateX(calc(-50% + 7.5px)) translateY(calc(-100% - 16px));
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms ease-in-out, visibility 150ms ease-in-out;
}

.master-plan .layout-plan-container .hint-section.show {
  opacity: 1;
  visibility: visible;
}

.master-plan .layout-plan-container .hint-section .title {
  font-size: 12px;
}

.master-plan .layout-plan-container .hint-section:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 20px;
  transform: translateY(-100%);
  width: 32px;
  height: 13px;
  background-image: url(/assets/img/triangle-dropdown-hint.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mini-elector {
  margin-bottom: 16px;
}
.mini-elector .G-card-aspect {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  background-color: var(--beige);
}
.mini-elector .block-header {
  max-width: 185px;
  position: static;
}
.mini-elector .field-container {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}
.mini-elector .field-container .title-field {
  color: #9E9387;
  font-size: 16px;
}
.mini-elector .field-container .grid-fields-array {
  display: flex;
  grid-gap: 8px;
  flex-wrap: wrap;
}
.mini-elector .field-container[type=input-checkbox] .checkbox-wrapper-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 44px;
  height: 52px;
  padding: 0 16px;
  border-radius: 50px;
  border: 1px solid #E4D9C5;
  cursor: pointer;
}
.mini-elector .field-container[type=input-checkbox] .checkbox-wrapper-item:hover {
  border-color: #9E9387;
}
.mini-elector .field-container[type=input-checkbox] .checkbox-wrapper-item input {
  display: none;
}
.mini-elector .field-container[type=input-checkbox] .checkbox-wrapper-item .title {
  padding: 0 !important;
  margin: 0 !important;
}
.mini-elector .field-container[type=input-checkbox] .checkbox-wrapper-item .title:before {
  display: none;
}
.mini-elector .field-container[type=input-checkbox] .checkbox-wrapper-item.active {
  background-color: #EDE8DF;
  border-color: #EDE8DF;
}
.mini-elector .mini-elector-filter {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 50px;
}
.mini-elector .btn-black {
  margin-top: auto;
  width: 100%;
}
.C-subscribe-newsletter {
  position: relative;
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.C-subscribe-newsletter .row-container {
  background-color: #392E26;
}

.C-subscribe-newsletter .row-container .title-block {
  color: #F9F0E3;
}

.C-subscribe-newsletter .row-container .desc {
  color: rgba(249, 240, 227, 0.5);
}

.C-subscribe-newsletter .row-container .privacy-policy {
  color: rgba(249, 240, 227, 0.5);
}

.C-subscribe-newsletter .row-container .btn-send {
  width: 100%;
  background: #F8F1E3;
  color: #1A1A1A;
}

.right-col .C-subscribe-newsletter {
  margin-bottom: initial;
  max-width: initial;
  width: initial;
  padding: initial;
}

.right-col .C-subscribe-newsletter .row-container {
  border-radius: 4px;
  background: #EDE8DF;
  padding: 16px;
}

.right-col .C-subscribe-newsletter .row-container .title-block {
  color: var(--text-brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.right-col .C-subscribe-newsletter .row-container .desc {
  color: rgba(67, 48, 31, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  opacity: 0.5;
  margin-top: 8px;
  margin-bottom: 32px;
}

.right-col .C-subscribe-newsletter .row-container .privacy-policy {
  color: var(--text-brown);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin-top: 16px;
}

.right-col .C-subscribe-newsletter .row-container .privacy-policy a {
  color: inherit;
  text-decoration: underline;
  transition: opacity var(--transitionTime);
}
.right-col .C-subscribe-newsletter .row-container .privacy-policy a:hover {
  opacity: 0.5;
}

.right-col .C-subscribe-newsletter .row-container .btn-send {
  width: 100%;
  background-color: var(--text-brown);
  color: #F8F5EF;
}
@charset "UTF-8";
.mr-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1300;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 50px 30px;
  -webkit-backface-visibility: hidden;
  perspective: 1000;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0) translateZ(0);
  will-change: transform;
}

.mr-modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  transition: opacity 350ms;
  will-change: backdrop-filter, opacity;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0) translate(0, 0);
}

.mr-modal .container-body {
  position: relative;
  background: #F8F1E3;
  padding: 60px;
  -webkit-transition: transform 150ms ease-in-out;
  -moz-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0) translate(0, 0);
  will-change: transform, opacity;
}

.mr-modal .container-body .modal-content {
  color: var(--text-primary);
  overflow-y: overlay;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(150, 150, 150, 0.5) transparent;
}

.mr-modal .container-body .modal-content::-webkit-scrollbar {
  height: 12px;
  width: 8px;
}

.mr-modal .container-body .modal-content::-webkit-scrollbar-track {
  background: transparent;
}

.mr-modal .container-body .modal-content::-webkit-scrollbar-thumb {
  background: rgba(150, 150, 150, 0.5);
  border-radius: 5px;
  border: 3px solid transparent;
}

.mr-modal[direction=full] {
  padding: 0 !important;
  overflow: hidden;
}

.mr-modal[direction=full] .container-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: auto;
  border-radius: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, -50px);
  -webkit-transition: transform 180ms ease-in-out, opacity 180ms ease-in-out;
  -moz-transition: transform 180ms ease-in-out, opacity 180ms ease-in-out;
  transition: transform 180ms ease-in-out, opacity 180ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}

.mr-modal .container-body .modal-header {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  gap: 24px;
  /*border-bottom: 1px solid var(--text-thirdly);*/
}

.mr-modal .container-body .modal-header .header-info .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--text-primary);
  white-space: pre-wrap;
}

.mr-modal .container-body .modal-header .header-info .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #949494;
  margin-top: 8px;
}

.mr-modal .container-body .modal-header .btn-close-modal {
  width: 52px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.mr-modal .container-body .modal-header .btn-close-modal:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.mr-modal .container-body .modal-header .btn-close-modal i {
  color: #6C757D;
  font-size: 20px;
}

.mr-modal .container-body .modal-header .btn-close-modal:hover i {
  color: #000;
}

.mr-modal[direction=center] {
  padding: 0;
  overflow: hidden;
}

.mr-modal[direction=center] .container-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: auto;
  border-radius: 12px;
  opacity: 0;
  max-height: 100%;
  min-width: 400px;
  transform: translate3d(0, 0, -50px);
  -webkit-transition: transform 180ms ease-in-out, opacity 180ms ease-in-out;
  -moz-transition: transform 180ms ease-in-out, opacity 180ms ease-in-out;
  transition: transform 180ms ease-in-out, opacity 180ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}

.mr-modal[direction=center] .container-body .modal-content {
  padding: 30px;
}

.mr-modal[direction=center] .container-body .modal-footer {
  display: flex;
  grid-gap: 10px;
  justify-content: flex-end;
  align-content: center;
  padding: 20px 30px;
  /*border-top: 1px solid var(--text-thirdly);*/
}

.mr-modal[direction=center] .container-body .modal-footer .btn {
  min-width: 126px;
  height: 40px;
  padding-left: 22px;
  padding-right: 22px;
}

.mr-modal[direction=right] {
  padding: 0;
}

.mr-modal[direction=right] .container-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  max-height: 100%;
  height: 100%;
  margin-left: auto;
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 300ms, opacity 100ms ease-in-out;
  -moz-transition: transform 300ms, opacity 100ms ease-in-out;
  transition: transform 300ms, opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 500;
  backface-visibility: hidden;
  perspective: 500;
  will-change: transform, opacity;
}

.mr-modal[direction=right] .container-body .modal-content {
  padding: 30px;
  height: 100%;
}

.mr-modal[direction=right] .container-body .modal-footer {
  display: flex;
  grid-gap: 10px;
  justify-content: flex-end;
  align-content: center;
  padding: 20px 30px;
  border-top: 1px solid var(--text-thirdly);
}

.mr-modal[direction=right] .container-body .modal-footer .btn {
  min-width: 100px;
  height: 40px;
}

.mr-modal[direction=top] {
  padding: 0;
}

.modal-callback .container-body .modal-header .header-info {
  align-items: center;
  display: flex;
}

.mr-modal[direction=top] .container-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: max-content;
  max-height: 50vh;
  padding: 0;
  transform: translate3d(0, -100%, 0);
  -webkit-transition: transform 600ms, opacity 100ms ease-in-out;
  -moz-transition: transform 600ms, opacity 100ms ease-in-out;
  transition: transform 600ms, opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform, opacity;
}

.mr-modal[direction=top] .container-body .modal-content {
  padding: 30px;
  height: 100%;
}

.mr-modal[direction=top] .container-body .modal-footer {
  display: flex;
  grid-gap: 10px;
  justify-content: flex-end;
  align-content: center;
  padding: 20px 30px;
  border-top: 1px solid #EFEFF5;
}

.mr-modal[direction=top] .container-body .modal-footer .btn {
  min-width: 100px;
  height: 40px;
}

.mr-modal.open {
  pointer-events: auto;
}

.mr-modal.open:before {
  opacity: 1;
}

.mr-modal.open .container-body {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0) translate(0);
  will-change: transform, transform3d, opacity;
}

/* end - Модальное окно */
@media (max-width: 767px) {
  .mr-modal[direction=center] {
    padding: 0 !important;
  }
  .mr-modal[direction=center] .container-body {
    border-radius: 0 !important;
  }
  .mr-modal[direction=center] .container-body {
    min-width: unset;
  }
  .mr-modal .container-body {
    border-radius: 0;
  }
  .mr-modal .container-body .modal-header {
    padding: 20px 16px !important;
  }
  .mr-modal .container-body .modal-content {
    padding: 20px 16px !important;
  }
  .mr-modal .container-body .modal-footer {
    padding: 20px 16px !important;
  }
  .modal-callback .container-body .modal-header .header-info .title {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
  }
  .mr-modal .container-body .modal-header .btn-close-modal {
    width: 34px !important;
    background-color: transparent;
    margin: 0;
    cursor: pointer;
  }
}
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  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));
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.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-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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 svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.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 {
  pointer-events: auto;
}

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  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 {
  pointer-events: auto;
  visibility: visible;
}

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

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

.swiper-flip {
  overflow: visible;
}

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

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

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.G-tab-container {
  border-radius: 1000px;
  border: 1px solid var(--beige-light-03);
  padding: 4px;
  width: fit-content;
  display: flex;
}

.G-tab-item {
  color: var(--text-brown);
  display: flex;
  height: 44px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.G-tab-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-brown-opacity);
  margin-left: 8px;
}

.G-tab-item span:empty {
  display: none;
}

.G-tab-item i {
  background-color: var(--brown-dark);
  transition: 0.3s;
}

.G-tab-item.active {
  background-color: var(--beige-dark);
  color: var(--text-brown);
}

.G-tab-item:not(.active):hover {
  color: rgba(67, 48, 31, 0.5);
}

.G-tab-item:not(.active):hover i {
  background-color: rgba(70, 47, 28, 0.5);
}

@media (max-width: 767px) {
  .G-tab-item {
    font-size: 13px;
    padding: 8px 10px;
    height: 34px;
  }
}
/* input-text */
form {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
}

.field-container .title-field {
  font-size: 16px;
  color: var(--text-brown);
  margin-bottom: 8px;
}

.field-container[type=input-text] input {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  padding: 0 32px;
  background-color: transparent;
  border: 1px solid rgba(70, 47, 28, 0.25);
}

.field-container[type=input-text] input:hover {
  border-color: #9D9182;
}

.field-container[type=input-text] input:focus {
  border-color: var(--brown);
}

.field-container[type=input-text].error input {
  border-color: #F9BDAB !important;
  color: #FB8872;
}

.field-container[type=input-text].error input::placeholder {
  color: #FB8872;
}

/* END - input-text */
.field-container[type=textarea] textarea {
  width: 100%;
  height: 124px;
  border-radius: 26px;
  padding: 16px 32px;
  background-color: transparent;
  border: 1px solid rgba(70, 47, 28, 0.25);
}

/* select */
.field-container[type=select] {
  width: 100%;
}

.field-container[type=select] .select-wrapper {
  position: relative;
  width: 100%;
}

.field-container[type=select] .select-wrapper .select-handle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #E4D9C5;
  grid-gap: 10px;
  padding-left: 16px;
  padding-right: 22px;
  cursor: pointer;
}

.field-container[type=select] .select-wrapper .select-handle:hover {
  border-color: #9E9387;
}

.field-container[type=select] .select-wrapper .select-handle.open {
  border-radius: 26px 26px 0 0;
}

.field-container[type=select] .select-wrapper .select-handle .selected-text {
  width: 100%;
  color: var(--text-brown);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.field-container[type=select] .select-wrapper .select-handle .icon {
  background-color: var(--text-brown);
  font-size: 9px;
}

.field-container[type=select] .select-wrapper .list-value {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  border: 1px solid #E4D9C5;
  border-top: none;
  border-radius: 0 0 26px 26px;
  background-color: #F8F5EF;
  overflow: hidden;
}

.field-container[type=select] .select-wrapper .list-value:not(.show) {
  display: none;
}

.field-container[type=select] .select-wrapper .list-value .option-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #E4D9C5;
  padding: 0 16px;
}

.field-container[type=select] .select-wrapper .list-value .option-item .title {
  color: var(--text-brown);
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.field-container[type=select] .select-wrapper .list-value .option-item .checkbox {
  position: relative;
  width: 20px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  border: 1px solid #E4D9C5;
  background-color: #F8F5EF;
}

.field-container[type=select] .select-wrapper .list-value .option-item.active {
  background-color: #eee8de;
}

.field-container[type=select] .select-wrapper .list-value .option-item.active .checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  aspect-ratio: 1/1;
  background-color: var(--brown);
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.field-container[type=select] .select-wrapper .list-value .option-item:last-child {
  border-bottom: transparent;
}

.field-container[type=select] .select-wrapper .list-value .option-item:hover {
  background-color: #EDE8DF;
  cursor: pointer;
}

.field-container[type=select] .select-wrapper select {
  display: none !important;
}

/* END - select */
/* range */
.field-container[type=range] .range-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #E4D9C5;
}

.field-container[type=range] .range-wrapper:hover {
  border-color: #9E9387;
}

.field-container[type=range] .range-wrapper .range-row {
  position: relative;
  flex: 1;
  height: 100%;
}

.field-container[type=range] .range-wrapper .range-row .output {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 16px;
  color: var(--text-brown);
  background-color: transparent;
}

.field-container[type=range] .range-wrapper .range-row.range-to .output {
  padding-right: 32px;
}

.field-container[type=range] .range-wrapper .range-row .output::placeholder {
  color: #9E9387;
}

.field-container[type=range] .range-wrapper .range-row .field-range {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  margin: 0;
  width: 100%;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.field-container[type=range] .range-wrapper .range-row .field-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 10px;
  border-radius: 20px;
  background: var(--text-brown);
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

.field-container[type=range] .range-wrapper .separator {
  width: 1px;
  height: 50%;
  background-color: #E4D9C5;
}

.field-container[type=range] .range-wrapper .prefix {
  color: var(--text-brown);
  font-size: 16px;
  position: absolute;
  right: 16px;
}

/* END - range */
/* checkbox */
.field-container[type=input-checkbox] .grid-fields-array .checkbox-wrapper-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.field-container[type=input-checkbox] .grid-fields-array .checkbox-wrapper-item input {
  display: none;
}

.field-container[type=input-checkbox] .grid-fields-array .checkbox-wrapper-item .title {
  position: relative;
  font-size: 16px;
  color: var(--text-brown);
  padding-left: 26px;
}

.field-container[type=input-checkbox] .grid-fields-array .checkbox-wrapper-item .title:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  border: 7px solid transparent;
  outline: 1px solid #E4D9C5;
  outline-offset: 3px;
}

.field-container[type=input-checkbox] .grid-fields-array .checkbox-wrapper-item.active .title:before {
  border-color: var(--text-brown);
}

.field-container[type=input-checkbox] .grid-fields-array .checkbox-wrapper-item:hover .title:before {
  outline: 1px solid var(--text-brown);
}

.field-container[type=input-checkbox].error .grid-fields-array .checkbox-wrapper-item .title {
  color: #FB8872;
}

/* END - checkbox */
.G-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.G-checkbox input {
  display: none;
}

.G-checkbox input:checked + .checkbox-item:before {
  opacity: 1;
  visibility: visible;
}

.G-checkbox .checkbox-item {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid var(--dark-beige);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.G-checkbox .checkbox-item:before {
  width: 14px;
  height: 14px;
  background-color: var(--text-brown);
  content: "";
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
}

.G-checkbox p {
  margin: 0;
  color: var(--brown-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.G-checkbox p a {
  color: inherit;
  text-decoration: underline;
}

.G-checkbox.error p {
  color: #FB8872;
}
:root {
  --text-brown: #43301F;
  --text-brown-opacity: rgba(67, 48, 31, 0.5);
  --text-brown-opacity-08: rgba(67, 48, 31, 0.8);
  --beige: #F7F0E4;
  --beige-opacity: rgba(247, 240, 228, 0.5);
  --beige-opacity-25: rgba(247, 240, 228, 0.25);
  --beige-opacity-70: rgba(247, 240, 228, 0.7);
  --beige-light: #EEE8DE;
  --beige-light-01: #CFC5B5;
  --beige-light-02: #F7F2E8;
  --beige-light-03: #CDC5B7;
  --beige-light-04: #DDD4C3;
  --beige-light-05: #EDE8DF;
  --beige-light-06: #E0DACF;
  --beige-dark: #DDD4C3;
  --beige-light-hover: #DFD4C1;
  --dark-beige: #E4D9C5;
  --brown: #372E27;
  --brown-dark: #462F1C;
  --dark: #292929;
  --dark-01: #1A1A1A;
  --transitionTime: .3s;
}