@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Cormorant-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Cormorant-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Gotham-Book.woff') format('woff');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Gotham-Book.woff2') format('woff2');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Gotham-Black.woff') format('woff');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Gotham-Black.woff2') format('woff2');
}

*::-webkit-input-placeholder {
  color: #5b6770;
  opacity: 1;
}

*:-moz-placeholder {
  color: #5b6770;
  opacity: 1;
}

*::-moz-placeholder {
  color: #5b6770;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #5b6770;
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar-track {
  background: #303030;
}

*::-webkit-scrollbar-thumb {
  background: #50baf5;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #50baf5;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #50baf5;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
  margin: 0;
  padding: 0;
}

*::-moz-selection {
  color: #50baf5;
  background: #303030;
}

*::selection {
  color: #50baf5;
  background: #303030;
}

body {
  font-size: 1.6rem;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: 'Gotham', sans-serif;
  opacity: 1;
  color: #303030;
  height: auto;
  font-weight: 400;
  background-color: #ffffff;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  outline-width: 0;
  text-decoration: none;
  color: #2db0ff;
}
a:hover {
  text-decoration: none;
}

hr {
  margin: 20px 0;
  height: 1px;
  background-color: #fff;
  border: none;
  position: relative;
  overflow: visible;
}
hr::after {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #106596;
  left: calc(50% - 5px);
  top: 0;
  position: absolute;
}
hr::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  left: 50%;
  top: 8.5px;
  display: block;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup form {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.popup form > input {
  margin: 20px auto;
  display: block;
}

.tingle-modal-box {
  width: auto;
  max-width: 60%;
}

#villales {
  overflow: hidden;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ai-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* 
#header .burger {
  display: none; }

.header__menu .close {
  display: none; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0;
  z-index: 10; }

.hedaer-logo {
  width: 177px; }

.header__menu {
  position: relative; }
  .header__menu .close {
    position: absolute;
    right: 10px;
    top: 36px;
    width: 36px;
    height: 36px;
    cursor: pointer; }
    .header__menu .close:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      background-color: #303030;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .header__menu .close:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      background-color: #303030;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .header__menu .close:hover::after, .header__menu .close:hover::before {
      background-color: #50BAF5; }

.header__menu-list {
  list-style-type: none; }

.header__menu-list--item {
  margin: 0px 26px; }
  .header__menu-list--item a {
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000; }
    .header__menu-list--item a:hover {
      color: #2DB0FF; }

.header__contacts .phone-link {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px; }
  .header__contacts .phone-link:hover {
    color: #2DB0FF; }

.header__contacts .callback-link {
  display: block;
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-top: 3px; }

main {
  background-color: #106596;
  background-image: url("../img/bg1.jpg");
  background-size: 49%;
  background-position: right center;
  background-repeat: no-repeat;
  margin-top: 114px;
  padding-top: 160px;
  min-height: 660px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1; }

.main__three {
  background-image: url("../img/main-three.svg");
  width: 487px;
  height: 746px;
  position: absolute;
  top: -114px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1; }

.main-wrap {
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 1; }
  .main-wrap::before {
    content: '';
    position: absolute;
    width: calc(100% + 192px);
    left: -96px;
    height: calc(100% + 112px);
    top: -52px;
    border: 3px solid #FFFFFF;
    z-index: -1; }
  .main-wrap::after {
    content: '';
    position: absolute;
    width: calc(100% + 192px + 16px);
    left: calc(-96px - 8px);
    height: calc(100% + 112px + 16px);
    top: calc(-52px - 8px);
    border: 1px solid #FFFFFF;
    z-index: -1; }
  .main-wrap form {
    margin-top: 46px; }

h1 {
  font-family: "Cormorant";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0; } */

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 45px;
}
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logos .logo {
  width: 177px;
  margin-right: 50px;
  position: relative;
}
.header__logos .logo:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  display: block;
  background-color: #a2a2a2;
  top: 0;
  right: -30px;
  opacity: 0.35;
}

.header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 375px;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 20px;
}

.phone-link {
  font-family: 'Gotham', sans-serif;
  font-size: 2rem;
  color: #000000;
  padding-left: 20px;
  position: relative;
  line-height: 1.2;
}
/* .phone-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 12px;
  background-image: url('../img/phone.svg');
  background-size: contain;
  background-repeat: no-repeat;
} */
.phone-link:not(:first-child) {
  margin-left: 20px;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  list-style-type: none;
  margin-top: 10px;
}
.social-list li:not(:first-child) {
  margin-left: 10px;
}
.social-list li a {
  display: block;
  width: 30px;
  overflow: hidden;
}
.social-list li img {
  max-height: 30px;
}

