@import url(fonts.css);
*,
*:after,
*:before{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.img_loader{
	z-index: 5;
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	top:-1px;
	left:-1px;
}
.img_loader img{
	position: absolute;
	top:0;
	left: 0;
}
.page{
	display:none;
}
.page.display{
	display: block;
}

body, html{
	height:100%;
	font: 14px/1.4em Arial, sans-serif;
	max-width:100vw;
}
body{
	width:100%;
	background:#461620;
	font:30px/1.5em 'Geometria', Arial;
	font-weight:300;
	color:#fff;
	max-width:100vw;
	overflow-x:hidden;
	overflow-y: scroll;
}
.nowrap{
	word-wrap: normal;
}
#loader{
	background:#461620;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:10;
	transition: opacity .8s ease;
}
#loader.view{
	opacity:0;
}
#loader.hidden{
	left:-200vw;
}
.top_block{
	margin-top:111px;
}
.parallax_bg{
	background-image: url(../img/point_bg.png), url(../img/promo_bg.jpg);
	background-repeat: repeat-x, no-repeat;
	background-size: auto, 100% auto;
	background-position: left top, center 0;
}
.paralax_plock{
	background-attachment: scroll !important;
}
h1{
	font-size:200%;
	line-height:1.1em;
}
h2{
	font-size:200%;
	font-weight:200;
	color:#957948;
	line-height:1.1em;
	margin-bottom:.8em;
}
a{
	color: #957948;
}
a.btn{
	display:inline-block;
	min-width:400px;
	padding:13px;
	padding-bottom:10px;
	border: 1px solid #957948;
	text-align:center;
	text-decoration:none;
	margin: 0 auto;
	transition: all .4s ease
}
.windows a.btn{
	padding:13px;
}
a.btn:hover{
	color:#461620;
	background:#957948;
	transform: scale(1.2);
}
p{
	margin-bottom: .8em;
}
p.alt{
	font-family: "Times New Roman", serif;
	color:#957948;
}
.block{
	perspective: 100vw;
	-webkit-perspective: 100vw;
	-moz-perspective: 100vw;
	-ms-perspective: 100vw;
	position:relative;
	max-width:100vw;
}

.content{
	padding-top:.1px;
	position:relative;
	width:84%;
	max-width: 1587px;
	margin:0 auto;
	height:100%;
}

.slider{
	position:relative;
	width:300px;
	margin-bottom:71px;
}
.slider .stage{
	overflow:hidden;
	box-shadow: 0 0 35px rgba(0,0,0,.34);
}
.slider ul{
	width:100%;
	font-size:0;
	line-height:0;
	white-space:nowrap;
}
.slider ul li{
	width:100%;
	display:inline-block;
}
.slider ul li img{
	width:100%;
}
.slider .btn_block{
	position:absolute;
	right: -69px;
	width:140px;
	height:69px;
	font-size:0;
	border: 1px solid #957948;
	overflow:hidden;
}
.slider .btn_block > div{
	cursor:pointer;
	display:inline-block;
	background: url(../img/slider_btn.png);
	width:69px;
	height:69px;
	transition: background .4s ease;
}
.slider .tape {
	position:relative;
	transition:margin.5s ease;
}
.slider .btn_block > div.right_btn{
	background-position: -69px 0;
	box-shadow: inset 1px 0 0 0 #957948;
}
.slider .btn_block > div:hover{
	/* background-position: 0 -69px; */
	background-color: #957948;
}
.slider .btn_block > div.right_btn:hover{
	/* background-position: -69px -69px; */
	background-color: #957948;
}

