@font-face {
  font-family: "Intro";
  src: url("fonts/Intro-Regular.woff2") format("woff2"),
    url("fonts/Intro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs";
  src: local("TT Firs ExtraBold"), local("TTFirs-ExtraBold"),
    url("fonts/TTFirs-ExtraBold.woff2") format("woff2"),
    url("fonts/TTFirs-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Firs";
  src: local("TT Firs Bold"), local("TTFirs-Bold"),
    url("fonts/TTFirs-Bold.woff2") format("woff2"),
    url("fonts/TTFirs-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
}

[data-formhandler] .alert {
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%;
}

[data-formhandler] button:not(.fancybox-button),
[data-formhandler] [type="button"]:not(.fancybox-button),
[data-formhandler] [type="submit"]:not(.fancybox-button) {
  position: relative;
}

.hide-invalid-feedback+.invalid-feedback {
  display: none;
}

.is-invalid,
.invalid-feedback {
  border-color: #d64356;
  animation-name: shake;
  animation-duration: 0.5s;
}

.invalid-feedback {
  width: 100%;
  z-index: 1;
  height: calc(100% - 1px);
  font-size: 90%;
  color: #d64356;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -1px;
}

@keyframes shake {

  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  50%,
  90% {
    transform: translate3d(-3px, 0, 0);
  }

  30%,
  70% {
    transform: translate3d(3px, 0, 0);
  }
}

.formhandler-spinner {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid transparent;
  animation: 1s linear 0s normal none infinite running spinnerRotation;
}

@keyframes spinnerRotation {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

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

.modalhandler .fancybox-content {
  min-width: 500px;
  padding: 35px 50px 50px;
}

@media (max-width: 767px) {
  .modalhandler .fancybox-content {
    min-width: auto;
    padding: 25px 30px 30px;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .modalhandler .fancybox-slide--html {
    padding: 0;
  }
}

.modalhandler .fancybox-button {
  padding: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  background-color: #0089cf;
  transition: background-color 0.15s ease-in-out;
}

.modalhandler .fancybox-button path {
  fill: #fff;
}

.modalhandler .fancybox-button:hover {
  background-color: #00b6ff;
}

.modalhandler__form {
  user-select: none;
}

.modalhandler__title {
  font-weight: 600;
  line-height: 1.19;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

@media (min-width: 421px) {
  .modalhandler__title {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .modalhandler__title {
    font-size: 2.25rem;
    margin-bottom: 25px;
  }
}

.modalhandler__sub-title {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 1.625rem;
}

.modalhandler__desc {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media (max-width: 420px) {
  .modalhandler__desc {
    font-size: 0.875rem;
  }

  .modalhandler__desc br {
    display: none;
  }
}

.modalhandler__group {
  display: block;
  margin-bottom: 30px;
}

.modalhandler__group--no-invalid .invalid-feedback {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.modalhandler__label {
  font-weight: 500;
  font-size: 1.125rem;
}

.modalhandler__field {
  border: 0;
  width: 100%;
  padding: 0;
  height: 35px;
  display: block;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #7d879c;
  background-color: transparent !important;
}

.modalhandler__field--white {
  background-color: #fff !important;
}

.modalhandler__wrap-field {
  position: relative;
}

.modalhandler__wrap-field--white .invalid-feedback {
  background: #fff !important;
  border-bottom: 1px solid #dc3545;
}

.modalhandler__btn {
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
}

.modalhandler__tabs {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}

.modalhandler__tab {
  color: #7d879c;
  line-height: 1;
  cursor: pointer;
  padding: 8px 15px;
}

.modalhandler__tab--active {
  color: #fff;
  cursor: default;
  border-radius: 25px;
  background-color: #0089cf;
}

.screen-swiper {
  height: 100vh;
}

.screen-swiper.swiper-container,
.screen-swiper .swiper-wrapper {
  z-index: calc(var(--header-z-index) - 3);
}

.screen-pagination {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.screen-pagination__bullet {
  width: 2px;
  height: 2px;
  box-sizing: content-box;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
}

.screen-pagination__bullet--active {
  width: 4px;
  height: 4px;
  background-color: #f15a26;
  cursor: default;
  transition: background-color 0.15s ease-in-out, width 0.15s ease-in-out,
    height 0.15s ease-in-out;
}

.screen-pagination__bullet+.screen-pagination__bullet {
  margin-top: 9px;
}

.first-screen {
  position: relative;
  background: no-repeat center/cover;
  width: calc(100% - var(--rp-width));
  height: 100vh;
}

@media (max-width: 767px) {
  .first-screen {
    height: calc(100vh - var(--mobile-header-height));
    overflow-x: scroll;
  }
}

.first-screen::after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: calc(var(--header-z-index) - 4);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 768px) {
  .first-screen::after {
    height: 150px;
  }
}

.first-screen__title {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-family: "TTFirs", sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
}

@media (min-width: 768px) {
  .first-screen__title {
    font-size: 3.13vw;
  }
}

.first-screen__desc {
  margin-top: 14px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
}

@media (min-width: 768px) {
  .first-screen__desc {
    font-size: 1.25vw;
  }
}

.first-screen__link {
  width: fit-content;
  margin-top: 40px;
  text-decoration-line: underline;
  line-height: 1;
  font-size: 0.875rem;
  color: #fff;
}

@media (max-width: 1366px) {
  .first-screen__link {
    margin-top: 2.8vw;
  }
}

.first-screen__link svg {
  fill: #fff;
  width: 35px;
  height: 8px;
}

.first-screen__arc {
  user-select: none;
  z-index: calc(var(--header-z-index) - 1);
  position: absolute;
  left: 0;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 315px;
  height: 180px;
  padding: 60px 0 0 var(--fs-padding-l);
  background: url("../images/background/arc-orange.svg") no-repeat right top/auto 180px;
}

@media (min-width: 768px) {
  .first-screen__arc {
    bottom: 30px;
    width: 41.042vw;
    height: 23.542vw;
    padding: 7.8vw 0 0 var(--fs-padding-l);
    background: url("../images/background/arc-orange.svg") no-repeat right top/auto 23.5vw;
  }
}

.title {
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "TTFirs", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}

@media (min-width: 576px) {
  .title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .title {
    font-size: 2.5rem;
  }
}

.title__wrap {
  position: relative;
  z-index: 2;
}

.title:not(.title--no-arc)::before {
  content: "";
  width: 480px;
  height: 200px;
  z-index: 1;
  position: absolute;
  left: -290px;
  top: -80px;
  background: url("../images/background/arc-orange.svg") no-repeat right top/auto 200px;
}

.z-index-title-fix {
  position: relative;
  z-index: 2;
}

.flat-mini {
  height: 100%;
  position: relative;
  padding: 50px 30px 0;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  background: #0b9ae2;
  border: 1px solid #1697d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flat-mini:before {
  content: "";
  width: 122px;
  height: 51px;
  position: absolute;
  left: 50%;
  margin-left: -61px;
  top: -26px;
  background: url("../images/background/arc-orange.svg") no-repeat center/122px 51px;
}

.flat-mini__image {
  height: 230px;
  margin-bottom: 20px;
}

.flat-mini__image img {
  max-width: 100%;
  user-select: none;
}

.flat-mini__title {
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 1rem;
}

.flat-mini__area {
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
  font-family: "TT Firs", sans-serif;
  font-weight: 800;
  font-size: 1.875rem;
}

.flat-mini__view {
  cursor: pointer;
  border-radius: 97px;
  margin: 0 auto -48px;
  width: 97px;
  height: 97px;
  background-color: #f15a26;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: calc(var(--header-z-index) - 3);
  line-height: 1;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: none;
}

.icon-text-h {
  display: flex;
  align-items: center;
}

.icon-text-h__icon {
  width: 106px;
  height: 106px;
  margin-right: 15px;
  border-radius: 106px;
  background-color: #f15a26;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-text-h__icon svg {
  fill: #fff;
  width: 50px;
  height: 50px;
}

.icon-text-h__text {
  color: #fff;
  line-height: 1.2;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .icon-text-h__text br {
    display: none;
  }
}

.modal-flat .fancybox-content,
.modal-flat .container {
  padding: 0;
}

.modal-flat .container {
  width: 100vw;
}

.modal-flat .fancybox-button {
  opacity: 1;
}

@media (max-width: 991px) {
  .modal-flat .fancybox-button {
    margin: 9px 7px 0 0;
    padding: 0 !important;
    width: 52px;
    height: 52px;
  }
}

.modal-flat .fancybox-button svg path {
  fill: #c4c4c4;
}

@media (min-width: 992px) {
  .modal-flat .fancybox-button svg path {
    fill: #fff;
  }
}

.modal-flat .fancybox-close-small {
  padding: 5px;
}

@media (max-width: 575px) {
  .modal-flat .fancybox-slide--html {
    padding: 0;
  }
}

.fancy-white .fancybox-slide {
  background-color: #fff;
}

@media (min-width: 992px) {
  .flat {
    display: flex;
  }
}

.flat__left,
.flat__right {
  flex-shrink: 0;
}

@media (min-width: 992px) {

  .flat__left,
  .flat__right {
    width: 50%;
  }
}

.flat__left {
  position: relative;
  background-color: #fff;
}

.flat__left__top {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flat__left__bottom {
  padding: 20px 15px;
}

@media (min-width: 768px) {
  .flat__left__bottom {
    padding: 45px 15px;
    display: flex;
    justify-content: center;
  }
}

.flat__left__bottom__item {
  margin: 5px 5px 0;
  font-size: 0.875rem;
  cursor: pointer;
  user-select: none;
  text-decoration: underline;
  color: #ff0101;
  line-height: 1;
}

@media (min-width: 768px) {
  .flat__left__bottom__item {
    margin: 0 20px;
  }
}

.flat__left__bottom__item--active {
  cursor: default;
  color: #939393;
  text-decoration: none;
}

.flat__print {
  outline: none;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1;
  color: #939393;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

.flat__print:hover {
  color: #939393;
}

.flat__print:not(.flat__print--no-icon):before {
  margin-right: 10px;
  content: url("../images/print.svg");
}

.flat__print--no-icon {
  padding-left: 30px;
}

.flat__open-image {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url("../images/open-image.svg") no-repeat center/cover;
}

@media (max-width: 991px) {
  .flat__open-image {
    margin-right: 43px;
  }
}

@media (max-width: 575px) {
  .flat__open-image {
    margin-right: 60px;
  }
}

.flat__image {
  height: 50vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}

.flat__image__bottom {
  order: 1;
  flex-shrink: 0;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .flat__image__bottom {
    display: flex;
    align-items: center;
  }
}

.flat__image__bottom__what {
  display: block;
  font-size: 0.875rem;
  line-height: 1.1;
  color: #f15a26;
}

@media (min-width: 768px) {
  .flat__image__bottom__what {
    text-align: left;
    margin-left: 15px;
  }
}

.flat__image img {
  order: 0;
  flex-shrink: 1;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
}

.flat__image__bottom+img {
  max-height: calc(100% - 75px);
}

.flat__rose {
  transform: rotate(30deg);
  width: 66px;
  height: 66px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url("../images/rose-2.svg") no-repeat center/cover;
}

.flat__right {
  padding: 30px 20px;
  background-color: #0089cf;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 576px) {
  .flat__right {
    padding: 30px 50px;
  }
}

@media (min-width: 1610px) {
  .flat__right {
    padding: 30px 100px;
  }
}

.flat__status {
  margin-bottom: 8px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.flat__status:before {
  content: "";
  margin-right: 5px;
  border-radius: 6px;
  width: 6px;
  height: 6px;
}

.flat__status.free:before {
  background-color: #b2d235;
}

.flat__status.booked:before {
  background-color: #f89808;
}

.flat__status.sold:before {
  background-color: #0b9ae2;
}

.flat__status.star:before {
  border-radius: 0;
  width: 12px;
  height: 12px;
  content: url("../images/star.svg");
}

.flat__name {
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-family: "TTFirs", sans-serif;
  font-weight: 900;
  font-size: 8.2vw;
}

@media (min-width: 390px) {
  .flat__name {
    font-size: 1.75rem;
  }
}

@media (min-width: 1610px) {
  .flat__name {
    font-size: 2.25rem;
  }
}

.flat__attrs {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin-bottom: 10px;
}

.flat__attr {
  width: 50%;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.flat__attr__name {
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
  font-size: 0.875rem;
}

.flat__attr__value {
  color: #fff;
  line-height: 1;
  font-weight: 900;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "TTFirs", sans-serif;
}

@media (min-width: 768px) {
  .about-map {
    height: 800px;
    position: relative;
  }
}

.about-map__wrapper {
  background-color: #0089cf;
  height: 300px;
}

@media (min-width: 768px) {
  .about-map__wrapper {
    height: 100%;
    width: calc(43% - var(--rp-width));
    z-index: calc(var(--header-z-index) - 3);
    position: absolute;
    right: var(--rp-width);
    top: 0;
  }
}

@media (min-width: 1400px) {
  .about-map__wrapper {
    width: calc(50% - var(--rp-width));
  }
}

@media (max-width: 767px) {
  .about-map__wrapper {
    margin-left: calc(-1 * var(--bs-gutter-x, 0.75rem));
    width: calc(100% + var(--bs-gutter-x, 0.75rem) * 2);
  }
}

.about-map__point {
  color: #fff;
  width: 22px;
  height: 32px;
  overflow: initial !important;
  transform: translate(11px, -18px);
}

.about-map__point__wrap {
  background-color: #066b9e;
  transform: translateY(-50%);
  font-size: 9px;
  line-height: 1.2;
  max-width: 110px;
  padding: 2px 5px;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.about-map__category {
  user-select: none;
  width: fit-content;
  cursor: pointer;
  position: relative;
  z-index: calc(var(--header-z-index) - 3);
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "TT Firs", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.about-map__category+.about-map__category {
  margin-top: 20px;
}

.about-map__category--active {
  color: #0b9ae2;
  cursor: default;
  display: flex;
  align-items: center;
}

.about-map__category--active:before {
  content: "";
  margin-right: 10px;
  width: 35px;
  height: 2px;
  background-color: #0089cf;
}

@media (max-width: 767px) {
  .about-map__categories {
    margin-bottom: 30px;
  }
}

.about-flats {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .about-flats {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .about-flats {
    flex-wrap: wrap;
    margin: 0 -15px -90px;
  }
}

.about-flat {
  margin: 0 15px 90px;
}

@media (min-width: 768px) {
  .about-flat {
    flex-shrink: 0;
    width: calc(33.3333% - 30px);
  }
}

@media (min-width: 1200px) {
  .about-flat {
    flex: 1 0 0;
    width: auto;
    margin: 0 15px;
  }
}

.plan-group {
  display: block;
  padding: var(--bs-gutter-x, 0.75rem);
}

.plan-group img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .section-group-1 {
    position: relative;
  }

  .section-group-1:before {
    content: "";
    width: 1085px;
    height: 452px;
    position: absolute;
    left: -290px;
    top: -200px;
    background: url("../images/background/arc-orange.svg") no-repeat center/auto 452px;
  }
}

@media (min-width: 1200px) {
  .section-group-2 {
    position: relative;
  }

  .section-group-2:before {
    content: "";
    width: 1085px;
    height: 452px;
    position: absolute;
    right: -290px;
    top: -200px;
    background: url("../images/background/arc-orange.svg") no-repeat center/auto 452px;
  }
}

@media (max-width: 1609px) {
  .plan-hide-height-1 {
    display: none;
  }
}

@media (max-width: 767px) {
  .plan-hide-height-2 {
    display: none;
  }
}

.contacts-map {
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .contacts-map {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .contacts-height {
    height: 40px !important;
  }
}

.contacts-long-title {
  color: #fff;
  line-height: 1;
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "TTFirs", sans-serif;
}

.contacts-text {
  position: relative;
  max-width: 750px !important;
  padding-right: 0 !important;
  z-index: calc(var(--header-z-index) - 2);
}

.contacts-author {
  color: #fff;
  padding-bottom: 50px;
  z-index: calc(var(--header-z-index) - 3);
}

@media (min-width: 768px) {
  .contacts-author {
    position: absolute;
    bottom: 0;
  }
}

.contacts-author__text {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .contacts-author:after {
    content: "";
    width: 800px;
    height: 420px;
    position: absolute;
    left: -250px;
    top: -200px;
    background: url("../images/background/arc-orange.svg") no-repeat right top/auto 420px;
  }
}

.gallery-nums {
  display: flex;
  align-items: center;
}

.gallery-nums__line {
  margin: 0 15px;
  width: 100px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.gallery {
  position: relative;
  z-index: calc(var(--header-z-index) - 3);
}

@media (min-width: 768px) {
  .gallery {
    overflow: hidden;
  }
}

.gallery:after {
  display: none;
}

.gallery-swiper {
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .gallery-swiper {
    width: 70vw;
    height: 100vh;
  }
}

.gallery-swiper__item {
  height: 40vh;
  background: no-repeat center/cover;
}

@media (min-width: 768px) {
  .gallery-swiper__item {
    height: 100vh;
  }
}

.gallery-swiper__prev,
.gallery-swiper__next {
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 50%;
  background: rgba(241, 90, 38, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-swiper__prev svg,
.gallery-swiper__next svg {
  fill: #fff;
  width: 27px;
  height: 21px;
}

.gallery-swiper__prev.swiper-button-disabled,
.gallery-swiper__next.swiper-button-disabled {
  display: none;
}

.gallery-swiper__prev {
  left: 0;
}

.gallery-swiper__next {
  right: 0;
}

.gallery-swiper__next svg {
  transform: scale(-1);
}

.gallery-arc {
  width: 35vw;
  background-size: auto 20vw;
  padding: 3.8vw 0 0 var(--fs-padding-l);
}

@media (min-width: 1025px) {
  .gallery-arc {
    bottom: -35px;
  }
}

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

.news-wrap {
  min-height: 100vh;
}

.news-fancy .fancybox-slide--html {
  padding: 0;
}

.news-fancy .fancybox-close-small {
  display: none;
}

@media (max-width: 575px) {

  .news-popup,
  .news__container,
  .news__container .container,
  .news-popup__wrap {
    height: 100%;
  }

  .news__container .container {
    padding: 0;
  }
}

.news {
  display: flex;
  flex-wrap: wrap;
}

.news__container {
  padding-right: var(--rp-width);
}

.news__item {
  width: 100%;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  padding: 0 0 60px;
  color: #fff;
  text-decoration: none;
  z-index: calc(var(--header-z-index) - 3);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (min-width: 576px) {
  .news__item {
    padding: 30px 30px 80px;
  }
}

@media (min-width: 768px) {
  .news__item {
    width: 50%;
  }

  .news__item:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 992px) {
  .news__item {
    width: 33.3333%;
  }

  .news__item:not(:nth-last-child(-n + 3)) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.news__item:hover {
  color: #fff;
  border-color: #0491e1;
  background-color: #0491e1;
}

.news__date {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.125rem;
}

.news__title {
  margin-bottom: 25px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "TTFirs", sans-serif;
  font-weight: 900;
  font-size: 1.3125rem;
}

@media (min-width: 1400px) {
  .news__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1610px) {
  .news__title {
    font-size: 1.875rem;
  }
}

.news__view {
  opacity: 0;
  border-radius: 45px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__view svg {
  fill: #f15a26;
  width: 7px;
  height: 17px;
}

.news__item:hover .news__view {
  opacity: 1;
}

.news-popup {
  padding: 0;
  width: 100%;
  color: #fff;
  background: none;
}

.news-popup__wrap {
  padding: 0 20px;
  background-color: #0491e1;
}

@media (min-width: 576px) {
  .news-popup__wrap {
    padding: 0 0 0 30px;
  }
}

.news-popup__top {
  height: 60px;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@media (min-width: 576px) {
  .news-popup__top {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .news-popup__top {
    height: 80px;
  }
}

.news-popup__close {
  color: #fff;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.news-popup__close:after {
  content: "";
  margin-left: 23px;
  width: 30px;
  height: 30px;
  background: url("../images/close-popup.svg") no-repeat center/cover;
}

@media (min-width: 1200px) {
  .news-popup__close:after {
    width: 45px;
    height: 45px;
  }
}

.news-popup__content {
  display: flex;
}

.news-popup__left {
  position: relative;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .news-popup__left {
    padding-bottom: 30px;
  }

  .news-popup__left:before {
    content: "";
    width: 400px;
    height: 240px;
    position: absolute;
    left: -30px;
    bottom: 30px;
    background: url("../images/background/arc-orange.svg") no-repeat right top/auto 240px;
  }
}

.news-popup__right {
  flex-shrink: 0;
  max-width: 500px;
  margin-left: auto;
  text-align: right;
}

@media (min-width: 1200px) {
  .news-popup__right {
    max-width: 700px;
  }
}

@media (min-width: 1610px) {
  .news-popup__right {
    max-width: 950px;
  }
}

@media (max-width: 991px) {
  .news-popup__right {
    display: none;
  }
}

.news-popup__right img {
  max-width: 100%;
}

.news-popup__title {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  font-family: "TTFirs", sans-serif;
  font-size: 1.3125rem;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .news-popup__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .news-popup__title {
    font-size: 1.875rem;
  }
}

@media (min-width: 1610px) {
  .news-popup__title {
    margin-top: 70px;
  }
}

.news-popup__desc {
  line-height: 1.1;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
}

.select-z-index {
  position: relative;
  z-index: calc(var(--header-z-index) - 3);
}

.select-facade {
  width: 100%;
}

@media(max-width:767px) {
  .select-facade {
    width: 700px;
  }
}

.select-facade__house {
  cursor: pointer;
}

.select-facade__house--no-hover {
  cursor: default;
}

.select-facade__fill {
  fill: rgba(241, 90, 38, 0);
  transition: fill 0.15s ease-in-out;
}

.select-facade__house:not(.select-facade__house--active):hover .select-facade__fill {
  fill: rgba(241, 90, 38, 0.4);
}

.select-facade__house--active .select-facade__fill {
  fill: rgba(241, 90, 38, 0.7);
}

.select-facade__circle {
  r: 40;
  fill: #0b9ae2;
  stroke: none;
}

.select-facade__circle--grey {
  fill: #aeaeae;
}

.select-facade__number {
  fill: #fff;
  font-weight: 900;
  font-size: 1.625rem;
  font-family: "TTFirs", sans-serif;
}

@media (min-width: 992px) {
  .select-cols {
    display: flex;
  }
}

.select-col {
  padding-bottom: 80px;
}

.select-floor-plan {
  width: 100%;
  position: relative;
  padding-right: 50px;
}

@media (min-width: 1400px) {
  .select-floor-plan {
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .select-floor-plan {
    padding-right: 0;
    padding-bottom: 0;
    background-color: #0089cf !important;
  }
}

@media (min-width: 992px) {
  .select-floor-plan:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #066b9e;
    position: absolute;
    right: 100%;
    top: 0;
  }
}

.select-floor-plan__sticky {
  padding-top: 80px;
  position: sticky;
  top: 0;
}

.select-floor-plan__street {
  user-select: none;
  position: absolute;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .select-floor-plan__street {
    display: none;
  }
}

@media (min-width: 1610px) {
  .select-floor-plan__street {
    font-size: 1rem;
  }
}

.select-floor-plan__street--right {
  top: 50%;
  right: -80px;
  transform: rotate(-90deg);
}

.select-floor-plan__street--top {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.select-floor-plan__monument {
  position: absolute;
  width: 35px;
  height: 47px;
  background: url("../images/monument.svg") no-repeat center/cover;
}

@media (max-width: 767px) {
  .select-floor-plan__monument {
    display: none;
  }
}

@media (min-width: 1610px) {
  .select-floor-plan__monument {
    width: 48px;
    height: 64px;
  }
}

.select-floor-plan__monument--top-right {
  top: -45px;
  right: -45px;
}

.select-floor-plan__monument--top-left {
  top: -45px;
  left: -45px;
}

.select-floor-plan__river {
  position: absolute;
  width: 20px;
  height: 35px;
  background: url("../images/river.svg") no-repeat center/cover;
}

@media (max-width: 767px) {
  .select-floor-plan__river {
    display: none;
  }
}

@media (min-width: 1610px) {
  .select-floor-plan__river {
    width: 29px;
    height: 50px;
  }
}

.select-floor-plan__river--left {
  left: -45px;
  top: 50%;
}

.select-floor-plan__river--bottom {
  left: 50%;
  bottom: -60px;
  transform: rotate(90deg);
}

.select-floor-plan__svg {
  position: relative;
}

.select-floor-plan__svg path {
  cursor: pointer;
  fill: rgba(241, 90, 38, 0);
  transition: fill 0.15s ease-in-out;
}

.select-floor-plan__svg path.sold {
  cursor: default;
}

path.sold {
  fill: rgba(255, 204, 203, 0.95);
}

path.free {
  fill: rgba(204, 237, 255, 0.95);
}

path.booked {
  fill: rgba(251, 255, 204, 0.95);
}

@media (min-width: 1200px) {
  .select-floor-plan__cols {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .select-floor-plan__cols {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .select-floor-plan__col {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .select-floor-plan__col {
    display: flex;
    align-items: center;
  }
}

.select-floor-plan__bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.select-floor-plan__plan {
  width: 171px;
  height: 193px;
}

.select-floor-plan__plan .section {
  fill: transparent;
}

.select-floor-plan__plan .section.active {
  fill: rgba(241, 90, 38, 0.72);
}

.select-floor-plan__rose {
  fill: #fff;
  width: 96px;
  height: 98px;
}

:root {
  --select-chess-pl: 1px;
  --select-chess-width: 710px;
}

@media (min-width: 992px) {
  :root {
    --select-chess-pl: 50px;
  }
}

@media (min-width: 1400px) {
  :root {
    --select-chess-pl: 80px;
  }
}

.select-chess {
  flex-shrink: 0;
  padding-top: 80px;
  padding-left: var(--select-chess-pl);
}

.select-chess__line {
  padding: 0 10px;
}

.select-chess__line--active {
  padding: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 567px) {
  .select-chess__flats-container {
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .select-chess {
    padding-left: 0;
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .select-chess {
    width: 61%;
  }
}

@media (min-width: 1200px) {
  .select-chess {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .select-chess {
    width: fit-content;
  }
}

.select-chess__cols {
  display: flex;
  align-items: center;
}

.select-chess__col--floor {
  width: 60px;
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .select-chess__col--floor {
    width: 50px;
  }
}

@media (min-width: 1400px) {
  .select-chess__col--floor {
    width: 80px;
  }
}

.select-chess__col--flats {
  width: 100%;
}

.select-chess__floor {
  user-select: none;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

@media (min-width: 1400px) {
  .select-chess__floor {
    font-size: 1.125rem;
  }
}

.select-chess__floor--active {
  color: #ffa384;
  cursor: default;
}

.select-chess__flats {
  margin-left: -10px;
  display: flex;
  align-items: center;
}

@media (min-width: 1400px) {
  .select-chess__flats {
    margin-left: -15px;
  }
}

.select-chess__flat {
  flex-shrink: 0;
  user-select: none;
  color: #fff;
  cursor: pointer;
  transition: filter 0.15s ease-in-out;
  margin-left: 7px;
  font-size: 0.8125rem;
  width: 32px;
  height: 32px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1400px) {
  .select-chess__flat {
    margin-left: 15px;
    width: 36px;
    height: 36px;
  }
}

.select-chess__flat:not(.sold):hover {
  filter: brightness(110%);
}

.select-chess__flat.free {
  background-color: #b2d235;
}

.select-chess__flat.booked {
  background-color: #f89808;
}

.select-chess__flat.sold {
  cursor: default;
  background-color: #0b9ae2;
}

.select-chess__line {
  cursor: pointer;
  position: relative;
  margin-bottom: 7px;
  align-items: center;
}

@media (min-width: 1400px) {
  .select-chess__line {
    margin-bottom: 15px;
  }
}

.select-chess__line--active {
  cursor: default;
}

.select-chess__line--species:before {
  user-select: none;
  font-size: 0.875rem;
  transform: rotate(-90deg);
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -30px;
  top: -53px;
  content: "\0412 \0438 \0434 \043E \0432 \044B \0435  \043A \0432 \0430 \0440 \0442 \0438 \0440 \044B";
}

@media (min-width: 992px) {
  .select-chess__line--species:before {
    left: -95px;
    top: -45px;
  }
}

@media (min-width: 1400px) {
  .select-chess__line--species:before {
    font-size: 1rem;
    left: -120px;
    top: -70px;
  }
}

.select-chess__line--species:after {
  content: "";
  width: calc(100% + var(--select-chess-pl));
  border: 1px dashed rgba(255, 255, 255, 0.7);
  position: absolute;
  left: calc(-1 * var(--select-chess-pl));
  bottom: -5px;
}

@media (min-width: 1400px) {
  .select-chess__line--species:after {
    bottom: -8px;
  }
}

.select-second-title {
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "TTFirs", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}

@media (min-width: 400px) {
  .select-second-title {
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .select-second-title {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  .select-second-title {
    font-size: 2.5rem;
  }
}

.select-col-name {
  user-select: none;
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
}

@media (max-width: 1199px) {
  .select-col-name {
    width: 100px;
    margin-bottom: 0;
  }
}

.select-col-value {
  line-height: 1;
  color: #fff;
  font-family: "TTFirs", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
}

@media (min-width: 1610px) {
  .select-col-value {
    font-size: 1.5rem;
  }
}

.select-col-value--uppercase {
  text-transform: uppercase;
}

.select-fly-block {
  position: absolute;
  background-color: #0089cf;
  width: 245px;
  padding: 25px;
  transform: translate(-124px, 25px);
  z-index: calc(var(--header-z-index) - 2);
  box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15);
}

.select-fly-block:before {
  content: "";
  margin-left: -15px;
  transform: rotate(45deg);
  width: 35px;
  height: 35px;
  background-color: #0089cf;
  position: absolute;
  left: 50%;
  top: -5px;
}

.select-fly-block__status {
  margin-bottom: 5px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.select-fly-block__status:before {
  content: "";
  margin-right: 5px;
  border-radius: 6px;
  width: 6px;
  height: 6px;
}

.select-fly-block__status.free:before {
  background-color: rgba(210, 236, 253, 1);
}

.select-fly-block__status.booked:before {
  background-color: rgba(252, 255, 209, 1);
}

.select-fly-block__status.sold:before {
  background-color: rgba(247, 206, 204, 1);
}

.select-fly-block__number {
  margin-bottom: 15px;
  line-height: 1;
  color: #fff;
  font-family: "TTFirs", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
}

.select-fly-block__bottom {
  display: flex;
  justify-content: space-between;
}

.select-fly-block__col__name {
  margin-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}

.select-fly-block__col__value {
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-family: "TTFirs", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
}

.select-designations {
  user-select: none;
}

.select-designations__title {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}

.select-designations__cols {
  display: flex;
  align-items: center;
}

.select-designations__item {
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.select-designations__item:before {
  content: "";
  margin-right: 8px;
  border-radius: 18px;
  width: 18px;
  height: 18px;
}

.select-designations__item.free:before {
  background-color: #b2d235;
}

.select-designations__item.booked:before {
  background-color: #f89808;
}

.select-designations__item.sold:before {
  background-color: #0b9ae2;
}

.select-designations__item+.select-designations__item {
  margin-left: 20px;
}

.number_section {
  margin-left: 13px;
}

/**
* fs - first-screen
* rp - right-panel
*/
:root {
  --rp-width: 0;
  --rp-section-offset: 0;
  --btn-height: 45px;
  --fs-padding-l: 15px;
  --header-z-index: 100;
  --mobile-header-height: 60px;
}

@media (min-width: 381px) {
  :root {
    --mobile-header-height: 70px;
  }
}

@media (min-width: 768px) {
  :root {
    --rp-width: 85px;
    --rp-section-offset: 45;
    --btn-height: 55px;
    --fs-padding-l: 48px;
  }
}

.rp-padding {
  padding-right: var(--rp-width);
}

@media (min-width: 1610px) {
  .container {
    min-width: 1590px;
  }
}

.height90 {
  height: 90px;
}

.height80 {
  height: 80px;
}

.height70 {
  height: 70px;
}

.height60 {
  height: 60px;
}

.height50 {
  height: 50px;
}

.height40 {
  height: 40px;
}

.height30 {
  height: 30px;
}

.height20 {
  height: 20px;
}

.height10 {
  height: 10px;
}

@media (min-width: 768px) {
  .bgimage-right {
    min-height: 715px;
    background: no-repeat right top;
  }
}

@media (max-width: 1609px) and (min-width: 768px) {
  .bgimage-right {
    background-size: 50%;
  }
}

@media (max-width: 767px) {
  .bgimage-right {
    background-image: none !important;
  }
}

.bgimage {
  height: 300px;
  background: no-repeat center/cover;
}

@media (min-width: 768px) {
  .bgimage {
    height: 650px;
  }
}

.bg0089CF {
  background-color: #0089cf;
}

.bg066B9E {
  background-color: #066b9e;
}

.bg085C87 {
  background-color: #085c87;
}

body {
  background-color: #0089cf;
  font-family: "Intro", sans-serif;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

a {
  transition: color 0.15s ease-in-out;
}

a:hover {
  color: #ffa788;
}

[data-modalhandler] {
  user-select: none;
  cursor: pointer;
}

.btn {
  user-select: none;
}

.btn-orange {
  border-radius: 0;
  background-color: #f15a26;
  width: fit-content;
  height: var(--btn-height);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.btn-orange:hover {
  color: #fff;
  background-color: #ffa788;
}

@media (min-width: 768px) {
  .btn-orange {
    height: var(--btn-height);
    min-width: 250px;
  }
}

.special-banner {
  padding: 0;
}

.special-banner .fancybox-close-small {
  opacity: 0;
  width: 4.8%;
  height: 9.3%;
}

.special-banner__btn {
  background-color: #0089cf;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  position: absolute;
  right: 3.7%;
  bottom: 4.2%;
  opacity: 0;
  font-size: 0;
  width: 25.5%;
  height: 8.2%;
}

.special-banner__image {
  width: 100%;
  max-width: 1200px;
}

.text {
  box-sizing: content-box;
  line-height: 1.2;
  font-size: 1.125rem;
  color: #fff;
}

@media (min-width: 768px) {
  .text {
    max-width: 550px;
    padding-right: 160px;
  }
}

@media (min-width: 1200px) {
  .text {
    max-width: 650px;
  }
}

.text a {
  color: #fff;
}

.form-result {
  text-align: center;
}

.form-result__title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.3125rem;
  text-align: center;
}

@media (max-width: 767px) {
  .header-mobile-fix {
    height: var(--mobile-header-height);
  }
}

@media (max-width: 767px) {
  .header {
    background-color: #0089cf;
    position: fixed;
    left: 0;
    top: 0;
    z-index: calc(var(--header-z-index) + 2);
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: var(--mobile-header-height);
  }
}

@media (max-width: 767px) {
  .header__right {
    display: flex;
  }
}

@media (min-width: 768px) {
  .header::before {
    content: "";
    width: 100%;
    height: 150px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: calc(var(--header-z-index) - 2);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%);
  }
}

.header::after {
  content: "";
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: calc(var(--header-z-index) - 4);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 768px) {
  .header::after {
    height: 150px;
  }
}

@media (min-width: 768px) {
  .header__logo {
    z-index: var(--header-z-index);
    position: fixed;
    top: 0;
    left: 0;
    padding: 2.94vw 8.1vw 3.9vw var(--fs-padding-l);
    background: url("../images/background/arc-blue.svg") no-repeat right bottom/34.5vw 14.5vw;
  }
}

@media (max-width: 767px) {
  .header__logo {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) and (min-width: 381px) {
  .header__logo {
    width: 252px;
  }
}

@media (max-width: 380px) {
  .header__logo {
    width: 220px;
  }
}

.header__logo svg {
  fill: #f15a26;
}

@media (min-width: 768px) {
  .header__logo svg {
    width: 17.6045vw;
    height: 2.761vw;
  }
}

@media (min-width: 768px) {
  .header__logo--no-fixed {
    position: absolute;
  }
}

.header__select-flat {
  width: 25px;
  height: auto;
  z-index: var(--header-z-index);
  color: #fff;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header__select-flat {
    padding-right: 15px;
    box-sizing: content-box;
  }
}

@media (min-width: 768px) {
  .header__select-flat {
    background-color: #f15a26;
    animation: pulse 1.5s infinite;
    border-radius: 150px;
    border: 10px solid #0089cf;
    width: 150px;
    height: 150px;
    box-sizing: content-box;
    position: fixed;
    right: calc(var(--rp-width) + 20px);
    top: 120px;
  }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 137, 207, 0.8);
    }

    70% {
      box-shadow: 0 0 0 30px rgba(0, 137, 207, 0);
    }

    100% {
      box-shadow: 0 0 0 0 rgba(0, 137, 207, 0);
    }
  }
}

.header__select-flat:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .header__select-flat__text {
    font-weight: 800;
    font-size: 0.875rem;
    font-family: "TT Firs", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    line-height: 1.2;
    text-align: center;
  }
}

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

.header__select-flat svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .header__select-flat svg {
    margin-top: 15px;
    width: 33px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .header__select-flat svg {
    transform: scaleX(-1);
  }
}

.header__right-panel {
  background-color: #0089cf;
  z-index: var(--header-z-index);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .header__right-panel {
    padding-bottom: 20px;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    width: var(--rp-width);
    height: 100%;
  }
}

.header__right-panel__scroll {
  fill: #fff;
  width: 14px;
  height: 69px;
}

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

.header__hamburger {
  width: 100%;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

@media (min-width: 768px) {
  .header__hamburger {
    padding-top: 27px;
    color: #fff;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header__hamburger {
    font-size: 0;
    padding: 15px;
  }
}

.header__hamburger svg {
  fill: #fff;
  width: 32px;
  height: 25px;
}

@media (min-width: 768px) {
  .header__hamburger svg {
    margin-bottom: 10px;
  }
}

.header__top-right {
  text-align: right;
}

@media (max-width: 767px) {
  .header__top-right {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .header__top-right {
    z-index: var(--header-z-index);
    position: fixed;
    right: calc(var(--rp-width) + 35px);
    top: 20px;
  }
}

.header__phone {
  color: #fff;
  text-decoration: none;
  font-family: "TTFirs", sans-serif;
  font-size: 1.83vw;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 768px) {
  .header__phone {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .header__phone {
    width: 26px;
    font-size: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .header__phone svg {
    display: none;
  }
}

@media (max-width: 767px) {
  .header__phone svg {
    fill: #fff;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .header__callme {
    font-size: 0.875rem;
    padding: 10px 40px;
    margin-left: auto;
    margin-top: 10px;
    height: auto;
    width: fit-content;
    min-width: auto;
  }
}

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

@media (min-width: 768px) {
  .compensate-for-scrollbar .header__top-right {
    right: calc(var(--rp-width) + 35px + 17px);
  }
}

.compensate-for-scrollbar .header__select-flat {
  right: calc(var(--rp-width) + 20px + 17px);
}

.compensate-for-scrollbar .header__right-panel {
  right: 17px;
}

.menu-shadow {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(6, 107, 158, 0.6);
  transition: visibility 0.15s ease-in-out;
}

/*.fancybox-bg {
  background-color: #066B9E;
}
.fancybox-is-open .fancybox-bg {
  opacity: .6;
}*/
.hidden-menu {
  user-select: none;
  display: flex;
  align-items: center;
  background-color: #0089cf;
  padding: 50px 50px 200px;
}

@media (min-width: 576px) {
  .hidden-menu {
    padding: 50px 30px 100px;
  }
}

.hidden-menu__close {
  box-sizing: content-box;
  cursor: pointer;
  user-select: none;
  width: 55px;
  padding: 27px 16px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  line-height: 1;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hidden-menu__close svg {
  fill: #fff;
  margin-bottom: 10px;
  width: 26px;
  height: 26px;
}

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

.nav__link {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 1.3125rem;
  font-family: "TT Firs", sans-serif;
}

@media (min-width: 576px) {
  .nav__link {
    font-size: 1.625rem;
  }
}

.nav__link+.nav__link {
  margin-top: 25px;
}

.index-prescription {
  padding-left: var(--fs-padding-l);
  z-index: var(--header-z-index);
  user-select: none;
  line-height: 1;
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  right: calc(var(--rp-width) + 20px);
  bottom: 7px;
}

@media (max-width: 1199px) {
  .index-prescription {
    font-size: 0.75rem;
  }
}

.index-prescription a {
  color: #fff;
}

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

.footer {
  position: relative;
  background-color: #f15a26;
  padding: 50px 0;
  z-index: calc(var(--header-z-index));
}

.footer__left {
  padding-right: 15px;
}

.footer__wrapper {
  padding-right: var(--rp-width);
}

@media (min-width: 768px) {
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.footer__logo {
  display: block;
  margin-bottom: 24px;
}

.footer__logo svg {
  fill: #0089cf;
  width: 295px;
  height: 50px;
}

@media (min-width: 1400px) {
  .footer__logo svg {
    width: 338px;
    height: 53px;
  }
}

.footer__desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.3;
}

.footer__desc a {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .footer__right {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .footer__right {
    margin-top: 20px;
  }
}

.footer__socs {
  display: flex;
}

@media (min-width: 768px) {
  .footer__socs {
    justify-content: flex-end;
  }
}

.footer__socs__item {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.footer__socs__item+.footer__socs__item {
  margin-left: 10px;
}

.footer__socs__item svg {
  fill: #f15a26;
  max-width: 20px;
  max-height: 17px;
}

.footer__phone {
  white-space: nowrap;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-family: "TTFirs", sans-serif;
  font-size: 1.5rem;
}

@media (min-width: 1400px) {
  .footer__phone {
    font-size: 2.1875rem;
  }
}

.footer__callme {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 20px;
  width: fit-content;
  text-decoration: underline;
  line-height: 1;
}

@media (min-width: 768px) {
  .footer__callme {
    margin-left: auto;
    margin-bottom: 40px;
  }
}

.footer__center {
  display: none;
}

@media (min-width: 1200px) {
  .footer__center {
    width: 500px;
    display: flex;
    padding-right: 15px;
    justify-content: space-between;
  }
}

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

.footer__link {
  color: #fff;
  line-height: 1.2;
  font-size: 1.25rem;
  text-decoration: none;
}

.footer__link+.footer__link {
  margin-top: 18px;
}

/*# sourceMappingURL=common.min.css.map */

.popup-greenday {
  padding: 0 !important;
}

.popup-greenday__wrapper {
  display: grid;
  padding: 0;
}

.popup-greenday__bg {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.popup-greenday__content {
  background: #0089cf;
  color: #ffffff;
  position: relative;
}

.popup-greenday__content {
  padding: 24px;
}

.popup-greenday__title {
  color: white;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
}

.popup-greenday__text {
  font-size: 10px;
  line-height: 12px;
}

.popup-greenday__text p {
  margin-bottom: 11px;
}

.popup-greenday__img {
  margin-bottom: 16px;
  height: 15.6px;
}

.popup-greenday__img img {
  box-shadow: none !important;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .popup.popup-greenday {
    max-width: 1339px;
  }

  .popup-greenday__content {
    padding: 64px 24px 24px 24px;
  }

  .popup-greenday__wrapper {
    width: 1005;
    grid-template-columns: 639px 1fr;
  }

  .popup-greenday__bg {
    min-height: 654px;
    height: 100%;
    order: 2;
  }

  .popup-greenday__content {
    order: 1;
    padding: 64px 64px 64px 64px;
  }

  .popup-greenday__text {
    font-size: 14px;
    line-height: 19.2px;
  }

  .popup-greenday__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .popup-greenday__img {
    margin-bottom: 32px;
    height: 34px;
  }
}

.popup .close {
  top: 0px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.509277' width='24' height='24' fill='white'/%3E%3Cpath d='M16.2998 9.45188L15.157 8.30908L12.2998 11.1663L9.4426 8.30908L8.2998 9.45188L11.157 12.3091L8.2998 15.1663L9.4426 16.3091L12.2998 13.4519L15.157 16.3091L16.2998 15.1663L13.4426 12.3091L16.2998 9.45188Z' fill='%23F15A26'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  border: none;

  background-color: rgb(0 93 131 / 90%);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  outline: none;
}

@media screen and (min-width: 1200px) {
  .popup .close {
    width: 40px;
    height: 40px;
  }
}