.map-position {
  position: relative;
}
.map-position span {
  font-size: 2rem;
}
.map-position:after {
  content: '';
  position: absolute;
  right: -15px;
  top: -5px;
  width: 15px;
  height: 15px;
  background-image: url('../img/star.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.header__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
}
.header__address p {
  line-height: 1.2;
}
.header__address figure {
  width: 31px;
  margin-right: 15px;
}
.header__address a {
  font-size: 1.4rem;
  font-family: 'Gotham', sans-serif;
}
header.sticky {
  background-color: #fff;
  padding: 35px 0;
  position: fixed;
  z-index: 20;
}
header.sticky .social-list {
  width: auto;
  order: -1;
  margin-right: 0px;
}
header.sticky .header__contacts {
  justify-content: space-between;
}

.main__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

main {
  padding-top: 219px;
  height: 885px;
  background-image: url('../img/bg.jpg');
  background-size: cover;
}

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

.title-text {
  max-width: 670px;
}
.title-text h1 {
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Gotham', sans-serif;
  font-size: 39px;
  line-height: 1.3;
  text-shadow: 6px 6px 52px black !important;
}
.title-text h1 .price-bg {
  font-size: 1.6rem;
  text-transform: none;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  top: -7px;
  color: #000000;
  padding: 7px 15px;
  font-family: 'Gotham', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.title-text h1 .price-bg span {
  font-size: 2.2rem;
}
.title-text h2 {
  background-color: #fff;
  font-size: 3rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
}
.title-text h2:after {
  content: '—';
  position: absolute;
  left: -50px;
  font-size: 36px;
  color: #fff;
  top: -5px;
}

.main-form {
  background-color: #fff;
  border-radius: 11px;
  padding: 35px 50px;
  max-width: 403px;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
.main-form p.title {
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Gotham', sans-serif;
}
.main-form p.sub-title {
  font-family: 'Gotham', sans-serif;
}
.main-form input {
  margin-top: 15px;
}
input {
  width: 260px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 41px;
  outline: none;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 17px;
  color: #8e8e8e;
  -webkit-transform: 0.3s ease;
  -ms-transform: 0.3s ease;
  transform: 0.3s ease;
}
input:focus {
  border-color: #50baf5;
}

.btn {
  min-width: 260px;
  color: #ffffff;
  background-color: #50baf5;
  border-radius: 36px;
  outline: none;
  width: auto;
  display: inline-block;
  padding: 14px;
  font-size: 14px;
  height: 50px;
  border: none;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #303030;
}

.btn-white {
  background: #ffffff;
  border: 3px solid #2db0ff;
  border-radius: 36px;
  color: #50baf5;
}
.btn-white:hover {
  background-color: #50baf5;
  color: #ffffff;
}

h2 {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 55px;
  margin: 0;
}
h2.small-h2 {
  font-size: 36px;
  line-height: 55px;
}

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

.sale-block {
  padding: 40px;
}
.sale-block h2 {
  margin-bottom: 14px;
}

#gallery .flickity-page-dots {
  bottom: 30px;
}

#gallery .flickity-prev-next-button {
  top: auto;
  bottom: 80px;
}
#gallery .flickity-prev-next-button.next {
  right: 15%;
}
#gallery .flickity-prev-next-button.previous {
  left: 15%;
}

.flickity-page-dots .dot {
  width: 13px;
  height: 13px;
  background: #848484;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 15px;
}
.flickity-page-dots .dot.is-selected {
  -webkit-transform: scale(1.46);
  -ms-transform: scale(1.46);
  transform: scale(1.46);
  background: #848484;
}

.flickity-prev-next-button {
  background: none !important;
}