.coll_list{
	font-size:0;
}
.coll_list .coll{
	vertical-align:top;
	font-size:30px;
	display:inline-block;
	width:50%;
	padding:70px;
	padding-left:0;
}
.coll_list .coll p{
	position:relative;
	width:100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
input[type="submit"],
buttton{
	font:30px/1em 'Geometria', Arial;
	font-size: 30px;
	border:1px solid #957948;
	width:800px;
	padding:18px 28px;
	padding-bottom:12px;
	margin:0 auto;
	display:block;
	margin-top:-1px;
	outline:none;
	background:#fff;
}

.windows input[type="submit"]{
	padding:18px 28px;
}

textarea{
	margin-top:3px;
	resize: vertical;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="submit"]{
	font-weight:300;
	color:#957948;
}
input[type="submit"]{
	margin-top:10px;
	transition: background .5s ease, color .5s ease;
}
input[type="submit"]:hover{
	background:#957948;
	color:#fff;
	cursor:pointer;
}
.contact_info{
	
}









#too_nav{
	top:0;
	width:100%;
	position:fixed;
	background:#fff;
	z-index:20;
	transition: all .3s ease-out;
}
#too_nav .content{
	width:100%;
	max-width:none;
	height:111px;
}
#too_nav .logo{
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:164px;
	background:url(../img/logo.jpg) no-repeat #957948;
	background-size: auto 100%;
	background-position: center center;
}
#too_nav.alt{
	box-shadow: inset 0 111px #461620;
}
#too_nav ul{
	list-style:none;
	display:block;
	height:100%;
	font-size:0;
	width:80%;
	margin: 0 auto;
}
#too_nav li{
	display: inline-block;
	height:100%;
	width:33.33%;
}
#too_nav li a{
	display: block;
	height:100%;
	font-size:27px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:500;
	line-height:116px;
	text-align:center;
}
#too_nav li a span,
.menu-listItem span{
	padding:12px 16px;
	padding-top:17px;
	position:relative;
}
.menu-listItem span{
	line-height: 1em;
	height: auto;
}
.menu-listItem span a{
	font-weight:500;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 1em;
}

.windows #too_nav li a span,
.windows .menu-listItem span{
	padding-top:12px;
}
#too_nav li a span:after,
.menu-listItem span:after{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	content:'';
	display:block;
	height:100%;
	border:1px solid #957948;
	transition: all .5s ease;
	border-top-width: 0px;
	width: 0;
	height: 0;
	border-left-width: 0px;
	border-right-width: 0px;
}
#too_nav li a:hover span:after,
.menu-listItem:hover span:after{
	height:0;
	width:100%;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}
#too_nav li a.active span:after,
.menu-listItem.active span:after{
	transition: none;
	-webkit-animation: link .5s ease;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	height:100%;
	width:100%;
}
@-webkit-keyframes link{
	0%{
		border-top-width: 1px;
		height:0;
		width:100%;
	}
	100%{
		border-top-width: 1px;
		height:100%;
		width:100%;
	}
}
#too_nav .set_lang{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:164px;
	text-align:center;
	font-size:24px;
	line-height:116px;
	color:#fff;
	text-shadow: 0 0 1px #957948, 0 0 1px #957948, 0 0 1px #957948, 0 0 1px #957948, 0 0 1px #957948;
	text-decoration:none;
	transition: all .5s ease;
}
#too_nav .set_lang:hover{
	color:#957948;
}
.alt_content{
	background:#957948;
	color:#fff;
}
.alt_content .placeholder{
	padding: 58px 130px;
}



#promo{
	min-height:1700px;
	padding-bottom:4%;
}
#promo h1{
	margin: 170px 0;
	padding-bottom:1em;
}
.about_house{
	position:relative;
	width:61%;
	margin: 0 auto;
}
.about_house .autor{
	top:0;
	margin-top: -5%;
	right:95%;
	position:absolute;
	width:37%;
}
#about_name .content{
	padding-bottom: 16%;
	min-height:1500px;
}
#about_name .slider{
	position:absolute;
	width:55%;
	margin-left:-15%;
}
#about_name .slider:last-child{
	bottom:0;
	margin-left:35%;
	width:70%;
}
#about_name .slider:last-child .btn_block{
	overflow: hidden;
	bottom:0;
	left: -142px;
}
#about_name .content_block{
	width:55%;
	margin-left:45%;
}

