@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

a {
  color: inherit;
}

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

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.col-lf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}

.col-rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
}

.col-ft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}

body {
  font-family: "Montserrat", sans-serif;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 100px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
}

.header__desk {
  padding-top: 30px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav {
  margin-left: 120px;
  font-size: 14px;
  font-weight: 600;
}

.header__callback {
  margin-left: auto;
}

.header__nav {
  position: relative;
}

.header__nav::before {
  content: "";
  position: absolute;
  top: -52px;
  left: -40px;
  height: 65px;
  width: 1px;
  background: #c1c1c1;
}

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

.header__item {
  position: relative;
}

.header__item:not(:last-child) {
  margin-right: 35px;
}

.header__item:hover::before {
  position: absolute;
  top: -51px;
  left: 0;
  content: "";
  background: #df3f37;
  width: 100%;
  height: 2px;
}


.header__item:hover .header__link {
  color: #df3f37;
}


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

.callback-header__btn {
  padding: 20px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  margin-right: 15px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.callback-header__btn:hover {
  background: #df3f37;
  color: #ffffff;
}

.callback-header__tel {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap ;
}

.privet {
  height: 1000px;
}

.site {
  margin-top: 90px;
}

.front-bl {
  background: #f5f5f5;
}

.front-slider {
  padding: 30px 0 45px 0;
}

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

.front-slider__left-column {
  position: relative;
}

.front-slider__left-column .ibg {
  width: 100%;
  height: 515px;
  background-size: contain;
}

.front-slider__left-column::after {
  content: url(../img/fr-bolls.svg);
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
}

.front-slider__img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.front-slider__img img {
  position: relative;
  z-index: 10;
}

main {
  margin-top: 90px;
  position: relative;
}

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer__title {
  margin-top: auto;
  font-size: 54px;
  line-height: 66px;
  font-weight: 600;
  margin-bottom: 20px;
}

.offer div,
.offer div ul li,
.offer p {
font-size: 32px;
line-height: 39px;
font-weight: 500;
color: #7e7e7e;
}

.offer div ul li{
	list-style: disc;
	margin-left: 30px;
}

.offer div ul li:not(:last-child) {
margin-bottom: 10px;
}

.offer p {
margin-bottom: 90px;
}

.offer div p {
margin-bottom: 30px;
}

.offer div {
margin-bottom: 90px;
}

.offer__more {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #7e7e7e;
  -webkit-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
}

.offer__more:hover {
  padding-left: 30px;
  -webkit-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
  color: #df3f37;
}

.offer__more::before {
  content: url(../img/row.svg);
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.offer__more:hover::before {
  content: url(../img/row.svg);
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.control {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
}

.swiper-pagination {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #7e7e7e;
}

.swiper-scrollbar {
  height: 5px;
  position: absolute;
  right: 0;
  top: -5px;
  width: 300px;
  cursor: pointer;
  background-color: #ffffff;
}

.front-slider .swiper-scrollbar-drag {
  background-color: #df3f37;
}

.result {
  padding: 180px 0 90px 0;
}

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

.result__container::before {
  position: absolute;
  content: url(../img/result-aside.svg);
  top: 0;
  left: -30px;
}

.result__left-column {
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.result__left-column span {
  font-size: 74px;
  font-weight: 700;
}

.result__left-column h2 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.result__right-column {
  font-size: 20px;
  font-weight: 400;
}

.result__right-column p {
  margin-bottom: 20px;
}

.result__right-column .offer__more {
  font-size: 16px;
}

.fr-morgage {
  background: #f5f5f5;
  padding: 130px 0 130px;
}

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

.fr-morgage .offer__more {
  font-size: 16px;
}

.fr-morgage__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 24%;
  position: relative;
  cursor: default;
}

.fr-morgage__item h4,
.fr-morgage__item p {
  position: relative;
  z-index: 10;
}

.fr-morgage__item p {
  color: #7e7e7e;
}

.fr-morgage__item:not(:first-child) {
  padding: 75px 90px 40px 40px;
  background: #ffffff;
}

.fr-morgage h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.fr-morgage__item:first-child {
  padding: 25px 0 20px 0;
}

.fr-morgage__item:first-child h3 {
  margin-bottom: 20px;
}

.fr-morgage__item:first-child p {
  margin-bottom: 40px;
  font-size: 20px;
}

.fr-morgage__item:not(:first-child) p {
  font-size: 16px;
}

.fr-morgage__item:nth-child(2)::before {
  position: absolute;
  content: url(../img/article-fill.svg);
  top: 25px;
  z-index: 10;
}

.fr-morgage__item:nth-child(2)::after {
  content: "";
  height: 100%;
  width: 10px;
  max-width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #a7d7ed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fr-morgage__item:nth-child(2):hover::after {
  width: 100%;
  max-width: 1000px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fr-morgage__item:nth-child(2):hover::before {
  content: url(../img/article-fill-w.svg);
}

.fr-morgage__item:nth-child(3)::before {
  position: absolute;
  content: url(../img/clipboard-fill.svg);
  top: 25px;
  z-index: 10;
}

.fr-morgage__item:nth-child(3)::after {
  content: "";
  height: 100%;
  width: 10px;
  max-width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #d0e3ac;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fr-morgage__item:nth-child(3):hover::after {
  width: 100%;
  max-width: 1000px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fr-morgage__item:nth-child(3):hover::before {
  content: url(../img/clipboard-fill-w.svg);
}

.fr-morgage__item:nth-child(4)::before {
  position: absolute;
  content: url(../img/file-chart-2-fill.svg);
  top: 25px;
  z-index: 10;
}

.fr-morgage__item:nth-child(4)::after {
  content: "";
  height: 100%;
  width: 10px;
  max-width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #c6d2e5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fr-morgage__item:nth-child(4):hover::after {
  width: 100%;
  max-width: 1000px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fr-morgage__item:nth-child(4):hover::before {
  content: url(../img/file-chart-2-fill-w.svg);
}

h3 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

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

.choice__form .select {
  margin-right: 20px;
}

.select {
  position: relative;
}

.select__header {
  padding: 20px 30px;
  background: #f5f5f5;
  color: #000000;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  border: 1px solid #f5f5f5;
}

.select__header::before {
  position: absolute;
  content: url(../img/arrow-down-s-fill.svg);
  top: 50%;
  right: 30px;
  z-index: 20;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select__placeholder {
  position: absolute;
  padding: 20px 30px;
  background: #f5f5f5;
  color: #b5b5b5;
  z-index: 10;
  border-radius: 8px;
  width: 100%;
  top: 0;
  left: 0;
}

.select__placeholder.cls {
  display: none;
}

.select__body {
  display: none;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  border: 1px solid #df3f37;
  border-top: unset;
}

.select__item {
  padding: 20px 30px;
  background: #f5f5f5;
  color: #000000;
  border-bottom: 1px solid #a7a7a7;
  cursor: pointer;
}

.select__item:hover {
  background: #ececec;
}

.select__item:first-child {
  border-top: none;
}

.select__item:last-child {
  border: none;
}

.is-active .select__body {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 50 !important;  
}

.select__header:hover {
  background: #ffffff;
  border: 1px solid #df3f37;
}

.select__header:hover .select__placeholder,
.is-active .select__placeholder {
  background: #ffffff;
}

.is-active .select__header {
  border-radius: 8px 8px 0 0;
  border: 1px solid #df3f37;
  background: #ffffff;
}

.is-active .select__header::before {
  position: absolute;
  content: url(../img/arrow-down-s-fill.svg);
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%) scale(-1);
          transform: translate(0, -50%) scale(-1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 170px;
  padding-bottom: 170px;
}

.choice__img {
  margin-right: 35px;
  position: relative;
}

.choice__img::before {
  position: absolute;
  content: url(../img/choice-bef.svg);
  bottom: -30px;
  left: 0;
}

.choice__content {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.choice__txt {
  margin-bottom: 60px;
}

.choice__txt h3 {
  margin-bottom: 45px;
}

.choice__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tw {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.tr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%;
}

.sxt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  max-width: 17%;
}

.choice__btn {
  padding: 24px;
  color: #ffffff;
  background-color: #df3f37;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.choice__btn:hover {
  background-color: #aa2923;
}

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

.choice .select {
  font-size: 20px;
}

.choice p {
  font-size: 20px;
  color: #7e7e7e;
}

.choice__txt-rt {
  border: 6px solid #000000;
  padding: 80px 40px 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.choice__txt-rt span {
  font-size: 30px;
  line-height: 37px;
}

.object {
  padding-top: 140px;
  padding-bottom: 120px;
  background: #f5f5f5;
}

.object__title {
  margin-bottom: 55px;
}

.object__title span {
  display: inline-block;
  margin-left: 30px;
  font-size: 30px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: 400;
  line-height: 37px;
}

.object .wrapper {
  position: relative;
}

.object .swiper-button-prev,
.object .swiper-button-next {
  background: #ffffff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.object .swiper-button-prev:hover,
.object .swiper-button-next:hover {
  background: #000000;
}

.object .swiper-button-prev {
  left: 65px;
}

.object .swiper-button-next {
  right: 65px;
}

.object .swiper-button-prev:hover:after,
.object .swiper-button-next:hover:after {
  content: url(../img/obj-row-w.svg);
}

.object .swiper-button-prev:after {
  content: url(../img/obj-row.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: unset;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.object .swiper-button-next:after {
  content: url(../img/obj-row.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-object__item:hover .slider-object__more {
  position: absolute;
  background-color: #df3f37;
  color: #ffffff;
  width: auto;
  height: auto;
  font-weight: 600;
  padding: 25px 35px;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider-object__more {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider-object__item:hover .ibg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.slider-object .ibg {
  height: 330px;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.slider-object__img-over {
  position: relative;
  height: 330px;
  overflow: hidden;
  margin-bottom: 35px;
}

.slider-object__img {
  overflow: hidden;
}

.description__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #000000;
}

.description__inf {
  font-size: 16px;
  line-height: 19px;
  color: #7e7e7e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bilboard {
  margin-bottom: 170px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/bckg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bckg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bilboard__content {
  text-align: center;
}

.bilboard__more {
  position: absolute;
  display: block;
  bottom: 70px;
  margin-bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #ffffff;
}

.bilboard h2 {
  font-size: 75px;
  line-height: 92px;
  color: #ffffff;
  font-weight: 700;
}

.bilboard span {
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #ffffff;
}

.banks {
  fill: #c5c5c5;
}

.banks:hover {
  fill: #000000;
}

.partner {
  margin-bottom: 100px;
}

.partner h3 {
  margin-bottom: 170px;
}

.partner h3 span {
  display: inline-block;
  margin-left: 30px;
  font-size: 30px;
  text-transform: uppercase;
  color: #b5b5b5;
  font-weight: 400;
  line-height: 37px;
}

.partner__slider {
  margin-bottom: 110px;
}



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

.partner__left-column {
  position: relative;
  padding: 60px 0 40px 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  cursor: default;
}

.partner__left-column p {
  font-size: 20px;
  line-height: 24px;
  color: #7e7e7e;
  margin-bottom: 55px;
}

.partner__more {
  font-size: 16px;
}

.partner__left-column::before, .partner__righ-column::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 7px;
  max-width: 7px;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.partner__left-column:hover::before, .partner__righ-column:hover::before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.partner__righ-column {
  position: relative;
  padding: 60px 0 40px 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  cursor: default;
}

.partner__righ-column p {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  margin-bottom: 40px;
}

.partner__btn {
  text-align: center;
  padding: 25px 0;
  width: 225px;
  border-radius: 8px;
  background: #df3f37;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}

.partner__btn:hover {
  background: #aa2923;
}

.partner .swiper-button-prev-pr,
.partner .swiper-button-next-pr {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #f5f5f5;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.partner .swiper-button-prev-pr {
  left: 0;
}

.partner .swiper-button-next-pr {
  right: 0;
}

.partner .swiper-button-prev-pr:hover,
.partner .swiper-button-next-pr:hover {
  background: #000000;
}

.partner .swiper-button-prev-pr:hover:after,
.partner .swiper-button-next-pr:hover:after {
  content: url(../img/obj-row-w.svg);
}

.partner .swiper-button-prev-pr:after {
  content: url(../img/obj-row.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: unset;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}

.partner .swiper-button-next-pr:after {
  content: url(../img/obj-row.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.partner__sl-wr {
  padding: 0 130px;
  position: relative;
}

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

.bilboard-btm {
  height: 560px;
  margin-bottom: 100px;
}

.bilboard-btm__bg {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../img/bilbrd-btm.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bilbrd-btm.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

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

.bilboard-btm .wrapper {
  position: relative;
}

.bilboard-btm__more {
  position: absolute;
  bottom: 70px;
  margin-bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #ffffff;
}

.bilboard-btm h2 {
  font-size: 75px;
  line-height: 92px;
  color: #ffffff;
  font-weight: 700;
}

.bilboard-btm span {
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #ffffff;
}

.contact-fr {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-fr h5 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-fr p {
  font-size: 20px;
  line-height: 24px;
  color: #7e7e7e;
}

.contact-fr__left-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-fr__left-column p {
  margin-bottom: 30px;
}

.contact-fr__more {
  margin-bottom: 60px;
}

.contact-fr__inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-fr__inf span {
  font-size: 20px;
  line-height: 24px;
  color: #7e7e7e;
}

.contact-fr__tel {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-fr__right-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-fr__btn {
  margin-top: auto;
  padding: 25px 0;
  text-align: center;
  width: 225px;
  border-radius: 8px;
  background: #df3f37;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}

.contact-fr__btn:hover {
  background: #aa2923;
}

.footer {
  padding-top: 65px;
  padding-bottom: 40px;
  background: #f5f5f5;
  color: #7e7e7e;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
  position: relative;
}

.footer__top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
  bottom: 0;
}

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

.footer__logo svg:hover {
  fill: #df3f37;
}

.footer__logo-desc {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #7e7e7e;
  font-weight: 500;
}

.footer__item:not(:last-child) {
  margin-right: 45px;
}

.footer__item:hover {
  color: #df3f37;
}

.footer__btm {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}

.footer__v-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.footer__v-w a:first-child {
  display: block;
  margin-right: 40px;
}

.footer__ico {
  fill: #7e7e7e;
}

.footer__ico:hover {
  fill: #000000;
}

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

.footer__vk-ins a:first-child {
  display: block;
  margin-right: 15px;
}

.footer__logo:hover .footer__logo-desc {
  display: inline-block;
  width: auto;
  height: auto;
  opacity: 1;
  margin-left: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #7e7e7e;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*----Apartaments----*/
.apartaments {
  margin-top: 210px;
}

.apartaments__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.apartaments__open-aside {
  display: none;
}

.apartaments__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  max-width: 25%;
  margin-right: 60px;
}

.apartaments__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
  max-width: 75%;
  margin-bottom: 85px;
}

.apartaments__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px;
}

.apartaments__button-more {
  padding: 24px 60px;
  margin: 0 auto;
  max-width: 235px;
}

.aside {
  padding: 30px;
  background-color: #f5f5f5;
}

.aside__complexes {
  margin-bottom: 20px;
}

.aside .select__header,
.aside .select__item,
.aside .select__placeholder {
  background: #fff;
}

.aside .select__body {
  z-index: 3;
}

.aside__price {
  margin-bottom: 30px;
}

.aside__element-title {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.aside__rooms {
  margin-bottom: 30px;
}

.aside__square {
  margin-bottom: 35px;
}

.aside__storey {
  margin-bottom: 35px;
}

.aside__repair {
  margin-bottom: 20px;
}

.aside__readiness {
  margin-bottom: 30px;
}

.aside__checkboxs {
  margin-bottom: 50px;
}

.aside__discharge {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}

.aside__discharge::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 1px;
  background: #b5b5b5;
}

.aside__discharge::after {
  content: url(../img/row.svg);
  position: absolute;
  top: -5px;
  left: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}

.aside__discharge:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.aside__discharge:hover .aside__discharge-text {
  left: 30px;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
  color: #df3f37;
}

.aside__discharge-text {
  cursor: pointer;
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.aside__button {
  padding: 25px 0;
}

.aside .noUi-handle:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.price-filtr__title {
  margin-bottom: 20px;
}

.price-filtr__value {
  background-color: #ffffff;
  padding: 19px 0 14px 30px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.price-filtr__value input {
  color: #000000;
  font-weight: bold;
}

.price-filtr__value:hover {
  border: 1px solid #df3f37;
}

.price-filtr__line {
  height: 3px;
  background: #b5b5b5;
  margin: 0 8px 0 0;
  position: relative;
  top: -3px;
}

.price-filtr__line::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #b5b5b5;
  width: 8px;
  right: -8px;
  top: 0;
}

.price-filtr__line .noUi-base,
.price-filtr__line .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.price-filtr__line .noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.price-filtr__line .noUi-origin {
  height: 10%;
  width: 10%;
}

.price-filtr__line .noUi-horizontal .noUi-origin {
  height: 0;
}

.price-filtr__line .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.price-filtr__line .noUi-handle {
  background: #aa2923;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: default;
  bottom: -7px;
  right: -10px;
}

.price-filtr__line .noUi-connect,
.price-filtr__line .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.price-filtr__line .noUi-tooltip {
  display: none;
}

.price-filtr__line .noUi-connect {
  height: 100%;
  width: 100%;
  background: #df3f37;
}

.rooms-aside__title {
  margin-bottom: 10px;
}

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

.rooms-aside__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

.rooms-aside__input {
  display: none;
}

.rooms-aside__item-text {
  padding: 15px 40px 15px 40px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.rooms-aside__item-text:hover {
  background-color: #df3f37;
  color: #fff;
}

.rooms-aside__item-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.rooms-aside__input:checked + .rooms-aside__item-text {
  background-color: #000000;
  color: #ffffff;
  text-align: unset;
}

.rooms-aside__input:checked + .rooms-aside__item-text::after {
  content: url(../img/cloose.svg);
}

.square-aside__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.square-aside__values {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.square-aside__line {
  height: 3px;
  background: #b5b5b5;
  margin: 0 8px 0 0;
  position: relative;
}

.square-aside__line::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #b5b5b5;
  width: 8px;
  right: -8px;
  top: 0;
}

.square-aside__line .noUi-base,
.square-aside__line .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.square-aside__line .noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.square-aside__line .noUi-origin {
  height: 10%;
  width: 10%;
}

.square-aside__line .noUi-horizontal .noUi-origin {
  height: 0;
}

.square-aside__line .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.square-aside__line .noUi-handle {
  background: #aa2923;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: default;
  bottom: -7px;
  right: -10px;
}

.square-aside__line .noUi-connect,
.square-aside__line .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.square-aside__line .noUi-connect {
  height: 100%;
  width: 100%;
  background: #df3f37;
}

.storey-aside__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.storey-aside__values {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.storey-aside__line {
  height: 3px;
  background: #b5b5b5;
  margin: 0 8px 0 0;
  position: relative;
}

.storey-aside__line::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #b5b5b5;
  width: 8px;
  right: -8px;
  top: 0;
}

.storey-aside__line .noUi-base,
.storey-aside__line .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.storey-aside__line .noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.storey-aside__line .noUi-origin {
  height: 10%;
  width: 10%;
}

.storey-aside__line .noUi-horizontal .noUi-origin {
  height: 0;
}

.storey-aside__line .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.storey-aside__line .noUi-handle {
  background: #aa2923;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: default;
  bottom: -7px;
  right: -10px;
}

.storey-aside__line .noUi-connect,
.storey-aside__line .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.storey-aside__line .noUi-connect {
  height: 100%;
  width: 100%;
  background: #df3f37;
}

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

.repair-aside__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.repair-aside__input {
  display: none;
}

.repair-aside__item-text {
  padding: 15px 40px 15px 40px;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.repair-aside__item-text:hover {
  background-color: #df3f37;
  color: #fff;
}

.repair-aside__item-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.repair-aside__input:checked + .repair-aside__item-text {
  background-color: #000000;
  color: #ffffff;
  text-align: unset;
}

.repair-aside__input:checked + .repair-aside__item-text::after {
  content: url(../img/cloose.svg);
}

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

.checkboxs-aside__item {
  margin-bottom: 30px;
}

.checkboxs-aside__item label {
  position: relative;
  padding-left: 90px;
}

.checkboxs-aside__item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 70px;
  height: 34px;
  background: #ffffff;
  border-radius: 20px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.checkboxs-aside__item label:hover::after {
  -webkit-transform: translate(0, -50%) scale(1.2);
          transform: translate(0, -50%) scale(1.2);
}

.checkboxs-aside__item label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 35px;
  height: 34px;
  background: #b5b5b5;
  border-radius: 50%;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.checkboxs-aside .switch-aside:checked + label::before {
  background: #df3f37;
}

.checkboxs-aside .switch-aside:checked + label::after {
  left: 35px;
  background: #aa2923;
}

.checkboxs-aside .switch-aside {
  display: none;
}

.element-apartaments {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
  cursor: pointer;
  padding: 32px 0;
}

.element-apartaments:not(:nth-child(3n)) {
  margin-right: 40px;
  margin-bottom: 5px;
}

.element-apartaments:hover {
  -webkit-box-shadow: -12px 20px 18px 0 rgba(0, 0, 0, 0.3);
          box-shadow: -12px 20px 18px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}

.element-apartaments:hover .element-apartaments__information {
  left: 30px;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.element-apartaments:hover .element-apartaments__buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.element-apartaments__img {
  width: 100%;
  height: 220px;
  margin: 0 30px 60px;
}

.element-apartaments__information {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.element-apartaments__title, .element-apartaments__price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.element-apartaments__description {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 30px;
}

.element-apartaments__price {
  margin-bottom: 45px;
}

.element-apartaments__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.element-apartaments__bay {
  margin-right: 100px;
}

.element-apartaments__reservation, .element-apartaments__bay {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}

.element-apartaments__reservation::before, .element-apartaments__bay::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.element-apartaments__reservation::before {
  content: url(../img/reservation.svg);
}

.element-apartaments__bay::before {
  content: url(../img/bay.svg);
}

/*----Hypothec----*/
.hypothec-programs {
  margin-bottom: 160px;
}

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

.hypothec-programs__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
  font-size: 54px;
  line-height: 66px;
  font-weight: 600;
}

.hypothec-programs__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  max-width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hypothec-programs__item {
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.programs-item {
  padding: 40px 0 37px 90px;
  position: relative;
  cursor: pointer;
}

.programs-item:not(:last-child) {
  margin-right: 50px;
}

.programs-item:hover::before {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.programs-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background-color: #b5b5b5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.programs-item__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 25px;
}

.programs-item__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #7e7e7e;
  margin-bottom: 45px;
}

.programs-item__list {
  margin-bottom: 40px;
  padding: 0 0 0 25px;
}

.programs-item__list-item {
  position: relative;
  margin-bottom: 25px;
}

.programs-item__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #df3f37;
}

.programs-item__button {
  font-size: 16px;
  line-height: 19px;
  color: #7e7e7e;
  position: relative;
}

.programs-item__button span {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.programs-item__button::before {
  content: url(../img/row.svg);
  position: absolute;
  top: -3px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}

.programs-item:hover .programs-item__button::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.programs-item:hover .programs-item__button span {
  color: #df3f37;
  left: 30px;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.menu-terms-of-sale {
  margin-top: 100px;
  margin-bottom: 20px;
}

.menu-terms-of-sale__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-terms-of-sale__item {
  position: relative;
}

.menu-terms-of-sale__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 3px;
  background-color: transparent;
}

.menu-terms-of-sale__item.active::after {
  background-color: #df3f37;
}

.menu-terms-of-sale__item:not(:last-child) {
  margin-right: 70px;
}

.menu-terms-of-sale__item:hover .menu-terms-of-sale__link {
  color: #df3f37;
}

.preview-terms-of-sale {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 230px;
  margin-bottom: 160px;
}

.preview-terms-of-sale__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preview-terms-of-sale__left-sections {
  position: relative;
}

.preview-terms-of-sale__left-sections::after {
  content: url(../img/fr-bolls.svg);
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: 10;
}

.preview-terms-of-sale__img {
  width: 505px;
  height: 515px;
}

.preview-terms-of-sale__right-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.preview-terms-of-sale__title {
  margin-top: auto;
  font-size: 54px;
  line-height: 66px;
  font-weight: 600;
  margin-bottom: 20px;
}

.preview-terms-of-sale__description {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 100px;
}

.preview-terms-of-sale__list {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.preview-terms-of-sale__item:not(:last-child) {
  margin-bottom: 15px;
}

.preview-terms-of-sale__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 25px 45px;
}

.hypothec-selection {
  background-color: #f5f5f5;
  padding: 130px 0 22px;
  margin-bottom: 140px;
}

.hypothec-selection__title {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
}

.hypothec-selection__sum-and-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 210px;
  position: relative;
}

.hypothec-selection__sum-and-request::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: -110px;
  background-color: #7e7e7e;
}

.hypothec-selection__sum {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hypothec-selection__request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hypothec-selection__request-text {
  margin-right: 65px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400px;
  color: #7e7e7e;
}

.hypothec-selection__request-btn {
  padding: 23px 93px;
}

.bank-offers__offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.bank-offers__available, .bank-offers__inall {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.bank-offers__available {
  color: #000000;
}

.bank-offers__inall {
  color: #7e7e7e;
}

.bank-offers__slider-wrapper {
  padding: 0 110px;
  position: relative;
}

.bank-offers__slider-btn-prev, .bank-offers__slider-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.bank-offers__slider-btn-prev {
  left: 0;
}

.bank-offers__slider-btn-prev::before, .bank-offers__slider-btn-next::before {
  content: url(../img/slider-arrow.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bank-offers__slider-btn-prev::before {
  right: 50%;
  -webkit-transform: scale(-1, 1) translate(-50%, -50%);
          transform: scale(-1, 1) translate(-50%, -50%);
}

.bank-offers__slider-btn-next::before {
  left: 50%;
}

.bank-offers__slider-btn-next {
  right: 0;
}

.bank-offers__slider {
  margin-bottom: 30px;
}

.bank-offers__text {
  width: 50%;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  color: #b5b5b5;
}

.slider-bank-offers__item {
  padding: 45px 40px 40px;
  background-color: #fff;
  border-radius: 20px;
  max-height: 228px;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 58px;
  cursor: default;
}

.slider-bank-offers__item:hover {
  max-height: 286px;
  margin-bottom: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  background-color: #000000;
}

.slider-bank-offers__item:hover .slider-bank-offers__title,
.slider-bank-offers__item:hover .information-elem__value {
  color: #fff;
}

.slider-bank-offers__item:hover .slider-bank-offers__btn-more-details {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.slider-bank-offers__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #7e7e7e;
  margin-bottom: 41px;
}

.slider-bank-offers__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.slider-bank-offers__information-elem {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.slider-bank-offers__btn-more-details {
  font-size: 19px;
  line-height: 16px;
  font-weight: 500;
  color: #df3f37;
  position: relative;
  left: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.slider-bank-offers__btn-more-details::before {
  content: url(../img/row.svg);
  position: absolute;
  top: -5px;
  left: -30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.information-elem__title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #b5b5b5;
  margin-bottom: 20px;
}

.information-elem__value {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  color: #000;
}

.options-credit {
  margin-bottom: 75px;
}

.options-credit__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 40px;
}

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

.options-credit__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
}

.options-credit__element-name {
  color: #b5b5b5;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.options-credit__element-input {
  padding: 22px 0 22px 30px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.options-credit .real-estat-price,
.options-credit .initial-fee,
.options-credit .calculation-mode {
  max-width: 23%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
}

.options-credit .initial,
.options-credit .age {
  max-width: 11%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
}

.options-credit .select__header {
  padding: 22px 30px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.options-credit .select__placeholder {
  padding: 22px 30px;
  background: #ffffff;
}

.options-credit .select__item {
  background-color: #fff;
}

.options-credit .noUi-base,
.options-credit .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.options-credit .noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.options-credit .noUi-origin {
  height: 10%;
  width: 10%;
}

.options-credit .noUi-horizontal .noUi-origin {
  height: 0;
}

.options-credit .noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.options-credit .noUi-handle {
  background: #aa2923;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: default;
  bottom: -7px;
  right: -10px;
}

.options-credit .noUi-connect,
.options-credit .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.options-credit .noUi-tooltip {
  display: none;
}

.options-credit .noUi-connect {
  height: 100%;
  width: 100%;
  background: #df3f37;
}

.real-estat-price-line,
.initial-fee-line,
.initial-line,
.age-line {
  height: 3px;
  background: #b5b5b5;
  margin: 0 8px 0 0;
  position: relative;
  top: -3px;
}

.real-estat-price-line::after,
.initial-fee-line::after,
.initial-line::after,
.age-line::after {
  content: "";
  position: absolute;
  height: 3px;
  background: #b5b5b5;
  width: 8px;
  right: -8px;
  top: 0;
}

/*----Treid-in----*/
.treid-in-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
}

.treid-in-work__title {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  margin-top: auto;
  margin-bottom: auto;
}

.treid-in-work__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.treid-in-work__element {
  position: relative;
}

.treid-in-work__element:hover::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  background-color: #df3f37;
}

.treid-in-work__element::before {
  content: "1";
  position: absolute;
  top: 0;
  right: 0;
  padding: 33px 41px;
  background-color: #959595;
  z-index: 1;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.treid-in-work__element:nth-child(2)::before {
  content: "2";
}

.treid-in-work__element:nth-child(3)::before {
  content: "3";
}

.element-treid-in-work .ibg {
  background-size: contain;
}

.element-treid-in-work__img {
  width: 323px;
  height: 312px;
  margin-bottom: 60px;
}

.element-treid-in-work__text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 20px;
}

.treid-in-form {
  padding: 130px 0 115px;
  background-color: #f5f5f5;
}

.treid-in-form__title, .treid-in-form__sub-title {
  text-align: center;
}

.treid-in-form__title {
  font-size: 56px;
  line-height: 68px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

.treid-in-form__sub-title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  color: #b5b5b5;
  margin-bottom: 110px;
}

.treid-in-form__form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.treid-in-form__form {
  margin-bottom: 110px;
}

.treid-in-form__form .button-red {
  padding: 24px 45px;
  font-size: 14px;
  line-height: 18px;
}

.treid-in-form__input {
  padding: 21px 0 21px 30px;
  font-size: 20px;
  line-height: 24px;
  margin-right: 40px;
  min-width: 420px;
}

.treid-in-form__form-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #b5b5b5;
  margin-top: 40px;
}

.treid-in-form__lower-text {
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
}

/*----Complexs----*/
.complexs {
  margin-top: 120px;
  margin-bottom: 160px;
}

.complexs__item {
  margin-bottom: 100px;
}

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

.item-complexs:hover .item-complexs__content::before {
  width: 110%;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.item-complexs__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  margin-right: 70px;
  height: 590px;
}

.item-complexs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.item-complexs__content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  width: 0px;
  background: #f5f5f5;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  z-index: -1;
}

.item-complexs__title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.item-complexs__structure {
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
  color: #df3f37;
  margin-bottom: 60px;
}

.item-complexs__rooms {
  margin-bottom: 80px;
}

.item-complexs__button-more {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 24px 58px;
}

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

.rooms-item-complexs__elements {
  border: 1px solid #707070;
  margin-right: 20px;
}

.rooms-item-complexs__element {
  display: inline-block;
  padding: 13px 29px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #b5b5b5;
}

.rooms-item-complexs__element:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  background-color: #707070;
  width: 1px;
}

.rooms-item-complexs__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
  color: #b5b5b5;
}

/*----Apartament----*/
.apartament-preview {
  position: relative;
  margin-bottom: 70px;
}

.apartament-preview::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(3, 3, 3, 0.5);
}

.apartament-preview__img {
  height: 460px;
  width: 100%;
}

.apartament-preview__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 53px;
  white-space: nowrap;
  z-index: 2;
}

.apartament-tabs {
  padding: 0 40px;
}

.tabs {
  position: relative;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 50px;
}

.tabs__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #b5b5b5;
}

.tabs__close {
  position: absolute;
  top: 5px;
  right: 40px;
  background: url(../img/popup-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.tabs__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-right: 70px;
  padding-bottom: 18px;
  position: relative;
  cursor: pointer;
}

.tabs__title.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #df3f37;
  z-index: 1;
}

.tabs__container {
  padding-bottom: 90px;
  position: relative;
}

.tabs__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #b5b5b5;
}

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

.item-tabs__left-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.item-tabs__img {
  height: 450px;
  margin-bottom: 15px;
  display: none !important;
}

.item-tabs__img.ibg {
  background-size: contain;
}

.item-tabs__img.active {
  display: block !important;
}


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

.item-tabs__btn {
  position: relative;
}

.item-tabs__btn:not(:last-child) {
  margin-right: 70px;
}

.item-tabs__btn:hover .item-tabs__btn-link {
  color: #df3f37;
}

.item-tabs__btn::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
}

.item-tabs__btn-link {
  padding-left: 34px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.item-tabs__right-sections {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-tabs__right-sections .item-tabs__btn:not(:last-child) {
  margin-right: 50px;
}

.item-tabs__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 15px;
}

.item-tabs__information {
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 30px;
}

.item-tabs__price {
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 60px;
}

.item-tabs__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.item-tabs__registration-item {
  position: relative;
  cursor: pointer;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.item-tabs__registration-item span {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

.item-tabs__registration-item:hover span {
  left: 30px;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
  color: #df3f37;
}

.item-tabs__registration-item:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.item-tabs__registration-item:not(:last-child) {
  margin-right: 110px;
}

.item-tabs__registration-item::before {
  content: url(../img/row.svg);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.print-out::before {
  content: url(../img/print-out.svg);
}

.send-email::before {
  content: url(../img/send-email.svg);
}

.buy::before {
  content: url(../img/buy.svg);
}

.book-an-apartment::before {
  content: url(../img/book-an-apartament.svg);
}

.excursion::before {
  content: url(../img/vip-line.svg);
}

/*----Apartament-popup----*/
.popup-apartaments .popup__content {
  width: 1360px;
  height: auto;
}

/*----IBG----*/
.lazy-ibg,
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.lazy-ibg img,
.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.button-red {
  background-color: #df3f37;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
}

.button-red:hover {
  background-color: #aa2923;
}

/*----Present----*/
.presentation {
  height: 716px;
  position: relative;
  margin-bottom: 80px;
}

.presentation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0303038f;
  z-index: 1;
}

.presentation .wrapper {
  height: 100%;
}

.presentation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.presentation__title {
  color: #fff;
  font-size: 54px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 30px;
}

.presentation__text {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.choose-apartament {
  margin-bottom: 90px;
}

.choose-apartament__title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 35px;
}

.choose-apartament__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 97%;
  margin-left: auto;
  background-color: #f5f5f5;
  padding-left: 195px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.choose-apartament__content::before {
  content: url(../img/choice-bef.svg);
  position: absolute;
  top: 50%;
  left: -46px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.choose-apartament__rooms {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
}

.choose-apartament__storey {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.choose-apartament__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
  text-align: center;
  padding: 35px 0;
}

.choose-apartament__total-proposals {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
  background: #fff;
  position: relative;
  padding: 58px 26px 44px 40px;
  border: 6px solid #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.choose-apartament__total-proposals span {
  font-size: 30px;
  line-height: 37px;
}

.about-complex {
  background-color: #f5f5f5;
  padding: 90px 0px 100px 0px;
  margin-bottom: 180px;
}

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

.about-complex__left-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  max-width: 43%;
  margin-right: 96px;
}

.about-complex__left-section p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-complex__title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-complex__sub-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #7e7e7e;
  margin-bottom: 100px;
}

.about-complex__right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.about-complex__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
}

.about-complex__image {
  width: 259px;
  height: 259px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.about-complex__image:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.about-fr {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 73px;
}

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

.about-fr__right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-fr h2 {
  margin-top: auto;
  margin-bottom: 95px;
  font-size: 44px;
  line-height: 50px;
  font-weight: 500;
  padding-left: 30%;
  position: relative;
}

.about-fr h2 span {
  font-size: 74px;
  font-weight: 700;
  line-height: 76px;
}

.about-fr h2:before {
  content: url(../img/about-fr.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.about-fr p {
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 400;
}

.about-fr__img {
  height: 540px;
  width: 100%;
  background-size: contain;
}

.map {
  padding-top: 130px;
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map__left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  max-width: 27%;
  padding: 100px 0;
}

.map__main-ofc {
  margin-bottom: auto;
  position: relative;
  padding-left: 40px;
}

.map__main-ofc h4 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 25px;
}

.map__main-ofc p {
  font-size: 20px;
  color: #7e7e7e;
}

.map__main-ofc::before {
  content: "";
  width: 5px;
  max-width: 5px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.map__main-ofc:hover::before {
  width: 100%;
  max-width: 100%;
  top: -100px;
  bottom: -100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map__sales-ofc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 40px;
  position: relative;
}

.map__sales-ofc span:first-child {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.map__sales-ofc a {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 10px;
}

.map__sales-ofc span:last-child {
  font-size: 20px;
  color: #7e7e7e;
}

.map__sales-ofc::before {
  content: "";
  width: 5px;
  max-width: 5px;
  background: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.map__sales-ofc:hover::before {
  width: 100%;
  max-width: 100%;
  top: -100px;
  bottom: -100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map-cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67%;
          flex: 0 0 67%;
  max-width: 67%;
  width: 100%;
  height: 630px;
}

.clb-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 140px;
  padding-bottom: 140px;
}

.clb-question__img {
  padding-left: 200px;
  position: relative;
}

.clb-question__img::before {
  content: url(../img/clbck-bef.png);
  position: absolute;
  top: -15px;
  left: -230px;
}

.clb-question .ring {
  width: 160px;
  height: 160px;
  background: #df3f37;
  border-radius: 50%;
  position: relative;
}

.clb-question .ring::before {
  content: "";
  position: absolute;
  width: 90px;
  max-width: 90px;
  max-height: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clb-question .ring:hover::before {
  width: 70px;
  height: 70px;
  max-width: 70px;
  max-height: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clb-question h5 {
  font-size: 25px;
  line-height: 37px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.clb-question__cont {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  max-width: 27%;
  padding-left: 50px;
  height: 100%;
  position: relative;
}

.clb-question__cont p {
  margin: auto 0;
  font-size: 18px;
  color: #7e7e7e;
}

.clb-question__cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #7e7e7e;
}

.btn-ch {
  width: 225px;
  padding: 24px 0;
  color: #ffffff;
  background: #df3f37;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}

.gr {
  background-color: #f5f5f5;
}

.docs-front {
  padding-top: 100px;
  padding-bottom: 70px;
  background: #f5f5f5;
}

.docs-front__img {
  height: 510px;
  width: 507px;
  background-size: contain;
}

.docs-front__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.docs-front__title {
  margin-top: auto;
  font-size: 54px;
  line-height: 66px;
  font-weight: 600;
  margin-bottom: 20px;
}

.docs-front__title-descr {
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  color: #7e7e7e;
  margin-bottom: 80px;
}

.docs-front__descr {
  margin-bottom: 90px;
  font-size: 20px;
  line-height: 24px;
}

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

.general-doc {
  padding: 130px 0;
}

.general-doc h3 {
  margin-bottom: 60px;
}

.general-doc__content {
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.general-doc__content.active {
  width: 100%;
  opacity: 1;
  height: auto;
  z-index: 10;
  -webkit-column-count: 2;
          column-count: 2;
}

.general-doc__item {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.general-doc__item a {
  padding-left: 25px;
  display: block;
  color: #000000;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.general-doc__item a::before {
  content: url(../img/dot.svg);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.general-doc__item a::after {
  content: url(../img/down.svg);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.general-doc__item span {
  display: block;
  color: #b5b5b5;
}

.general-doc__item:hover {
  list-style: none;
}

.general-doc__item:hover a {
  padding-left: 30px;
  color: #df3f37;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.general-doc__item:hover a::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.general-doc__item:hover a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.general-doc__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 70px;
}

.doc-tab__item {
  padding: 18px 0;
  position: relative;
  cursor: pointer;
}

.doc-tab__item.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #df3f37;
}

.doc-tab__item:hover {
  color: #df3f37;
}

.doc-tab__item:not(:last-child) {
  margin-right: 70px;
}

.view {
  margin-bottom: 120px;
  opacity: 0.5;
}

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

.view-tab__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.view-tab__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
          flex: 0 0 54%;
  max-width: 54%;
}

.tab-info__title {
  margin-bottom: 30px;
}

.tab-info__house {
  color: #7e7e7e;
  font-size: 20px;
}

.tab-info__floor {
  padding: 15px 0;
  width: 50px;
  border: 1px solid #b5b5b5;
  text-align: center;
}

.tab-info__floor.choose {
  background: #df3f37;
  color: #ffffff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.tab-info__floor:hover {
  background: #df3f37;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tab-info .dop-slug {
  display: block;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 50px;
}

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

.tab-house {
  height: 720px;
  width: 100%;
}

.view-tab__content {
  background: #f5f5f5;
}

polygon {
  fill: #ffffff;
  position: relative;
}

.view-section__item:hover {
  fill: #df3f37;
}

.view-section__item.choose {
  fill: #df3f37;
}

.view-tab__content-inner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

polygon::before {
  content: "1";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.view-info__item-container {
  padding: 70px 150px 100px 70px;
}

.view-info__item-container span {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 100px;
  display: block;
}

.flats-level {
  height: auto;
  width: 100%;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

.ibg.tab-house {
  background-size: cover;
}

.ibg.flats-area {
  width: 100%;
  height: 400px;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 30px;  
}

.view-schema__image {
  max-width: 100%;
  max-height: 500px;
  vertical-align: top;
}

.view-tab__flats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 -20px;
}

.flats__item {
  padding: 0px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  height: auto;
}

.flats__cont:hover {
  background-color: #df3f37;
  color: #fff;
}

.choose .flats__cont {
  background-color: #df3f37;
  color: #fff;
}

.view-section__svg {
  stroke: #b5b5b5;
  stroke-width: 4px;
}

.view-info__item-container.left-column {
  margin-top: 0;
  padding: 0 140px 0 0;
  margin-bottom: 100px;
}

.flats__cont {
  padding: 16px 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #b5b5b5;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 15px;
  display: block;
}

.flats-level-cont {
  padding: 50px 40px 50px 40px;
}

.flats-level-cont span {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 40px;
  display: block;
}

.flats-offer:last-child {
  margin-bottom: 0;
}

.flats-offer {
  position: relative;
  padding-left: 35px;
  line-height: 24px;
  cursor: pointer;
}

.flats-offer:hover {
  color: red;
}

.flats-buy::before {
  content: url(../img/mark.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 24px;
}

.flats-reserve::before {
  content: url(../img/lock.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 24px;
}

.flats-vr::before {
  content: url(../img/vip-line.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 24px;
}

.inner-reference .offer__more {
  margin: 0;
  color: #000000;
}

.view-schema__svg polygon {
  fill: transparent;
  display: block;
}

.view-schema__descript {
  padding: 15px 20px;
  background: #ffffff;
  z-index: 5;
  border: 2px solid #000000;
}

.active-link {
  background: #000000;
  color: #ffffff;
  padding: 15px 20px;
}

.active-l {
  cursor: pointer;
}

.inner-reference a:hover {
  color: red;
}

.view-section__description {
  position: absolute;
  font-size: 40px;
  font-weight: 600;
  color: #7e7e7e;
  cursor: pointer;
  z-index: 20;
  pointer-events: none;
}

.view-section__description.hover {
  color: #ffffff;
}

.left-column .view-section__description {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: #7e7e7e;
  z-index: -5;
}

.view-section {
  position: relative;
}

.tab-info__floor a {
  display: block;
}

.inner-card .wrapper {
  position: relative;
}

.flats-area__left-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flats-area__right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flats-area__compl-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 45px;
}

.inner-reference a {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.inner-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.info-flat__complex {
  margin-bottom: auto;
}

.info-flat__cont {
  font-size: 20px;
  color: #7e7e7e;
  display: block;
}

.stroy {
  font-size: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.flats-price {
  margin-bottom: 60px;
}

.flats-price-val {
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.flats-price-area {
  font-size: 20px;
  color: #7e7e7e;
}

.flats-offer {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.flats-area__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 60px 50px 60px 50px;
}

.left-column .view-section__svg {
  height: 160px;
}

.view-info__item-container.left-column span {
  margin-bottom: 25px;
}

.view-tab {
  height: 720px;
}

.view-info__item-container.left-column {
  margin-bottom: auto;
}

.left-column polygon {
  fill: transparent;
  z-index: 10;
}

.left-column .choose,
.left-column .hover {
  color: #ffffff;
  z-index: 15;
  pointer-events: none;
}

.view-schema__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left .dop-slug {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.left .tab-info__floor-content {
  margin: auto 0 auto 0;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.left .view-tab__top {
  margin-bottom: 25px;
}

.left-column .spn-sect {
  font-size: 20px;
  line-height: 24px;
}

.kv {
  font-size: 20px;
  margin-bottom: 25px;
  display: block;
}

.view-schema__svg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.flats__item a {
  display: block;
}

.view-schema__descript {
  position: absolute;
}

.lock-flats a {
  background: #bbbbbb;
}

.fl-hover {
  background: red;
}

.lock-flats {
  pointer-events: none;
}

polygon {
  display: block;
}

/*----Progress-construction----*/
.construction-progress {
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 90px;
  padding-bottom: 80px;
}

.construction-progress .wrapper {
  position: relative;
}

.construction-progress__container {
  width: 37%;
  padding: 50px 0 50px 80px;
}

.construction-progress__title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}

.construction-progress__timing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.construction-progress__gallery {
  position: absolute;
  top: 0;
  right: 0;
  width: 63%;
}

.construction-progress__gallery .swiper-button-next,
.construction-progress__gallery .swiper-button-prev {
  display: none;
}

.construction-progress__gallery .swiper-pagination-fraction {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  left: auto;
  bottom: 0;
  padding: 14px 243px 12px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.construction-progress__gallery .swiper-scrollbar {
  display: block !important;
  height: 4px;
  position: absolute;
  right: 0;
  width: 231px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 10px;
  z-index: 10;
}

.construction-progress__gallery .swiper-scrollbar-drag {
  background: #df3f37;
  width: 77px !important;
}

.construction-progress__gallery-year {
  display: block !important;
}

.construction-progress__gallery-year.gui-hidden {
  display: none !important;
}

.construction-progress__gallery-img {
  height: 715px;
}

.timing-construction__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
  color: #7e7e7e;
  margin-bottom: 30px;
}

.timing-construction__start {
  margin-right: 60px;
}

.timing-construction__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #7e7e7e;
}

.timing-construction__text span {
  font-weight: 700;
}

.year-progress {
  margin-bottom: 80px;
}

.year-progress__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.year-progress__list::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 50px;
  height: 1px;
  background-color: #7e7e7e;
}

.year-progress__item {
  position: relative;
}

.year-progress__item:not(:last-child) {
  /*margin-right: 50px;*/
  margin-right: 40px;
}

.year-progress__link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 0 20px;
}

.year-progress__link:hover {
  color: #df3f37;
}

.year-progress__link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 3px;
  background-color: #df3f37;
}

.month-progress__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}

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

.month-progress .swiper-pagination-bullet-active {
  background: transparent;
}

.month-progress .swiper-pagination-bullet-active a {
  padding-left: 30px;
}

.month-progress .swiper-pagination-bullet-active a:hover {
  color: #df3f37;
}

.month-progress .swiper-pagination-bullet-active a::before {
  content: url(../img/row.svg);
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.month-progress .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.month-progress .swiper-pagination-bullet a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #7e7e7e;
  position: relative;
  -webkit-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
}

.month-progress .swiper-pagination-bullet a:hover {
  padding-left: 30px;
  -webkit-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
  color: #df3f37;
}

.month-progress .swiper-pagination-bullet a:hover::before {
  content: url(../img/row.svg);
  position: absolute;
  top: -2px;
  left: 0;
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.month-progress__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  margin-bottom: 30px;
}

/*----Popup----*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s, visibility 0.6s, z-index 0.6s;
  transition: opacity 0.6s, visibility 0.6s, z-index 0.6s;
}

.popup.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s, visibility 0.6s, z-index 0.6s;
  transition: opacity 0.6s, visibility 0.6s, z-index 0.6s;
}

.popup__body {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__content {
  width: 726px;
  height: 782px;
  background-color: #fff;
  padding: 30px 0 60px 0;
}

.form-popup__header {
  text-align: center;
  padding: 50px 30px 50px 0;
  position: relative;
}

.form-popup__title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}

.form-popup__close {
  position: absolute;
  top: 0;
  right: 41px;
  background: url(../img/popup-close.svg);
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.form-popup__body {
  background-color: #f5f5f5;
  padding: 50px 50px 70px;
}

.form-popup__two-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  max-height: 65px;
}

.form-popup__two-inputs div {
  width: 46%;
}

.form-popup__input:first-child {
  margin-bottom: 20px;
}

.form-popup__text-fild {
  width: 100%;
}

.form-popup__textarea {
  width: 100%;
  margin-bottom: 60px;
}

.form-popup__textarea textarea {
  width: 100%;
  height: 200px;
}

.form-popup textarea, .form-popup__text-fild {
  padding: 20px 0 20px 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 4px;
}

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

.form-popup__text {
  width: 246px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.form-popup__btn {
  padding: 24px 45px;
}

.popup-banks .popup__body .popup__content {
  padding-top: 110px;
}

.popup-banks .form-popup__close {
  top: -80px;
}

.bank-popup {
  position: relative;
}

.bank-popup__img {
  widows: 308px;
  height: 48px;
  background-size: contain;
  margin-bottom: 45px;
}

.bank-popup__bet {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
  padding: 54px 0;
  text-align: center;
  background-color: #959595;
  margin-bottom: 30px;
  color: #fff;
}

.bank-popup__list {
  padding-left: 50px;
  margin-bottom: 25px;
}

.bank-popup__list li {
  padding-left: 25px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.bank-popup__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #df3f37;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.bank-popup__list li:not(:last-child) {
  margin-bottom: 15px;
}

.bank-popup__conditions {
  padding: 20px 0 20px 50px;
  position: relative;
  margin-bottom: 20px;
}

.bank-popup__conditions a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #7e7e7e;
}

.bank-popup__conditions::before, .bank-popup__conditions::after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  height: 1px;
  background: #b5b5b5;
}

.bank-popup__conditions::before {
  top: 0;
}

.bank-popup__conditions::after {
  bottom: 0;
}

.bank-popup__license {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #b5b5b5;
  padding-left: 50px;
  margin-bottom: 60px;
}

.bank-popup__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  padding: 24px 45px;
}

.popup-call {
  position: fixed;
  width: 100%;
  height: 0%;
  background: #df3f37;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.6s, z-index 0.6s, height 0.6s;
  transition: visibility 0.6s, z-index 0.6s, height 0.6s;
}

.popup-call.open {
  z-index: 999;
  visibility: visible;
  height: 100%;
  -webkit-transition: visibility 0.6s, z-index 0.6s, height 0.6s;
  transition: visibility 0.6s, z-index 0.6s, height 0.6s;
}

.popup-call.open .popup-call__content {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.popup-call__content {
  width: 880px;
  height: 508px;
  background: #df3f37;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.popup-call__body {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-call__logo {
  text-align: center;
  margin-bottom: 130px;
}

.popup-call__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.popup-call__input {
  width: 48%;
}

.popup-call__input input {
  width: 100%;
  padding: 20px 0 20px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #b5b5b5;
}

.popup-call__input:hover input {
  background-color: #df3f37;
  border-color: #fff;
  color: #fff;
}

.popup-call__input:hover input::-webkit-input-placeholder {
  color: #fff;
}

.popup-call__input:hover input:-ms-input-placeholder {
  color: #fff;
}

.popup-call__input:hover input::-ms-input-placeholder {
  color: #fff;
}

.popup-call__input:hover input::placeholder {
  color: #fff;
}

.popup-call__input-submit {
  margin: 45px auto 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.popup-call__btn {
  padding: 24px 72px;
  border: 1px solid #fff;
}

.popup-call__btn:hover {
  border: 1px solid transparent;
}

.popup-call__text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #b5b5b5;
  text-align: center;
}

/*----Preloader----*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  left: 0;
  visibility: visible;
}

.preloader.done {
  height: 0%;
  -webkit-transition: visibility 0.6s, height 0.6s;
  transition: visibility 0.6s, height 0.6s;
  visibility: hidden;
}

.preloader__body {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.preloader__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 30px;
  margin-bottom: 14px;
  opacity: 1;
  z-index: 2;
}

.preloader__title.visual-hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.preloader__line {
  position: relative;
  top: 30px;
  height: 4px;
  background-color: #df3f37;
  width: 2%;
}

.preloader__line.max-width {
  width: 100%;
  -webkit-transition: width 1.4s linear;
  transition: width 1.4s linear;
}

.preloader__line.max-height {
  height: 100%;
  top: 0;
  -webkit-transition: height 0.6s linear;
  transition: height 0.6s linear;
}

.preloader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 3;
}

.preloader__logo.visual-visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.presenr-banner {
  margin-bottom: 90px;
}

.presenr-banner__firsr-row {
  margin-bottom: 70px;
}

.presenr-banner__img {
  height: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.presenr-banner span {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.presenr-banner .presenr-banner__item {
  overflow: hidden;
}

.presenr-banner .presenr-banner__img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.presenr-banner__second-row .presenr-banner__item {
  width: 100%;
}

.presenr-banner__second-row span {
  color: #ffffff;
}

.inner-card__map {
  width: 100%;
  height: 600px;
}

.inner-card {
  position: relative;
}

.inner-card__info {
  position: absolute;
  top: 80px;
  max-width: 365px;
  padding: 50px 70px 40px;
  left: 100px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-card__info p:not(:last-child) {
  margin-bottom: 30px;
}

.card-title {
  font-size: 36px;
  color: #7e7e7e;
}

.card-complex {
  font-size: 24px;
  font-weight: 600;
}

.card-address {
  font-size: 20px;
  color: #7e7e7e;
}

.header__mob-social,
.header-burger {
  display: none;
}

.choice__img.ibg {
  height: 337px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 342px;
}

@media only screen and (max-width: 1600px) {
	.col-rt {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}	

  .flats-area__left-column {
    padding-bottom: 25px;
  }
  .choose-apartament__total-proposals {
    max-width: unset;
  }
  .view-tab__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 773px;
  }
  .view-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .inner-card__info {
    left: 40px;
  }
  .col-lf {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .result__container::before {
    left: -100px;
  }

  .preview-terms-of-sale {
    margin-bottom: 100px;
    padding-bottom: 130px;
  }
  .choice__img.ibg {
    width: 100%;
  }
  .choice__img::before {
    bottom: 20px;
  }
  .choice__btn {
    width: 225px;
  }
  .sxt {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
  }
  .choice .select {
    font-size: 20px;
  }
  .choice__form .select {
    margin-right: 20px;
  }
  .tr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
  .tw {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    max-width: 22%;
  }
  .choice .select {
    font-size: 16px;
  }
  .select__header::before {
    right: 10px;
  }
  .result {
    padding: 120px 0 60px;
  }
  .fr-morgage {
    padding: 90px 0;
  }
  .choice {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .object {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .bilboard {
    margin-bottom: 100px;
  }
  .partner h3 {
    margin-bottom: 100px;
  }
  .object .swiper-button-next {
    right: 10px;
  }
  .object .swiper-button-prev {
    left: 10px;
  }
  .clb-question {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .view-tab__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
    padding-right: 40px;
  }
  .tab-info .dop-slug {
    font-size: 32px;
    line-height: 38px;
  }
  /*----PresentTop----*/
  /*
  .about-complex__image:nth-child(3) {
    display: none;
  }
  */
}

.slider-object__item:hover .slider-object__more {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__link {
  position: relative;
  z-index: 100;
  padding-bottom: 20px;
}

.header__submenu {
  position: absolute;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  top: 25px;
  left: 0px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
}

.header__submenu a {
  display: block;
  padding: 7px 0;
}

.header__item:hover .submenu {
  opacity: 1;
  z-index: 50;
}

.submenu__item:hover .submenu__link {
  color: #df3f37;
}


@media only screen and (max-width: 1450px) {
  .flats__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1439px) {
  /*----Treid-in----*/
  
  .treid-in-work__elements {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
    
  .treid-in-work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .treid-in-work__title {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
  }
  .result__container::before {
    display: none;
  }
  .fr-morgage {
    padding: 70px 0;
  }
  .fr-morgage__item:not(:first-child) {
    padding: 55px 60px 20px 20px;
  }
  .choice__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
  }
  .tw {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
  }
  .choice__btn {
    margin-top: 20px;
    margin-left: auto;
    width: 32%;
  }
  .choice__form .select {
    margin: 0;
  }
  .front-slider__left-column {
    padding-right: 40px;
  }
  .result__left-column span {
    font-size: 54px;
  }
  .choice__txt h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .bilboard,
  .bilboard-btm {
    height: 450px;
    margin-bottom: 80px;
  }
  .partner__left-column,
  .partner__righ-column {
    padding: 40px 0 20px 40px;
  }
  .partner__left-column {
    padding-right: 40px;
  }
  .header__item:not(:last-child) {
    margin-right: 20px;
  }
  .clb-question h5 {
    padding: 0 20px;
  }
  .clb-question__cont {
    padding: 0 20px 0 30px;
  }
}

@media only screen and (max-width: 1280px) {
  .view-tab__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .ibg.flats-area {
    margin-bottom: 30px;
  }
  .view-tab__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .choose-apartament__content {
    padding: 0 0 0 20px;
    margin-left: 0;
    max-width: 100%;
  }
  .choose-apartament__total-proposals {
    padding: 20px;
  }
  .choose-apartament__content::before {
    display: none;
  }
  .presenr-banner__img {
    height: 300px;
  }
  .view-tab {
    height: auto;
  }
  .header__mob-social,
  .header-burger {
    display: block;
    position: relative;
    z-index: 100;
  }
  .header__mob-social {
    margin-left: auto;
  }
  .header__callback {
    display: none;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__nav.open {
    height: 100%;
    z-index: 90;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__nav::before {
    display: none;
  }

  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .submenu {
    font-size: 24px;
    color: #8b8b8b;
    overflow: unset;
    position: relative;
    opacity: 1;
    z-index: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: unset;
    left: unset;
    padding: 15px 0 0 15px;
    max-width: calc(100vw - 80px);
  }
  .header__item:hover::before {
    display: none;
  }

  .header__item:not(:last-child) {
    margin-right: 0;
  }
  .header__item {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .header-burger {
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 40px;
    z-index: 1000000000000;
  }
  .header-burger:before,
  .header-burger:after {
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-burger span {
    background: #000000;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 6px;
  }
  .header-burger:after {
    top: 12px;
  }
  .burger-active:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header-burger:before,
  .header-burger:after {
    content: "";
    background: #000000;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .burger-active:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .burger-active span {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__mob-social a {
    display: inline-block;
  }
  .header__mob-social a:first-child {
    margin-right: 15px;
  }
  .header__item:hover::before {
    top: unset;
    bottom: -5px;
  }
  .about-fr h2:before {
    display: none;
  }
  .about-fr h2 {
    padding: 0;
    margin-bottom: 60px;
  }
  .col-rt {
    max-width: 48%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .about-fr__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-fr__img {
    height: 420px;
  }
  .map {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .map__main-ofc h4,
  .map__sales-ofc a {
    font-size: 28px;
    line-height: 32px;
  }
  .docs-front {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .docs-front__img {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .clb-question {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bilboard,
  .bilboard-btm {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1279px) {
  /*----Slider-month----*/
  .construction-progress__container {
    width: 100%;
    padding: 25px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .construction-progress__gallery {
    position: relative;
    width: 100%;
  }
  .construction-progress__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .construction-progress__timing {
    margin-bottom: 50px;
    width: 45%;
  }
  .construction-progress__elem-control {
    width: 45%;
  }
  .construction-progress__gallery-img {
    height: 515px;
  }
  .construction-progress {
    margin-bottom: 60px;
    padding-bottom: 40px;
  }	
	
  /*----Apartaments-popup----*/
  .popup-apartaments .popup__content {
    width: 100%;
  }
  .item-tabs__sections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-tabs__left-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  .item-tabs__right-sections {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .send-email {
    margin-left: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .choose-apartament__title {
    font-size: 32px;
    line-height: 36px;
  }
  .choose-apartament__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .choose-apartament__rooms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .choose-apartament__storey {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .choose-apartament__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
  .choose-apartament__total-proposals {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-left: auto;
    padding: 5px 20px;
    border-width: 2px;
    margin-top: 15px;
  }
  .presenr-banner span {
    text-align: center;
    font-size: 18px;
  }
  .view {
    margin-bottom: 80px;
  }
  .presenr-banner__img {
    height: 240px;
  }
  .presenr-banner__firsr-row {
    margin-bottom: 40px;
  }
  .presenr-banner {
    margin-bottom: 60px;
  }
  .tab-info__house {
    margin-bottom: 20px;
  }
  .tab-info .dop-slug {
    font-size: 24px;
    line-height: 28px;
  }
  .tab-info__floors {
    margin-bottom: 20px;
  }
  .view-info__item-container.left-column {
    margin-bottom: 20px;
  }
  .view-tab__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .tab-house {
    height: 450px;
  }
  .view-tab__content {
    width: 100%;
    max-width: 100%;
  }
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .inner-card__info {
    left: 25px;
  }
  .options-credit .calculation-mode {
    max-width: 32%;
    -ms-flex: 0 1 32%;
    -webkit-box-flex: 0;
            flex: 0 1 32%;
  }
  .options-credit .real-estat-price,
  .options-credit .initial-fee {
    max-width: 24%;
    -ms-flex: 0 1 24%;
    -webkit-box-flex: 0;
            flex: 0 1 24%;
  }
  .options-credit .time,
  .options-credit .age {
    max-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%;
  }
  .hypothec-selection__sum {
    font-size: 26px;
    line-height: 28px;
  }
  .hypothec-selection__request-text {
    margin-right: 35px;
  }
  /*----apartaments----*/
  .apartaments__elements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .apartaments__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    max-width: 35%;
    margin-right: 30px;
  }
  .apartaments__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
    max-width: 65%;
  }
  .element-apartaments:not(:nth-child(3n)) {
    margin-right: unset;
  }
  .element-apartaments {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .preview-terms-of-sale {
    padding: 70px 0px 50px 0px;
    margin-bottom: 50px;
  }
  .preview-terms-of-sale__sections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .preview-terms-of-sale__left-sections {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .preview-terms-of-sale__right-sections {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .preview-terms-of-sale__description {
    font-size: 32px;
    line-height: 36px;
  }
  .preview-terms-of-sale__description {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 50px;
  }
  .preview-terms-of-sale__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .treid-in-work__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .element-treid-in-work__img {
    width: 280px;
    height: 275px;
  }
  .treid-in-work__element::before {
    padding: 27px 35px;
  }
  .treid-in-form__sub-title {
    margin-bottom: 45px;
  }
  .treid-in-form {
    padding: 75px 0 70px;
  }
  .treid-in-form__form {
    margin-bottom: 60px;
  }
  .treid-in-form__input {
    margin-right: 0;
  }
  .treid-in-form__input:nth-child(1) {
    margin-right: 25px;
  }
  .treid-in-form__form .button-red {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 25px;
  }
  .treid-in-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .treid-in-form__form .button-red {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .treid-in-form__form-text {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  /*----Hypothec----*/
  .hypothec-programs {
    margin-bottom: 60px;
  }
  .hypothec-programs .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hypothec-programs__title {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .hypothec-programs__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .hypothec-selection {
    padding-top: 50px;
  }
  .hypothec-selection__title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 50px;
  }
  .options-credit__elements {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .options-credit .calculation-mode {
    max-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%;
  }
  .options-credit .real-estat-price,
  .options-credit .initial-fee {
    max-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%;
  }
  .options-credit .time,
  .options-credit .age {
    max-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%;
  }
  .hypothec-selection__sum-and-request {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hypothec-selection__sum {
    margin-bottom: 20px;
  }
  .hypothec-selection__request {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .options-credit__element {
    margin-right: unset;
  }
  .options-credit .calculation-mode,
  .options-credit .initial-fee {
    margin-right: auto;
  }
  .options-credit .calculation-mode {
    margin-bottom: 20px;
  }
  .options-credit .time {
    margin-right: 5%;
  }
  .hypothec-selection__request {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .tw {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .choice__btn {
    width: 48%;
    margin-top: 0;
  }
  .select.tr:first-child {
    margin-bottom: 25px;
  }
  .object {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .fr-morgage .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fr-morgage__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 30px;
  }
  .fr-morgage {
    padding: 50px 0;
  }
  .front-slider__left-column .ibg {
    height: 411px;
  }
  .result {
    padding: 90px 0 40px;
  }
  .result__left-column span {
    font-size: 44px;
  }
  .result__left-column h2 {
    margin: 0 auto 0 0;
  }
  .choice__txt-rt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .choice__txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .choice__txt h3 {
    margin-bottom: 20px;
  }
  .choice__txt-lf {
    margin-bottom: 20px;
  }
  .choice__txt-rt {
    border-width: 2px;
  }
  .choice__txt-rt.sxt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px;
  }
  .choice__img::before {
    display: none;
  }
  .choice {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bilboard h2,
  .bilboard-btm h2 {
    font-size: 54px;
    line-height: 64px;
  }
  .bilboard span,
  .bilboard-btm span {
    font-size: 32px;
    line-height: 34px;
  }
  .contact-fr h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .contact-fr__left-column {
    padding-right: 20px;
  }
  .contact-fr {
    margin-bottom: 50px;
  }
  .partner__sl-wr {
    width: 100%;
    padding: 0;
  }
  .hypothec-selection__request-btn {
    padding: 23px 50px;
  }
  .bank-offers__text {
    width: 100%;
  }
  .about-fr {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .about-fr h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .about-fr h2 span {
    font-size: 42px;
    line-height: 46px;
  }
  .about-fr p {
    font-size: 18px;
    margin-bottom: auto;
  }
  .map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .map-cont {
    height: 400px;
  }
  .map__left-column {
    padding: 0;
  }
  .map__sales-ofc a {
    font-size: 20px;
    line-height: 24px;
  }
  .map__main-ofc:hover::before,
  .map__sales-ofc:hover::before {
    top: -20px;
    bottom: -20px;
  }
  .clb-question {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clb-question__cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .clb-question__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .clb-question h5 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
  .clb-question__cont {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .clb-question .btn-ch {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: auto;
  }
  .clb-question__img::before {
    left: -211px;
  }
  .general-doc h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
  }
  .docs-front__img {
    height: 435px;
  }
  .docs-front__title {
    font-size: 42px;
    line-height: 48px;
  }
  .docs-front__title-descr {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  .general-doc {
    padding: 60px 0;
  }
  .general-doc__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .doc-tab__item:not(:last-child) {
    margin-right: 40px;
  }

  /*----PresentTop----*/
  .presentation {
    height: 445px;
    margin-bottom: 40px;
  }
  .about-complex__sections {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-complex__image:nth-child(3) {
    display: block;
  }
  .about-complex__left-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 96px;
  }
  .about-complex__sub-title {
    margin-bottom: 40px;
  }
  .about-complex {
    padding: 45px 0px 50px 0px;
    margin-bottom: 60px;
  }
  .about-complex__image {
    width: 225px;
    height: 225px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer__btm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__v-w {
    padding: 0;
    margin-bottom: 20px;
  }
  /*----apartaments----*/
  .apartaments__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .apartaments__aside {
    position: fixed;
    top: 0;
    height: 100%;
    left: -400px;
    margin: 0;
    z-index: 99999;
    border: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
  }
  .apartaments__aside.active {
    left: 0px;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    width: 400px;
  }
  .apartaments__open-aside {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 30px;
    padding: 20px 45px;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    border-radius: 10px;
    display: block;    
  }
  .apartaments__elements {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .apartaments__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
  .apartaments__content.hidden::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 250;
  }
  .checkboxs-aside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkboxs-aside__item {
    margin-bottom: 40px;
  }
  .element-apartaments__img {
    width: 275px;
    height: 184px;
  }
  .element-apartaments {
    padding: 19px 0;
  }
  .element-apartaments__bay {
    margin-right: 50px;
  }
  .element-apartaments__price {
    margin-bottom: 12px;
  }
  .element-apartaments__description {
    margin-bottom: 15px;
  }
  .apartaments__elements {
    margin-bottom: 0;
  }
  .apartaments__content {
    margin-bottom: 50px;
  }
  /*----Complexs----*/
  .item-complexs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item-complexs__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    height: 590px;
    margin-bottom: 30px;
  }
  .item-complexs__structure {
    margin-bottom: 35px;
  }
  .item-complexs__rooms {
    margin-bottom: 40px;
  }
  .footer__politic,
  .footer__personal {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__list {
    font-size: 16px;
  }
  .footer__item:not(:last-child) {
    margin-right: 15px;
  }
  .footer {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 915px) {
  .treid-in-form__input:nth-child(1) {
    margin: 0 0 30px;
  }
  .treid-in-form__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-height: 540px) {
  .popup__content {
    width: 726px;
    height: 100%;
    overflow-y: scroll;
  }
}



@media only screen and (max-width: 768px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .choose-apartament {
    margin-bottom: 40px;
  }
  .choose-apartament__content {
    padding: 20px 10px;
  }
  .choose-apartament__rooms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .choose-apartament__storey {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .choose-apartament__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    height: 100%;
    margin-top: 15px;
    padding: 25px 0;
  }
  .choose-apartament__total-proposals {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
  .view {
    margin-bottom: 60px;
  }
  .inner-card__info {
    left: 15px;
  }
  .choice__img.ibg {
    width: 44%;
    height: 239px;
  }
  .offer__title {
    font-size: 42px;
    line-height: 46px;
  }
  .offer p {
    font-size: 24px;
    line-height: 26px;
  }
  .clb-question__cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about-fr__img {
    height: 332px;
  }
  .map__main-ofc p {
    font-size: 16px;
  }
  .map__sales-ofc a {
    font-size: 16px;
  }
  .map__sales-ofc span:last-child {
    font-size: 16px;
  }
  .clb-question {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .about-fr p {
    font-size: 16px;
  }
  .docs-front__title {
    font-size: 32px;
    line-height: 36px;
  }
  .docs-front__title-descr {
    font-size: 20px;
    line-height: 28px;
  }
  .docs-front__img {
    height: 340px;
  }
  .docs-front__descr {
    font-size: 16px;
    line-height: 18px;
  }
  .docs-front__title-descr {
    margin-bottom: 25px;
  }
  .docs-front {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .general-doc {
    padding: 30px 0;
  }
  .general-doc h3 {
    margin-bottom: 20px;
  }
  .general-doc__tab {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 780px) {
  .view-tab__content {
    min-width: unset;
  }
  .presentation {
    height: 345px;
    margin-bottom: 30px;
  }
  .presentation__title {
    font-size: 44px;
    line-height: 49px;
    margin-bottom: 20px;
  }
  .presentation__text {
    font-size: 24px;
    line-height: 28px;
  }
  
  /*----Apartaments-popup----*/
  .popup-apartaments .popup__content {
    height: 100%;
  }
  .item-tabs__img {
    height: 355px;
    margin-bottom: 15px;
  }
  .tabs__title {
    font-size: 20px;
    line-height: 24px;
  }
  .item-tabs__price {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .tabs__list {
    margin-bottom: 25px;
  }
  .tabs__container {
    padding-bottom: 50px;
  }
  .item-tabs__buttons {
    margin-bottom: 30px;
  }
  
}

@media only screen and (max-width: 670px) {
  .footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__item:not(:last-child) {
    margin-right: 0;
  }
  .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 0;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .presenr-banner span {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .choose-apartament__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .view {
    margin-bottom: 40px;
  }
  .left .tab-info__floor-content {
    margin-bottom: 20px;
  }
  .left-column .spn-sect {
    font-size: 18px;
    line-height: 24px;
  }
  .flats-area__block {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ibg.flats-area {
    height: 180px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .flats-area__left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .flats-area__compl-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .info-flat__complex {
    margin-bottom: 20px;
  }
  .flats-price {
    margin-bottom: 20px;
  }
  .inner-reference {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .inner-reference a {
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .view-section__description {
    font-size: 16px;
  }
  .view-info__item-container span {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .tab-info .dop-slug {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .tab-info__title {
    margin-bottom: 20px;
  }
  .tab-info__floors {
    margin-bottom: 0;
  }
  .flats-level-cont {
    padding: 20px;
  }
  .flats-level-cont span {
    font-size: 24px;
    line-height: 28px;
  }
  .left-column .view-section__svg {
    height: 120px;
  }
  .view-info__item-container {
    padding: 20px;
  }
  .choice__img.ibg {
    width: 100%;
  }
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner-card__info {
    left: 15px;
    display: none;
  }
  .inner-card__map {
    height: 300px;
  }
  .inner-card {
    margin-bottom: 20px;
  }
  .front-slider__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-lf,
  .col-rt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lf:not(:last-child) {
    margin-bottom: 30px;
  }
  .front-slider__left-column::after {
    display: none;
  }
  .front-slider__left-column {
    padding: 0;
  }
  .offer__title {
    font-size: 34px;
    line-height: 23px;
  }
  .offer p {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .offer__more {
    font-size: 16px;
  }
  .front-slider__left-column .ibg {
    height: 315px;
  }
  .result__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__mob-social {
    display: none;
  }
  .header__desk {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .result__left-column {
    font-size: 32px;
  }
  .result__left-column span {
    font-size: 36px;
  }
  .result__right-column {
    font-size: 16px;
    line-height: 20px;
  }
  .result {
    padding: 50px 0 30px;
  }
  .fr-morgage__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .fr-morgage {
    padding: 30px 0;
  }
  .fr-morgage__item:first-child {
    padding: 0;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .fr-morgage h4 {
    font-size: 18px;
  }
  .fr-morgage__item:first-child p {
    font-size: 16px;
  }
  .choice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .choice__img {
    margin: 0;
    height: 200px;
  }
  .choice__txt h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .choice p {
    font-size: 16px;
  }
  .choice__txt {
    margin-bottom: 30px;
  }
  .select.tr,
  .select.tw {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .select.tr:first-child {
    margin-bottom: 20px;
  }
  .choice__btn {
    width: 100%;
  }
  .object {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .object__title span {
    font-size: 20px;
  }
  .object__title {
    margin-bottom: 25px;
  }
  .slider-object__img-over {
    margin-bottom: 15px;
  }
  .bilboard,
  .bilboard-btm {
    height: 300px;
    margin-bottom: 60px;
  }
  .bilboard h2,
  .bilboard-btm h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .bilboard span,
  .bilboard-btm span {
    font-size: 18px;
    line-height: 22px;
  }
  .partner h3 span {
    font-size: 18px;
    line-height: 22px;
    margin-left: 0px;
  }
  .partner h3 {
    margin-bottom: 30px;
  }
  .partner__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partner__left-column,
  .partner__righ-column,
  .contact-fr__left-column,
  .contact-fr__right-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partner__slider {
    margin-bottom: 60px;
  }
  .partner__left-column,
  .partner__righ-column {
    padding: 0;
  }
  .partner__left-column p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .partner__left-column:first-child {
    margin-bottom: 30px;
  }
  .partner__righ-column p {
    font-size: 18px;
    line-height: 20px;
  }
  .partner__btn {
    width: 100%;
  }
  .contact-fr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-fr__more {
    margin-bottom: 15px;
  }
  .contact-fr__tel {
    font-size: 24px;
    line-height: 26px;
  }
  .contact-fr p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .contact-fr__left-column {
    margin-bottom: 25px;
  }
  .contact-fr__btn {
    width: 100%;
  }
  .partner__left-column::before,
  .partner__righ-column::before {
    display: none;
  }
  .partner .swiper-button-prev-pr,
  .partner .swiper-button-next-pr {
    width: 40px;
    height: 40px;
  }
  .object .swiper-button-prev,
  .object .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .partner {
    margin-bottom: 60px;
  }
  .about-fr__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map__left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 30px;
  }
  .map__main-ofc,
  .map__sales-ofc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
  }
  .map-cont {
    width: 100%;
    height: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .map__main-ofc h4,
  .map__sales-ofc span:first-child {
    font-size: 24px;
    line-height: 26px;
  }
  .map__main-ofc {
    padding-right: 20px;
  }
  .map {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .clb-question h5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .clb-question .btn-ch {
    width: 100%;
  }
  .about-fr h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .clb-question__cont {
    padding: 0 0 0 20px;
  }
  .docs-front .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .docs-front__descr {
    margin-bottom: 0px;
  }
  .docs-front {
    padding-bottom: 30px;
  }
  .general-doc__tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .doc-tab__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .general-doc__content.active {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .view-schema__descript {
    display: none;
  }
  .tab-house {
    height: 300px;
  }
  /*----Slider-month----*/
  .construction-progress__elem-control .construction-progress__month {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .construction-progress__timing {
    width: 95%;
  }
  .construction-progress__gallery .swiper-button-next,
  .construction-progress__gallery .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 99;
    padding: 5px 10px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    color: #2c363e;
    opacity: 0.7;
    width: auto;
    height: auto;
  }
  .year-progress__list::before {
    right: -75px;
  }
  .construction-progress__gallery .swiper-button-prev {
    left: 0;
  }
  .construction-progress__gallery .swiper-button-next {
    right: 0;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .construction-progress__gallery-img {
    height: 315px;
  }
  .construction-progress__title {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .timing-construction__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .construction-progress__timing {
    margin-bottom: 30px;
  }
  .timing-construction__start {
    margin-bottom: 15px;
  }
  .year-progress {
    margin-bottom: 40px;
  }
  /*----Present-top----*/
  .presentation {
    height: 245px;
    margin-bottom: 20px;
  }
  .presentation__title {
    font-size: 24px;
    line-height: 28px;
  }
  .presentation__text {
    font-size: 18px;
    line-height: 20px;
  }
  .about-complex__title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .about-complex__sub-title {
    margin-bottom: 20px;
  }
  .about-complex__left-section p {
    font-size: 18px;
    line-height: 20px;
  }
  .about-complex__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-complex__image {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__v-w svg {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*----Treid-in----*/
  .preview-terms-of-sale {
    margin-bottom: 55px;
  }
  .preview-terms-of-sale__title {
    font-size: 44px;
    line-height: 48px;
  }
  .preview-terms-of-sale__description {
    font-size: 22px;
    line-height: 26px;
  }
  .preview-terms-of-sale__img {
    width: 405px;
    height: 415px;
  }
  .treid-in-work {
    margin-bottom: 40px;
  }
  .treid-in-work__title {
    font-size: 46px;
    line-height: 48px;
  }
  .treid-in-work__element::before {
    padding: 15px 25px;
  }
  .element-treid-in-work__img {
    width: 220px;
    height: 215px;
    margin-bottom: 35px;
  }
  .element-treid-in-work__text {
    font-size: 16px;
    line-height: 20px;
  }
  .treid-in-form__title {
    font-size: 46px;
    line-height: 48px;
  }
  .treid-in-form__sub-title {
    font-size: 25px;
    line-height: 30px;
  }
  .treid-in-form__input {
    min-width: 320px;
  }
  .treid-in-form__lower-text {
    font-size: 25px;
    line-height: 30px;
  }
  /*----Hypothec----*/
  .hypothec-programs__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }
  .inner-card__info {
    padding: 20px 30px 20px;
    max-width: 250px;
  }
  .card-title {
    font-size: 24px;
  }
  .inner-card__map {
    height: 450px;
  }
  .inner-card {
    margin-bottom: 40px;
  }
  /*----apartaments----*/
  .apartaments__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    max-width: 45%;
  }
  .apartaments__elements {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  /*----Complexs----*/
  .item-complexs__title {
    font-size: 38px;
    line-height: 40px;
  }
  .complexs__item {
    margin-bottom: 40px;
  }
  .complexs {
    margin-bottom: 45px;
    margin-top: 90px;
  }
}

@media only screen and (max-width: 540px) {
  .choose-apartament__rooms {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .choose-apartament__storey {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .choose-apartament__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 35px;
  }
  .choose-apartament__total-proposals {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .flats-price-val {
    font-size: 28px;
  }
  .view-info__item-container.left-column {
    padding: 0px;
  }
  .view-tab__info {
    padding-right: 0;
  }
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*----Treid-in----*/
  .preview-terms-of-sale {
    margin-bottom: 35px;
    padding: 35px 0px 30px 0px;
  }
  .preview-terms-of-sale__left-sections {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .preview-terms-of-sale__description {
    font-size: 16px;
    line-height: 18px;
  }
  .preview-terms-of-sale__title {
    font-size: 24px;
    line-height: 28px;
  }
  .preview-terms-of-sale__img {
    width: 305px;
    height: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .treid-in-work__elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .treid-in-work__element {
    width: 80%;
    margin-bottom: 15px;
  }
  .element-treid-in-work__img {
    margin-bottom: 10px;
  }
  .treid-in-work__title {
    font-size: 24px;
    line-height: 28px;
  }
  .treid-in-form__title {
    font-size: 24px;
    line-height: 28px;
  }
  .treid-in-form__sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .treid-in-form__input {
    min-width: unset;
    width: 100%;
    margin: 0 0 10px !important;
  }
  .preview-terms-of-sale__left-sections::after {
    content: none;
  }
  .treid-in-form {
    padding: 50px 0 40px;
  }
  /*----Hypothec----*/
  .hypothec-selection {
    padding-top: 20px;
  }
  .hypothec-programs {
    margin-bottom: 20px;
  }
  .hypothec-programs__title {
    font-size: 24px;
    line-height: 28px;
  }
  .hypothec-programs__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hypothec-programs__item {
    max-width: 100%;
    margin-right: unset;
    margin-bottom: 25px;
    padding: 10px 0px 10px 35px;
  }
  .programs-item__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .programs-item__description {
    margin-bottom: 20px;
  }
  .programs-item__list,
  .hypothec-selection__title {
    margin-bottom: 25px;
  }
  .programs-item__list-item {
    margin-bottom: 15px;
  }
  .options-credit .calculation-mode {
    max-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%;
  }
  .options-credit .real-estat-price,
  .options-credit .initial-fee {
    max-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%;
  }
  .options-credit .time,
  .options-credit .age {
    max-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%;
  }
  .options-credit .calculation-mode,
  .options-credit .real-estat-price,
  .options-credit .initial-fee {
    margin-bottom: 20px;
  }
  .options-credit .time {
    margin-right: auto;
  }
  .options-credit {
    margin-bottom: 40px;
  }
  .hypothec-selection__request {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hypothec-selection__request-text {
    margin-right: unset;
    margin-bottom: 20px;
  }
  .hypothec-selection__request-btn {
    padding: 23px 0;
    width: 100%;
  }
  .hypothec-selection__sum {
    font-size: 20px;
    line-height: 24px;
  }
  .hypothec-selection__request-text {
    font-size: 16px;
    line-height: 18px;
  }
  .hypothec-selection__sum-and-request {
    margin-bottom: 50px;
  }
  .hypothec-selection__sum-and-request::before {
    bottom: -25px;
  }
  .bank-offers__slider-wrapper {
    padding: 0 45px;
  }
  .slider-bank-offers__item {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  .bank-offers__slider-btn-prev,
  .bank-offers__slider-btn-next {
    width: 35px;
    height: 35px;
  }
  .bank-offers__available,
  .bank-offers__inall,
  .hypothec-selection__title,
  .slider-bank-offers__title {
    font-size: 20px;
    line-height: 24px;
  }
  .options-credit__title {
    font-size: 18px;
    line-height: 20px;
  }
  .slider-bank-offers__title,
  .information-elem__title {
    margin-bottom: 10px;
  }
  .slider-bank-offers__information {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .slider-bank-offers__information-elem {
    margin-bottom: 15px;
  }
  .slider-bank-offers__item {
    max-height: unset;
  }
  .slider-bank-offers__item:hover {
    max-height: unset;
  }
  .slider-bank-offers__btn-more-details {
    opacity: 1;
  }
  /*----Popups----*/
  .popup__content {
    width: 100%;
    height: 100%;
    padding: 30px 0 60px 0;
  }
  .form-popup__header {
    padding: 15px 0;
  }
  .form-popup__close {
    top: -15px;
  }
  .form-popup__body {
    padding: 40px 10px 100px;
  }
  .form-popup textarea,
  .form-popup__text-fild {
    font-size: 16px;
    line-height: 18px;
  }
  .form-popup__two-inputs {
    max-height: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-popup__two-inputs div {
    width: 100%;
  }
  .form-popup__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-popup__text {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-popup__btn {
    width: 100%;
  }
  .form-popup__textarea {
    margin-bottom: 20px;
  }
  .form-popup__title {
    font-size: 24px;
    line-height: 28px;
  }
  /*----apartaments----*/
  .element-apartaments {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .element-apartaments__img {
    margin: 0 auto 30px;
  }
  .element-apartaments__buttons {
    opacity: 1;
    visibility: visible;
  }
  .aside__complexes {
    margin-bottom: 20px;
  }
  .aside {
    padding: 20px 15px;
  }
  .price-filtr__title {
    margin-bottom: 10px;
  }
  .aside__price {
    margin-bottom: 15px;
  }
  .rooms-aside__title {
    margin-bottom: 10px;
  }
  .aside__rooms {
    margin-bottom: 15px;
  }
  .aside__square {
    margin-bottom: 15px;
  }
  .storey-aside__header {
    margin-bottom: 20px;
  }
  .aside__storey {
    margin-bottom: 15px;
  }
  .aside__repair {
    margin-bottom: 20px;
  }
  .aside__readiness {
    margin-bottom: 30px;
  }
  .apartaments__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%;
    max-width: 90%;
  }
  .aside__checkboxs {
    margin-bottom: 30px;
  }
  .aside__discharge {
    margin-bottom: 18px;
  }
  .aside__checkboxs {
    margin-bottom: 30px;
  }
  .storey-aside__header {
    margin-bottom: 15px;
  }
  .checkboxs-aside__item {
    margin-bottom: 30px;
  }
  .element-apartaments:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .element-apartaments:hover .element-apartaments__information {
    left: 0;
  }
  /*----Apartaments-popup----*/
  .apartament-tabs {
    padding: 0 10px;
  }
  .send-email {
    margin-left: unset;
  }
  .item-tabs__img.ibg {
    background-size: contain;
  }
  .tabs__title {
    font-size: 16px;
    line-height: 20px;
  }
  .tabs__close {
    top: 0px;
    right: 10px;
  }
  .item-tabs__img {
    height: 225px;
  }
  .item-tabs__left-section {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .item-tabs__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-tabs__btn:not(:last-child) {
    margin-right: 0;
  }
  .item-tabs__title {
    font-size: 20px;
    line-height: 24px;
  }
  .item-tabs__information {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .item-tabs__price {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .item-tabs__buttons {
    margin-bottom: 20px;
  }
  .item-tabs__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .item-tabs__right-sections .item-tabs__btn:not(:last-child),
  .item-tabs__btn:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .item-tabs__registration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-tabs__registration-item {
    margin-bottom: 10px;
  }
  .item-tabs__registration-item:not(:last-child) {
    margin-right: 0px;
  }
  .item-tabs__registration-item {
    font-size: 20px;
    line-height: 24px;
  }
  
  /*----Complexs----*/
  .item-complexs__img {
    height: 290px;
  }
  .item-complexs__title {
    font-size: 24px;
    line-height: 30px;
  }
  .rooms-item-complexs__element {
    padding: 5px 25px;
    font-size: 18px;
    line-height: 20px;
  }
  .rooms-item-complexs__text {
    font-size: 18px;
    line-height: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .rooms-item-complexs__elements {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .item-complexs__button-more {
    width: 100%;
  }
  .rooms-item-complexs__elements {
    margin: 0 0 20px;
  }
  .rooms-item-complexs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-complexs__structure {
    margin-bottom: 20px;
  }
  .item-complexs__rooms {
    margin-bottom: 20px;
  }
  .item-complexs:hover .item-complexs__content::before {
    content: none;
  }
}

@media only screen and (max-width: 320px) {
  /*----Treid-in----*/
  .preview-terms-of-sale__left-sections {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .treid-in-form__lower-text {
    font-size: 18px;
    line-height: 24px;
  }
  .popup__content {
    overflow-y: scroll;
  }
  .apartaments__aside.active {
    overflow: scroll;
  }
}
