@font-face {font-family: "Alverata"; src: url("//db.onlinewebfonts.com/t/ce073a5e66a7b3556392dbee95451419.eot"); 
src: url("//db.onlinewebfonts.com/t/ce073a5e66a7b3556392dbee95451419.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/ce073a5e66a7b3556392dbee95451419.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/ce073a5e66a7b3556392dbee95451419.woff") format("woff"), url("//db.onlinewebfonts.com/t/ce073a5e66a7b3556392dbee95451419.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/ce073a5e66a7b3556392dbee95451419.svg#Alverata") format("svg"); }



.preloader{
    background: white;
    width: 100%;
    position:fixed;
    height: 100%;
    transition: 0.35s;
    z-index: 10000000000000000;
}
.preloader-remove {
    transition: 0.34s;
    opacity: 0;
    z-index: -10;
}
.loader {
  position: absolute;
  width: 300px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -50px;
  border-radius: 20px;
}
.loader .ball {
  position: absolute;
  width: 0;
  height: 100%;
  left: -15px;
  bottom: 0;
  background: #4a9;
  opacity: 0;
  -webkit-animation: moveBall 2.8s infinite linear;
  animation: moveBall 2.8s infinite linear;
}
.loader .ball.one {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loader .ball.two {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loader .ball.three {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loader .ball.four {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loader .ball.five {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loader .ball.six {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.loader .ball .inner {
  height: 30px;
  width: 30px;
  position: absolute;
  background: #999;
  bottom: 0;
  left: 0;
  margin-left: -15px;
  border-radius: 100%;
}
.loader .ball.center {
  left: 50%;
  top: 50%;
  background: none;
  -webkit-animation: centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation: centerBall 2.8s infinite cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.loader .ball.center .inner {
  top: -15px;
}
@-moz-keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@-o-keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@keyframes centerBall {
  0%, 25%, 100% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  75% {
    opacity: 0;
  }
}
@-moz-keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}
@-webkit-keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}
@-o-keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}
@keyframes moveBall {
  0% {
    left: -10%;
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
  10% {
    opacity: 0;
  }
  28.7% {
    transform: rotate(-180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  71.3% {
    transform: rotate(180deg);
    left: 50%;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  90% {
    opacity: 0;
  }
  100% {
    left: 110%;
    transform: rotate(deg);
    opacity: 0;
  }
}

@keyframes cube-loader {
  0%,
  10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@font-face {
    font-family: Font; 
    src: url(/template/fonts/sourcesanspro.ttf); 
}
body{
    padding: 0;
    margin: 0;
    font-family: Font;
    width: 100%;
    overflow-x: hidden;
}
form {
    display: block;
    margin-top: 0em;
    margin-block-end: 0em!important;
}
h1,h2,h3,h4{
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 100;
}
.slick-dots li button {
    font-size: 20px!important;
    text-indent: -9999px!important;
    background: white!important;
    cursor: auto!Important;
    border-radius: 50%;
}
.payment_options_content li{
    font-size: 22px;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
    background: white;
    color: black;
    padding: 15px 15px;
}
li {
    list-style-type: none; /* Убираем маркеры */
   }
   ul {
    margin-left: 0; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
   }
.slick-dots li button:hover{
    background: white!important;
}
.header{
    width: 100%;
    background:#c39e64;
    box-shadow: 0 1px 8px 0 rgba(0,0,0, 0.1);
}
.only_mobile{
    display: none;
}
.only_desktp{
    display: block;
}
.header_content{
    width: 1200px;
    margin: 0px auto;
}

.popup_fade_menu{
    display: none;
}

.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 363px;
	margin-top: -180px;
	padding: 25px 15px 15px;
	width: 400px;
	margin-left: -200px;	
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.07);
	border-radius: 6px; 
	z-index: 99999;
	opacity: 1;	
}
.popap a{
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.popup-close {
	position: absolute;
	top: 10px;
	cursor: pointer;
	right: 10px;
}

.extrnjjj {
	position: absolute;
	top: 10px;
	cursor: pointer;
	background: url(/template/img/settings/close.png)no-repeat center;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	right: 15px;
	
}

.button_only_plansh{
    display: none;
}

.logo_header{
    float: left;
    width: 160px;
    padding: 10px 0;
    color: white;
    /*float: left;
    width: 240px;
    height: 60px;
    font-family: "Alverata";
    font-size: 60px;*/
    /*background: url(/template/img/settings/logo_header.png)no-repeat center;
    background-size: 100% auto;*/
}

.big_box_logo_header{
    font-weight: 900;
    font-family: "Alverata";
    font-size: 23px;
    text-align: center;
}

.mini_box_logo_header{
    font-family: "Alverata";
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}


video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 105%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('/template/img/sport.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.mobile_fon_block{
    display: none;
}

.stopfade { 
   opacity: .5;
}

.button_header{
    float: right;
    padding: 10px 18px;
    background: #333;
    cursor: pointer;
    margin-left: 20px;
    color: white;
    border-radius: 6px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.5);
    margin-top: 10px;
}

.title_popap_form{
    font-size: 27px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0 ;
}

.mini_title_popap_form{
    font-size: 17px;
    text-align: left;
    padding: 5px 0
}

.text_policy_popap_form{
    font-size: 14px;
    padding: 5px 0;
}

.text_policy_popap_form a {
    color: #c39e64;
}
.form_popap_block input{
    border: 1px solid #f1f1f1;
    background: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.07);
    border-radius: 6PX;
    padding: 12px 10px;
    font-size: 16px;
    width: 100%;
    font-size: 16px;
    margin: 15px 5px 0 0;
}

.button_poppap_form_send{
    border-radius: 6px;
    background: #c39e64;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.2);
    color: white;
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border: 1px solid #c39e64;
    padding: 9px 10px;
    width: 100%;
}
.phone_header{
    float: right;
    padding: 8px 18px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

.header_content a{
    text-decoration: none;
    color: white;
}

.menu_header{
    float: right;
}

.item_menu_header{
    display: inline-block;
    color: white;
    padding: 20px 10px;
}

.preview{
    height: calc(100% - 50px);
    
}

.preview_content{
    width: 1200px;
    height: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.content_box_pc{
    color: #272323;
    padding: 30px 30px 15px 30px;
    background: rgba(255,255,255, 0.90);
}

.content_box_pc h1{
    font-size: 55px;
    font-weight: 900;
    padding: 10px 0;
    line-height: 60px;
}

.mini_h1_cbpc{
    font-size: 22px;
    font-weight: 600;
}

.text_cbpc{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    width: 60%;
}

.form_box_cbpc{
    padding: 0;
    margin: 20px 0;
    
}

.form_box_cbpc input{
    border: 1px solid silver;
    background: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.1);
    border-radius: 6PX;
    padding: 10px 10px;
    font-size: 16px;
    float: left;
    width: 230px;
    margin: 0px;
    display: inline-block;
}

.btn_form_box_cbpc{
    display: inline-block;
    margin-left: 15px;
    border-radius: 6px;
    background:#c39e64;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.2);
    color: white;
    text-align: center;
    float: left;
    font-size: 16px;
    border: 1px solid #c39e64;
    padding: 9px 10px;
    width: 230px;
}

.text_onli_mobile_quiz{
    display: none;
}

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

.floor_plans{
    background: white;
    height: 745px;
}

.floor_plans_content{
    width: 1200px;
    margin: 0px auto;
    
}

.floor_plans_content h2{
    font-size: 35px;
    font-weight: 900;
    padding: 30px 0; 
}
.vnesh_item_box_slid{
    padding: 0 7px 0;
    
}
.prev, .next {
    position: absolute;
    top: 45%;
    height: 60px;
    width: 60px;
    z-index: 1;
    cursor: pointer;
}
.prev{
    width: 50px;
    height: 50px;
    left: -40px;
}

.next{
    width: 50px;
    right: -40px;
    height: 50px;
}

.item_floor_plan{
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0, 0.06);
    width: 100%;
    padding-top: 15px;
    border: 1px solid #f1f1f1;
    height: 565px;
    display: inline-block;
    
}

.photo_item_floor_plan{
    width: calc(100% - 10px);
    height: 410px;
    border-radius: 6px 6px 0 0;
    background: silver;
}

.title_item_floor_plan{
    padding: 10px 15px;
    width: calc(100% - 30px);
    font-size: 22px;
    font-weight: 600;
    
}

.price_item_floor_plan, .square_item_floor_plan, .price_square_item_floor_plan{
    padding: 3px 15px 0;
    width: calc(100% - 30px);
    font-size: 16px;
}

.quiz{
    background: #c39e64;
}

.quiz_content{
    width: 1200px;
    margin: 0px auto;
    height: 500px;
    display: flex;
    align-items: center
}
.box_quiz{
    width: 100%;
}

.right_photo_box_quiz{
    background: white;
    float: right;
    width: 350px;
    padding-top: 15px;
    height: 335px;
    border-radius: 50%;
    overflow: hidden;
}

.content_photo_right_box{
    width: 100%;
    height: 100%;
    background: url(/template/img/6465461111yo111.png)no-repeat top;
    background-size: 100% auto;
}

.left_content_box_quiz{
    float: left;
    display: none;
    color: black;
    width: 780px;
}

.left_content_box_quiz h2{
    font-size: 31px;
    font-weight: 900;
    padding: 10px 0 20px;
}

.text_lcbq{
    font-size: 21px;
    width: 80%;
    font-weight: 600;
    padding: 0px 0 20px;
    line-height: 1.4;
}

.btn_lcbq{
    border: 1px solid #333;
    color: white;
    padding: 10px 28px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    background: #333;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.3);
}
.item_lcbq{
    font-size: 17px;
    padding: 5px 0;
    
}

.silvr{
    background: rgba(255,255,255, 0.000000007);
    color: black;
    border: 1px solid black;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.00001);
}

.infrastructure{
    background: white;
}

.infrastructure_content{
    width: 1200px;
    margin: 0px auto;
    padding: 55px 0;
}
.menu_obile_block_header{
    display: none;
}
.items_infrastructure{
    width: 385px;
    float: left;
    margin: 14px 14px 0 0 ;
    height: 350px;
}

.first_item_infrastructure{
    width: 100%;
    height: 240px;
    padding: 5px 15px 15px 15px;
    border-radius: 6px 6px 35% 6px;
    background: #c39e64;
    color: black;
}


.first_item_infrastructure h2{
    font-size: 35px;
    font-weight: 600;
    padding: 10px 0 20px;
}

.text_fii{
    font-weight: 100;
    font-size: 17px;
    line-height: 1.5;
}

.two_item_infrastructure{
    width: 100%;
    height: 100%;
    
}

.photo_tii{
    width: 100%;
    border-radius: 6px;
    height: 200px; 
    overflow: hidden;
    background: #f1f1f1;
    
}


.checkbox{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    cursor:pointer
}

.b-titr__checkbox{
    margin-bottom: 10px;
    /* border: 1px solid silver; */
    width: auto;
    color: black;
    width: 300px;
    border-radius: 6px;
    float: left;
    padding:0px 15px 0px 0;
    margin: 10px 0;
    transition: 0.35s;
    margin-right: 15px;
}
.clier_bord .b-titr__checkbox{
    float: none;
}

.b-titr__checkbox:hover{
}

.checkboxes{
    height: 164px;
}

.checkbox__input{
    display:none
}

.checkbox__input:checked+.checkbox__toggle::before,.fz__input:checked+.fz__toggle::before{
    -webkit-transform:translate(-50%,-50%) scale(1);
    -ms-transform:translate(-50%,-50%) scale(1);
    transform:translate(-50%,-50%) scale(1)
}
.checkbox__toggle{
    position:relative;
    width:20px;
    height:20px;
    margin-right:15px;
    border:2px solid black;
    background-color:#fff;
    box-sizing:border-box
}

.disabler{
    border: 1px solid #ff5454!important;
}

.checkbox__text{
    font-size:18px;
    font-weight:500
}

.checkbox__input{
    display:none
}
.checkbox__input:checked+.checkbox__toggle::before,.fz__input:checked+.fz__toggle::before{
    -webkit-transform:translate(-50%,-50%) scale(1);
    -ms-transform:translate(-50%,-50%) scale(1);
    transform:translate(-50%,-50%) scale(1)
}
.checkbox__toggle{
    position:relative;
    width:20px;
    height:20px;
    margin-right:15px;
    border:2px solid black;
    background-color:#fff;
    box-sizing:border-box
}

.checkbox__toggle::before,.fz__toggle::before{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    width:8px;
    height:8px;
    border-radius:2px;
    background-color:black;
    -webkit-transform:translate(-50%,-50%) scale(0);
    -ms-transform:translate(-50%,-50%) scale(0);
    transform:translate(-50%,-50%) scale(0);
    -webkit-transition:all .2s ease 0s;
    transition:all .2s ease 0s
}
.checkbox__content{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%
}


.title_tii{
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
}

.description_tii{
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
    margin: 0px auto;
}


.consultation{
    background:  #c39e64;
}

.consultetion_content{
    width: 1200px;
    margin: 0px auto;
    height: 300px;
    padding: 25px 0;
    display: flex;
    align-items: center;
}

.right_form_cons input{
    border: 1px solid #f1f1f1;
    background: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.0.071);
    border-radius: 6PX;
    padding: 12px 10px;
    font-size: 16px;
    width: 365px;
    font-size: 16px;
    margin: 5px 5px 0 0;
}

.btn_rfbc{
    border-radius: 6px;
    background: #333;
    color: white;
    width: 365px;
    text-align: center;
    margin-top: 15px;
    padding: 12px 0;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.3);
}

.policy_rfbc{
    font-size: 14px;
    margin-top: 15px;
    color: black;
    text-align: center;
}

.policy_rfbc a{
    text-decoration: none;
    color: black;
}
.box_consultation{
    width: 100%;
}

.right_form_box_consultation{
    float: right;
    width: 365px;
    padding-top: 12px;
}

.left_content_box_consultation{
    float: left;    
    
}

.text_policy_quiz{
    font-size: 14px;
    margin-top: 15px;
    color: white;
    width: 310px;
}

.text_policy_quiz a {
    text-decoration: none;
    color: white;
}



.left_content_box_consultation h2{
    font-size: 35px;
    font-weight: 600;
    color: black;
    width: 80%;
    padding: 0 0 10px;
}

.text_lcbcc{
    color: black;
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.5;
    width: 65%;
}

.gallary{
    background: white;
}

.gallary_content{
    width: 1200px;
    margin: 0px auto;
    padding: 30px 0 65px;
}

.gallary_content h2{
    padding: 10px 0;
    font-size: 35px;
    font-weight: 600;
    
}

.payment_options{
    background: #c39e64;
}

.payment_options_content{
    width: 1200px;
    margin: 0px auto;
    padding: 70px 0;
}

.quiz_form_box .inputs_blocks input{
    border: 1px solid #f1f1f1;
    background: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.0.071);
    border-radius: 6PX;
    padding: 12px 10px;
    font-size: 16px;margin-top: 15px;
    width: 365px;
    display: block;
    font-size: 16px;
    margin: 15px 5px 0 0;
}

.floor_plans_box{
    padding:15px;
    height: 610px;
}

.tabs_poc{
}

.item_tab_poc{
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    padding: 15px 20px ;
    background: #333;
    color: white;
    border: 1px solid #333;
}

.title_ctp{
    font-size: 35px;
    font-weight: 600;
    padding: 15px 0;
}

.description_ctp{
    padding: 0 0 15px;
    font-size: 17px;
    
}

.item_banks_ctp{
    float: left;
    width: 180px;
    margin-right: 8;
    height: 100px;
    
}

.title_tbctp{
    font-size: 19px;
    font-weight: 600;
    padding: 5px 0;
}

.title_form{
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0;
} 

.form_bottom_btn input{
    border: 1px solid #f1f1f1;
    background: white;
    float: left;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.0.071);
    border-radius: 6PX;
    padding: 12px 10px;
    font-size: 16px;
    width: 365px;
    font-size: 16px;
    margin: 10px 10px 0 0;
}

.btn_tabs_form{
    padding: 11px 0;
    width: 365px;
    text-align: center;
    float: left;
    margin-top: 11px;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
    background: #c39e64;
    color: white;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.071);
}

