/*------------------------------ fonts ----------------------------------*/

@font-face {
  font-family: 'Gotham Pro Bold';
  src: url('../fonts/GothamPro-Bold.woff2') format('woff2'), url('../fonts/GothamPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro Medium';
  src: url('../fonts/GothamPro-Medium.woff2') format('woff2'), url('../fonts/GothamPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro.woff2') format('woff2'), url('../fonts/GothamPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Pro Light';
  src: url('../fonts/GothamPro-Light.woff2') format('woff2'), url('../fonts/GothamPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HeliosExt';
  src: url('../fonts/HeliosExt-Bold.woff2') format('woff2'), url('../fonts/HeliosExt-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*------------------------------ global ----------------------------------*/

html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: 'Gotham Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  background: #222722;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

a,
a:focus,
button,
button:focus,
input,
input:focus {
  outline: none;
  text-decoration: none;
}

h1 {
  font-family: 'HeliosExt';
  font-size: 110px;
  font-weight: bold;
}

h2 {
  font-family: 'HeliosExt';
  font-size: 64px;
  font-weight: bold;
}

h3 {
  font-family: 'HeliosExt';
  font-size: 48px;
  font-weight: bold;
}

h4 {
  font-family: 'HeliosExt';
  font-size: 36px;
  font-weight: bold;
}

p {
  font-family: 'Gotham Pro';
  font-size: 20px;
}

/*------------------------------ form ----------------------------------*/

.form-group input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid rgba(34, 39, 34, 0.3);
  font-family: 'Gotham Pro Light';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #222722;
}

.form-checkbox {
  position: relative;
}

.form-checkbox label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  height: 39px;
  padding: 0 14px;
  color: #ffffff;
  font-family: 'Gotham Pro Light';
  font-weight: 300;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.form-checkbox label:hover {
  color: rgba(255, 255, 255, 0.6);
}

.form-checkbox input {
  display: none;
}

.form-checkbox input:checked + label {
  background: #5C4E63;
}

.form-check {
  position: relative;
}

.form-check label {
  position: relative;
  padding-left: 32px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.form-check label:hover {
  color: rgba(255, 255, 255, 0.6);
}

.form-check label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #FFFFFF;
}

.form-check input {
  display: none;
}

.form-check input:checked + label::before {
  background: url(../img/icons/check.svg) center no-repeat;
  background-size: 13px;
}

/*------------------------------ header ----------------------------------*/

.header {
  margin-top: 60px;
  padding-bottom: 60px;
}

.header--abs {
  position: absolute;
  z-index: 100;
  top: 65px;
  left: 0;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.header__wrap {
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 15px;
}

.header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/*------------------------------ banner ----------------------------------*/

.banner {
  height: 1128px;
  margin-bottom: 200px;
  padding-top: 170px;
  background: url(../img/banner.jpg) center top no-repeat;
  background-size: cover;
}

.banner .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner__title {
  position: relative;
  z-index: 1000;
  margin: 0 0 60px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  transition: all 0.3s linear;
}

.banner__title:hover {
  color: transparent;
}

.banner__link {
  display: inline-block;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.banner__link:hover {
  opacity: 0.6;
}

.banner--project {
  height: 1636px;
  margin-bottom: 150px;
  padding-top: 165px;
  background: url(../img/banner-project.jpg) center top no-repeat;
  background-size: cover;
}

.banner--project .container {
  justify-content: flex-start;
}

.banner--project .banner__title {
  margin-top: 110px;
  margin-bottom: 100px;
  font-size: 64px;
  line-height: 1.07;
}

.banner--project .banner__text {
  max-width: 640px;
}

.banner--project .banner__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #FFFFFF;
}

.banner--project .banner__text p:first-child {
  margin-bottom: 38px;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.banner--project .banner__text p:nth-child(2) {
  max-width: 571px;
}

/*------------------------------ menu-btn ----------------------------------*/

.menu-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 29px;
  height: 16px;
  margin-right: 110px;
  transition: all 0.3s linear;
}

.menu-btn span {
  position: relative;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}

.menu-btn:hover {
  opacity: 0.6;
}

/*------------------------------ logo ----------------------------------*/

.logo {
  display: block;
  width: 201px;
  height: 38px;
}

/*------------------------------ tel ----------------------------------*/

.tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 70px;
  color: #ffffff;
  font-family: 'Gotham Pro Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s linear;
}

.tel:hover {
  opacity: 0.6;
}

/*------------------------------ select-link ----------------------------------*/

.select-link {
  display: block;
  margin-right: 60px;
  color: #DCDAE7;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.select-link:hover {
  color: #fff;
}

/*------------------------------ threed-link ----------------------------------*/

.threed-link {
  display: block;
  color: #DCDAE7;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.threed-link:hover {
  color: #fff;
}

/*------------------------------ footer ----------------------------------*/

.footer {
  padding-bottom: 64px;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 100px;
}

.footer__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3.5 - 30px);
}

.footer__center {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 5 - 30px);
}

.footer__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3.5 - 30px);
}

/*------------------------------ bottom ----------------------------------*/

.bottom {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.bottom__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3.5 - 30px);
}

.bottom__center {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4.5 - 30px);
}

.bottom__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 2.3 - 30px);
  margin-left: calc(100% / 12 * 1.7 + 15px);
  margin-left: calc(100% / 12 * 0 + 15px);
}

.bottom .logo {
  width: 251px;
  height: 48px;
  opacity: 0.5;
}

.bottom__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

.bottom__privacy {
  display: inline-block;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.5;
  transition: all 0.3s linear;
}

.bottom__privacy:hover {
  opacity: 0.6;
}

.bottom__dev {
  margin: 0;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.5;
}

.bottom__dev a {
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.bottom__dev a:hover {
  opacity: 0.6;
}

/*------------------------------ f-contacts ----------------------------------*/

.f-contacts {
  margin-bottom: 60px;
}

.f-contacts__tel {
  display: inline-block;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s linear;
}

.f-contacts__tel:hover {
  opacity: 0.6;
}

.f-contacts__addr {
  display: block;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.3;
  font-style: normal;
}

.f-contacts__info {
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.3;
}

/*------------------------------ social ----------------------------------*/

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social__item {
  display: block;
  width: 24px;
  height: 20px;
  margin-right: 37px;
  transition: all 0.3s linear;
}

.social__item:last-child {
  margin-right: 0;
}

.social__item svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.social__item:hover {
  opacity: 0.6;
}

/*------------------------------ f-menu ----------------------------------*/

.f-menu {
  display: flex;
  flex-wrap: wrap;
}

.f-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 75px;
}

.f-menu__list:last-child {
  margin-right: 0;
}

.f-menu__item {
  margin-bottom: 25px;
}

.f-menu__link {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'Gotham Pro Medium';
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.3s linear;
}

.f-menu__link:hover {
  opacity: 0.6;
}

/*------------------------------ f-links ----------------------------------*/

.f-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.f-links__item {
  display: block;
  max-width: 150px;
  margin-bottom: 40px;
  color: #FFFFFF;
  font-family: 'Gotham Pro Medium';
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.f-links__item:hover {
  opacity: 0.6;
}

.f-links__item:last-child {
  margin: 0;
}

/*------------------------------ modal-menu ----------------------------------*/

.modal-menu {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  padding: 75px 0 0;
  background: #222722;
  overflow-y: auto;
  transition: all 0.3s linear;
}

.modal-menu.open {
  left: 0;
}

.modal-menu .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.modal-menu__close {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: all 0.3s linear;
}

.modal-menu__close:hover {
  opacity: 1;
}

.modal-menu__close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.modal-menu__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.modal-menu__header .logo {
  width: 201px;
  height: 38px;
  margin-top: 0;
}

.modal-menu__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: flex-end;
  margin-bottom: 40px;
}

.modal-menu__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 9 - 30px);
}

.modal-menu__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
}

.modal-menu .f-links {
  flex-direction: row;
  justify-content: space-between;
}

.modal-menu .f-links__item {
  margin-bottom: 0;
}

.modal-menu__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.modal-menu .f-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% / 3 * 2);
  margin-bottom: 0;
}

.modal-menu .f-contacts__tel {
  margin-bottom: 0;
  margin-right: auto;
}

.modal-menu .f-contacts__addr {
  margin: 0 32px;
}

/*------------------------------ menu ----------------------------------*/

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

.menu__item {
  margin-bottom: 40px;
}

.menu__item:last-child {
  margin-bottom: 0;
}

.menu__link {
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.menu__link:hover {
  opacity: 0.6;
}

/*------------------------------ breadcrumbs ----------------------------------*/

.breadcrumbs {
  margin-bottom: 80px;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__item {
  color: #fff;
  font-size: 14px;
}

.breadcrumbs__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.breadcrumbs__link:hover {
  color: #fff;
}

.breadcrumbs__link::after {
  content: '\203A';
  margin: 0 20px;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-1px);
}

/*------------------------------ title ----------------------------------*/

.title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 80px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
}

.title span {
  align-self: flex-end;
  margin-left: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-size: 20px;
  line-height: 1.5;
}

/*------------------------------ journal ----------------------------------*/

.journal {
  margin-bottom: 100px;
}

.journal__header {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.journal__header span {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.journal__header span:first-child {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 5.5 - 30px);
  padding-left: 15px;
}

.journal__header span:nth-child(2) {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
}

.journal__header span:nth-child(3) {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 2.3 - 30px);
}

.journal__header span:nth-child(4) {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 1.2 - 30px);
}

.journal__item {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
  padding: 30px 0;
}

.journal__item:nth-child(even) {
  background: rgba(45, 51, 45, 0.45);
}

.journal__item span {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

.journal__item span:first-child {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 5.5 - 30px);
  padding-left: 15px;
  padding-right: 5%;
}

.journal__item span:nth-child(2) {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 3 - 30px);
}

.journal__item span:nth-child(3) {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 2.3 - 30px);
}

.journal__item span:nth-child(4) {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 1.2 - 30px);
}

.journal__item span::before {
  display: none;
}

/*------------------------------ gallery ----------------------------------*/

.gallery {
  margin-bottom: 300px;
}

.gallery:last-child {
  margin-bottom: 150px;
}

.gallery__title {
  margin: 0 0 120px;
  text-transform: uppercase;
}

.gallery--half .gallery__title {
  width: 50%;
  margin-bottom: -188px;
}

/*------------------------------ gallery-carousel ----------------------------------*/

.gallery-carousel {
  margin: 0 -40px;
}

.gallery-carousel .item {
  padding: 0 40px;
}

.gallery-carousel .item img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.gallery-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  top: -150px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.gallery-carousel .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.gallery-carousel .slick-arrow.prev {
  right: 126px;
}

.gallery-carousel .slick-arrow.next {
  right: 70px;
}

.gallery-carousel .slick-arrow:hover svg {
  fill: #fff;
}

/*------------------------------ gallery-carousel-one ----------------------------------*/

.gallery-carousel-one {
  padding-bottom: 65px;
}

.gallery-carousel-one .item img {
  width: 100%;
  height: 443px;
  object-fit: cover;
}

.gallery-carousel-one .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: -10px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.gallery-carousel-one .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.gallery-carousel-one .slick-arrow.prev {
  right: 86px;
}

.gallery-carousel-one .slick-arrow.next {
  right: 30px;
}

.gallery-carousel-one .slick-arrow:hover svg {
  fill: #fff;
}

.gallery-carousel-one .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 80px;
}

.gallery-carousel-one .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.gallery-carousel-one .slick-dots li.slick-active {
  border-color: #fff;
}

.gallery-carousel-one .slick-dots li.slick-active button {
  background: #FFFFFF;
}

.gallery-carousel-one .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

/*------------------------------ gallery-carousel-two ----------------------------------*/

.gallery-carousel-two {
  margin: 0 -60px;
  padding-bottom: 65px;
}

.gallery-carousel-two .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.gallery-carousel-two .item {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 0 60px;
}

.gallery-carousel-two .item img {
  width: 100%;
  height: 768px;
  object-fit: cover;
}

.gallery-carousel-two .item img.sm {
  height: 395px;
  margin-top: auto;
}

.gallery-carousel-two .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: -10px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.gallery-carousel-two .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.gallery-carousel-two .slick-arrow.prev {
  right: 146px;
}

