/*
Theme Name: Novisa
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body,
button,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  font-family: Montserrat, Roboto, "sans-serif", Arial, Helvetica;
}

body {
  position: relative;
  height: 100%;
  background: #fff;
  --body-color: #000;
  --body-bg: #fff;
  --price-box-bg: #000;
  --price-box-color: #fff;
  --contact-field-note: #009ee0;
  --lp-icons-bg: #fff;
  --lp-icon-border-color: #e3e3e3;
  --lp-right-bg: #eeeeee;
  --checkbox-bg: #ccc;
  --checkbox-color: #000;
  --checkbox-checked-color: #fff;
  --submit-bg: #ccc;
  --submit-bg-hover:#000;
  --submit-color-hover:#ccc;
  --checkbox-checked-bg: #888;
  --slider-opacity: .7;
  --title-city-color: #fff;
  --title-color: #fff;
  --title-color-border: #fff;
  --hero-phone-color: #fff;
  --hero-disclaimer-color: #fff;
  --contact-info-color: #909090;
  --cookies-page-bg: #fff;
  color: var(--body-color);
}

@media (max-width: 900px) {
  body {
    --body-color: #000;
    --body-bg: #fff;
    --price-box-bg: #000;
    --price-box-color: #fff;
    --contact-field-note: #009ee0;
    --lp-icons-bg: #fff;
    --lp-icon-border-color: #e3e3e3;
    --lp-right-bg: #eeeeee;
    --checkbox-bg: #ccc;
    --checkbox-color: #000;
    --checkbox-checked-color: #fff;
    --submit-bg: #ccc;
    --checkbox-checked-bg: #888;
    --slider-opacity: .7;
    --title-city-color: #fff;
    --title-color: #fff;
    --title-color-border: #fff;
    --hero-phone-color: #000;
    --hero-disclaimer-color: #fff;
    --contact-info-color: #909090;
    --mobile-disclaimer-color: #000;
    color: var(--body-color);
  }
}

* {
  box-sizing: border-box;
}

body {
  background: var(--body-bg);
  font-size: 14px;
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

html {
  scroll-behavior: smooth
}

a {
  text-decoration-skip-ink: auto
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none
}

button {
  outline: 0
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

q {
  display: inline;
  font-style: italic
}

q:before {
  content: '"';
  font-style: normal
}

q:after {
  content: '"';
  font-style: normal
}

button,
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th, td {
  padding: 2px
}

big {
  font-size: 120%
}

small, sup, sub {
  font-size: 80%
}

sup {
  vertical-align: super
}

sub {
  vertical-align: sub
}

dd {
  margin-left: 20px
}

kbd, tt {
  font-family: courier;
  font-size: 12px
}

ins {
  text-decoration: underline
}

del, strike, s {
  text-decoration: line-through
}

dt {
  font-weight: bold
}

address, cite, var {
  font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

.lp-hero__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.lp-price-box {
  z-index: 1;
  /* position: absolute; */
  top: 13vw;
  background: var(--price-box-bg);
  color: var(--price-box-color);
  padding-left: 2vw;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
  padding-right: 2vw;
  flex-basis: content;
  margin-top: auto;
}

.lp-price-box--mobile {
  display: none;
}

.lp-price-box-lead {
  font-size: 1.8vw;
  margin-bottom: 0.5vw;
}

.lp-price-box-price {
  font-size: 3.5vw;
  font-weight: bold;
}

.lp-hero {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  height: 100%;
}

.lp {
  min-height: 100vh
}

.lp-hero__disclaimer {
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--hero-disclaimer-color);
  padding-left: 2vw;
}

.lp-hero__disclaimer a {
  color: inherit;
  text-decoration: underline;
}

.mobile-disclaimer {
  color: var(--mobile-disclaimer-color);
  padding: 20px;
  font-size: 12px;
  display: none;
}

.mobile-disclaimer a {
  color: inherit;
  text-decoration: underline;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.lp-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lp-slider .swiper-wrapper {
  opacity: var(--slider-opacity);
}

.lp-slider .swiper-slide {
  height: 100%;
}

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

.lp-hero__thumbs {
  margin: 0;
  left: calc(2vw - 8px);
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}

.lp-hero__thumbs .swiper-slide {
  padding: 5px;
}

.lp-hero__thumbs .swiper-slide img {
  border: 3px solid transparent;
  transition: .4s;
}

.lp-hero__thumbs .swiper-slide.swiper-slide-thumb-active img {
  border: 3px solid #fff;
}

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

.lp {
  display: flex;
  font-family: 'Montserrat', sans-serif;
}

.lp-left {
  width: calc(100% - 360px);
  position: relative;
  letter-spacing: -.025em;
  position: sticky;
  top: 0;
  height: 100vh;
  transition: width .4s;
}

.lp-right {
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--lp-right-bg);
  transition: width .4s;
}

.contact__form--wide .lp-left {
  width: calc(100% - 450px);
}