.policy_tf{
    padding: 5px 0;
    font-size: 14px;
    color: black;
}

.policy_tf a {
    text-decoration: none;
}

.content_tabs_poc{
}

.item_ctp{
    width: 100%;
    padding: 0 20px 20px ;
    display: none;
    height: auto;
    background: #f7f8f8;
}


.photo_tbctp{
    width: 100%;
    height: 70px;
    
}

.map{
    background: white;
    width: 100%;
    height:500px;
}

.footer{
    background: #333;
}

.top_menu_footer{
    color: white;
    padding: 25px 0;
    border-bottom: 1px black solid
}

.item_footer_tmf{
    float: left;
    width: 25%;
}

.footer_content{
    width: 1200px;
    margin: 0px auto;
}

.bottom_menu_footer{
    color: white;
    padding: 25px 0;
    text-align: right;
}

.activelly_quiz{
    display: block;
}

.activelly{
    display: block;
}
.text_menu_header_block {
    font-size: 16px;
    color: white;
    margin: 2px auto;
}

.video_block{
    display: block;
}

.menu_burger_header {
    background: url(/template/img/settings/mobile_burger.png)no-repeat center;
    background-size: 100% auto;
    width: 27px;
    margin: 0px auto;
    height: 22px;
}
.act_itb{
    background: #f7f8f8;
    border: 1px solid #f7f8f8;
    color: black;
}