.gallery-carousel-two .slick-arrow.next {
  right: 90px;
}

.gallery-carousel-two .slick-arrow:hover svg {
  fill: #fff;
}

/*------------------------------ title-link ----------------------------------*/

.title-link {
  display: inline-block;
  margin-left: auto;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.title-link:hover {
  opacity: 0.6;
}

/*------------------------------ progress ----------------------------------*/

.progress {
  margin-bottom: 150px;
}

.progress__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}

.progress__date {
  margin: 0 20px 0 0;
  color: rgba(229, 229, 229, 0.5);
  font-size: 20px;
  line-height: 1.5;
}

.progress__date span {
  color: #e5e5e5;
}

.progress__month {
  margin-left: auto;
  margin-right: 110px;
}

.progress__month select {
  width: 160px;
  height: 40px;
  padding-left: 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-family: 'Gotham Pro Light';
  font-weight: 300;
  font-size: 18px;
  background: none;
}

.progress__years {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}

.progress__years a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 39px;
  margin: 0 1px;
  color: #FFFFFF;
  font-family: 'Gotham Pro Light';
  font-weight: 300;
  font-size: 18px;
}

.progress__years a.active {
  background: #5C4E63;
}

/*------------------------------ online ----------------------------------*/

.online {
  padding-top: 40px;
  margin-bottom: 150px;
}

.online__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}

.online__nav li a {
  display: block;
  margin-bottom: 15px;
  font-family: 'HeliosExt';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.07;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  transition: all 0.3s linear;
}

.online__nav li a:hover {
  color: #fff;
}

.online__nav li.active a {
  color: #fff;
}

.online__content {
  width: 100%;
}

.online__tab {
  display: none;
}

.online__tab.active {
  display: block;
}

/*------------------------------ video-block ----------------------------------*/

.video-block {
  position: relative;
  max-width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------ howbuy ----------------------------------*/

.howbuy {
  margin-bottom: 150px;
}

.howbuy__text {
  max-width: 979px;
  margin-bottom: 100px;
}

.howbuy__text p {
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.6;
}

.howbuy__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.howbuy__nav li {
  width: calc(100% / 3);
}

.howbuy__nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 115px;
  color: #DCDAE7;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-color: transparent;
  text-align: center;
  transition: all 0.3s linear;
}

.howbuy__nav li a:hover {
  color: rgba(220, 218, 231, 0.6);
}

.howbuy__nav li.active a {
  background: #5C4E63;
}

.howbuy__content .tab {
  display: none;
}

.howbuy__content .tab.active {
  display: block;
}

.howbuy__title {
  margin: 0 0 60px;
  color: #ffffff;
  font-family: Moniqa;
  font-size: 120px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

/*------------------------------ mortgage ----------------------------------*/

.mortgage__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mortgage__link {
  display: inline-block;
  margin-right: 70px;
  color: #FFFFFF;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 2px solid #FFFFFF;
  transition: all 0.3s linear;
}

.mortgage__link:last-child {
  margin-right: 0;
}

.mortgage__link:hover {
  opacity: 0.6;
}

/*------------------------------ banks ----------------------------------*/

.banks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 117px;
  margin-bottom: 120px;
}

.banks__item {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px 15px;
  transition: all 0.3s linear;
}

.banks__item:hover {
  background-color: #84708e;
}

.banks__item img {
  max-height: 100%;
}

/*------------------------------ mort-filter ----------------------------------*/

.mort-filter {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 100px;
}

.mort-filter__col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 2.5 - 30px);
  margin-right: calc(100% / 12 * 1.5 + 15px);
}

.mort-filter__label {
  margin: 0 0 18px;
  color: #E5E5E5;
  font-size: 18px;
  line-height: 1.5;
}

.mort-filter__label span {
  color: rgba(255, 255, 255, 0.5);
}

.mort-filter__val {
  display: block;
  margin: 0;
  color: #E5E5E5;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
}

.mort-filter__slider {
  margin-top: 30px;
}

.mort-filter .ui-slider.ui-slider-horizontal {
  height: 2px;
  background: #5C4E63;
}

.mort-filter .ui-widget.ui-widget-content {
  border: none;
}

.mort-filter .ui-slider .ui-slider-handle {
  top: -5px;
  width: 12px;
  height: 12px;
  background: #5C4E63;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.mort-filter .ui-slider .ui-slider-range {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

/*------------------------------ finance ----------------------------------*/

.finance__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
  margin-bottom: 115px;
}

.finance__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 7.5 - 30px);
}

.finance__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4.5 - 30px);
}

.finance__icon {
  width: 472px;
  height: 73px;
  margin: 0 auto;
}

.finance__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.finance__text {
  max-width: 710px;
}

.finance__text p {
  margin: 0 0 35px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

/*------------------------------ consult ----------------------------------*/

.consult {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  max-width: 432px;
}

.consult__text {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

.consult__tel {
  display: inline-block;
  margin-bottom: 35px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.7;
  transition: all 0.3s linear;
}

.consult__tel:hover {
  opacity: 0.6;
}

.consult__link {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 2px solid #FFFFFF;
  transition: all 0.3s linear;
}

.consult__link:hover {
  opacity: 0.6;
}

/*------------------------------ capital ----------------------------------*/

.capital__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.capital__item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4 - 30px);
  margin-bottom: 98px;
  padding-right: 30px;
}

.capital__num {
  display: block;
  margin-bottom: 30px;
  color: #DCDAE7;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.capital__text {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

.capital__footer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
}

/*------------------------------ docs ----------------------------------*/

.docs {
  max-width: 366px;
}

.docs__title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.docs__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.docs__item svg {
  width: 22px;
  height: 22px;
  margin-right: 14px;
  fill: #fff;
}

.docs__item span {
  width: calc(100% - 36px);
  color: #ffffff;
  font-family: 'Gotham Pro Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

.docs__link {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.docs__link:hover {
  opacity: 0.6;
}

/*------------------------------ fplan ----------------------------------*/

.fplan {
  margin-bottom: 150px;
}

.fplan__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.fplan__header .compass {
  position: static;
}

.fplan__scheme {
  margin-bottom: 60px;
}

.fplan__scheme svg {
  width: 100%;
  height: 100%;
}

/*------------------------------ choosing ----------------------------------*/

.choosing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 190px;
}

.choosing__left {
  width: calc(100% - 400px);
}

.choosing__right {
  width: 390px;
}

/*------------------------------ listing ----------------------------------*/

.listing {
  max-width: 1010px;
}

.listing__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding: 25px 30px 25px 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s linear;
}

.listing__item:hover {
  background-color: #84708e;
}

.listing__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 74px;
  margin-right: 30px;
  padding: 10px;
}

.listing__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.listing__desc {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 153px);
}

.listing__price {
  align-self: flex-end;
  width: 190px;
  text-align: right;
}

.listing__price span {
  color: #E5E5E5;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.listing__center {
  width: calc(100% - 190px);
}

.listing__title {
  margin: 0 0 20px;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.listing__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.listing__info p {
  font-family: 'Gotham Pro';
  margin: 0 32px 0 0;
  color: rgba(229, 229, 229, 0.5);
  font-size: 18px;
  line-height: 1.5;
}

.listing__info p span {
  color: #e5e5e5;
}

.listing__info p span i {
  font-family: sans-serif;
  font-style: normal;
}

.listing__info p::after {
  display: none;
  content: '';
  width: 3px;
  height: 3px;
  margin: 0 8px 3px;
  border-radius: 50%;
  background: #FFFFFF;
}

.listing__more {
  display: block;
  width: 200px;
  margin: 50px auto 0;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.listing__more:hover {
  opacity: 0.6;
}

/*------------------------------ filter ----------------------------------*/

.filter {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.filter__toggle {
  display: none;
}

.filter__toggle span {
  color: #FFFFFF;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.filter__toggle svg {
  width: 16px;
  height: 8px;
  fill: none;
  stroke: #fff;
  transition: all 0.3s linear;
}

.filter__toggle.open svg {
  transform: rotateX(180deg);
}

.filter__section {
  margin-bottom: 40px;
}

.filter__label {
  display: block;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.filter__label i {
  font-family: sans-serif;
}

.filter__checks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.filter__checks .form-checkbox {
  margin: 0 2px;
}

.filter__reset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter__reset svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.filter__reset span {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.filter__reset:hover svg {
  fill: #fff;
}

.filter__reset:hover span {
  color: #fff;
}

/*------------------------------ range ----------------------------------*/

.range {
  padding-top: 5px;
  margin-bottom: 16px;
}

.range__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.range__row span {
  color: #FFFFFF;
  font-family: 'Gotham Pro Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

.range__row span span {
  color: rgba(255, 255, 255, 0.5);
}

.range .ui-slider.ui-slider-horizontal {
  height: 2px;
  background: #5C4E63;
}

.range .ui-widget.ui-widget-content {
  border: none;
}

.range .ui-slider .ui-slider-handle {
  top: -5px;
  width: 12px;
  height: 12px;
  background: #5C4E63;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.range .ui-slider .ui-slider-range {
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.range--floor {
  padding-top: 40px;
}

.range--floor .ui-slider .ui-slider-handle {
  top: -35px;
  width: 22px;
  height: 42px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Gotham Pro Light';
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
}

.range--floor .ui-slider .ui-slider-handle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  width: 12px;
  height: 12px;
  background: #5C4E63;
  border: none;
  border-radius: 50%;
}

/*------------------------------ threed ----------------------------------*/

.threed {
  position: relative;
  margin-bottom: 150px;
}

.threed__wrap {
  position: relative;
  left: 50%;
  width: 1920px;
  height: 1249px;
  transform: translateX(-50%);
  background: url(../img/bg-3d.png) center no-repeat;
  background-size: 1920px 1249px;
}

.threed__house {
  position: absolute;
  z-index: 10;
  width: 373px;
  top: 245px;
  left: 391px;
}

.threed__house .floor {
  fill: transparent;
  transition: all 0.3s linear;
}

.threed__house .floor:hover {
  fill: rgba(255, 255, 255, 0.8);
}

/*------------------------------ page-header ----------------------------------*/

.page-header {
  position: absolute;
  z-index: 1000;
  top: 165px;
  left: 0;
  width: 100%;
}

/*------------------------------ apart-qnt ----------------------------------*/

.apart-qnt {
  margin-bottom: 200px;
}

.apart-qnt__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.apart-qnt__row span {
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 261px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
}

.apart-qnt__row span:first-child {
  color: #fff;
}

.apart-qnt__text {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E5E5E5;
}

/*------------------------------ info-links ----------------------------------*/

.info-links {
  margin-bottom: 150px;
}

.info-links__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.info-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 178px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 36px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: transparent;
  transition: all 0.3s linear;
}

.info-links__item:hover {
  background-color: #84708e;
}

/*------------------------------ comfort ----------------------------------*/

.comfort {
  margin-bottom: 120px;
}

.comfort__title {
  margin: 0 0 120px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*------------------------------ link ----------------------------------*/

.link {
  display: inline-block;
  color: #DCDAE7;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.link:hover {
  opacity: 0.6;
}

/*------------------------------ comfort-tabs ----------------------------------*/

.comfort-tabs__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-bottom: 65px;
}

.comfort-tabs__nav li {
  flex-grow: 1;
}

.comfort-tabs__nav li a {
  display: block;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 36px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  transition: all 0.3s linear;
}

.comfort-tabs__nav li a:hover {
  color: #fff;
}

.comfort-tabs__nav li.active a {
  color: #fff;
}

.comfort-tabs__content .tab {
  display: none;
}

.comfort-tabs__content .tab.active {
  display: block;
}

/*------------------------------ section ----------------------------------*/

.section {
  margin-bottom: 150px;
  padding-top: 50px;
}

.section__title {
  position: relative;
  z-index: 100;
  margin: 0 50% -119px 0;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section__title--right {
  margin-bottom: -255px;
  margin-left: 50%;
  margin-right: 0;
  text-align: right;
}

.section__title--right-flex-three {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: -255px;
  margin-left: calc(50% + 35px);
  margin-right: 0;
}

.section__title--right-flex-three span:first-child {
  align-self: flex-start;
}

.section__title--right-flex-three span:nth-child(2) {
  align-self: center;
}

.section__title--right-flex-three span:nth-child(3) {
  align-self: flex-end;
}

.section__title--flex-two {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: -185px;
}

.section__title--flex-two span:first-child {
  align-self: flex-start;
}

.section__title--flex-two span:nth-child(2) {
  align-self: center;
}

.section__title--right-flex-two {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: -185px;
  margin-left: calc(50% + 35px);
  margin-right: 0;
}

.section__title--right-flex-two span:first-child {
  align-self: flex-start;
}

.section__title--right-flex-two span:nth-child(2) {
  align-self: center;
}

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

.section__row--reverse .section__left {
  order: 1;
}

.section__row--reverse .section__right {
  padding-left: 0;
  padding-right: 20px;
}

.section__left {
  width: 50%;
}

.section__right {
  width: 50%;
  padding-left: 20px;
}

/*------------------------------ features ----------------------------------*/

.features__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 297px;
}

.features__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25%;
  background-color: transparent;
  transition: all 0.3s linear;
}

.features__item:hover {
  background-color: #84708e;
}

.features__item:nth-child(2):hover {
  background-color: #84708e;
}

.features__item:nth-child(3):hover {
  background-color: #84708e;
}

.features__num {
  margin-bottom: 16px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 75px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.features__text {
  margin: 0;
  font-size: 22px;
  color: #E5E5E5;
}

/*------------------------------ about ----------------------------------*/

.about {
  margin-bottom: 300px;
}

.about__img {
  margin-bottom: 120px;
}

.about__img img {
  display: block;
  width: 100%;
}

.about__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 939px;
  margin: 0 auto 100px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.about__title span:first-child {
  align-self: flex-start;
}

.about__title span:nth-child(2) {
  align-self: center;
}

.about__title span:last-child {
  align-self: flex-end;
}

.about__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 226px;
}

.about__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  padding: 0 35px;
  background-color: transparent;
  transition: all 0.3s linear;
}

.about__item:hover {
  background-color: #84708e;
}

.about__item:first-child:hover {
  background-color: #84708e;
}

.about__item:last-child:hover {
  background-color: #84708e;
}

.about__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #E5E5E5;
}

/*------------------------------ carousel-left ----------------------------------*/

.carousel-left {
  margin: 0 -20px;
}

.carousel-left__item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 20px;
}

.carousel-left__left {
  order: 1;
  width: 50%;
}

.carousel-left__left--sm {
  padding-left: 35px;
}

.carousel-left__left img {
  display: block;
}

.carousel-left__right {
  width: 50%;
  padding-bottom: 50px;
}

.carousel-left__desc {
  max-width: 495px;
  margin-top: 220px;
}

.carousel-left__desc--two {
  margin-top: 288px;
}

.carousel-left__desc--three {
  margin-top: 357px;
}

.carousel-left__desc .link {
  margin-top: 55px;
}

.carousel-left__text {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #E5E5E5;
}

.carousel-left .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.carousel-left .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.carousel-left .slick-arrow.prev {
  right: calc(50% + 107px);
}

.carousel-left .slick-arrow.next {
  right: calc(50% + 50px);
}

.carousel-left .slick-arrow:hover svg {
  fill: #fff;
}

.carousel-left .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 50%;
  bottom: 15px;
}