.gallery__slider-item {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.gallery__slider-item--description {
  margin-top: 464px;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 36px;
  padding-bottom: 70px;
}
.gallery__slider-item--description h2 {
  margin-bottom: 30px;
}
.gallery__slider-item--description p {
  font-size: 18px;
  line-height: 22px;
}

.scheme {
  height: 800px;
  width: 960px;
  position: relative;
}

.scheme svg {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

.scheme path {
  fill: #50baf5;
  cursor: pointer;
  opacity: 0.1;
}
.scheme path:hover {
  opacity: 1;
  fill: #50baf5;
}
.scheme path.active {
  fill: #ffffff;
  opacity: 1;
}

.plan__description-select {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.plan__description-select.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.close-house-info {
  position: absolute;
  right: 10px;
  top: 36px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.close-house-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #303030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.close-house-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #303030;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.close-house-info:hover::after,
.close-house-info:hover::before {
  background-color: #50baf5;
}

.house__info {
  padding-top: 94px;
  padding-left: 110px;
  padding-right: 110px;
}

.house__info-item {
  width: 50%;
}

.house__info-item--title {
  font-family: 'Cormorant';
  font-size: 36px;
  line-height: 55px;
}

.house__info-item--text {
  font-weight: bold;
  font-size: 18px;
  line-height: 55px;
  padding-left: 25px;
}

.house-gallery {
  height: 497px;
}
.house-gallery .flickity-prev-next-button {
  top: -40px;
}
.house-gallery .flickity-prev-next-button.next {
  right: 37px;
}
.house-gallery .flickity-prev-next-button.previous {
  left: auto;
  right: 73px;
}

.house-gallery__item {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.plan__description {
  width: calc(100% - 960px);
}

.mobile-title {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mobile-title::after {
  content: '';
  width: 397px;
  height: 100%;
  background-image: url('../img/plan-three.svg');
  background-size: contain;
  position: absolute;
  right: -139px;
  top: 0;
  background-repeat: no-repeat;
}
.mobile-title h2 {
  padding-left: 194px;
  position: relative;
}
.mobile-title h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 179px;
  height: 3px;
  background-color: #106596;
}
.mobile-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 35px;
  width: 179px;
  height: 1px;
  background-color: #106596;
}

.plan__description-noselect {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.plan__description-noselect.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.plan__description-noselect::after {
  content: '';
  width: 397px;
  height: 100%;
  background-image: url('../img/plan-three.svg');
  background-size: contain;
  position: absolute;
  right: -139px;
  top: 0;
  background-repeat: no-repeat;
}
.plan__description-noselect h2 {
  padding-left: 194px;
  position: relative;
}
.plan__description-noselect h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  width: 179px;
  height: 3px;
  background-color: #106596;
}
.plan__description-noselect h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 35px;
  width: 179px;
  height: 1px;
  background-color: #106596;
}

.form-block {
  padding: 60px 15px;
  background: #106596;
}
.form-block form {
  max-width: 546px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#communication {
  position: relative;
  background-image: url('../img/left-blue-three.svg');
  background-size: 583px;
  background-position: -38px -171px;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 76px;
  overflow: hidden;
}
#communication h2 {
  position: relative;
  display: inline-block;
}
#communication h2:after {
  content: '';
  position: absolute;
  left: calc(100% + 14px);
  width: 2000px;
  height: 3px;
  background-color: #106596;
  top: 40px;
}
#communication h2::before {
  content: '';
  position: absolute;
  left: calc(100% + 14px);
  width: 2000px;
  height: 1px;
  background-color: #106596;
  top: 35px;
}

.communication__list {
  margin-top: 60px;
}

.communication__list-item {
  text-align: center;
}
.communication__list-item figure {
  margin-bottom: 36px;
}
.communication__list-item figure img {
  margin-left: auto;
  margin-right: auto;
}
.communication__list-item p {
  font-family: Gotham;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.gallery-2__slider {
  height: 628px;
}
.gallery-2__slider .flickity-page-dots {
  bottom: 74px;
}
.gallery-2__slider .flickity-page-dots .dot {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.gallery-2__slider .flickity-page-dots .dot.is-selected {
  background: white;
  opacity: 1;
}
.gallery-2__slider .flickity-prev-next-button {
  top: auto;
  bottom: 36px;
}
.gallery-2__slider .flickity-prev-next-button svg {
  fill: #fff;
}
.gallery-2__slider .flickity-prev-next-button.next {
  right: 250px;
}
.gallery-2__slider .flickity-prev-next-button.previous {
  left: 250px;
}

.gallery-2__slider-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#technology {
  padding: 100px 0;
  background-color: #e2ecf1;
}

.technology-wrapper {
  margin-left: 98px;
}

.technology-image {
  margin-right: 145px;
  position: relative;
  max-width: 384px;
  width: 100%;
  z-index: 1;
}
.technology-image::after {
  content: '';
  position: absolute;
  width: calc(100% + 269px);
  height: calc(100% + 92px);
  top: -46px;
  left: -88px;
  border: 3px solid #106596;
  z-index: -1;
}
.technology-image::before {
  content: '';
  position: absolute;
  width: calc(100% + 289px);
  height: calc(100% + 110px);
  top: -55px;
  left: -98px;
  border: 1px solid #106596;
  z-index: -1;
}

.technology-info {
  padding: 50px 0;
  background-color: #e2ecf1;
  width: 100%;
  position: relative;
  z-index: 2;
}
.technology-info p.title {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
  white-space: nowrap;
}
.technology-info .text {
  width: 100%;
}
.technology-info .text span {
  font-size: 18px;
  line-height: 22px;
}
.technology-info .text figure.flag {
  width: 64px;
  margin-right: 25px;
}

#benefits {
  padding: 90px 0;
  background-image: url('../img/right-blue-three.svg');
  background-repeat: no-repeat;
  background-position: 101% -175px;
  background-size: 584px;
}

