@font-face {
  font-family: 'ProximaNova';
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/ProximaNova-Regular.eot?') format('eot'),
    url('/fonts/ProximaNova-Regular.woff') format('woff'),
    url('/fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('/fonts/ProximaNova-Regular.svg#ProximaNova') format('svg');
}

@font-face {
  font-family: 'ProximaNova';
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/ProximaNova-Bold.eot?') format('eot'),
    url('/fonts/ProximaNova-Bold.woff') format('woff'),
    url('/fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('/fonts/ProximaNova-Bold.svg#ProximaNova') format('svg');
}

html.overflow {
  overflow: hidden;
  height: 100%;
}

body {
  font-family: 'ProximaNova', sans-serif;
  padding-top: 105px;
}
body.overflow {
  overflow: hidden;
  height: 100%;
}

.position-relative {
  position: relative;
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  padding-top: 36.25%;
  display: block;
  content: '';
}
.embed-responsive:after {
  display: block;
  clear: both;
  content: '';
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.button {
  font-size: 15px;
  color: #fff;
  background-color: #000;
  border: 0;
  text-align: center;
  padding: 8px 45px;
  font-weight: 400;
  border-radius: 23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.button:hover,
.button:focus,
.button:active,
.button.active {
  outline: none;
  background: #fba569;
  color: #fff;
  text-decoration: none;
}
.button--success {
  background-color: #cedec1;
  border-color: #cedec1;
}
.button--big {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  border-radius: 32px;
}
.button--block {
  display: block;
  width: 100%;
}
.button--link {
  background: transparent;
  border: 0;
  color: #92b3c8;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0 5px;
}
.button--link:hover,
.button--link:focus,
.button--link:active {
  color: #fba569;
  text-decoration: none;
  background: transparent;
  outline: none;
}
.button--link:before {
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  background-color: #92b3c8;
  position: absolute;
  left: -5px;
  top: 40%;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.header {
  padding: 25px 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e4deda),
    to(#ffffff)
  );
  background-image: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);			/* dee7cd */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.header__burger {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 25px;
  position: relative;
  width: 35px;
  cursor: pointer;
  display: none;
}
.header__burger:focus {
  outline: none;
}
.header__burger span {
  display: block;
  height: 3px;
  background: #141414;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}
.header__burger span:nth-of-type(1) {
  top: 0;
}
.header__burger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header__burger span:nth-of-type(3) {
  bottom: 0;
}
.header__burger span.text {
  text-indent: -99999999px;
  opacity: 0;
}
.header__burger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}
.header__burger.active span:nth-of-type(3) {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__burger.active span:nth-of-type(2) {
  opacity: 0;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header__logo img {
  max-width: 58px;
}
.header__logo-second {
  position: absolute;
  right: -80px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__link {
  margin-right: 40px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #141414;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
.header__link span {
  position: relative;
  z-index: 10;
}
.header__link:before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #fba569;
  position: absolute;
  top: 60%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__link:last-child {
  margin-right: 0;
}
.header__link:hover,
.header__link.active {
  outline: none;
  color: #141414;
  text-decoration: none;
}
.header__link:hover:before,
.header__link.active:before {
  width: 120%;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__phone {
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__phone-img {
  display: none;
}
.header__phone:hover,
.header__phone:focus,
.header__phone:active {
  color: #fba569;
  text-decoration: none;
}
.header__callback-link {
  color: #141414;
  font-size: 14px;
  text-decoration: underline;
  background: transparent;
  border: 0;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__callback-link:hover,
.header__callback-link:focus,
.header__callback-link:active {
  color: #fba569;
  text-decoration: none;
}

.section-title {
  color: #141414;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.section-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 24px;
  background-color: #92b3c8;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-title span {
  position: relative;
  z-index: 10;
}
.section-title--medium {
  font-size: 47px;
}
.section-title--medium:before {
  height: 17px;
}
.section-title--small {
  font-size: 38px;
}
.section-title--small:before {
  height: 15px;
}
.section-title--orange:before {
  background-color: #fba569;
}
.section-title--green:before {
  background-color: #cedec1;
}
.section-title--up {
  text-transform: uppercase;
}

.section-1 {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#EEEAE7),  /* from(#e4deda), */
    to(#ffffff)
  );
  background: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);
  position: relative;
}
.section-1:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='147' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 24.26L836 74l441 48.53c340.667-16.912 555-41.867 643-74.864-.35 1.346-.35 33.79 0 97.334-122.722 1.333-320.858 2-594.407 2-273.548 0-715.413-.667-1325.593-2V24.26z' fill='%23FFF'/%3E%3Cpath d='M3.9.064C153.38 3.32 289.75 8.99 413.01 17.074 599.125 29.28 749.39 44.536 955.764 68.452c221.889 25.088 386.436 60.524 721.125 15.296C1784.759 64.421 1865.797 47.13 1920 31.873v41.435c-51.583 14.936-131.62 32.122-240.111 51.56-334.69 45.229-499.236 9.792-721.125-15.295C752.39 85.657 602.124 70.4 416.01 58.194 291.934 50.057 153.264 44.301 0 40.929V0l3.9.064z' fill='%23FDFBFA'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  height: 147px;
  position: absolute;
  bottom: -2px;
  width: 100%;
}
.section-1__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-1__left {
  background: url('/images/001.jpg') center center no-repeat;  /* ** */
  background-size: cover;
  width: 50%;
  max-height: 670px;
}
.section-1__right {
  min-height: 730px;
  padding: 115px 20% 115px 115px;
  width: 50%;
  background-image: url('/images/svg/pict_P44.svg');	/* ** */  
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.section-1__subtitle {
  color: #141414;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 22px;
}
.section-1__description {
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.section-1__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-1__input {
  background-color: #ffffff;
  border: 0;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  padding: 12px 20px;
  line-height: 1;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  margin-right: -30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-1__input:focus,
.section-1__input:hover,
.section-1__input:active {
  outline: none;
}

.section-2 {
  padding: 50px 0 60px 0;
  background: url('/images/svg/premium1_P44.svg') 10px 10px no-repeat;				/* ** */  
  /* background: url('/images/svg/premium2_P44.svg') -80px 100px no-repeat;  */
  background-size: contain;
}

.section-2a {
  padding: 50px 0 60px 0;
 /*  background: url('/images/svg/premium1_P44.svg') 10px 10px no-repeat;	 */			/* ** */  
  background: url('/images/svg/premium2_P44.svg') 580px 100px no-repeat; 
  background-size: contain;
}

.section-2__title {
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 24px;
}
.section-2__desc {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.section-3__img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.section-3 .owl-dots {
  counter-reset: dots;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  color: #000000;
  font-size: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-3 .owl-dot {
  margin: 0 5px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 74px;
  height: 74px;
}
.section-3 .owl-dot.active {
  font-weight: bold;
  font-size: 30px;
  background: #92b3c8;
  padding: 20px;
  border-radius: 100%;
}
.section-3 .owl-dot:before {
  counter-increment: dots;
  content: '0' counter(dots);
}
.section-3 .owl-dot:focus {
  outline: none;
}

.section-4 {
  background: url('/images/first_fon.jpg') center top no-repeat; /* ** */
  background-size: cover;
  padding: 230px 0 80px 0;
}
.section-4__card {
  -webkit-box-shadow: 5px 5px 35px rgba(132, 64, 40, 0.21);
  box-shadow: 5px 5px 35px rgba(132, 64, 40, 0.21);
  border-radius: 10px;
  background-color: #ffffff;
  opacity: 0.75;
  padding: 45px;
  text-align: center;
}
.section-4__description {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.section-4__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.section-4__item {
  font-family: 'Montserrat Alternates', sans-serif;
  text-align: center;
  font-size: 14px;
}
.section-4__item b {
  display: block;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}

.section-5 {
  padding: 140px 0;
  text-align: center;
}
.section-5__title {
  margin-bottom: 100px;
}
.section-5__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-5__desc {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  margin-top: 30px;
}

.section-6 {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e4deda),
    to(#ffffff)
  );
  background-image: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);
  padding: 70px 0;
  position: relative;
}
.section-6__card {
  -webkit-box-shadow: 5px 5px 35px rgba(132, 64, 40, 0.2);
  box-shadow: 5px 5px 35px rgba(132, 64, 40, 0.2);
  border-radius: 10px;
  background-color: #ffffff;
  opacity: 0.95;
  padding: 40px;
  position: relative;
  z-index: 100;
}
.section-6__title {
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 35px;
}
.section-6__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-6__input {
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 1px solid #979797;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-6__input:focus {
  outline: none;
}
.section-6__col {
  width: calc(50% - 10px);
}
.section-6__copyright {
  margin-bottom: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
.section-6__road {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 230px;
}
.section-6__people {
  position: absolute;
  right: -630px;
  bottom: -60px;
  weight: 700px;
  height: 600px;
}
.section-6__people-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 690px;
}



.section-7 {
  padding: 110px 0;
  text-align: center;
}
.section-7 .container {
  position: relative;
}
.section-7__compas {
  position: absolute;
  bottom: 440px;
  right: 0;
}
.section-7 .owl-carousel .owl-stage-outer {
  padding: 30px 0;
}
.section-7__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.section-7__desc {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
}
.section-7__description {
  font-size: 24px;
  color: #000;
  text-align: left;
}
.section-7__description p {
  margin-bottom: 35px;
}
.section-7__description b {
  display: block;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 37px;
}
.section-7__carousel-thumb .owl-next,
.section-7__carousel-thumb .owl-prev {
  width: 78px;
  height: 78px;
  background: url('/media/images/svg/arrow.svg') center center no-repeat !important;	/* ** */
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  bottom: 150px;
  right: -60px;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-7__carousel-thumb .owl-next:hover,
.section-7__carousel-thumb .owl-prev:hover {
  opacity: 1;
}
.section-7__carousel-thumb .owl-next:focus,
.section-7__carousel-thumb .owl-prev:focus {
  outline: none;
}
.section-7__carousel-thumb .owl-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -60px;
}
.section-7__carousel-thumb .current .section-7__grid {
  -webkit-box-shadow: 15px 15px 35px rgba(132, 64, 40, 0.17);
  box-shadow: 15px 15px 35px rgba(132, 64, 40, 0.17);
}
.section-7__carousel-thumb .section-7__grid {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 24px;
  width: 100%;
}
.section-7__carousel-thumb .section-7__grid:hover {
  -webkit-box-shadow: 15px 15px 35px rgba(132, 64, 40, 0.17);
  box-shadow: 15px 15px 35px rgba(132, 64, 40, 0.17);
}
.section-7__carousel-thumb .section-7__grid .section-7__description {
  width: 100%;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-7__carousel-thumb .section-7__grid .section-7__description p {
  margin-bottom: 0;
}

.section-8 {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e4deda),
    to(#ffffff)
  );
  background-image: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);
  padding: 60px 0;
  position: relative;
}
.section-8__img {
  width: 100%;
  height: 474px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.section-8__desc {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.section-8__link {
  background: transparent;
  border: 0;
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #fba569;
}
.section-8__link:focus {
  outline: none;
}
.section-8__link.active {
  font-weight: bold;
}
.section-8__rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 25px;
}
.section-8__nav {
  margin-top: 30px;
}
.section-8 .owl-dots {
  counter-reset: dots;
  height: 74px;
}
.section-8 .owl-dot {
  margin: 0 5px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-size: 20px;
  height: 74px;
  background: transparent;
  border: 0;
  line-height: 1;
}
.section-8 .owl-dot:focus {
  outline: none;
}
.section-8 .owl-dot.active {
  font-weight: bold;
  font-size: 30px;
  background: #fba569;
  padding: 20px;
  border-radius: 100%;
  width: 74px;
}
.section-8 .owl-dot:before {
  counter-increment: dots;
  content: '0' counter(dots);
}
/* .section-8__bg {
  position: absolute;
  left: 0;
  bottom: 0;
} */

.section-8__bg {
  position: absolute;
  left: -190px;
  bottom: 50px;
  width: 800px;
}

.section-9 {
  text-align: center;
  padding: 100px 0;
}
.section-9 .container {
  position: relative;
}
.section-9__bg-1 {
  position: absolute;
  bottom: -70px;
  right: -50px;
}
.section-9__bg-2 {
  position: absolute;
  bottom: 5px;
  right: -70px;
  width: 550px;
  z-index: 99;
}
.section-9__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.section-9__item {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 15px 15px 25px rgba(132, 64, 40, 0.05);
  box-shadow: 15px 15px 25px rgba(132, 64, 40, 0.05);
  border-radius: 10px;
  background-color: #ffffff;
  width: calc(25% - 20px);
  padding: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  min-height: 290px;
}
.section-9__item-title {
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 700;
  min-height: 55px;
  display: block;
}
.section-9__item-desc {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 40px;
}

.section-10 {
  padding: 50px 0;
}
.section-10__img {
  width: 100%;
}
.section-10__desc {
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  height: 126px;
}
.section-10__desc.active {
  height: auto;
}
.section-10__more {
  background: transparent;
  border: 0;
  color: #92b3c8;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.section-10__more:hover {
  color: #fba569;
}
.section-10__more:focus {
  outline: none;
}
.section-10__more:before {
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  background-color: #92b3c8;
  position: absolute;
  left: -5px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.section-11 {
  position: relative;
}
.section-11__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
}
.section-11__overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.section-11__play {
  width: 121px;
  height: 121px;
  -webkit-box-shadow: 5px 5px 35px rgba(132, 64, 40, 0.73);
  box-shadow: 5px 5px 35px rgba(132, 64, 40, 0.73);
  background-color: #ffffff;
  opacity: 0.95;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 120;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.section-11__play:focus {
  outline: none;
}
.section-11__play:hover {
  -webkit-box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.73);
  box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.73);
}
.section-11__play img {
  width: 26px;
  height: 37px;
}

.section-12 {
  padding: 150px 0 200px 0;
  background: url('/images/svg/ipoteka_P44.svg') right bottom no-repeat;  /* ** */
}
.section-12__title {
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}
.section-12__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-12__input {
  background-color: #ffffff;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  padding: 16px 20px;
  line-height: 1;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  width: 60%;
  margin-right: -30px;
  border: 1px solid #979797;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-12__input:focus {
  outline: none;
}
.section-12__button {
  width: calc(40% + 20px);
}
.section-12__desc {
  color: #000000;
  font-family: 'Proxima Nova - Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.section-13 {
  padding-top: 100px;
  text-align: center;
}
.section-13__map {
  height: 411px;
}

.section-14 {
  text-align: center;
  padding: 110px 0 160px 0;
  background: 
}
.section-14__img {
  position: absolute;
  bottom: -140px;
  z-index: 120;
  height: 500px;			/* 00 */
}
.section-14__img.first {
  left: -450px;			/* left: -171px; */
}
.section-14__img.second {
  right: -455px;
  width: 420px;
}

.section-14__title {
  margin-bottom: 100px;
}
.section-14__more {
  background: transparent;
  border: 0;
  color: #92b3c8;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.section-14__more:hover {
  color: #fba569;
}
.section-14__more:focus {
  outline: none;
}
.section-14__more:before {
  content: '';
  display: block;
  width: 14px;
  height: 3px;
  background-color: #92b3c8;
  position: absolute;
  left: -5px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-14__item {
  -webkit-box-shadow: 5px 5px 35px rgba(173, 178, 181, 0.38);
  box-shadow: 5px 5px 35px rgba(173, 178, 181, 0.38);
  border-radius: 10px;
  background-color: #ffffff;
  opacity: 0.95;
  text-align: left;
  font-family: 'Montserrat Alternates', sans-serif;
  margin-bottom: 20px;
}
.section-14__item-header {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
.section-14__item-body {
  padding: 25px;
}
.section-14__item-type {
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.section-14__item-type:before {
  content: '';
  display: block;
  width: 31px;
  height: 31px;
  background-color: #ebf1e6;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -20px;
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.section-14__item-type.alternate:before {
  background-color: #dde5f0;
}

.footer {
  background-color: #333333;
}
.footer__top {
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #92b3c8;
}
.footer__top img {
  width: 80px;
}
.footer__middle {
  border-bottom: 1px solid #92b3c8;
  padding: 90px 0;
  color: #ffffff;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.footer__middle a {
  color: #ffffff;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.footer__middle h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.footer__docs p {
  margin-bottom: 5px;
}
.footer__docs a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.footer__docs .link-1 {
  color: #cedec1;
}
.footer__docs .link-2 {
  color: #fba569;
}
.footer__docs .link-3 {
  color: #92b3c8;
}
.footer__bottom {
  padding: 20px 0;
  text-align: center;
}
.footer__bottom a {
  color: #ffffff;
  text-align: center;
}

.blocker {
  z-index: 1000;
}

.modal {
  background: #cedec1;
  padding: 60px 30px;
  max-width: 600px;
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__title {
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.modal__subtitle {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}
.modal__desc {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  margin-top: 15px;
}
.modal__desc a {
  color: #000000;
  text-decoration: underline;
}
.modal__input {
  background-color: #ffffff;
  border: 0;
  border-radius: 23px;
  padding: 12px 20px;
  line-height: 1;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.modal__input:focus {
  outline: none;
}
.modal a.close-modal {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.595 17.5L34.36 3.736A2.188 2.188 0 1 0 31.264.641L17.5 14.405 3.736.641A2.188 2.188 0 1 0 .641 3.736L14.405 17.5.641 31.264a2.188 2.188 0 1 0 3.095 3.095L17.5 20.595l13.764 13.764c.427.427.988.641 1.547.641a2.188 2.188 0 0 0 1.547-3.736z'/%3E%3C/svg%3E");
  width: 35px;
  height: 35px;
  top: 20px;
  right: 20px;
}

@media (max-width: 1600.98px) {
  .section-1__right {
    padding: 115px 5% 115px 115px;
  }
}

@media (max-width: 1280px) {
  .sub-hidden {
    height: 120px;
    overflow: hidden;
    position: relative;
  }
  .sub-hidden:after {
    content: '';
    display: block;
    height: 100px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(white)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      white 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .sub-hidden.active {
    overflow: visible;
    height: auto;
  }
  .sub-hidden.active:after {
    display: none;
  }
  body {
    padding-top: 80px;
  }
 /*  .header {
    padding: 15px 0;
  }
  .header__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__logo {
    margin-right: 15px;
  }
  .header__logo img {
    width: 53px;
  }
  .header__logo-second img {
    width: 50px;
  }
  .header__callback-link {
    display: none;
  }
  .header__contacts {
    margin-left: auto;
  }
  .header__phone span {
    display: none;
  }
  .header__phone img {
    display: block;
    margin-right: 30px;
  }
  .header__burger {
    display: block;
  }
  .header__nav {
    background-color: #eae6e3;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
  .header__nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__link {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .header__link:last-child {
    margin-bottom: 0;
  }
  .header__logo-second {
    position: static;
  }
  .section-1 {
    text-align: center;
  }
  .section-1__form {
    width: 80%;
    margin: 0 auto;
  } */
  
  
   .header {
  padding: 25px 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e4deda),
    to(#ffffff)
  );
  background-image: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);		
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.header__burger {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 25px;
  position: relative;
  width: 35px;
  cursor: pointer;
  display: none;
}
.header__burger:focus {
  outline: none;
}
.header__burger span {
  display: block;
  height: 3px;
  background: #141414;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
}
.header__burger span:nth-of-type(1) {
  top: 0;
}
.header__burger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header__burger span:nth-of-type(3) {
  bottom: 0;
}
.header__burger span.text {
  text-indent: -99999999px;
  opacity: 0;
}
.header__burger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}
.header__burger.active span:nth-of-type(3) {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__burger.active span:nth-of-type(2) {
  opacity: 0;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header__logo img {
  max-width: 58px;
}
.header__logo-second {
  position: absolute;
  right: -80px;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__link {
  margin-right: 40px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #141414;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
.header__link span {
  position: relative;
  z-index: 10;
}
.header__link:before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #fba569;
  position: absolute;
  top: 60%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__link:last-child {
  margin-right: 0;
}
.header__link:hover,
.header__link.active {
  outline: none;
  color: #141414;
  text-decoration: none;
}
.header__link:hover:before,
.header__link.active:before {
  width: 120%;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header__phone {
  color: #000000;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__phone-img {
  display: none;
}
.header__phone:hover,
.header__phone:focus,
.header__phone:active {
  color: #fba569;
  text-decoration: none;
}
.header__callback-link {
  color: #141414;
  font-size: 14px;
  text-decoration: underline;
  background: transparent;
  border: 0;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__callback-link:hover,
.header__callback-link:focus,
.header__callback-link:active {
  color: #fba569;
  text-decoration: none;
}




.section-title {
  color: #141414;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.section-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 24px;
  background-color: #92b3c8;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-title span {
  position: relative;
  z-index: 10;
}
.section-title--medium {
  font-size: 47px;
}
.section-title--medium:before {
  height: 17px;
}
.section-title--small {
  font-size: 38px;
}
.section-title--small:before {
  height: 15px;
}
.section-title--orange:before {
  background-color: #fba569;
}
.section-title--green:before {
  background-color: #cedec1;
}
.section-title--up {
  text-transform: uppercase;
}



/* test */
/*
 .section-1 {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#EEEAE7),  
    to(#ffffff)
  );
  
   .section-1:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='147' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 24.26L836 74l441 48.53c340.667-16.912 555-41.867 643-74.864-.35 1.346-.35 33.79 0 97.334-122.722 1.333-320.858 2-594.407 2-273.548 0-715.413-.667-1325.593-2V24.26z' fill='%23FFF'/%3E%3Cpath d='M3.9.064C153.38 3.32 289.75 8.99 413.01 17.074 599.125 29.28 749.39 44.536 955.764 68.452c221.889 25.088 386.436 60.524 721.125 15.296C1784.759 64.421 1865.797 47.13 1920 31.873v41.435c-51.583 14.936-131.62 32.122-240.111 51.56-334.69 45.229-499.236 9.792-721.125-15.295C752.39 85.657 602.124 70.4 416.01 58.194 291.934 50.057 153.264 44.301 0 40.929V0l3.9.064z' fill='%23FDFBFA'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  height: 147px;
  position: absolute;
  bottom: -2px;
  width: 100%;
}
 */ 
 .section-1__form {
    width: 100%;
    margin: 0 auto;
  }
  .section-1__form button {
    width: calc(50% + 20px);
  }
  .section-1__input {
    width: 60%;
  }
  .section-1__grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }



  .section-1__left {
  background: url('/images/001.jpg') center center no-repeat;  
  background-size: cover;
  width: 50%;
  max-height: 670px;
}
/*

  .section-1__right {
    padding: 10% 15% 15% 15%;
    width: 100%;
    background-position: 310px 50px;
  }
  .section-1:after {
    display: none;
  } */

/* test */
  
  
  
/*   .section-1__form button {
    width: calc(35% + 20px);
  } */
  .section-1__input {
    width: 40%;
  }
  .section-1__grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
/*   .section-1__left {
    display: block;
  } */
  .section-1__right {
    /* padding: 10% 15% 15% 15%; */
    width: 60%;
    /* background-position: 310px 50px; */
  }
/*   .section-1:after {
    display: block;
  } */
  .section-2 {
    background: #fff;
  }
  
  
  


.section-14__img.second{
	display: none;
}

.section-2b mobi {

  right: -455px;
  width: 420px;
}

.section-3b mobi {

  left: 455px;
  width: 420px;
}

.section-144__img {
  position: absolute;
  bottom: -75px;
  right: -215px;
  z-index: 120;
    width: 32%;		
}

.section-145__img {
  position: absolute;
  bottom: -5px;
  left: -265px;
  z-index: 120;
    width: 45%;			
}
  
  .section-4 {
    background: url('/images/first_fon.jpg') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
  
  

/*   .section-66_alter {
    overflow: hidden;
  } */
/*   
  .section-66__alter {
 
  right: -530px;
  bottom: -150px;

  width: 80%;
} */



.section-5 {
  padding: 140px 0;
  text-align: center;
}
.section-5__title {
  margin-bottom: 100px;
}
.section-5__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 55px;
}
.section-5__desc {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  margin-top: 30px;
}



.section-66__people {
  position: absolute;
  right: -330px;
  bottom: -60px;
  weight: 700px;
  /* height: 600px; */
    width: 35%;
}



.section-66__people-2 {
	  background: url('/images/svg/akcia_P44_mini.svg') 580px 100px no-repeat; 
	
  position: absolute;
  left: -95px;
  bottom: 35px;
  weight: 700px;
  /* height: 600px; */
    width: 39%;
	z-index: 500;
}



  .section-6__people {
    display: none;
  }
  
    .section-6__people-2 {
    display: none;
  }
  
.section-6__people  {
  padding: 50px 0 60px 0;


  background-size: contain;
}
  .section-7__compas {
    display: none;
  }
  .section-7__wrap {
    width: 50%;
  }
  .section-7 .owl-next,
  .section-7 .owl-prev {
    display: none;
  }
  .section-8 {
    text-align: center;
    /* background-image: linear-gradient(135deg, #f1eeec 0%, #e5dfdb 100%); */
	
	background-image: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);
	
  }
  .section-8__bg {
    display: none;
  }
  .section-8 .owl-dots {
    margin-top: 40px;
  }
  .section-9__item {
    width: calc(50% - 20px);
  }
  .section-9__item:nth-of-type(1n + 5) {
    display: block;
  }
  .section-9__grid.active .section-9__item:nth-of-type(1n + 5) {
    display: block;
  }
  .section-9__bg-1,
  .section-9__bg-2 {
    display: none;  /* **** */
  }
  
.section-99__bg-2 {
  position: absolute;
  right: 100px;
  bottom: -60px;
  weight: 700px;
  /* height: 600px; */
    width: 13%;
	z-index: 50;
}


  .section-10__desc {
    height: 80px;
  }
  .section-10__img {
    max-width: 600px;
  }
  
  
.section-12 {
  padding: 150px 0 200px 0;
  background: url('/images/svg/ipoteka_P44_mini.svg') right bottom no-repeat;  
     
}





	
	
	
/*   .section-14__img {
    display: block;
  } */
  
  
  .section-14 {
  text-align: center;
  padding: 110px 0 160px 0;
  background: 
}
.section-14__img {
  position: absolute;
  bottom: -140px;
  z-index: 120;
  height: 500px;			
}
.section-14__img.first {
  left: -380px;			/* left: -171px; */
}


.footer__middle {
  border-bottom: 1px solid #92b3c8;
  padding: 90px 0;
  color: #ffffff;
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 24px;
  font-weight: 400;
   padding: 40px 55px;
}

  .section-title--medium {
    font-size: 40px;
  }
}


/* test */

@media screen and (min-width: 1281px) {
  .hidedesctope {
    visibility: hidden;
    display: none;
  }
}

@media (max-width: 1166px) {
  .sub-hidden {
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .sub-hidden:after {
    content: '';
    display: block;
    height: 100px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(white)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      white 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .sub-hidden.active {
    overflow: visible;
    height: auto;
  }
  .sub-hidden.active:after {
    display: none;
  }
  body {
    padding-top: 80px;
  }
  .header {
    padding: 15px 0;
  }
  .header__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header__logo {
    margin-right: 15px;
  }
  .header__logo img {
    width: 53px;
  }
  .header__logo-second img {
    width: 50px;
  }
  .header__callback-link {
    display: none;
  }
  .header__contacts {
    margin-left: auto;
  }
  .header__phone span {
    display: none;
  }
  .header__phone img {
    display: block;
    margin-right: 30px;
  }
  .header__burger {
    display: block;
  }
  .header__nav {
    background-color: #eae6e3;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }
  .header__nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__link {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .header__link:last-child {
    margin-bottom: 0;
  }
  .header__logo-second {
    position: static;
  }
  .section-1 {
    text-align: center;
  }
  .section-1__form {
    width: 80%;
    margin: 0 auto;
  }
  .section-1__form button {
    width: calc(35% + 20px);
  }
  .section-1__input {
    width: 60%;
  }
  .section-1__grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-1__left {
    display: none;
  }
  .section-1__right {
    padding: 10% 15% 15% 15%;
    width: 100%;
    background-position: 310px 50px;
  }
  .section-1:after {
    display: none;
  }
  .section-2 {
    background: #fff;
  }
  .section-4 {
    background: url('/img/section-4__bg-alt.png') center center no-repeat;
    background-size: cover;
    padding: 100px 0;
  }
  .section-6 {
    overflow: hidden;
  }
  .section-7__compas {
    display: none;
  }
  .section-7__wrap {
    width: 50%;
  }
  .section-7 .owl-next,
  .section-7 .owl-prev {
    display: none;
  }
  .section-8 {
    text-align: center;
    /* background-image: linear-gradient(135deg, #f1eeec 0%, #e5dfdb 100%); */
	
	background-image: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);
	
  }
  .section-8__bg {
    display: none;
  }
  .section-8 .owl-dots {
    margin-top: 40px;
  }
  .section-9__item {
    width: calc(50% - 20px);
  }
  .section-9__item:nth-of-type(1n + 5) {
    display: none;
  }
  .section-9__grid.active .section-9__item:nth-of-type(1n + 5) {
    display: block;
  }
  .section-9__bg-1,
  .section-9__bg-2 {
    display: none;
  }
  .section-10__desc {
    height: 80px;
  }
  .section-10__img {
    max-width: 400px;
  }
  .section-12 {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#e4deda),
      to(#ffffff)
    );
    background-image: linear-gradient(270deg, #EEEAE7 0%, #ffffff 100%);
    padding: 90px 0;
  }
  .section-14__img {
    display: none;
  }
  .section-title--medium {
    font-size: 40px;
  }
}

/* test */


@media (max-width: 1199px) {
  .section-1__right {
    min-height: auto;
    padding: 10% 10% 20% 10%;
  }
  .section-1__form button {
    width: calc(50% + 20px);
  }
  .section-10 {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .section-4__item b {
    font-size: 24px;
  }
  .section-5 {
    padding: 80px 0;
  }
  .section-5__title {
    margin-bottom: 80px;
  }
  .section-6__title {
    font-size: 32px;
  }
  .section-6__col {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-6__copyright {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
  .section-6__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-6__input {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-6__card {
    width: 80%;
  }
  .section-6__people {
    bottom: 30px;
  }
  .section-6__people-2 {
    position: absolute;
    bottom: 0px;
    left: -370px;
    max-width: 690px;
  }
  .section-7 {
    padding: 80px 0;
  }
  .section-7__description b {
    font-size: 28px;
  }
  .section-7__description p {
    margin-bottom: 15px;
  }
  .footer__middle {
    font-size: 20px;
  }
  .footer__middle a {
    font-size: 20px;
  }
  .footer__docs a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 69px;
  }
  .header {
    background-color: #EEEAE7; /*  #eae6e3; */
    background-image: none;
  }
  .header__logo img {
    width: 39px;
  }
  .header__logo-second img {
    width: 39px;
  }
  .section-title {
    font-size: 40px;
  }
  .section-title:before {
    height: 14px;
  }
  .section-title--small {
    font-size: 24px;
  }
  .section-title--small:before {
    height: 9px;
  }
  .section-title--medium {
    font-size: 24px;
  }
  .section-title--medium:before {
    height: 9px;
  }
  .section-1 {
    background: #EEEAE7;
  }
  .section-1__subtitle {
    font-size: 20px;
  }
  .section-1__right {
    background-color: #EEEAE7;
    padding: 10% 10% 80% 10%;
    background-position: 60% 150%;
    background-size: 200%;
  }
  .section-1__form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-1__form button {
    width: 100%;
    margin-top: 15px;
  }
  .section-1__input {
    width: 100%;
    border-radius: 23px;
  }
  .section-2__title {
    font-size: 24px;
  }
  .section-4 {
    padding: 50px 0;
  }
  .section-4__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-4__item {
    margin-bottom: 25px;
  }
  .section-4__item b {
    margin-bottom: 0;
  }
  .section-4__card {
    padding: 30px;
  }
  .section-3 .owl-dot {
    width: 54px;
    height: 54px;
  }
  .section-5 {
    padding: 50px 0;
  }
  .section-5__title {
    margin-bottom: 50px;
  }
  .section-5__desc {
    margin-top: 15px;
  }
  .section-5__desc br {
    display: none;
  }
  .section-5__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-5__item {
    margin-bottom: 25px;
  }
  .section-5__item:last-child {
    margin-bottom: 0;
  }
  .section-6 {
    padding: 50px 0;
  }
  .section-6__card {
    width: 100%;
  }
  .section-6__people {
    display: none;
  }
  .section-6__title {
    font-size: 24px;
  }
  .section-7 {
    padding: 50px 0;
  }
  .section-7__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .section-7__description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-7__wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .section-7__carousel-thumb {
    display: none !important;
  }
  .section-7 .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .section-7 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: dots;
    height: 74px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-7 .owl-dot {
    margin: 0 5px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    font-size: 20px;
    height: 54px;
    background: transparent;
    border: 0;
    line-height: 1;
    width: 54px;
  }
  .section-7 .owl-dot:focus {
    outline: none;
  }
  .section-7 .owl-dot:before {
    counter-increment: dots;
    content: '0' counter(dots);
  }
  .section-7 .owl-dot.active {
    font-weight: bold;
    font-size: 30px;
    background: #92b3c8;
    padding: 20px;
    border-radius: 100%;
  }
  .section-8__link {
    text-align: left;
    margin-bottom: 10px;
  }
  .section-8__rooms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .section-8__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-8__colors .section-8__link {
    text-align: right;
  }
  .section-8__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-8__img {
    height: 384px;
  }
  .section-9 {
    padding: 50px 0;
  }
  .section-9__item {
    width: 100%;
    margin-right: 0;
  }
  .section-9__item:nth-of-type(1n + 2) {
    display: none;
  }
  .section-9.section-9__grid.active .section-9__item:nth-of-type(1n + 2) {
    display: block;
  }
  .section-10__desc {
    position: relative;
  }
  .section-10__desc:after {
    content: '';
    display: block;
    height: 100px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(white)
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      white 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .section-10__desc.active:after {
    display: none;
  }
  .section-12 {
    padding: 50px 0 0 0;
    background-color: #fff;
    background-image: none;
  }
  .section-12__title {
    font-size: 24px;
  }
  .section-12__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-12__input {
    width: 100%;
    border-radius: 23px;
    margin-bottom: 30px;
  }
  .section-12__desc {
    margin-top: 30px;
  }
  .section-12__button {
    width: 100%;
  }
  .section-13 {
    padding: 50px 0 0 0;
  }
  .section-13__map {
    height: 300px;
  }
  .section-14 {
    padding: 50px 0;
    background-image: none;
  }
  .section-14__title {
    margin-bottom: 50px;
  }
  .section-14__item-type {
    display: none;
  }
  .section-14__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .section-14__col {
    display: none;
  }
  .section-14__col.active {
    display: block;
  }
  .section-14__btn {
    width: 45%;
    height: 73px;
    border-radius: 7px;
    border: 1px solid #979797;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-14__btn.active {
    background-color: #ebf1e6;
    border: 1px solid transparent;
  }
  .embed-responsive:before {
    padding-top: 86.25%;
    display: block;
    content: '';
  }
  .footer__middle {
    text-align: center;
    padding: 50px 0;
  }
  .modal__title {
    font-size: 24px;
  }
  .modal__input {
    width: 100%;
  }
}

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