.carousel-left .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.carousel-left .slick-dots li.slick-active {
  border-color: #fff;
}

.carousel-left .slick-dots li.slick-active button {
  background: #FFFFFF;
}

.carousel-left .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.carousel-left--empty .carousel-left__left {
  margin-left: 50%;
}

.carousel-left--empty .slick-arrow.prev {
  right: calc(65% + 100px);
}

.carousel-left--empty .slick-arrow.next {
  right: calc(65% + 30px);
}

/*------------------------------ info ----------------------------------*/

.info {
  margin-bottom: 300px;
}

.info__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info__row--reverse .info__left {
  order: 1;
}

.info__row--reverse .info__right {
  padding-left: 0;
  padding-right: 20px;
}

.info__left {
  width: 50%;
}

.info__right {
  width: 50%;
  padding-left: 20px;
}

.info .carousel-text {
  margin-top: 0;
}

/*------------------------------ location ----------------------------------*/

.location {
  margin-bottom: 300px;
}

.location__title {
  margin: 0 0 100px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*------------------------------ layouts ----------------------------------*/

.layouts {
  margin-bottom: 300px;
}

.layouts__title {
  margin: 0 0 100px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.layouts__desc {
  max-width: 904px;
  margin: 0 auto 120px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #E5E5E5;
}

.layouts__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.layouts__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 50px 25px;
  background-color: transparent;
  transition: all 0.3s linear;
}

.layouts__item:hover {
  background-color: #84708e;
}

.layouts__item:first-child:hover {
  background-color: #84708e;
}

.layouts__item:last-child:hover {
  background-color: #84708e;
}

.layouts__icon {
  height: 140px;
  margin-bottom: 35px;
  text-align: center;
}

.layouts__icon img {
  max-width: 100%;
  max-height: 100%;
}

.layouts__name {
  margin: 0 0 10px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 53px;
  line-height: 1.07;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.layouts__name--sm {
  font-size: 40px;
}

.layouts__name--sm {
  font-size: 40px;
}

.layouts__price {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #E5E5E5;
}

/*------------------------------ deal ----------------------------------*/

.deal {
  margin-bottom: 300px;
}

.deal__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}

.deal__title {
  margin: 0;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.deal__links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.deal__links a {
  display: block;
  margin-bottom: 10px;
}

.deal__links a:last-child {
  margin-bottom: 0;
}

.deal__row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 356px;
}

.deal__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 60px;
  background-color: transparent;
  transition: all 0.3s linear;
}

.deal__item:hover {
  background-color: #84708e;
}

.deal__item:first-child:hover {
  background-color: #84708e;
}

.deal__item:last-child:hover {
  background-color: #84708e;
}

.deal__name {
  margin: 0 0 auto;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #DCDAE7;
}

.deal__num {
  margin: 0 0 15px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 52px;
  line-height: 1.07;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.deal__desc {
  margin: 0;
  font-size: 22px;
  color: #E5E5E5;
}

/*------------------------------ comfort-carousel ----------------------------------*/

.comfort-carousel {
  margin: 0 -10px;
}

.comfort-carousel .item {
  padding: 0 10px;
}

.comfort-carousel__img {
  height: 443px;
  margin-bottom: 65px;
}

.comfort-carousel__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comfort-carousel__desc {
  width: calc(100% - 370px);
}

.comfort-carousel__desc p {
  margin: 0 0 50px;
  font-size: 20px;
  line-height: 1.5;
  color: #E5E5E5;
}

.comfort-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 510px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.comfort-carousel .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.comfort-carousel .slick-arrow.prev {
  right: 86px;
}

.comfort-carousel .slick-arrow.next {
  right: 30px;
}

.comfort-carousel .slick-arrow:hover svg {
  fill: #fff;
}

.comfort-carousel .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 398px;
}

.comfort-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.comfort-carousel .slick-dots li.slick-active {
  border-color: #fff;
}

.comfort-carousel .slick-dots li.slick-active button {
  background: #FFFFFF;
}

.comfort-carousel .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

/*------------------------------ map ----------------------------------*/

.map {
  position: relative;
  height: 751px;
}

.map .js-map {
  height: 100%;
  width: 100%;
}

.map__complex {
  position: absolute;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/map.jpg) center no-repeat;
  background-size: cover;
}

.map__item {
  position: absolute;
  width: 1px;
  height: 1px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.map__item:first-child {
  top: 688px;
  left: calc(50% - 200px);
}

.map__item:nth-child(2) {
  top: 538px;
  left: calc(50% + 100px);
}

.map__item:nth-child(3) {
  top: 698px;
  left: calc(50% + 50px);
}

.map__item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #5C4E63;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.map__item::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.map__item:hover::before {
  width: 52px;
  height: 52px;
  background: rgba(92, 78, 99, 0.3);
}

.map__item:hover::after {
  width: 30px;
  height: 30px;
  background: #5C4E63;
}

.map__baloon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: none;
  position: absolute;
  right: -124px;
  bottom: calc(100% + 30px);
  width: 552px;
  height: 261px;
  padding-bottom: 24px;
  background: url(../img/icons/baloon.svg) center no-repeat;
  background-size: contain;
}

.map__baloon > img {
  width: 200px;
  height: 100%;
  object-fit: cover;
}

.map__desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 200px);
  padding: 15px 30px 15px 40px;
}

.map__desc p {
  color: #222722;
  font-size: 16px;
}

.map__desc p:first-child {
  margin: 0 0 18px;
  font-family: 'Gotham Pro Medium';
  letter-spacing: 0.2px;
  font-weight: 500;
  text-transform: uppercase;
}

.map__desc p:nth-child(2) {
  font-family: 'Gotham Pro Light';
  font-weight: 300;
  line-height: 1.5;
}

.map__desc p:last-child {
  margin: 0;
}

.map .route {
  bottom: 75px;
}

/*------------------------------ route ----------------------------------*/

.route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 1000;
  right: calc((100% - 1500px) / 2 + 15px);
}

.route__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: #5C4E63;
  transition: all 0.3s linear;
}

.route__icon svg {
  width: 22px;
  height: 25px;
  fill: #fff;
}

.route span {
  color: #ffffff;
  font-family: 'Gotham Pro Medium';
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s linear;
}

.route:hover .route__icon {
  background-color: #84708e;
}

.route:hover span {
  opacity: 0.6;
}

/*------------------------------ baloon-close ----------------------------------*/

.baloon-close {
  display: none;
  position: absolute;
  z-index: 10;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
}

.baloon-close svg {
  width: 100%;
  height: 100%;
  fill: #4f4355;
}

/*------------------------------ compass ----------------------------------*/

.compass {
  position: absolute;
  bottom: 50px;
  right: calc((100% - 1500px) / 2);
  width: 146px;
  height: 156px;
  transform: rotate(13.55deg);
}

.compass img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*------------------------------ mod-floors ----------------------------------*/

.mod-floors__floor {
  display: none;
  position: absolute;
  z-index: 6000;
  left: 0;
  width: 336px;
  padding: 30px;
  background-color: #ffffff;
}

.mod-floors__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 57, 68, 0.2);
}

.mod-floors__header p {
  margin: 0;
  color: #003944;
  font-family: "Gotham Pro Light", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.mod-floors__header p span {
  font-family: "Gotham Pro Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.mod-floors__flats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.mod-floors__flats:last-child {
  margin-bottom: 0;
}

.mod-floors__flats p {
  margin: 0;
  color: #003944;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.mod-floors__flats p span {
  font-family: "Gotham Pro Medium", sans-serif;
  font-weight: 500;
}

.mod-floors__flats p:first-child {
  width: 100%;
  margin-bottom: 5px;
  font-family: "Gotham Pro Medium", sans-serif;
  font-weight: 500;
}

.mod-floors__flats p:last-child {
  margin-left: auto;
}

.mod-floors__close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}

.mod-floors__close svg {
  width: 100%;
  height: 100%;
  fill: #003944;
}

.mod-floors__btn {
  display: none;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #003944;
  color: #003944;
  font-family: "Gotham Pro Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/*------------------------------ floors ----------------------------------*/

.floors {
  width: 184px;
}

.floors .filter__section {
  margin-bottom: 0;
}

/*------------------------------ flats ----------------------------------*/

.flats__title {
  margin: 0 0 20px;
  font-family: 'Gotham Pro Bold';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}

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

.flats__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 60px;
}

.flats__item span {
  margin: 0 5px;
  font-size: 14px;
  line-height: 1.3;
  color: #FFFFFF;
}

.flats__icon {
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

/*------------------------------ mod-flats ----------------------------------*/

.mod-flats__item {
  display: none;
  position: absolute;
  z-index: 6000;
  left: 0;
  width: 342px;
  padding: 30px;
  background-color: #ffffff;
}

.mod-flats__name {
  margin: 0 0 20px;
  font-family: "Gotham Pro Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #222722;
}

.mod-flats__row {
  display: flex;
  flex-wrap: wrap;
}

.mod-flats__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 30px;
  margin-bottom: 20px;
}

