.error-holder {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: var(--twenty);
  margin-top: var(--sixty);
  margin-bottom: var(--100);
}

.compensate-for-scrollbar {
  margin: 0 auto !important;
}

.error-holder .error-photo {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  max-height: 820px;
  height: 100%;
  border-radius: 20px;
}

.error-holder .error-photo>* {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.error-text__holder {
  display: flex;
  flex-direction: column;
  gap: var(--thirty);
}

.error-number {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 250px;
  line-height: 100%;
  color: var(--accent);
}

.error-text {
  display: flex;
  flex-direction: column;
  gap: var(--fifteen);
}

.error-text .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h2);
  line-height: 110%;
  color: var(--main-text);
}

.error-text .subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--light-text);
}

@media(max-width:1300px) {
  .error-holder {
    flex-direction: column-reverse;
    align-items: center;
  }

  .error-text__holder {
    align-items: center;
    text-align: center;
  }

  .error-holder .error-photo {
    max-width: unset;
    max-height: 1000px;
  }
}

@media(max-width:520px) {
  .error-number {
    font-size: 50vw;
  }
}

.fancybox-container * {
  transition: unset;
}

body.page-id-3 .content>* {
  color: var(--main-text);
  overflow-wrap: anywhere;
}

.swiper-button-disabled {
  opacity: .8;
  pointer-events: none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid var(--accent);
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: none;
  position: fixed;
  left: 0;
  z-index: 11000;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0px auto;
  margin-top: auto;
  margin-bottom: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

/* main */

:root {
  --white: #fff;
  --main-text: #2b2927;
  --light-text: #7b7874;
  --primary: #f9c95b;
  --primary-hover: #ebd298;
  --accent: #445d1b;
  --background-light: #f2f1ef;
  --elements-1: #f6f5f5;
  --elements-2: #efefef;
  --stroke: #e6e6e6;

  --transition: all 0.5s;

  --ten: clamp(0.5rem, 0.475rem + 0.125vw, 0.625rem);
  /* 10 - 8 */
  --fifteen: clamp(0.5rem, 0.4125rem + 0.4375vw, 0.9375rem);
  /* 15 - 8 */
  --eighteen: clamp(0.625rem, 0.525rem + 0.5vw, 1.125rem);
  /* 18 - 10 */
  --twenty: clamp(0.875rem, 0.8rem + 0.375vw, 1.25rem);
  /* 20 - 14 */
  --twentyFive: clamp(1rem, 0.8875rem + 0.5625vw, 1.5625rem);
  /* 25 - 16 */
  --thirty: clamp(0.75rem, 0.525rem + 1.125vw, 1.875rem);
  /* 30 - 12 */
  --thirtyFive: clamp(1.125rem, 0.9125rem + 1.0625vw, 2.1875rem);
  /* 35 - 18 */
  --fourty: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  /* 40 - 18 */
  --fourtyFive: clamp(1.25rem, 0.9375rem + 1.5625vw, 2.8125rem);
  /* 45 - 20 */
  --fifty: clamp(1.25rem, 0.875rem + 1.875vw, 3.125rem);
  /* 50 - 20 */
  --sixty: clamp(1.375rem, 0.9rem + 2.375vw, 3.75rem);
  /* 60 - 22 */
  --sixtyFive: clamp(1.375rem, 0.8375rem + 2.6875vw, 4.0625rem);
  --seventy: clamp(1.375rem, 0.775rem + 3vw, 4.375rem);
  /* 70 - 22 */
  --eighty: clamp(1.5rem, 0.8rem + 3.5vw, 5rem);
  /* 80 - 24 */
  --eightyFive: clamp(1.375rem, 0.5875rem + 3.9375vw, 5.3125rem);
  --ninety: clamp(1.125rem, 0.225rem + 4.5vw, 5.625rem);
  /* 90 - 18 */
  --100: clamp(1.75rem, 0.85rem + 4.5vw, 6.25rem);
  /* 100 - 28 */
  --110: clamp(1.375rem, 0.275rem + 5.5vw, 6.875rem);
  /* 110 - 22 */
  --120: clamp(1.375rem, 0.15rem + 6.125vw, 7.5rem);
  /* 120 - 22 */
  --125: clamp(1.375rem, 0.0875rem + 6.4375vw, 7.8125rem);
  /* 125 - 22 */
  --150: clamp(0rem, -1.5625rem + 7.8125vw, 7.8125rem);
  --170: clamp(1.375rem, -0.475rem + 9.25vw, 10.625rem);

  --h1: clamp(1.875rem, 1.35rem + 2.625vw, 4.5rem);
  /* 72 - 30 */
  --h2: clamp(1.75rem, 1.575rem + 0.875vw, 2.625rem);
  /* 42 - 28 */
  --h3: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem);
  /* 30 - 26 */
  --h4: 24px;

  --font-family: "Manrope", sans-serif;
  --second-family: "Inter", sans-serif;

  --5040: clamp(2.5rem, 2.375rem + 0.625vw, 3.125rem);
  --2420: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  --2018: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
  --1816: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  --1614: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
  --14: 14px;
  --price: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  /* 32 - 20 */

}

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 100%;
  color: #181818;
}

