@charset "UTF-8";

@font-face {
  font-family: "Onest";
  src: url("fonts/OnestThin1602-hint.woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/OnestLight1602-hint");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/OnestRegular1602-hint.woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/OnestMedium1602-hint.woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/OnestBold1602-hint.woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/OnestExtraBold1602-hint.woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("fonts/OnestBlack1602-hint.woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Georgia";
  src: url("fonts/georgia_bolditalic.ttf");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Oranienbaum";
  src: url("fonts/Oranienbaum-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

:root {
  --blue: #011c25;
  --indigo: #6812f3;
  --purple: #6f42c2;
  --pink: #e93f8e;
  --red: #a51f18;
  --orange: #fd7e17;
  --yellow: #ad6200;
  --green: #448344;
  --teal: #5abfdd;
  --cyan: #30638d;
  --white: white;
  --gray-100: #f9fafb;
  --gray-200: #eaedf0;
  --gray-300: #dfe3e7;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6d757e;
  --gray-700: #484f56;
  --gray-800: #353b41;
  --gray-900: #22262a;
  --primary: #010156;
  --secondary: #6d757e;
  --success: #448344;
  --info: #30638d;
  --warning: #ad6200;
  --danger: #a51f18;
  --light: #f9fafb;
  --dark: #353b41;
  --primary-rgb: 1, 1, 86;
  --secondary-rgb: 109, 117, 126;
  --success-rgb: 68, 131, 68;
  --info-rgb: 48, 99, 141;
  --warning-rgb: 173, 98, 0;
  --danger-rgb: 165, 31, 24;
  --light-rgb: 249, 250, 251;
  --dark-rgb: 53, 59, 65;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --body-color-rgb: 34, 38, 42;
  --body-bg-rgb: 255, 255, 255;
  --body-font-family: "Onest", "Arial", sans-serif;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #22262a;
  --body-bg: white;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--blue);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.custom-container,
.houses-list.view-category main {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

#sp-page-builder .page-header {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  background: #011c25; /* New */
  padding-bottom: 30px; /* New */
}

.banner__intro {
  margin-top: calc(100vw / 1.7777778 * 0.3);
  letter-spacing: -0.02em;
  color: var(--white);
  font-size: 16px;
  line-height: 114%;
}

.banner__title {
  font-size: 80px;
  line-height: 80px;
  color: var(--white);
  font-weight: 900;
  margin-top: 12px;
}

.banner__subtitle {
  font-size: 20px;
  line-height: 113%;
  font-weight: 700;
  margin-top: 12px;
  color: var(--white);
}

.banner__link a {
  transition: all 0.25s;
  border: 1px solid var(--white);
  border-radius: 55px;
  padding: 23px 43px;
  color: var(--white);
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  margin-top: 60px;
  display: inline-block;
  text-decoration: none;
}

.banner__link a:hover,
.banner__link a:focus {
  background: var(--blue);
  border-color: var(--blue);
}

.mod-menu.mod-list.nav {
  padding: 0;
  margin: 36px auto 0 auto;
  list-style: none;
  display: flex;
  gap: 40px;
  max-width: 1230px;
  padding: 0 15px;
  align-items: center;
}

.mod-menu.mod-list.nav a {
  color: var(--white);
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
  transition: all 0.25s;
}

.mod-menu.mod-list.nav a:hover {
  text-decoration: underline;
}

.banner__down {
  text-align: right;
}

.banner__down a {
  margin-right: 120px;
  margin-top: -20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: fromBottom 1.5s ease-out 0.3s;
}

@keyframes fromBottom {
  0% {
    transform: translateY(150%);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}

.banner__down-arrow {
  position: absolute;
}

.banner__down-words {
  animation: rotate 10s ease-in-out 2.5s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0);
  }
}

.mod-menu.mod-list.nav a.home-link {
  font-family: "Georgia";
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
}

.mod-menu.mod-list.nav .item-101 {
  margin-right: auto;
}

.sppb-section.about .sppb-container-inner {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.about {
  background-color: var(--blue);
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about__left .sppb-column-addons {
  display: flex;
  align-items: center;
}

.about__links a {
  display: block;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  width: max-content;
  max-width: 100%;
  color: var(--white);
  opacity: 0.25;
  line-height: 113%;
  transition: all 0.25s;
}

.about__links a.second {
  font-size: 22px;
}

.about__links a.third {
  font-size: 16px;
}

.about__links a.active {
  font-size: 28px;
  opacity: 1;
  font-weight: 500;
}

.about__links a:hover {
  text-decoration: underline;
}

.about__block-1 {
  color: var(--white);
}

.about__right {
  color: var(--white);
}

.block-1__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
  margin: 0;
}

.block-1__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.block-1__text p {
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 114%;
}

.about__block-1 iframe {
  margin-top: 60px;
}

.about__block-2 .sppb-addon-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 34px;
}

.director__left {
  max-width: 372px;
}

.direcotr__left-text-block {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.director__right {
  max-width: 445px;
  margin-top: 40px;
}

.director__words {
  max-width: 209px;
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 14px;
  line-height: 114%;
  color: rgba(195, 193, 193, 1);
}

.director__name {
  font-size: 18px;
  line-height: 113%;
  font-weight: 700;
  margin: 0;
}

.block-2__title {
  font-size: 40px;
  line-height: 113%;
  font-weight: 700;
  margin: 0;
}

.block-2__text {
  margin: 24px 0 0 0;
  font-size: 16px;
  line-height: 114%;
  max-width: 282px;
}

.about__right .sppb-column-addons .sppb-addon-wrapper:not(:first-child) {
  display: none;
}

.block-3__text-block {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 24px;
}

.block-3__text {
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid var(--white);
}

.block-3 .sppb-addon-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-3 .sppb-addon-wrapper:nth-child(2) {
  background-color: var(--blue);
  color: var(--white);
}

.block-3 .sppb-container-inner {
  width: 100%;
}

.smeta__title {
  font-size: 60px;
  line-height: 40px;
  font-weight: 700;
  color: var(--blue);
  margin: 0;
}

.smeta__text {
  letter-spacing: -0.02em;
  color: var(--blue);
  max-width: 546px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 114%;
}

.smeta__text-block {
  display: flex;
}

.block-3__1 img {
  margin: 40px auto 0 auto;
  display: block;
}

.project__title {
  font-size: 80px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
}

.project__text {
  letter-spacing: -0.02em;
  margin: 45px 0 0 0;
  font-size: 16px;
  line-height: 114%;
}

.project__text-block {
  display: flex;
  align-items: center;
}

#sppb-addon-1673789545951,
#sppb-addon-1673789545964,
#sppb-addon-1673806186942,
#sppb-addon-1673806186947 {
  width: 100%;
}

.project__bottom {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

.partners__title {
  font-size: 28px;
  line-height: 113%;
  font-weight: 700;
  margin: 60px 0 24px 0;
}

.partners__img {
  display: block;
  margin-bottom: 35px;
}

.project__partners {
  margin-top: 80px;
}

.report__title {
  font-size: 80px;
  line-height: 113%;
  font-weight: 700;
  color: var(--blue);
  margin: 0;
}

.report__photos {
  margin: 40px 0 0 0;
  display: grid;
  gap: 24px;
  grid-template-columns: max-content max-content;
}

.block-3__3 {
  position: relative;
}

.report__wa {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: -1;
}

.calendar__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 113%;
  color: var(--blue);
  margin: 0;
}

.content__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 113%;
  color: var(--blue);
  margin: 0;
}

.content__sub_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 113%;
  color: var(--blue);
  margin: 0;
}

.calendar__text {
  letter-spacing: -0.02em;
  max-width: 444px;
  margin: 60px 0 0 0;
  font-size: 16px;
  line-height: 114%;
  color: var(--blue);
}

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

.calendar__img {
  box-shadow: -42px 124px 52px rgba(0, 0, 0, 0.01),
    -24px 70px 44px rgba(0, 0, 0, 0.05), -11px 31px 33px rgba(0, 0, 0, 0.09),
    -3px 8px 18px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.calendar__bottom {
  margin-top: 60px;
  display: flex;
  gap: 130px;
  justify-content: center;
}

.block-4__inner .sppb-addon-content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}

.block-4__title {
  font-size: 60px;
  line-height: 113%;
  font-weight: 700;
  margin: 0;
}

.block-4__list {
  margin: 40px 0 0 0;
  padding: 0 0 0 20px;
}

.block-4__list li {
  font-size: 20px;
  line-height: 113%;
  margin-bottom: 24px;
}