.mod-flats__info span {
  font-family: "Gotham Pro Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: #222722;
}

.mod-flats__info span:nth-child(2) {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.mod-flats__close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}

.mod-flats__close svg {
  width: 100%;
  height: 100%;
  fill: #222722;
}

.mod-flats__btn {
  display: none;
  width: 100%;
  border-bottom: 2px solid #222722;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #222722;
}

/*------------------------------ flat ----------------------------------*/

.flat {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 300px;
}

.flat__left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 6 - 30px);
}

.flat__right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% / 12 * 4.2 - 30px);
  margin-left: calc(100% / 12 * 1.8 + 15px);
}

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

.flat__request {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #FFFFFF;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.flat__request:hover {
  opacity: 0.6;
}

.flat__pdf {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.flat__pdf img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 16px;
}

.flat__pdf span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s linear;
}

.flat__pdf:hover span {
  color: #fff;
}

.flat__link {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.flat__link:hover {
  opacity: 0.6;
}

/*------------------------------ flat-gallery ----------------------------------*/

.flat-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 488px;
  padding: 50px;
  background: #5C4E63;
}

.flat-gallery__item img {
  max-width: 100%;
  max-height: 100%;
}

.flat-gallery .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.flat-gallery .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.flat-gallery .slick-arrow.prev {
  right: -70px;
}

.flat-gallery .slick-arrow.next {
  right: -126px;
}

.flat-gallery .slick-arrow:hover svg {
  fill: #fff;
}

.flat-gallery .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 15px;
}

.flat-gallery .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.flat-gallery .slick-dots li.slick-active {
  border-color: #fff;
}

.flat-gallery .slick-dots li.slick-active button {
  background: #FFFFFF;
}

.flat-gallery .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

/*------------------------------ flat-info ----------------------------------*/

.flat-info {
  margin-bottom: 60px;
}

.flat-info__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.flat-info__row:last-child {
  margin-bottom: 0;
}

.flat-info__label {
  color: rgba(229, 229, 229, 0.5);
}

.flat-info__value {
  font-family: sans-serif;
  letter-spacing: 1px;
  color: #e5e5e5;
}

/*------------------------------ flat-cost ----------------------------------*/

.flat-cost {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}

.flat-cost__price {
  flex: none;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #E5E5E5;
}

.flat-cost__mortgage {
  font-size: 18px;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #E5E5E5;
  transition: all 0.3s linear;
}

.flat-cost__mortgage:hover {
  opacity: 0.6;
}

/*------------------------------ flat-location ----------------------------------*/

.flat-location {
  margin-bottom: 300px;
}

.flat-location__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 120px;
}

.flat-location__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 889px;
  margin: 0;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.flat-location__title span:nth-child(2) {
  align-self: flex-end;
}

.flat-location__more {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.flat-location__scheme img {
  width: 100%;
}

/*------------------------------ calc ----------------------------------*/

.calc {
  margin-bottom: 300px;
}

.calc__title {
  margin: 0 0 120px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

/*------------------------------ advant ----------------------------------*/

.advant {
  margin-bottom: 260px;
}

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

.advant__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 70px 65px 40px;
  background-color: transparent;
  text-align: center;
  transition: all 0.3s linear;
}

.advant__item:hover {
  background-color: #84708e;
}

.advant__item:nth-child(3n - 2):hover {
  background-color: #84708e;
}

.advant__item:nth-child(3n):hover {
  background-color: #84708e;
}

.advant__num {
  display: block;
  margin-bottom: 16px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 75px;
  line-height: 1.07;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.advant__text {
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
}

/*------------------------------ commerc ----------------------------------*/

.commerc {
  margin-bottom: 150px;
}

.commerc__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  max-width: 983px;
  margin: 0 auto 120px;
  font-family: 'HeliosExt';
  font-weight: 700;
  font-size: 64px;
  line-height: 1.07;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.commerc__title span:nth-child(2) {
  align-self: flex-end;
}

.commerc__img {
  margin-bottom: 65px;
}

.commerc__img img {
  display: block;
  width: 100%;
}

.commerc__desc {
  max-width: 1182px;
}

.commerc__desc p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
}

/*------------------------------ advantwo ----------------------------------*/

.advantwo {
  margin-bottom: 150px;
}

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

.advantwo__item {
  width: 25%;
  padding: 60px 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: transparent;
  transition: all 0.3s linear;
}

.advantwo__item:hover {
  background-color: #84708e;
}

.advantwo__item:nth-child(2):hover {
  background-color: #84708e;
}

.advantwo__item:nth-child(3):hover {
  background-color: #84708e;
}

/*------------------------------ parking ----------------------------------*/

.parking {
  margin-bottom: 150px;
}

.parking__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.parking__toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-right: 120px;
}

.parking__toggle a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 45px;
  border: 1px solid #FFFFFF;
  font-family: 'Gotham Pro Light';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.parking__toggle a:first-child {
  margin-right: 20px;
}

.parking__toggle a.active,
.parking__toggle a:hover {
  border-color: #5C4E63;
  background: #5C4E63;
}

.parking__plan {
  height: 945px;
}

.parking__plan svg {
  width: 100%;
  height: 100%;
}

/*------------------------------ p-floor ----------------------------------*/

.p-floor__label {
  display: block;
  margin-bottom: 20px;
  font-family: 'Gotham Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.p-floor__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.p-floor__row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 39px;
  font-family: 'Gotham Pro Light';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.p-floor__row a:first-child {
  margin-right: 20px;
}

.p-floor__row a.active,
.p-floor__row a:hover {
  background: #5C4E63;
}

/*------------------------------ status ----------------------------------*/

.status {
  margin-left: auto;
}

.status__label {
  display: block;
  margin-bottom: 20px;
  font-family: 'Gotham Pro Medium';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}

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

.status__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 30px;
  font-size: 14px;
  color: #FFFFFF;
}

.status__item:first-child {
  margin-left: 0;
}

.status__item:first-child .status__icon {
  background: #222722;
  border: 1px solid #FFFFFF;
}

.status__item:nth-child(2) .status__icon {
  background: rgba(196, 196, 196, 0.25);
}

.status__item:nth-child(3) .status__icon {
  background: rgba(92, 78, 99, 0.6);
}

.status__icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

/*------------------------------ mod-parking ----------------------------------*/

.mod-parking__item {
  display: none;
  position: absolute;
  z-index: 6000;
  left: 0;
  width: 342px;
  padding: 30px;
  background-color: #ffffff;
}

.mod-parking__name {
  margin: 0 0 20px;
  font-family: "Gotham Pro Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #222722;
}

.mod-parking__row {
  display: flex;
  flex-wrap: wrap;
}

.mod-parking__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 30px;
  margin-bottom: 20px;
}

.mod-parking__info span {
  font-family: "Gotham Pro Light";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: #222722;
}

.mod-parking__info span:nth-child(2) {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.mod-parking__btn {
  display: inline-block;
  border-bottom: 2px solid #222722;
  font-family: 'Gotham Pro Bold';
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #222722;
}

.mod-parking__close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}

.mod-parking__close svg {
  width: 100%;
  height: 100%;
  fill: #222722;
}

/*------------------------------ contacts ----------------------------------*/

.contacts {
  position: relative;
  height: 750px;
  margin-bottom: 150px;
}

.contacts .map {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.contacts__content {
  position: absolute;
  z-index: 100;
  top: 55px;
  right: calc((100% - 1500px) / 2 + 15px);
  width: 490px;
  padding: 80px;
  background: #5C4E63;
}

.contacts__btn {
  display: inline-block;
  margin-top: 50px;
  border-bottom: 2px solid #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.contacts__btn:hover {
  opacity: 0.6;
}

.contacts .route {
  bottom: 70px;
}

.contacts .f-contacts__tel {
  font-size: 20px;
}

.contacts .social {
  justify-content: flex-start;
  margin-bottom: 0;
}

/*------------------------------ modal ----------------------------------*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(92, 78, 99, 0.7);
  z-index: 9900;
  overflow-y: auto;
}

.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 930px;
  padding: 80px;
  background: #fff;
  z-index: 9999;
}

.modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 18px;
  height: 18px;
}

.modal__close svg {
  width: 100%;
  height: 100%;
  fill: #222722;
}

.modal__title {
  margin: 0 0 12px;
  font-family: 'HeliosExt';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #222722;
}

.modal__subtitle {
  margin: 0;
  font-size: 14px;
  color: #222722;
}

.modal form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}

.modal .form-group {
  width: calc(50% - 25px);
  margin-bottom: 40px;
}

.modal__btn {
  height: 35px;
  margin-top: 20px;
  padding: 0;
  border: none;
  border-bottom: 2px solid #222722;
  background-color: transparent;
  font-family: 'Gotham Pro Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #222722;
  cursor: pointer;
  transition: all 0.3s linear;
}

.modal__btn:hover {
  opacity: 0.6;
}

.modal__text {
  max-width: 405px;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(34, 39, 34, 0.5);
}

.modal__text a {
  color: rgba(34, 39, 34, 0.5);
  transition: all 0.3s linear;
}

.modal__text a:hover {
  color: #222722;
}

.modal__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

/*------------------------------ datetime ----------------------------------*/

.datetime {
  width: calc(50% - 25px);
  margin: 0 0 40px;
}

.datetime__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.datetime__select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: calc(50% - 20px);
  height: 40px;
  border-bottom: 1px solid rgba(34, 39, 34, 0.3);
}

.datetime__select .select {
  width: 100%;
}

/*------------------------------ select ----------------------------------*/

.select {
  display: block;
  width: 100%;
  position: relative;
}

.new-select {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 10px;
  border: none;
  font-family: 'Gotham Pro Light';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #222722;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.new-select__list {
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  cursor: pointer;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 200;
  border: 1px solid rgba(34, 39, 34, 0.3);
  box-sizing: border-box;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 18px;
  -webkit-user-select: none;
  user-select: none;
  scrollbar-width: thin;
  scrollbar-color: #5C4E63 rgba(92, 78, 99, 0.3);
}

.new-select__list::-webkit-scrollbar {
  width: 4px;
}

.new-select__list::-webkit-scrollbar-track {
  background: rgba(3, 48, 61, 0.3);
}

.new-select__list::-webkit-scrollbar-thumb {
  background-color: #05424e;
  border-radius: 2px;
  border: none;
}

.new-select__list.on {
  display: block;
}

.new-select__item {
  padding: 0;
  color: #222722;
  font-family: 'Gotham Pro Light';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}

.new-select__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin: 0;
  border-bottom: 1px solid rgba(34, 39, 34, 0.3);
  text-align: center;
  transition: all 0.3s linear;
}

.new-select__item:last-child span {
  border-bottom: none;
}

.new-select__item:hover {
  color: #fff;
  background: #5C4E63;
}

.new-select::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 2px;
  background: url('../img/icons/chevron.svg') no-repeat right center;
  background-size: contain;
  transition: all 0.27s ease-in-out;
  transform: rotate(0deg);
}

.new-select.on {
  border-color: #9fbfc6 !important;
}

.new-select.on::after {
  transform: rotateX(180deg);
}

/*------------------------------ carousel ----------------------------------*/

.carousel img {
  display: block;
}

.carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

.carousel .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}

.carousel .slick-arrow.prev {
  right: -67px;
}

.carousel .slick-arrow.next {
  right: -124px;
}

.carousel .slick-arrow:hover svg {
  fill: #fff;
}

.carousel .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 15px;
}

.carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.carousel .slick-dots li.slick-active {
  border-color: #fff;
}

.carousel .slick-dots li.slick-active button {
  background: #FFFFFF;
}

.carousel .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.carousel--right .slick-arrow.prev {
  left: -122px;
}

.carousel--right .slick-arrow.next {
  left: -66px;
}

/*------------------------------ carousel-text ----------------------------------*/

.carousel-text {
  margin-top: 310px;
}

.carousel-text__item {
  max-width: 495px;
  margin-left: auto;
}

.carousel-text--left .carousel-text__item {
  margin-left: 0;
}

.carousel-text p {
  margin: 0 0 50px;
  font-size: 20px;
  line-height: 1.5;
  color: #E5E5E5;
}

/*------------------------------ show ----------------------------------*/

.show {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(92, 78, 99, 0.7);
}