h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h2);
  line-height: 110%;
  color: #181818;
}

h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h3);
  line-height: 120%;
  color: #181818;
}

h4 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h4);
  line-height: 120%;
  color: #181818;
}

h4>* {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h4);
  line-height: 120%;
  color: #181818;
}

h5 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h4);
  line-height: 120%;
  color: #181818;
}

/* templates */

input,
textarea {
  border: 1px solid var(--white);
  background: var(--white);
  padding: var(--twenty);
  border-radius: 10px;
  display: flex;
  width: fit-content;
  transition: var(--transition);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--light-text);
  outline: none;
  resize: none;
  transition: var(--transition);
  padding-bottom: 10px;
  padding-top: 25px;
  height: 100%;
}

textarea {
  min-height: 160px;
  padding-top: 30px;
  padding-left: var(--thirty);
}

input::placeholder,
textarea::placeholder {}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
	color: var(--main-text);
}

input.error,
textarea.error {
  border-color: red !important;
  color: red !important;
}

.form-input__holder:has(input.error) .input-placeholder,
.form-input__holder:has(textarea.error) .input-placeholder,
input.error::placeholder,
textarea.error::placeholder {
  color: red !important;
}

.form-input__holder {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.input-placeholder {
  position: absolute;
  /* left: var(--thirty); */
  /* right: var(--thirty); */
  /* top: var(--thirty); */
  /* bottom: var(--thirty); */
  left: var(--twenty);
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
  line-height: 120%;
  color: var(--light-text);
  height: fit-content;
  pointer-events: none;
  transition: var(--transition);
}

.input-placeholder.active {
  top: -20px !important;
  font-size: 10px !important;
}

.form-input__holder:hover .input-placeholder {
  top: -20px;
  font-size: 10px;
}

.form-input__holder input {
  /* padding-top: var(--fourty);
  padding-bottom: var(--twenty); */
}

.form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
}

@media(max-width:1300px) {
  .form-input__holder:hover .input-placeholder {
    top: -20px;
    font-size: 10px;
  }

  .form-input__holder .input-placeholder.active {
    top: -20px !important;
    font-size: 10px !important;
  }
}


@media(max-width:1300px) {
  .form-input__holder:hover .input-placeholder {
    top: -20px;
    font-size: 10px;
  }

  .form-input__holder .input-placeholder.active {
    top: -20px !important;
    font-size: 10px !important;
  }
}


/* end templates */

/*============= ALIGNES ===============*/

.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

/* start components */

/* review text item start */

.review-item.text {
  border-radius: 15px;
  background: var(--white);
  display: flex;
  overflow: hidden;
  width: 100%;
}

.review-item__inner {
  padding: var(--thirty);
  display: flex;
  flex-direction: column;
  height: auto;
  gap: var(--fourty);
  justify-content: space-between;
  align-self: stretch;
}

.review-item.text .link-holder {
  display: none;
}

