@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Montserrat/Gilroy-Regular.eot');
  src: url("../fonts/Gilroy/Gilroy-Regular.woff2") format("woff2"),
  url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"),
  url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Labor Union";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Montserrat/LaborUnion-Regular.eot');
  src: url("../fonts/Labor Union/LaborUnion-Regular.woff2") format("woff2"),
  url("../fonts/Labor Union/LaborUnion-Regular.woff") format("woff"),
  url("../fonts/Labor Union/LaborUnion-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Montserrat/Montserrat-Regular.eot');
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  min-width: 318px;
}

body {
  margin: 0;
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  min-width: 318px;
}

/*preloader*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1001;
}

.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  background: url('../img/preloader.gif') no-repeat 50% 50%;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
/*preloader*/

/*pers-data*/

.popup {
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  width:100%;
  height:100%;
  display:none;
  z-index: 1000000000000;
  overflow-y: auto;
  height: 100vh;
}

/* Popup inner div */
.popup-content {
    width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 100px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
}

/* Popup close button */
.close-button {
    position: absolute;
    top: 0px;
    right: 15px;
    border-radius: 20px;
    font-size: 40px;
    text-align: center;
    text-decoration:none;
    color: #C2BDBA !important;
}

.close-button:hover {
    color: #b2adab !important;
}

@media screen and (max-width: 720px) {
.popup-content {
    width:90%;
    }
}

/*pers-data*/

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.container-small {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.container-big {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

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

.button {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  border: none;
}

.button-3d:active {
  box-shadow: 0 2px 0 #c53a48, 0 3px 3px rgba(0, 0, 0, 0.2);
  top: 5px;
}

.button--white {
  background: transparent;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.4);

}

.button:disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.section {
  padding: 138px 0 150px;
}

.section-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #988361;
}

@media (max-width: 479px) {
  .section-title {
    font-size: 30px;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  background: rgba(32, 32, 32, 0.544);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

.header__topline-wrap {
  background: #fff;
}

.header__topline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background: #fff;
}

.tel-num {
  display: inline;
}

nav {
  height: 50px;
  background: #F7F7F7;
  display: flex;
    align-items: center;
    color: #9E9689
}

.header__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B9A88E;
  padding: 15px 0;
  position: relative;
  z-index: 5;
}

.header__menu.active {
  top: 0;
  pointer-events: all;
}

@media (max-width: 1599px) {
  .header__menu {
    padding: 5px 10px;
  }
}

@media (max-width: 1199px) {
  .header__menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 20px;
  }
}

@media (max-width: 991px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.header__menu-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1399px) {
  .header__menu-logo-wrapper {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .header__menu-logo-wrapper {
    margin-right: 0;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.header__menu-logo {
  max-width: 100px;
  max-height: 40px;
}

.header__menu-partner {
  font-size: 12px;
  color: #ffffff;
}

.header__menu-link-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.header__menu-link {
  text-decoration: none;
  color: #9E9689;
  font-weight: bold;
  margin-left: 10px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.header__menu-link:hover::after {
  width: 100%;
}

.header__menu-link::after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #9E9689;
  opacity: 0.9;
  bottom: -2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

@media (max-width: 1499px) {
  .header__menu-link {
    font-size: 12px;
  }
}

.header__menu-btn {
  width: 100px;
  background: #C6B7A0;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
		display:none
}

.header__menu-btn span::after,
.header__menu-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.header__menu-btn span::after {
  top: 18px;
}

.header__menu-btn span {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.header__menu-btn span,
.header__menu-btn span::after,
.header__menu-btn span::before {
  width: 32px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header__menu-btn span {
	background-color: #fff;
}

.header__menu-btn.on span {
  background-color: transparent;
}

.header__menu-btn.on span::before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
      -ms-transform: rotate(45deg) translate(-1px, 0px);
          transform: rotate(45deg) translate(-1px, 0px);
}

.header__menu-btn.on span::after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
      -ms-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}

.header__menu-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-left: 22px;
}

@media (max-width: 1365px) {
  .header__menu-text {
    display: none;
  }
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: justify;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contacts {
    color: #837765;
    display: flex;
	display: -webkit-flex;
	display: -ms-flex;
    margin-left: 50px
}

.header__address {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #837765;
}

.header__phone {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  display: inline
}

.phone-img {
	display: inline;
	margin-right: 5px
}

.phone-wrap {
  margin-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
    align-items: center;
    column-gap: 4px;
}

.phone-wrap a{
  color: #837765;
  -webkit-text-fill-color: #837765;
  text-decoration: none
}

.phone-wrap a img{
  vertical-align: middle;
}

.header__mail {
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .header__phone {
    margin-left: 0;
  }
}

.header__partner {
  margin-left: 10px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #A79E90;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
}

.header__partner-m {display: none}

.header__partner-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 100px;
}

.header__logo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 16px;

}

.header__logo-m {
  display: none
}

.header__logo img{
  height: 100%;
  width: auto;
}

.first-screen__container-wrap {
  position: relative;
  width: 100%;
}

.first-screen__container-wrap > .container > .row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.first-screen__act-col {
	background-color: #d2414fb8;
    padding: 30px;
    text-align: center;
	font-size: 19px;
	line-height: 23px;
}

.first-screen__act-col .button {
	width: 140px;
    height: 40px;
	margin-top: 20px
}

.first-screen {
  min-height: 100vh;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0;
  position: relative;
}

.first-screen__bottom-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #F6F6F6;
  padding-bottom: 50px;
  padding-top: 60px;
  padding-right: calc(50% - 700px - 50px);
}

.first-screen__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  line-height: 80px;
  color: #FFFFFF;
  margin-top: 32px;
  margin-bottom: 32px
}

@media (max-width: 767px) {
  .first-screen__title {
    font-size: 36px;
  }
}

.first-screen__address {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}

.first-screen__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
}

.first-screen__buttons {
  margin-top: 45px;
  margin-bottom: 50px;
}