.block-4__back-list {
  font-family: "Oranienbaum";
  font-weight: 400;
  font-size: 144px;
  line-height: 130%;
  letter-spacing: -0.035em;
  color: #020202;
  opacity: 0.05;
  text-shadow: -6px 62px 25px rgba(0, 0, 0, 0.01),
    -3px 35px 21px rgba(0, 0, 0, 0.05), -1px 16px 16px rgba(0, 0, 0, 0.09),
    0px 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.block-4__back .sppb-addon-content {
  /* display: flex;
  gap: 32px; */
  position: absolute;
  top: -120px;
  /* left: 6%; */
  z-index: -1;
}

.block-4 {
  overflow: hidden;
}

.director__slogan {
  position: absolute;
  text-align: right;
  font-size: 120px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  width: max-content;
  z-index: -1;
  top: -180px;
  right: -167px;
}

.director__right-text {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.director__right img {
  margin-top: 40px;
  display: block;
  margin-left: auto;
}

.block-3__2 .sppb-addon-content {
  display: grid;
  grid-template-columns: 315px 1fr;
}

.block-6__left {
  max-width: 400px;
}

.block-6__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
  color: var(--blue);
  margin: 0 0 24px 0;
}

.block-6__subtitle {
  margin: 0 0 40px 0;
  font-size: 28px;
  line-height: 113%;
  color: var(--blue);
}

.block-6__text {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: var(--blue);
  margin: 0 0 8px 0;
}

.block-6__link,
.house-slider__main-link a {
  padding: 23px 43px;
  color: var(--blue);
  border: 1px solid var(--blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  border-radius: 100px;
  display: inline-block;
  margin-top: 60px;
  transition: all 0.25s;
}

.house-slider__main-link a {
  color: var(--white);
  border: 1px solid var(--white);
}

.block-6__link:hover {
  background-color: var(--blue);
  color: var(--white);
}

.house-slider__main-link a:hover {
  background-color: var(--white);
  color: var(--blue);
}

.block-4__inner.custom-container {
  margin-top: 60px;
}

.block-6__links-list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  list-style: none;
}

.block-6__links-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  margin: 0 12px;
}

.block-6__links-item span {
  margin-top: 8px;
}

.block-6__links-item a {
  width: 64px;
  height: 64px;
  border: 1px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  border-radius: 50%;
  filter: drop-shadow(-6px 62px 25px rgba(0, 0, 0, 0.01))
    drop-shadow(-3px 35px 21px rgba(0, 0, 0, 0.05))
    drop-shadow(-1px 16px 16px rgba(0, 0, 0, 0.09))
    drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}

.block-6__links-item a svg path {
  transition: all 0.25s;
}

.block-6__links-item a:hover,
.block-6__links-item a.active {
  background-color: var(--blue);
  box-shadow: -6px 62px 25px rgba(0, 0, 0, 0.01),
    -3px 35px 21px rgba(0, 0, 0, 0.05), -1px 16px 16px rgba(0, 0, 0, 0.09),
    0px 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1),
    inset 0px 4px 28px rgba(0, 0, 0, 0.1);
}

.block-6__links-item a:hover svg path,
.block-6__links-item a.active svg path {
  fill: var(--white);
}

.block-6__links-item span {
  color: var(--blue);
  font-size: 12px;
  line-height: 130%;
}

.block-6 .block-4__back .sppb-addon-content {
  top: 25px;
}

#sppb-addon-wrapper-1674416347236,
#sppb-addon-wrapper-1674416347239 {
  display: none;
}

.block-7 {
  background-color: #eeeeee;
}

.block-7__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 113%;
  color: var(--blue);
}

.block-7__bottom {
  margin-top: 69px;
}

.block-7 .photo-2,
.block-7 .photo-3,
.block-7 .photo-4 {
  display: none;
}

.block-7__photo-block {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  min-height: 450px;
}

.block-7__links-list {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
}

.block-7__links-list a {
  display: inline-block;
  padding: 12px;
  color: var(--blue);
  margin: 6px 0;
  font-weight: 500;
  transition: all 0.25s;
  border-radius: 12px;
}

.block-7__links-list a:hover,
.block-7__links-list a.active {
  background-color: var(--blue);
  color: var(--white);
}

.footer {
  background-color: var(--blue);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer a {
  color: var(--white);
}

.footer__menu-block-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 113%;
  margin: 0 0 12px 0;
}

.footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu-list a {
  font-size: 18px;
  line-height: 130%;
  font-weight: 500;
}

.footer__menu-list a:hover {
  text-decoration: underline;
}

.footer__menu-list li {
  margin: 0 0 8px 0;
}

.footer__menu .sppb-addon-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__bottom-left {
  margin-top: 50px;
}

.footer__main-link {
  font-family: "Georgia";
  display: block;
  width: max-content;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 130%;
}

.footer__bottom .sppb-addon-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.footer__bottom-right img {
  margin-bottom: 20px;
}

.footer__tel {
  display: block;
  width: max-content;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 114%;
  opacity: 0.8;
}

.footer__address {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
  margin: 0;
}

.footer__social {
  margin: 30px 0 16px 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
}

.footer__copyright {
  opacity: 0.25;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
}

.house-slider {
  background-color: var(--blue);
  color: var(--white);
  overflow: hidden;
}

.house-slider__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 113%;
}

.house-slider__swiper {
  margin-top: 40px;
}

.house-slider__item {
  max-width: 380px;
  border-radius: 12px;
  overflow: hidden;
}

.house-slider__item-bottom {
  padding: 18px 18px 19px 18px;
  background-color: var(--white);
  color: var(--blue);
}

.house-slider__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
  margin: 0;
}

.house-slider__props {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}

.house-slider__item > img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}

.house-slider__prop {
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 5px;
}

.house-slider__price-block {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.house-slider__price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.house-slider__price-title {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
}

.house-slider__price-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
}

.house-slider__item-link {
  border: 1px solid #011c25;
  filter: drop-shadow(-6px 62px 25px rgba(0, 0, 0, 0.01))
    drop-shadow(-3px 35px 21px rgba(0, 0, 0, 0.05))
    drop-shadow(-1px 16px 16px rgba(0, 0, 0, 0.09))
    drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.house-slider__item-link svg path,
.house-slider__item-link svg {
  transition: all 0.25s;
}

.house-slider__item-link:hover {
  background-color: var(--blue);
  box-shadow: -6px 62px 25px rgba(0, 0, 0, 0.01),
    -3px 35px 21px rgba(0, 0, 0, 0.05), -1px 16px 16px rgba(0, 0, 0, 0.09),
    0px 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.house-slider__item-link:hover svg path {
  fill: var(--white);
}

.house-slider__item-link:hover svg {
  transform: rotate(-90deg);
}

.house-button-prev,
.house-button-next {
  margin: 0;
  padding: 0;
  background: rgba(238, 238, 238, 0.4);
  box-shadow: -11px 20px 9px rgba(0, 0, 0, 0.01),
    -6px 12px 8px rgba(0, 0, 0, 0.05), -3px 5px 6px rgba(0, 0, 0, 0.09),
    -1px 1px 3px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
}

.house-button-prev svg path,
.house-button-next svg path {
  transition: all 0.25s;
}

.house-button-prev:hover,
.house-button-next:hover {
  background-color: var(--white);
}

.house-button-prev:hover svg path,
.house-button-next:hover svg path {
  fill: var(--blue);
  opacity: 1;
}

.house-slider__slider {
  position: relative;
}

.house-slider__slider::before,
.house-slider__slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc((100vw - 1275px) / 2);
  height: 100%;
  /* background-color: var(--blue); */
  /* opacity: 0.8; */
  z-index: 2;
}

.house-slider__slider::after {
  right: 0;
  left: auto;
}

.house-slider__nav {
  display: flex;
  gap: 18px;
  position: absolute;
  top: -104px;
  right: calc((100vw - 1215px) / 2);
}

.quiz {
  background-color: var(--blue);
  color: var(--white);
  min-height: 977px;
}

.quiz__greet {
  text-shadow: -6px 62px 25px rgba(0, 0, 0, 0.01),
    -3px 35px 21px rgba(0, 0, 0, 0.05), -1px 16px 16px rgba(0, 0, 0, 0.09),
    0px 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  font-size: 19px;
  line-height: 24px;
  text-align: center;
}

.quiz__slide-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
  text-align: center;
}

.quiz__slide-options {
  margin-top: 60px;
  display: flex;
  gap: 24px;
}

.quiz__slide-options img {
  border-radius: 12px;
}

.quiz__slide-options label {
  position: relative;
  cursor: pointer;
}

.quiz__slide-options label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  margin: 0;
  height: 0;
}

.quiz__tick {
  width: 60px;
  height: 60px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  background-color: var(--blue);
  left: calc(50% - 30px);
  bottom: 46px;
  border-radius: 50%;
}

.quiz__tick-inner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}

.quiz__tick svg path {
  transition: all 0.25s;
}

.quiz__slide-options label input:checked + .quiz__tick {
  background-color: var(--white);
}

.quiz__slide-options label input:checked + .quiz__tick .quiz__tick-inner {
  border-color: var(--blue);
}

.quiz__slide-options label input:checked + .quiz__tick svg path {
  stroke: var(--blue);
}

.quiz__option-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
  margin-top: 54px;
  text-align: center;
}

.quiz__item--not-img .quiz__greet {
  opacity: 0.4;
}

.quiz__item--not-img .quiz__slide-title {
  margin-top: 24px;
}