.review-item__top-holder {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.review-item__title-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--main-text);
}

.review-item__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
}

.review-item__photo {
  max-width: clamp(5rem, 4.75rem + 1.25vw, 6.25rem);
  max-height: clamp(5rem, 4.75rem + 1.25vw, 6.25rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  place-content: center;
}

.review-item__photo img {
  overflow: hidden;
  max-width: clamp(5rem, 4.75rem + 1.25vw, 6.25rem);
  max-height: clamp(5rem, 4.75rem + 1.25vw, 6.25rem);
  display: flex;
  object-fit: cover;
}

.review-item__text {
  pointer-events: none;
}

.review-item__text p,
.review-item__text li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--main-text);
}

.review-item__text>*:last-child {
  margin-bottom: 0px;
}

.review-item__text-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-item.video {
  max-width: 400px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-self: stretch;
  cursor: pointer;
}

.review-item.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.review-item.video .review-item__preview {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.review-video__overlay {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  place-content: center;
  align-items: center;
}

@media(max-width:950px) {
  .review-item.video .review-item__preview {
    border-radius: 20px;
  }
}

/* review text item end */

.swiper-nav-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: var(--fourty);
  right: var(--fourty);
  bottom: var(--fourty);
  z-index: 2;
  pointer-events: none;
}

.swiper-nav-card>* {
  pointer-events: all;
}

.swiper-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--fourty);
  margin-top: var(--fourty);
}

.swiper-pagination-bullets {
  width: fit-content !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: var(--primary) !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

/* start house card */

.house-card {
  display: flex;
  width: 100%;
  height: auto;
  align-self: stretch;
  flex-direction: column;
  gap: var(--twenty);
}

.house-card__swiper-holder img {
  cursor: grab;
}

.house-card__advantages img {
  cursor: pointer;
}

.house-card__holder {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
}

.house-card__swiper-holder {
  overflow: hidden;
  max-width: 820px;
  width: 100%;
  position: relative;
  height: 600px;
  max-height: 70vw;
  min-height: 300px;
  border-radius: 20px;
}

.house-card__swiper-holder .swiper {
  height: 100%;
}

.house-card .swiper-slide {
  display: flex;
  align-self: stretch;
  height: auto;
}

.house-card .house-photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  border-radius: 20px;
}

.house-card .house-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 20px;
}

.house-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.house-card__chars-holder {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  padding-bottom: var(--twenty);
  border-bottom: 1px solid var(--stroke);
}

.house-card__chars {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--twenty);
}

.house-card__char {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.house-card__char-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--2018);
  line-height: 120%;
  color: var(--light-text);
}

.house-card__char-value {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--2018);
  line-height: 120%;
  color: var(--main-text);
}

.house-card__desc-holder {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
  padding-bottom: var(--twenty);
  border-bottom: 1px solid var(--stroke);
}

.house-card__desc-holder .link-holder {
  display: none;
}

.house-card__desc p,
.house-card__desc li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--main-text);
  margin-bottom: 10px;
}

.house-card__desc p strong{
	font-weight: 900;
}

.house-card__bottom-holder {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.house-card__btns-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--twenty);
}

.house-card__price-holder {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.house-card__price-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--2018);
  line-height: 120%;
  color: var(--light-text);
}

.house-card__price-value {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  line-height: 120%;
  color: var(--main-text);
}

.house-card__advantages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: var(--twenty);
  margin-top: var(--twenty);
}

.house-card__advantage {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.house-card__advantage-photo {
  width: 100%;
  overflow: hidden;
  height: auto;
  display: flex;
  border-radius: 20px;
  max-height: 320px;
  align-self: stretch;
}

.house-card__advantage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.house-card__advantage-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--2018);
  line-height: 120%;
  color: var(--main-text);
}