.contact__form--wide .lp-right {
  width: 450px;
}

.lp-title {
  margin-top: 2.313rem;
  margin-left: 2vw;
  z-index: 10;
  line-height: 1.5;
  position: relative;
}

.lp-title__city {
  font-size: 1.8vw;
  font-style: italic;
  font-weight: 500;
  color: var(--title-city-color)
}

.lp-title__name {
  line-height: 1.043;
  font-size: 3vw;
  padding-left: 1.8vw;
  color: var(--title-color);
  font-weight: 800;
  position: relative;
}

.lp-title__name::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transform: translateY(-6%);
  width: .15vw;
  background: var(--title-color-border);
  z-index: 3;
}

.lp-hero__phone {
  color: var(--hero-phone-color);
  letter-spacing: -.02em;
  text-align: right;
  position: relative;
  z-index: 10;
  margin-top: 2vw;
  margin-right: 2vw;
  padding-right: 54px;
  line-height: 1;
}

.lp-hero__phone a:after {
  content: "";
  background: url(images/phone.svg);
  position: absolute;
  top: 3px;
  right: 0;
  width: 33px;
  height: 33px;
}

.lp-hero__phone__title {
  width: auto;
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.lp-hero__phone__number {
  font-size: 1.063em;
  line-height: 1;
  font-weight: 500;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.contact {
  padding: 25px 25px 10px;
}

.contact__link {margin-bottom: 10px;margin-top: 20px;}
.contact__link__text {color: #000;text-decoration: none;font-size: 14px;display: flex;gap: 5px;}
.contact__link__text svg {width: 16px;height: 16px;opacity: .3;transition: .4s;}
.contact__link__text:hover svg {opacity: 1;}



.contact__form {
}

.contact__logo {
  width: calc(50% - 5px);
}

.contact__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}

.contact__field__note {
  display: none;
  position: absolute;
  right: calc(100% + 25px);
  top: 50%;
  z-index: 33;
  width: 400px;
  font-size: 12px;
  background: var(--contact-field-note);
  padding: 15px 20px;
  color: #fff;
  transform: translateY(-50%);
}

.contact__field__note:after {
  position: absolute;
  top: 50%;
  right: 0;
  background: var(--contact-field-note);
  width: 20px;
  height: 20px;
  content: "";
  transform: rotate(-45deg) translateY(0%);
  transform-origin: top right;
  margin-top: -13px;
}

.contact__field:has(input:focus) .contact__field__note {
  display: block
}

.contact__field__note a {
  color: #fff
}

.contact__field {
  margin-bottom: 5px;
  position: relative;
}

.contact__field input {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 8px 5px;
  font-size: 14px;
  outline: none;
  transition: border-color .4s;
  width: 100%;
  background: transparent;
}

.contact__field input.wpcf7-not-valid {
  border-bottom-color: red
}

.contact__field input:focus {
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
}

.contact__field input.wpcf7-not-valid:focus {
  border-bottom-color: red
}

.contact__checkbox {
  font-size: 14px;
  margin-top: 15px;
  margin-top: 2vh;
  margin-top: clamp(15px, calc(15 / 670 * 100vh), 30px);
}

.contact__checkbox--consent + .contact__checkbox--consent {
  margin-top: 5px;
}

.contact__checkbox--consent {
  font-size: 11px;
  max-height: 27px;
  overflow: hidden;
}

.contact__form--change .contact__checkbox--consent {
  max-height: 100%;
  overflow: auto;
}

.contact__checkbox input {
  margin: 0;
  position: absolute;
  left: 0;
  top: 2px;
}

.contact__checkbox .wpcf7-list-item,
.contact__checkbox .wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 20px;
}

.contact__checkbox--consent .wpcf7-list-item {
  margin-bottom: 5px
}

.contact__interests,
.contact__checkbox--apartments .wpcf7-checkbox {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: clamp(15px, calc(15 / 670 * 100vh), 30px);
}

.contact__interests__checkbox,
.contact__checkbox--apartments input {
  display: none
}

.contact__checkbox--apartments .wpcf7-list-item {
  padding-left: 0;
}

.contact__interests label,
.contact__checkbox--apartments .wpcf7-list-item-label {
  padding: 5px 10px;
  border-radius: 20px;
  background: var(--checkbox-bg);
  display: block;
  font-size: 12px;
  color: var(--checkbox-color);
}

.contact__interests__checkbox:checked + label,
.contact__checkbox--apartments input:checked + .wpcf7-list-item-label {
  background: var(--checkbox-checked-bg);
  color: var(--checkbox-checked-color);
}

.contact__button {
  margin-top: clamp(15px, calc(15 / 670 * 100vh), 30px);
  margin-bottom: clamp(15px, calc(15 / 670 * 100vh), 30px);
  display: flex;
  gap: 10px;
}

.contact__button button {
  border: 0;
  font-size: 14px;
  padding: 10px 15px;
  white-space: normal;
  font-weight: 600;
  background: var(--submit-bg);
  color: var(--submit-color);
  width: calc(50% - 5px);
}

.contact__button button:hover {
  background: var(--submit-bg-hover);
  color: var(--submit-color-hover);
}

.contact__button button .loading {
  display: none;
}

[data-status='submitting'] .contact__button button .loading {
  display: block;
}

[data-status='submitting'] .contact__button button .submit {
  display: none;
}

[data-status='submitting'] .contact__button button {
  opacity: .5
}

.contact__info {
  font-size: 11px;
  margin-top: clamp(15px, calc(15 / 670 * 100vh), 30px);
  color: var(--contact-info-color);
  overflow: hidden;
  max-height: 26px;
}

.contact__info p {
  margin-bottom: 15px
}

.contact__info a {
  color: var(--contact-info-color);
}

.contact__form--change .contact__info {
  overflow: autp;
  max-height: 100%;
}


.contact__desc {
  font-size: 12px;
  padding: 20px;
  font-weight: 600;
}


.screen-reader-response {
  display: none
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 12px;
  color: #f00;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 20px;
}

.wpcf7-response-output {
  font-size: 12px;
  background: #fffbb2;
  padding: 8px;
  border: 1px solid #f5f099;
}

.wpcf7-response-output:empty {
  display: none
}

.lp-icons {
  display: flex;
  width: calc(125% - 0px);
  position: relative;
  left: calc((-125% + 0px) / 4);
  background: var(--lp-icons-bg);
  z-index: 2;
}

.lp-icon {
  text-align: center;
  width: 25%;
  padding: 15px 5px;
  border-right: 1px solid var(--lp-icon-border-color);
}

.lp-icon:nth-child(3),
.lp-icon:nth-child(4) {
  border-right: none;
}

.lp-icon--only-icon {
  padding: 0;
  display: flex;
  align-items: center;
}

.lp-icon--only-icon img {
  margin: 0;
  width: 100%;
  max-height: 90px;
  object-fit: contain;
  height: auto;
}

.lp-icon__img {
  width: 40px;
  margin-bottom: 5px;
}

.lp-icon__desc {
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
}

.grecaptcha-badge {
  opacity: 0
}

.cookies-page {
  background: var(--cookies-page-bg);
}

.cookies {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  padding:20px 20px 200px;
}

.cookies__header {
  margin-top: 40px;
}

.cookies__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: 70px;
}