.quiz__item--not-img .quiz__slide-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.quiz__item--not-img .quiz__slide-options label {
  height: 153px;
  background-image: url("/img/quiz/label-back.png");
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px;
  background-size: calc(100% + 2px) calc(100% + 2px);
  background-position: -1px -1px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.quiz__item--not-img .quiz__slide-options label.active {
  border-color: var(--white);
}

.quiz__item--not-img .quiz__slide-options label .quiz__tick {
  position: static;
  width: 36px;
  height: 36px;
  padding: 9px;
}

.quiz__item--not-img .quiz__slide-options label .quiz__tick .quiz__tick-inner {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.quiz__item--not-img .quiz__option-name {
  letter-spacing: 0.06em;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
}

.quiz__item--not-img
  .quiz__slide-options
  label
  input:checked
  + .quiz__tick
  svg
  path {
  stroke-opacity: 1;
}

.quiz__form {
  position: relative;
}

.quiz__scrollbar .swiper-scrollbar-drag {
  background: var(--white);
  border-radius: 0;
  opacity: 0.5;
}

.quiz__scrollbar.swiper-scrollbar {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  width: 100%;
  height: 2px;
  position: static;
  margin-top: 40px;
}

.quiz__navigation {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
}

.quiz__pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
  font-size: 12px;
  letter-spacing: -0.02em;
}

.swiper-pagination-current {
  font-size: 16px;
}

.quiz__button-next {
  padding: 14px 47px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  border: 1px solid #ffffff;
  filter: drop-shadow(-6px 62px 25px rgba(0, 0, 0, 0.01))
    drop-shadow(-3px 35px 21px rgba(0, 0, 0, 0.05))
    drop-shadow(-1px 16px 16px rgba(0, 0, 0, 0.09))
    drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  border-radius: 55px;
  transition: all 0.25s;
  cursor: pointer;
}

.quiz__button-next:hover {
  background-color: var(--white);
  color: var(--blue);
}

.quiz__button-prev {
  padding: 14px 47px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  border: 1px solid #ffffff;
  filter: drop-shadow(-6px 62px 25px rgba(0, 0, 0, 0.01))
    drop-shadow(-3px 35px 21px rgba(0, 0, 0, 0.05))
    drop-shadow(-1px 16px 16px rgba(0, 0, 0, 0.09))
    drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  border-radius: 55px;
  transition: all 0.25s;
  cursor: pointer;
margin-right: 10px;
}

.quiz__button-prev:hover {
  background-color: var(--white);
  color: var(--blue);
}

.quiz__item--2 .quiz__slide-title {
  margin-top: 24px;
}

.quiz__item--2 .quiz__slide-options {
  flex-wrap: wrap;
  gap: 40px 38px;
  justify-content: center;
}

.quiz__item--2 .quiz__option-name {
  margin-top: 38px;
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
}

.quiz__item--2 .quiz__slide-options label .quiz__tick {
  width: 36px;
  height: 36px;
  padding: 9px;
  bottom: 43px;
  left: calc(50% - 18px);
}

.quiz__item--2 .quiz__slide-options label .quiz__tick .quiz__tick-inner {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.quiz__item--2 .quiz__slide-options label input:checked + .quiz__tick svg path {
  stroke-opacity: 1;
}

.quiz__slider {
  overflow: hidden;
}

.quiz__item--3 .quiz__slide-options {
  gap: 40px;
}

.block-3 {
  overflow: hidden;
}

.block-3__2 .project__img-container {
  display: none;
  max-height: 727px;
  flex-grow: 1;
  overflow: hidden;
}

.project__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 727px;
}

.project__animate-container {
  display: flex;
  align-items: center;
}

.calendar__img-wrap {
  position: relative;
}

.calendar__img-date {
  position: absolute;
  opacity: 0;
}

.calendar__img-date--1 {
  left: -74px;
  top: 78px;
}

.calendar__img-date--2 {
  right: -36px;
  top: 121px;
}

.calendar__img-date--3 {
  bottom: -2px;
  left: 13px;
}

.calendar__img-date--4 {
  left: -136px;
  top: 202px;
}

.calendar__img-date--5 {
  top: 78px;
  right: 53px;
}

.calendar__img-date--6 {
  right: -19px;
  top: 156px;
}

.calendar__img-date--7 {
  left: -84px;
  top: 164px;
}

.calendar__img-date--8 {
  right: -66px;
  bottom: 37px;
}

.calendar__img-date--9 {
  left: -16px;
  bottom: -2px;
}

.calendar__img-date--10 {
  right: -89px;
  top: 82px;
}

.calendar__img-date--11 {
  left: 52px;
  top: 121px;
}

.calendar__img-date--12 {
  bottom: 70px;
  left: 132px;
}

.calendar__img-date--13 {
  bottom: -3px;
  left: 52px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--1 {
  animation: fadeIn 0.25s 1.75s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--2 {
  animation: fadeIn 0.25s 2.25s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--4 {
  animation: fadeIn 0.25s 2.75s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--3 {
  animation: fadeIn 0.25s 3.25s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--5 {
  animation: fadeIn 0.25s 3.75s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--6 {
  animation: fadeIn 0.25s 4.25s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--7 {
  animation: fadeIn 0.25s 4.75s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--8 {
  animation: fadeIn 0.25s 5.25s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--9 {
  animation: fadeIn 0.25s 5.75s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--10 {
  animation: fadeIn 0.25s 6.25s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--11 {
  animation: fadeIn 0.25s 6.75s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--12 {
  animation: fadeIn 0.25s 7.25s forwards;
}

#sppb-addon-wrapper-1673806186947.swiper-slide-active .calendar__img-date--13 {
  animation: fadeIn 0.25s 7.75s forwards;
}

.smeta__bottom {
  position: relative;
}

.smeta__video {
  position: absolute;
  z-index: -1;
  width: 649px;
  overflow: hidden;
  height: 405px;
  left: 275px;
  top: 71px;
}

.smeta__video video {
  width: 972px;
  height: auto;
  position: absolute;
  left: -44px;
  top: -43px;
}

.block-4__back .sppb-addon-content {
  font-family: "Oranienbaum";
  font-weight: 400;
  font-size: 144px;
  line-height: 130%;
  letter-spacing: -0.035em;
  color: #020202;
  opacity: 0.05;
  text-shadow: -6px 62px 25px rgba(0, 0, 0, 0.01),
    -3px 35px 21px rgba(0, 0, 0, 0.05), -1px 16px 16px rgba(0, 0, 0, 0.09),
    0px 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.send {
  padding-bottom: 140px;
  text-align: center;
}

.send__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
}

.send__subtitle {
  margin-top: 35px;
  font-size: 20px;
  line-height: 113%;
}

.send__soc {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.send__soc a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  text-shadow: -6px 62px 25px rgba(0, 0, 0, 0.01),
    -3px 35px 21px rgba(0, 0, 0, 0.05), -1px 16px 16px rgba(0, 0, 0, 0.09),
    0px 4px 9px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.06em;
  gap: 13px;
  color: var(--white);
}

.send__soc a img {
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.25s;
}

.send__soc a.active img {
  border-color: rgba(255, 255, 255, 0.25);
}

.send__form {
  margin: 80px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 520px;
}

.send__disclaimer {
  margin: 18px auto 0 auto;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: -0.02em;
  max-width: 400px;
}

.send__form span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.send__form input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0 0 8px 0;
  font-size: 18px;
  line-height: 23px;
  color: var(--white);
}

.send__form input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.send__form input:focus-visible {
  outline: none;
}

.send__form-submit {
  margin: 30px auto 0 auto;
  padding: 19px 47px;
  width: max-content;
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 55px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
  cursor: pointer;
  filter: drop-shadow(-6px 62px 25px rgba(0, 0, 0, 0.01))
    drop-shadow(-3px 35px 21px rgba(0, 0, 0, 0.05))
    drop-shadow(-1px 16px 16px rgba(0, 0, 0, 0.09))
    drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1))
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  transition: all 0.25s;
}

.send__form-submit:hover {
  color: var(--blue);
  background: var(--white);
}

#sppb-addon-wrapper-1674587940890 {
  display: none;
}

@keyframes animate {
  0% {
    filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 3px #fff)
      drop-shadow(0px 0px 10px #ff80b3) drop-shadow(0px 0px 30px #ff4d94)
      drop-shadow(0px 0px 50px #ff0066);
  }

  100% {
    filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 6px #fff)
      drop-shadow(0px 0px 15px #ff80b3) drop-shadow(0px 0px 40px #ff4d94)
      drop-shadow(0px 0px 60px #ff0066);
  }
}

@keyframes neon {
  0% {
    filter: none;
  }

  5% {
    filter: drop-shadow(0px 0px 1px blue) drop-shadow(0px 0px 3px blue);
  }

  80% {
    filter: drop-shadow(0px 0px 1px blue) drop-shadow(0px 0px 3px blue);
  }

  85% {
    filter: none;
  }

  90% {
    filter: drop-shadow(0px 0px 1px blue) drop-shadow(0px 0px 3px blue);
  }

  100% {
    filter: drop-shadow(0px 0px 1px blue) drop-shadow(0px 0px 3px blue);
  }
}

.footer__bottom-right svg {
  filter: drop-shadow(0px 0px 1px blue) drop-shadow(0px 0px 3px blue);
  animation-name: neon;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.about__block-2 {
  margin-top: 150px;
  position: relative;
}

.menu-togglers {
  display: none;
}

body:not(.itemid-101) .header,
body.layout-edit-iframe .header {
  position: static;
  background: var(--blue);
  padding: 36px 0;
}

body:not(.itemid-101) .mod-menu.mod-list.nav,
body.layout-edit-iframe .mod-menu.mod-list.nav {
  margin-top: 0;
}

#sppb-addon-1673806186947 {
  align-self: flex-start;
  margin-top: 50px;
}

.block-3.blocked::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.block-6__img-list {
  max-width: 735px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.block-6__img-list img {
  max-height: 238px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.itemid-101 .mod-breadcrumbs__wrapper {
  display: none;
}

.mod-breadcrumbs__wrapper {
  background-color: var(--blue);
  padding: 36px 0;
}

.mod-breadcrumbs {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.mod-breadcrumbs__item {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media (max-width: 1400px) and (min-width: 1150px) {
  .block-3__2 .project__img-container {
    display: block;
  }
}

@media (max-width: 1150px) and (min-width: 769px) {
  .about__right {
    margin-top: 30px;
  }

  .block-3__2 .project__img-container {
    display: block;
  }

  .calendar__img-date--1.active {
    animation: fadeIn 0.25s 1.75s forwards;
  }

  .calendar__img-date--2.active {
    animation: fadeIn 0.25s 2.25s forwards;
  }

  .calendar__img-date--4.active {
    animation: fadeIn 0.25s 2.75s forwards;
  }

  .calendar__img-date--3.active {
    animation: fadeIn 0.25s 3.25s forwards;
  }

  .calendar__img-date--5.active {
    animation: fadeIn 0.25s 3.75s forwards;
  }

  .calendar__img-date--6.active {
    animation: fadeIn 0.25s 4.25s forwards;
  }

  .calendar__img-date--7.active {
    animation: fadeIn 0.25s 4.75s forwards;
  }

  .calendar__img-date--8.active {
    animation: fadeIn 0.25s 5.25s forwards;
  }

  .calendar__img-date--9.active {
    animation: fadeIn 0.25s 5.75s forwards;
  }

  .calendar__img-date--10.active {
    animation: fadeIn 0.25s 6.25s forwards;
  }

  .calendar__img-date--11.active {
    animation: fadeIn 0.25s 6.75s forwards;
  }

  .calendar__img-date--12.active {
    animation: fadeIn 0.25s 7.25s forwards;
  }

  .calendar__img-date--13.active {
    animation: fadeIn 0.25s 7.75s forwards;
  }

  .block-3 .sppb-addon-wrapper {
    min-height: unset;
    padding: 50px 0;
  }

  #sppb-addon-wrapper-1673806186947 {
    padding-bottom: 100px;
  }

  .calendar__top {
    flex-wrap: wrap;
    gap: 50px;
  }

  .calendar__top .calendar__img-wrap {
    margin: 0 auto;
  }

  .calendar__text {
    max-width: unset;
  }

  .block-7__photo-block,
  .footer__bottom .sppb-addon-content,
  .block-4__inner .sppb-addon-content {
    flex-wrap: wrap;
  }

  .house-slider__nav {
    right: 15px;
  }

  .block-6__link {
    margin-top: 30px;
  }

  .block-7__bottom {
    margin-top: 0;
  }

  .quiz {
    min-height: unset;
  }

  .footer__menu .sppb-addon-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .smeta__video {
    width: 67%;
    height: 82%;
    left: 16%;
    top: 36px;
  }

  .smeta__video video {
    left: -44px;
    top: -43px;
    width: 163%;
  }
}

@media (max-width: 880px) {
  .footer__bottom-right svg {
    max-width: 100%;
  }

  .footer__bottom .sppb-addon-content,
  .mod-menu.mod-list.nav {
    flex-wrap: wrap;
  }

  .block-7__photo-block {
    display: block;
  }

  .block-7__photo-block img {
    margin-top: 15px;
  }

  .mod-menu.mod-list.nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--blue);
    margin: 0;
    padding-top: 15px;
    z-index: 2;
  }

  .nav-item {
    margin-bottom: 30px;
  }

  .block-7__title {
    font-size: 30px;
  }

  .footer__menu .sppb-addon-content {
    grid-template-columns: 1fr 1fr;
  }

  .footer__menu .sppb-addon-content .footer__menu-block:nth-child(3) {
    grid-column: 1/3;
    margin-bottom: -15px;
  }

  .footer__menu .sppb-addon-content .footer__menu-block:nth-child(4) {
    grid-column: 1/3;
  }

  .footer__menu-list a {
    font-size: 16px;
  }

  .footer__menu-block-title {
    font-size: 22px;
  }

  .menu-togglers {
    display: block;
  }

  .menu-toggler {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 3;
  }

  body:not(.itemid-101) .menu-toggler {
    position: relative;
    margin-left: auto;
  }

  body:not(.itemid-101) .header {
    padding: 0;
  }

  .menu-toggler .menu-close {
    display: none;
  }

  .banner__title {
    font-size: 50px;
    line-height: 60px;
    margin-top: 12px;
  }

  .menu-toggler.open .menu-open {
    display: none;
  }

  .menu-toggler.open .menu-close {
    display: block;
  }

  .banner__down a {
    margin: 50px auto 0 auto;
    display: flex;
    width: 150px;
  }

  .banner__link a {
    display: block;
    width: max-content;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .block-1__title {
    font-size: 25px;
  }

  .block-1__text {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 10px;
  }

  .about__block-1 img {
    margin-top: 20px;
  }

  .about__links {
    margin-bottom: 30px;
  }

  .block-3__text-block {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .block-3__text {
    padding-top: 10px;
  }

  .director__slogan {
    display: none;
  }

  .about__block-2 .sppb-addon-content {
    flex-direction: column;
    gap: 0;
  }

  .about__block-2 {
    margin-top: 0;
  }

  .director__words {
    max-width: 250px;
  }

  .direcotr__left-text-block {
    gap: 10px;
    margin-top: 20px;
  }

  .director__right {
    margin-top: 30px;
  }

  .director__right img {
    margin-top: 30px;
  }

  .block-3 .sppb-addon-wrapper {
    min-height: unset;
    padding: 50px 0;
  }

  .smeta__title br {
    display: none;
  }

  .smeta__text-block {
    flex-direction: column;
  }

  .smeta__title {
    font-size: 50px;
padding-bottom: 15px;
  }


  .block-3__1 img {
    margin-top: 20px;
    
    opacity: 0;
  }

  .smeta__video {
    width: 74%;
    left: 0px;
    top: 0px;
  }
  
  .smeta__text {
  letter-spacing: -0.02em;
  color: var(--blue);
  max-width: 546px;
  margin: 0;
  font-size: 16px;
  line-height: 114%;
}
  

  .smeta__video video {
    left: 0px;
    top: -43px;
    width: 163%;
  }

  .project__title {
    font-size: 50px;
    line-height: 40px;
  }

  .project__title br {
    display: none;
  }

  .project__text {
    margin-top: 20px;
  }

  .block-3__2 .project__img-container {
    display: block;
  }

  .partners__title {
    margin-top: 40px;
  }

  .block-3__2 .sppb-addon-content {
    grid-template-columns: 1fr;
  }

  .partners__img {
    margin-bottom: 20px;
    width: 46%;
    display: inline-block;
  }

  .project__right .partners__img:nth-of-type(2n + 1) {
    margin-right: 5%;
  }

  .report__title {
    font-size: 40px;
    line-height: 40px;
  }

  .report__photos {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
  }

  .report__wa {
    position: relative;
    width: 150%;
    max-width: unset;
    left: -50%;
    margin-top: 20px;
    margin-bottom: -50px;
  }

  .calendar__title {
    font-size: 40px;
  }

  .calendar__top {
    flex-direction: column;
  }

  .calendar__text {
    margin-top: 20px;
  }

  .calendar__top .calendar__img-wrap {
    margin: 0 auto;
    transform: scale(0.8) translate(17%, 0);
  }

  .calendar__img-date--1.active {
    animation: fadeIn 0.25s 1.75s forwards;
  }

  .calendar__img-date--2.active {
    animation: fadeIn 0.25s 2.25s forwards;
  }

  .calendar__img-date--4.active {
    animation: fadeIn 0.25s 2.75s forwards;
  }

  .calendar__img-date--3.active {
    animation: fadeIn 0.25s 3.25s forwards;
  }

  .calendar__img-date--5.active {
    animation: fadeIn 0.25s 3.75s forwards;
  }

  .calendar__img-date--6.active {
    animation: fadeIn 0.25s 4.25s forwards;
  }

  .calendar__img-date--7.active {
    animation: fadeIn 0.25s 4.75s forwards;
  }

  .calendar__img-date--8.active {
    animation: fadeIn 0.25s 5.25s forwards;
  }

  .calendar__img-date--9.active {
    animation: fadeIn 0.25s 5.75s forwards;
  }

  .calendar__img-date--10.active {
    animation: fadeIn 0.25s 6.25s forwards;
  }

  .calendar__img-date--11.active {
    animation: fadeIn 0.25s 6.75s forwards;
  }

  .calendar__img-date--12.active {
    animation: fadeIn 0.25s 7.25s forwards;
  }

  .calendar__img-date--13.active {
    animation: fadeIn 0.25s 7.75s forwards;
  }

  .calendar__bottom {
    flex-direction: column;
    gap: 0;
    margin-top: -20px;
  }

  .calendar__bottom .calendar__img-wrap:first-child {
    width: max-content;
    margin: -10px auto 0 auto;
    transform: scale(0.8) translate(5%, 0);
  }

  .calendar__bottom .calendar__img-wrap:last-child {
    width: max-content;
    margin: -20px auto 0 auto;
    transform: scale(0.8);
  }

  .block-4__back .sppb-addon-content {
    font-size: 80px;
    top: -20px;
  }

  .block-4__inner.custom-container {
    margin-top: 30px;
  }

  .block-4__inner .sppb-addon-content {
    flex-direction: column;
    gap: 0;
  }

  .block-4__title {
    font-size: 40px;
  }

  .block-4__list {
    margin-top: 20px;
  }

  .block-4__list li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .house-slider__title {
    font-size: 40px;
  }

  .house-slider__swiper {
    padding: 0 15px;
  }

  .block-6__link {
    margin-top: 20px;
  }

  .block-6__title {
    font-size: 30px;
  }

  .block-6__subtitle {
    margin-bottom: 20px;
  }

  .block-7__links-list {
    margin: 0;
display: flex;
flex-wrap: wrap;
  }

  .block-7__bottom {
    margin-top: 30px;
  }

  .quiz__greet {
    font-size: 16px;
  }

  .quiz__slide-title {
    font-size: 20px;
  }

  .quiz {
    min-height: auto;
  }

  .quiz__slide-options {
    margin-top: 30px;
    gap: 10px;
  }

  .quiz__item--not-img .quiz__slide-options {
    grid-template-columns: 1fr;
  }

  .quiz__item--not-img .quiz__slide-options label {
    gap: 10px;
    padding: 10px;
    height: auto;
  }

  .quiz__item--3 .quiz__slide-options {
    gap: 10px;
display: grid;
grid-template-columns: 1fr 1fr;
text-align: center;
  }

  .send {
    padding-bottom: 50px;
  }

  .quiz__item--2 .quiz__slide-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }

  .quiz__item--2 .quiz__slide-options label input {
    top: 1px;
    left: 1px;
  }

  .quiz__item--2 .quiz__slide-options label .quiz__tick {
    top: 112px;
  }

  .quiz__item--2 .quiz__option-name {
    margin-top: 25px;
  }

  .send__title {
    font-size: 30px;
  }

  .house-slider__nav {
    right: 15px;
    top: -95px;
    display: grid;
    grid-auto-flow: column;
  }

  .house-slider__title .sppb-addon-content {
    width: 50%;
  }

  .house-button-prev,
  .house-button-next {
    width: 50px;
    height: 50px;
  }

  .house-button-prev svg,
  .house-button-next svg {
    width: 20px;
  }

  .block-1__title .mob,
  .block-1__title br {
    display: none;
  }

  .about__block-1 iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 7/4;
    margin-top: 30px;
  }

  #sppb-addon-1673806186947 {
    margin-top: 0;
  }

  .block-4__inner video {
    max-width: 100%;
    height: auto;
  }

  .block-6__img-list {
    gap: 15px;
    margin-top: 15px;
  }

  .block-6__img-list img {
    height: 200px;
  }
}

/*Страница дома*/

.house-page {
  background-color: var(--blue);
  padding-top: 24px;
}

.house-page h1 {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 113%;
  color: var(--white);
}

.house__props {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  margin-top: 40px;
  align-items: flex-start;
  padding-bottom: 160px;
}

.props__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 38% 38% 20.5%;
  gap: 20px;
  align-content: space-between;
  align-items: flex-end;
}

.props__left img {
  cursor: pointer;
  object-fit: cover;
  height: 100%;
}

.props__left img:first-child,
.props__left img:nth-child(2) {
  grid-column: 1/-1;
}

.props__left img:first-child {
  align-self: start;
}

.props__left img:nth-child(3),
.props__left img:nth-child(4) {
  border-radius: 12px;
}

.props__right {
  padding: 40px 24px 44px 24px;
  border-radius: 12px;
  background-color: var(--white);
}

.props__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
  position: relative;
}

.props__list {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
}

.props__item {
  padding-bottom: 36px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}

.props__item li {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.props__item li:not(:last-child) {
  margin-bottom: 20px;
}

.props__input {
  width: 52px;
  height: 32px;
  position: relative;
  cursor: pointer;
}

.props__input.disabled {
  cursor: default;
}

.props__input input + span::before {
  content: "";
  width: 52px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  background: #d9dde7;
  transition: all 0.25s;
}

.props__input input + span::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #011c25;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: all 0.25s;
}

.props__input input:checked + span::before {
  background: #65c366;
}

.props__input input:checked + span::after {
  transform: translateX(20px);
}

.props__item.dop {
  padding: 0;
  border: none;
}

.props__value-title {
  font-size: 32px;
  line-height: 113%;
  position: relative;
}

.props__value {
  font-weight: 700;
  font-size: 24px;
  line-height: 113%;
  margin-top: 24px;
}

.props__request {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  padding: 22px;
  background-color: var(--blue);
  color: white;
  display: block;
}

.props__doc {
  display: flex;
  text-align: center;
  gap: 10px;
  max-width: 100%;
  width: max-content;
  align-items: center;
  margin: 30px auto 0 auto;
  color: var(--blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.props__doc:hover {
  text-decoration: underline;
}

#house-modal {
  max-width: 800px;
  width: 100%;
  background-color: var(--blue);
  padding: 116px 138px;
  border-radius: 0;
}

#house-modal .send__title,
#house-modal .send__subtitle,
#house-modal .send__disclaimer {
  color: white;
  text-align: center;
}

#house-modal .send__form-submit {
  margin-top: 20px;
}

#house-modal .send__soc a img {
  width: 57px;
}

.blocker {
  background-color: rgba(217, 221, 231, 0.75);
}

#house-modal.modal a.close-modal {
  background-image: url("/img/modal-close.svg");
  width: 40px;
  height: 40px;
  top: 40px;
  right: 40px;
}

.stages {
  padding: 160px 0;
}

.stages__top-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
  color: white;
  margin: 0;
}

.stages__list {
  color: white;
  margin-top: 50px;
  display: flex;
  gap: 40px 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stages__list-element {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.stages__list-element span {
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
  text-align: center;
}

.stages__list .stages__list-element:first-child {
  gap: 16px;
}

.stages__list .stages__list-element:nth-of-type(2) {
  gap: 16px;
  gap: 19px;
  padding-top: 7px;
}

.stages__list .stages__list-element:nth-of-type(3) span,
.stages__list .stages__list-element:nth-of-type(5) span {
  white-space: nowrap;
}

.stages__list .stages__list-element:nth-of-type(4) {
  gap: 9px;
}

.stages__list .stages__list-element:nth-of-type(6),
.stages__list .stages__list-element:nth-of-type(7) {
  width: min-content;
}

.stages__top-arrow {
  margin-top: 35px;
}

.stages__bottom {
  margin-top: 77px;
}

.stages__bottom-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
  color: white;
  text-align: center;
}

.stages__adv {
  margin-top: 62px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.stages__adv-item {
  width: 282px;
  height: 568px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background-repeat: no-repeat;
  padding: 45px 30px 80px 30px;
  background-position: center bottom;
}

.tages__adv-title {
  color: #98ccc2;
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.stages__adv-item.item-1 .tages__adv-title {
  max-width: 190px;
  margin: 0 auto;
}

.stages__adv-item.item-2 .tages__adv-title {
  margin-top: 317px;
}

.stages__adv-item.item-4 .tages__adv-title {
  margin-top: 395px;
}

.stages__adv-item.item-1 {
  background-image: url("/img/house/stages/back-1.png");
  background-position-y: 80%;
}

.stages__adv-item.item-2 {
  background-image: url("/img/house/stages/back-2.png");
}

.stages__adv-item.item-3 {
  background-image: url("/img/house/stages/back-3.png");
}

.stages__adv-item.item-4 {
  background-image: url("/img/house/stages/back-4.png");
}

.individ {
  background: white;
  padding: 120px 0;
}

.individ__title {
  max-width: 892px;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

.individ__subtitle {
  margin: 24px 0 0 0;
  font-size: 28px;
  line-height: 114%;
  letter-spacing: -0.02em;
}

.individ__chars-title {
  margin: 60px 0 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
}

.individ__chars {
  margin-top: 24px;
  display: flex;
  gap: 60px;
}

.individ__link {
  display: inline-block;
  padding: 22px 33px;
  margin-top: 40px;
  color: white;
  background-color: var(--blue);
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.invivid__chars-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.individ__char {
  font-weight: 500;
  font-size: 58px;
  line-height: 100%;
}

.individ__char span {
  font-size: 30px;
  line-height: 100%;
}

.individ__char-name {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
}

.similar {
  padding: 160px 0;
}

.similar .custom-container {
  position: relative;
}

.similar .house-slider__swiper {
  overflow: hidden;
  margin-top: 50px;
}

.similar .house-slider__nav {
  top: -9px;
  right: 15px;
}

.similar__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
  margin: 0;
  color: white;
}

.follow {
  background-color: white;
  padding: 120px 0;
  overflow: hidden;
}

.link {
  transition: all 0.25s;
  border: 1px solid var(--blue);
}

.link:hover {
  background-color: white;
  color: var(--blue);
}

.follow__title {
  max-width: 687px;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
}

.follow__subtitle {
  font-size: 24px;
  line-height: 113%;
  max-width: 645px;
  margin: 24px 0 0 0;
}

.follow__vk {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 88px 0 0 0;
  width: max-content;
  max-width: 100%;
  color: var(--blue);
}

.follow__vk:hover {
  text-decoration: underline;
}

.follow__form {
  margin-top: 64px;
}

.follow__input {
  max-width: 498px;
  display: block;
  padding: 28px 23px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
  border: 1px solid #d9dde7;
  border-radius: 12px;
}

.follow__input:focus-within,
.follow__input:focus,
.follow__input:focus-visible {
  border-color: var(--blue);
  outline: none;
}

.follow__input::placeholder {
  color: rgba(1, 28, 37, 0.4);
}

.follow__form-submit {
  margin-top: 40px;
  padding: 23px 43px;
  color: white;
  background-color: var(--blue);
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  cursor: pointer;
}

.follow__label {
  position: relative;
  margin: 24px 0 0 0;
  padding-left: 36px;
  display: block;
  font-size: 16px;
  line-height: 113%;
  color: rgba(1, 28, 37, 0.6);
}

.follow__label-text {
  max-width: 386px;
  display: inline-block;
}

.follow__label input + span::before {
  border: 1px solid #d9dde7;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}

.follow__label input:checked + span::before {
  background-color: #d9dde7;
}

.follow__label input + span::after {
  content: "";
  width: 14px;
  height: 11px;
  background-image: url("/img/house/follow/tick.svg");
  position: absolute;
  left: 5px;
  top: calc(50% - 5.5px);
  display: none;
}

.follow__label input + span::after {
  display: block;
}

.follow__label-text a {
  font-weight: 500;
  color: rgba(1, 28, 37, 0.6);
}

.follow__label-text a:hover {
  text-decoration: underline;
}

.follow__step-1 {
  position: relative;
}

.follow__step-2 {
  position: relative;
  display: none;
}

.follow__back {
  position: absolute;
  top: 0;
  right: -180px;
}

.follow__ok {
  max-width: 575px;
  padding: 115px 103px;
  background-color: rgba(217, 221, 231, 0.4);
  border-radius: 12px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.follow__close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.follow__ok-title {
  margin: 40px 0 0 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
}

.follow__ok-subtitle {
  font-size: 24px;
  line-height: 113%;
  margin: 24px 0 0 0;
}

.follow__ok-text {
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
  margin: 16px 0 0 0;
}

.follow__ok-close {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 23px 43px;
  margin: 50px auto 0 auto;
  color: white;
  background-color: var(--blue);
  border-radius: 100px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
}

.detail {
  background-color: white;
}

.detail__list {
  border-left: 1px solid var(--blue);
  display: flex;
}

.detail__item-title {
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-align: end;
  padding: 40px 12px 83px 12px;
  font-weight: 700;
  font-size: 40px;
  line-height: 113%;
  cursor: pointer;
  border-left: 1px solid var(--blue);
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.detail__item {
  display: flex;
}

.detail__item-content {
  padding: 120px 15px 100px 90px;
  width: 100%;
}

.detail__gallery .detail__item-content {
  margin-left: 50px;
  margin-right: 22px;
  margin-bottom: 40px;
  padding-bottom: 60px;
  max-width: 915px;
  overflow: hidden;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.detail__desc-text {
  max-width: 490px;
  font-size: 16px;
  line-height: 114%;
  letter-spacing: -0.02em;
}

.detail__item-content .individ__chars {
  margin-top: 40px;
}

.detail__desc-media {
  margin-top: 60px;
}

.detail__item.active {
  flex-grow: 1;
  border-right: 1px solid var(--blue);
}

.detail__item.active .detail__item-title {
  border-right: none;
  color: #d54f30;
}

.detail__item.active .detail__item-title img {
  opacity: 0;
}

.detail__item-title img {
  transition: transform 0.25s;
  transform: rotate(180deg);
}

.detail__item-title img.rotated {
  transform: rotate(270deg);
}

.detail__gallery-scrollbar .swiper-scrollbar-drag {
  background: var(--blue);
  border-radius: 0;
}

.detail__gallery-scrollbar.swiper-scrollbar {
  border-radius: 0;
  background: #d9dde7;
  left: 0;
  width: 100%;
  height: 2px;
  position: static;
  margin-top: 60px;
}

.detail__gallery-nav {
  margin-top: 40px;
  width: max-content;
  margin-left: auto;
}

.detail__gallery-button-prev,
.detail__gallery-button-next {
  background-color: transparent;
  border: none;
  padding: none;
  opacity: 0.4;
  transition: all 0.25s;
  cursor: pointer;
}

.detail__gallery-button-prev:hover,
.detail__gallery-button-next:hover {
  opacity: 1;
}

.review__title {
  margin: 60px 0 0 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 114%;
  letter-spacing: -0.02em;
}

.review__text {
  font-size: 16px;
  line-height: 114%;
  max-width: 735px;
  letter-spacing: -0.02em;
  margin: 24px 0 0 0;
}

.tooltip__mark {
  cursor: pointer;
}

.tooltip__mark.opened {
  display: none;
}

.tooltip__text-block {
  background: #ffffff;
  border: 1px solid #d9dde7;
  box-shadow: -2px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 12px;
  display: none;
  padding: 20px;
  width: 408px;
  position: absolute;
  z-index: 2;
  top: calc(100% + 14px);
}

.tooltip__text-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.tooltip__text-text {
  font-size: 16px;
  line-height: 19px;
  margin-top: 12px;
  font-weight: 400;
  display: block;
}

.tooltip__close {
  position: absolute;
  top: 26px;
  right: 20px;
  cursor: pointer;
}

@media (max-width: 1350px) {
  .tooltip__text-block {
    left: -24px;
    width: 380px;
  }
}

@media (max-width: 1250px) {
  .house__props {
    gap: 15px;
  }

  .props__left {
    align-content: start;
    grid-template-rows: unset;
  }
}

@media (max-width: 767px) {
  .mod-breadcrumbs__wrapper {
    display: none;
  }

  .house__props {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .house-page h1 {
    font-size: 30px;
  }

  .individ__chars {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 20px;
  }

  .detail__desc-media {
    margin-top: 20px;
  }

  .follow__back {
    display: none;
  }

  .detail__list {
    display: block;
    border: none;
  }

  .detail__item {
    flex-direction: column;
    margin-top: 20px;
  }

  .individ__title,
  .follow__title {
    font-size: 20px;
  }

  .stages__adv {
    justify-content: center;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .stages__adv-item {
    width: auto;
    height: 300px;
    padding: 15px;
    background-size: contain;
  }

  .stages__adv-item.item-4 {
    background-position: top;
    background-size: cover;
  }

  .stages__adv-item.item-2 {
    background-size: cover;
    background-position: top;
  }

  .tages__adv-title {
    font-size: 12px;
  }

  .stages__adv-item.item-2 .tages__adv-title {
    margin-top: 168px;
  }

  .stages__adv-item.item-4 .tages__adv-title {
    margin-top: 220px;
  }

  .detail__item-content {
    display: block !important;
    padding: 0;
    margin-top: 20px;
  }

  .detail__item-title img {
    display: none;
  }

  .detail__item-title {
    writing-mode: unset;
    transform: none;
    width: auto;
    text-align: left;
    display: block;
    padding: 15px 0;
    border: none;
    font-size: 30px;
  }

  .detail__gallery .detail__item-content {
    max-width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }

  .detail__item.active {
    border: none;
  }

  .detail__item.active .detail__item-title {
    color: var(--blue);
  }

  .detail {
    padding: 35px 0 50px 0;
  }

  .review__title {
    margin-top: 20px;
  }

  .individ__char {
    font-size: 28px;
    text-align: center;
  }

  .individ__char span {
    font-size: 15px;
  }

  .individ__char-name {
    text-align: center;
    font-size: 14px;
  }

  .stages,
  .individ,
  .similar,
  .follow {
    padding: 50px 0;
  }

  .stages__top-title {
    font-size: 30px;
  }

  .individ__subtitle {
    font-size: 18px;
  }

  .individ__link {
    font-size: 14px;
    text-align: center;
  }

  .individ__chars-title {
    margin-top: 30px;
  }

  .stages__list {
    gap: 30px 15px;
    margin-top: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .stages__list-element span {
    font-weight: 500;
    font-size: 16px;
  }

  .stages__bottom-title {
    margin: 0;
    font-size: 30px;
  }

  .stages__bottom {
    margin-top: 50px;
  }

  #house-modal {
    padding: 30px 20px;
  }

  #house-modal.modal a.close-modal {
    top: 10px;
    right: 10px;
  }

  .send__form {
    margin-top: 40px;
  }

  .similar__title {
    width: 50%;
    font-size: 30px;
  }

  .similar .house-slider__nav {
    top: 11px;
  }

  .similar .house-slider__swiper {
    margin-top: 30px;
  }

  .follow__subtitle {
    font-size: 18px;
  }

  .follow__vk,
  .follow__form {
    margin-top: 30px;
  }

  .props__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .props__item li:not(:last-child) {
    margin-bottom: 15px;
  }

  .props__request {
    margin-top: 20px;
  }

  .props__right {
    padding: 20px 10px;
  }

  .follow__ok {
    padding: 20px;
  }

  .follow__close {
    top: 10px;
    right: 10px;
  }

  .follow__ok-title {
    font-size: 25px;
  }

  .house-slider__prop {
    font-size: 14px;
  }

  .tooltip__text-block {
    left: 0;
    width: 100%;
  }
}

/*Страница дома*/

#thanks {
  max-width: 100%;
  width: max-content;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

/*Каталог*/

.houses-list.view-category main {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 115px;
  margin-top: 60px;
}

.houses-list.view-category .main-top {
  grid-column: 2;
  grid-row: 2;
  background: #ffffff;
  border: 1px solid #d9dde7;
  border-radius: 12px;
  padding: 20px;
}

.houses-list__cat {
  grid-row: 2;
}

body:not(.itemid-101).houses-list.view-category .header,
.houses-list.view-category .mod-breadcrumbs__wrapper {
  background: var(--white);
}

body:not(.itemid-101).houses-list.view-category
  .header
  .mod-menu.mod-list.nav
  a,
.houses-list.view-category .mod-breadcrumbs__wrapper a,
.houses-list.view-category .mod-breadcrumbs__wrapper span {
  color: var(--blue);
}

.houses-list.view-category .mod-breadcrumbs__wrapper svg rect {
  fill: var(--blue);
}

.houses-list__item .house-slider__item-bottom {
  border: 1px solid #d9dde7;
  border-radius: 0 0 12px 12px;
  border-top: none;
}

.houses-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 90px;
}

.com-content-category-blog__navigation {
  grid-column: -1/1;
}

.pagination {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 20px;
  /* margin-left: 410px; */
}

.icon-angle-double-right:before,
.icon-angle-double-left:before {
  display: none;
}

.page-item a {
  width: 26px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #65c366;
  font-size: 12px;
  line-height: 15px;
  color: var(--blue);
}

.page-item:last-child a,
.page-item:first-child a {
  border: none;
  width: 0;
  height: 0;
}

.page-item:nth-child(2) a,
.page-item:nth-child(2) span,
.page-item:nth-last-child(2) a,
.page-item:nth-last-child(2) span {
  border: none;
  width: 7px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active.page-item a {
  background-color: #65c366;
  color: white;
}

.icon-angle-right:before,
.icon-angle-left:before {
  content: "";
  background-image: url("/img/catalog/arrow-right.svg");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-angle-left:before {
  background-image: url("/img/catalog/arrow-left.svg");
}

#mod-custom120 {
  grid-column: -1/1;
  margin-bottom: 40px;
}

.catalog__quiz-open {
  padding: 20px 44px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #65c366;
  border: 1px solid #65c366;
  border-radius: 80px;
  display: inline-block;
  transition: all 0.25s;
}

.catalog__quiz-open:hover {
  background-color: #65c366;
  color: white;
}

.view-article #mod-custom120 {
  display: none;
}

#id_admin_forms_fade {
  display: none !important;
}

#sppb-addon-wrapper-1676809817834 {
  display: none;
}

.quiz__form--catalog .quiz__item--2 .quiz__slide-options label .quiz__tick {
  top: 182px;
  bottom: auto;
}

.quiz__form--catalog .quiz__item--2.quiz__item--2-1 .quiz__slide-options {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px 20px;
}

.quiz__form--catalog .quiz__item--2.quiz__item--2-2 .quiz__slide-options {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px 20px;
}

.quiz__form--catalog .quiz__item--not-img .quiz__slide-options label {
  padding: 20px;
  height: 76px;
}

.quiz__form--catalog
  .quiz__item--not-img.quiz__item--not-img-1
  .quiz__slide-options {
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.quiz__form--catalog
  .quiz__item--not-img.quiz__item--not-img-2
  .quiz__slide-options {
  gap: 32px 20px;
}

.quiz__form--catalog .quiz__item--2 .quiz__slide-options {
  gap: 40px 20px;
}

.quiz__item--not-img-3 .quiz__slide-options label:last-child {
  grid-column: -1/1;
  max-width: 590px;
  margin: 0 auto;
  width: 100%;
}

.blocker.catalog-popup-quiz {
  padding: 0;
}

#section-id-1676809817830 {
  padding: 98px 0 20px 0;
  min-height: unset;
  width: 100%;
  max-width: unset;
  border-radius: 0;
}

#section-id-1676809817830 .follow__close {
  top: -58px;
}

#thanks .follow__ok {
  border-radius: 0;
}

.houses-list.view-category .menu-toggler .menu-open path {
  /* fill: var(--blue); */
}

.menu-togglers .home-link {
  display: none;
}

.catalog__filter-open {
  display: none;
}

@media (max-width: 880px) {
  .houses-list.view-category main {
    display: block;
    margin-top: 40px;
  }

  .pagination {
    margin: 0;
  }

  .houses-list__items {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .catalog__quiz-open {
    padding: 10px 20px;
    font-size: 12px;
    width: 180px;
    text-align: center;
  }

  .catalog__filter-closed {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body:not(.itemid-101).houses-list.view-category
    .header
    .mod-menu.mod-list.nav
    a {
    color: white;
  }

  .houses-list.view-category .menu-togglers .home-link {
    display: block;
    margin-left: 15px;
    font-family: "Georgia";
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    color: var(--blue);
  }

  .menu-togglers {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .catalog__filter-open {
    font-size: 16px;
    line-height: 113%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: none;
    margin: 0 0 0 auto;
    padding: 0;
  }

  .jlmf-link {
    margin-top: 40px;
  }

  #mod-custom120 {
    margin-bottom: 15px;
  }

  .catalog__filter-back {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
  }

  .catalog__filter-opened {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .catalog__filter-opened span {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #d9dde7;
  }

  .houses-list.view-category .main-top {
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    display: none;
  }

  #section-id-1676809817830 {
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: 100vh;
  }

  .quiz__form--catalog .quiz__slide-title {
    font-size: 24px;
  }

  .blocker.catalog-popup-quiz {
    z-index: 99;
  }

  #section-id-1676809817830 .follow__close {
    top: -35px;
    right: 5px;
  }

  .quiz__form--catalog .quiz__slide-options {
    flex-direction: column;
    gap: 25px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .quiz__form--catalog .quiz__navigation {
    align-items: center;
  }

  .quiz__form--catalog .quiz__button-next {
    font-size: 16px;
    padding: 12px 24px;
  }
  
    .quiz__form--catalog .quiz__button-prev {
    font-size: 16px;
    padding: 12px 24px;
  }

  .quiz__form--catalog .quiz__option-name {
    margin-top: 28px;
  }

  .quiz__form--catalog .quiz__tick {
    width: 36px;
    height: 36px;
    left: calc(50% - 18px);
    bottom: 34px;
  }

  .quiz__form--catalog .quiz__tick-inner {
    width: 18px;
    height: 18px;
  }

  .quiz__form--catalog .quiz__tick-inner svg {
    width: 10px;
    height: 8px;
  }

  .quiz__form--catalog .quiz__item--2.quiz__item--2-1 .quiz__slide-options,
  .quiz__form--catalog .quiz__item--2.quiz__item--2-2 .quiz__slide-options {
    max-width: 270px;
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .quiz__form--catalog .quiz__item--not-img .quiz__option-name {
    margin: 0;
  }

  .quiz__form--catalog
    .quiz__item--not-img.quiz__item--not-img-1
    .quiz__slide-options {
    gap: 20px;
  }

  .quiz__form--catalog
    .quiz__item--not-img.quiz__item--not-img-2
    .quiz__slide-options {
    max-width: unset;
    gap: 20px;
  }

  .quiz__form--catalog .quiz__item--2 .quiz__slide-options {
    gap: 32px;
    grid-template-columns: 1fr;
  }

  .quiz__form--catalog .quiz__item--not-img-3 .quiz__slide-options {
    max-width: unset;
    gap: 20px;
  }
}

/*Каталог*/

#column-id-1673789545947 .sppb-column-addons {
  display: flex;
  width: max-content;
}

#sppb-addon-wrapper-1673789545951,
#sppb-addon-wrapper-1673789545964,
#sppb-addon-wrapper-1673806186942,
#sppb-addon-wrapper-1673806186947 {
  width: 100vw;
}

@media (max-width: 1400px) {
  #column-id-1673789545947 .sppb-column-addons {
    display: block;
    width: auto;
  }
}

.house-slider__item > a img {
  transition: all 0.25s;
}

.house-slider__item > a:hover img {
  transform: scale(1.05);
}

.houses-list-portfolio .houses-list__item .house-slider__item {
  max-width: 100%;
}
.houses-list-portfolio.view-category main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: flex-start;
  margin-top: 0px;
}
.houses-list-portfolio .houses-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 90px;
}
@media (max-width: 960px) {
  .houses-list-portfolio .houses-list__items {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .houses-list-portfolio .houses-list__items {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.houses-list-portfolio .house-slider__price-block {
  justify-content: end;
}
.houses-list-portfolio .house-slider__price-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
}
.houses-list-portfolio .house-slider__price {
  margin-right: 10px;
}
.houses-list-portfolio .house__props {
  padding-bottom: 80px;
}
.houses-list-portfolio .props__left img:first-child,
.houses-list-portfolio .props__left img:nth-child(2) {
  grid-column: auto;
}
.houses-list-portfolio .props__left {
  grid-template-rows: none;
}
@media (min-width: 641px) {
  .houses-list-portfolio .house-slider__item > a {
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
  }
  .houses-list-portfolio .house-slider__item > a:hover {
    overflow: hidden;
  }
  .houses-list-portfolio .house-slider__item a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.houses-list-portfolio .props__left img {
  border-radius: 12px;
  object-fit: cover !important;
  max-height: 285px;
  min-height: 285px;
}
.houses-list-portfolio .props__left {
  height: auto !important;
}
.houses-list-portfolio .house-slider__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.houses-list-portfolio .house-slider__item-bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.follow__ok.new {
  width: 100%;
  max-width: none;
}

@media (min-width: 576px) {
  .sppb-row-container {
    max-width: none !important;
  }
}
@media (min-width: 769px) {
  .sppb-row-container {
    max-width: 1230px !important;
  }
}

.mod-menu.mod-list.nav .item-101 img {
  width: 50% !important;
}
@media (min-width: 880px) {
  body:not(.itemid-101).houses-list.view-category
    .header
    .mod-menu.mod-list.nav
    .item-101
    img {
    filter: invert(1);
  }
  body:not(.itemid-101).mat .header .mod-menu.mod-list.nav .item-101 img {
    filter: invert(1);
  }
}

@media (max-width: 880px) {
  body:not(.itemid-101).houses-list.view-category
    .header
    .mod-menu.mod-list.nav
    .item-101
    img {
    filter: invert(0);
  }
  body:not(.itemid-101).mat .header .mod-menu.mod-list.nav .item-101 img {
    filter: invert(0);
  }
}


.menu-togglers > a > img {
  width: 40% !important;
}
.footer__main-link img {
  width: 50%;
}
@media (max-width: 767px) {
  .menu-togglers a {
    margin-top: 0px !important;
  }
}

.zemlya-page .detail {
  padding-bottom: 0px;
  padding-top: 0px;
}
.zemlya-page .individ,
.doma-page .individ {
  padding-bottom: 0px;
}

@media (max-width: 1400px) {
  .director__slogan {
    position: absolute;
    text-align: right;
    font-size: 70px;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    width: max-content;
    z-index: -1;
    top: -180px;
    right: 0px;
  }

  #sppb-addon-wrapper-1673789545951,
  #sppb-addon-wrapper-1673789545964,
  #sppb-addon-wrapper-1673806186942,
  #sppb-addon-wrapper-1673806186947 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.sppb-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0px rgba(0, 123, 255, 0.25) !important;
}

.sppb-carousel-extended-nav-control .nav-control.next-control {
  float: right;
  margin-right: 0px !important;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control {
  float: left;
  margin-left: 0px !important;
}

.sppb-carousel-extended-nav-control .nav-control.next-control {
  float: right;
  margin-right: 0px !important;
}

.sppb-carousel-extended-nav-control .nav-control.prev-control {
  float: left;
}

.sppb-gallery {
  margin: 0px !important;
}

.sppb-carousel-extended-item img {
  object-fit: cover !important;
}

.pagination {
  flex-wrap: wrap;
}

@media (max-width: 950px) {
  .houses-list__items {
    grid-template-columns: 1fr;
  }
  .house-slider__item {
    margin: 0 auto;
  }

  .houses-list-portfolio .houses-list__items {
    grid-template-columns: 1fr;
  }
}

li.mod-breadcrumbs__item.breadcrumb-item a.pathway {
  color: white;
}

li.mod-breadcrumbs__item.breadcrumb-item.active {
  color: white;
}

.novosti
  div.scroll-container
  div.site-grid
  div.grid-child.container-component
  nav.mod-breadcrumbs__wrapper
  ul.mod-breadcrumbs.breadcrumb.px-3.py-2.custom-container
  li.mod-breadcrumbs__item.breadcrumb-item
  a.pathway {
  color: black;
}

.novosti
  div.scroll-container
  div.site-grid
  div.grid-child.container-component
  nav.mod-breadcrumbs__wrapper
  ul.mod-breadcrumbs.breadcrumb.px-3.py-2.custom-container
  li.mod-breadcrumbs__item.breadcrumb-item.active {
  color: black;
}

div.com-content-category-blog.houses-list__cat.bani
  div.com-content-category-blog__items.houses-list__items {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1100px) {
  .follow__back {
    right: -280px;
  }

  .individ__char {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
  }

  .detail__item-content {
    padding: 100px 15px 100px 60px;
    width: 100%;
  }
}

@media (max-width: 950px) {
  .follow__back {
    right: -380px;
  }

  .individ__char {
    font-weight: 500;
    font-size: 38px;
    line-height: 100%;
  }

  .detail__item-content {
    padding: 60px 15px 100px 60px;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .follow__back {
    right: -480px;
  }

  .detail__item-content {
    padding: 50px 15px 100px 30px;
    width: 100%;
  }

  .individ__char {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
  }
  
  .individ__char span {
  font-size: 20px;
  line-height: 100%;
}
}

a {
  outline: 0px solid #666;
}

input:not(.follow__input):-webkit-autofill,
input:not(.follow__input):-webkit-autofill:hover,
input:not(.follow__input):-webkit-autofill:focus,
input:not(.follow__input):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

input:not(.follow__input):-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
}

input.follow__input:-webkit-autofill,
input.follow__input:-webkit-autofill:hover,
input.follow__input:-webkit-autofill:focus,
input.follow__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #000 inset !important;
}

.quiz__item.quiz__item--1 .quiz__slide-options {
  max-width: unset;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.quiz__item.quiz__item--1 .quiz__option-name {
  font-size: 14px;
}

@media (max-width: 500px) {
  .props__item.comf .props__title {
    max-width: 200px;
  }
  .detail__item-content {
    padding: 0;
  }
  .detail__item-content .individ__chars {
    margin-top: 0;
  }
  .detail__item.active .detail__item-title {
    padding: 0;
  }
  .footer__social,
  .pagination {
    display: flex;
    grid-auto-flow: column;
    width: auto;
  }
  .house-slider__prop {

    grid-auto-flow: column;
  }
}

@media (max-width: 1074px) {
.detail__gallery .detail__item-content {
  max-width: 615px;
}
  
}

@media (max-width: 370px) {
.quiz__button-prev {
  padding: 10px 27px;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  border: 1px solid #ffffff;
  filter: drop-shadow(-6px 62px 25px rgba(0, 0, 0, 0.01)) drop-shadow(-3px 35px 21px rgba(0, 0, 0, 0.05)) drop-shadow(-1px 16px 16px rgba(0, 0, 0, 0.09)) drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  border-radius: 55px;
  transition: all 0.25s;
  cursor: pointer;
  margin-right: 10px;
}
  
  .quiz__button-next {
  padding: 10px 27px;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  border: 1px solid #ffffff;
  filter: drop-shadow(-6px 62px 25px rgba(0, 0, 0, 0.01)) drop-shadow(-3px 35px 21px rgba(0, 0, 0, 0.05)) drop-shadow(-1px 16px 16px rgba(0, 0, 0, 0.09)) drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
  border-radius: 55px;
  transition: all 0.25s;
  cursor: pointer;
}
  
  }