@media(max-width:1300px) {
  .house-card__chars {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:1220px) {
  .house-card__advantages {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:1100px) {
  .house-card__chars {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .house-card__holder {
    flex-direction: column;
  }

  .house-card__swiper-holder {
    max-width: unset;
  }
}

@media(max-width:700px) {
  .house-card__chars {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:550px) {
  .house-card__advantages {
    grid-template-columns: 1fr;
  }
}

@media(max-width:450px) {
  .house-card__chars {
    grid-template-columns: 1fr;
  }
}

/* end house card */

.tabs-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: var(--twenty);
  margin-top: var(--fourty);
}

@media(max-width:950px) {
  .tabs-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media(max-width:650px) {
  .tabs-holder {
    grid-template-columns: 1fr 1fr;
  }
}

.tag {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px var(--twentyFive);
  width: fit-content;
  height: fit-content;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--white);
}

.btn {
  border-radius: 10px;
  padding: var(--twenty) var(--fourty);
  display: flex;
  width: fit-content;
  place-content: center;
  text-align: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  height: fit-content;
  cursor: pointer;
}

.btn .btn-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--main-text);
}

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

.btn.big {
  padding: var(--thirty) var(--100);
}

.btn.medium {
  padding: var(--thirty) var(--seventy);
}

.btn-icon {
  border-radius: 10px;
  padding: var(--twenty) var(--thirty);
  display: flex;
  width: fit-content;
  place-content: center;
  text-align: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  cursor: pointer;
}

.btn-icon .btn-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--main-text);
}
@media (max-width:405px) {
  .btn-icon .btn-text{
    font-size: var(--1614);
  }
  #header > div.header-inner.container > div.header-inner__main > div.header-inner__additional.responsive > a{
    background: none;
    border: none;
    padding: 0px;
  }
  .header-inner__main{
    gap: 5px;
  }
}

.btn-icon .btn-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.btn-icon .btn-holder .icon {
  width: 16px;
  height: 16px;
  display: flex;
}

.btn-icon:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn.invert {
  background: transparent;
}

.btn.invert:hover {
  background: var(--primary);
}

.btn-icon.gray {
  background: var(--elements-1);
  border-color: var(--elements-1);
}

.btn-icon.gray:hover {
  background: var(--elements-2);
  border-color: var(--elements-2);
}

.link-holder {
  height: fit-content;
  width: fit-content;
  display: flex;
  cursor: pointer;
  place-content: center;
  align-items: center;
  gap: 10px;
}

.link-holder .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--main-text);
}

.link-holder .icon {
  display: flex;
  width: 16px;
  height: 16px;
}

.link-holder:hover .text {
  color: var(--light-text);
}

.link-holder:hover svg path {
  fill: var(--light-text);
}

.round-btn {
  width: var(--5040);
  height: var(--5040);
  display: flex;
  align-items: center;
  place-content: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--stroke);
  background: transparent;
}

.round-btn svg {
  width: 16px;
  height: 16px;
  display: flex;
}

.round-btn:hover {
  background: var(--main-text);
  border-color: var(--main-text);
}

.round-btn:hover svg path {
  fill: var(--white);
}

.link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--main-text);
}

.link:hover {
  color: var(--primary);
}

.arrow {
  height: var(--5040);
  width: var(--5040);
  display: flex;
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  place-content: center;
}

.arrow svg {
  width: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  height: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
  display: flex;
  margin: auto auto;
}

.arrow.white {
  background: var(--white);
}

.arrow.white:hover {
  background: var(--elements-1);
}

.arrow.primary {
  background: var(--primary);
}

.arrow.primary:hover {
  background: var(--primary-hover);
}

.tab {
  background: var(--elements-1);
  border-radius: 10px;
  padding: var(--1816) var(--150);
  display: flex;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  line-height: 120%;
  color: var(--main-text);
}

.tab:hover {
  background: var(--accent);
  color: var(--white);
}

.tab.active {
  background: var(--accent);
  color: var(--white);
  pointer-events: none;
}
@media (max-width:525px){
	.tab{
		width:100%;
	}
	.btn{
		width:100%;
	}
}
/* end components */

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  box-sizing: inherit;
  transition: var(--transition);
}

body {
  background: var(--background-light);
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
}

.wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

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

a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--1816);
  line-height: 120%;
  color: var(--main-text);
}

