.button {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  background-color: #056263;
  color: white;
  padding: 16px 20px;
}
.button:hover {
  background-color: #197677;
}
.tab {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  background-color: #056263;
  color: white;
  border: 0;
  outline: none;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.tab:hover {
  background-color: #197677;
}
.tab.active {
  background-color: #bab68b;
  color: #003a3b;
}
.tab.active:hover {
  background-color: #ceca9f;
}
.header__logo,
.header__nav {
  z-index: 1000;
  position: absolute;
}

.bottomscrolll,
.footer__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.contacts-slider__title,
.header__contacts,
.header__phone,
.image-edge__title,
.popup-form__title,
.slider__item__title,
.title {
  font-family: "Heading Pro Wide", sans-serif;
}

.modal-liter-2__btn,
.modal-start-11__btn {
  text-align: center;
  letter-spacing: 0.165em;
  text-transform: uppercase;
}

.apartment__button,
.footer__menu__title,
.location-top__title,
.modal-liter-2__btn,
.modal-start-11__btn,
.popup-form__btn {
  text-transform: uppercase;
}

html {
  font-size: 16px;
}

body {
  font-family: Finlandica, sans-serif;
}

@media only screen and (min-width: 1199px) {
  .container {
    max-width: 1595px;
  }
}

.swiper-container {
  overflow: hidden;
}

.special-banner {
  padding: 0;
}

.special-banner__btn {
  background-color: #beb88b;
  outline: 0;
  padding: 15px 53px;
  text-decoration: none;
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
  position: absolute;
  right: 40px;
  bottom: 20px;
  opacity: 0;
}

.special-banner__btn:hover,
.title {
  color: #fff;
}

.special-banner .fancybox-close-small {
  opacity: 0;
}

.special-banner .fancybox-button svg path {
  fill: #fff;
}

.title {
  line-height: 1;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 2.375rem;
}

.title--green {
  color: #003a3b;
}

.title--yellow {
  color: #bab68b;
}

@media only screen and (max-width: 1199px) {
  .title {
    font-size: 2.25rem;
    margin-bottom: 1.125rem;
  }
}

.header {
  --nav-right: 100px;
}

.header__logo {
  display: block;
  overflow: hidden;
  width: 403px;
  height: 288px;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1440px) {
  .header__logo {
    width: 300px;
    height: 214px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 260px;
    height: 185px;
  }
}

.header__su10__logo,
.popup-form .fancybox-close-small svg {
  width: 44px;
  height: 44px;
}

.header__nav {
  top: 25px;
  right: var(--nav-right);
}

.header__nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  position: relative;
}

.header__nav__item {
  color: #fff;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 20px;
  position: relative;
  white-space: nowrap;
  font-size: 15.2px;
  line-height: 15.2px;
  margin-left: 1.375rem;
  background-color: #003a3b;
}