.show__item {
  position: absolute;
  width: 500px;
  height: 300px;
  opacity: 0;
}

.show__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.show__item:first-child {
  top: 5%;
  left: 5%;
  animation: opacity 6s ease-in-out infinite;
}

.show__item:nth-child(2) {
  bottom: 5%;
  right: 5%;
  animation: opacity 5.5s ease-in-out infinite;
  animation-delay: 3s;
}

.show__item:nth-child(3) {
  top: 15%;
  right: 10%;
  animation: opacity 5.2s ease-in-out infinite;
  animation-delay: 9s;
}

.show__item:nth-child(4) {
  bottom: 15%;
  left: 15%;
  animation: opacity 5s ease-in-out infinite;
  animation-delay: 6s;
}

.show__item:nth-child(5) {
  top: 15%;
  left: 20%;
  animation: opacity 4.8s ease-in-out infinite;
  animation-delay: 12s;
}

.show__item:nth-child(6) {
  top: 25%;
  left: 45%;
  animation: opacity 6s ease-in-out infinite;
  animation-delay: 6s;
}

.show__item:nth-child(7) {
  bottom: 10%;
  left: 35%;
  animation: opacity 5.7s ease-in-out infinite;
  animation-delay: 3s;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1779px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mort-filter__col {
    width: calc(100% / 12 * 3 - 30px);
  }

  .mort-filter__col {
    margin-right: calc(100% / 12 * 1 + 15px);
  }

  .parking {
    position: relative;
  }
}