a:hover {
  color: var(--primary);
}

ul li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

ul li::marker {
  color: var(--primary);
  width: 10px;
  height: 10px;
}

ol li {
  list-style-position: inside;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  color: #121212;
  font-size: 18px;
  line-height: 26px;
}

h1.page-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--h1);
  line-height: 100%;
  color: var(--main-text);
  margin-bottom: var(--thirty);
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  padding: 10px;
  padding-top: 10px;
  padding-left: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
  padding-bottom: var(--twenty);
}

.breadcrumbs span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
}

.breadcrumbs span.current-item {
  color: var(--main-text);
}

.error-bread {
  color: var(--main-text) !important;
}

.container {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}

@media(max-width:1750px) {
  .container {
    padding: 0 15px;
  }
}

#main,
#primary {
  min-height: 40vh;
}

/*============ HEADER =================*/

#header {
  background: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 10px;
  z-index: 20;
}

#header li.active>* {
  color: var(--primary) !important;
}

#header .header-inner {
  padding-top: var(--twenty);
  padding-bottom: var(--twenty);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--twenty);
}

.header-inner__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px var(--125);
  flex-wrap: wrap;
}

@media(max-width:1600px) {
  .header-inner__main {
    gap: 15px var(--fourty);
  }
}

.header-inner__main ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--fifteen) var(--thirty);
  align-items: center;
}

.header-inner__main ul li {
  list-style: none;
}

.header-inner__additional.responsive {
  display: none;
}

.header-inner__additional {
  display: flex;
  flex-direction: row;
  gap: var(--twenty);
  flex-wrap: wrap;
}

@media(max-width:1350px) {
  .header-inner__main {
    width: 100%;
    justify-content: space-between;
  }

  .header-inner__additional {
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 360px) {
  .header-inner__main {
    width: 100%;
    justify-content: normal;
  }
}


/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: none;
  width: 50px;
  height: 50px;
  background: var(--accent);
  cursor: pointer;
  display: flex;
  place-content: center;
  align-items: center;
  position: relative;
  transition: var(--transition);
}

@media(max-width:900px) {
  #header .menu-open {
    display: none;
  }

  .header-inner__additional {
    display: none;
    margin-right: unset;
    margin-left: auto;
  }

  .header-inner__additional.responsive {
    display: flex;
  }

  #header .burger.open_menu {
    display: flex !important;
  }

  .header-inner__main ul {
    display: none;
  }
}

@media(max-width:750px) {
  .header-inner__additional>*:not(:first-child) {
    display: none;
  }
}

@media(max-width:500px) {
  .header-inner__additional {
    display: none;
    margin-left: auto;
    /* margin-right: auto; */
  }

  /* .header-inner__additional.responsive {
    display: none;
  } */
}

#header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  margin-left: auto;
}

#header .burger.open_menu span {
  background-color: var(--accent);
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}

#header .burger.open_menu.clicked {
  background-color: var(--accent);
}

#header .burger.open_menu.clicked span {
  background-color: #fff;
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background: var(--white);
  padding: 30px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
  overflow: auto;
  border-radius: 0px 20px 20px 0px;
}

#header #mobile-mnu #close-mnu {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: block;
  color: var(--action);
}

#header #mobile-mnu #close-mnu svg {
  width: 20px;
  height: 20px;
}

#header #mobile-mnu #close-mnu svg path {
  fill: var(--main-text);
}

#header #mobile-mnu a {
  font-size: 16px;
  line-height: 1;
  color: var(--text);
  font-weight: 450;
}

#header #mobile-mnu a:hover {
  color: var(--action);
}

#header #mobile-mnu .logo__holder {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--h4);
  line-height: 120%;
  color: var(--text);
  margin-bottom: 20px;
  filter: unset;
}

#header #mobile-mnu .logo__holder svg {
  filter: unset;
}



#header .logo__holder,
#header .logo__holder svg {
  transition: var(--transition);
	width:100px;
	height:100px;
}
#header .logo__holder img{
	width:100%;
}