.cookies__logo {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.cookies__policy {
  margin-top: 50px;
}

.cookies__return {
  font-size: 12px;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 900px) {
  body {
    --title-color: #000;
    --title-city-color: #000;
    --title-color-border: #000;
    --hero-phone-color: #000;
  }

  .lp {
    flex-direction: column;
  }

  .lp-left {
    width: 100%;
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .contact__form--wide .lp-left {
    width: auto;
  }

  .lp-hero {
    order: 2;
  }

  .lp-right {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact__form--wide .lp-right {
    width: auto;
  }

  .lp-slider {
    position: static;
    order: 3;
  }

  .lp-price-box {
    display: none
  }

  .lp-hero__thumbs {
    display: none
  }

  .lp-hero__disclaimer {
    display: none
  }

  .mobile-disclaimer {
    display: block;
    order: 999;
  }

  .lp-title {
    order: 1;
    background: var(--lp-right-bg);
    margin: 0;
    padding: 30px 20px;
  }

  .lp-title__city {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .lp-title__name {
    font-size: 32px;
    padding-left: 15px;
  }

  .lp-title__name::before {
    width: 2px;
  }

  .lp-hero__phone {
    text-align: left;
    margin-bottom: 2vw;
    order: 0;
    margin: 0;
  }

  .lp-hero__phone a {
    display: block;
    padding: 20px
  }

  .lp-hero__phone a:after {
    top: 50%;
    right: 20px;
    margin-top: -16px;
    background: url(images/phone-black.svg);
  }

  .lp-hero__header {
    flex-direction: column;
  }

  .contact {
    order: 1;
  }

  .lp-icons {
    width: auto;
    position: static;
    flex-wrap: wrap;
    gap: 10px;
    background: transparent;
    margin: 0 25px;
    order: 0;
    margin-top: 25px;
  }

  .lp-icon {
    width: calc(50% - 5px);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
  }

  .lp-icon--only-icon {
  }

  .lp-icon--only-icon img {
    margin: 10px 0;
  }

  .lp-icon__desc {
    max-width: 160px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .contact__desc {
    text-align: center;
    padding: 20px 25px;
  }

  .contact__button {
    background: transparent;
    flex-direction: column;
  }

  .contact__button button {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }

  .contact__logo {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 200px;
  }

  .contact__checkbox--consent {
    max-height: 100%;
    overflow: auto;
  }

  .lp-price-box--mobile {
    display: block;
    order: 4;
    padding: 25px;
  }

  .lp-price-box-lead {
    font-size: 16px;
  }

  .lp-price-box-price {
    font-size: 32px;
  }
}