#about_name .content_block p{
	padding-left:13%;
}

#about_name .img{
	width:25%;
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
}
#btn_block{
	text-align:center;
	padding-bottom:50px;
}



#promo_2{
	height:710px;
	background:url(../img/promo_bg_2.jpg) #5d5646;
	background-size:cover;
	background-position: center 0;
}
#promo_2 h1{
	margin-top:100px;
}







#footer{
	border-top:1px solid #fff;
	padding:6px 50px;
	height:58px;
}
#footer.alt{
	border: none;
}
#footer .content{
	width:100%;
	max-width:none;
}
#footer .content .cbre{
	position:relative;
	margin-bottom:-3px;
}
#footer .content a{
	font-size:12px;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
}
#about_project{
	
}
#about_project .alt_content{
	z-index:1;
	width:40%;
	position:relative;
	margin-top:-370px;
}
#about_project .alt_content .placeholder{
	padding:72px;
}
#about_project .slider{
	position: absolute !important;
	width: 100%;
}
#about_project .slider .stage{
	box-shadow:none;
}

#about_project table{
	width: 70%;
	position:absolute;
	left:70%;
	top:-150px;
	border-collapse: collapse;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
}
#about_project table td{
	position:relative;
	width:30%;
	width:30%;
	border: 1px solid #957948;
}
#about_project table tr:last-child td{
	height:1600px;
}
#about_project table tr:nth-child(3) td{
	border-bottom:1px solid #461620 !important;
}
#about_project table td:after{
	content:'';
	margin-top:100%;
	display:block;
}



#about_project table td > div{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position:absolute;
	width:60%;
	height:60%;
	margin: auto;
	background-size: 100% 100%;
	top:0; left:0; right:0; bottom:0;
	font-size:28px;
	font-weight:400;
	line-height:1.2em;
	text-align:center;
}

#about_office{
	margin-top:260px;
}
#about_office .content{
	padding-bottom:100px;
}
#about_office .content > p{
	width: 50%;
}
#about_office .office_block{
	position:absolute;
	right:-10%;
	width:50%;
	bottom:0;
}
#about_office .office_block img{
	display:block;
	width:100%;
}
#about_office .office_block .alt_content{
	position:absolute;
	width:60%;
	padding: 35px 48px;
	margin-left:10%;
	margin-top: -100px;
}
#form{
	height:100vh;
	height: calc(100vh - 168px);
	color:#957948;
	background:#fff;
}
#form .form_img{
	position:absolute;
	width: 40%;
	height:100%;
	background-image: url(../img/point_bg_img.png), url(../img/form_img.jpg);
	background-size: auto, cover;
	background-position: left top, center bottom;
}
#form .content{
	width:60%;
	position:relative;
	margin-left:40%;
	right:0;
	padding-top:10vh;
	padding-bottom:140px;
}
.contact_info{
	width:100%;
	margin:80px auto;
	margin-bottom:0;
	text-align:center;
}



#floors{
	padding-top: 30vw;
	margin-bottom:-100px;
	position:relative;
}
#floors .floors_list{
	position:absolute;
	bottom:0px;
	z-index: 2;
}
#floors .floors_list li{
	list-style: none;
	background:#461620;
	height:53px;
	width:131px;
	text-align:center;
	border: 4px solid #957948;
	line-height:52px;
	position:relative;
	margin-top:-4px;
	transition: width.5s ease-in;
	cursor: pointer;
}
#floors .floors_list li:hover,
#floors .floors_list li:active{
	transition: width .04s ease-in;
	width:210px;
}
#floors .floors_footer{
	background: url(../img/line_bg.png);
	height:200px;
	position:absolute;
	bottom:0;
	width:100%;
	border: 1px solid #957948;
	border-left:0;
	border-right:0;
}
#floors .content{
	height:1000px;
}
#floors  p{
	margin-left:100px;
	margin-top: 270px;
	width:45%;
}