.benefits__wrapper-item {
  text-align: center;
  margin: 0 56px;
}
.benefits__wrapper-item figure {
  width: 116px;
  height: 116px;
  background: #106596;
  border-radius: 50%;
  padding: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 39px;
}
.benefits__wrapper-item figure img {
  margin-left: auto;
  margin-right: auto;
}
.benefits__wrapper-item p {
  font-size: 18px;
  line-height: 22px;
}

#safety {
  background-color: #f0f0f0;
  padding: 104px 0;
}

.safety__wrapper-info {
  max-width: 660px;
  width: 100%;
}
.safety__wrapper-info a.sertificate-link {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #106596;
}
.safety__wrapper-info a.sertificate-link:hover {
  color: #303030;
}
.safety__wrapper-info h2 {
  position: relative;
  margin-bottom: 66px;
}
.safety__wrapper-info h2:after {
  content: '';
  position: absolute;
  right: calc(100% + 14px);
  width: 100%;
  height: 3px;
  background-color: #106596;
  top: 40px;
}
.safety__wrapper-info h2::before {
  content: '';
  position: absolute;
  right: calc(100% + 14px);
  width: 100%;
  height: 1px;
  background-color: #106596;
  top: 35px;
}

.safety__wrapper-info--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-bottom: 36px;
}
.safety__wrapper-info--item span {
  padding-left: 52px;
  font-size: 18px;
  line-height: 22px;
}

.icon {
  background-color: #106596;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: block;
  border-radius: 50%;
}