@media screen and (max-width: 1499px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 1170px;
  }

  h2 {
    font-size: 52px;
  }

  .footer__left {
    width: calc(100% / 12 * 4 - 30px);
  }

  .footer__right {
    width: calc(100% / 12 * 3 - 30px);
  }

  .bottom__left {
    width: calc(100% / 12 * 4 - 30px);
  }

  .bottom__center {
    width: calc(100% / 12 * 5 - 30px);
  }

  .bottom__right {
    width: calc(100% / 12 * 3 - 30px);
  }

  .modal-menu__footer {
    align-items: flex-start;
  }

  .modal-menu .f-contacts__tel {
    margin-right: 50%;
    margin-bottom: 40px;
  }

  .modal-menu .f-contacts__addr {
    margin: 0 30px 0 0;
  }

  .title {
    flex-direction: column;
    align-items: flex-start;
  }

  .title span {
    align-self: flex-start;
    margin-left: 0;
    margin-top: 10px;
  }

  .journal__item span:first-child {
    padding-right: 0;
  }

  .gallery {
    margin-bottom: 150px;
  }

  .gallery__title {
    margin-bottom: 80px;
  }

  .gallery--half .gallery__title {
    width: 100%;
    margin-bottom: 80px;
  }

  .gallery-carousel {
    margin: 0 -15px;
  }

  .gallery-carousel .item {
    padding: 0 15px;
  }

  .gallery-carousel .item img {
    height: 620px;
  }

  .gallery-carousel .slick-arrow {
    top: -110px;
  }

  .gallery-carousel-two {
    margin: 0 -15px;
  }

  .gallery-carousel-two .item {
    padding: 0 15px;
  }

  .gallery-carousel-two .item img {
    height: 620px;
  }

  .title-link {
    margin-left: 0;
    margin-top: 30px;
  }

  .banks {
    justify-content: center;
    height: auto;
  }

  .finance__left {
    width: calc(100% / 12 * 12 - 30px);
  }

  .finance__left {
    margin-bottom: 40px;
  }

  .finance__right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .capital__item {
    padding-right: 0;
  }

  .apart-qnt__row span {
    font-size: 180px;
  }

  .comfort-tabs__nav li a {
    font-size: 30px;
  }

  .section {
    padding-top: 0;
  }

  .section__title {
    margin-bottom: 52px;
    margin-right: 0;
  }

  .section__title--right {
    margin-left: calc(100% / 6);
  }

  .section__title--right-flex-three {
    margin-left: calc(100% / 6);
  }

  .section__title--right-flex-two {
    margin-left: calc(100% / 6);
  }

  .section__title--right-flex-two span:first-child {
    align-self: center;
  }

  .section__title--right-flex-two span:nth-child(2) {
    align-self: flex-end;
  }

  .carousel-left__desc {
    margin-top: 28px;
  }

  .carousel-left__desc--two {
    margin-top: 28px;
  }

  .carousel-left__desc--three {
    margin-top: 28px;
  }

  .layouts__name--sm {
    font-size: 36px;
  }

  .map {
    height: 700px;
  }

  .map__item:first-child {
    top: 488px;
    left: calc(50% - 150px);
  }

  .map__item:nth-child(2) {
    top: 358px;
    left: calc(50% + 75px);
  }

  .map__item:nth-child(3) {
    top: 598px;
    left: calc(50% + 30px);
  }

  .route {
    right: calc((100% - 1170px) / 2 + 15px);
  }

  .compass {
    right: calc((100% - 1170px) / 2);
  }

  .mod-floors__floor {
    position: fixed;
    bottom: 0;
    left: calc(50% - 168px);
  }

  .mod-floors__close {
    display: block;
  }

  .mod-floors__btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mod-flats__item {
    position: fixed;
    bottom: 0;
    left: calc(50% - 168px);
  }

  .mod-flats__close {
    display: block;
  }

  .mod-flats__btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flat__right {
    width: calc(100% / 12 * 6 - 30px);
  }

  .flat__right {
    margin-left: calc(100% / 12 * 0 + 15px);
  }

  .flat-gallery .slick-arrow {
    bottom: -40px;
  }

  .flat-gallery .slick-arrow.prev {
    right: 70px;
  }

  .flat-gallery .slick-arrow.next {
    right: 0;
  }

  .flat-location__title {
    width: 80%;
    margin-bottom: 24px;
  }

  .mod-parking__item {
    position: fixed;
    bottom: 0;
    left: calc(50% - 168px);
  }

  .contacts__content {
    right: calc((100% - 1170px) / 2 + 15px);
  }

  .carousel-text {
    margin-top: 28px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 960px;
  }

  h1 {
    font-size: 70px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 14px;
  }

  .banner {
    height: 900px;
  }

  .banner--project {
    height: 1100px;
    background-position: left center;
  }

  .banner--project .banner__title {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .modal-menu__left {
    width: calc(100% / 12 * 8 - 30px);
  }

  .modal-menu__right {
    width: calc(100% / 12 * 4 - 30px);
  }

  .journal__header {
    padding-bottom: 45px;
  }

  .journal__header span {
    font-size: 15px;
    letter-spacing: normal;
  }

  .journal__header span:first-child {
    width: calc(100% / 12 * 5.1 - 30px);
  }

  .journal__header span:first-child {
    padding-left: 0;
  }

  .journal__header span:nth-child(2) {
    width: calc(100% / 12 * 3.5 - 30px);
  }

  .journal__header span:nth-child(3) {
    width: calc(100% / 12 * 2 - 30px);
  }

  .journal__header span:nth-child(4) {
    width: calc(100% / 12 * 1.4 - 30px);
  }

  .journal__item span {
    font-size: 16px;
  }

  .journal__item span:first-child {
    width: calc(100% / 12 * 5.1 - 30px);
  }

  .journal__item span:first-child {
    padding-left: 0;
  }

  .journal__item span:nth-child(2) {
    width: calc(100% / 12 * 3.5 - 30px);
  }

  .journal__item span:nth-child(3) {
    width: calc(100% / 12 * 2 - 30px);
  }

  .journal__item span:nth-child(4) {
    width: calc(100% / 12 * 1.4 - 30px);
  }

  .gallery-carousel-two .item img {
    height: 540px;
  }

  .gallery-carousel-two .item img.sm {
    height: 540px;
  }

  .online {
    padding-top: 0;
  }

  .online__nav li a {
    font-size: 28px;
  }

  .howbuy__nav {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
  }

  .howbuy__nav li {
    width: auto;
  }

  .howbuy__nav li {
    display: inline-block;
  }

  .howbuy__nav li:last-child {
    margin-right: 15px;
  }

  .howbuy__nav li a {
    height: 70px;
    padding: 0 30px;
    font-size: 14px;
  }

  .mort-filter__col {
    width: calc(100% / 12 * 4 - 30px);
  }

  .mort-filter__col {
    margin-right: calc(100% / 12 * 0 + 15px);
  }

  .capital__item {
    width: calc(100% / 12 * 6 - 30px);
  }

  .choosing__left {
    width: 100%;
    order: 1;
    margin-top: 40px;
  }

  .filter {
    padding: 30px;
  }

  .filter__toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
  }

  .filter__wrap {
    display: none;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .comfort-tabs__nav {
    margin: 0 -15px 45px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .comfort-tabs__nav li {
    flex-grow: 0;
    width: auto;
    min-width: 280px;
    margin: 0 15px;
  }

  .features__num {
    font-size: 44px;
  }

  .carousel-left__desc {
    max-width: 267px;
  }

  .carousel-left__text {
    font-size: 16px;
  }

  .deal__title {
    margin-bottom: 40px;
  }

  .deal__row {
    height: auto;
  }

  .deal__item {
    padding: 0 40px;
  }

  .deal__item:last-child:hover {
    background-color: transparent;
  }

  .deal__name {
    margin-bottom: 62px;
  }

  .deal__num {
    font-size: 36px;
  }

  .deal__desc {
    font-size: 18px;
  }

  .comfort-carousel__desc p {
    font-size: 16px;
  }

  .map__baloon > img {
    width: 100%;
    height: 350px;
  }

  .map__desc {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .map__desc p:first-child {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .map__desc p:nth-child(2) {
    font-size: 13px;
  }

  .route {
    right: calc((100% - 960px) / 2 + 15px);
  }

  .route__icon {
    width: 65px;
    height: 65px;
  }

  .baloon-close {
    display: block;
  }

  .compass {
    right: calc((100% - 960px) / 2);
  }

  .flat {
    margin-bottom: 150px;
  }

  .flat-location {
    margin-bottom: 150px;
  }

  .advant__item {
    width: 50%;
  }

  .advantwo__item {
    width: 50%;
    padding: 50px;
  }

  .parking__toggle {
    margin-right: 60px;
  }

  .parking__plan {
    height: auto;
    margin: 0 -15px;
    overflow-x: auto;
  }

  .parking__plan svg {
    width: 1030px;
    height: 688px;
    margin: 0 15px;
  }

  .contacts__content {
    right: calc((100% - 960px) / 2 + 15px);
    width: 320px;
    padding: 30px;
  }

  .contacts__btn {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .contacts .f-contacts {
    margin-bottom: 25px;
  }

  .carousel-text__item {
    max-width: 267px;
  }

  .carousel-text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 710px;
  }

  .header {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .header--abs {
    top: 40px;
    margin-top: 0;
  }

  .header__wrap {
    width: 710px;
  }

  .header__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .header__left {
    width: calc(100% / 12 * 4.5 - 30px);
  }

  .header__left {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header__right {
    width: calc(100% / 12 * 7.5 - 30px);
  }

  .header__right {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 15px;
    margin-right: 15px;
  }

  .banner {
    margin-bottom: 100px;
  }

  .banner__title {
    margin-bottom: 50px;
  }

  .banner__link {
    font-size: 14px;
  }

  .banner--project .banner__title {
    font-size: 52px;
  }

  .menu-btn {
    margin-right: auto;
  }

  .logo {
    width: 166px;
    height: 31px;
  }

  .tel {
    order: 1;
    width: 20px;
    height: 20px;
    margin-right: 0;
    margin-left: 50px;
    font-size: 0;
    background: url(../img/icons/phone.svg) center no-repeat;
    background-size: contain;
  }

  .select-link {
    margin-right: 30px;
    margin-left: auto;
    font-size: 12px;
  }

  .threed-link {
    font-size: 12px;
  }

  .footer {
    padding-bottom: 44px;
  }

  .footer__row {
    margin-bottom: 60px;
  }

  .footer__left {
    width: calc(100% / 12 * 6 - 30px);
  }

  .footer__center {
    width: calc(100% / 12 * 6 - 30px);
  }

  .footer__right {
    width: calc(100% / 12 * 6 - 30px);
  }

  .footer__right {
    margin-left: calc(100% / 12 * 6 + 15px);
  }

  .footer__right {
    margin-top: 20px;
  }

  .bottom {
    align-items: center;
  }

  .bottom__left {
    width: calc(100% / 12 * 6 - 30px);
  }

  .bottom__center {
    width: calc(100% / 12 * 12 - 30px);
  }

  .bottom__center {
    order: 1;
    margin-top: 30px;
  }

  .bottom__right {
    width: calc(100% / 12 * 6 - 30px);
  }

  .bottom .logo {
    width: 220px;
    height: 42px;
  }

  .bottom__text {
    font-size: 12px;
  }

  .bottom__privacy {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .bottom__dev {
    font-size: 12px;
  }

  .f-contacts {
    margin-bottom: 40px;
  }

  .f-contacts__tel {
    font-size: 22px;
  }

  .f-contacts__addr {
    font-size: 12px;
  }

  .f-contacts__info {
    font-size: 12px;
  }

  .f-menu__list {
    margin-right: 50px;
  }

  .f-menu__item {
    margin-bottom: 18px;
  }

  .f-menu__link {
    font-size: 12px;
  }

  .f-links {
    flex-direction: row;
  }

  .f-links__item {
    margin-bottom: 0;
    margin-right: 45px;
  }

  .modal-menu {
    padding-top: 40px;
  }

  .modal-menu__close {
    width: 22px;
    height: 22px;
  }

  .modal-menu__left {
    width: calc(100% / 12 * 12 - 30px);
  }

  .modal-menu__right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .modal-menu .f-links {
    justify-content: flex-start;
  }

  .modal-menu .f-links__item {
    margin-right: 40px;
  }

  .modal-menu .f-contacts__tel {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .menu {
    margin-bottom: 50px;
  }

  .menu__link {
    font-size: 22px;
  }

  .breadcrumbs {
    margin-bottom: 50px;
  }

  .title {
    font-size: 52px;
  }

  .title {
    margin-bottom: 50px;
  }

  .title span {
    font-size: 16px;
  }

  .journal__header {
    padding-bottom: 20px;
  }

  .journal__header span {
    font-size: 12px;
    letter-spacing: normal;
  }

  .journal__item {
    padding: 15px 0;
  }

  .journal__item span {
    font-size: 14px;
  }

  .gallery-carousel .item img {
    height: 400px;
  }

  .gallery-carousel-two .item img {
    height: 400px;
  }

  .gallery-carousel-two .item img.sm {
    height: 400px;
  }

  .progress__date {
    width: 100%;
    margin: 0 0 30px;
    font-size: 16px;
  }

  .progress__month {
    margin-left: 0;
  }

  .progress__month select {
    font-size: 16px;
  }

  .progress__years a {
    font-size: 16px;
  }

  .howbuy__text p {
    font-size: 16px;
  }

  .howbuy__title {
    text-align: center;
    font-size: 80px;
  }

  .mortgage__link {
    margin-right: 35px;
    font-size: 15px;
  }

  .banks {
    height: 75px;
    margin-bottom: 70px;
  }

  .mort-filter__label {
    font-size: 15px;
  }

  .mort-filter__val {
    font-size: 24px;
  }

  .finance__row {
    margin-bottom: 80px;
  }

  .finance__text p {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .consult__text {
    font-size: 15px;
  }

  .consult__tel {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .consult__link {
    font-size: 14px;
  }

  .capital__text {
    font-size: 16px;
  }

  .docs__title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .fplan__scheme {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .fplan__scheme svg {
    width: 920px;
    height: auto;
  }

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

  .apart-qnt {
    margin-bottom: 100px;
  }

  .apart-qnt__row {
    margin-bottom: 20px;
  }

  .apart-qnt__row span {
    font-size: 120px;
  }

  .apart-qnt__text {
    font-size: 14px;
  }

  .info-links {
    margin-bottom: 80px;
  }

  .info-links__item {
    height: auto;
    font-size: 24px;
  }

  .comfort {
    margin-bottom: 60px;
  }

  .comfort__title {
    margin-bottom: 60px;
    font-size: 52px;
  }

  .link {
    font-size: 12px;
  }

  .comfort-tabs__nav li a {
    font-size: 24px;
  }

  .section {
    margin-bottom: 80px;
  }

  .section__title {
    font-size: 52px;
  }

  .section__title--right-flex-two {
    margin-left: 0;
  }

  .features {
    margin-bottom: 90px;
  }

  .features__row {
    height: 84px;
  }

  .features__text {
    font-size: 14px;
  }

  .about {
    margin-bottom: 150px;
  }

  .about__img {
    margin-bottom: 60px;
  }

  .about__img img {
    height: 340px;
    object-fit: cover;
  }

  .about__title {
    margin-bottom: 50px;
    font-size: 52px;
  }

  .about__row {
    height: auto;
  }

  .about__item {
    align-items: flex-start;
    padding: 0 19px;
  }

  .about__text {
    font-size: 14px;
  }

  .carousel-left__left img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }

  .carousel-left__desc .link {
    margin-top: 40px;
  }

  .carousel-left__text {
    font-size: 14px;
  }

  .carousel-left--empty .carousel-left__left {
    width: 65%;
    margin-left: 35%;
  }

  .carousel-left--empty .slick-dots {
    left: 35%;
  }

  .info {
    margin-bottom: 150px;
  }

  .location {
    margin-bottom: 265px;
  }

  .location__title {
    margin-bottom: 80px;
    font-size: 52px;
  }

  .layouts {
    margin-bottom: 150px;
  }

  .layouts__title {
    margin-bottom: 50px;
    font-size: 52px;
  }

  .layouts__desc {
    margin-bottom: 60px;
    font-size: 14px;
  }

  .layouts__item {
    justify-content: flex-start;
    padding: 0 30px;
  }

  .layouts__icon {
    width: 160px;
    height: 123px;
    margin-bottom: 40px;
  }

  .layouts__name {
    font-size: 28px;
  }

  .layouts__price {
    font-size: 12px;
  }

  .deal {
    margin-bottom: 150px;
  }

  .deal__header {
    margin-bottom: 60px;
  }

  .deal__title {
    font-size: 52px;
  }

  .deal__item {
    padding: 0 25px;
  }

  .deal__name {
    font-size: 12px;
  }

  .deal__num {
    font-size: 28px;
  }

  .deal__desc {
    font-size: 14px;
  }

  .comfort-carousel__img {
    height: 350px;
    margin-bottom: 45px;
  }

  .comfort-carousel__desc {
    width: calc(100% - 200px);
  }

  .comfort-carousel__desc p {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .comfort-carousel .slick-arrow {
    top: 385px;
  }

  .comfort-carousel .slick-dots {
    top: 305px;
  }

  .map {
    height: 455px;
  }

  .map__item:first-child {
    top: 250px;
    left: calc(50% - 90px);
  }

  .map__item:nth-child(2) {
    top: 150px;
    left: calc(50% + 20px);
  }

  .map__item:nth-child(3) {
    top: 300px;
    left: calc(50% + 5px);
  }

  .map__item::before {
    width: 19px;
    height: 19px;
  }

  .map__item::after {
    width: 5px;
    height: 5px;
  }

  .map__baloon {
    position: fixed;
    z-index: 8000;
    bottom: 55px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    flex-direction: column;
    flex-wrap: wrap;
    width: 296px;
    height: auto;
    padding: 0;
    background: #fff;
  }

  .map .route {
    bottom: -115px;
  }

  .route {
    right: calc((100% - 710px) / 2 + 15px);
  }

  .route span {
    font-size: 14px;
    letter-spacing: 2.8;
  }

  .compass {
    right: calc((100% - 710px) / 2);
  }

  .flat {
    justify-content: center;
  }

  .flat__left {
    width: calc(100% / 12 * 9 - 30px);
  }

  .flat__right {
    width: calc(100% / 12 * 9 - 30px);
  }

  .flat__right {
    margin-top: 80px;
  }

  .flat-location__title {
    font-size: 52px;
  }

  .calc {
    margin-bottom: 150px;
  }

  .calc__title {
    font-size: 52px;
  }

  .advant__text {
    font-size: 16px;
  }

  .commerc__title {
    font-size: 52px;
  }

  .commerc__desc p {
    font-size: 16px;
  }

  .advantwo__item {
    padding: 50px 20px;
    font-size: 16px;
  }

  .status {
    margin-left: 0;
    margin-top: 40px;
  }

  .contacts {
    height: auto;
    margin-bottom: 210px;
  }

  .contacts .map {
    position: relative;
    height: 416px;
  }

  .contacts__content {
    position: static;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 60px;
  }

  .contacts .route {
    bottom: -90px;
  }

  .modal__inner {
    width: calc(100% - 30px);
    max-width: 440px;
    padding: 40px;
  }

  .modal__close {
    top: 20px;
    right: 20px;
  }

  .modal .form-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .datetime {
    width: 100%;
  }

  .carousel img {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }

  .carousel-text__item {
    margin-left: 0;
  }

  .carousel-text p {
    margin-bottom: 35px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 540px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 12px;
  }

  .header__wrap {
    width: 540px;
  }

  .header__left {
    width: calc(100% / 12 * 8 - 30px);
  }

  .header__right {
    width: calc(100% / 12 * 4 - 30px);
  }

  .banner {
    height: 550px;
    margin-bottom: 80px;
    padding-top: 155px;
    background-position: 70% top;
  }

  .banner .container {
    justify-content: flex-start;
  }

  .banner__title {
    margin-bottom: 30px;
  }

  .banner__link {
    font-size: 12px;
  }

  .banner--project {
    height: 729px;
    margin-bottom: 80px;
    padding-top: 87px;
    background-position: 27% top;
  }

  .banner--project .banner__title {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 30px;
  }

  .banner--project .banner__text {
    max-width: 262px;
  }

  .banner--project .banner__text p {
    font-size: 12px;
  }

  .banner--project .banner__text p:first-child {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .banner--project .banner__text p:nth-child(2) {
    max-width: 241px;
  }

  .tel {
    margin-left: auto;
  }

  .select-link {
    display: none;
  }

  .threed-link {
    display: none;
  }

  .footer__left {
    width: calc(100% / 12 * 12 - 30px);
  }

  .footer__center {
    width: calc(100% / 12 * 12 - 30px);
  }

  .footer__right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .footer__right {
    margin-left: calc(100% / 12 * 0 + 15px);
  }

  .f-contacts {
    text-align: center;
  }

  .social {
    justify-content: center;
    margin-bottom: 50px;
  }

  .f-menu__list {
    width: 50%;
    margin-right: 0;
  }

  .f-links__item {
    width: 50%;
    max-width: 50%;
    margin-right: 0;
  }

  .modal-menu .f-links__item {
    width: auto;
  }

  .title {
    font-size: 30px;
  }

  .journal {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-bottom: 60px;
  }

  .journal__header {
    display: none;
  }

  .journal__header span:first-child {
    width: 100%;
    margin: 0;
  }

  .journal__header span:nth-child(2) {
    width: 100%;
    margin: 0;
  }

  .journal__header span:nth-child(3) {
    width: 100%;
    margin: 0;
  }

  .journal__header span:nth-child(4) {
    width: 100%;
    margin: 0;
  }

  .journal__item {
    flex-direction: column;
    margin-bottom: 10px;
    padding: 0;
  }

  .journal__item:nth-child(even) {
    background-color: transparent;
  }

  .journal__item span {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 10px 0;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .journal__item span:first-child {
    width: calc(100% / 12 * 12 - 30px);
  }

  .journal__item span:first-child {
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .journal__item span:nth-child(2) {
    width: calc(100% / 12 * 12 - 30px);
  }

  .journal__item span:nth-child(2) {
    width: 100%;
    margin: 0;
  }

  .journal__item span:nth-child(3) {
    width: calc(100% / 12 * 12 - 30px);
  }

  .journal__item span:nth-child(3) {
    width: 100%;
    margin: 0;
  }

  .journal__item span:nth-child(4) {
    width: calc(100% / 12 * 12 - 30px);
  }

  .journal__item span:nth-child(4) {
    width: 100%;
    margin: 0;
  }

  .journal__item span::before {
    content: attr(data-label);
    display: block;
    flex: none;
    width: 130px;
    padding-top: 2px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .gallery {
    margin-bottom: 120px;
  }

  .gallery:last-child {
    margin-bottom: 80px;
  }

  .gallery__title {
    margin-bottom: 60px;
  }

  .gallery-carousel .item img {
    height: 340px;
  }

  .gallery-carousel .slick-arrow {
    top: -70px;
    width: 16px;
    height: 16px;
    padding: 0;
  }

  .gallery-carousel .slick-arrow.prev {
    right: 61px;
  }

  .gallery-carousel .slick-arrow.next {
    right: 15px;
  }

  .gallery-carousel-one {
    padding-bottom: 34px;
  }

  .gallery-carousel-one .item img {
    height: 340px;
  }

  .gallery-carousel-one .slick-arrow {
    bottom: -8px;
    width: 16px;
    height: 16px;
    padding: 0;
  }

  .gallery-carousel-one .slick-arrow.prev {
    right: 46px;
  }

  .gallery-carousel-one .slick-arrow.next {
    right: 0;
  }

  .gallery-carousel-one .slick-dots {
    bottom: 44px;
  }

  .gallery-carousel-two {
    padding-bottom: 30px;
  }

  .gallery-carousel-two .item img {
    height: 340px;
  }

  .gallery-carousel-two .item img.sm {
    height: 340px;
  }

  .gallery-carousel-two .slick-arrow {
    width: 16px;
    height: 16px;
    padding: 0;
  }

  .gallery-carousel-two .slick-arrow.prev {
    right: 61px;
  }

  .gallery-carousel-two .slick-arrow.next {
    right: 15px;
  }

  .title-link {
    font-size: 16px;
  }

  .progress {
    margin-bottom: 80px;
  }

  .online {
    margin-bottom: 80px;
  }

  .online__nav {
    margin-bottom: 15px;
  }

  .online__nav li a {
    font-size: 24px;
  }

  .howbuy {
    margin-bottom: 80px;
  }

  .howbuy__title {
    margin-bottom: 25px;
    font-size: 48px;
  }

  .mortgage__footer {
    flex-direction: column;
  }

  .mortgage__link {
    margin-right: 0;
    margin-bottom: 35px;
  }

  .banks {
    display: block;
    white-space: nowrap;
    margin: 0 -15px 60px;
    padding: 0 15px;
    overflow-x: auto;
  }

  .banks__item {
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    height: 65px;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
  }

  .mort-filter {
    margin-bottom: 45px;
  }

  .mort-filter__col {
    width: calc(100% / 12 * 6 - 30px);
  }

  .mort-filter__col {
    margin-left: calc(100% / 12 * 3 + 15px);
  }

  .mort-filter__col {
    margin-right: calc(100% / 12 * 3 + 15px);
  }

  .mort-filter__col {
    margin-bottom: 40px;
  }

  .mort-filter__col:last-child {
    margin-bottom: 0;
  }

  .capital__item {
    width: calc(100% / 12 * 12 - 30px);
  }

  .docs__item span {
    font-size: 14px;
  }

  .docs__link {
    font-size: 14px;
  }

  .listing__price {
    width: 100%;
    margin-top: 14px;
    text-align: left;
  }

  .listing__center {
    width: 100%;
  }

  .apart-qnt {
    margin-bottom: 80px;
  }

  .apart-qnt__row {
    margin-bottom: 12px;
  }

  .apart-qnt__row span {
    font-size: 50px;
  }

  .apart-qnt__text {
    font-size: 12px;
  }

  .info-links__item {
    font-size: 20px;
  }

  .comfort__title {
    font-size: 30px;
  }

  .link {
    font-size: 11px;
  }

  .comfort-tabs__nav {
    margin-bottom: 20px;
  }

  .comfort-tabs__nav li {
    min-width: 180px;
  }

  .comfort-tabs__nav li a {
    font-size: 20px;
  }

  .section__title {
    margin-bottom: 60px;
    font-size: 30px;
  }

  .section__title--right {
    margin-left: 0;
    text-align: left;
  }

  .section__title--right-flex-three {
    margin-left: 0;
  }

  .section__title--right-flex-three span:nth-child(2) {
    align-self: flex-start;
  }

  .section__title--right-flex-three span:nth-child(3) {
    align-self: flex-start;
  }

  .section__title--flex-two span:nth-child(2) {
    align-self: flex-start;
  }

  .section__title--right-flex-two span:first-child {
    align-self: flex-start;
  }

  .section__title--right-flex-two span:nth-child(2) {
    align-self: flex-start;
  }

  .features {
    margin-bottom: 60px;
  }

  .features__row {
    height: auto;
  }

  .features__num {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .features__text {
    font-size: 12px;
  }

  .about {
    margin-bottom: 120px;
  }

  .about__img img {
    height: 231px;
  }

  .about__title {
    font-size: 30px;
  }

  .about__title span:first-child {
    align-self: center;
  }

  .about__title span:last-child {
    align-self: center;
  }

  .about__row {
    flex-direction: column;
    align-items: center;
  }

  .about__item {
    width: 239px;
    margin-bottom: 40px;
  }

  .about__item:last-child {
    margin-bottom: 0;
  }

  .about__text {
    font-size: 12px;
  }

  .carousel-left__left--sm {
    padding-left: 0;
  }

  .carousel-left__left img {
    height: 315px;
  }

  .carousel-left__right {
    padding-right: 20px;
  }

  .carousel-left__desc {
    margin-top: 10px;
  }

  .carousel-left__desc--two {
    margin-top: 10px;
  }

  .carousel-left__desc--three {
    margin-top: 10px;
  }

  .carousel-left__desc .link {
    margin-top: 25px;
  }

  .carousel-left__text {
    font-size: 12px;
  }

  .carousel-left .slick-arrow {
    width: 16px;
    height: 16px;
    padding: 0;
  }

  .carousel-left .slick-dots li {
    margin: 0 1px;
    width: 20px;
    height: 20px;
  }

  .carousel-left .slick-dots li button {
    width: 4px;
    height: 4px;
  }

  .location {
    margin-bottom: 212px;
  }

  .location__title {
    margin-bottom: 60px;
    font-size: 30px;
  }

  .layouts {
    margin-bottom: 120px;
  }

  .layouts__title {
    margin-bottom: 60px;
    font-size: 30px;
  }

  .layouts__desc {
    margin-bottom: 50px;
    font-size: 12px;
  }

  .layouts__row {
    flex-direction: column;
  }

  .layouts__item {
    width: 100%;
    margin-bottom: 50px;
  }

  .layouts__item:last-child {
    margin-bottom: 0;
  }

  .layouts__icon {
    height: 104px;
    margin-bottom: 30px;
  }

  .layouts__name {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .deal {
    margin-bottom: 120px;
  }

  .deal__title {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .deal__row {
    flex-direction: column;
  }

  .deal__item {
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
  }

  .deal__item:last-child {
    margin-bottom: 0;
  }

  .deal__name {
    margin-bottom: 40px;
  }

  .deal__num {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .deal__desc {
    font-size: 12px;
  }

  .comfort-carousel__img {
    height: 248px;
    margin-bottom: 60px;
  }

  .comfort-carousel__desc {
    width: 100%;
  }

  .comfort-carousel__desc p {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .comfort-carousel .slick-arrow {
    top: 270px;
  }

  .comfort-carousel .slick-arrow.prev {
    right: 46px;
  }

  .comfort-carousel .slick-arrow.next {
    right: 0;
  }

  .comfort-carousel .slick-dots {
    top: 218px;
  }

  .comfort-carousel .slick-dots li {
    margin: 0 1px;
    width: 20px;
    height: 20px;
  }

  .comfort-carousel .slick-dots li button {
    width: 4px;
    height: 4px;
  }

  .map {
    height: 380px;
  }

  .map .route {
    bottom: -92px;
  }

  .route {
    left: calc((100% - 540px) / 2 + 15px);
  }

  .route__icon {
    width: 52px;
    height: 52px;
    margin-right: 15px;
  }

  .route__icon svg {
    width: 16px;
    height: 18px;
  }

  .route span {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .compass {
    top: 390px;
    right: calc((100% - 540px) / 2);
    width: 80px;
    height: 80px;
  }

  .flats__item {
    margin-right: 30px;
  }

  .flat {
    margin-bottom: 120px;
  }

  .flat__left {
    width: calc(100% / 12 * 12 - 30px);
  }

  .flat__right {
    width: calc(100% / 12 * 10 - 30px);
  }

  .flat__request {
    margin-bottom: 30px;
    padding-bottom: 3px;
    border-width: 1px;
    font-size: 12px;
  }

  .flat__pdf {
    margin-bottom: 30px;
  }

  .flat__pdf img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }

  .flat__pdf span {
    font-size: 12px;
  }

  .flat__link {
    font-size: 12px;
  }

  .flat-gallery__item {
    height: 300px;
    padding: 40px;
  }

  .flat-gallery .slick-dots li {
    margin: 0 1px;
    width: 20px;
    height: 20px;
  }

  .flat-gallery .slick-dots li button {
    width: 4px;
    height: 4px;
  }

  .flat-info {
    margin-bottom: 30px;
  }

  .flat-info__row {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .flat-cost {
    margin-bottom: 40px;
  }

  .flat-cost__price {
    font-size: 14px;
  }

  .flat-cost__mortgage {
    font-size: 12px;
  }

  .flat-location {
    margin-bottom: 120px;
  }

  .flat-location__header {
    margin-bottom: 60px;
  }

  .flat-location__title {
    font-size: 30px;
  }

  .flat-location__more {
    font-size: 12px;
  }

  .flat-location__scheme {
    width: 100%;
    padding-bottom: 20px;
    overflow-x: auto;
  }

  .flat-location__scheme img {
    max-width: none;
    width: 706px;
  }

  .calc {
    margin-bottom: 120px;
  }

  .calc__title {
    font-size: 30px;
  }

  .advant {
    margin-bottom: 120px;
  }

  .advant__item {
    padding: 40px;
  }

  .advant__num {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .advant__text {
    font-size: 12px;
  }

  .commerc {
    margin-bottom: 80px;
  }

  .commerc .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .commerc__title {
    width: 100%;
    margin-bottom: 60px;
    font-size: 30px;
  }

  .commerc__img {
    order: 1;
    margin-bottom: 0;
  }

  .commerc__desc p {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .advantwo {
    margin-bottom: 80px;
  }

  .advantwo__item {
    font-size: 12px;
  }

  .contacts .f-contacts {
    text-align: left;
  }

  .carousel img {
    height: 315px;
  }

  .carousel .slick-arrow {
    width: 16px;
    height: 16px;
    padding: 0;
  }

  .carousel .slick-arrow {
    bottom: -35px;
  }

  .carousel .slick-arrow.prev {
    left: auto;
    right: 66px;
  }

  .carousel .slick-arrow.next {
    left: auto;
    right: 20px;
  }

  .carousel .slick-dots li {
    margin: 0 1px;
    width: 20px;
    height: 20px;
  }

  .carousel .slick-dots li button {
    width: 4px;
    height: 4px;
  }

  .carousel-text {
    margin-top: 10px;
  }

  .carousel-text p {
    margin-bottom: 25px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 100%;
  }

  .form-group input {
    height: 26px;
    font-size: 12px;
  }

  .form-checkbox label {
    height: 28px;
    font-size: 12px;
  }

  .form-check label {
    padding-left: 26px;
    font-size: 12px;
  }

  .form-check label::before {
    width: 16px;
    height: 16px;
  }

  .form-check input:checked + label::before {
    background-size: 11px;
  }

  .header {
    margin-top: 22px;
  }

  .header--abs {
    top: 22px;
    margin-top: 0;
  }

  .header__wrap {
    width: 100%;
  }

  .header__left {
    width: calc(100% / 12 * 9 - 30px);
  }

  .header__right {
    width: calc(100% / 12 * 3 - 30px);
  }

  .banner__title {
    font-size: 30px;
  }

  .bottom__left {
    width: calc(100% / 12 * 12 - 30px);
  }

  .bottom__right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .bottom__right {
    order: 2;
    margin-top: 30px;
    text-align: center;
  }

  .bottom .logo {
    width: 134px;
    height: 25px;
    margin: 0 auto;
  }

  .bottom__text {
    text-align: center;
    font-size: 11px;
  }

  .modal-menu {
    padding-top: 22px;
  }

  .modal-menu__close {
    width: 20px;
    height: 20px;
  }

  .modal-menu__header .logo {
    width: 134px;
    height: 25px;
  }

  .modal-menu__footer {
    flex-direction: column;
    align-items: center;
  }

  .modal-menu .f-contacts {
    flex-direction: column;
    width: auto;
    text-align: center;
  }

  .modal-menu .f-contacts__tel {
    margin-bottom: 10px;
  }

  .modal-menu .f-contacts__addr {
    max-width: 180px;
    margin: 0 auto 10px;
    text-align: center;
  }

  .modal-menu .social {
    margin-top: 30px;
  }

  .menu__item {
    margin-bottom: 30px;
  }

  .menu__link {
    font-size: 16px;
  }

  .breadcrumbs__item {
    font-size: 12px;
  }

  .breadcrumbs__link::after {
    margin: 0 10px;
    font-size: 16px;
    transform: none;
  }

  .title span {
    font-size: 12px;
    font-family: 'Gotham Pro';
    font-weight: 400;
  }

  .journal__item span {
    font-size: 12px;
  }

  .journal__item span::before {
    width: 100px;
    font-size: 11px;
  }

  .gallery-carousel {
    margin-left: -8px;
    margin-right: 90px;
    padding-top: 30px;
  }

  .gallery-carousel .slick-list {
    overflow: visible;
  }

  .gallery-carousel .item {
    padding: 0 8px;
  }

  .gallery-carousel .item img {
    height: 260px;
  }

  .gallery-carousel .slick-arrow {
    top: -8px;
  }

  .gallery-carousel .slick-arrow.prev {
    right: -36px;
  }

  .gallery-carousel .slick-arrow.next {
    right: -82px;
  }

  .gallery-carousel-one .item img {
    height: 248px;
  }

  .gallery-carousel-one .slick-dots li {
    margin: 0 1px;
    width: 20px;
    height: 20px;
  }

  .gallery-carousel-one .slick-dots li button {
    width: 4px;
    height: 4px;
  }

  .gallery-carousel-two {
    margin-left: -8px;
    margin-right: 90px;
    padding-top: 30px;
  }

  .gallery-carousel-two .slick-list {
    overflow: visible;
  }

  .gallery-carousel-two .item {
    padding: 0 8px;
  }

  .gallery-carousel-two .item img {
    height: 260px;
  }

  .gallery-carousel-two .item img.sm {
    height: 260px;
  }

  .gallery-carousel-two .slick-arrow {
    top: -8px;
  }

  .gallery-carousel-two .slick-arrow.prev {
    right: -36px;
  }

  .gallery-carousel-two .slick-arrow.next {
    right: -82px;
  }

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

  .progress__header {
    margin-bottom: 60px;
  }

  .progress__date {
    font-size: 12px;
  }

  .progress__month {
    margin-right: 0;
  }

  .progress__month select {
    width: 216px;
    height: 36px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .progress__years {
    width: 100%;
  }

  .progress__years a {
    width: 60px;
    height: 28px;
    font-size: 12px;
  }

  .online__nav li a {
    font-size: 20px;
  }

  .howbuy__text {
    margin-bottom: 50px;
  }

  .howbuy__text p {
    font-size: 12px;
  }

  .howbuy__nav {
    margin: 0 -15px 40px;
    padding-left: 15px;
  }

  .howbuy__nav li a {
    height: 50px;
    padding: 0 15px;
    font-size: 11px;
  }

  .mortgage__link {
    font-size: 12px;
  }

  .mort-filter__col {
    width: calc(100% / 12 * 8 - 30px);
  }

  .mort-filter__col {
    margin-left: calc(100% / 12 * 2 + 15px);
  }

  .mort-filter__col {
    margin-right: calc(100% / 12 * 2 + 15px);
  }

  .mort-filter__label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .mort-filter__val {
    margin-bottom: 23px;
    letter-spacing: 2.4px;
  }

  .finance__icon {
    width: 259px;
    height: 40px;
    margin: 0 auto 30px;
  }

  .finance__text p {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .consult__text {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .consult__tel {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .consult__link {
    font-size: 12px;
  }

  .capital__item {
    margin-bottom: 30px;
  }

  .capital__item:last-child {
    margin-bottom: 0;
  }

  .capital__num {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .capital__text {
    font-size: 12px;
  }

  .docs {
    margin-bottom: 50px;
  }

  .docs__title {
    font-size: 12px;
  }

  .docs__item {
    margin-bottom: 20px;
  }

  .docs__item svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .docs__item span {
    width: calc(100% - 28px);
    font-size: 12px;
  }

  .docs__link {
    font-size: 11px;
  }

  .fplan {
    margin-bottom: 80px;
  }

  .fplan__scheme {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }

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

  .choosing {
    margin-bottom: 80px;
  }

  .choosing__right {
    width: 100%;
    max-width: 390px;
  }

  .listing__item {
    margin-bottom: 0;
    padding: 20px 20px 20px 0;
  }

  .listing__img {
    width: 91px;
    margin-right: 12px;
  }

  .listing__desc {
    width: calc(100% - 103px);
  }

  .listing__price span {
    font-size: 14px;
  }

  .listing__title {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .listing__info p {
    position: relative;
    margin-right: 0;
    font-size: 0;
  }

  .listing__info p span {
    font-size: 12px;
  }

  .listing__info p::after {
    display: inline-block;
  }

  .listing__info p:last-child::after {
    display: none;
  }

  .listing__more {
    margin-top: 30px;
    font-size: 12px;
  }

  .filter {
    padding: 10px 20px;
  }

  .filter__toggle span {
    font-size: 12px;
  }

  .filter__toggle svg {
    width: 14px;
    height: 6px;
  }

  .filter__section {
    margin-bottom: 25px;
  }

  .filter__label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .filter__reset span {
    font-size: 12px;
  }

  .range {
    padding: 0 11px;
  }

  .range__row span {
    font-size: 12px;
  }

  .range--floor {
    padding-top: 25px;
  }

  .range--floor .ui-slider .ui-slider-handle {
    top: -30px;
    height: 37px;
    font-size: 12px;
  }

  .threed {
    margin-bottom: 80px;
  }

  .threed__wrap {
    height: 819px;
    background-size: contain;
  }

  .threed__house {
    width: 244px;
    top: 160px;
    left: 422px;
  }

  .page-header {
    top: 90px;
  }

  .page-header .breadcrumbs {
    margin-bottom: 30px;
  }

  .page-header .title-link {
    margin-top: 20px;
  }

  .info-links__row {
    flex-direction: column;
    align-items: center;
  }

  .info-links__item:first-child {
    margin-bottom: 40px;
  }

  .section__row--reverse .section__right {
    padding-right: 0;
  }

  .section__left {
    order: 1;
    width: 100%;
  }

  .section__right {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .features__item {
    width: 50%;
    margin-bottom: 40px;
  }

  .features__item:nth-child(3) {
    margin-bottom: 0;
  }

  .features__item:nth-child(4) {
    margin-bottom: 0;
  }

  .carousel-left__left {
    width: 100%;
  }

  .carousel-left__right {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-bottom: 0;
  }

  .carousel-left__desc {
    max-width: none;
    margin-top: 0;
  }

  .carousel-left__desc--two {
    margin-top: 0;
  }

  .carousel-left__desc--three {
    margin-top: 0;
  }

  .carousel-left__text:last-child {
    margin-bottom: 0;
  }

  .carousel-left .slick-arrow {
    bottom: -35px;
  }

  .carousel-left .slick-arrow.prev {
    left: auto;
    right: 66px;
  }

  .carousel-left .slick-arrow.next {
    left: auto;
    right: 20px;
  }

  .carousel-left .slick-dots {
    left: 0;
  }

  .carousel-left--empty .carousel-left__left {
    width: 100%;
    margin-left: 0;
  }

  .info__row--reverse .info__right {
    padding-right: 0;
  }

  .info__left {
    order: 1;
    width: 100%;
  }

  .info__right {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .map {
    height: 273px;
  }

  .map__item:first-child {
    top: 150px;
  }

  .map__item:nth-child(2) {
    top: 100px;
  }

  .map__item:nth-child(3) {
    top: 200px;
  }

  .route {
    left: 15px;
  }

  .compass {
    top: 235px;
    right: calc((100% - 390px) / 2);
  }

  .flats__title {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .flats__item {
    margin-right: 15px;
  }

  .flats__item span {
    font-size: 12px;
    margin-right: 3px;
  }

  .flats__icon {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .flat__right {
    width: calc(100% / 12 * 12 - 30px);
  }

  .flat-gallery__item {
    height: 200px;
  }

  .flat-gallery .slick-dots {
    bottom: 10px;
  }

  .flat-location__title span:nth-child(2) {
    align-self: flex-start;
  }

  .flat-location__scheme {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }

  .flat-location__scheme img {
    margin-right: 15px;
  }

  .advant__item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 40px;
  }

  .advant__item:last-child {
    margin-bottom: 0;
  }

  .commerc__title {
    display: block;
  }

  .advantwo__item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 40px;
  }

  .advantwo__item:last-child {
    margin-bottom: 0;
  }

  .parking__header {
    margin-bottom: 50px;
  }

  .parking__toggle a {
    width: 78px;
    height: 34px;
    font-size: 12px;
  }

  .p-floor__label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .p-floor__row a {
    width: 33px;
    height: 28px;
    font-size: 12px;
  }

  .p-floor__row a:first-child {
    margin-right: 6px;
  }

  .status {
    margin-top: 30px;
  }

  .status__label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .status__item {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .status__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .contacts .map {
    height: 280px;
  }

  .contacts__btn {
    font-size: 11px;
  }

  .modal__inner {
    padding: 30px 20px;
  }

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

  .modal__title {
    width: 80%;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .modal__subtitle {
    font-size: 12px;
  }

  .modal form {
    margin-top: 25px;
  }

  .modal .form-group {
    margin-bottom: 25px;
  }

  .modal__btn {
    margin-top: 15px;
    height: 17px;
    font-size: 12px;
  }

  .modal__text {
    margin: 10px 0 0;
    font-size: 10px;
  }

  .datetime {
    margin-bottom: 25px;
  }

  .datetime__select {
    width: calc(50% - 10px);
  }

  .new-select {
    font-size: 12px;
  }

  .new-select__list {
    top: calc(100% + 9px);
    max-height: 180px;
  }

  .new-select__item {
    font-size: 12px;
  }

  .new-select__item span {
    height: 28px;
  }

  .new-select::after {
    width: 14px;
    height: 14px;
  }

  .carousel .slick-dots {
    right: 0;
  }

  .carousel-text {
    margin-top: 0;
  }

  .carousel-text__item {
    max-width: none;
  }
}

@media screen and (max-width: 413px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 100%;
  }

  .f-menu__list {
    width: 40%;
  }

  .f-menu__list:last-child {
    width: 60%;
  }

  .mort-filter__col {
    width: calc(100% / 12 * 12 - 30px);
  }

  .mort-filter__col {
    margin-left: calc(100% / 12 * 0 + 15px);
  }

  .mort-filter__col {
    margin-right: calc(100% / 12 * 0 + 15px);
  }

  .mod-floors__floor {
    left: 0;
    width: 100%;
    padding: 30px 20px;
  }

  .mod-flats__item {
    left: 0;
    width: 100%;
    padding: 30px 20px;
  }

  .flat {
    margin-bottom: 100px;
  }

  .flat__links {
    flex-direction: column;
    align-items: center;
  }

  .flat__pdf span {
    font-size: 11px;
  }

  .flat__link {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .flat-cost__mortgage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .flat-location__more {
    font-size: 11px;
  }

  .parking__toggle {
    margin-right: auto;
  }

  .mod-parking__item {
    left: 0;
    width: 100%;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 374px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    width: 100%;
  }

  .header__left {
    width: calc(100% / 12 * 10 - 30px);
  }

  .header__right {
    width: calc(100% / 12 * 2 - 30px);
  }

  .compass {
    top: 235px;
    right: calc((100% - 300px) / 2);
  }
}