.plans_list{
	position: absolute;
	right: -5vw !important;
	bottom: -2vw;
	width: 35vw;
	display:block;
	height:35vw;
	vertical-align: top;
	transition: margin .25s linear;
}
.plans_list li{
	background-repeat: no-repeat;
	background-size: 200% auto;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: margin .35s linear, opacity .35s linear;
}
.plans_list li.shadow{
	background-position: 100% 0; */
}
.plans_list li.hidden{
	margin-left: -100px;
	margin-top: -200px;
	opacity: 0 !important;
	/* transform: scale(1.5); */
	transition: margin .5s linear, opacity .5s linear;
}
.plans_list li.hidden_down{
	opacity: 0 !important;
}

.plan_info{
	font-size: 80%;
	position: absolute;
	left: 15%;
	bottom: 240px;
}

.plan_info > div{
	position: relative;
	margin-bottom: 10px;
}
.plan_info div > div{
	position: relative;
	margin-right: 10px;
	margin-bottom: -4px;
	display: inline-block;
	width: 27px;
	height: 27px;
	border:2px solid #fff;
	border-radius: 20px;

}

#office_size{

}






#office_i > div{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	background-repeat:  no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transition: all 1s linear;
}


#office_i .of_1{
	background-image: url(../img/table_icon_4a.png);
	width: 44.4%; height: 38.6%;
	bottom: -20%; left: -20%;
}
#office_i .of_2{
	background-image: url(../img/table_icon_4b.png);
	width: 65.4%; height: 68.3%;
	top:-20%; left: -20%;
}
#office_i .of_3{
	background-image: url(../img/table_icon_4c.png);
	width: 40%; height: 70.9%;
	top: -20%; right: -20%;
}
#office_i .of_4{
	background-image: url(../img/table_icon_4d.png);
	width: 63.6%; height: 37.5%;
	right: -20%; bottom: -20%;
}

#office_i.anim_office .of_1{
	bottom: 0; left: 0;
	opacity: 1;
}
#office_i.anim_office .of_2{
	top:0; left: 0;
	opacity: 1;
}
#office_i.anim_office .of_3{
	top: 0; right: 0;
	opacity: 1;
}
#office_i.anim_office .of_4{
	right: 0; bottom: 0;
	opacity: 1;
}
#office_i span{
	opacity: 0;
}
#office_i.anim_office span{
	-webkit-animation: opacity_view .8s linear forwards;
	-webkit-animation-delay: 1.5s;
}
#stick div{
	height:73%;
	width:8px;
	background:#957948;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index: -1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display: none;
}
#stick span{
	opacity: 0;
}

#stick div:before,
#stick div:after{
	top:-23px;
	margin-left: -6px;
	position: absolute;
	content:'';
	display: block;
	height:20px;
	width: 20px;
	border-radius: 20px;
	background: #957948;
	box-shadow: inset 0 0 0 3px #957948, inset 0 0 0 5px #461620;
	display: none;
}
#stick div:after{
	top: auto;
	bottom: -22px;
}
#stick.anim_stick > div{
	display: block;
	-webkit-animation: anim_stick 1.5s linear;
}
#stick.anim_stick > span{
	-webkit-animation: opacity_view .8s linear forwards;
	-webkit-animation-delay: 2s;
}
#stick.anim_stick div:before,
#stick.anim_stick div:after{
	display: block;
	transform: scale(0);
}