#header.painted .logo__holder svg {
  filter: invert(1);
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li {
  margin-bottom: 10px;
}

#header #mobile-mnu .menuTop li a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text);
}

#header #mobile-mnu .nav-menu-element.has-childs .sub-menu {
  all: initial;
}

#header #mobile-mnu .menuTop>li.has-childs li {
  padding-left: 15px !important;
}

#header #mobile-mnu .menuTop>li.has-childs li::after {
  content: unset;
}

#header #mobile-mnu .menuTop>li.has-childs li a {
  font-size: 14px;
}

#header #mobile-mnu .menuTop li:first-child {
  padding-top: 10px !important;
}

#header #mobile-mnu .nav-menu-element.has-childs>a::before,
#header #mobile-mnu .nav-menu-element.has-childs>a::after {
  content: none;
}

/* #header #mobile-mnu .menuTop li a:hover {
  color: var(--action);
}

#header #mobile-mnu .menuTop li.active a {
  color: var(--action);
} */

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

#header #mobile-mnu .adresses__holder p {
  font-size: 16px;
  line-height: 1;
  color: var(--main-text);
  font-weight: 700;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#header #mobile-mnu .email__holder .email__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--main-text);
  font-weight: 700;
}

#header #mobile-mnu .email__holder .email__item:hover {
  color: var(--primary);
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 10px;
}

#header #mobile-mnu .phones__holder .phone__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: var(--main-text);
  font-weight: 700;
}

#header #mobile-mnu .phones__holder .phone__item:hover {
  color: var(--primary);
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .soc__holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

#header #mobile-mnu .soc__holder .soc__item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3A899A;
  transition: background-color .3s ease-in;
}

#header #mobile-mnu .soc__holder .soc__item:hover {
  background-color: #609FA8;
}

#header #mobile-mnu.opened {
  transform: translateX(0px);
}

@media(max-width:480px) {
  h1.page-title {
    font-size: 6.5vw;
  }
}

/*============ FOOTER ===============*/

#footer {
  background: var(--main-text);
  border-radius: 20px;
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border:3px solid var(--primary);
}

@media(max-width:600px) {
  #footer {
    margin-bottom: 0px;
	border-radius: 20px 20px 0px 0px;
    border-bottom:unset;
  }
}

#footer .footer-top {
  padding-top: var(--thirty);
  padding-bottom: var(--thirty);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--fourty);
  flex-wrap: wrap;
  border-bottom: 1px solid #FCC40050;
}

#footer .footer-left__holder {
  display: flex;
  flex-direction: column;
  gap: var(--sixtyFive);
  max-width: 400px;
  width: 100%;
}

#footer .footer-left__top {
  display: flex;
  flex-direction: row;
  gap: var(--fourty);
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-reqs {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

#footer .footer-reqs p {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
}

.footer-logo {
  width: fit-content;
  height: fit-content;
  max-width: 155px;
  max-height: fit-content;
  overflow: hidden;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.footer-snoska {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
}

.footer-contacts__holder {
  display: flex;
  flex-direction: row;
  max-width: 960px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--twenty);
}

#footer .adress-holder {
  max-width: 400px;
  width: 100%;
	    display: flex
;
    flex-direction: column;
    gap: 20px;
}

#footer .adress-holder p {
  margin-bottom: 0px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--2018);
  line-height: 120%;
  color: var(--white);
}

#footer .contacts-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
}

#footer .contacts-item__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#footer .phone-item__holder {
  display: flex;
  flex-direction: row;
  gap: var(--fifteen);
  align-items: flex-end;
  flex-wrap: wrap;
}

#footer .phone-item {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: var(--2018);
  line-height: 120%;
  color: var(--white);
}

#footer .phone-item:hover {
  color: var(--primary);
}

#footer .phone-item__time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
}

#footer .footer-phones {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#footer .footer-contacts {
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.footer-bot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: var(--twenty);
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer-bot .privacy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

#footer .dev {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#footer .dev svg path {
  fill: rgba(255, 255, 255, 0.5);
}

#footer .copyRight {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