.first-screen__btn {
  height: 80px;
  width: 338px;
  background: radial-gradient(31.74% 199.04% at 40.1% 15.19%, #E6707A 0%, #DB4C58 70.31%, #D2414F 100%);
  box-shadow: 0px 5px 0px #C53A48;
  border-radius: 5px;
  color: #ffffff;
}

.first-screen__btn--white {
  width: 262px;
  height: 80px;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  margin-left: 14px;
  text-transform: uppercase;
}

.first-screen__info-wrap-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.first-screen__info-wrap {
  background: rgba(13, 19, 31, 0.596);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.first-screen__info {
  border: 1px solid rgba(196, 196, 196, 0.38);
  padding: 62px 20px 20px 70px;
}

.first-screen__info-b {
  width: 33.3333%;
  padding-left: 50px;
  padding-right: 50px;
}

.first-screen__info-b:nth-child(2) {
  border-right:  2px solid #DDD6CA;
  border-left:  2px solid #DDD6CA;
}

.first-screen__info-b:last-child {
  margin-bottom: 0;
}

.first-screen__info-b-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  color: #9E9689;
}

.first-screen__info-b-text {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #736B61;
}

.first-screen__info-b table tr td:nth-child(1) {
  padding-right: 8px;
}

.first-screen__discount {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 205px;
  width: 80px;
  background: rgba(0, 0, 0, 0.712);
  -webkit-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  text-decoration: none;
		  transform: translate(0px, -120px);
}

@media (max-width: 1199px) {
  .first-screen__discount {
    display: none;
  }
}

.first-screen__discount-text {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.first-screen__discount-persent {
  margin-bottom: 16px;
  color: #ffdb4d;
  font-size: 24px;
}

.first-screen__scroll-down {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.532);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.first-screen__scroll-down::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #FFDB4D;
  margin-top: 8px;
}

.s-video {
  background: #1F2837;
}

.video {
  width: 100%;
  margin: auto;
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.video::before {
  content: '';
  padding-top: 56.25%;
  float: left;
}

@media (max-width: 575px) {
  .video {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.video-control {
  width: 100%;
  margin-bottom: 126px;
  position: relative;
}

@media (max-width: 1199px) {
  .video-control {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .video-control {
    margin-bottom: 0;
  }
}

.video-control::before {
  content: '';
  /*background: rgba(255, 255, 255, 0.576);*/
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
}

@media (max-width: 575px) {
  .video-control::before {
    display: none;
  }
}

.video-control__btn {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #FFDB4D;
  position: relative;
  z-index: 3;
  margin-left: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .video-control__btn {
    margin: 0 auto;
  }
}

.video-control__btn-triangle {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 20px solid #000;
  border-bottom: 12px solid transparent;
  margin-left: 8px;
}

.s-advantages {
  padding-bottom: 48px;
}

.s-advantages-row {
  margin: 0 -38px;
  margin-top: 50px;
}

.advantages-item-col {
  width: 25%;
  padding: 0 38px;
  margin-bottom: 62px;
}

@media (max-width: 1199px) {
  .advantages-item-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .advantages-item-col {
    width: 100%;
  }
}

.advantages-item {
  padding-top: 26px;
}

.advantages-item__num {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 67px;
  color: #C6B7A0;
}

.advantages-item__text {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 21px;
  color: #837D76;
}

.s-project {
  padding-bottom: 150px;
  padding-top: 0px;
  background: #F7F7F7;
  position: relative;
  padding-left: calc(50% - 700px);
}

.s-project-white-line {
    height: 100px;
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
}

.s-project-title {
    font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #D1CAC8;
}

.s-project-body {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.s-project-carousel-wrap {
  width: 40%;
  padding-top: 176px;
  padding-right: 126px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.s-project-carousel-text {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 100%;
}

.s-project-carousel-img {
    width: 60%;
    position: relative;
    /*top: -180px;*/
}

.s-project-carousel-img .s-project-carousel-i {
  height: 100%;
}

.s-project-carousel-i .slick-slide,
.s-project-carousel-i .slick-active + .s-project-carousel-i .slick-active ~ .s-project-carousel-i .slick-active{
  display: block;
  padding: 150px 15px;
  background: #222;
  color: #fff;
  transform: scale(.97);
  transition: .5s ease ;
}

.s-project-carousel-i .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}

.s-project-carousel-i .slick-active:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.s-project-carousel-i .slick-active{
  opacity: 1;
}

.s-project-carousel-img .slick-list {
  height: 100%;
  padding:0 20% 0 0 !important;
}

.s-project-carousel-item {
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.s-project-carousel-i .s-project-carousel-item {
  min-height: 620px;
  background-size: cover;

}

.s-project-carousel-item-desc {
  color: #837D76;
}

@media (max-width: 991px) {
  .s-project-carousel-item-desc {
    max-width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .s-project-carousel-item-desc {
    padding: 20px 20px;
  }
}

.s-project-carousel-item-desc__title {
  font-weight: bold;
  font-size: 44px;
  line-height: 101.5%;
}

.s-project-carousel-item-desc__text {
  font-size: 17px;
  line-height: 24px;
  margin-top: 30px;
}

.s-project-carousel-item-desc__count {
  font-family: Labor Union;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #D1CAC8;
}

.s-project-carousel-item-desc__count span {
  font-family: Labor Union;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 36px;
color: #BAAB92;
}

.s-project-carousel-control {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.row-bottom-carousel {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  transform: translate(0px, -10px);
}

@media (max-width: 991px) {
  .s-project-carousel-control {
    top: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.s-project-carousel-control__arrow {
  width: 30px;
  height: 30px;
  background-color: #BAAB92;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px;
}

.s-project-carousel-control__arrow--right img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.project__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project__count-item {
    width: 24px;
    height: 3px;
    background-color: #E3DBD3;
}

.project__count-item.active {
    background-color: #B0A295;
}

/*о проекте*/

.s-excursion-1 {
  background: #EEE9E4;
  padding-top: 150px;
  padding-bottom: 150px;
}

.excursion-1-body {
  padding: 76px 20px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.excursion-1-body-content {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          text-align: center;
}

@media (max-width: 991px) {
  .excursion-1-body-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.excursion-1-body__text-txt {
  font-weight: bold;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #837D76;
}

.excursion-1-body__text-title {
  font-size: 50px;
  line-height: 52px;
    text-transform: uppercase;
    color: #837D76;
}

@media (max-width: 991px) {
  .excursion-1-body__text {
    text-align: center;
    margin-bottom: 30px;
  }
}

.excursion-1-body__button {
  background-color: transparent;
  max-width: 396px;
  width: 100%;
  padding: 28px 4px;
  font-weight: 800;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 33px;
  background: radial-gradient(31.74% 199.04% at 40.1% 15.19%, #E6707A 0%, #DB4C58 70.31%, #D2414F 100%);
box-shadow: 0px 5px 0px #C53A48;
}

.excursion-1-body__button:hover {
  /*color: #000;*/
}

@media (max-width: 991px) {
  .excursion-1-body__button {
    margin-left: 0;
  }
}

.s-complex {
  background: #2A3749;
  padding-bottom: 0;
}

.s-complex-title {
  text-align: center;
}

.s-complex-img {
  width: 100%;
  display: block;
}

.s-plans-row {
  margin-bottom: 65px;
  align-items: center;
  -webkit-align-items: center;
}

.s-plans-row-2 {
	margin: 0 -9px;
}

.s-plans-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}

.plan-price {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #CC5864;
}

.plan-price b {
    font-size: 22px;
    line-height: 24px;
}

.plan-size {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: lowercase;
    color: #848484;
}

.s-plans__get-all {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #837D76;
}

@media (max-width: 991px) {
  .s-plans__get-all {
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .s-plans__get-all {
    font-size: 24px;
  }
}

.s-plans__get-all-arrow {
  width: 66px;
  min-width: 66px;
  height: 66px;
  background-color: #FFDB4D;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-plans__get-all-arrow img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 991px) {
  .s-plans__get-all-arrow {
    margin-left: 15px;
  }
}

.plan-col {
  width: 33.33%;
  margin-bottom: 40px;
  margin-bottom: 18px;
    padding-left: 9px;
    padding-right: 9px;
	z-index:0
}

.plan {
  background-color: #fff;
  border: 2px solid #E6E1DD;
}

.plan__title {
    font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;

	color: #7C7873;
}

.plan__bottom {
  border-top: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 33px 0px 30px;
  border: 2px solid #E6E1DD;
}

@media (max-width: 1199px) {
  .plan__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.plan-btn {
  font-weight: 800;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  height: 32px;
  width: 190px;
  text-decoration: none;
  margin-top: 15px;
  background: #F4EFEC;
  border-radius: 50px;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #AD9E8E;
}

.plan-btn:hover {
	background: #e3dad4
}

/*s-quiz*/

.s-quiz {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative;
  background: #EEE9E4;
  padding-top: 135px;
  padding-bottom: 70px
}

.s-quiz .container {position: relative;}

.s-quiz-title {
    text-align: center;
    text-transform: none;
    font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 50px;
	line-height: 61px;
	text-align: center;
	text-transform: uppercase;
	color: #837D76;
}

.quiz-step {
	padding-top: 64px
}

.quiz__num {
    font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #988361;
	margin-top: 15px;
	margin-bottom: 68px;
	text-align: center;
}

.quiz__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}

.quiz__count-item {
  width: 16px;
  height: 3px;
  background-color: #C4C4C4;
  margin: 0 1px;
}

.quiz__count-item.active {
  background-color: #FFDB4D;
}

.quiz__title {
  font-style: normal;
font-weight: 500;
font-size: 35px;
line-height: 42px;

color: #837D76;
  text-align: center;
}

.quiz__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-top: 97px
}

.quiz-btn {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #FFDB4D;
  color: #FFFFFF;
  width: 160px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 20px 0 35px;
  text-decoration: none;
  margin: 0 10px;

  background: #B09575;
  border-radius: 50px;
}

.quiz-btn:hover {
	background-color: #9d8363;
}

@media (max-width: 575px) {
  .quiz-btn {
    margin: 0;
  }
}

.quiz-btn__arrow {
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz-btn-skip {
    background: transparent;
    font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B09575;
}

.quiz-btn-skip:hover {
	background: transparent;
}

@media (max-width: 575px) {
  .quiz-btn-skip {
    margin-bottom: 15px;
  }
}

.quiz__answers {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 34px;
  text-align: center;
}

.quiz__answers-wrap {
	text-align: center;
    display: inline-block;
    margin: auto;
}

@media (max-width: 479px) {
  .quiz__answers {
    margin-left: 0;
  }
}

.quiz-answer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    color: #7E7871;
	margin-bottom: 10px;
}

.quiz-answer__chbox {
  display: none;
}

.quiz-answer__chbox:checked + .quiz-custom-chbox {
  background-color: #5CC865;
}

.quiz-answer__chbox:checked + .quiz-custom-chbox::before {
  opacity: 1;
  content: url(../img/check.svg);
}

.quiz-custom-chbox {
  background: #F3F0ED;
    -webkit-border-radius: 2px;
    border-radius: 18px;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-right: 16px;
    border: 4px solid white;
}

.quiz-custom-chbox::before {
  content: url(../img/checkbrown.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.quiz-step-loading {
  text-align: center;
  color: #837D76;
}

.quiz-step-loading__title {
  font-size: 40px;
  margin-bottom: 30px;
  color: #837D76;
}

.quiz-step-loading__subtitle {
  font-size: 22px;
  margin-bottom: 50px;
  color: #837D76;
}

.quiz-step-loading__line {
  max-width: 500px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quiz-step-loading__line span {
  background-color: #B09575;
  display: inline-block;
  width: 30%;
}

.quiz-step-loading__percent {
  font-size: 40px;
}

.quiz-step-form {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.quiz-step-form__title {
  text-align: center;
  color: #837D76;
  font-size: 34px;
  margin-bottom: 30px;
}

.quiz-step-form__subtitle {
  text-align: center;
  color: #837D76;
  font-size: 22px;
  margin-bottom: 30px;
}

.quiz-form .label-text {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.quiz-form label label.error {
  background-color: #C01717;
  width: 100%;
  display: block;
  color: #ffffff;
  padding: 10px 15px;
}

.quiz-form .label-text input{
  display: block;
  width: 100%;
  padding: 20px;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
	color: #837D76
}

.quiz-form .button {
  max-width: 360px;
    width: 100%;
    text-decoration: none;
    background: #B09575;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
	margin: 20px auto
}

.quiz-form .button:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transition: 1s linear
}

.quiz-step-form__pers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #727272;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.quiz-step-form__pers a {
  color: #727272;
}

.quiz-step-form__pers-chbox {
  display: none;
}

.quiz-step-form__pers-chbox:checked + .quiz-step-form__pers-custom-chbox {
  background-color: transparent;
    border: 1px solid #C2BDBA;

}

.quiz-step-form__pers-chbox:checked + .quiz-step-form__pers-custom-chbox::after {
  opacity: 1;
}

.quiz-step-form__pers-custom-chbox {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.quiz-step-form__pers-custom-chbox::after {
  content: url(../img/checkbrown.svg);
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.quiz__error {
  width: 100%;
  max-width: 400px;
  background-color: #C01717;
  color: #ffffff;
  margin: 0 auto 20px;
  text-align: center;
  padding: 10px;
  display: none;
}

.quiz-plan {
	width: 268px;
	height: 266px;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 5px solid #D7CEC4;
	align-items: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.quiz-plan img {
	max-width: 60%;
    max-height: 60%;
}

.quiz-step-1 .quiz-answer {
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.quiz-step-1 .quiz__answers-wrap {
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		margin-left: 0;
		justify-content: center;
		-webkit-justify-content: center;
		flex-wrap: wrap;
	}

	.quiz-step-1 .quiz-answer {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.quiz-step-1 .quiz-custom-chbox {
		top: -22px
	}
}

/**************************************************************************************s-gallery*/
.s-gallery {
  padding-top: 135px;
  padding-bottom: 0px !important;
}

.s-gallery-row {
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-gallery-arrow {
  width: 30px;
  height: 30px;
  background: #BAAB92;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px;
}

.s-gallery-arrow--right img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gallery-carousel__item {
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.gallery-carousel__item::before {
  content: '';
  padding-top: 50%;
  float: left;
}

.s-gallery-container-big {
  position: relative;
  margin-top: 66px
}

.gallery-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: 148px;
}

.gallery-dots .container {
  height: 100%
}

.gallery-dots-wrap {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.gal-panel {
    height: 148px;
    width: calc(50% - 700px);
    position: absolute;
    transform: translate(0px, -148px);
    background-color: white;
}

.s-gallery-control, .s-gallery-carousel-item-desc__count {
  padding-top: 56px
}

.s-gallery-carousel-item-desc__count {
    font-family: Labor Union;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #D1CAC8;
    background-color: white
}

.s-gallery-carousel-item-desc__count span {
    font-family: Labor Union;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;

color: #BAAB92;
}

.s-gallery-control {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  background-color: white;
  padding-right: 60px;
  padding-left: 190px
}

.s-gallery-control .project__count-item {
  margin-top: 15px
}

@media (max-width: 767px) {
  .gallery-dots-wrap {
    padding-left: 0;
  }
}

.gallery-dots-wrap .slick-dots {
  background-color: #FFDB4D;
  height: 85px;
  padding: 0 52px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 0;
  width: auto;
}

@media (max-width: 767px) {
  .gallery-dots-wrap .slick-dots {
    padding: 0 26px;
    height: 50px;
  }
}

.gallery-dots-wrap .slick-dots li {
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-dots-wrap .slick-dots li button {
  background: rgba(0, 0, 0, 0.364);
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: block;
}

.gallery-dots-wrap .slick-dots li.slick-active {
  border-color: #000;
}

.gallery-dots-wrap .slick-dots li.slick-active button {
  background: #000;
}

.s-ipoteka-calc {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.s-ipoteka-calc-container {
  background: rgba(19, 19, 32, 0.76);
  padding: 70px 15px 62px;
  max-width: 936px;
}

.s-ipoteka-calc__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 127%;
  text-align: center;
  color: #FFFFFF;
  max-width: 693px;
  margin: 0 auto 20px;
}

.s-ipoteka-calc-percent {
  width: 236px;
  height: 236px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 54px;
  border: 1px solid rgba(255, 255, 255, 0.304);
  position: relative;
}

.s-ipoteka-calc-percent::before, .s-ipoteka-calc-percent::after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #FFDB4D;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
}

.s-ipoteka-calc-percent::before {
  top: 26px;
  left: 26px;
}

.s-ipoteka-calc-percent::after {
  right: 26px;
  bottom: 26px;
}

.s-ipoteka-calc-percent__title {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.s-ipoteka-calc-percent__num {
  font-size: 60px; /*90px*/
  line-height: 123px;
  color: #FFDB4D;
  font-weight: bold;
}

.s-ipoteka-calc__button {
  max-width: 503px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 99px;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
}

.s-ipoteka .section-title{
  margin-bottom: 66px
}

.s-ipoteka > .container > .row > .col:nth-child(1) {
  width: 46%
}

.s-ipoteka > .container > .row > .col:nth-child(2) {
  width: 54%;
  padding-left: 70px
}

.s-ipoteka table {
  width: 100%
}

.s-ipoteka-help .min-persent {
  font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 36px;

color: #D44451;

}

.s-ipoteka-help .min-persent .big-per {
  font-size: 180px;
  line-height: 92px
}

.s-ipoteka-help .min-persent .persent {
  font-size: 60px;
}

.s-ipoteka-help .row {
  margin-top: 50px
}

.s-ipoteka-help > .row > .col:nth-child(1) {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.s-ipoteka-help > .row > .col:nth-child(1) {
  width: 40%;
}

.s-ipoteka-help > .row > .col:nth-child(2) {
  width: 60%;
}

.s-ipoteka table tr td:nth-child(1) {
  width: 48%
}

.s-ipoteka table tr td:nth-child(2) {
  width: 30%
}

.bank-item {
  width: 100%;
  height: 80px;
  margin-bottom: 12px;
  border: 1px solid #C5C5C5;
  box-sizing: border-box;
  border-radius: 60px;
    display: flex;
      display: -webkit-flex;
        display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 42px;
    padding-right: 42px;
}

.bank-item-title {width: 56%}

.bank-item-persent{width: 20%}



.bank-item img {
  height: 34px;
}

.s-ipoteka .btn-wrap {
  width: 24%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
    -webkit-justify-content: right;
    justify-content: right;
}

.bank-item-persent {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  color: #83745C;
}

.bank-items {
  display: flex;
    display: -webkit-flex;
      display: -ms-flex;

  align-items: center;
  -webkit-align-items: center;
}

.bank-item-persent span {
font-weight: 700;
font-size: 24px;
line-height: 24px;
}

.ipoteka-item-col {
  width: 33.333%;
  margin-bottom: 30px;
}

.s-ipoteka-help {
  background: #EEE9E4;
  padding: 90px 28px 78px 50px;
}

.s-ipoteka-change {
  border: 3px solid #E5E3E1;
  box-sizing: border-box;
  margin-top: 20px;
  padding-top: 78px;
  padding-bottom: 88px;
  padding-left: 50px
}

.s-ipoteka-change-title {
  font-style: normal;
font-weight: normal;
font-size: 35px;
line-height: 42px;

color: #70614F;
}

.s-ipoteka p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #8F8986;
}

.s-ipoteka-help-title {
  font-style: normal;
font-weight: normal;
font-size: 35px;
line-height: 42px;

color: #70614F;

}

@media (max-width: 1199px) {
  .ipoteka-item-col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .ipoteka-item-col {
    width: 100%;
  }
}

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

.ipoteka-item__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
}

.ipoteka-item__percent {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #FFDB4D;
}

.ipoteka-item__btn {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration-line: underline;
    color: #988361;
}

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

.change-bank-left {
  width: 855px;
  min-width: 855px;
  padding: 160px 15px 204px;
  text-align: center;
  background: #2A3749 url(../img/change-bank-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1500px) {
  .change-bank-left {
    width: 655px;
    min-width: 655px;
  }
}

@media (max-width: 1199px) {
  .change-bank-left {
    width: 100%;
    min-width: auto;
  }
}

.change-bank-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #3C4C62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .change-bank-right {
    display: none;
  }
}

.change-bank__title {
  font-weight: bold;
  font-size: 47px;
  line-height: 101.5%;
  color: #FFFFFF;
  max-width: 387px;
  margin: 0 auto 33px;
}

.change-bank__subtitle {
  font-size: 20px;
  line-height: 147.8%;
  color: #ffffff;
  max-width: 338px;
  margin: 0 auto 62px;
}

.change-bank__button {
  max-width: 355px;
  width: 100%;
  text-decoration: none;
  background: #B09575;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  height: 54px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
          font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
}

.s-ipoteka-change .change-bank__button {
  margin-top: 42px;
}

.s-ipoteka-help .change-bank__button {
  margin-top: 20px;
}

.change-bank__img {
  max-width: 700px;
}

.s-builder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

.s-builder-left {
  width: 30%
}

@media (max-width: 1199px) {
  .s-builder-left {
    display: none;
  }
}

.s-builder-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;

  background: #EEE9E4;
  width: 70%;

}

@media (max-width: 1199px) {
  .s-builder-right {
    max-width: 100%;
  }
}

.s-builder__logo {
    width: 350px;
    height: 350px;
    background-color: #ffffff;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: translate(-150px, 150px);
    position: absolute;
    padding: 20px
}

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

.s-builder__desc {
  padding-bottom: 188px;
  padding-top: 210px;
  padding-left: 248px
}

@media (max-width: 575px) {
  .s-builder__desc {
    padding: 0 20px;
  }
}

.s-builder__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 49px;
  color: #837D76;
}

.s-builder__text {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-top: 34px;
  width: 60%;
  color: #888888;
}

/*акции*/

.s-actions {
}

.s-actions-container {
	margin-top: 34px
}

.s-actions-plus-group {
  position: absolute;
  top: -96px;
  right: -114px;
}

.s-actions-container {
  position: relative;
}

.s-actions-row {
  margin: 0 -7px;
  position: relative;
}

.action-col {
  width: 33.333%;
  margin-bottom: 30px;
  padding: 0 7px;
 /*display: flex;*/
}

@media (max-width: 1199px) {
  .action-col {
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .action-col {
    width: 100% !important;
  }
}

.action__num {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #FFDB4D;
  margin-bottom: 15px;
}

.action {
	height: 100%;
}

.action__body {
  -webkit-box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.026);
          box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.026);
	height: 100%;
    border: 5px solid #E6E1DD;
    display: -webkit-box;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.action__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 125.8%;
  text-align: center;
  color: #70614F;
  /*-webkit-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
  padding: 58px 50px 10px;
}

.action__text span {color: #D44451;}

@media (max-width: 991px) {
  .action__text {
    height: auto;
    padding: 20px;
  }
}

.action__btn {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #837D76;
    font-size: 15px;
    line-height: 18px;
}

/*акции*/

/*коммерческие помещения*/

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

.s-commerce-left,
.s-commerce-right {
  width: 50%;
}

@media (max-width: 1199px) {
  .s-commerce-left,
  .s-commerce-right {
    width: 100%;
  }
}

.s-commerce-left {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  width: 855px;
  min-width: 855px;
}

@media (max-width: 1500px) {
	.s-commerce-left {
		width: 655px;
		min-width: 655px;
	}
}

@media (max-width: 1199px) {
  .s-commerce-left {
    display: none;
  }
}

.s-commerce-left {
  text-align: center;
  padding: 148px 0 260px;
  background: #2A3749 url(../img/white.png);
}

@media (max-width: 575px) {
  .s-commerce-right {
    padding-bottom: 148px;
  }
}

.s-commerce__icon {
  width: 72px;
  margin-bottom: 30px;
}

.s-commerce__title {
  font-weight: 800;
  font-size: 52px;
  line-height: 120.02%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 675px;
  width: 100%;
  margin: 5%;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .s-commerce__title {
    font-size: 38px;
  }
}

.s-commerce__text {
  font-size: 20px;
  line-height: 147.8%;
  color: #ffffff;
  max-width: 412px;
  width: 100%;
  margin: 0 auto;
}

/*коммерческие помещения */

.s-docs {

}

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

@media (max-width: 1199px) {
  .s-docs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-docs-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

@media (max-width: 1199px) {
  .s-docs-control {
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.s-docs-control__arrow {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #BAAB92;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-docs-control__arrow--right {
  margin-left: 14px;
}

.s-docs-control__arrow--right img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.s-docs-carousel {
  width: 100%;
  margin-top: 62px;
  margin-left: -30px;
    margin-right: -30px;
}

.s-docs-item .row .col:nth-child(2) {
  width: calc(100% - 54px);
  padding-left: 23px;
}

@media (max-width: 1199px) {
  .s-docs-carousel {
    width: 100%;
  }
}

.s-docs-item-col {
  padding: 0 30px;
}

.s-docs-item__img-wrap {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  color: #B09575;
  margin-top: 16px;
}

.s-docs-item__img-wrap img {
  margin-right: 13px
}

.s-docs-item__img {
  overflow: hidden;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.s-docs-item__img::before {
  content: '';
  padding-top: 130%;
  float: left;
}

.s-docs-item__text {
    font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 23px;
	color: #737477;
}

.s-consultation {
  background: #F6F6F6;
}

.consultation {
  background: #3C4C62;
  -webkit-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.086);
          box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.086);
  padding: 50px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .consultation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.consultation-col:nth-child(1) {
    width: 60%;
    padding-right: 56px;
}

.consultation-col:nth-child(2) {
    width: 40%;
}

@media (max-width: 575px) {
  .consultation-col {
    padding: 0;
  }
}

.consultation__info {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
   margin-top: 54px
}

@media (max-width: 991px) {
  .consultation__info {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .consultation__info {
    padding: 50px 5px;
  }
}

.consultation__title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  padding-left: 26px;
  height: 130px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  color: #888888;
}

.consultation-form .label-text {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.consultation-form .label-text label.error {
  background-color: #C01717;
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
}

.consultation-form .label-text input {
  width: 100%;
  border: none;
  padding: 16px 0px;
  color: #727272;
  background: #F6F6F6;
  border-bottom:  1px solid #C2BDBA;
}

.label-text input::-webkit-input-placeholder {
  color: #858585c9;
}

.label-text input::-moz-placeholder {
  color: #858585c9;
}

.label-text input:-ms-input-placeholder {
  color: #858585c9;
}

.label-text input::-ms-input-placeholder {
  color: #858585c9;
}

.label-text input::placeholder {
  color: #858585c9;
}

.consultation-form__time {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.consultation-form__time span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #727272;
}

.consultation-form__time select {
  padding: 12px 0px;
  color: #858585;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: none;
  width: 138px;
  margin-left: 10px;
  background: #F6F6F6;
}

.consultation-form button {
  max-width: 332px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 60px 0 0px 0;
  background: #B09575;
	border-radius: 50px;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.s-contacts {
  position: relative;
  margin-bottom: 120px
}

@media (max-width: 991px) {
  .s-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.s-contacts-left {
  width: 40%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.s-contacts-map {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  height: 494px;
  width: 70%;
    overflow: hidden;
}

@media (max-width: 991px) {
  .s-contacts-map {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    height: 400px;
  }
}

.contacts-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

@media (max-width: 991px) {
  .contacts-wrap {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.contacts {
  background: #3C4C62;


  color: #FFFFFF;
  pointer-events: all;
}

@media (max-width: 991px) {
  .contacts {
    max-width: 100%;
  }
}

.contacts__title {
  font-weight: 800;
  font-size: 52px;
  line-height: 120.02%;
  text-transform: uppercase;
  margin-bottom: 46px;
}

@media (max-width: 479px) {
  .contacts__title {
    font-size: 38px;
  }
}

.contacts__address {
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #737477;
}

.contacts__phone, .contacts__phone a {
  font-size: 24px;
  line-height: 26px;
  color: #A46C64;
  text-decoration: none;
  font-weight: 300;
}

.contacts__mail {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #A46C64
}

.contacts-name {
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  margin-top: 57px;
  margin-bottom:  30px;
  text-transform: uppercase;
  color: #737477;
}

.contacts__button {
  max-width: 240px;
  width: 100%;
  height: 60px;
  font-weight: 800;
  font-size: 15px;
}

.s-oferta {
  color: #737477;
  padding: 30px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.footer {
  background: #31353E;
  padding: 32px 0;
}

.footer-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.54);
}

.footer-logo img {
  margin-right: 18px;
}

@media (max-width: 1199px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-confid a {
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.6;
  text-decoration: none;
  margin: 0 7px;
}

@media (max-width: 1199px) {
  .footer-confid a {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .footer-confid {
    margin-bottom: 20px;
  }

  .first-screen__text-col:nth-child(1) {
		width: 100%;
	}
}

.footer-cosmic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer-cosmic img {
  margin-right: 10px;
}

.popup-form-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.popup-form-wrapper .mfp-close {
  color: #C2BDBA !important;
  font-size: 40px;
}

.popup-form {
  width: 100%;
  background-color: #EEE9E4;
  padding: 40px 100px;
}

.popup-form__title {
  font-weight: bold;
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
  color: #70614F;
}

.popup-form label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.popup-form label label.error {
  display: block;
  background-color: #c01717;
  color: #ffffff;
  padding: 10px;
}

.popup-form .label-text input {
  width: 100%;
  padding: 20px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: none;
  color: #837D76;
}

input[type='text']:focus, input[type='tel']:focus, .consultation-form__time select:focus {
  outline: none
}

.popup-form button {
    width: 100%;
    background: #B09575;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.08em;
	margin-top: 30px;
	margin-bottom: 15px;
	max-width: 280px;
    margin: 30px auto 10px;
}

.form__agree {
  width: 100%;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #727272;
  font-size: 13px;
}

.form__agree a {
  color: #727272;
}

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup-info {
  background-color: #ffffff;
  max-width: 700px;
  padding: 50px 40px;
  margin: 0 auto;
}

.popup-info__title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
}

.popup-info__text {
  line-height: 1.5;
  font-size: 16px;
}

.popup-calc-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.popup-calc-wrapper .mfp-close {
  color: #C2BDBA !important;
  font-size: 40px;
}

.popup-calc {
  background-color: #EEE9E4;
  width: 100%;
  padding: 40px;
  color: #70614F;
}

@media (max-width: 479px) {
  .popup-calc {
    padding: 40px 15px;
  }
}

.popup-calc-topline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 479px) {
  .popup-calc-topline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.popup-calc__title {
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 479px) {
  .popup-calc__title {
    margin-bottom: 10px;
  }
}

.popup-calc__plat span {
  font-weight: bold;
}

.popup-calc-item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .popup-calc-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.popup-calc__name {
  width: 200px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .popup-calc__name {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.popup-calc__set {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid rgba(112, 97, 79, 0.6);
  padding: 20px;
}

@media (max-width: 767px) {
  .popup-calc__set {
    width: 100%;
  }
}

.popup-calc__button {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.irs--round .irs-grid-text {
    color: #727272 !important;
}

.irs--round .irs-line {
    background-color: #7272722e !important;
}

.irs--round .irs-bar {
    background-color: #70614F; !important;
}

.irs--round .irs-handle {
    border: 4px solid #70614F; !important;
    background-color: #EEE9E4 !important;
}

.thanks-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}

.s-thanks {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 100px 15px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #837D76;
  background: #EEE9E4;
}

.s-thanks div {
  font-size: 24px;
  margin-bottom: 10px;
}

.s-thanks a {
  color: #837D76;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
}

#first-screen1:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.s-plans .plan-col .img {
    display: flex;
    height: 342px;
    align-items: center;
    justify-content: center;
}

.s-plans .plan-col .img.vert img {
    width: auto;
    height: 100%;
}

.s-plans .plan-col .img.hor img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.policy {
	background-color: white;
	margin-top: 30px;
	margin-bottom: 40px;
}

.policy h2 {text-align: center}

@media (max-width: 600px) {
	.advantages-item-col { margin-bottom: 32px; }
	.advantages-item { padding-top: 20px; }
	.s-project-carousel-item-desc__title {font-size: 30px;}
	.s-project-carousel-item-desc__text {
		font-size: 18px;
		line-height: 140%;
	}
	.section {
		padding: 55px 0 50px;
	}
}

/*О ПРОЕКТЕ*/

@media (max-width: 340px) {
	.header__phone {
		font-size: 20px;
	}

	.header__info { padding: 10px 10px}
}


@media (max-width: 400px) {
 .ipoteka-item__title {font-size: 22px;}
 /*.ipoteka-item__percent {font-size: 18px;}*/
 .ipoteka-item__topline {display: block}
}

/*Шрифты в формате телефона*/

@media (max-width: 500px) {
	.excursion-1-body__text {font-size: 33px;}
	.popup-form__title {font-size: 32px;}
	.s-ipoteka-calc__button {
		font-size: 19px;
		line-height: 120%;
	}
}

.shine {
	position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.shine .effect {
	position:absolute;
    top:0;
    left:0;
	margin:0;
    width:100%;
    height:100%;
    -webkit-transform:translateX(-85px);
    -ms-transform:translateX(-85px);
    transform:translateX(-85px);
    -webkit-animation-name: flashbutton;
    animation-name: flashbutton;
    -webkit-animation-duration:3s;
    animation-duration:3s;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.shine .effect:before {
	content:'';
	display:block;
	background:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
    background:-webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background:-o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    background:linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
    width:60px;
    height:100%;
	opacity:0.3;
    position:absolute;
    top:0;
    left:30px;
    -webkit-transform:skewX(-45deg);
    -ms-transform:skewX(-45deg);
    transform:skewX(-45deg);
}
@-webkit-keyframes flashbutton {
	30% { -webkit-transform:translateX(100%); transform:translateX(100%); }
	100% { -webkit-transform:translateX(100%); transform:translateX(100%); }
}
@keyframes flashbutton {
	30% { -webkit-transform:translateX(100%); transform:translateX(100%); }
	100% { -webkit-transform: translateX(100%); transform:translateX(100%); }
}

@media (min-width: 1199px) {
	.s-complex-img {
		width: 70%;  margin: auto;
	}
}

video {width: 100%;}

@media (min-width: 1199px) {
	video {width: 70%;}
}

/*carousel-expert*/

.consultation-carousel {
  max-width: 100%;
}

.consultation-carousel .slick-dots li{
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.consultation-carousel .slick-dots li.slick-active{
  background-color: #FFDB4D;
}

.consultation-carousel .slick-dots li button{
  display: none;
}

.consultation__img{
  text-align: center;
}

.consultation__name {
  text-align: center;
  margin-top: 10px;
  color: #888888;
}

.consultation__img-inner-wrap {
  width: 130px;
  height: 130px;
  border: 3px solid #B09575;
    border-radius: 50%;
    display: flex;
    display: -ms-flex;
    display: -wekit-flex;
    align-items: center;
    -wekit-align-items: center;
    justify-content: center;
    -wekit-justify-content: center;
}

.consultation__img-inner {
  width: 106px;
  height: 106px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0%;
  display: inline-block;
}

/*carousel-expert*/

.tradein {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: white;
  background-color: red;
  display: inline-block;
  padding: 10px
}

.plan__img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	max-width: 94%;
	max-height: 232px;
	position: relative;
	z-index: 9
}

.plan__img:hover {
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	z-index: 10
}

.s-plan-arrow {
    width: 66px;
    height: 66px;
    background-color: #FFDB4D;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 7px;
}

.s-gallery-arrow--right img, .s-plan-arrow--right img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 990px) {
	.consultation-col {
		width: 100%
	}
}

@media (max-width: 360px) {
	.consultation__title  {
		font-size: 24px
	}

	.first-screen__title {
		font-size: 30px;
	}
}

.preloader-first {
	position: absolute;
    top: 0;
    width: 100%;
}

.first-screen__act-col {
	width: 20%;
}

.first-screen__act-col {
	 -webkit-animation: mover 2.7s infinite  linear;
	animation: mover 2.7s infinite  linear;
	box-shadow: 10px 10px 10px #0000006b;
}

@-webkit-keyframes mover {
	0% { transform: translateY(0); }
	50% { transform: translateY(-11px); }
	100% { transform: translateY(0); }
}
@keyframes mover {
	0% { transform: translateY(0); }
	50% { transform: translateY(-11px); }
	100% { transform: translateY(0); }
}

@media (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }

    .gal-panel {
        width: calc(50% - 600px);
    }

    .first-screen__title {
		font-size: 76px;
		line-height: 76px;
    }

	.first-screen__btn {
		width: 320px;
		height: 76px;
	}

	.first-screen__btn--white {
		width: 244px;
		height: 76px;
	}

    .header__topline {
        height: 80px;
    }

    nav {
       height: 40px;
    }

    .header__title {font-size: 20px;}

    .header__phone {
		font-size: 16px;
		line-height: 18px;
    }

    .header__mail {
		font-size: 16px;
		line-height: 18px;
    }

    .first-screen__bottom-info {
		padding-right: calc(50% - 600px - 50px);
		padding-bottom: 36px;
		padding-top: 46px;
    }

    .first-screen {
		padding: 130px 0;
    }

    .first-screen__buttons {
		margin-top: 50px;
		margin-bottom: 30px;
    }

	.s-project-carousel-i .s-project-carousel-item {
		min-height: 580px;
		max-height: 580px;
	}

	.s-project {
		padding-left: calc(50% - 600px);
	}

	.s-project-carousel-item-desc__text {
		font-size: 16px;
		line-height: 22px;
	}

	.s-project-carousel-wrap {
		padding-top: 150px;
		padding-right: 118px;
	}

	.gallery-dots-wrap {
		padding-left: calc(50% - 600px);
	}

	.s-contacts-left {padding-right: 20px}

	.contacts-name {
		font-size: 22px;
		line-height: 24px;
	}

	.s-ipoteka-help .min-persent .big-per {
		font-size: 140px;
		line-height: 92px;
	}

	.s-ipoteka-help .min-persent .persent {
        font-size: 40px;
	}

    .s-ipoteka .btn-wrap {
		width: 30%;
	}

	.s-quiz-title {
		font-size: 46px;
        line-height: 50px;
	}

	.s-builder__logo {
		width: 250px;
		height: 250px;
	}

	.s-builder__desc {
		padding-bottom: 168px;
		padding-top: 190px;
		padding-left: 228px;
	}

	.popup-form__title {
		font-size: 30px;
		line-height: 34px
	}

	.section-title {
		font-size: 38px;
		line-height: 47px;
	}

	.consultation__title {
		font-size: 18px;
		line-height: 20px;
	}

	.popup-form {
		padding: 40px 90px;
	}

    .s-project-carousel-item-desc__title {
        font-size: 42px;
        line-height: 46px;
    }

    .s-project-white-line {
        height: 90px;
    }

    .s-ipoteka-help {padding: 88px 26px 76px 48px;}

    .s-ipoteka-help-title {
		font-size: 33px;
		line-height: 40px;
	}

	.bank-item img {
		height: 32px;
	}

	.bank-item-title {
		width: 52%;
	}

	.bank-item-persent {
		font-size: 19px;
		line-height: 24px;
	}

	.quiz-step {
		padding-top: 62px;
	}

	.quiz__title {
		font-size: 34px;
		line-height: 41px;
	}

	.quiz__num {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 66px;
	}

	.quiz-answer {
		font-size: 22px;
		line-height: 26px;
	}

	.quiz__control {margin-top: 90px}

	.quiz-custom-chbox {
		width: 34px;
		height: 34px;
	}

	.quiz-plan {
		height: 260px;
	}

	.change-bank__button {
		font-size: 13px;
        line-height: 16px;
	}

	.bank-item-persent span {
		font-size: 22px;
		line-height: 22px;
	}

	/**/

	.first-screen__info-b-text {
		font-size: 16px;
		line-height: 20px;
	}

	.first-screen__info-b {
		padding-left: 36px;
		padding-right: 36px;
	}

	.plan__title {
		font-size: 19px;
		line-height: 23px;
	}

	.plan-price {
		font-size: 14px;
		line-height: 17px;
	}

	.plan-size {
		font-size: 15px;
		line-height: 19px;
	}

	.plan__bottom {
		padding: 30px 0px 28px;
	}

	.s-plans .col .img {
		height: 342px;
	}
    /*галерея*/
    .gallery-carousel__item {
		height: 90vh
	}

	.gal-panel, .s-gallery-carousel-item-desc__count, .s-gallery-control, .gallery-dots {height: 128px;}

	.gal-panel {
		transform: translate(0px, -128px);
	}

	.s-gallery-control, .s-gallery-carousel-item-desc__count {
		padding-top: 49px;
	}
}

@media (max-width: 1400px) {
	.first-screen__title {
		font-size: 70px;
		line-height: 70px;
    }

	.first-screen__btn {
		width: 316px;
		height: 72px;
	}

	.first-screen__btn--white {
		width: 240px;
		height: 72px;
	}

    .s-ipoteka-help {padding: 84px 24px 74px 44px;}

    .s-ipoteka-help-title {
		font-size: 31px;
		line-height: 38px;
	}

	.header__topline {
		height: 80px;
	}

	nav {
		height: 36px;
	}

	.first-screen {
		padding: 120px 0;
	}

	.first-screen__bottom-info {
		padding-bottom: 28px;
		padding-top: 38px;
	}

	.first-screen__buttons {
		margin-top: 46px;
	}

    .header__topline {
		height: 80px;
	}

    .s-ipoteka-help .min-persent .big-per {
		font-size: 120px;
		line-height: 92px;
	}

	.s-builder__desc {
		padding-bottom: 178px;
		padding-top: 180px;
		padding-left: 190px;
	}

	.popup-form {
		padding: 40px 80px;
	}

	.s-project-carousel-item-desc__text {
		font-size: 15px;
		line-height: 20px;
	}

    .s-project-carousel-wrap {
		padding-top: 150px;
		padding-right: 116px;
    }

    .s-project-carousel-i .s-project-carousel-item {
        min-height: 550px;
		max-height: 550px;
    }

    .s-project-carousel-item-desc__title {
        font-size: 40px;
        line-height: 42px;
    }

	.s-project-white-line {
		height: 80px;
	}

    .bank-item-persent {
		font-size: 16px;
		line-height: 21px;
	}

	.quiz-step {
		padding-top: 60px;
	}

	.quiz__title {
		font-size: 33px;
		line-height: 40px;
	}

	.quiz__num {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 54px;
	}

	.quiz-answer {
		font-size: 20px;
		line-height: 24px;
	}

	.quiz__control {margin-top: 70px}

	.quiz-custom-chbox {
		width: 32px;
		height: 32px;
	}

	.quiz-plan {
		height: 240px;
	}

	.first-screen__bottom-info {
		padding-bottom: 36px;
		padding-top: 44px;
    }

	.first-screen__info-b-text {
		font-size: 15px;
		line-height: 19px;
	}

	.first-screen__info-b {
		padding-left: 35px;
		padding-right: 35px;
	}

	.plan__title {
		font-size: 18px;
		line-height: 22px;
	}

	.plan-price {
		font-size: 13px;
		line-height: 16px;
		margin-top: 8px;
	}

	.plan-size {
		font-size: 15px;
		line-height: 19px;
	}

	.plan__bottom {
		padding: 26px 0px 24px;
	}

	.s-plans .col .img {
		height: 332px;
	}

	/*галерея*/
    .gallery-carousel__item {
		height: 88vh
	}

	.gal-panel, .s-gallery-carousel-item-desc__count, .s-gallery-control, .gallery-dots {height: 108px;}

	.gal-panel {
		transform: translate(0px, -108px);
	}

	.s-gallery-control, .s-gallery-carousel-item-desc__count {
		padding-top: 39px;
	}
}

@media (max-width: 1280px) {
	.first-screen__title {
		font-size: 68px;
		line-height: 68px;
    }

    .header__partner {
      margin-left: 2px;
      font-size: 11px;
    }

	.first-screen__btn {
		width: 308px;
		height: 70px;
	}

	.first-screen__btn--white {
		width: 232px;
		height: 70px;
	}

    .container {
        max-width: 94%;
    }

	.s-project {
		padding-left: 3%;
	}

	.header__topline {
		height: 50px;
	}

	nav {
		height: 30px;
	}

	.first-screen {
		padding: 70px 0;
	}

	.first-screen__bottom-info {
		padding-bottom: 10px;
		padding-top: 20px;
	}

	.first-screen__info-b-title {
		font-size: 13px;
		line-height: 15px;
	}

	.first-screen__info-b-text {
		font-size: 16px;
		line-height: 18px;
	}

	.first-screen__buttons {
		  margin-top: 36px;
	}

	.s-quiz-title {
		font-size: 38px;
        line-height: 42px;
	}

	.quiz-step {
		padding-top: 34px;
	}

	.quiz__num {margin-bottom: 38px}

	.quiz__control {margin-top: 38px}

	.popup-form__title {
		font-size: 30px;
		line-height: 34px
	}

	.s-builder__desc {
		padding-bottom: 128px;
		padding-top: 120px;
		padding-left: 170px;
	}

	.s-contacts {margin-bottom: 0px;}

	.s-docs-item__text {
		font-size: 14px;
		line-height: 17px;
	}

	.section {
		padding: 100px 0 100px;
	}

	.popup-form {
		padding: 40px 70px;
	}

	.s-project-carousel-wrap {
		padding-top: 80px;
		padding-right: 80px;
	}

	.s-project-carousel-i .s-project-carousel-item {
		min-height: 460px;
		max-height: 460px;
	}

	.s-project-carousel-item-desc__title {
		  font-size: 38px;
		  line-height: 40px;
	}

	.s-project-white-line {
		  height: 60px;
	}

	/*галерея*/
    .gallery-carousel__item {
		height: 86vh
	}

	.gal-panel, .s-gallery-carousel-item-desc__count, .s-gallery-control, .gallery-dots {height: 90px;}

	.gal-panel {
		transform: translate(0px, -90px);
		width: 3%;
	}

	.s-gallery-control, .s-gallery-carousel-item-desc__count {
		padding-top: 30px;
	}

    .quiz-answer {
		font-size: 18px;
		line-height: 22px;
		font-weight: 500;
	}

	.quiz-custom-chbox {
		width: 30px;
		height: 30px;
		border: 3px solid white;
	}

	.quiz-answer__chbox:checked + .quiz-custom-chbox::before {
		transform: scale(0.9);
		top: 12.5%;
		left: 12.5%;
	}

	.quiz-custom-chbox::before  {
		transform: scale(0.9);
		top: 12.5%;
		left: 12.5%;
	}

	.quiz-plan {
		height: 224px;
	}

	.first-screen__bottom-info {
		padding-bottom: 20px;
		padding-top: 20px;
    }

	.first-screen__info-b-text {
		font-size: 15px;
		line-height: 19px;
	}

	.first-screen__info-b {
		padding-left: 28px;
		padding-right: 28px;
	}

	.plan__bottom {
		padding: 24px 0px 22px;
	}

	.s-plans .col .img {
		height: 290px;
	}
}

@media (max-width: 1199px) {
	.s-project-body {
		display: block;
	}

	.header__contacts {
		margin-left: 40px
	}

    .s-project-carousel-wrap {
		padding-top: 0px
    }

    .s-project-white-line {display: none}

    .s-project {
		padding-top: 50px
    }

    .s-project-carousel-item-desc__title {
		margin-top: 30px
    }

    .s-project-carousel-wrap {
		width: 100%;
		padding-right: 0px;
    }

    .row-bottom-carousel {
		margin-top: 50px
    }

    .s-project {
		padding-right: 3%;
    }

    .s-project-carousel-item {
		width: 100%;
    }

    .gal-panel {
        width: 6%;
    }

	.gallery-dots-wrap {
		padding-left: 3vw;
	}

	.s-builder__logo {display: none}

	.s-builder__desc {
		padding-bottom: 38px;
		padding-top: 40px;
		padding-left: 28px;
	}

	.section {
		padding: 108px 0 100px;
	}

	/*.first-screen__btn, .first-screen__btn--white  {
		width: 100%;
		max-width: 360px;
	}*/

    .s-project-carousel-img {position: relative; top: 40px; width: 100vw;}

    .first-screen__text-col {
       width: 100%;
    }

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

	.first-screen__container-wrap > .container > .row {
		justify-content: center;
		-webkit-justify-content: center;
	}

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

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

    .first-screen__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*-webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;*/
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px;
            justify-content: center;
                -webkit-justify-content: center;
    }

	.first-screen__act-col .first-screen__btn{
		margin-bottom: 0px;
	}

	.first-screen__act-col {
		padding: 26px;
		width: initial;
	}

    .first-screen__info {
        width: 100%;
        text-align: center;
        padding: 50px 20px;
    }

   .first-screen__bottom-info {width: 100%}

    .s-ipoteka-help {
       padding: 40px 18px 58px 30px;
    }

    .s-ipoteka-change {
		padding: 40px 18px 58px 30px;
	}

	.s-ipoteka-help .min-persent .big-per {
		font-size: 120px;
		line-height: 92px;
	}

	.s-ipoteka > .container > .row > .col:nth-child(1)  {
	    width: 100%
	}

	.s-ipoteka > .container > .row > .col:nth-child(2)  {
	    width: 100%;
	    padding-left: 0px;
	    margin-top: 20px
	}

	.container-small {
		max-width: 94%;
		width: 100%;
	}

	.s-builder__text {
	    width: 100%
	}

	.s-project-carousel-img {
	    margin-left: -10px;
	}

	.quiz-plan {
		display: none
	}
}

@media (max-width: 991px) {
    .header__logo-m {
      display: block;
      margin-left: 10px;
    }

    .header__logo-d {
      display: none;
    }

    .header__partner-m {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
    }

    .header__partner-d {display: none}

    .s-contacts-left {width: 100%; margin-bottom: 20px}

    .s-contacts-map {width: 100%; overflow: initial;}

    .contacts__phone {margin-top: 5px}

    .s-contacts {
        margin-bottom: 0px;
    }

    .header__menu-link {
      font-size: 14px;
      padding: 10px 0;
    }

    .plan-col {
		width: 50% !important;
	}

    .s-quiz-title {
		font-size: 34px;
		line-height: 34px;
	}

    .quiz__title {
		font-size: 28px;
		line-height: 30px;
	}

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

	.header__menu-btn {
		width: 50px;

	}

	.header__menu {
	  background-color: #F7F7F7;;
	  position: absolute;
	  top: -400px;
	 width: calc(100% - 70px);
	  min-height: 100%;
	  -webkit-transition: .5s;
	  -o-transition: .5s;
	  transition: .5s;
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: end;
	  -webkit-justify-content: flex-end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	  pointer-events: none;
	  padding: 5px 42px;
	  right: 0;
	}

	nav {
		height: 0px;
	}

	.section-title {

		font-size: 32px;
		line-height: 40px;

	}

	.s-project-carousel-i .s-project-carousel-item {
		background-size: cover;
	}

	.first-screen__title {
		font-size: 50px;
		line-height: 58px;
	}

	.consultation-col:nth-child(1) {
		width: 100%;
		padding-right: 0px;
	}

	.consultation-col:nth-child(2) {
		width: 100%;
		margin-top: 20px
	}

	.consultation-form button {
		margin: 60px auto 0;
	}

	.s-consultation-title br {
		display: none
	}

	.consultation__info {
		justify-content: center;
		-webkit-justify-content: center;
	}

    .gallery-dots {
		position: relative;
    }

    .gallery-dots {
		height: 100px;
    }

    .gal-panel {display: none}

    .s-gallery-control, .s-gallery-carousel-item-desc__count {
		padding-top: 32px;
    }

    .s-gallery-control {
		padding-left: 0px;
		padding-right: 0px;
    }

    .gallery-dots-wrap {
		justify-content: space-between;
		-webkit-justify-content: space-between;
    }

    .header__title {
		display: none;
    }

	.header__address {
		font-size: 16px;
		line-height: 20px;
	}

	.header__phone {
		font-size: 14px;
		line-height: 16px;
	}

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

	.header__contacts  {
		margin-left: 30px;
	}

	.row-bottom-carousel {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
    .excursion-1-body__text-title {
		font-size: 40px;
		line-height: 42px;
	}

  .header__logo {
    margin-right: 6px;
  }

  .phone-wrap {
    margin-left: 0px;
  }

  .header__contacts {
    margin-left: 10px;
  }

    .first-screen__info-b {
      padding-left: 8px;
      padding-right: 8px;
    }

	.first-screen__info-b table tr td:nth-child(1) {
		padding-right: 2px;
	}

    .s-project-carousel-item-desc {height: initial}

	.s-project-carousel-i .s-project-carousel-item {
		  min-height: 460px;
	}

    .plan-col {
        width: 100% !important;
    }

	.popup-form {
		padding: 40px;
	}

	.popup-form__title {
		font-size: 28px;
		line-height: 32px;
	}

	.popup-form .label-text input {
		padding: 18px;
	}

    .section-title {
      font-size: 30px;
      line-height: 34px
    }

	.bank-item {
		flex-direction: column;
		-webkit-flex-direction: column;
	}

	.bank-item-title {text-align: center; width: 100%}

	.bank-item-persent {
		-webkit-justify-content: center;
      justify-content: center;
	  margin-top: 5px;
	  width: 100%
	}

	.s-ipoteka .btn-wrap {
		-webkit-justify-content: center;
      justify-content: center;
	  margin-top: 5px;
	  width: 100%
	}

	.bank-item {padding-top: 22px; padding-bottom: 22px; height: initial; border-radius: 20px; padding-left: 0px;
    padding-right: 0px;}

	.s-ipoteka-help-title {
		font-size: 28px;
        line-height: 35px;
	}

	.footer {
		padding: 32px 0;
	}

	.footer-cosmic img {
		margin-right: 4px;
	}

	footer a span {
		font-size: 13px;
	}

	.gallery-dots-wrap {
		position: relative
	}

	.s-gallery-control {margin-left: 0px;}

	.section {
		padding: 50px 0 50px;
	}

	.s-project-carousel-control {
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

    .first-screen__title {
		font-size: 38px;
		line-height: 42px;
		margin-bottom: 20px;
		margin-top: 2px;
	}

	.first-screen__bottom-info {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.first-screen__info-b-text {
		font-size: 14px;
		line-height: 18px;
	}

	.first-screen__info-b table img {
		width: 22px;
	}

	.header__address {
		display: none
	}

	.header__partner {
		margin-left: 5px;
		font-size: 7px;
		line-height: 9px;
	}

  .first-screen__buttons .button {
    font-size: 13px;
    height: 60px;
  }

}

@media (max-width: 480px) {

  .popup-content {
    padding: 15px 10px;
  }

  .first-screen__buttons {
    flex-direction: column;
    -webkit-flex-direction: column;
    row-gap: 20px;
  }

  .first-screen__btn {
		width: 300px;
	}

  .first-screen__act-col {
    padding: 18px;
    font-size: 16px;
  }

  .first-screen__act-col .button {
    height: 34px;
    margin-top: 18px;
  }

  .first-screen__btn--white {
    width: 262px;
    height: 80px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    margin-left: 0px;
    text-transform: uppercase;
  }

    .first-screen__info-b table img {width: 16px;}

    .first-screen__info-b {
      padding-left: 4px;
      padding-right: 4px;
    }

	.first-screen__btn {
		height: 62px;
	}

	.first-screen__btn--white {
		height: 62px;
	}

    .first-screen__info-b-title {
      font-size: 11px;
      line-height: 13px;
    }

    .first-screen__info-b-text {
		font-size: 12px;
		line-height: 14px;
    }

	.first-screen__title {
		font-size: 40px;
		line-height: 42px;
	}

    .first-screen__subtitle {
		font-size: 16px;
	}

    .s-ipoteka-help > .row > .col:nth-child(1) {
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.s-ipoteka-help > .row > .col:nth-child(2) {
		width: 100%;
	}

	.s-ipoteka-help .min-persent .big-per {
		font-size: 100px;
		line-height: 100px;
	}

	.s-ipoteka-help .row {
		margin-top: 30px;
	}

	.change-bank__button {font-size: 12px}

	.consultation__info {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		-webkit-align-items: center;
	}

	.consultation__title {
		padding-left: 0px;
		margin-top: 20px
	}

	.consultation__info {
		padding: 0px 5px;
	}

	.s-project-carousel-i .s-project-carousel-item {
		min-height: 100px;
	}

	.s-project-carousel-img {
	height: 300px; }

	.s-project-carousel-item {
		padding-top: 20px;
	}

	.s-plans__get-all {
		font-size: 18px;
		margin-top: 20px;
	}

	.s-plans-row {
		margin-bottom: 15px;
	}

	.s-docs-item__text {
		font-size: 14px;
		line-height: 16px;
	}

	.s-docs-control {
		margin-top: 16px
	}

	.s-docs-carousel {
		margin-top: 32px;
	}

	.section-title {
		font-size: 22px;
		line-height: 24px;
	}

	.s-builder__title {
		font-size: 22px;
		line-height: 24px;
	}

	.contacts__address {
		font-size: 16px;
		line-height: 18px;
	}

	.contacts__phone {
		font-size: 16px;
		line-height: 18px;
	}

	.contacts-name {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.consultation__title {
		font-size: 16px;
		line-height: 18px;
		height: 100px
	}

	.s-builder__text {
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		margin-top: 14px;
	}

	.s-ipoteka-change {
		padding: 20px 10px 38px 10px;
		text-align: center;
	}

	.change-bank__button {
		margin: 10px auto;
	}

	.s-ipoteka-change-title, .s-ipoteka-help-title {
		font-size: 26px;
		line-height: 30px;
	}

	.s-ipoteka p {
		font-size: 16px;
		line-height: 18px;
	}

	.s-ipoteka-help {text-align: center; padding: 20px 10px 48px 10px;}

	.quiz__title {
		font-size: 22px;
		line-height: 24px;
	}

	.quiz__num {
		font-size: 20px;
		line-height: 22px;
	}

	.quiz-answer {
		font-size: 18px;
		line-height: 20px;
		font-weight: 500;
	}

	.quiz-custom-chbox {
		border-radius: 14px;
		width: 28px;
		height: 28px;
	}

	.plan__bottom {
		padding: 23px 0px 20px;
	}

	.plan__title {font-size: 18px;
		line-height: 20px;}

	.plan-price {font-size: 14px; line-height: 20px;}

	.plan-price b {
		font-size: 20px;
		line-height: 22px;
	}

	.advantages-item__num {
		font-size: 45px;
        line-height: 50px;
	}

	.advantages-item-col, .s-advantages .section-title {
		text-align: center
	}

	.s-advantages-row {
		margin: 0 -18px;
		margin-top: 9px;
	}

	.s-project {
		margin-top: 10px;
	}

	.s-excursion-1 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.excursion-1-body__text-title {
		font-size: 30px;
		line-height: 32px;
	}

	.excursion-1-body__text-txt {

		font-size: 20px;
		line-height: 22px;

	}

	.excursion-1-body__button {
		margin-top: 10px
	}

	.s-project-carousel-item-desc {
		padding: 10px 1px;
	}

	.s-project-carousel-item-desc__text {
		font-size: 14px;
		line-height: 16px;
	}

	.s-ipoteka .section-title {
		margin-bottom: 26px;
	}

	.s-ipoteka {
		padding: 90px 0 50px !important;
	}

	.first-screen__title {
		font-size: 32px;
		line-height: 40px;
	}

	.consultation__img-inner-wrap {
		margin: auto;
	}

	.popup-form {
		padding: 36px 14px 26px;
	}

	.popup-form__title {
		font-size: 20px;
		line-height: 24px;
	}

	.popup-form input[type='text'] {
		padding: 14px;
	}

	.form__agree {font-size: 11px}

	.popup-form button {font-size: 13px}

	.popup-form__custom-chbox {
		width: 18px;
		min-width: 18px;
		height: 18px;
	}

    .s-gallery-arrow, .s-project-carousel-control__arrow  {
		margin: 0 4px;
    }

    .project__count-item {
		width: 20px;
    }

    .gallery-dots {
		height: 80px;
    }

    .s-gallery-control, .s-gallery-carousel-item-desc__count {
		padding-top: 26px;
    }

    .quiz-btn-skip {padding-left: 0px}
}

@media (max-width: 360px) {
    .first-screen__info-b table img {width: 12px;}

	.first-screen__info-b-text {
		font-size: 10px;
		line-height: 12px;
	}

	.first-screen__info-b {
		padding-left: 2px;
		padding-right: 2px;
	}

  .consultation__title {
		font-size: 16px;
		line-height: 18px
	}

	.contacts-name {
		font-size: 20px;
		line-height: 22px;
		margin-top: 26px
	}

	.contacts__address {
		font-size: 16px;
		line-height: 20px;
	}

	.contacts__mail {
		font-size: 16px;
		line-height: 20px;
	}

	.contacts__phone {
		font-size: 16px;
		line-height: 20px;
	}

	.section-title {
		font-size: 20px;
		line-height: 22px;
	}

	.first-screen__title {
		font-size: 32px;
		line-height: 40px;
	}

	.first-screen__title {
		font-size: 28px;
		line-height: 36px;
	}

	.popup-form button {
		font-size: 12px;
	}

	.popup-form__agree {
		font-size: 9px;
	}
}

.space-around {
	justify-content: space-around !important;
	-webkit-justify-content: space-around  !important;
}

.quiz-before-none {
  padding-top: 0
}