#stick.anim_stick div:before{
	-webkit-animation: anim_stick_circle .5s linear forwards;
	-webkit-animation-delay: 0s;	
}
#stick.anim_stick div:after{
	-webkit-animation: anim_stick_circle .5s linear forwards;
	-webkit-animation-delay: 1.5s;
}
@-webkit-keyframes anim_stick{
	0%{
		box-shadow: inset 0 -200px 0 #461620;
	}
	100%{
		box-shadow: inset 0 0 0 #461620;
	}
}
@-webkit-keyframes anim_stick_circle{
	0%{
		transform: scale(0);
	}
	94%{
		transform: scale(1.3);
	}
	100%{
		transform: scale(1);
	}
}
@-webkit-keyframes opacity_view{
	0%{
		opacity:0;
	}
	100%{
		opacity: 1;
	}
}




#glasses div{
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/table_icon_5.png);
	background-size:  100% 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: -1;
	width: 0;
	margin-right: 100%;
}
#glasses span{
	opacity: 0;
}
#glasses.anim_glasses span{
	-webkit-animation: opacity_view .8s linear forwards;
	-webkit-animation-delay: 3.5s;
}
#glasses.anim_glasses div{
	-webkit-animation: anim_glasses 3s steps(6) forwards;
}

@-webkit-keyframes anim_glasses{
	0%{
		width: 0;
		margin-right: 100%;
	}
	100%{
		width: 100%;
		margin-right: 0;
	}
}


#block > div{
	background-repeat: no-repeat;
	background-size:  100% 100%;
	position: absolute;
	top:0; left: 0;
	opacity: 0;
	transition: all .6s linear;
}

#block .b1{
	background-image: url(../img/table_icon_2a.png);
	width: 55.4%; height: 68%;
	left: -30%;
}
#block .b2{
	background-image: url(../img/table_icon_2b.png);
	width: 40%; height: 75.6%;
	left: auto; right: -30%;
}
#block .b3{
	background-image: url(../img/table_icon_2c.png);
	width: 100%; height: 27.2%;
	top:auto; bottom: -35%;
}


#block.anim_block .b1{
	top: 0; left: 0;
	opacity: 1;
}
#block.anim_block .b2{
	top: 0; right: 0;
	opacity: 1;
}
#block.anim_block .b3{
	top:auto; bottom: 0%;
	opacity: 1;
}

#block span{
	opacity: 0;
}
#block.anim_block span{
	-webkit-animation: opacity_view .8s linear forwards;
	-webkit-animation-delay: 1s;
}


@media only screen and (min-width: 0px) and (max-width: 1440px){
body,
.coll_list .coll,
#too_nav li a,
#too_nav .set_lang{
	font-size:20px;
}
#about_project table {
	left:95%;
}
#about_project table div {
	font-size:16px !important;
}
.about_house{
	width:70%;
}
.about_house .placeholder{
	padding: 40px 60px;
}
#too_nav ul{
	width:50%;
}
#about_name .content{
	min-height: 1000px;
}
#promo{
	min-height:1200px;
}
#about_project .placeholder{
	padding:40px !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
input[type="submit"],
buttton{
	width:70%;
	font-size:18px !important;
}
#footer{
	height:40px;
}
#form{
	height:100vh;
	height: calc(100vh - 148px);
}

#promo h1{
	margin: 90px 0;
}
#promo_2 {
	height: 650px;
}
.contact_info{
	margin: 20px auto !important;
}
.floors_list li{
	line-height: 36px !important;
	height: 40px !important;
}

.plans_list{
	right: -3vw !important;
}
#too_nav .content{
	height: 80px !important;
}
.top_block{
	margin-top:80px !important;
}
#too_nav li a,
.set_lang {
	line-height: 85px !important; 
}
#form{
	height: calc(100vh - 120px) !important;
}
#block{
	padding-top: 21% !important;
}
#allSize{
	padding-top: 18% !important;
}
#office_i{
	padding-top: 18% !important;
}
#glasses{
	padding-top: 28% !important;
}
#stick{
	padding-top: 5% !important;
}
#f_8{
	padding-top: 27% !important;
}
#parking_size{
	padding-top: 26% !important
}
}