#footer .privacy:hover {
  color: var(--primary);
}

#footer .dev:hover {
  color: var(--primary);
}

#footer .dev:hover svg path {
  fill: var(--primary);
}

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

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.theme-modal {
  max-height: 95vh;
  max-width: 90vw;
  width: 700px;
  background: var(--white);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform .4s ease-out;
  z-index: 10000;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: var(--fourty);
  padding-right: var(--fourty);
  border-radius: 20px;
  overflow-y: auto;
}

.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal .close-modal:not(.btn) {
  position: absolute;
  right: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  top: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  cursor: pointer;
}

.theme-modal .title:not(#modal-house .title) {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h2);
  line-height: 110%;
  text-align: center;
  color: var(--main-text);
  margin-bottom: 10px;
}

.theme-modal .subtitle:not(#modal-house .subtitle) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--light-text);
}

.theme-modal .form-row {
  flex-direction: column;
  gap: 10px;
}

.theme-modal .privacy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
  opacity: 0.5;
  text-wrap: pretty;
}

.theme-modal .privacy>* {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--light-text);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

#modal-house .house-card__desc-holder {
  margin-top: var(--twenty);
}

#modal-house .house-card__desc-holder .house-card__desc>*:last-child {
  margin-bottom: 0px;
}

#modal-house .link-holder {
  display: none !important;
}

.theme-modal input,
.theme-modal textarea {
  border: 1px solid var(--stroke);
  background: var(--white);
  width: 100%;
}

/* .theme-modal input:hover,
.theme-modal input:focus,
.theme-modal textarea:hover,
.theme-modal textarea:focus {
  border-color: var(--primary);
} */

.theme-modal .form {
  margin-top: var(--fourty);
  display: flex;
  flex-direction: column;
  gap: var(--twenty);
}

.theme-modal .row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.theme-modal .form-btn {
  width: 100%;
  place-content: center;
}

.theme-modal .privacy-holder {
  gap: 10px;
  align-items: flex-start;
}

.theme-modal .privacy-holder__privacy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--light-text);
}

.theme-modal .privacy-holder__privacy a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--light-text);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.theme-modal .form-input__holder {
  width: 100%;
}

#modal-success .btn,
#modal-error .btn {
  width: 100%;
  place-content: center;
  margin-top: var(--twenty);
}

#modal-success .title,
#modal-error .title {
  margin-bottom: var(--fourty) !important;
}

#modal-house {
  padding: var(--fourty);
  padding-top: 40px;
  width: 900px;
}

#modal-house .title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: var(--h3);
  line-height: 120%;
  color: var(--main-text);
  margin-bottom: var(--fourty);
}

#modal-house.modal-open {
  transition-delay: .5s;
}

#modal-review {
  padding-top: 40px;
  width: 600px;
}

#modal-review .link-holder {
  display: none !important;
}

#modal-review .form__holder {
  display: flex;
  flex-direction: column;
  gap: var(--fourty);
}

@media(max-width:450px) {
 #footer > div > div.footer-top > div.footer-contacts__holder > div.footer-contacts > div.callback-btn.btn-icon.modal-open, #footer .footer-contacts{
  width: 100%;
 }
}

.swiper-button-disabled{
  cursor: not-allowed;
}

.grampus-cookie-notice {
    display: none;
    position: sticky;
    bottom: 0;
    margin: 0 auto;
    width: 70%;
    height: fit-content;
    padding: 10px 0;
    z-index: 2000;
    background-color: var(--cookie-bg, #fff);
	padding: 30px;
	border-radius: 20px;
}

.cookie-notice-container{
	flex-direction: row;
}

.grampus-cookie-notice p{
	text-align: center;
}

.grampus-cookie-accept-button{
	background-color: var(--accent);
	border: 1px solid var(--accent);
	border-radius: 10px;
}

@media (max-width: 600px){
	.grampus-cookie-accept-button{
		width: 100%;
	}
	.cookie-notice-container{
	flex-direction: column;
}
}
/* ============= MEDIA QUERIES =========== */



/*# sourceMappingURL=main.css.map */