.icon-finance {
  background-image: url('../img/finance.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
}

.icon-place {
  background-image: url('../img/place.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
}

.icon-phone {
  background-image: url('../img/phone.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
}

.icon-mail {
  background-image: url('../img/mail.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
}

.icon-clock {
  background-image: url('../img/clock.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center center;
}

.safety__wrapper-sertificate {
  width: 278px;
}
.safety__wrapper-sertificate figure {
  margin-bottom: 20px;
}
.safety__wrapper-sertificate p {
  font-size: 12px;
  line-height: 14px;
}

#map {
  width: 100%;
  height: 731px;
}

#contacts {
  position: relative;
}
#contacts .container {
  position: relative;
}

.contacts__info {
  position: absolute;
  top: 79px;
  left: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 21px;
  padding: 50px 55px 60px 55px;
  z-index: 3;
}

.contacts__info-wrap {
  margin-top: 65px;
}
.contacts__info-wrap p {
  padding-bottom: 14px;
}
.contacts__info-wrap p span {
  padding-left: 52px;
  font-size: 18px;
  line-height: 22px;
}
.contacts__info-wrap p span a {
  color: #303030;
}

.contacts__info-buttons {
  margin-top: 40px;
}
.contacts__info-buttons button {
  margin-bottom: 23px;
}

footer {
  padding: 35px 0;
}
footer a {
  line-height: 19px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #106596;
}

.footer-logo {
  width: 177px;
}

.popup ol {
  list-style-position: inside;
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}
.popup ol li {
  font-size: 18px;
  margin-bottom: 10px;
}

.flickity-viewport {
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1800px) {
  /**/
  .main__three {
    left: -200px;
  }
  #gallery .flickity-prev-next-button.previous {
    left: 50px;
  }
  #gallery .flickity-prev-next-button.next {
    right: 50px;
  }
  .house__info {
    padding: 100px 20px 20px 20px;
  }
  .house__info-item--text {
    display: block;
    line-height: 1.2;
  }
  .house__info-item {
    margin-bottom: 15px;
  }
  .house-gallery {
    height: 300px;
  }
  .house-gallery__item {
    background-position: center center;
  }
  #communication {
    background-size: 250px;
    background-position: -38px -35px;
  }
  #benefits {
    background-size: 400px;
  }
  .plan__description-noselect h2 {
    padding-left: 50px;
  }
  .plan__description-noselect h2::before {
    right: calc(100% - 35px);
    left: auto;
  }
  .plan__description-noselect h2::after {
    right: calc(100% - 35px);
    left: auto;
  }
  .plan__description-noselect::after {
    width: 140px;
    right: 0px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1400px) {
  /**/
  .main__three {
    left: -217px;
    top: -68px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1200px) {
  /**/
  /* #header .burger {
    display: block;
    position: relative;
    z-index: 12;
  }
  .header__menu {
    position: fixed;
    background-color: #efefef;
    width: 300px;
    height: 100vh;
    left: -100%;
    top: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 13;
  }
  .header__menu.open {
    left: 0;
  }
  .header__menu .close {
    display: block;
  }
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 50px 20px;
  }
  .header__menu-list li {
    margin: 30px;
  }
  .header__menu-list li a {
    font-size: 18px;
  } */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11;
    display: none;
  }
  .overlay.active {
    display: block;
  }
  /* .header__contacts {
    margin-left: auto;
    margin-right: 20px;
  } */
  /* .main__three {
    left: -301px;
    top: -100px;
  }
  h1 {
    font-size: 36px;
  }
  .main-wrap {
    max-width: 325px;
  }
  .main-wrap::before {
    width: calc(100% + 40px);
    left: -20px;
    height: calc(100% + 80px);
    top: -40px;
  }
  .main-wrap::after {
    width: calc(100% + 60px);
    left: -30px;
    height: calc(100% + 100px);
    top: -50px;
  }
  .main__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main__form form button {
    margin-top: 15px;
  }
  main {
    background-size: 59%;
  } */

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plan__description {
    width: 100%;
    padding: 50px 0;
  }
  .plan__description-noselect::after {
    display: none;
  }
  .house-gallery {
    height: 500px;
  }
  .house__info-item--text {
    display: inline-block;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
  /**/
  .scheme {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .plan-wrapper {
    overflow: hidden;
  }
  /* main {
    background-size: 50%;
  } */
  .header__address {
    display: none;
  }
  .technology-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
  }
  .technology-image {
    margin-left: 30px;
  }
  .technology-info {
    text-align: center;
  }
  .technology-info .text {
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .benefits__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits__wrapper-item {
    margin-bottom: 50px;
  }
  .safety__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .safety__wrapper-sertificate {
    margin-top: 20px;
  }
  .tingle-modal-box {
    max-width: 80%;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
  /**/
  /* header {
    padding: 15px 0;
  }
  header .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hedaer-logo {
    margin-bottom: 15px;
  }
  .header__contacts {
    margin-left: 0;
  }
  main {
    padding-top: 80px;
    padding-bottom: 350px;
    background-position: center bottom;
    background-size: 400px;
  }
  .main__three {
    display: none;
  } */
  header {
    padding-top: 15px;
  }
  .header__wrapper {
    flex-wrap: wrap;
  }
  .header__contacts {
    order: -1;
    margin-left: 0;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .header__contacts .phone-link {
    padding: 0;
  }
  .phone-link {
    font-size: 18px;
  }
  .map-position {
    margin-left: 20px;
    font-size: 16px;
  }
  .header__contacts .social-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .header__contacts .social-list li {
    margin-bottom: 10px;
  }
  .header__contacts {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__contacts .phone-link {
    margin-bottom: 10px;
  }
  .header__logos {
    margin-top: 0;
  }
  .header__logos .logo {
    width: 125px;
    margin-right: 0;
  }
  .header__logos .logo:after {
    display: none;
  }
  header.sticky .social-list {
    display: none;
  }
  header.sticky .phone-link {
    color: #333;
  }
  header.sticky {
    padding: 15px 0;
  }
  .title-text h2 {
    font-size: 1.5rem;
    padding: 5px;
  }
  .title-text h1 {
    font-size: 2.3rem;
    margin-top: 10px;
  }
  .title-text h1 .price-bg {
    margin-top: 20px;
  }
  .title-text h1 .price-bg {
    display: inline-block;
  }
  main {
    padding-top: 160px;
    height: 650px;
    padding-bottom: 20px;
    background-position: 21% top;
  }
  .main-form {
    padding: 40px 0;
  }
  h2.small-h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .sale-block {
    padding: 40px 0;
  }
  .gallery__slider-item--description {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  h2 {
    font-size: 36px;
    line-height: 1.4;
  }
  #gallery .flickity-prev-next-button {
    bottom: auto;
    top: 100px;
  }
  #gallery .flickity-prev-next-button.previous {
    left: 0;
  }
  #gallery .flickity-prev-next-button.next {
    right: 0;
  }
  .scheme {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .scheme-m-scroll {
    width: 100vw;
    overflow: scroll;
  }
  .close-house-info {
    top: 0;
  }
  .house__info {
    padding: 63px 15px 50px 15px;
  }
  .house__info-item {
    width: 100%;
  }
  .house-gallery {
    height: 300px;
  }
  .plan__description {
    padding-bottom: 0;
  }
  .form-block form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block form button {
    margin-top: 15px;
  }
  #communication {
    background-image: none;
  }
  .communication__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .communication__list-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .communication__list-item figure {
    margin-bottom: 20px;
  }
  .gallery-2__slider {
    height: 300px;
  }
  .gallery-2__slider .flickity-prev-next-button {
    bottom: 100px;
  }
  .gallery-2__slider .flickity-prev-next-button.previous {
    left: 0;
  }
  .gallery-2__slider .flickity-prev-next-button.next {
    right: 0;
  }
  .gallery-2__slider .flickity-page-dots {
    bottom: 20px;
  }
  .technology-image {
    margin-left: 0;
  }
  .technology-image {
    margin-right: 0;
  }
  .technology-info p.title {
    white-space: inherit;
    font-size: 36px;
    line-height: 1.4;
  }
  .technology-info {
    padding: 0;
    margin-top: 80px;
  }
  .technology-info .text span {
    font-size: 16px;
  }
  .technology-info .text figure.flag {
    width: 40px;
  }
  .benefits__wrapper-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #safety {
    padding: 40px 0;
  }
  .safety__wrapper-info--item span {
    padding-left: 20px;
    font-size: 16px;
  }
  .plan__description-noselect h2 {
    padding-bottom: 50px;
  }
  #communication {
    padding: 40px 0;
  }
  .contacts__info {
    position: relative;
    padding: 30px 30px;
    left: -15px;
    width: 100vw;
    top: 0;
  }
  .contacts__info-wrap {
    margin-top: 20px;
  }
  .contacts__info-wrap p span {
    padding-left: 10px;
    font-size: 16px;
  }
  #map {
    height: 300px;
  }
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .tingle-modal-box {
    max-width: 100%;
  }
  .popup h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
  }
  .popup form {
    max-width: 300px;
    width: 100%;
  }
  .scheme {
    width: 100%;
    height: auto;
  }
  .plan__description-noselect {
    display: none !important;
  }
  .mobile-title {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 40px;
  }
  .mobile-title::after {
    width: 137px;
    height: 332px;
    right: -41px;
    left: auto;
    top: -48px;
  }
  .mobile-title h2 {
    padding-left: 50px;
    display: block;
    width: 100%;
    line-height: 1.2;
  }
  .mobile-title h2::before {
    right: calc(100% - 35px);
    left: auto;
  }
  .mobile-title h2::after {
    right: calc(100% - 35px);
    left: auto;
  }
  .plan__description {
    padding: 0;
  }
  .plan__description-select {
    margin-top: 20px;
  }
  .house__info-item--title {
    font-size: 20px;
    line-height: 1.4;
  }
  .house__info-item--text {
    font-size: 12px;
    line-height: 1.4;
  }
  .house__info-item {
    margin-bottom: 0;
  }
  .house__info {
    padding-bottom: 70px;
    padding-top: 20px;
  }
  .close-house-info {
    right: 0;
    width: 30px;
    height: 30px;
  }
  .house-gallery .flickity-prev-next-button.next {
    right: 0;
  }
  .house-gallery .flickity-prev-next-button.previous {
    right: 40px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/
}