@media only screen and (max-width: 1600px) {
  .header__nav__item {
    padding: 5px 15px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1480px) {
  .header__nav__item {
    padding: 5px 8px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 1199px) {
  .header {
    --nav-right: 70px;
  }

  .header__nav__item {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1120px) {
  .header__nav__item {
    margin-left: 5px;
    font-size: 0.875rem;
  }
}

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

.header__nav__item:before {
  content: "";
  z-index: -1;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #003a3b;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

.header__nav__item:hover:before {
  width: 100%;
}

.header__bottom {
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 17px;
  bottom: 6px;
}

.gallery__categories,
.header__socs,
.footer__doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__socs .docs,
.footer__doc .docs,
.header__su10 {
  display: -webkit-box;
  display: -ms-flexbox;
}

.header__socs a + a {
  margin-left: 10px;
}

.header__socs svg {
  width: 23px;
  height: 23px;
  fill: #fff;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.header__socs a:hover svg {
  fill: #003a3b;
}

.header__socs .docs {
  color: #fff;
  display: flex;
  padding: 0 10px;
  line-height: 1;
  font-size: 0.95rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003a3b;
}
.footer__doc .docs {
  color: #fff;
  display: flex;
  padding: 8px 10px;
  line-height: 1;
  font-size: 0.95rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003a3b;
}

.header__su10 {
  display: flex;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__su10__logo {
  margin-right: 11px;
}

.agree__text,
.header__su10__text {
  color: #fff;
  line-height: 1;
  font-size: 0.75rem;
}

.header__su10__text a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.header__su10__text a:hover {
  text-decoration: none;
  border-bottom-style: solid;
}

.header__su10__text .docs {
  border-bottom-style: solid;
}

.header__su10__text .separate {
  margin: 0 5px;
}

.header__phone {
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 30px;
  white-space: nowrap;
  position: absolute;
  bottom: 100%;
  right: var(--nav-right);
}

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

.header__contacts {
  font-weight: 700;
  font-size: 15.2px;
  line-height: 15.2px;
  margin-bottom: 30px;
  white-space: nowrap;
  position: absolute;
  /* bottom: calc(100% - 23px); */
  bottom: 100%;
  right: var(--nav-right);
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

.header__hotkeys,
.header__hotkeys__item {
  display: -webkit-box;
  display: -ms-flexbox;
}

.header__contacts > * {
  color: #fff;
  background-color: #003a3b;
  padding: 6px 10px;
}

.header__contacts > :hover {
  color: #fff;
  text-decoration: none;
}

.header__hotkeys {
  z-index: 1000;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 145px;
}

.header__hotkeys__item {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header__hotkeys__item:hover {
  text-decoration: none;
}

.header__hotkeys__item--select {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  background-color: #bab68b;
}

.header__hotkeys__item--select:after {
  z-index: 1;
  content: "";
  display: block;
  width: 20px;
  height: 150px;
  margin-left: 60px;
  -webkit-transition: 50ms;
  transition: 50ms;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 20px #fff;
  box-shadow: 0 0 20px #fff;
  position: absolute;
  left: -120px;
  top: -50px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-color: rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes slideme {
  0% {
    left: -120px;
  }

  100%,
  30% {
    left: 110%;
  }
}

@keyframes slideme {
  0% {
    left: -120px;
  }

  100%,
  30% {
    left: 110%;
  }
}

.header__hotkeys__item--3d,
.header__hotkeys__item--phone {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-color: #003a3b;
}

.header__hotkeys__item__icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.agree,
.bottomscrolll {
  -webkit-box-align: center;
}

.header__hotkeys__item--3d:hover
  + .header__hotkeys__item--select
  .header__hotkeys__item__right,
.header__hotkeys__item--phone:hover
  + .header__hotkeys__item--select
  .header__hotkeys__item__right {
  width: 0;
}

.header__hotkeys__item__icon svg,
.modal-liter-2 .fancybox-button svg path,
.popup-form .fancybox-close-small path,
.popup-greenday .fancybox-close-small path {
  fill: #fff;
}
.fancybox-button svg {
  width: 44px !important;
}

.header__hotkeys__item__icon .icon-3d,
.header__hotkeys__item__icon .icon-key {
  width: 27px;
  height: 27px;
}

.header__hotkeys__item__icon .icon-phone {
  width: 29px;
  height: 26px;
}

.header__hotkeys__item__text {
  color: #fff;
  line-height: 1;
  padding-left: 9px;
  padding-right: 24px;
  font-size: 1rem;
}

.header__hotkeys__item__right {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

.header__hotkeys__item--select .header__hotkeys__item__right {
  width: 125px;
}

.header__hotkeys__item--phone:hover .header__hotkeys__item__right {
  width: 103px;
}

@media only screen and (max-width: 1199px) {
  .header__hotkeys__item__icon {
    width: 40px;
    height: 40px;
  }

  .header__hotkeys__item__icon .icon-3d,
  .header__hotkeys__item__icon .icon-key {
    width: 20px;
    height: 20px;
  }

  .header__hotkeys__item__icon .icon-phone {
    width: 23px;
    height: 20px;
  }

  .header__hotkeys__item__text {
    font-size: 0.9rem;
  }

  .header__hotkeys__item--select .header__hotkeys__item__right {
    width: 110px;
  }

  .header__hotkeys__item--phone:hover .header__hotkeys__item__right {
    width: 88px;
  }
}

.header__hotkeys__item--3d:hover .header__hotkeys__item__right {
  width: 55px;
}

.header__hamburger {
  display: none;
  background-color: #cdcdcd;
}

.bottomscrolll,
.footer__form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}

.header__hamburger svg {
  width: 19px;
  height: 18px;
}

.footer__menu a,
.footer__menu__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  line-height: 1;
}

.bottomscrolll {
  display: flex;
  z-index: 1000;
  cursor: pointer;
  width: 19px;
  height: 39px;
  margin-left: -9px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: 9px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottomscrolll__mouse {
  fill: #fff;
  width: 16px;
  height: 23px;
  -webkit-animation: 0.5s infinite alternate bottomscrolll;
  animation: 0.5s infinite alternate bottomscrolll;
}

@-webkit-keyframes bottomscrolll {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes bottomscrolll {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.bottomscrolll__arrow {
  fill: #fff;
  width: 19px;
  height: 7px;
}

.section {
  padding: 90px 0;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .header__hotkeys__item--3d:hover .header__hotkeys__item__right {
    width: 50px;
  }

  .section {
    padding: 40px 0;
  }

  .footer__form__input {
    font-size: 0.6875rem;
  }
}

.footer {
  padding: 35px 0;
  width: 100%;
  height: 194px;
  position: relative;
  background-color: #000;
}

@media only screen and (max-width: 991px) {
  .header__nav {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 40px;
  }

  .header__nav--opened {
    z-index: 1015;
  }

  .header__nav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #cdcdcd;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }

  .header__nav__wrapper--opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header__nav__item {
    margin-left: 0;
    padding: 8px 15px;
    font-weight: 700;
    font-family: "Heading Pro Wide", sans-serif;
  }

  .header__phone {
    bottom: 5px;
    font-size: 1rem;
    margin-bottom: 0;
    right: calc(100% + 15px);
    text-shadow: 0 0 20px #000;
  }

  .header__contacts {
    top: 3px;
    bottom: 0;
    font-size: 0.8rem;
    margin-bottom: 0;
    right: calc(100% + 15px);
    text-shadow: 0 0 20px #000;
  }

  .header__hotkeys {
    top: 0;
  }

  .header__hotkeys__item__right {
    display: none;
  }

  .header__hamburger {
    display: block;
  }

  .bottomscrolll {
    right: 20px;
    left: auto;
  }

  .footer {
    height: 250px;
  }
}

.footer__logo,
.footer__picture-left {
  height: 194px;
  top: 0;
  position: absolute;
}

.footer__picture-left {
  width: 129px;
  left: 0;
}

.footer__logo {
  width: 304px;
  right: 0;
}

.footer__form {
  max-width: 400px;
}

.footer__form__wrapper {
  display: flex;
  position: relative;
  margin-bottom: 10px;
}

.footer__menu,
.footer__yes-idea {
  display: -webkit-box;
  display: -ms-flexbox;
}

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

.footer__form__input {
  border-radius: 0;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}

.footer__form__input:-moz-placeholder {
  opacity: 1;
  color: #fff;
  -moz-user-select: none;
  user-select: none;
}

.footer__form__input::-moz-placeholder {
  opacity: 1;
  color: #fff;
  -moz-user-select: none;
  user-select: none;
}

.footer__form__input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  -ms-user-select: none;
  user-select: none;
}

.footer__form__input:focus {
  color: #fff;
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer__form__btn {
  color: #fff;
  line-height: 1;
  border-radius: 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.875rem;
  background-color: #003a3b;
}

.footer__form__agree,
.footer__menu a,
.footer__menu__title,
.footer__yes-idea {
  background-color: #000;
}

@media only screen and (max-width: 1199px) {
  .footer__form__btn {
    font-size: 0.6875rem;
  }
}

.footer__form__btn:hover {
  color: #fff;
  background-color: #bab68b;
}

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

@media only screen and (max-width: 430px) {
  .footer__form__input {
    font-size: 3.5vw;
  }

  .footer__form__btn {
    font-size: 3.25vw;
  }

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

.footer__menu a {
  color: #fff;
  margin-bottom: 8px;
  width: fit-content;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.footer__menu a:hover {
  color: #bab68b;
  text-decoration: none;
}

.footer__menu__title {
  color: #bab68b;
  font-weight: 700;
  margin-bottom: 15px;
  width: fit-content;
}

.footer__yes-idea {
  z-index: 1;
  color: #fff;
  display: flex;
  line-height: 1;

  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__yes-idea:hover {
  color: #fff;
  text-decoration: none;
}

.footer__yes-idea svg {
  fill: #fff;
  width: 56px;
  height: 17px;
  margin-left: 3px;
  margin-bottom: 2px;
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.agree__box {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.agree__box:before {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  margin-left: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: 2px solid #bab68b;
  border-left: 2px solid #bab68b;
}

.agree__text a {
  color: #fff;
  border-bottom: 1px dashed;
}

.agree__text a:hover {
  text-decoration: none;
  border-bottom-style: solid;
}

.mobile-menu {
  z-index: 1000;
  display: none;
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #003a3b;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.modal-start-11,
.popup-form,
body.compensate-for-scrollbar {
  position: relative;
}

.popup-form {
  width: 100%;
  display: none;
  padding: 38px;
  max-width: 1000px;
  background-color: #000;
}

.popup-form form:not(.w-full) {
  max-width: 630px;
}

.popup-form form .form-group {
  position: relative;
  margin-bottom: 2rem;
}

.popup-form form .form-group .invalid-feedback {
  position: absolute;
  left: 0;
  bottom: 100%;
}

.popup-form__logo {
  width: 300px;
  height: 191px;
  position: absolute;
  right: 0;
  top: 0;
}

.popup-form__title {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 1.875rem;
}

.popup-form__input {
  color: #fff;
  height: auto;
  padding: 12px;
  border-radius: 0;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.popup-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}

.popup-form__input:-moz-placeholder {
  opacity: 1;
  color: #fff;
  -moz-user-select: none;
  user-select: none;
}

.popup-form__input::-moz-placeholder {
  opacity: 1;
  color: #fff;
  -moz-user-select: none;
  user-select: none;
}

.popup-form__input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  -ms-user-select: none;
  user-select: none;
}

.popup-form__input:focus {
  color: #fff;
  background: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.popup-form__btn {
  color: #fff;
  line-height: 1;
  border-radius: 0;
  margin-top: 15px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.875rem;
  padding: 18px 20px 16px;
  background-color: #003a3b;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.popup-form__btn:hover {
  color: #fff;
  background-color: #bab68b;
}

.popup-form .fancybox-close-small,
.popup-greenday .fancybox-close-small {
  padding: 0;
  opacity: 1;
  width: auto;
  right: 10px;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-form .fancybox-close-small svg:focus,
.popup-greenday .fancybox-close-small svg:focus {
  outline: 0;
}

.popup-form .fancybox-close-small:before,
.popup-greenday .fancybox-close-small:before {
  color: #bab68b;
  content: "\0437\0430\043A\0440\044B\0442\044C";
}

.image-edge {
  margin-bottom: 90px;
}

.image-edge__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.25);
}

.image-edge__picture--right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-edge__picture img {
  height: auto;
}

@media only screen and (max-width: 1300px) {
  .image-edge__picture img {
    width: 100%;
  }
}

.image-edge__picture__emulator {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.image-edge__picture__emulator--right {
  left: 0;
  right: initial;
}

.image-edge__title {
  color: #fff;
  line-height: 1;
  font-weight: 300;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

@media only screen and (max-width: 1199px) {
  .image-edge {
    margin-bottom: 50px;
  }

  .image-edge__title {
    font-size: 1.5rem;
  }
}

.image-edge__title--black {
  color: #000;
}

.image-edge__text {
  color: #fff;
  margin-bottom: 30px;
}

.image-edge__text--black,
.quote--black {
  color: #000;
}

.image-edge__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #bab68b;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
}

.image-edge__view:hover {
  color: #bab68b;
  text-decoration: none;
}

.image-edge__view svg {
  fill: #bab68b;
  width: 21px;
  height: 15px;
  margin-right: 10px;
}

.fancybox-thumbs {
  background: #003a3a;
}

.fancybox-thumbs__list a:before {
  border-color: #bab68b;
}

.modal-start-11__bg {
  max-width: 100%;
}

.modal-start-11__btn {
  width: 320px;
  height: 50px;
  position: absolute;
  left: 40px;
  bottom: 30px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  outline: 0;
  line-height: 50px;
}

.modal-start-11__btn:hover {
  color: #fff;
}

.modal-start-11__form {
  padding: 30px;
  max-width: initial !important;
}

.modal-start-11__group {
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.modal-start-11__form-btn {
  margin-top: 0;
  min-width: 200px;
}

.modal-start-11__agree {
  margin-top: 20px;
}

.slide-fwd-right {
  opacity: 0;
  -webkit-transform: translateZ(160px) translateX(-100px);
  transform: translateZ(160px) translateX(-100px);
}

.slide-fwd-right.start {
  -webkit-animation: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    slide-fwd-right;
  animation: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-fwd-right;
}

@-webkit-keyframes slide-fwd-right {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(160px) translateX(-100px);
    transform: translateZ(160px) translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@keyframes slide-fwd-right {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(160px) translateX(-100px);
    transform: translateZ(160px) translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

.slide-fwd-left {
  opacity: 0;
  -webkit-transform: translateZ(160px) translateX(100px);
  transform: translateZ(160px) translateX(100px);
}

.slide-fwd-left.start {
  -webkit-animation: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    slide-fwd-left;
  animation: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both slide-fwd-left;
}

@-webkit-keyframes slide-fwd-left {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(160px) translateX(100px);
    transform: translateZ(160px) translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@keyframes slide-fwd-left {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(160px) translateX(100px);
    transform: translateZ(160px) translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

.slider {
  position: relative;
  counter-reset: count;
}

.slider__swiper {
  height: 100vh;
}

.slider__item {
  padding-top: 70vh;
  background: center/cover no-repeat;
}

@media only screen and (max-width: 991px) {
  .mobile-menu {
    display: block;
  }

  .slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.gallery__panel,
.main-banks,
.slider__item__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-banks {
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .main-banks {
    flex-direction: row;
  }
}
.slider__item__line:after,
.slider__item__line:before {
  content: "";
  height: 2px;
  background-color: #fff;
}

.slider__item__line:before {
  width: 68vw;
}

@media only screen and (max-width: 1199px) {
  .slider__item__line:before {
    width: 62vw;
  }
}

@media only screen and (max-width: 991px) {
  .slider__item__line:before {
    width: 70px;
  }
}

.slider__item__line:after {
  width: 32vw;
}

@media only screen and (max-width: 1199px) {
  .slider__item__line:after {
    width: 38vw;
  }
}

@media only screen and (max-width: 991px) {
  .slider__item__line:after {
    width: calc(100vw - 70px);
  }
}

.slider__item__line__circle {
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 23px;
  min-height: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 23px;
  border: 2px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-increment: count;
}

.slider__item__line__circle:before {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  content: counter(count);
}

.slider__item__content {
  padding-top: 15px;
  padding-left: calc(68vw - 20px);
}

@media only screen and (max-width: 1199px) {
  .slider__item__content {
    padding-left: calc(62vw - 20px);
  }
}

@media only screen and (max-width: 991px) {
  .slider__item__content {
    padding-top: 0;
    margin-top: -30px;
    padding-left: 65px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slider__item__title {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 3rem;
}

@media only screen and (max-width: 1440px) {
  .slider__item__title {
    font-size: 3.35vw;
  }
}

@media only screen and (max-width: 991px) {
  .slider__item__title {
    font-size: 1.5rem;
  }

  .slider__item__title br {
    display: none;
  }

  .developer__cifrs {
    margin-top: 60px;
  }
}

.slider__arrow {
  z-index: 1000;
  outline: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.25);
}

.gallery__next.swiper-button-disabled,
.gallery__prev.swiper-button-disabled,
.slider__arrow.swiper-button-disabled {
  opacity: 0.25;
}

.slider__arrow svg {
  fill: #fff;
  width: 30px;
  height: 25px;
}

.slider__arrow--prev {
  left: 0;
}

.slider__arrow--next {
  right: 0;
}

.slider__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.contacts-slider__title {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 1.875rem;
}

@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }

  .footer__picture-left {
    display: none;
  }

  .contacts-slider__title {
    font-size: 1.5rem;
  }

  .developer {
    padding-bottom: 0;
  }
}

.contacts-slider__desc {
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}

.developer {
  background-color: #003a3b;
}

.developer__about {
  color: #fff;
  line-height: 1.2;
}

.developer__second-title,
.developer__title {
  line-height: 1;
  margin-bottom: 30px;
  font-family: "Heading Pro Wide", sans-serif;
}

.developer__title {
  font-weight: 700;
  font-size: 3rem;
}

.developer__second-title {
  color: #fff;
  font-weight: 300;
  margin-top: 60px;
  font-size: 1.875rem;
}

.developer__requisites {
  line-height: 1.4;
  margin-bottom: 60px;
}

.developer__cifrs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Heading Pro Wide", sans-serif;
}

.developer__cifrs__icon {
  width: 81px;
  height: 81px;
  fill: #bab68b;
  min-width: 81px;
  min-height: 81px;
  margin-right: 60px;
}

.developer__cifrs__number {
  color: #bab68b;
  min-width: 165px;
  font-size: 4.625rem;
}

.developer__cifrs__text {
  color: #fff;
  font-size: 1.375rem;
}

@media only screen and (max-width: 1480px) {
  .developer__cifrs__icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    margin-right: 20px;
  }

  .developer__cifrs__number {
    min-width: 110px;
    font-size: 3.5rem;
  }

  .developer__cifrs__text {
    font-size: 1.125rem;
  }
}

.developer__structure__logo {
  width: 96px;
  height: 96px;
}

.developer__structure__title {
  color: #003a3b;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.1875rem;
  font-family: "Heading Pro Wide", sans-serif;
}

.developer__structure__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bab68b;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.developer__structure__desc {
  line-height: 1;
}

.developer__structure__scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-top: 110px;
  position: relative;
}

.developer__structure__scheme:before {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #bab68b;
}

.developer__structure__scheme__item {
  width: 33.3333%;
  padding: 0 10px;
  position: relative;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}

.developer__structure__scheme__item:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #bab68b;
  position: absolute;
  top: -50px;
  left: 0;
}

.developer__structure__scheme__item:first-child:before {
  right: 0;
  width: 50%;
  left: auto;
}

.developer__structure__scheme__item:last-child:before {
  left: 0;
  width: 50%;
}

.developer__structure__scheme__item:after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #bab68b;
  position: absolute;
  top: -50px;
  left: 50%;
}

.developer__structure__scheme__item__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 45px 15px 15px;
  border: 2px solid #bab68b;
}

.developer__structure__scheme__icon {
  width: 57px;
  height: 57px;
  z-index: 1;
  fill: #bab68b;
  border-radius: 57px;
  margin-left: -28.5px;
  background-color: #003a3b;
  position: absolute;
  left: 50%;
  top: -30px;
}

.apartment__button--price,
.building__item:hover .building__item__name {
  background-color: #bab68b;
}

.developer__structure__scheme__title {
  color: #bab68b;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1rem;
  font-family: "Heading Pro Wide", sans-serif;
}

@media only screen and (min-width: 1570px) {
  .developer__structure__scheme__title br {
    display: none;
  }
}

.developer__structure__scheme__desc {
  color: #fff;
  line-height: 1.2;
}

.apartment {
  position: relative;
  height: auto !important;
}

@media only screen and (min-width: 575px) {
  .apartment {
    min-height: 100vh;
  }
}

.apartment__box {
  padding: 10px;
}

.apartment__compass,
.modal-liter-2__container {
  width: 100%;
  height: 100%;
}

.apartment__title {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 35px;
  font-size: 1.875rem;
  font-family: "Heading Pro Wide", sans-serif;
}

.apartment__image {
  max-width: 100%;
  max-height: 560px;
}

.apartment__attribute {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Heading Pro Wide", sans-serif;
}

.apartment__attribute__value {
  margin-right: 15px;
  font-size: 2.25rem;
}

.apartment__attribute__value--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #bab68b;
  position: relative;
}

.apartment__attribute__value--price svg {
  fill: #bab68b;
  width: 100%;
  height: 90%;
  margin-left: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.apartment__attribute__desc {
  margin-bottom: 3px;
}

.apartment__right {
  max-width: 400px;
  margin-left: auto;
  padding-left: 100px;
}

@media only screen and (max-width: 1600px) {
  .apartment__right {
    padding-left: 0;
  }
}

.apartment__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.apartment__button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 0.875rem;
  padding: 13px 11px 11px;
}

.apartment__svg text,
.building__online {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

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

.apartment__button--pdf,
.complex-about,
.location-retinue {
  background-color: #003a3b;
}

.apartment__svg text {
  fill: #bab68b;
  font-size: 72px;
  user-select: none;
}

.apartment__svg path {
  fill: rgba(255, 255, 255, 0.4);
}

.apartment__path {
  fill: transparent;
}

.apartment__content {
  margin: 0 auto;
  padding-left: 300px !important;
}

@media only screen and (max-width: 1400px) {
  .apartment__content {
    padding-left: 21vw !important;
    padding-right: 9vw !important;
  }
}

@media only screen and (max-width: 1280px) {
  .apartment__content {
    padding-left: 18vw !important;
    padding-right: 5vw !important;
  }
}

.building__online {
  display: none;
  color: #bab68b;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
}

.building__item,
.gallery__category {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

.modal-liter-2__btn,
.storey__back:hover {
  text-decoration: none;
}

.building__online:hover {
  color: #bab68b;
}

.building__online svg {
  fill: #bab68b;
  width: 21px;
  height: 15px;
  margin-right: 10px;
}

.building__items {
  margin-bottom: 35px;
}

.building__item {
  width: 458px;
  user-select: none;
  position: relative;
  background: center/cover no-repeat;
}

.building__item__name {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003a3b;
  line-height: 1;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(186, 182, 139, 0.8);
  font-family: "Heading Pro Wide", sans-serif;
  -webkit-transition: background-color 0.15s ease-in-out,
    width 0.15s ease-in-out, height 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, width 0.15s ease-in-out,
    height 0.15s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .apartment__title {
    font-size: 1.5rem;
  }

  .apartment__attribute {
    margin-bottom: 15px;
  }

  .apartment__attribute__value {
    font-size: 1.75rem;
  }

  .apartment__attribute__desc {
    font-size: 0.9375rem;
  }

  .apartment__buttons {
    margin-bottom: 20px;
  }

  .building__item__name {
    font-size: 1.125rem;
  }
}

.building__item__name__wrapper {
  padding: 8px 15px;
}

.building__item:before {
  content: "";
  display: block;
  padding-top: 79.476%;
}

.building__next,
.building__prev {
  fill: #fff;
  outline: 0;
  cursor: pointer;
  width: 31px;
  height: 18px;
  position: absolute;
  top: 50%;
}

.building__next.swiper-button-disabled,
.building__prev.swiper-button-disabled {
  display: none;
}

.building__prev {
  left: -45px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.building__next {
  right: -45px;
}

.contacts-map {
  position: relative;
  background-color: #003a3b;
}

.contacts-map__map {
  width: 100%;
  height: 100vh;
}

.contacts-map__content {
  width: 485px;
  background-color: #bab68b;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 15px;
  top: 50%;
}

@media only screen and (max-width: 1199px) {
  .contacts-map__content {
    width: 360px;
  }
}

.business,
.crooked-bottom-to-top,
.gallery,
.location-map__point,
.location-top,
.quote {
  position: relative;
}

.contacts-map__content__wrapper {
  padding: 25px;
}

.contacts-map__title {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding: 15px 25px;
  font-size: 3rem;
  background-color: #003a3b;
  font-family: "Heading Pro Wide", sans-serif;
}

@media only screen and (max-width: 450px) {
  .developer__cifrs__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    margin-right: 10px;
  }

  .developer__cifrs__number {
    min-width: 70px;
    font-size: 2.25rem;
  }

  .developer__cifrs__text {
    font-size: 1rem;
  }

  .contacts-map__content__wrapper {
    padding: 15px;
  }

  .contacts-map__title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contacts-map__second-title {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1.875rem;
  font-family: "Heading Pro Wide", sans-serif;
}

.contacts-map__text {
  margin-bottom: 30px;
}

.contacts-map__text:last-child {
  margin-bottom: 0;
}

.documents {
  min-height: 100vh;
}

.documents__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0;
  line-height: 1;
  font-weight: 700;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Heading Pro Wide", sans-serif;
}

.apartment-btn-link:hover,
.documents__item:hover {
  color: #fff;
}

.documents__item svg {
  fill: #bab68b;
  width: 28px;
  height: 32px;
  margin-top: -2px;
  margin-right: 27px;
  min-width: 28px;
  min-height: 32px;
}

.documents__items {
  margin-top: 60px;
}

.gallery {
  height: 100vh;
  background-color: #003a3a;
}

@media only screen and (max-width: 500px) {
  .header__logo {
    left: -10px;
  }

  .header__bottom {
    bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__socs {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 15px;
  }

  .header__su10 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bottomscrolll {
    display: none;
  }

  .popup-form {
    padding: 20px;
  }

  .slider__item__line {
    position: absolute;
    left: 0;
    bottom: 120px;
  }

  .slider__item__line:before {
    width: 17px;
  }

  .slider__item__line:after {
    width: calc(100vw - 17px);
  }

  .slider__item__content {
    padding-left: 17px;
    position: absolute;
    left: 0;
    bottom: 120px;
  }

  .slider__item__title {
    font-size: 2.65rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }

  .gallery {
    height: initial;
    padding-bottom: 120px;
  }
}

.gallery:before {
  z-index: 2;
  content: "";
  width: 100%;
  padding-top: 11.141%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/gallery-shadow.png") center top/cover no-repeat;
}

.gallery__images {
  height: calc(100vh - 130px);
}

.gallery__images .swiper-slide,
.select__left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery__bottom,
.location-top__map {
  display: -webkit-box;
  display: -ms-flexbox;
}

.gallery__category {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  user-select: none;
  margin-right: 50px;
  font-family: "Heading Pro Wide", sans-serif;
}

.gallery__numbers,
.location-top__title {
  line-height: 1;
  color: #fff;
  font-family: "Heading Pro Wide", sans-serif;
}

.gallery__image,
.gallery__numbers {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media only screen and (max-width: 1199px) {
  .contacts-map__title {
    font-size: 2.25rem;
  }

  .contacts-map__second-title {
    margin-bottom: 10px;
    font-size: 1.3125rem;
  }

  .gallery__category {
    font-size: 0.9rem;
    margin-right: 30px;
  }
}

.gallery__category--active {
  border-bottom: 1px solid #bab68b;
}

.gallery__image {
  height: 100%;
  cursor: pointer;
  user-select: none;
}

.gallery__bottom {
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery__next,
.gallery__prev {
  outline: 0;
  cursor: pointer;
}

.gallery__next svg,
.gallery__prev svg {
  fill: #fff;
  width: 22px;
  height: 18px;
}

.gallery__prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.gallery__numbers {
  margin: 0 12px;
  font-weight: 300;
  user-select: none;
}

.modal-liter-2,
.select__type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.location-top {
  height: 100vh;
  overflow: hidden;
  padding-top: 50vh;
  background: url("../images/location-top.jpg") center bottom/cover no-repeat;
}

@media (max-height: 830px) {
  .location-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.location-top__container {
  z-index: 2;
  position: relative;
}

.location-top__title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 1199px) {
  .gallery__next svg,
  .gallery__prev svg {
    width: 19px;
    height: 15px;
  }

  .gallery__numbers {
    font-size: 0.9rem;
  }

  .location-top__title {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .contacts-slider__title {
    font-size: 1.3125rem;
  }

  .location-top__title {
    font-size: 8vw;
  }
}

.location-top__desc {
  color: #fff;
  max-width: 460px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.location-top__map {
  display: flex;
  color: #bab68b;
  line-height: 1;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.location-top__map svg {
  fill: #bab68b;
  width: 12px;
  height: 19px;
  margin-right: 12px;
}

.location-top__map__text {
  border-bottom: 1px dashed;
}

.location-top__map:hover .location-top__map__text {
  border-bottom-style: solid;
}

.location-top__video video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.location-top__video:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.58);
}

.location-map {
  height: 100vh;
  background-color: #000;
}

.location-map__point {
  font-size: 9px;
  font-weight: 600;
  padding-left: 8px;
  padding-bottom: 15px;
  text-shadow: 0 0 10px #000;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Heading Pro Wide", sans-serif;
}

.location-map__point:before {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.location-map__point:after,
.quote:before {
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
}

.location-map__point:after {
  width: 1px;
  left: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.location-retinue__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon-text,
.icon-text__item {
  display: -webkit-box;
  display: -ms-flexbox;
}

.location-retinue__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location-retinue__item__image {
  padding-top: 76%;
  background: center/cover no-repeat;
}

.location-retinue__item__title {
  color: #fff;
  margin-top: 15px;
  padding-left: 65px;
}

.quote {
  color: #fff;
  line-height: 1;
  padding-left: 50px;
  margin-bottom: 80px;
  font-size: 1.875rem;
  font-family: "Heading Pro Wide", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .quote {
    font-size: 1.5rem;
    padding-left: 40px;
  }
}

.quote:before {
  width: 9px;
  left: 0;
  background-color: #bab68b;
}
.crooked-bottom-to-top-r.business__top-line {
  background-color: #0a1c1d;
  margin-bottom: 0;
}
.crooked-bottom-to-top-r.business__top-line svg {
  fill: #003a3b;
}

.business__top-line {
  background-color: #003a3b;
}
.quote--yellow:before {
  background-color: #bab68b;
}

.icon-text {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-bottom: 60px; */
}

.icon-text__item {
  width: 20%;
  display: flex;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.icon-text__item--complex-about {
  width: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}

@media only screen and (max-width: 1199px) {
  /* .icon-text {
    margin-top: 20px;
    margin-bottom: 30px;
  } */

  .icon-text__item {
    width: 33.3333%;
    padding-right: 15px;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }
}

@media only screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
  }

  .section {
    padding: 30px 0;
  }

  .footer {
    height: auto;
  }

  .footer__logo {
    bottom: 0;
    top: initial;
  }

  .footer__menu,
  .footer__yes-idea,
  .footer__doc,
  .footer__bottom {
    margin-top: 30px;
  }

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

  .image-edge__picture--right {
    margin-top: 30px;
  }

  .image-edge__title {
    font-size: 1.3125rem;
  }

  .image-edge__view {
    margin-bottom: 35px;
  }

  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 5px;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }

  .fancybox-inner {
    width: 100%;
  }

  .slider__item {
    padding-bottom: 140px;
  }

  .developer__structure__scheme {
    display: block;
  }

  .developer__structure__scheme:before {
    display: none;
  }

  .developer__structure__scheme__item {
    width: 100%;
    margin-bottom: 45px;
  }

  .developer__structure__scheme__item:after,
  .developer__structure__scheme__item:before,
  .developer__structure__scheme__title br {
    display: none;
  }

  .apartment__right {
    max-width: initial;
    margin-top: 60px;
  }

  .apartment__content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .building__items {
    margin: 0 50px 35px;
  }

  .building__item__name {
    font-size: 1rem;
  }

  .building__item__name__wrapper {
    padding: 5px;
  }

  .building__prev {
    left: 0;
  }

  .building__next {
    right: 0;
  }

  .contacts-map {
    padding-bottom: 120px;
  }

  .contacts-map__map {
    max-height: 300px;
  }

  .contacts-map__content {
    width: 100%;
    -webkit-transform: none;
    transform: none;
    position: static;
  }

  .gallery__category {
    font-size: 0.7rem;
  }

  .quote {
    padding-left: 30px;
    font-size: 1.3125rem;
    margin-bottom: 50px;
  }

  .icon-text__item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 0;
  }

  .icon-text__item:nth-child(2n) {
    padding-left: 7.5px;
  }

  .icon-text__item:nth-child(2n-1) {
    padding-right: 7.5px;
  }
}
.footer *:not(.footer__logo),
.footer:not(.container) {
  z-index: 1;
}

.icon-text__item__icon {
  width: 56px;
  height: 56px;
  fill: #bab68b;
  min-width: 56px;
  min-height: 56px;
  margin-right: 20px;
}

.icon-text__item__icon--green {
  fill: #003a3b;
}

.icon-text__item__text {
  color: #fff;
  line-height: 1;
  font-size: 1rem;
}

.icon-text__item__text--black {
  color: #000;
}

.icon-text__item__text a {
  color: #fff;
  text-decoration: underline;
}

.icon-text__item__text--black a {
  color: #000;
  text-decoration: underline;
}

.cifr-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 0;
  margin: -30px -30px 0;
  border: 2px solid #bab68b;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1630px) {
  .cifr-text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1400px) {
  .cifr-text {
    padding: 20px 20px 0;
    margin: -20px 0 0 -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .cifr-text {
    border: none;
    margin: none none 30px;
    padding: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cifr-text__separator {
    display: none;
  }
}

.cifr-text--no-border {
  border: 0;
  margin: 0;
  padding: 45px 0 0;
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
}

.cifr-text__separator {
  width: 1px;
  display: none;
  background-color: #fff;
}

.cifr-text__item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 1199px) {
  .cifr-text__item {
    width: 33.3333%;
    padding-right: 15px;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }
}

@media only screen and (max-width: 767px) {
  .icon-text__item__icon {
    margin-right: 15px;
  }

  .cifr-text__item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .cifr-text__item:nth-child(2n) {
    padding-left: 7.5px;
  }

  .cifr-text__item:nth-child(2n-1) {
    padding-right: 7.5px;
  }
}

.cifr-text__item--block {
  width: auto;
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-right: 45px;
  padding-left: 0 !important;
}

.cifr-text__item--block:last-child {
  padding-right: 0;
}

.cifr-text__item__cifr {
  color: #bab68b;
  line-height: 0.8;
  font-weight: 700;
  margin-right: 15px;
  font-size: 3.5rem;
  font-family: "Heading Pro Wide", sans-serif;
}

@media only screen and (max-width: 1400px) {
  .cifr-text__item__cifr {
    margin-right: 10px;
    font-size: 3.25rem;
  }
}

@media only screen and (max-width: 420px) {
  .icon-text__item {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-text__item__icon {
    margin-bottom: 10px;
  }

  .cifr-text__item {
    display: block;
  }

  .cifr-text__item__cifr {
    margin-bottom: 10px;
  }
}

.cifr-text__item__cifr small {
  font-size: 55%;
  font-weight: 700;
}

.cifr-text__item__text {
  color: #fff;
  line-height: 1.1;
}

@media only screen and (max-width: 480px) {
  .documents__item {
    font-size: 0.95rem;
  }

  .documents__item svg {
    margin-right: 15px;
  }

  .icon-text__item__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }

  .cifr-text__item__text,
  .icon-text__item__text {
    font-size: 0.9375rem;
  }
}
.crooked-bottom-to-top-r {
  padding-top: 4.25%;
}
.crooked-bottom-to-top {
  padding-top: 4.25%;
  margin-bottom: 50px;
}

.crooked-bottom-to-top svg,
.crooked-bottom-to-top-r svg {
  position: absolute;
  left: 0;
  top: 0;
}

.business {
  padding: 0;
  background-color: #0a1c1d;
  color: white;
}

.business .title {
  color: #bab68b;
}

.business__top-line svg {
  fill: #0a1c1d;
}

.business__central {
  width: 65vw;
  padding-top: 8.3%;
  position: absolute;
  right: 0;
  top: 5vw;
}

.business__central svg {
  position: absolute;
  left: 0;
  top: 0;
}

.apartment-btn-link {
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 0 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #056263;
}

.apartment-btn-link svg {
  fill: #fff;
  width: 26px;
  height: 13px;
  margin-right: 15px;
}

.live-park {
  padding: 0;
  position: relative;
  background-color: #003a3b;
  color: white;
  padding-bottom: 50px;
  padding-top: 50px;
}

.live-park__top-line {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: #bab68b;
}

.live-park__top-line svg {
  fill: #cdcdcd;
}

.live-park__park {
  z-index: 1;
  width: 40.4vw;
  padding-top: 8.3%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 4.5vw;
}

.live-park__park svg,
.storey__left {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .live-park {
    padding-bottom: 72px;
    padding-top: 131px;
  }
}

.good-view {
  padding: 0;
  background-color: #0a1c1d;
}

.good-view__top-line {
  background-color: #003a3b;
  transform: scaleX(-1);
}

.good-view__top-line svg {
  fill: #0a1c1d;
}

.good-view__bottom-line {
  background-color: #0a1c1d;
  transform: scaleX(-1);
  margin-bottom: 0;
}
.good-view__bottom-line svg {
  fill: #003a3b;
}

.select__path.view,
.to-learn-more__top-line svg {
  fill: #bab68b;
}

.to-learn-more {
  padding-top: 0;
  background-color: #003a3b;
}

.to-learn-more__top-line {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background-color: #003a3b;
}

.to-learn-more__item {
  display: block;
  padding-top: 31.6%;
  position: relative;
  background: center/cover no-repeat;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.to-learn-more__item:hover {
  -webkit-box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.25);
}

.to-learn-more__item__text {
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Heading Pro Wide", sans-serif;
}

.modal-liter-2__area,
.modal-liter-2__rooms,
.modal-liter-2__title {
  font-weight: 600;
  line-height: 100%;
}

.modal-liter-2__arrow,
.modal-liter-2__left {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

.main-banks img {
  max-width: 165px;
}

@media only screen and (max-width: 1550px) {
  .main-banks img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 1415px) {
  .main-banks img {
    max-width: 120px;
  }
}

.modal-liter-2 {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  max-height: 760px;
  overflow: initial;
  user-select: none;
}

.modal-liter-2__arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #003a3b;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.modal-liter-2__arrow svg {
  fill: #fff;
  width: 30px;
}

.modal-liter-2__arrow--left {
  left: -25px;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.modal-liter-2__arrow--right {
  right: -25px;
}

@media only screen and (max-width: 1660px) {
  .modal-liter-2__arrow--left {
    left: 15px;
  }

  .modal-liter-2__arrow--right {
    right: 15px;
  }
}

@media only screen and (min-width: 901px) {
  .modal-liter-2__container,
  .modal-start-11__form-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-liter-2__col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.modal-liter-2__left {
  padding: 50px;
  text-align: center;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-liter-2__right,
.select__content {
  display: -webkit-box;
  display: -ms-flexbox;
}

.modal-liter-2__left img {
  max-width: 100%;
  max-height: 100%;
}

.modal-liter-2__right {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003a3a;
}

@media only screen and (max-width: 900px) {
  .popup-form {
    max-width: 500px;
  }

  .modal-start-11__btn,
  .popup-form .fancybox-close-small:before,
  .popup-form__logo {
    display: none;
  }

  .popup-form__title {
    margin: 10px 0 30px;
    font-size: 1.3125rem;
  }

  .modal-start-11__group {
    margin-bottom: 30px !important;
  }

  .modal-liter-2__left img {
    max-width: 400px;
    max-height: 400px;
  }

  .modal-liter-2__right {
    height: initial;
  }
}

.modal-liter-2__right__wrapper {
  color: #fff;
  padding: 100px;
}

.modal-liter-2__area,
.modal-liter-2__rooms,
.modal-liter-2__title {
  font-family: "Heading Pro Wide", sans-serif;
}

.modal-liter-2__title {
  font-size: 30px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1200px) {
  .modal-liter-2__left {
    padding: 25px;
  }

  .modal-liter-2__right__wrapper {
    padding: 50px;
  }

  .modal-liter-2__title {
    font-size: 24px;
  }
}

.modal-liter-2__rooms {
  margin-bottom: 40px;
}

.modal-liter-2__rooms__number {
  font-size: 48px;
}

.modal-liter-2__rooms__text {
  font-size: 24px;
}

.modal-liter-2__area {
  margin-bottom: 85px;
}

.modal-liter-2__area__number {
  font-size: 48px;
}

.modal-liter-2__area__text {
  font-size: 24px;
}

.modal-liter-2__btn {
  width: 295px;
  display: block;
  color: #fff;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  outline: 0 !important;
}

.modal-liter-2__btn:hover {
  color: #fff;
}

.modal-liter-2__btn--download {
  margin-bottom: 10px;
  background-color: #003a3b;
}

.modal-liter-2__btn--call {
  background-color: #bab68b;
}

.select {
  height: 100vh;
  position: relative;
}

.select__content,
.select__image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.select__hidden {
  visibility: hidden;
}

.select__image {
  position: absolute;
  background: center/cover no-repeat;
}

.select__svg {
  z-index: 1;
  position: relative;
}

.select__path {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.select__path--hover {
  opacity: 0.4;
}

.select__path--hide {
  opacity: 0;
}

.select__path.residential {
  fill: #003a3b;
}

.select__facade:hover + .select__facade__group .select__facade__number,
.select__facade:hover + .select__facade__group .select__facade__text,
.select__facade__group:hover .select__facade__number,
.select__facade__group:hover .select__facade__text,
.select__path.business {
  fill: #fff;
}

.select__facade {
  cursor: pointer;
  fill: transparent;
}

.select__facade__group {
  cursor: pointer;
  font-family: "Heading Pro Wide", sans-serif;
}

.select__facade__circle {
  fill: #bab68b;
  stroke: none;
}

.select__facade__number {
  fill: #003a3b;
  font-size: 30px;
  font-weight: 900;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.select__facade__text {
  fill: #003a3b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.select__box__number,
.select__box__title,
.select__title,
.storey__box {
  font-weight: 700;
  font-family: "Heading Pro Wide", sans-serif;
  line-height: 1;
}

.select__content {
  display: flex;
  padding-bottom: 80px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
}

.select__content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select__title {
  color: #fff;
  margin-bottom: 35px;
  font-size: 3rem;
}

@media only screen and (max-width: 1199px) {
  .to-learn-more__item__text {
    font-size: 1.5rem;
  }

  .main-banks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-banks img {
    max-width: 200px;
  }

  .select__title {
    font-size: 2.25rem;
  }
}

.select__types {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .apartment__content {
    padding-top: 80px !important;
  }

  .gallery__images {
    height: calc(100vh - 170px);
  }

  .gallery__categories {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gallery__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery__panel {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 15px;
  }

  .select__title {
    font-size: 1.6875rem;
  }

  .select__types {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.select__type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  padding: 8px 15px;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.select__box,
.storey__box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
}

@media only screen and (max-width: 340px) {
  .select__type {
    padding: 8px 10px;
  }
}

.select__type--hide {
  opacity: 0.5;
}

.select__type--view {
  background-color: #bab68b;
}

.select__type--residential {
  background-color: #003a3b;
}

.select__type--business {
  background-color: grey;
}

.select__box {
  width: 133px;
  height: 133px;
  display: flex;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select__box--storeys {
  background-color: #003a3b;
}

.select__box--free {
  background-color: #bab68b;
}

.select__box__number {
  margin-bottom: 3px;
  font-size: 3rem;
}

.select__box__title {
  font-size: 1.25rem;
}

@media only screen and (max-width: 1199px) {
  .select__box {
    width: 100px;
    height: 100px;
  }

  .select__box__number {
    font-size: 2.25rem;
  }

  .select__box__title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 575px) {
  .developer__title {
    font-size: 2.375rem;
  }

  .developer__second-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.6875rem;
  }

  .developer__requisites {
    margin-bottom: 30px;
  }

  .developer__cifrs {
    margin-top: 15px;
  }

  .developer__structure__logo {
    width: 64px;
    height: 64px;
  }

  .developer__structure__title {
    font-size: 1.75rem;
  }

  .developer__structure__scheme {
    padding-top: 60px;
  }

  .apartment {
    padding-bottom: 150px !important;
  }

  .apartment__right {
    margin-top: 30px;
  }

  .contacts-map__title {
    padding-top: 45px;
  }

  .gallery__images {
    height: calc(100vh - 300px);
  }

  .gallery__categories {
    display: block;
  }

  .gallery__category {
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }

  .location-retinue__items {
    display: block;
    padding: 0 15px;
  }

  .location-retinue__item {
    margin-bottom: 30px;
  }

  .select {
    padding: 40px 0 170px;
    background-color: #003a3a;
    margin-bottom: -170px;
  }

  .select__svg {
    z-index: 1010;
  }

  .select__content {
    height: auto;
    position: static;
  }

  .select__content__wrapper {
    display: block;
    -webkit-transform: none;
    transform: none;
  }

  .select__left {
    position: absolute;
    right: 0;
    bottom: 50%;
  }

  .select__title {
    display: none;
  }

  .select__types {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 126px;
  }

  .select__type {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .select__box {
    width: 72px;
    height: 72px;
  }

  .select__box__number {
    font-size: 1.75rem;
  }

  .select__box__title {
    font-size: 0.875rem;
  }
}

.select__box__title--small {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .cifr-text__item__cifr {
    font-size: 2.375rem;
  }

  .apartment-btn-link br {
    display: none;
  }

  .select__container {
    max-width: 100%;
  }
}

.storey {
  height: 100vh;
  padding-top: 230px;
  padding-bottom: 90px;
  background-color: #003a3a;
}

@media only screen and (max-width: 1199px) {
  .select__box__title--small {
    font-size: 13px;
  }

  .storey {
    padding-top: 150px;
  }
}

.storey__box {
  width: 133px;
  height: 133px;
  z-index: 1000;
  display: flex;
  overflow: hidden;
  user-select: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #bab68b;
}

.storey__back,
.storey__labels,
.storey__svg-labels > div {
  display: -webkit-box;
  display: -ms-flexbox;
}

.storey__back,
.storey__text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.storey__box__number {
  font-size: 3rem;
  margin-bottom: 3px;
}

.storey__box__title {
  font-size: 1.25rem;
}

.storey__back {
  display: flex;
  color: #bab68b;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  padding-top: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: underline;
}

.storey__back svg {
  fill: #bab68b;
  width: 19px;
  height: 12px;
  margin-top: 2px;
  margin-right: 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.storey__content {
  height: 100%;
  padding: 0 130px 0 190px;
}

@media only screen and (max-width: 1199px) {
  .storey__box {
    width: 85px;
    height: 85px;
  }

  .storey__box__number {
    font-size: 2rem;
  }

  .storey__box__title {
    font-size: 1rem;
  }

  .storey__back {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 5px;
  }

  .storey__back svg {
    width: 15px;
    height: 10px;
  }

  .storey__content {
    padding: 0 50px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .storey {
    padding-top: 110px;
  }

  .storey__left {
    right: 0;
    left: auto;
    top: -60px;
  }

  .storey__back {
    z-index: 1000;
    position: relative;
  }

  .storey__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.storey__path {
  cursor: pointer;
  fill: rgba(255, 255, 255, 0);
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.storey__path.booked {
  fill: rgba(186, 182, 139, 0.7);
}

.storey__path.sold {
  fill: rgba(255, 255, 255, 0.5);
}

.storey__path:hover {
  fill: rgba(0, 0, 0, 0.25);
}

.storey__text {
  user-select: none;
}

.storey__svg-labels > div {
  display: flex;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.storey__svg-labels > div:before {
  width: 90px;
  height: 90px;
  content: "";
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.storey__svg {
  z-index: 1;
  position: relative;
}

.storey__svg text {
  fill: #bab68b;
  font-size: 52px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1199px) {
  .storey__svg text {
    font-size: 72px;
  }
}

@media only screen and (max-width: 575px) {
  .select__box__title--small {
    font-size: 9px;
  }

  .storey__svg text {
    font-size: 130px;
  }
}

.storey__street {
  color: #bab68b;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.storey__labels {
  color: #fff;
  display: flex;
  margin-top: 15px;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 600px) {
  .header__logo {
    width: 170px;
  }

  .header__logo svg {
    width: 260px;
  }

  .storey__labels {
    padding-top: 50px;
  }
}

.storey__labels__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.storey__labels__item:before {
  width: 20px;
  height: 20px;
  content: "";
  margin-right: 12px;
}

.storey__labels__item--sold:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.storey__labels__item--booked:before {
  background-color: rgba(186, 182, 139, 0.7);
}

.gallery-panel {
  padding: 0;
  position: relative;
  background-color: #003a3b;
  color: white;
}

.gallery-panel .tabs .btn {
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 0 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #056263;
  border-radius: 0;
}

.gallery-panel .tabs {
  margin-bottom: 38px;
}

.gallery-panel .tabs .btn.active {
  background-color: #bab68b;
  color: #056263;
}

.gallery-panel .swiper .swiper-slide {
  width: 100%;
  max-height: 880px;
}
.gallery-panel {
  padding-top: 50px;
}
@media screen and (min-width: 1200px) {
  .gallery-panel {
    padding-bottom: 131px;
  }
}
.btn-controls {
  /* color: red;
  display: flex;
  left: 16px;
  right: 16px;
  align-items: center;
  justify-content: space-between;
  z-index: 1; */
}

.btn-controls .btn-prev,
.btn-controls .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-controls .btn-prev {
  left: 16px;
}

.btn-controls .btn-next {
  right: 16px;
}
.btn-controls .btn-prev,
.btn-controls .btn-next {
  display: grid;
  place-content: center;
  padding: 16px;
  background-color: #056263;
}

.installment-plan {
  background-color: #0a1c1d;
  color: #fff;
  padding: 0;
}
.installment-plan .btn {
  color: white;
  background-color: #056263;
}

.installment-plan__top {
  display: grid;
  gap: 32px;
  margin-bottom: 19px;
}

.installment-plan__top .installment-plan__top-left .text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}

.installment-plan__form {
  background-color: #0a0a0a;
  padding: 24px 16px;
  color: white;
}

.installment-plan__form h3 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Heading Pro Wide", sans-serif;
  margin-bottom: 24px;
}

.installment-plan__form .installment-plan__form-fields {
  display: grid;
  gap: 10px;
}

.advantages {
  display: grid;
  gap: 20px;
}
.advantages__title {
  font-size: 21px;
  line-height: 21px;
  font-family: "Heading Pro Wide", sans-serif;
}
.advantages__list {
  display: grid;
  gap: 16px;
  padding: 0;
}
.advantages__item {
  display: flex;
  gap: 20px;
}
.advantages__item-numb {
  color: #003a3b;
  font-size: 24px;
  line-height: 16px;
  display: grid;
  place-content: center;
  border-radius: 9999px;
  background-color: #bab68b;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.advantages__item--content h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
}
.advantages__item--content p {
  font-size: 16px;
  line-height: 18px;
}
.form .form__field {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .installment-plan__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 66px;
  }
  .installment-plan__top .installment-plan__top-left {
    width: 534px;
  }
  .installment-plan__top .installment-plan__top-left .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    width: 409px;
  }
  .installment-plan__form {
    padding: 30px;
  }
  .installment-plan__form h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .installment-plan__form .installment-plan__form-fields {
    grid-template-columns: 1fr 1fr minmax(200px, auto);
  }
  .advantages {
    gap: 40px;
  }
  .advantages__title {
    font-size: 30px;
    line-height: 30px;
  }
  .advantages__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }
  .advantages__item {
    display: flex;
    gap: 20px;
  }
  .form .form__field .invalid-feedback {
    position: absolute;
    position: absolute;
    left: 0;
    bottom: 100%;
  }
}

.layouts {
  padding: 32px 0;
  background-color: #003a3b;
}
.layouts .tabs .btn {
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 0 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #056263;
  border-radius: 0;
}

.layouts .tabs .btn.active {
  background-color: #bab68b;
  color: #056263;
}

.layouts .tabs {
  margin-bottom: 22px;
}

.layouts__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.layout__top {
  height: 169px;
  background-color: #ebebeb;
  display: grid;
  place-content: center;
  padding: 14px;
}

.layout__top img {
  max-height: calc(169px - 14px * 2);
  width: 100%;
}

.layout__bottom {
  background-color: #0a1c1d;
  color: white;
  padding: 14px;
  position: relative;
}
.layout__bottom .layout__icon {
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: grid;
  place-content: center;
  transition: opacity 0.3s;
}
.layout__bottom .layout__icon svg {
  width: 16px;
  height: 16px;
}
.layout {
  text-decoration: none;
}
.layout:hover .layout__icon {
  opacity: 1;
}

.layout__bottom h4 {
  font-family: "Heading Pro Wide", sans-serif;
  font-size: 16px;
  line-height: 17.85px;
  margin-bottom: 4.76px;
}

.layout__bottom h5 {
  font-size: 12px;
  line-height: 14.28px;
}

@media screen and (min-width: 1200px) {
  .layouts {
    padding-top: 132px;
    padding-bottom: 102px;
  }
  .layouts .tabs {
    margin-bottom: 48px;
  }
  .layouts__list {
    grid-template-columns: repeat(4, minmax(0, 284px));
    gap: 38px;
  }
  .layout__top {
    height: 284px;
  }
  .layout__top img {
    max-height: calc(284px - 14px * 2);
  }
  .layout__bottom {
    padding: 24px;
  }
  .layout__bottom h4 {
    font-family: "Heading Pro Wide", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .layout__bottom h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .layout__bottom .layout__icon {
    width: 72px;
    height: 72px;
  }
  .layout__bottom .layout__icon svg {
    width: 24px;
    height: 24px;
  }
}

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

.map-container__btns {
  position: absolute;
  bottom: 32px;
  left: 0;

  display: flex;
  gap: 16px;
  justify-content: center;
  overflow: auto;
}
@media screen and (min-width: 1200px) {
  .map-container__btns {
    right: 0;
  }
}

.popup-form--green {
  background-color: #003a3b;
}
.popup-form--green .advantages__list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .popup-form--green {
    padding: 48px;
  }
  .popup-form--green .advantages__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.popup-form .advantages .advantages__item-content {
  color: white;
}
.tab-content-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .tab-content-slider .swiper {
    height: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-slider {
    height: 880px;
  }
}
.popup-greenday {
  padding: 0;
}
.popup-greenday__wrapper {
  display: grid;
  padding: 0;

}
.popup-greenday__bg {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.popup-greenday__content {
  background: #003A3B;
  color: #FFFFFF;
  position: relative;

}
.popup-greenday__content {
  padding: 64px 24px 24px 24px;
}
.popup-greenday__title {
  color: #BAB68B;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 600;
  margin-bottom: 16px;
}
.popup-greenday__text {
  font-size: 10px;
  line-height: 12px;
}
.popup-greenday__img {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top:0;
  left: 0;
  
}

.popup-greenday__logo {
  height: 51px;

}
.popup-greenday__bank {
  height: 16.45px;
}

@media screen and (min-width: 1200px) {
  .popup-greenday__wrapper {
    width: 1215px;
    grid-template-columns: 555px 1fr;
  }
    .popup-greenday__bg {
      height: auto;
      order: 2;
    }
  .popup-greenday__content {
    order: 1;
    padding: 128px 64px 64px 64px;
  }

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

  .popup-greenday__title {
    color: #BAB68B;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .popup-greenday__logo  {
    height: 106px;
  }
  .popup-greenday__bank  {
    height: 34px;
  }
}