/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Avante", sans-serif;
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 13px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: "Avante", sans-serif;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  font-family: "Avante", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

td {
  margin: 0px;
  padding: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

a {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
div,
button {
  outline: none !important;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@font-face {
  font-family: "Avante";
  src: url("../fonts/a-avantebs.eot");
  src: url("../fonts/a-avantebs.eot?#iefix") format("embedded-opentype"), url("../fonts/a-avantebs.woff") format("woff"), url("../fonts/a-avantebs.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avante";
  src: url("../fonts/a-avantebs-extrabold.eot");
  src: url("../fonts/a-avantebs-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/a-avantebs-extrabold.woff") format("woff"), url("../fonts/a-avantebs-extrabold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*@import "components/_fancybox";
@import "components/_slick";
@import "components/_mCustomScrollbar";*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
}

.header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
}
.header__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo img {
  display: block;
  width: 120px;
}
.header__logo span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  padding-left: 18px;
  position: relative;
  margin-left: 16px;
  border-left: 1px solid #DBDBDB;
}
.header__info span {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
.header__info a {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  border-bottom: 1px dashed #fff;
}
.header__mapicon {
  width: 32px;
}
.header__socbox span {
  display: block;
  width: 65px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
.header__soc a {
  width: 30px;
  margin-left: 10px;
}
.header__soc a img {
  display: block;
  width: 100%;
}
.header__phone {
  margin-right: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}
.header__btn {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  padding: 14px 25px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 40px;
}
.header__btn:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .header__map {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header__btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__box.flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__logo span {
    display: none;
  }
  .header__right {
    margin-right: 0;
    margin-left: auto;
    position: relative;
    top: -60px;
  }
  .header__phone {
    margin-right: 0;
  }
}
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-order: 3;
}

.footer__box {
  width: 100%;
  padding: 30px 0;
}
.footer__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__left {
  width: 30%;
}
.footer__logo img {
  display: block;
  width: 120px;
}
.footer__logo span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  padding-left: 18px;
  position: relative;
  margin-left: 16px;
  border-left: 1px solid #DBDBDB;
}
.footer__soc.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__soc span {
  display: block;
  width: 65px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}
.footer__soc a {
  width: 30px;
  margin-left: 10px;
}
.footer__soc a img {
  display: block;
  width: 100%;
}
.footer__right {
  width: 30%;
  text-align: right;
}
.footer__right p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.footer__right p a{
  color: #000000;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer__left {
    width: 49%;
  }
  .footer__soc {
    display: none !important;
  }
  .footer__right {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .footer__box.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo.flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__left {
    width: 100%;
  }
  .footer__soc {
    margin: 15px 0;
  }
  .footer__right {
    width: 100%;
    text-align: center;
  }
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 290px;
  width: 100%;
  position: relative;
/*  overflow: hidden;*/
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.wrapper {
  min-width: 290px;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

/* titles */
/*p{	
	@include font($base-font-size,$base-line-height,$text-color);
	font-weight: 400;	
}
h1{	
	@include font($font-size-h1,$line-height-h1,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h2{
	@include font($font-size-h2,$line-height-h2,$title-color);
	font-family: $title-font-family;
	font-weight: 400;	
}
h3{
	@include font($font-size-h3,$line-height-h3,$title-color);
	font-family: $title-font-family;
	font-weight: 400;
}*/
/* text position */
.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* loader */
/*.loaded .main-wrapper{visibility:hidden;}
.icon-load{background:url(../img/loader.gif) no-repeat left top;width:40px;height:40px;position:fixed;left:50%;top:50%;margin-left:-20px;margin-left:-20px;display:none;}
.loaded .icon-load{display:block;}*/
/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.delay {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.delay2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay6 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay8 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 768px) {
  .delay,
.delay10,
.delay2,
.delay4,
.delay6,
.delay8 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
}
.animate_fade_in,
.animate_fade_left,
.animate_fade_left_sm,
.animate_fade_right_sm {
  opacity: 0;
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 100%) rotate(1deg);
    transform: translate(0, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0, 20%) rotate(1deg);
    transform: translate(0, 20%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.fade_in {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate(100%, 0) rotate(1deg);
    transform: translate(100%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translate(100%, 0) rotate(1deg);
    transform: translate(100%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.fade_left {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
}

@-webkit-keyframes slide-left-sm {
  0% {
    -webkit-transform: translate(20%, 0) rotate(1deg);
    transform: translate(20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes slide-left-sm {
  0% {
    -webkit-transform: translate(20%, 0) rotate(1deg);
    transform: translate(20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.fade_left_sm {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-left-sm;
  animation-name: slide-left-sm;
}

@-webkit-keyframes slide-right-sm {
  0% {
    -webkit-transform: translate(-20%, 0) rotate(1deg);
    transform: translate(-20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes slide-right-sm {
  0% {
    -webkit-transform: translate(-20%, 0) rotate(1deg);
    transform: translate(-20%, 0) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.fade_right_sm {
  opacity: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-right-sm;
  animation-name: slide-right-sm;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 111%;
    margin-left: 84px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 111%;
    margin-left: 84px;
  }
}
.content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
}

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

.banner {
  position: relative;
}
.banner__wrp{
  position: relative;
}
.banner__start{
  position: absolute;
  left: 300px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 50px;
  border-radius: 5px;
  background: #65ad89;
  overflow: hidden;
}
.banner__starttext{
  width: 3600px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 12px;
  /*transform: translateX(0%);*/
  animation: move 60s linear infinite;
}
.banner__starttext span{
  margin: 0 8px;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  position: static;
}
@keyframes move{
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(-100%);
  }
}
.banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  /*  background: url(../img/banner-shadow.png) center center/cover no-repeat;*/
  background: url(../img/bg-shadow.svg) center center/cover no-repeat;
  z-index: 5;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.2) inset;
}
.banner .wrapper {
  min-height: 100vh;
  z-index: 7;
  padding-top: 70px;
}
.banner .wrapper.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__title {
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}
.banner__line{
  width: 102px;
  height: 2px;
  background: #65ad89;
  margin: 0 auto 30px;
}
.banner__spectext{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.banner__title span {
  font-weight: 700;
  position: relative;
  border-bottom: 1px dashed #65ad89;
}
.banner__title span.color{
  color: #65ad89;
  border-bottom: 0;
}
.banner__subtitle {
  padding-left: 80px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 25px;
}
.banner__subtitle:before {
  content: "";
  width: 56px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #65ad89;
}
.banner__advas {
  padding: 20px 30px 20px 40px;
  width: 600px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 10px;
  margin-bottom: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.banner__advas.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banner__adva {
  margin-right: 30px;
}
.banner__adva:last-child {
  margin-right: 0;
}
.banner__advahead {
  margin-bottom: 10px;
}
.banner__advahead span {
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.banner__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
}
.banner__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}
.banner__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner__icon img {
  display: block;
  width: 14px;
}
.banner__descr {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  opacity: 0.85;
  margin-left: 32px;
  width: 186px;
  padding-top: 7px;
}
.banner__btn {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 20px 35px 18px;
  background: -o-radial-gradient(50.19% 55.83%, 39.54% 54.79%, #FFFFFF 0%, #65ad89 100%), #65ad89;
  background: radial-gradient(39.54% 54.79% at 50.19% 55.83%, #ffffff38 0%, #65ad89 100%), #65ad89;
  -webkit-box-shadow: 0px 4px 0px #31b34d;
          box-shadow: 0px 4px 0px #31b34d;
  border-radius: 7px;
  border-radius: 40px;
  border: 0;

  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
  box-shadow: none;
}

.banner__term{
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 10px;
  margin-bottom: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 480px;
  position: relative;
  overflow: hidden;
}
.banner__catalog{
  position: absolute;
  left: 21px;
  bottom: -37px;
  transform: rotate(6deg);
  width: 155px;
}
.banner__terminfo{
  padding: 30px 30px 30px;
  padding-left: 150px;
}
.banner__terminfo p{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.banner__terminfo span{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.banner__terminfo span b{
  padding: 5px 8px;
  background: #65ad89;
  color: #fff;
  border-radius: 3px;
  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
}

.banner.center{
  text-align: center;
  background: url(../img/center.jpg) center center/cover no-repeat;
}
.banner.center .wrapper{
  min-height: 500px;
}
.banner.center .banner__box{
  margin: 0 auto;
}
.banner__btns.center.flex{
  justify-content: center;
}

.backbtn{
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 18px 30px 16px;
  background: -o-radial-gradient(50.19% 55.83%, 39.54% 54.79%, #FFFFFF 0%, #65ad89 100%), #65ad89;
  background: radial-gradient(39.54% 54.79% at 50.19% 55.83%, #ffffff38 0%, #65ad89 100%), #65ad89;
  /*-webkit-box-shadow: 0px 4px 0px #31b34d;
  box-shadow: 0px 4px 0px #31b34d;*/
  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
  border-radius: 7px;
  border-radius: 40px;
  border: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.backbtn.active{
  opacity: 1;
  pointer-events: auto;
}
.backbtn img{
  display: block;
  width: 18px;
  transform: rotate(180deg);
  margin-right: 12px;
}


.seotext{
  padding: 60px 0;
}
.seotext__title{
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
.seotext__text{
  position: relative;
  height: 100px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.seotext__text.active{
  height: auto;
}
.seotext__text:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  height: 8vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #fff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
  transition: all 0.3s ease;
}
.seotext__text.active:before{
  opacity: 0;
}
.seotext__text p{
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  opacity: 0.7;
}
.seotext__more{
  display: flex;
  justify-content: center;
  align-items: center;
}
.seotext__more.active img{
  transform: rotate(180deg);
}
.seotext__more img{
  display: block;
  width: 25px;
  margin: 0 auto;
  cursor: pointer;
}

#video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background: url(../img/banner.jpg) center center/cover no-repeat;
}

#video-bg > video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about {
  padding: 70px 0;
}
.about__box {
  position: relative;
  padding: 70px 85px;
  border-radius: 50px;
  background: url(../img/about-bg.jpg) center center/cover no-repeat;
}
.about__info {
  width: 470px;
}
.about__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.about__quotes {
  display: block;
  width: 28px;
  margin-bottom: 15px;
}
.about__text {
  margin-bottom: 30px;
}
.about__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 20px;
}
.about__text p.big {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: #FFFFFF;
  opacity: 0.8;
}
.about__man {
  width: 500px;
  width: 450px;
  position: absolute;
  bottom: 0;
  left: 495px;
  z-index: 3;
}
.about__bottom {
  position: relative;
  z-index: 4;
}
.about__bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-right: 15px;
}
.about__bottom a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #65ad89;
  border-radius: 4px;
  padding: 6px 15px;

  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
}
.about__sign {
  width: 210px;
  position: absolute;
  left: 295px;
  bottom: -20px;
}
.about__author {
  width: 240px;
  position: absolute;
  top: 135px;
  right: 50px;
}
.about__author span {
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 8px;
}
.about__author p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  opacity: 0.7;
}
.about__logo {
  position: absolute;
  right: 60px;
  bottom: 50px;
  width: 172px;
  height: 172px;
  opacity: 0.4;
  z-index: 2;
}
.about__logo.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__logoimg {
  display: block;
  width: 70px;
}
.about__round {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.house {
  padding: 60px 0 170px;
  position: relative;
  overflow: hidden;
}
.house__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: block;
  bottom: -10%;
  bottom: 4%;
}
.house .wrapper {
  z-index: 2;
}
.house__heading {
  position: relative;
  margin-bottom: 40px;
}
.house__title {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  color: #000000;
  width: 510px;
}
.house__textimg {
  width: 1030px;
  position: absolute;
  left: 530px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.house__info {
  margin-bottom: 60px;
}
.house__info.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.house__text {
  width: 750px;
  text-align: justify;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #000000;
  opacity: 0.6;
}
.house__callback {
  width: 375px;
  background: #65ad89;
  border-radius: 10px;
  padding: 19px;
  position: relative;
  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
}
.house__man {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin-right: 20px;
}
.house__cbinfo {
  width: 220px;
}
.house__cbinfo span {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 7px;
  display: block;
}
.house__cbinfo p {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 7px;
}
.house__cbinfo a {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #fff;
}
.house__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.house__gallery {
  width: 550px;
}
.house__for {
  margin-bottom: 10px;
}
.house__for .slick-list {
  margin: 0 -10px;
}
.house__for .slick-slide {
  margin: 0 10px;
  border-radius: 15px;
}
.house__for .slick-slide img {
  opacity: 0;
  max-width: 100%;
}
.house__nav .slick-list {
  margin: 0 -5px;
}
.house__nav .slick-slide {
  margin: 0 5px;
  border-radius: 8px;
}
.house__nav .slick-slide img {
  opacity: 0;
  max-width: 100%;
}
.house__advas {
  width: 600px;
  padding-top: 15px;
}
.house__advas h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 35px;
}
.house__advabox {
  margin-bottom: 25px;
}
.house__advabox.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.house__item {
  width: 47%;
  margin-bottom: 20px;
}
.house__item.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.house__item.small.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.house__item span {
  display: block;
  width: calc(100% - 55px);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.house__icon {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #65ad89;
  margin-right: 15px;
}
.house__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.house__icon img {
  width: 50%;
  display: block;
  filter: grayscale(200%) brightness(200%) invert(1);
}
.house__btn {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 17px 35px 15px;
  background: -o-radial-gradient(50.19% 55.83%, 39.54% 54.79%, #FFFFFF 0%, #65ad89 100%), #65ad89;
  background: radial-gradient(39.54% 54.79% at 50.19% 55.83%, #ffffff38 0%, #65ad89 100%), #65ad89;
  -webkit-box-shadow: 0px 4px 0px #31b34d;
  box-shadow: 0px 4px 0px #31b34d;
  border-radius: 7px;
  border-radius: 40px;
  border: 0;
}
.house__btn span {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.house__btn b {
  font-size: 16px;
  font-weight: 400;
}
.house__or {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin: 0 25px;
  margin-right: 40px;
}
.house__play {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #65ad89;
  margin-right: 32px;
  position: relative;
}
.house__play.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.house__play img {
  display: block;
  width: 24px;
}
.house__play:before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #65ad89;
  opacity: 0.44;
  border-radius: 50%;
}
.house__play:after {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 0 0 rgb(121, 232, 108);
          box-shadow: 0 0 0 0 rgb(121, 232, 108);
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.house__playbtn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 232, 108, 0.7);
            box-shadow: 0 0 0 0 rgba(121, 232, 108, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(121, 232, 108, 0);
            box-shadow: 0 0 0 20px rgba(121, 232, 108, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 232, 108, 0);
            box-shadow: 0 0 0 0 rgba(121, 232, 108, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 232, 108, 0.7);
            box-shadow: 0 0 0 0 rgba(121, 232, 108, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(121, 232, 108, 0);
            box-shadow: 0 0 0 20px rgba(121, 232, 108, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 232, 108, 0);
            box-shadow: 0 0 0 0 rgba(121, 232, 108, 0);
  }
}


.types{
  padding: 70px 0;
}
.types__title{
  font-weight: 800;
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
.types__title span{
  color: #65ad89;
}
.types__descr{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  width: 820px;
  max-width: 100%;
  margin: 0 auto 40px;
  opacity: 0.6;
}
.types__box.flex{
  justify-content: space-between;
  align-items: stretch;
}
.types__item{
  width: 49%;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 2%;
}
.types__item.flex{
  align-items: center;
  justify-content: space-between;
}
.types__image{
  width: 230px;
  height: 230px;
  background: #fff;
  border-radius: 20px;
}
.types__image.flex{
  justify-content: center;
  align-items: center;
}
.types__image img{
  display: block;
  width: 80%;
}
.types__info{
  width: calc(100% - 260px);
}
.types__subtitle{
  font-size: 22px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
}
.types__list{
  list-style: none;
}
.types__list li{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0,0,0,0.6);
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
  display: block;
}
.types__list li:before{
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #65ad89;
}
.types__list li:after{
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: url(../img/check.svg);
  background-size: 100% 100%;
}
.types__list li:first-child:before{
  top: 0px;
  transform: none;
}
.types__list li:first-child:after{
  top: 8px;
  transform: none;
}
.types__btns{
  margin-top: 20px;
}
.types__btns.flex{
  justify-content: space-between;
  align-items: center;
}
.types__btn_1{
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background: #65ad89;
  border-radius: 40px;
  padding: 15px 20px;
  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
}
.types__btn_2{
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration-line: underline;
  color: #65ad89;
}


.genplan{
  padding: 165px 0;
  background: url(../img/bg-gen.jpg) center bottom/cover no-repeat;
  overflow: hidden;
}
.genplan__title{
  font-weight: 800;
  font-size: 42px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.genplan__title span{
  border-bottom: 3px solid #65ad89;
}
.genplan__descr{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.6;
  width: 600px;
  max-width: 100%;
  text-align: justify;
}
.genplan__btns{}
.genplan__btn{
  background: #65ad89;
  border-radius: 50px;
  padding: 19.5px 45px;

  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);

}
.genplan__btn.flex{
  justify-content: center;
}
.genplan__btn span{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-right: 15px;
}
.genplan__btn img{
  display: block;
  width: 16px;
}
.genplan__text{
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.6;
  margin-left: 20px;
}
.genplan__tablet{
  display: block;
  width: 725px;
  position: absolute;
  top: -135px;
  left: 55%;
}



.planuv{
  padding: 60px 0;
}
.planuv__title{
  font-weight: 800;
  font-size: 42px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 35px;
}
.planuv__title span{
  color: #65ad89;
}
.planuv__image{
  display: block;
  width: 100%;
}


.instabox{
  padding: 80px 0;
  position: relative;
}
.instabox__box{
  position: relative;
  max-width: 450px;
}
.instabox__title{
  font-weight: 800;
  font-size: 42px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.instabox__title span{
  color: #65ad89;
}
.instabox__text{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.6;
  width: 600px;
  max-width: 100%;
  text-align: justify;
}
.instabox__btn{
  background: #65ad89;
  border-radius: 50px;
  padding: 19.5px 45px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin-right: 15px;
  display: inline-block;

  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
}
.instabox__slider{
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.instabox__slide{
  height: 300px !important;
  position: relative;
  overflow: hidden;
}
.instabox__slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.instabox__inside{
  overflow-x: scroll;
  width: 100%;
}
.instabox__scroll{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1400px;
}
.instabox__scroll .slick-list{
  margin: 0 -10px;
}
.instabox__scroll .slick-slide{
  margin: 0 10px;
}
.instabox__slide{
  display: block;
/*  width: 300px;*/
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}
.instabox__slide img{
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}














.infra {
  position: relative;
  z-index: 3;
  padding-top: 50px;
}
.infra__heading {
  margin-bottom: 45px;
}
.infra__heading.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infra__title {
  font-weight: 400;
  font-size: 40px;
  line-height: 49px;
  color: #000000;
}
.infra__title span {
  font-weight: 800;
}
.infra__plan {
  cursor: pointer;
}
.infra__plan span {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  opacity: 0.8;
}
.infra__planicon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #65ad89;
  margin-right: 25px;
  position: relative;
}
.infra__planicon:before {
  content: "";
  width: 62px;
  height: 62px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #65ad89;
  opacity: 0.44;
  border-radius: 50%;
}
.infra__planicon:after {
  content: "";
  width: 62px;
  height: 62px;
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 0 0 rgb(121, 232, 108);
          box-shadow: 0 0 0 0 rgb(121, 232, 108);
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.infra__planicon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infra__planicon img {
  display: block;
  width: 26px;
  filter: invert(1);
}
.infra__box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infra__item {
  width: 33.33%;
  padding: 18% 0%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.infra__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(8.62%, #000000), color-stop(49.93%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 8.62%, rgba(0, 0, 0, 0) 49.93%);
  background: linear-gradient(360deg, #000000 8.62%, rgba(0, 0, 0, 0) 49.93%);
}
.infra__item:hover {
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5) inset;
}
.infra__item:hover .infra__inside {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.infra__info {
  position: absolute;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 8%;
  z-index: 2;
  overflow: hidden;
}
.infra__inside {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.infra__inside_1 {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}
.infra__inside_2 {
  -webkit-transform: translateY(270px);
      -ms-transform: translateY(270px);
          transform: translateY(270px);
}
.infra__inside_3 {
  -webkit-transform: translateY(130px);
      -ms-transform: translateY(130px);
          transform: translateY(130px);
}
.infra__subtitle {
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.infra__adva {
  margin-top: 25px;
}
.infra__icon {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  margin-right: 18px;
}
.infra__icon.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infra__icon img {
  width: 14px;
  display: block;
}
.infra__text {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.9;
  display: block;
  width: calc(100% - 62px);
}

.callback {
  width: 60px;
  height: 60px;
  background: #65ad89;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  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;
  -webkit-animation: t651__btn-animate 2s ease-out;
  animation: t651__btn-animate 2s ease-out;
  z-index: 40;
}

.callback.active {
  background: #fff;
}

.callback__icon {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: 30px;
}

.callback__icon.active {
  display: block;
}

.callback__icon.hidden {
  display: none;
}

.cb-window {
  padding: 30px 35px 40px;
  width: 360px;
  background: #fff;
  position: fixed;
  bottom: 110px;
  right: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.2s;
  -o-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
}

.cb-window.active {
  pointer-events: auto;
  z-index: 40;
  opacity: 1;
}

.cb-window h2 {
  color: #000;
  margin-bottom: 25px;
  margin-top: 0;
  font: 700 22px "Avante";
  text-align: center;
}

.cb-window input {
  margin-bottom: 10px;
  border: 1px solid #d1d1d1;
  color: #000;
  font: 300 16px "Avante";
  height: 50px;
  padding: 0 20px;
  width: 100%;
}

.cb-window input::-webkit-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Avante";
}

.cb-window input::-moz-placeholder {
  color: #d1d1d1;
  font: 300 16px "Avante";
}

.cb-window input:-ms-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Avante";
}

.cb-window input::-ms-input-placeholder {
  color: #d1d1d1;
  font: 300 16px "Avante";
}

.cb-window input::placeholder {
  color: #d1d1d1;
  font: 300 16px "Avante";
}

.cb-window button {
  background: #65ad89;
  border: 0;
  color: #fff;
  font: 400 16px "Avante";
  height: 50px;
  width: 100%;
  background: -o-radial-gradient(50.19% 55.83%, 39.54% 54.79%, #FFFFFF 0%, #65ad89 100%), #65ad89;
  background: radial-gradient(39.54% 54.79% at 50.19% 55.83%, #ffffff38 0%, #65ad89 100%), #65ad89;
  -webkit-box-shadow: 0px 4px 0px #31b34d;
  box-shadow: 0px 4px 0px #31b34d;
  border-radius: 7px;
  border-radius: 40px;
  letter-spacing: 0.04em;

  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
  box-shadow: none;
}

.cb-window form {
  margin-bottom: 30px;
}

.cb-window h3 {
  color: #000;
  margin-bottom: 4px;
  font: 16px "Avante";
  text-align: center;
  margin-top: 0;
}

.cb-window a {
  display: block;
  font: 18px "Avante";
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
  color: #000;
}

.callback__thanks {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

.callback__thanks p {
  color: #000;
  margin-top: 20px;
  font: 16px "Avante";
}

.popup {
  display: none;
  padding: 0 !important;
  width: 450px;
}

.popup-form {
  background-color: #fff;
  padding: 45px;
  border-radius: 10px;
}

.popup-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -23px;
  margin-bottom: 30px;
}

.popup-label {
  font-size: 14px;
  font-family: "Avante";
  margin-bottom: 10px;
}

.popup-form-top__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}

.popup-form-top__img img {
  display: block;
  width: 100%;
}

.popup-title {
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 1.3;
  font-family: "Avante";
}

.popup-input {
  height: 58px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  font-family: "Avante";
  font-size: 14px;
  margin-bottom: 10px;
}

.popup-btn {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 20px 0 18px;
  background: -o-radial-gradient(50.19% 55.83%, 39.54% 54.79%, #FFFFFF 0%, #65ad89 100%), #65ad89;
  background: radial-gradient(39.54% 54.79% at 50.19% 55.83%, #ffffff38 0%, #65ad89 100%), #65ad89;
  -webkit-box-shadow: 0px 4px 0px #31b34d;
  box-shadow: 0px 4px 0px #31b34d;
  border-radius: 7px;
  border-radius: 40px;
  border: 0;

  background: linear-gradient(101.21deg, #36b2ac 20.47%, #bfd160 84.39%);
  box-shadow: none;
}

.popup-btn b {
  font-family: "Avante";
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 3;
}

.popup-btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.popup-btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  background: #F9672A;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.popup-check {
  cursor: pointer;
  display: block;
  margin-top: 20px;
}

.popup-check-input {
  display: none;
}

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

.popup-check-label {
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  -webkit-box-shadow: inset 0 0 10px rgba(140, 140, 140, 0.04);
  box-shadow: inset 0 0 10px rgba(140, 140, 140, 0.04);
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  margin-top: -3px;
  overflow: hidden;
  border: 0;
}

.popup-check-text {
  font-size: 12px;
  font-family: "Avante";
}

.popup-check-input:checked ~ span .popup-label-act {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup-label-act {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
  background-color: #65ad89;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px;
  width: 100%;
  height: 100%;
}

.popup-label-act img {
  width: 100%;
  display: block;
  margin-top: 2px;
}

#mapcluster{
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .popup-wrap {
    display: block;
    width: 100%;
  }
  .popup-form {
    width: 100%;
    padding: 45px 20px 30px;
  }
  .popup-title {
    font-size: 15px;
  }
  .popup-btn b {
    font-size: 14px;
  }
  .popup-btn {
    padding: 23px 20px;
  }
  .callback {
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    max-width: 940px;
  }
  .about__author {
    display: none;
  }
  .about__man {
    width: 450px;
  }
  .house__text {
    width: 520px;
  }
  .house__gallery {
    width: 500px;
  }
  .house__advas {
    padding-top: 10px;
    width: 400px;
  }
  .house__advas h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .house__item {
    margin-bottom: 10px;
    width: 100%;
  }
  .house__bottom {
    margin: auto;
  }
  .infra__subtitle {
    font-size: 22px;
    line-height: 30px;
  }
  .infra__adva {
    margin-top: 15px;
  }
  .infra__text {
    font-size: 16px;
  }
  .infra__item {
    padding: 22% 0%;
  }
  .infra__inside_1 {
    -webkit-transform: translateY(170px);
        -ms-transform: translateY(170px);
            transform: translateY(170px);
  }
  .infra__inside_2 {
    -webkit-transform: translateY(230px);
        -ms-transform: translateY(230px);
            transform: translateY(230px);
  }
  .infra__inside_3 {
    -webkit-transform: translateY(170px);
        -ms-transform: translateY(170px);
            transform: translateY(170px);
  }
  .types__item{
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
  .genplan__box{
    width: 500px;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 740px;
  }
  .banner__title {
    font-size: 34px;
  }
  .about__title br {
    display: none;
  }
  .about__info {
    width: 100%;
  }
  .about__box {
    padding: 50px 55px;
    border-radius: 30px;
    overflow: hidden;
  }
  .about__text {
    width: 400px;
  }
  .about__man {
    width: 400px;
    left: 405px;
  }
  .house {
    padding-bottom: 30px;
  }
  .house__bg {
    bottom: 0%;
  }
  .house__title {
    font-size: 35px;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .house__textimg {
    width: 930px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .house__text {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .house__callback {
    margin-left: auto;
    margin-right: auto;
  }
  .house__gallery {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 600px;
  }
  .house__advas {
    width: 600px;
    margin: 0 auto;
  }
  .house__item {
    width: 48%;
    margin-bottom: 15px;
  }
  .infra__title {
    font-size: 35px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .infra__plan {
    margin: 0 auto;
  }
  .infra__subtitle {
    font-size: 16px;
    line-height: 23px;
  }
  .infra__icon {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .infra__icon img {
    width: 8px;
  }
  .infra__text {
    font-size: 12px;
  }
  .infra__inside_1 {
    -webkit-transform: translateY(130px);
        -ms-transform: translateY(130px);
            transform: translateY(130px);
  }
  .infra__inside_2 {
    -webkit-transform: translateY(182px);
        -ms-transform: translateY(182px);
            transform: translateY(182px);
  }
  .infra__inside_3 {
    -webkit-transform: translateY(130px);
        -ms-transform: translateY(130px);
            transform: translateY(130px);
  }
  .infra__title {
    font-size: 23px;
    line-height: 1.3;
  }
  .infra__title br {
    display: none;
  }
  .infra__heading {
    margin-bottom: 35px;
  }
  .infra__item {
    width: 100%;
    padding: 45% 0%;
  }
  .infra__item:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.62%, #000000), color-stop(49.93%, rgba(0, 0, 0, 0.41)));
    background: -o-linear-gradient(bottom, #000000 8.62%, rgba(0, 0, 0, 0.41) 49.93%);
    background: linear-gradient(360deg, #000000 8.62%, rgba(0, 0, 0, 0.41) 49.93%);
  }
  .infra__inside {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .types__title{
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .types__descr{
    font-size: 16px;
  }
  .types__item{
    width: 79%;
  }
  .genplan{
    padding: 105px 0;
  }
  .genplan__box{
    width: 430px;
  }
  .genplan__title{
    font-size: 32px;
    margin-bottom: 25px;
  }
  .genplan__title br{
    display: none;
  }
  .genplan__descr{
    font-size: 16px;
  }
  .genplan__text{
    margin-left: 37px;
    text-align: center;
    margin-top: 10px;
  }
  .genplan__tablet{
    width: 555px;
    position: absolute;
    top: -55px;
    left: 55%;
  }
  .instabox{
    padding: 60px 0;
  }
  .instabox__title{
    font-size: 32px;
    margin-bottom: 20px;
  }
  .instabox__text{
    font-size: 15px;
  }
  .instabox__box{
    max-width: 340px;
  }
  .instabox__scroll{
    width: 1100px;
  }
  .planuv__title{
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #video-bg{
    display: none;
  }
  /*.banner:before{
    content: none;
  }*/
  .wrapper {
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .banner .wrapper {
    padding-top: 140px;
    padding-bottom: 50px;
  }
  .banner .wrapper.flex{
    align-items: flex-start;
  }
  .banner__title {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .banner__box{
    display: flex;
    flex-direction: column;
  }
  .banner__title br {
    display: none;
  }
  .banner__start{
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    transform: none;
    margin-bottom: 15px
  }
  .banner__subtitle {
    font-size: 20px;
    padding-left: 60px;
    margin-bottom: 20px;
  }
  .banner__subtitle:before {
    width: 42px;
  }
  .banner__advas {
    width: 100%;
    padding: 20px 30px 1px 20px;
    /*order: 4;
    display: none*/
    backdrop-filter: none;
  }
  .banner__adva {
    width: 100%;
    margin-right: 0;
  }
  .banner__adva:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .banner__advahead span {
    position: relative;
    top: -5px;
  }
  .banner__text {
    position: relative;
    left: 47px;
    top: -20px;
    padding-right: 50px;
    line-height: 1.3;
  }
  .banner__text br {
    display: none;
  }
  .banner__advahead {
    margin-bottom: 8px;
  }
  .banner__descr {
    display: none;
    display: block;
    width: 125px;
    margin-left: 15px;
    font-size: 11px;
  }
  .banner__catalog{
    left: 13px;
    bottom: 8px;
  }
  .banner__term{
    width: 100%
  }
  .banner__terminfo span b{
    display: inline-block;
    margin-left: -7px;
    margin-top: 2px;
  }
  .house__bg {
    bottom: -1%;
    left: -42%;
    width: 1000px;
  }
  .house__heading {
    margin-bottom: 30px;
  }
  .house__title {
    width: 100%;
    font-size: 23px;
    line-height: 1.3;
  }
  .house__textimg {
    width: 400px;
    top: 0;
    -webkit-transform: translateY(-120%) translateX(-50%);
        -ms-transform: translateY(-120%) translateX(-50%);
            transform: translateY(-120%) translateX(-50%);
  }
  .house__text {
    font-size: 15px;
    line-height: 23px;
  }
  .house__callback {
    width: 100%;
  }
  .house__man {
    width: 85px;
    border-radius: 50%;
    margin-right: 15px;
  }
  .house__cbinfo {
    width: calc(100% - 100px);
  }
  .house__info {
    margin-bottom: 30px;
  }
  .house__gallery {
    width: 100%;
    margin-bottom: 20px;
  }
  .house__advas {
    width: 100%;
  }
  .house__item {
    width: 100%;
  }
  .house__btn {
    width: 100%;
    margin-bottom: 0px;
  }
  .house__or {
    margin: 15px 0;
    width: 100%;
    text-align: center;
  }
  .house__playbtn {
    margin: 0 auto;
  }
  .infra {
    padding-top: 70px;
  }
  .infra__subtitle {
    font-size: 20px;
    line-height: 27px;
  }
  .infra__text {
    font-size: 15px;
  }
  .infra__plan_2{
    margin-top: 30px
  }
  .about {
    padding: 40px 0;
  }
  .about__title {
    font-size: 23px;
  }
  .about__title br {
    display: none;
  }
  .about__text {
    width: 100%;
  }
  .about__text p.big {
    font-size: 15px;
  }
  .about__box {
    padding: 30px 30px;
    padding-bottom: 400px;
  }
  .about__bottom span {
    padding: 6px 10px;
  }
  .about__man {
    width: 300px;
    left: auto;
    right: -45px;
  }
  .about__logo {
    right: 153px;
    bottom: 25px;
  }
  .about__author {
    bottom: 244px;
    right: 140px;
    width: 175px;
    display: block;
    top: auto;
  }
  .about__author p {
    font-size: 12px;
    line-height: 17px;
  }
  .about__sign {
    display: none;
  }
  .cb-window {
    right: 7px;
  }
  .instabox__box{
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .instabox__text{
    text-align: center;
  }
  .instabox__slider{
    position: static;
    transform: none;
    width: 95%;
    margin-left: 5%;
    width: 100%;
    margin-left: 0%;
    margin-top: 25px;
  }
  .instabox__scroll{
    width: 100%;
  }
  .types__item{
    width: 100%;
  }
  .types__title{
    font-size: 25px;
    line-height: 1.4;
  }
  .types__descr{
    font-size: 14px;
  }
  .types__item{
    width: 100%;
    margin-bottom: 20px;
  }
  .types__item:last-child{
    margin-bottom: 0;
  }
  .types__image{
    width: 100%;
    margin-bottom: 20px;
  }
  .types__info{
    width: 100%;
  }
  .types__btns.flex{
    justify-content: flex-start;
  }
  .types__btn_2{
    margin-left: 20px;
  }
  .planuv__title{
    font-size: 24px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .genplan{
    padding: 55px 0;
  }
  .genplan__box{
    width: 100%;
  }
  .genplan__info{
    margin-bottom: 30px;
  }
  .genplan__title{
    text-align: center;
    font-size: 26px;
  }
  .genplan__descr{
    text-align: center;
  }
  .genplan__btns.flex{
    justify-content: center;
  }
  .genplan__text{
    margin-left: 0;
    text-align: center;
  }
  .genplan__tablet{
    position: static;
    transform: none;
    width: 115%;
  }
  .planuv{
    padding: 30px 0;
  }
  .planuv__title{
    margin-bottom: 20px;
  }
  .banner__descr_2{
    width: 200px;
    margin: 15px auto 0;
  }
}