.act_block{
    display: block;
}

.n_right_arrow_vvv{
    pointer-events: none;
    background: rgba(255,255,255, 0.000000007);
    color: black;
    border: 1px solid black;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.00001);
}
.active_bla{
    pointer-events: auto;
    border: 1px solid #333;
    color: white;
    padding: 10px 28px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    background: #333;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.3);
    
}

@media (max-width: 1279px){
    .header_content{
        width: 1000px;
    }
    .preview_content{
        width: 1000px;
    }

    .floor_plans_content{
        width: 940px;
        
    }
    
    .quiz_content{
        width: 1000px;
    }
    
    .infrastructure_content{
        width: 1000px;
    }
    
    .consultetion_content{
        width: 1000px;
    }

    .gallary_content{
        width: 1000px;
    }
    
    .payment_options_content{
        width: 1000px;
    }
    
    
    
    .footer_content{
        width: 1000px;
    }
    .left_content_box_quiz{
        width: 680px;
    }
    .right_photo_box_quiz {
        width: 300px;
        height: 300px;
    }

    .items_infrastructure {
        width: calc(31% + 10px);
        margin: 14px 20px 0 0;
    }
    
    .floor_plans_box{
        height: 615px;
    }
    
    .item_floor_plan{
        height: 580px;
    }
    
    .title_item_floor_plan{
        padding: 7px 15px;
    }
    
    .first_item_infrastructure h2 {
        font-size: 33px;
        padding: 10px 0 21px;
    }
    
    .description_tii{
        width: 95%;
    }
    
    .form_bottom_btn input{
        width: 310px;
    }
    
    .btn_tabs_form{
        width: 310px;
    }

    .item_banks_ctp{
        width: 153px;
    }

    .text_fii {
        font-size: 15px;
        line-height: 1.8;
    }
    
    .description_tii{
        font-size: 15px;
    }
    
    .title_tii{
        font-size: 20px;
    }
    .left_content_box_consultation {
        width: 620px;
    }
    
    .three_plansh{
        margin-right: 0;
    }

}

    @media (max-width: 1023px){
        
        .header_content{
            width: calc(100% - 30px);
        }
        .preview_content{
            width:  710px;
        }
        
        
        
        .floor_plans{
            height: 710px;
        }
    
        .floor_plans_content{
            width: 715px;
            
        }
        
        .photo_item_floor_plan{
            height: 380px;
        }
        
        .quiz_content{
            width:  calc(100% - 30px);
        }
        
        .infrastructure_content{
            width:  665px;
        }
        
        .consultetion_content{
            width:  665px;
        }
    
        .gallary_content{
            width:  665px;
        }
        
        .payment_options_content{
            width:  665px;
            padding: 50px 0 50px;
        }
        
        
        .footer_content{
            width:  calc(100% - 30px);
        }
        .left_content_box_quiz{
            width: 665px;
            float: none;
            margin: 0px auto;
        }
        .right_photo_box_quiz {
            display: none;
        }
    
        .items_infrastructure {
            width: calc(50% - 20px);
            margin: 14px 20px 0 0;
        }
        
        .floor_plans_box{
            height: 580px;
        }
        
        .item_floor_plan{
            height: 535px;
        }
        
        .title_item_floor_plan{
            padding: 7px 15px;
        }
        
        .first_item_infrastructure h2 {
            font-size: 33px;
            padding: 10px 0 21px;
            
        }
        
        
        .first_item_infrastructure{
            width: 100%;
            height: 280px;
            padding: 5px 15px 15px 15px;
            border-radius: 6px 6px 35% 6px;
            background: #c39e64;
            color: black;
        }
        
        .description_tii{
            width: 95%;
        }
        
        .form_bottom_btn input{
            width: 300px;
            margin-right: 10px;
        }
        
        .btn_tabs_form{
            width: 300px;
        }
    
        .item_banks_ctp{
            width: 197px;
            margin-bottom: 25px;
        }
    
        .text_fii {
            font-size: 15px;
            line-height: 1.8;
        }
        
        .description_tii{
            font-size: 15px;
        }
        
        .title_tii{
            font-size: 20px;
        }
        .left_content_box_consultation {
            width: 620px;
        }
        
        .three_plansh{
            margin-right: 15px;
        }
        
        .two_plansh{
            margin-right: 0;
        }
        
        .plansh_none{
            display: none;
        }
        .button_only_plansh{
            display: block;
            padding: 10px 18px;
            background: #333;
            cursor: pointer;
            text-align: center;
            width: 260px;
            margin-top: 15px;
            color: white;
            border-radius: 6px;
            box-shadow: 0 1px 8px 0 rgba(0,0,0,0.5);
        }
        
            .b-titr__checkbox{
                width: 250px;
            }
        .tabs_poc{
            display: none;
        }
        
        
        
        .item_ctp{
            display: block;
            margin-bottom: 0;
            
            padding-top: 15px;
        }
        .only_mobile{
            display: block;
        }
        .only_desktp{
            display: none;
        }
    }

        @media (max-width: 800px){
            
            .video_block{
                display: none;
            }
            
            .mobile_fon_block{
                display: block;
                position: absolute;
                min-width: 100%;
                min-height: 100%;
                width: auto;
                height: auto;
                z-index: -100;
                background: url(/template/img/prev.jpg) no-repeat;
                background-size: cover;
                transition: 1s opacity;
            }

            .header_content{
                width: calc(100% - 30px);
            }
            .preview_content{
                width:  620px;
            }
            
            .floor_plans{
                height: 660px;
            }
        
            .floor_plans_content{
                width: 561px;
                
            }
            
            .quiz_content{
                height: 430px;
            }
            
            .photo_item_floor_plan{
                height: 315px;
            }
            
            .price_item_floor_plan, .square_item_floor_plan, .price_square_item_floor_plan{
                width: 100%;
                font-size: 15px;
            }
            
            .quiz_content{
                width:  calc(100% - 30px);
            }
            
            .infrastructure_content{
                width:  620px;
            }
            
            .consultetion_content{
                width:  620px;
            }
        
            .gallary_content{
                width:  620px;
            }
            
            .payment_options_content{
                width:  620px;
                padding-bottom: 5px;
            }
            
            
            .footer_content{
                width:  calc(100% - 30px);
            }
            .left_content_box_quiz{
                width: 620px;
                float: none;
                margin: 0px auto;
            }
            .right_photo_box_quiz {
                display: none;
            }
        
            .items_infrastructure {
                width: calc(50% - 20px);
                margin: 14px 20px 0 0;
            }
            
            .floor_plans_box{
                height: 530px;
            }
            
            .item_floor_plan{
                height:490px;
            }
            
            .title_item_floor_plan{
                padding: 7px 15px;
            }
            
            .first_item_infrastructure h2 {
                font-size: 30px;
                padding: 10px 0 10px;
            }
            
            .description_tii{
                width: 95%;
            }
            
            .form_bottom_btn input{
                width: 280px;
                margin-right: 10px;
            }
            
            .btn_tabs_form{
                width: 280px;
            }
        
            .item_banks_ctp{
                width: 280px;
                margin-bottom: 25px;
            }
        
            .text_fii {
                font-size: 15px;
                line-height: 1.8;
            }
            
            .description_tii{
                font-size: 15px;
            }
            
            .title_tii{
                font-size: 20px;
            }
            .left_content_box_consultation {
                width: 620px;
            }
            
            .three_plansh{
                margin-right: 15px;
            }
            
            .two_plansh{
                margin-right: 0;
            }
            
            .plansh_none{
                display: none;
            }
            .button_only_plansh{
                display: block;
                padding: 10px 18px;
                background: #333;
                cursor: pointer;
                text-align: center;
                width: 260px;
                margin-top: 15px;
                color: white;
                border-radius: 6px;
                box-shadow: 0 1px 8px 0 rgba(0,0,0,0.5);
            }
            
            .tabs_poc{
                display: none;
            }
            
            
            .content_box_pc{
                padding: 25px 50px 25px 50px;
            }
            
            .map{
                width: 620px;
                margin: 0px auto ;
                background: #c39e64;
                padding-bottom: 30px;
                padding-top: 10px;
            }
            
            .b-titr__checkbox{
                width: 250px;
            }
            
            .item_ctp{
                display: block;
                margin-bottom: 10px;
            }
        }
        
            @media (max-width: 649px){
                
                video{
                    display: none;
                }
                
                .header_popap_menu{
                    width: 100%;
                    padding: 0 15px;
                    background: #c39e64;
                }
                .popup_fade_menu{
                    display: none ;
                    position: absolute;
                    width: 100%;
                    top: -0px;
                    z-index: 99999;
                    overflow: hidden;
                    height: auto;
                    min-height: 110%;
                    background: white;
                }
                .items_menu_block a{
                    text-decoration: none;
                    color: black;
                }
                
                .items_menu_block{
                    padding: 0 15px;
                }
                    
                .phone_header{
                    margin-right: 50px;
                }
                .phone_header_menu1 {
                    text-align: left;
                    margin: 15px 0 10px;
                    display: inline-block;
                    padding: 5px 5px 5px 0;
                    font-size: 18px;
                    border-bottom: 1px solid #f1f1f1;
                    font-weight: 600;
                }
                
                .menu_obile_block_header {
                    width:44px;
                    text-align: center;
                    position: absolute;
                    top: 12px;
                    right: 15px;
                    display: block;
                    height: 28px;
                }
                
                .item_menu_hblock{
                    padding: 10px 0;
                    border-bottom: 1px solid #f1f1f1;
                }
                .name_item_mmbmc_2224{
                    float: left;
                    margin-top: 1px;
                    font-size: 16px;
                    height: 20px;
                }
                .icon_item_mmbmc_2224 {
                    float: right;
                    width: 25px;
                    height: 25px;
                    background: url(/template/img/settings/next_href.png)no-repeat center;
                    background-size: 100% auto;
                }
                .left_content_box_consultation{
                    width: 500px;
                }
                .left_content_box_consultation h2{
                    width: 100%;
                }
                .header_content{
                    width: calc(100% - 30px);
                }
                
                .menu_header{
                    display: none;
                }
                
                .button_header{
                    display: none;
                }
                
                .mobile_fon_block{
                    display: block;
                    position: absolute;
                    min-width: 100%;
                    min-height: 100%;
                    width: auto;
                    height: auto;
                    z-index: -100;
                    background: url('/template/img/prev.jpg') no-repeat;
                    background-size: cover;
                    transition: 1s opacity;
                }
                
                .preview_content{
                    width:  500px;
                }
                
                .floor_plans{
                    height: 660px;
                }
            
                .floor_plans_content{
                    width: 520px;
                    
                }
                
                .quiz_content{
                    height: 430px;
                }
                
                .photo_item_floor_plan{
                    height: 345px;
                }
                
                .price_item_floor_plan, .square_item_floor_plan, .price_square_item_floor_plan{
                    width: 100%;
                    font-size: 15px;
                }
                
                .quiz_content{
                    width:  calc(100% - 30px);
                }
                
                .infrastructure_content{
                    width:  500px;
                }
                
                .consultetion_content{
                    width:  500px;
                }
            
                .gallary_content{
                    width:  500px;
                }
                
                .payment_options_content{
                    width:  500px;
                    padding-bottom: 5px;
                }
                
                
                .footer_content{
                    width:  calc(100% - 30px);
                }
                .left_content_box_quiz{
                    width: 500px;
                    float: none;
                    margin: 0px auto;
                }
                .right_photo_box_quiz {
                    display: none;
                }
            
                .items_infrastructure {
                    width: calc(50% - 20px);
                    margin: 14px 20px 0 0;
                }
                
                .floor_plans_box{
                    height: 530px;
                }
                
                .item_floor_plan{
                    height:490px;
                }
                
                .title_item_floor_plan{
                    padding: 7px 15px;
                }
                
                .first_item_infrastructure h2 {
                    font-size: 24px;
                    padding: 10px 0 10px;
                }
                
                .description_tii{
                    width: 95%;
                }
                
                .form_bottom_btn input{
                    width: 220px;
                    margin-right: 10px;
                }
                .item_footer_tmf {
                    float: none;
                    text-align: center!important;
                    padding: 10px 0;
                    width: 100%;
                }
                .prev{
                    left: 0px;
                    
                }
                
                .next{
                    right: 0px
                }
                
                .b-titr__checkbox{
                    width: 230px;
                }
                
                .btn_tabs_form{
                    width: 220px;
                }
            
                .item_banks_ctp{
                    width: 222px;
                    margin-bottom: 25px;
                }
            
                .text_fii {
                    font-size: 14px;
                    line-height: 2;
                }
                
                .description_tii{
                    font-size: 15px;
                }
                
                .title_tii{
                    font-size: 20px;
                }
                
                .three_plansh{
                    margin-right: 15px;
                }
                
                .two_plansh{
                    margin-right: 0;
                }
                
                .plansh_none{
                    display: none;
                }
                .button_only_plansh{
                    display: block;
                    padding: 10px 18px;
                    background: #333;
                    cursor: pointer;
                    text-align: center;
                    width: 260px;
                    margin-top: 15px;
                    color: white;
                    border-radius: 6px;
                    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.5);
                }
                
                .tabs_poc{
                    display: none;
                }
                
                .map{
                    width:500px
                }
                .form_box_cbpc input {
                    border: 1px solid silver;
                    background: white;
                    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.1);
                    border-radius: 6PX;
                    padding: 13px 10px;
                    font-size: 16px;
                    float: left;
                    width: 340px;
                    margin: 0px;
                    display: inline-block;
                }
                
                .btn_form_box_cbpc {
                    display: inline-block;
                    margin-left: 0;
                    margin-top: 15px;
                    border-radius: 6px;
                    box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.2);
                    color: white;
                    text-align: center;
                    float: left;
                    font-size: 16px;
                    padding: 12px 10px;
                    width: 340px;
                }
                
                .content_box_pc{
                    padding: 25px 50px 25px 50px;
                }
                
                .left_content_box_quiz h2{
                    height: 100px;
                }
                
                .floor_plans_content h2{
                    font-size: 28px;
                    padding-left: 20px;
                }
                
                .title_ctp{
                    font-size: 28px;
                }
                .item_ctp{
                    display: block;
                    margin-bottom: 10px;
                }
            }


                @media (max-width: 549px){
                
                    video{
                        display: none;
                    }
                    
                    .left_content_box_consultation{
                        width: 100%;
                    }
                    .left_content_box_consultation h2{
                        font-size: 28px;
                        width: 100%;
                    }
                    
                    .text_lcbcc{
                        width: 100%;
                        display: block;
                        font-size: 16px;
                        line-height: 1.9;
                    }
                    .gallary_content h2 {
                        padding: 10px 0 15px;
                        font-size: 28px;
                        width: calc(100% - 30px);
                        margin: 0px auto;
                        font-weight: 600;
                    }
                    .header_content{
                        width: calc(100% - 30px);
                    }
                    
                    .menu_header{
                        display: none;
                    }
                    
                    .button_header{
                        display: none;
                    }
                    
                    .quiz_form_box .inputs_blocks input{
                        width: 100%;
                    }
                    .mobile_fon_block{
                        display: block;
                        position: absolute;
                        min-width: 100%;
                        min-height: 100%;
                        width: auto;
                        height: auto;
                        z-index: -100;
                        background: url('/template/img/prev.jpg') no-repeat;
                        background-size: cover;
                        transition: 1s opacity;
                    }
                    
                    .preview_content{
                        width:100%;
                    }
                    
                    .floor_plans{
                        height: 660px;
                    }
                
                    .floor_plans_content{
                        width: calc(100% - 30px);
                        
                    }
                    
                    .quiz_content{
                        height: 430px;
                    }
                    
                    .photo_item_floor_plan{
                        height: 345px;
                    }
                    
                    .price_item_floor_plan, .square_item_floor_plan, .price_square_item_floor_plan{
                        width: 100%;
                        font-size: 15px;
                    }
                    
                    .quiz_content{
                        width:  calc(100% - 30px);
                    }
                    
                    .infrastructure_content{
                        width:  calc(100% - 30px);
                    }
                    
                    .consultetion_content{
                        width:  calc(100% - 30px);
                    }
                
                    .gallary_content{
                        width: 100%;
                    }
                    
                    .payment_options_content{
                        width:  calc(100% - 30px);
                        padding-bottom: 5px;
                    }
                    
                    
                    .footer_content{
                        width:  calc(100% - 30px);
                    }
                    .left_content_box_quiz{
                        width: calc(100% - 30px);
                        float: none;
                        margin: 0px auto;
                    }
                    
                    .text_lcbq{
                        width: 100%;
                    }
                    
                    .right_photo_box_quiz {
                        display: none;
                    }
                
                    .items_infrastructure {
                        width: 100%;
                        margin: 14px 0px 0 0;
                    }
                    
                    .floor_plans_box{
                        height: 500px;
                    }
                    
                    .item_floor_plan{
                        height:490px;
                    }
                    
                    .title_item_floor_plan{
                        padding: 7px 15px;
                        width: 100%;
                    }
                    
                    .first_item_infrastructure h2 {
                        font-size: 24px;
                        padding: 10px 0 10px;
                    }
                    
                    .description_tii{
                        width: 95%;
                    }
                    
                    .form_bottom_btn input {
                        width: 100%;
                        padding: 14px 10px;
                        margin-right: 10px;
                    }
                    .item_footer_tmf {
                        float: none;
                        text-align: center!important;
                        padding: 10px 0;
                        width: 100%;
                    }
                    .prev{
                        left: -15px;
                        
                    }
                    
                    .next{
                        right: -15px
                    }
                    
                    .b-titr__checkbox{
                        width: 230px;
                        margin: 5px 0;
                    }
                    .btn_lcbq{
                        padding: 10px 19px;
                        text-align: center;
                    }
                    .btn_tabs_form{
                        width: 100%;
                        padding: 14px 0;
                    }
                
                    .item_banks_ctp{
                        width: 100%;
                        height: 140px;
                        margin-bottom: 25px;
                    }
                    
                
                    .text_fii {
                        font-size: 4.5vw;
                        line-height: 2;
                    }
                    .first_item_infrastructure{
                        border-radius: 6px;
                    }
                    
                    .text_cbpc {
                        font-size: 5vw;
                        font-weight: 400;
                        line-height: 1.3;
                        width: 80%;
                    }
                    
                    .mini_h1_cbpc{
                        font-size: 5vw;
                        font-weight: 600;
                    }

                    
                    .description_tii{
                        font-size: 15px;
                    }
                    
                    .title_tii{
                        font-size: 20px;
                    }
                    
                    .three_plansh{
                        margin-right: 15px;
                    }
                    
                    .two_plansh{
                        margin-right: 0;
                    }
                    
                    .plansh_none{
                        display: none;
                    }
                    .button_only_plansh{
                        display: block;
                        padding: 10px 18px;
                        background: #333;
                        cursor: pointer;
                        text-align: center;
                        width: 260px;
                        margin-top: 15px;
                        color: white;
                        border-radius: 6px;
                        box-shadow: 0 1px 8px 0 rgba(0,0,0,0.5);
                    }
                    
                    .tabs_poc{
                        display: none;
                    }
                    
                    .checkboxes{
                        height: 226px;
                    }

                    .map{
                        width:calc(100% - 30px);
                    }
                    .form_box_cbpc input {
                        border: 1px solid silver;
                        background: white;
                        box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.1);
                        border-radius: 6PX;
                        padding: 13px 10px;
                        font-size: 16px;
                        float: left;
                        width: 340px;
                        margin: 0px;
                        display: inline-block;
                    }
                    
                    .btn_form_box_cbpc {
                        display: inline-block;
                        margin-left: 0;
                        margin-top: 15px;
                        border-radius: 6px;
                        box-shadow: 0 1px 5px 0 rgba(0,0,0, 0.2);
                        color: white;
                        text-align: center;
                        float: left;
                        font-size: 16px;
                        padding: 12px 10px;
                        width: 340px;
                    }
                    
                    .text_lcbq{
                        font-size: 16px;
                    }
                    
                    .content_box_pc{
                        padding: 20px;
                        
                    }
                    
                    .preview_content{
                        background: rgba(255,255,255, 0.90);
                    }
                    
                    .content_box_pc{
                        background: rgba(255,255,255, 0.00000000090);
                    }
                    
                    .left_content_box_quiz h2{
                        height: 100px;
                        font-size: 24px;
                    }
                    
                    .floor_plans_content h2{
                        font-size: 6vw;
                        text-align: center;
                        padding-left: 0px;
                    }
                    .items_infrastructure {
                        width: 100%;
                        margin: 20px 0 0;
                        float: left;
                        border: 1px solid #f1f1f1;
                        border-radius: 6px;
                        height: 320px;
                        background: #fafafa;
                    }
                    
                    .first_backgr{
                        background: 0;
                        border: 0px solid #1ea4c2;
                        height: auto;
                    }
                    
                    .title_ctp{
                        font-size: 28px;
                    }
                    .item_ctp{
                        display: block;
                        margin-bottom: 10px;
                    }
                    .floor_plans_box{
                        padding: 0;
                    }
                    .vnesh_item_box_slid{
                        padding: 0px 0 0 0;
                    }
                    .content_box_pc h1{
                        font-size: 10vw;
                        font-weight: 900;
                        padding: 10px 0;
                        line-height: 11vw;
                    }

                    .photo_tbctp{
                        width: 100%;
                        height: 110px;
                        
                    }
                    .phone_header{
                        display: none;
                    }
                    
                }
                    @media (max-width: 385px){
                        
                        .form_box_cbpc input{
                            width: 100%;
                        }
                        
                        .popup{
                            width: 320px;
                            margin-left: -160px;
                        }
                        
                        .btn_form_box_cbpc{
                            width: 100%;
                        }
                        
                    }
                    
                    
                    
                    
                    
                    
.btn_msg{
    cursor:pointer;
}             
.true_msg_btn{
    pointer-events:none;
    opacity: 0.7;
}                
.save_complete{
	position: fixed;
	bottom: -80px;
	right: 20px;
	color: white;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	width: 260px;
	height: 50px;
	background-color: #c39e64;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	opacity: 0;
}
   
      
                    
.error_input{
    border: 1px solid red!important;
}