/*BEGIN FONTS*/
@font-face {
	font-family: 'GothaProReg';
	src: url('../fonts/GothaProReg.eot');
	src: local('☺'), url('../fonts/GothaProReg.woff') format('woff'),
	url('../fonts/GothaProReg.ttf') format('truetype'), 
	url('../fonts/GothaProReg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothaProBla';
	src: url('../fonts/GothaProBla.eot');
	src: local('☺'), url('../fonts/GothaProBla.woff') format('woff'), 
	url('../fonts/GothaProBla.ttf') format('truetype'), 
	url('../fonts/GothaProBla.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothaProLig';
	src: url('../fonts/GothaProLig.eot');
	src: local('☺'), url('../fonts/GothaProLig.woff') format('woff'), 
	url('../fonts/GothaProLig.ttf') format('truetype'), 
	url('../fonts/GothaProLig.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GothaProMed';
	src: url('../fonts/GothaProMed.eot');
	src: local('☺'), url('../fonts/GothaProMed.woff') format('woff'),
	url('../fonts/GothaProMed.ttf') format('truetype'), 
	url('../fonts/GothaProMed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'CoreSansA35Light';
	src: url('../fonts/CoreSansA35Light.eot');
	src: local('☺'), url('../fonts/CoreSansA35Light.woff') format('woff'),
	url('../fonts/CoreSansA35Light.ttf') format('truetype'), 
	url('../fonts/CoreSansA35Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CoreSansA35Light-Italic';
	src: url('../fonts/CoreSansA35Light-Italic.eot');
	src: local('☺'), url('../fonts/CoreSansA35Light-Italic.woff') format('woff'),
	url('../fonts/CoreSansA35Light-Italic.ttf') format('truetype'), 
	url('../fonts/CoreSansA35Light-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CoreSansA45Regular';
	src: url('../fonts/CoreSansA45Regular.eot');
	src: local('☺'), url('../fonts/CoreSansA45Regular.woff') format('woff'), 
	url('../fonts/CoreSansA45Regular.ttf') format('truetype'), 
	url('../fonts/CoreSansA45Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CoreSansA65Bold';
	src: url('../fonts/CoreSansA65Bold.eot');
	src: local('☺'), url('../fonts/CoreSansA65Bold.woff') format('woff'),
	url('../fonts/CoreSansA65Bold.ttf') format('truetype'), 
	url('../fonts/CoreSansA65Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*END FONTS*/

/*BEGIN GENERAL SETTINGS*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
p, a, span, td, h1, h2, input, li{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #72ad4b;  background: transparent; }
p::selection      { color: #72ad4b;  background: transparent; }
a::-moz-selection { color: #72ad4b;  background: transparent; }
a::selection      { color: #72ad4b;  background: transparent; }
li::-moz-selection { color: #72ad4b;  background: transparent; }
li::selection      { color: #72ad4b;  background: transparent; }
span::-moz-selection { color: #72ad4b;  background: transparent; }
span::selection      { color: #72ad4b;  background: transparent; }
h1::-moz-selection { color: #72ad4b;  background: transparent; }
h1::selection      { color: #72ad4b;  background: transparent; }
h2::-moz-selection { color: #72ad4b;  background: transparent; }
h2::selection      { color: #72ad4b;  background: transparent; }
td::-moz-selection { color: #72ad4b;  background: transparent; }
td::selection      { color: #72ad4b;  background: transparent; }
input::-moz-selection { color: #72ad4b !important;  background: transparent; }
input::selection      { color: #72ad4b !important;  background: transparent; }

p, h1, h2{
	cursor: default;
}
a{
	text-decoration: none !important;
}
body, html{
	overflow-x: hidden;
}
body, .container{
	font-size: 10px !important;
}
input.field{
	outline: none !important;
	
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.telephones{
	cursor: default;
}

.h2_wrap{
	position: relative;
}
.h2_wrap img{
	position: absolute;
	top: 0;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.h2_wrap h2{
	z-index: 2;
	position: relative;
	font-family: 'GothaProBla';
	font-size: 3.5em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #626262;
	padding-top: 25px;
}
.h2_wrap span{
	color: #64a63c;
}

.loading{
	-webkit-animation-name: rotate;
	-moz-animation-name: rotate;
	animation-name: rotate;
		
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
}
@-webkit-keyframes rotate{
	0% {
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotate{
	0%{
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}
@keyframes rotate{
	0%{
		transform: rotate(0deg); 
	}
	100%{
		transform: rotate(360deg);
	}
}

@media (min-width: 1010px){
	.container{
		width: 991px;
	}
}

@media (max-width: 1009px){
	.container{
		width: 100%;
	}
}

@media (max-width: 991px){
	/*body, html{
		overflow-x: hidden;
	}*/
}

@media (max-width: 767px){
	h2{
		line-height: 1.3em;
	}
	.h2_wrap img{
		display: none;
	}
	.h2_wrap h2{
		font-size: 2.6em;
	}
	.telephones{
		cursor: pointer;
	}
}

.clear{
	clear: both;
}
/*END GENERAL SETTINGS*/

/*BEGIN Modals*/
#preloader{
	z-index: 15;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #e7ebed;
}
#preloader img{
	position: fixed;
    top: 50%;
    left: 50%;
	width: 80px;
	height: 80px;
	
    margin-top: -40px;
	margin-left: -40px;
}

#modal_with_form .modal-dialog{
	width: 100%;
    max-width: 380px;
	margin: calc(50vh - 244px) auto;
}
#modal_with_form .modal-content{
	position: relative;
	width: 100%;
	height: 444px;
	
	text-transform: uppercase;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#form_modal{
	max-width: 280px;
	margin: auto;
}
#form_modal > p:nth-child(1){
	font-family: 'CoreSansA65Bold';
	font-size: 2.78em;
    letter-spacing: 1px;
	margin-top: 45px;
	margin-bottom: 5px;
}
#form_modal > p:nth-child(2){
	font-family: 'CoreSansA65Bold';
	font-size: 1.58em;
	margin-bottom: 30px;
}
#form_modal label{
	width: 100%;
	margin-bottom: 30px;
}
#form_modal label:nth-child(5){
	margin-bottom: 25px;
}
#form_modal .field{
	float: right;
	width: 190px;
	outline: none !important;
	border: none;
	border-bottom: 1px solid #333;
	font-family: 'CoreSansA65Bold';
	font-size: 1.2em;
	letter-spacing: 2px;
}
#form_modal .placeholder_p{
	float: left;
	position: relative;
    top: 1px;
	font-family: 'CoreSansA65Bold';
	font-size: 1.2em;
	letter-spacing: 2px;
}
#form_modal .or_call{
	float: right;
	width: 190px;
}
#form_modal .or_call p{
	font-family: 'CoreSansA45Regular';
	color: #6a6a6a !important;
	font-size: 1.2em;
	text-transform: none !important;
	letter-spacing: 1.4px;
}
#form_modal .or_call p a{
	color: #6a6a6a !important;
}
#form_modal_send{
	clear: both;
	width: 100%;
	margin: 20px 0 25px 0;
	border: none !important;
	outline: none !important;
	background: #64a63c;
	line-height: 52px;
	font-family: 'CoreSansA65Bold';
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4.4px;
	
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#modal_form_close{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: auto;
	cursor: pointer;
}

#thnx{
	text-align: center;
	font-family: 'CoreSansA65Bold';
}
#thnx p:nth-child(1){
	font-size: 2em;
    letter-spacing: 1px;
	margin-top: 180px;
	margin-bottom: 5px;
}
#thnx p:nth-child(2){
	font-size: 1.8em;
	margin-bottom: 30px;
	color: #64a63c;
}

#thnx_msg, #wrong_msg{
	z-index: 11;
	position: fixed;
	top: -180px;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 40px 15px 35px 15px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
}

#wrong_msg{
	z-index: 1051;
}
#thnx_msg.down, #wrong_msg.down{
	top: 0;
}
#thnx_msg p:first-child, #thnx p:first-child, #wrong_msg p:first-child{
	font-family: 'CoreSansA65Bold';
	font-size: 1.8em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}
#thnx_msg p:nth-child(2), #thnx p:nth-child(2), #wrong_msg p:nth-child(2){
	font-family: 'CoreSansA65Bold';
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8ab228;
	margin-top: 15px;
}
#thnx_msg p:first-child{
	font-size: 2.4em;
}
#thnx_msg p:nth-child(2){
	font-size: 2.2em;
}
#wrong_msg p:first-child{
	font-size: 2.4em;
}
#wrong_msg p:nth-child(2){
	font-size: 2em;
}

@media (min-width: 1025px){
	#form_modal_send:hover{
		background: #a1cc37;
	}
}

@media (max-height: 500px), (max-width: 1024px){
	#modal_with_form .modal-dialog{
		margin: 30px auto;
	}
}

@media (max-width: 500px){
	#thnx_msg, #wrong_msg{
		padding: 15px;
		top: -100px;
	}
	#thnx_msg p:first-child, #wrong_msg p:first-child{
		font-size: 1.8em;
	}
	#thnx_msg p:nth-child(2), #wrong_msg p:nth-child(2){
		font-size: 1.6em;
		margin-bottom: 2px;
	}
	#wrong_msg p:nth-child(2){
		font-size: 1.5em;
	}
	#modal_with_form .modal-content{
		height: 450px;
	}
	#modal_form_close{
		top: 10px;
		right: 10px;
	}
	#form_modal > p:nth-child(1){
		margin-top: 50px;
		font-size: 2.2em;
	}
	#form_modal > p:nth-child(2){
		font-size: 1.4em;
	}
}
/*END Modals*/

/*BEGIN #screen_1*/
#screen_1{
	z-index: 9;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: rgba(255,255,255,0.8);
	height: 147px;
	border-top: 4px solid #72ad4b;
}
#top_logo_wrap{
	padding-top: 22px;
}
#nav_right_part_top{
	position: relative;
	height: 80px;
	border-bottom: 1px solid #8ab228;
}
#nav_right_part_top > div{
	float: left;
	width: 33.33%;
	text-align: right;
	padding: 30px 15px 0 15px;
}
#top_callback{
	font-family: 'GothaProBla';
	font-size: 1.3em;
	color: #fff;
	line-height: 33px;
	background: #8ab228;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
	margin-top: -6px;
	
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
.top_phone{
	font-family: 'GothaProMed';
	font-size: 1.5em;
	color: #333 !important;
	text-decoration: none !important;
}
#top_stick{
	position: absolute;
	top: 0;
	left: 33.33%;
	width: 2px !important;
    margin-left: 17px;
	font-family: 'GothaProMed';
	font-size: 1.5em;
}

#nav_right_part_bottom{
	height: 63px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
}
.navigation{
	font-family: 'GothaProReg';
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 63px;
	padding: 0 15px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#mobile_dsk{
	display: none;
}
#sandwich{
	display: none;
}
.hidden_navs{
	display: none;
}

@media (min-width: 1025px){
	#top_callback:hover{
		background: #a1cc37;
	}
	.navigation:hover{
		background: #8ab228;
		color: #fff;
	}
}

@media (max-width: 991px){
	.navigation{
		font-size: 1.16em;
		padding: 0 10px;
	}
	#top_stick{
		display: none;
	}
	.top_phone{
		font-size: 1.4em;
	}
	#top_callback{
		letter-spacing: 1px;
		font-size: 1.2em;   
		margin-top: -7px;
	}
}

@media (max-width: 767px){
	#screen_1{
		position: fixed;
		text-align: center;
		border-top: 0;
		background: rgba(255,255,255,1);
		
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
		box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	}
	#top_logo_wrap, #nav_right_part_top{
		display: none;
	}
	#screen_1{
		height: auto;
	}
	#nav_right_part{
		height: 40px;
		overflow: hidden;
	}
	#nav_right_part_bottom{
		display: block;
		height: auto;
	}
	.navigation{
		line-height: 30px;
		padding: 0;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	#mobile_dsk{
		display: block;
		height: 40px;
	}
	#mobile_dsk p{
		font-family: 'GothaProBla';
		margin-bottom: 0;
		color: #72ad4b;
		font-size: 2em;
		line-height: 40px;
	}
	#sandwich{
		display: block;
		position: absolute; 
		top: 10px;
		right: 15px;
		width: 36px;
		height: 20px;
		border: 0px solid red;
		cursor: pointer;
	}
	#sandwich div{
		left: 0;
		width: 36px;
		height: 4px;
		position: absolute;
		background: #0b3a4f;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
		
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}
	#sandwich div:nth-child(1){
		top: 0;
	}
	#sandwich div:nth-child(1).turn{
		left: 5px;
	}
	#sandwich div:nth-child(2){
		top: 8px;
	}
	#sandwich div:nth-child(3){
		bottom: 0;
	}
	#sandwich div:nth-child(3).turn{
		left: -5px;
	}
	.hidden_navs{
		display: block;
		line-height: 30px;
		font-family: 'GothaProReg';
		font-size: 1.3em;
		text-transform: uppercase;
		margin-bottom: 0;
		cursor: pointer;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.hidden_navs:last-child{
		border-bottom: 0;
	}
	.hidden_navs a{
		color: #333 !important;
	}
}

@media (max-width: 767px){
	#screen_1{
		text-align: left;
	}
}
/*END #screen_1*/

/*BEGIN #screen_2*/
#screen_2{
	background: url(../img/screen_2_bg.jpg) no-repeat center 0;
	background-size: cover;
}
#screen_2_inner{
	position: relative;
	/*height: 860px;*/
	height: 1060px;
	padding-top: 255px;
}
#screen_2_inner h1{
	font-size: 3.5em;
	text-transform: uppercase;
	line-height: 1.5em;
}
#screen_2_inner h1 span{
	padding: 5px 18px;
	background: rgba(53,99,34,0.8);
	margin-bottom: 5px;
}
#screen_2_inner h1 .top_span{
	font-family: 'GothaProBla';
	color: #fff;
	letter-spacing: 2px;
}
#screen_2_inner h1 .bottom_span_left{
	font-family: 'GothaProLig';
	font-size: 1.04em;
	color: #8ab228;
	letter-spacing: 4px;
	padding-right: 0;
}
#screen_2_inner h1 .bottom_span_right{
	font-family: 'GothaProBla';
	color: #8ab228;
	letter-spacing: 4px;
	padding-left: 0;
}
.h2_first{
	margin-top: 30px;
    margin-left: 20px;
	font-size: 2em;
	color: #fff;
	letter-spacing: 1px;
	
	-webkit-text-shadow: 1px 1px 4px #000;
	-moz-text-shadow: 1px 1px 4px #000;
	text-shadow: 1px 1px 4px #000;
}
.h2_first span:nth-child(1){
	font-family: 'CoreSansA65Bold';
}
.h2_first span:nth-child(3){
	font-family: 'CoreSansA35Light';
}

#top_form_parent_block{
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 200px;
}
#manager{
	position: absolute;
	top: -80px;
    right: 50px;
}
#manager p{
	font-family: 'CoreSansA35Light';
	font-size: 1.64em;
	color: #fff;
	padding-left: 5px;
}
#top_form_wrapper{
	width: 100%;
	height: 106px;
	background: url(../img/top_form.jpg) no-repeat right 0, #fff;
	border: 0px solid #000;
}
#top_form{
	position: relative;
}
#top_logo_mobile_wrapper{
	display: none;
}
#top_form_labels{
	position: relative;
	width: 640px;
	height: 106px;
	border: 0px solid #000;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
}
#top_form_labels > label{
	position: relative;
	width: 174px;
	height: 36px;
	border: 0px solid red;
	margin-bottom: 0;
    margin-top: 34px;
}
#top_form_labels > label .field{
	z-index: 2;
	position: relative;
	font-family: 'CoreSansA35Light';
	font-size: 1.6em;
	line-height: 36px;
	padding: 0 10px;
	width: 174px;
	outline: none !important;
	border: none;
	border-bottom: 1px solid #a8a8a8;
	background: transparent;
}
#top_form_labels > label .placeholder_p{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'CoreSansA35Light';
	font-size: 1.6em;
	line-height: 36px;
	padding: 0 10px;
	color: #a8a8a8;
	
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
#top_form_labels > label .placeholder_p.active{
	top: -27px;
    font-size: 1.4em;
}
#top_form_send{
    position: absolute;
    right: 23px;
    top: 40px;
	background: none;
	border: 0;
	outline: none !important;
	font-family: 'GothaProBla';
	font-size: 1.76em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2.2px;
	
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}

.moibile_manager{
	display: none;
}

@media (min-width: 1025px){
	#top_form_send:hover{
		margin-top: -5px;
		padding-bottom: 5px;
	}
}

@media (max-width: 1009px){
	#screen_2_inner{
		height: auto;
	}
	#manager{
		display: none;
	}
	#top_form_parent_block{
		position: relative;
		margin-top: 80px;
		margin-bottom: 60px;
	}
	#top_form_wrapper{
		width: 100%;
		max-width: 380px;
		height: auto;
		margin: auto;
		background: #fff;
		border: 1px solid #000;
	}
	#top_form_labels{
		width: 100%;
		height: auto;
	}
	#top_form{
		margin: auto;
		width: 280px;
	}
	#top_form_labels{
		display: block;
	}
	#top_form_send{
		position: static;
	}
	#top_form_labels > label{
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
		height: 20px;
	}
	
	#top_form_labels > label:nth-child(3){
		margin-bottom: 25px;
	}
	#top_form_labels > label .field{
		float: right;
		width: 190px;
		outline: none !important;
		border: none;
		border-bottom: 1px solid #333;
		font-family: 'CoreSansA65Bold';
		font-size: 1.2em;
		letter-spacing: 2px;
		line-height: 1.5em !important;
	}
	#top_form_labels > label .placeholder_p{
		float: left;
		position: relative;
		top: 1px;
		font-family: 'CoreSansA65Bold';
		font-size: 1.2em;
		letter-spacing: 2px;
		color: #333;
		text-transform: uppercase;
		padding: 0;
		line-height: 1.3em;
		position: static;
	}
	#top_form_labels > label .placeholder_p.active{
		top: auto;
		font-size: 1.2em;
	}
	#top_form_send{
		clear: both;
		width: 100%;
		margin: 20px 0 25px 0;
		border: none !important;
		outline: none !important;
		background: #64a63c;
		line-height: 52px;
		font-family: 'CoreSansA65Bold';
		font-size: 2em;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 1px;
		
		-webkit-transition: 0.1s ease-in-out;
		-moz-transition: 0.1s ease-in-out;
		transition: 0.1s ease-in-out;
	}
	.moibile_manager{
		display: block;
		text-transform: uppercase;
	}
	.moibile_manager:nth-child(1) {
		font-family: 'CoreSansA65Bold';
		font-size: 1.58em;
		letter-spacing: 1px;
		margin-top: 45px;
		margin-bottom: 5px;
	}
	.moibile_manager:nth-child(2) {
		font-family: 'CoreSansA65Bold';
		font-size: 2.5em;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	#screen_2_inner{
		padding-top: 0px;
	}
	#screen_2_inner h1{
		text-align: center;
		font-size: 2.6em;
		line-height: 1.6em;
	}
	.h2_first{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		
		-webkit-text-shadow: 2px 2px 2px #333;
		-moz-text-shadow: 2px 2px 2px #333;
		text-shadow: 2px 2px 2px #333;
	}
	.h2_first span:nth-child(3){
		font-family: 'CoreSansA65Bold';
	}
	#top_logo_mobile_wrapper{
		display: block;
		margin: 100px auto;
		background: #fff;
		padding: 15px;
		width: 135px;
	}
	#top_logo_mobile{
		
	}
}

@media (max-width: 600px){
	#screen_2_inner h1{
		font-size: 2em;
		line-height: 1.8em;
	}
	.h2_first{
		font-size: 1.6em;
		color: #fff;
		
		-webkit-text-shadow: 1px 1px 2px rgba(51,51,51,0.7);
		-moz-text-shadow: 1px 1px 2px rgba(51,51,51,0.7);
		text-shadow: 1px 1px 2px rgba(51,51,51,0.7);
	}
}

@media (max-width: 500px){
	#screen_2_inner h1 *{
		letter-spacing: 1px !important;
	}
	#screen_2_inner h1{
		font-size: 1.44em;
		line-height: 2.1em;
	}
	#top_form{
		width: 250px;
	}
	.moibile_manager:nth-child(1){
		font-size: 1.4em;
	}
	.moibile_manager:nth-child(2){
		font-size: 2.2em;
	}
	#top_form_labels > label .field{
		width: 160px;
		padding: 0;
	}
	#top_form_send{
		font-size: 1.6em;
		margin-top: 15px;
	}
}
/*END #screen_2*/

#screen_2_bg_after{
	position: relative;
}
#screen_2_bg_after img{
	width: 100%;
	height: auto;
}



/*BEGIN #screen_3*/
#screen_3{
	position: relative;
	height: 770px;
	
	background: rgba(214,212,210,1);
	background: -moz-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,212,210,1)), color-stop(29%, rgba(240,239,235,1)), color-stop(43%, rgba(247,247,245,1)), color-stop(62%, rgba(247,247,245,1)), color-stop(70%, rgba(240,239,235,1)), color-stop(100%, rgba(214,212,210,1)));
	background: -webkit-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: -o-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: linear-gradient(to right, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4d2', endColorstr='#d6d4d2', GradientType=1 );
}
#screen_2_bg_after{
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 700px;
    top: -253px;
    left: 0;
	
    -webkit-transform: skewY(-6.3deg);
    -moz-transform: skewY(-6.3deg);
    transform: skewY(-6.3deg);
	
	background: rgba(214,212,210,1);
	background: -moz-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,212,210,1)), color-stop(29%, rgba(240,239,235,1)), color-stop(43%, rgba(247,247,245,1)), color-stop(62%, rgba(247,247,245,1)), color-stop(70%, rgba(240,239,235,1)), color-stop(100%, rgba(214,212,210,1)));
	background: -webkit-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: -o-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: -ms-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	background: linear-gradient(to right, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4d2', endColorstr='#d6d4d2', GradientType=1 );
}
#screen_3_inner{
	z-index: 5;
	position: relative;
	margin-top: -140px;
}
#frame_1{
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: 18px;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
#square_content{
	z-index: 2;
	position: relative;
}
#about_dsk{
	font-family: 'GothaProBla';
	font-size: 6.6em;
	color: #626262;
	padding-left: 107px;
}
#about_dsk span{
	color: #64a63c;
}
#square_content_inner{
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 480px;
	min-height: 290px;
	padding-left: 15px;
	padding-right: 15px;
	border: 0px solid red;
	margin-top: 20px;
}
#square_content_inner p:nth-child(1){
	font-family: 'CoreSansA35Light';
	font-size: 2.13em;
	color: #9a9a9a;
	line-height: 1.4em;
	letter-spacing: 0.2px;
	margin-bottom: 40px;
}
#square_content_inner p:nth-child(1)::before{
	position: relative;
	top: -1px;
	left: -2px;
	margin-left: -10px;
	content: url(../img/green_stick.jpg);
	display: inline;
}
#square_content_inner p:nth-child(2){
	font-family: 'CoreSansA65Bold';
	text-transform: uppercase;
	font-size: 1.8em;
    line-height: 1.35em;
	color: #4c4c4c;
	margin-bottom: 20px;
}
#square_content_inner p:nth-child(3){
	font-family: 'CoreSansA35Light';
	text-transform: uppercase;
	font-size: 1.7em;
    line-height: 1.35em;
	color: #4c4c4c;
}
.data_num_wrap{
	z-index: 4;
	position: relative;
	margin-top: 330px;
}
#data_nums{
	position: 
}
.data_num{
	width: 100%;
	max-width: 170px;
	height: 230px;
	margin: auto;
}
#data_num_1{
	background: url(../img/num_1_frame.png) no-repeat 0 center;
	background-size: cover;
}
#data_num_2{
	background: url(../img/num_2_frame.png) no-repeat 0 center;
	background-size: cover;
}
#data_num_3{
	background: url(../img/num_3_frame.png) no-repeat 0 center;
	background-size: cover;
}
#data_num_4{
	background: url(../img/num_4_frame.png) no-repeat 0 center;
	background-size: cover;
}
.data_number{
	font-family: 'CoreSansA65Bold';
	font-size: 9em;
	text-align: center;
	color: rgba(240,239,235,1);
	line-height: 1.4em;
    padding-top: 10px;
}
#data_num_1 .data_number{
	background:url(../img/num_1_bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#data_num_2 .data_number{
	background:url(../img/num_2_bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#data_num_3 .data_number{
	background:url(../img/num_3_bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-position: 0px -15px;
}
#data_num_4 .data_number{
	background:url(../img/num_4_bg.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-position: 112px 5px;
}

.data_num .simple{
	font-family: 'CoreSansA45Regular';
	font-size: 1.39em;
    margin-top: -10px;
	padding: 0 30px;
	line-height: 1.3em;
}
#cage{
	z-index: 2;
	position: absolute;
	bottom: 125px;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
#house{
	z-index: 2;
	position: absolute;
	top: 0;
	margin-left: 465px;
	
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 1200px){
	#house{
		display: none;
	}
}

@media (max-width: 1009px){
	#screen_3{
		height: auto;
		padding-bottom: 60px;
	}
	#screen_3_inner{
		margin-top: 50px;
	}
	#about_dsk{
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.data_num_wrap{
		margin-top: 170px;
	}
	.data_num{
		background: none !important;
		border: 10px solid #6b4141;
		height: 240px;
	}
	.data_number{
		padding-top: 0;
		background: none !important;
		-webkit-text-fill-color: #6b4141 !important;
		color: #6b4141;
	}
}

@media (max-width: 991px){
	.data_num .simple{
		padding: 0 15px;
	}
	#constructions_wrap{
		padding-bottom: 30px;
	}
}

@media (max-width: 767px){
	#frame_1{
		display: none;
	}
	#screen_3_inner > .col-lg-12{
		padding: 0;
	}
	#square_content_inner{
		text-align: center;
		margin-top: 35px;
		margin-bottom: 50px;
		min-height: auto;
	}
	#square_content_inner p:nth-child(1){
		font-size: 1.8em;
		margin-bottom: 20px;
	}
	#square_content_inner p:nth-child(2){
		font-size: 1.4em;
		line-height: 1.4em;
	}
	#square_content_inner p:nth-child(3){
		font-size: 1.4em;
		line-height: 1.4em;
	}
	#about_dsk{
		font-size: 4.6em;
	}
	.data_num_wrap{
		margin-top: 30px;
	}
	.data_num.right{
		float: right;
	}
	.data_num.left{
		float: left;
	}
	#square_content_inner p:nth-child(1)::before{
		display: none;
	}
}

@media (max-width: 420px){
	.data_num_wrap{
		width: 100%;
	}
	.data_num.right{
		float: none;
	}
	.data_num.left{
		float: none;
	}
	#cage{
		display: none;
	}
	#about_dsk{
		font-size: 3.6em;
	}
	#square_content_inner p:nth-child(1){
		font-size: 1.6em;
	    line-height: 1.3em;
	}
	#square_content_inner p:nth-child(2){
		font-size: 1.3em;
		line-height: 1.46em;
	}
	#square_content_inner p:nth-child(3){
		font-size: 1.3em;
		line-height: 1.46em;
	}
}
/*END #screen_3*/

/*BEGIN #screen_4*/
#screen_4{
	background: url(../img/screen_4_bg.jpg) no-repeat center 0;
	background-size: cover;
	height: 946px;
}
#screen_4_inner_content{
	z-index: 2;
	position: relative;
	padding-top: 150px;
}
#advantages_wrap{
	position: relative;
}
#advantages_wrap img{
	position: absolute;
	top: 0;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
#advantages{
	z-index: 2;
	position: relative;
	font-family: 'GothaProBla';
	font-size: 3.5em;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #626262;
	padding-top: 25px;
}
#advantages span{
	color: #64a63c;
}
#constructions_wrap{
	position: relative;
	margin-top: 60px;
	min-height: 653px;
	border: 0px solid #000;
}
#mitek_opacity{
	z-index: 1;
	position: absolute;
	top: 74px;
    left: 335px;
}
#construction{
	z-index: 2;
	position: absolute;
	top: 10px;
	left: 5px;
}
#construction_line_1{
	z-index: 3;
	position: absolute;
	top: 24px;
    left: 344px;
}
#construction_text_1{
	z-index: 3;
    position: absolute;
    top: 10px;
    left: 590px;
}
#construction_text_1 p:nth-child(1){
	font-family: 'CoreSansA45Regular';
	font-size: 2.2em;
	/*color: #cea67c;*/
	color: #d08b42;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#construction_text_1 p:nth-child(2){
	font-family: 'CoreSansA45Regular';
	font-size: 1.7em;
	color: #939393;
	line-height: 1.4em;
}
#construction_services{
	z-index: 3;
	position: absolute;
	top: 160px;
    left: 655px;
}
.construction_service{
	width: 290px;
	height: 55px;
}
#construction_services .img_block{
	float: left;
	position: relative;
	width: 90px;
	height: 100%;
}
#construction_services .img_block img{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.construction_service:nth-child(1) .img_block{
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.construction_service:nth-child(2) .img_block{
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.construction_service:nth-child(3) .img_block{
	border-left: 1px solid #b5b5b5;
}
.construction_service p{
	float: right;
	font-family: 'CoreSansA45Regular';
	font-size: 1.5em;
	color: #d08b42;
	width: 200px;
	height: 55px;
	line-height: 55px;
	margin-bottom: 0;
	padding-left: 15px;
}
#construction_text_3{
	z-index: 2;
	position: absolute;
	top: 400px;
	left: 22px;
	padding: 0 15px;
}
#construction_text_3 img{
	display: block;
	margin-left: -15px;
}
#construction_text_3 *{
	font-family: 'CoreSansA35Light';
}
#construction_text_3 p{
	font-size: 1.86em;
	color: #fff;
	margin-top: 10px;
}
#construction_text_3 ul{
	padding-left: 20px;
}
#construction_text_3 li{
	font-size: 1.7em;
	color: #c6a176;
}

@media (max-width: 1009px){
	#screen_4{
		height: auto;
		background: #fff;
	}
	#screen_4_inner_content{
		padding-top: 80px;
	}
	#construction{
		position: static;
		width: 100%;
		max-width: 600px;
		height: auto;
		display: block;
		margin: 50px auto;
	}
	#construction_line_1{
		display: none;
	}
	#construction_text_1{
		position: static;
		width: 290px;
		margin: 50px auto;
	}
	#construction_text_1 br{
		display: none;
	}
	#construction_text_1 p:nth-child(2){
		font-size: 1.5em;
	}
	#construction_services{
		position: static;
		width: 290px;
		margin: 50px auto;
	}
	#mitek_opacity{
		display: none;
	}
	#construction_text_3{
		position: static;
		width: 290px;
		margin: 50px auto;
		padding: 0;
	}
	#construction_text_3 img{
		margin-left: 0;
	}
	#construction_text_3 p{
		color: #939393;
		font-size: 1.6em;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#construction_text_3 li{
		font-size: 1.5em;
		color: #d08b42;
	}
}

@media (max-width: 767px){
	#screen_4_inner_content{
		padding-top: 40px;
	}
	#advantages_wrap img{
		display: none;
	}
	#advantages{
		font-size: 2.6em;
	}
}
/*END #screen_4*/

/*BEGIN #screen_5*/
#screen_5{
	background: url(../img/screen_5_bg.jpg) no-repeat center 0 fixed;
	background-size: cover;
	padding-top: 85px;
}
#screen_5_inner{
	position: relative;
}
#screen_5_inner > div{
	border: 0px solid red;
	padding: 0;
}
.house_service_bg{
	height: 290px;
	width: 100%;
	max-width: 330px;
	padding: 100px 30px 0 30px;
	margin: auto;
}
.house_service_bg_1{
	background: url(../img/house_service_bg_1.jpg) no-repeat center 0;
	background-size: cover;
}
.house_service_bg_2{
	background: url(../img/house_service_bg_2.jpg) no-repeat center 0;
	background-size: cover;
}
.house_service_bg_3{
	background: url(../img/house_service_bg_3.jpg) no-repeat center 0;
	background-size: cover;
}
.house_service_bg_4{
	background: url(../img/house_service_bg_4.jpg) no-repeat center 0;
	background-size: cover;
}
.house_service_bg_5{
	background: url(../img/house_service_bg_5.jpg) no-repeat center 0;
	background-size: cover;
}
.house_service_bg_6{
	background: url(../img/house_service_bg_6.jpg) no-repeat center 0;
	background-size: cover;
	margin-bottom: 70px !important;
}
#house_stick_1{
	position: absolute;
	top: 274px;
    left: 314px;
}
#house_stick_2{
	position: absolute;
	top: 274px;
    right: 314px;
}
.house_service_bg p{
	margin-bottom: 0;
	line-height: 1.2em;
}
.house_service_bg .title_p{
	font-family: 'CoreSansA65Bold';
	text-transform: uppercase;
	font-size: 1.8em;
	padding-left: 20px;
	border-left: 5px solid #64a63c;
	letter-spacing: 2px;
}
.house_service_bg_1 .title_p, .house_service_bg_3 .title_p, .house_service_bg_5 .title_p{
	color: #fff;
}
.house_service_bg .text_p{
	font-family: 'CoreSansA35Light';
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 1.35em;
	margin-top: 10px;
	padding-top: 13px;
	border-top: 1px solid #c6c4c1;
}
.house_service_bg_1 .text_p, .house_service_bg_3 .text_p, .house_service_bg_5 .text_p{
	color: #c6c4c1;
	border-color: rgba(198, 196, 193, 0.3);
}

@media (min-width: 1010px){
	.border_bottom_10{
		border-bottom: 10px solid #fff;
	}
}

@media (max-width: 1009px){
	#house_stick_1, #house_stick_2{
		display: none;
	}
}

@media (max-width: 991px){
	#screen_5{
		background: url(../img/screen_5_bg.jpg) no-repeat center 0;
		background-size: cover;
	}
	.house_service_bg{
		margin-bottom: 50px;
	}
	.house_service_bg_5{
		border-top: 1px solid #fff;
	}
}

@media (max-width: 767px){
	#screen_5{
		background: rgba(214,212,210,1);
		background: -moz-linear-gradient(left, rgba(e5c296) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(e5c296) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,212,210,1)), color-stop(29%, rgba(240,239,235,1)), color-stop(43%, rgba(247,247,245,1)), color-stop(62%, rgba(247,247,245,1)), color-stop(70%, rgba(240,239,235,1)), color-stop(100%, rgba(214,212,210,1)));
		background: -webkit-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
		background: -o-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
		background: -ms-linear-gradient(left, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
		background: linear-gradient(to right, rgba(214,212,210,1) 0%, rgba(240,239,235,1) 29%, rgba(247,247,245,1) 43%, rgba(247,247,245,1) 62%, rgba(240,239,235,1) 70%, rgba(214,212,210,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d4d2', endColorstr='#d6d4d2', GradientType=1 );
	}
	#screen_5_inner > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.house_service_bg_2, .house_service_bg_4, .house_service_bg_6{
		border: 1px solid #c4c4c4;
	}
}

@media (max-width: 380px){
	.house_service_bg {
		height: auto;
		padding-top: 120px;
		padding-bottom: 30px;
	}
	.house_service_bg .text_p br{
		display: none;
	}
}
/*END #screen_5*/

/*BEGIN #screen_6*/
#screen_6{
	position: relative;
	background: url(../img/screen_6_bg.jpg) no-repeat center 0;
	background-size: cover;
	min-height: 952px;
}
#service_angle{
	position: absolute;
	bottom: -10px;
	left: 50%;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #181b22;
	
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
#screen_6_inner{
	padding-top: 70px;
}
.our_service{
	width: 100%;
	max-width: 300px;
	height: auto;
}
#our_services_h2{
	margin-bottom: 100px;
}
.our_service_wrap{
	text-align: center;
}
#screen_6_inner h3{
	font-family: 'CoreSansA65Bold';
	font-size: 3em;
	color: #fff;
	letter-spacing: 1px;
}
.border_bottom_90{
	width: 90px;
	height: 2px;
	border-bottom: 1px solid #e2daa3;
	margin: 30px auto 15px;
}
.our_service_wrap p{
	font-family: 'CoreSansA45Regular';
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}
.our_service_wrap p span{
	color: #e2daa3;
}
.arrow_down{
	display: block;
	margin: 20px auto 15px;
}
.green_more_button{
	background: #64a63c;
	border: 0;
	outline: none !important;
	line-height: 40px;
	padding: 2px 25px 0 25px;
	
	font-family: 'GothaProBla';
	font-size: 1.47em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
#look{
	font-family: 'GothaProBla';
	font-size: 2.3em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin: 130px auto 70px;
}
#look span{
	color: #64a63c;
}
#look br{
	display: none;
}

@media (min-width: 1025px){
	.green_more_button:hover{
		background: #a1cc37;
	}
}
	
@media (max-width: 1200px){
	#screen_6{
		min-height: auto;
	}
	#look{
		margin: 90px auto 70px;
		font-size: 1.8em;
		line-height: 1.3em;
	}
}	

@media (max-width: 911px){
	#look br{
		display: inline;
	}
}
	
@media (max-width: 767px){
	#our_services_h2{
		margin-bottom: 80px;
	}
	.our_service_wrap{
		margin-bottom: 80px;
	}
	#look{
		margin: 0px auto 70px;
	}
}

@media (max-width: 380px){
	.our_service_wrap p br{
		display: none;
	}
}
/*END #screen_6*/

/*BEGIN #screen_7*/
#screen_7_inner .h2_wrap{
	margin-top: 90px;
}
#slider{
	position: relative;
	width: calc(100% - 31px);
	height: 410px;
	border: 0px solid #000;
	margin: 100px auto 0;
	overflow: hidden;
}
#slider .wrapper{
	position: relative;
	width: 20000px;
	height: 410px;
}
#slider .wrapper .slide{
	float: left;
	position: relative;
	width: 100%;
	max-width: 960px;
}
#slider .wrapper .slide .slide_img{
	width: 100%;
	height: auto;
}
.slide_info{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	width: 256px;
	height: 51px;
	background: url(../img/slide_info.png) no-repeat 0 center;
	text-align: center;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slide_info p:nth-child(1){
	font-family: 'CoreSansA65Bold';
	font-size: 2em;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	line-height: 1.2em;
	margin-top: 2px;
}
.slide_info p:nth-child(2){
	font-family: 'CoreSansA35Light';
	font-size: 1.5em;
	color: #747373;
	letter-spacing: 1px;
	line-height: 1.2em;
}
.slider_nav{
	position: absolute;
	top: 0;
	height: 100%;
	width: 76px;
	background: rgba(255,255,255,0.1);
	cursor: pointer;
	
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.slider_nav img{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.slider_nav.prev{
	left: 0;
}
.slider_nav.next{
	right: 0;
}

#slider_choose_wrap{
	position: relative;
	margin-top: 15px;
	padding: 0 15px;
	cursor: pointer;
}
.slider_choose{
	float: left;
	z-index: 2;
	position: relative;
	width: 33.33%;
	height: 137px;
	overflow: hidden;
	margin-bottom: 50px;
}
.slider_choose img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider_choose .cover{
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 300px;
	background: rgba(0,0,0,0.5);
	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.slider_choose.active .cover{
	background: transparent;
}
.slider_choose:nth-child(1){
	border-right: 7px solid #fff;
}
.slider_choose:nth-child(2){
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
}
.slider_choose:nth-child(3){
	border-left: 7px solid #fff;
}
#slider_loading{
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	
	margin-top: -25px;
	margin-left: -25px;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
#slider_loading.show{
	opacity: 1;
	
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

#round_mouse{
	display: block;
	margin: 0 auto 350px;
}

@media (min-width: 1025px){
	.slider_nav:hover{
		background: rgba(255,255,255,0.2);
	}
}

@media (max-width: 1090px){
	#round_mouse{
		margin: 170px auto 350px;
	}
}

@media (max-width: 1009px){
	#slider{
		width: 600px;
		height: 256px;
	}
	#slider .wrapper{
		height: 256px;
	}
	#slider .wrapper .slide{
		width: 100%;
		max-width: 600px;
	}
	#slider_choose_wrap{
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	.slider_choose{
		height: 95px;
	}
}

@media (max-width: 767px){
	#slider{
		width: calc(100% - 30px);
		height: auto;
		margin-top: 60px;
	}
	#slider .wrapper{
		height: auto;
	}
	#slider .wrapper .slide{
		width: calc(100vw - 30px);
		max-width: 100vw;
	}
	#slider_choose_wrap{
		width: 100%;
		
		padding-left: 15px;
		padding-right: 15px;
	}
	.slider_choose{
		height: auto;
		border: 5px solid #fff !important;
		margin-bottom: 70px;
	}
	.slider_choose img{
		position: static;
		width: 100%;
		height: auto;
		margin: auto;
		display: block;
	}
	.slider_choose .cover{
		display: none;
	}
	#round_mouse{
		display: none;
	}
}

@media (max-width: 500px){
	.slider_nav{
		width: 40px;
	}
	.slide_info{
		display: none;
	}
	#round_mouse{
	    margin: 0 auto 250px;
		opacity: 0;
	}
}
/*END #screen_7*/

/*BEGIN #screen_8*/
#screen_8{
	position: relative;
	height: auto;
	background: #171b22;
}
#screen_8_bg_after{
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 672px;
    top: -253px;
    left: 0;
	background: #171b22;
	
    -webkit-transform: skewY(-6.3deg);
    -moz-transform: skewY(-6.3deg);
    transform: skewY(-6.3deg);
}
#screen_8_inner{
	z-index: 2;
	position: relative;
	margin-top: -100px;
}
#welcome{
	float: left;
	margin-right: 15px;
}
#welcome_wrapper p:nth-child(2){
	font-family: 'CoreSansA65Bold';
	font-size: 3.5em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	
	line-height: 1em;
    margin-top: -7px;
	margin-bottom: 8px;
}
#welcome_wrapper p:nth-child(3){
	font-family: 'CoreSansA35Light';
	font-size: 2.5em;
	color: #9e9e9e;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}
#welcome_wrapper ul{
	margin-top: 45px;
	margin-left: 60px;
}
#welcome_wrapper ul li{
	font-family: 'CoreSansA35Light';
	font-size: 2.1em;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 30px;
	line-height: 1.7em;
}
#welcome_wrapper ul li span{
	color: #477232;
}
#welcome_form_parent_block{
	margin-top: -110px;
	padding-left: 0;
}
#welcome_form_wrap{
	margin-top: -48px;
	width: 536px;
	height: 506px;
	background: url(../img/welcome_form.png) no-repeat 0 center;
}

#welcome_form{
	position: relative;
    top: 100px;
    left: 40px;
	max-width: 280px;
}
#welcome_form > p:nth-child(1){
	font-family: 'CoreSansA65Bold';
	font-size: 2.78em;
    letter-spacing: 1px;
	margin-top: 45px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#welcome_form > p:nth-child(2){
	font-family: 'CoreSansA65Bold';
	font-size: 1.58em;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#welcome_form label{
	width: 100%;
	margin-bottom: 30px;
}
#welcome_form label:nth-child(5){
	margin-bottom: 25px;
}
#welcome_form .field{
	float: right;
	width: 190px;
	outline: none !important;
	border: none;
	border-bottom: 1px solid #333;
	font-family: 'CoreSansA65Bold';
	font-size: 1.2em;
	letter-spacing: 2px;
	background: transparent;
}
#welcome_form .placeholder_p{
	float: left;
	position: relative;
    top: 1px;
	font-family: 'CoreSansA65Bold';
	font-size: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#welcome_form .or_call{
	float: right;
	width: 190px;
}
#welcome_form .or_call p{
	font-family: 'CoreSansA45Regular';
	color: #6a6a6a !important;
	font-size: 1.2em;
	text-transform: none !important;
	letter-spacing: 1.4px;
}
#welcome_form .or_call p a{
	color: #6a6a6a !important;
}
#form_welcome_send{
	clear: both;
	width: 100%;
	margin: 20px 0 25px 0;
	border: none !important;
	outline: none !important;
	background: #64a63c;
	line-height: 52px;
	font-family: 'CoreSansA65Bold';
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4.4px;
	
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

@media (min-width: 1025px){
	#form_welcome_send:hover{
		background: #a1cc37;
	}
}

@media (max-width: 1120px){
	#welcome_form_wrap{
		width: auto;
	}
}

@media (max-width: 1009px){
	#welcome_wrapper ul{
		margin-left: 24px;
	}
	#welcome_wrapper ul li{
		padding-left: 10px;
	}
}

@media (max-width: 767px){
	#screen_8_inner{
		margin-top: 83px;
	}
	#welcome_wrapper{
		text-align: center;
	}
	#welcome{
		display: none;
	}
	#screen_8_bg_after{
		display: none;
	}
	#welcome_wrapper ul{
		margin-left: 0;
	}
	#welcome_wrapper ul li{
		padding-left: 0;
		list-style: none;
	}
	#welcome_form_parent_block{
		margin-top: 0;
		padding-left: 15px;
	}
	#welcome_form_wrap{
		background: #fff;
		width: auto;
		max-width: 380px;
		height: 440px;
		margin: 40px auto 60px;
	}
	#welcome_form{
		top: 0;
		margin: auto;
		left: 0;
		padding-top: 45px;
	}
	#welcome_form > p:nth-child(1){
		margin-top: 0;
	}
	#welcome_wrapper p:nth-child(2){
		font-size: 2.6em;
	}
	#welcome_wrapper p:nth-child(3){
		font-size: 2.2em;
	}
	#welcome_wrapper ul li{
		margin-bottom: 20px;
		font-size: 1.8em;
	}
}

@media (max-width: 500px){
	#welcome_form{
		width: 250px;
	}
	#welcome_form > p:nth-child(1){
		font-size: 2.44em;
	}
	#welcome_form > p:nth-child(2){
		font-size: 1.38em;
	}
	#welcome_form > label .field{
		width: 160px;
	}
}

/*END #screen_8*/

/*BEGIN #screen_9*/
#screen_9{
	z-index: 2;
	position: relative;
	padding-top: 160px;
}
#screen_9 .h2_wrap{
	margin-bottom: 60px;
}
.process{
	position: relative;
}
.process .number{
	font-family: 'CoreSansA65Bold';
	font-size: 14.5em;
	color: #000000;
	line-height: 1em;
}
.process .number span{
	color: #64a63c;
}
.lath{
	z-index: 2;
	position: absolute;
	top: 78px;
	right: 0;
	width: calc(100% - 60px);
	height: 90px;
	background: rgba(199, 199, 199, 0.6);
}
.lath img{
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.process_text{
	z-index: 3;
	position: absolute;
	left: 213px;
}
.process_text_1{
	top: 17px;
}
.br_500{
	display: none;
}
.process_text p{
	font-family: 'CoreSansA65Bold';
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1.8em;
}
.process_text ul{
	margin-left: 17px;
}
.process_text ul li{
	font-family: 'CoreSansA35Light';
	font-size: 1.6em;
	color: #505050;
	margin-bottom: 5px;
}
.process_2{
	margin-top: 150px;
}
.process_text_2{
	top: 51px;
}
.process_3{
	margin-top: 50px;
}
.process_text_3{
	top: 51px;
}
.process_4{
	margin-top: 205px;
}
.process_text_4{
	top: 55px;
}

@media (max-width: 1009px){
	.lath{
		right: 15px;
	}
}

@media (max-width: 991px){
	.process_2, .process_4{
		margin-top: 0;
	}
	.process{
		margin-bottom: 50px;
	}
}

@media (max-width: 767px){
	#screen_9{
		padding-top: 60px;
	}
}

@media (max-width: 500px){
	.lath{
		display: none;
	}
	.process{
		width: 100%;
		max-width: 330px;
		margin: 50px auto 0;
	}
	.process_text{
		position: relative;
		top: 7px !important;
		left: 0;
	}
	.process .number{
		font-size: 8em;
	}
	.br_500{
		display: inline;
	}
}
/*END #screen_9*/

/*BEGIN #screen_10*/
#screen_10{
	z-index: 1;
	position: relative;
	margin-top: -370px;
	height: 1391px;
	background: url(../img/screen_10_bg.jpg) no-repeat center 0;
	background-size: cover;
}
#stairs, #stairs_thin{
	z-index: 1;
	position: absolute;
	top: 62.4%;
	left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#stairs_thin{
	display: none;
}
#screen_10_inner{
	z-index: 2;
	position: relative;
	margin-top: 520px;
}
#screen_10_inner .top_text p:nth-child(1){
	font-family: 'CoreSansA65Bold';
	font-size: 3em;
	color: #d1d1d1;
	letter-spacing: 0.5px;
	line-height: 1.3em;
	margin-bottom: 23px;
}
#stairs_tree{
	float: left;
	margin-right: 15px;
}
#screen_10_inner .top_text p:nth-child(3){
	font-family: 'CoreSansA45Regular';
	font-size: 1.6em;
}

#screen_10_inner .bottom_text p{
	font-family: 'CoreSansA65Bold';
}
#screen_10_inner .bottom_text p:nth-child(1){
	font-size: 3em;
	color: #575757;
	letter-spacing: 0.3px;
	line-height: 1.3em;
	margin-bottom: 45px;
}
#screen_10_inner .bottom_text{
	margin-top: 264px;
}
#screen_10_inner .bottom_text p:nth-child(2){
	font-size: 1.6em;
	color: #575757;
}
#screen_10_inner .bottom_text p:nth-child(3){
	font-size: 1.6em;
	color: #fff;
}

@media (max-width: 1550px){
	#stairs{
		display: none;
	}
	#stairs_thin{
		display: inline;
	}
}

@media (max-width: 991px){
	#screen_10_inner .top_text p:nth-child(1), #screen_10_inner .bottom_text p:nth-child(1){
		font-size: 2.4em;
	}
}

@media (max-width: 800px){
	#screen_10_inner .bottom_text p:last-child br{
		display: none;
	}
}

@media (max-width: 767px){
	#screen_10{
		margin-top: 0;
		height: auto;
	}
	#screen_10_inner{
		margin-top: 0;
		padding-top: 82px;
		padding-bottom: 70px;
	}
	#stairs_thin{
		display: none;
	}
	#screen_10_inner .top_text{
		background: rgba(0,0,0,0.2);
		padding-top: 20px;
		padding-bottom: 15px;
		
		width: 100%;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	#screen_10_inner .top_text p:nth-child(1), #screen_10_inner .top_text p:nth-child(3){
		font-family: 'CoreSansA65Bold';
		color: #575757;
	}
	#screen_10_inner .bottom_text p:last-child br{
		display: inline;
	}
	#screen_10_inner .bottom_text{
		background: rgba(255,255,255,0.6);
		padding-top: 20px;
		padding-bottom: 15px;
		
		width: 100%;
		max-width: 330px;
		margin-left: auto;
		margin-right: auto;
	}
	#screen_10_inner .bottom_text p:nth-child(3){
		color: #575757;
	}
	#screen_10_inner .top_text p:nth-child(1), #screen_10_inner .bottom_text p:nth-child(1){
		font-size: 1.9em;
	}
	#stairs_tree{
		display: none;
	}
	#screen_10_inner .top_text p:nth-child(3), #screen_10_inner .bottom_text p:nth-child(2), #screen_10_inner .bottom_text p:nth-child(3){
		font-size: 1.5em;
	}
	#screen_10_inner .top_text p:nth-child(3) br, #screen_10_inner .bottom_text p:nth-child(2) br, #screen_10_inner .bottom_text p:nth-child(3) br{
		display: none;
	}
	#screen_10_inner .bottom_text p:nth-child(1){
		margin-bottom: 23px;
	}
	#screen_10_inner .bottom_text{
		margin-top: 70px;
	}
}

@media (max-width: 330px){
	#screen_10_inner{
		padding-bottom: 0;
	}
}
/*END #screen_10*/

/*BEGIN #screen_11*/
#screen_11{
	background: url(../img/screen_11_bg.jpg) no-repeat center 0 fixed;
	background-size: cover;
}
#screen_11_inner{
	padding-top: 30px;
}
.assembly_wrap{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 45px;
	padding: 0;
}
.assembly_wrap h3, .assembly_wrap p{
	padding: 0 15px;
}
.assembly_wrap h3{
	font-family: 'CoreSansA35Light-Italic';
	font-size: 2.2em;
	color: #fff;
	letter-spacing: 1.6px;
	line-height: 1.3em;
	margin-top: 26px;
	margin-bottom: 0;
}
.assembly_wrap h3 span{
	color: #64a63c;
}
.green_line{
	position: relative;
	height: 52px;
	border-bottom: 1px solid rgba(90, 149, 56, 0.5);
}
.green_line img{
	position: absolute;
	bottom: -7px;
	left: 50%;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.assembly_wrap p{
	font-family: 'CoreSansA35Light';
	font-size: 1.4em;
	color: #fff;
	line-height: 1.5em;
	letter-spacing: 1px;
	width: 100%;
	max-width: 266px;
	margin: 25px auto 0;
}
.hidden_br{
	display: none;
}

@media (max-width: 991px){
	#screen_11{
		background: url(../img/screen_11_bg.jpg) no-repeat center 0;
		background-size: cover;
	}
	.hidden_br{
		display: inline;
	}
}

@media (max-width: 767px){
	#screen_11_inner{
		background: #171b22;
		padding-bottom: 70px;
	}
	.green_line{
		border-bottom: 0;
	}
	.assembly_wrap{
		margin-bottom: 0;
	}
}
/*END #screen_11*/

/*BEGIN #screen_12*/
#screen_12{
	z-index: 2;
	position: relative;
	height: 322px;
	background: url(../img/screen_12_bg.jpg) no-repeat center 0;
	background-size: cover;
}
#screen_12_inner{
	padding-top: 50px;
}
#cost img{
	padding-top: 5px;
}
#cost p:nth-child(2){
	font-family: 'CoreSansA65Bold';
	font-size: 3em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 1.3em;
	margin-top: 15px;
}
#cost p:nth-child(3){
	font-family: 'CoreSansA65Bold';
	font-size: 2em;
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-top: 15px;
}

#cost_form_wrap{
	width: auto;
	max-width: 380px;
	background: #fff;
	margin: auto;
	padding-top: 45px;
	border: 0px solid #000;
}
#cost_form{
	max-width: 280px;
	margin: auto;
}
#cost_form > p:nth-child(1){
	font-family: 'CoreSansA65Bold';
	font-size: 2.78em;
    letter-spacing: 1px;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
#cost_form > p:nth-child(2){
	font-family: 'CoreSansA65Bold';
	font-size: 1.58em;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
#cost_form label{
	width: 100%;
	margin-bottom: 30px;
}
#cost_form label:nth-child(5){
	margin-bottom: 25px;
}
#cost_form .field{
	float: right;
	width: 190px;
	outline: none !important;
	border: none;
	border-bottom: 1px solid #333;
	font-family: 'CoreSansA65Bold';
	font-size: 1.2em;
	letter-spacing: 2px;
}
#cost_form .placeholder_p{
	float: left;
	position: relative;
    top: 1px;
	font-family: 'CoreSansA65Bold';
	font-size: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#cost_form .or_call{
	float: right;
	width: 190px;
}
#cost_form .or_call p{
	font-family: 'CoreSansA45Regular';
	color: #6a6a6a !important;
	font-size: 1.2em;
	text-transform: none !important;
	letter-spacing: 1.4px;
}
#cost_form .or_call p a{
	color: #6a6a6a !important;
}
#cost_form_send{
	clear: both;
	width: 100%;
	margin: 20px 0 25px 0;
	border: none !important;
	outline: none !important;
	background: #64a63c;
	line-height: 52px;
	font-family: 'CoreSansA65Bold';
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4.4px;
	
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

@media (min-width: 1025px){
	#cost_form_send:hover{
		background: #a1cc37;
	}
}

@media (max-width: 820px){
	#cost p:nth-child(2){
		font-size: 2.6em;
	}
}

@media (max-width: 767px){
	#screen_12{
		height: auto;
		padding-bottom: 50px;
	}
	#cost{
		text-align: center;
	}
}

@media (max-width: 500px){
	#cost p:nth-child(2){
		font-size: 2em;
	}
	#cost p:nth-child(3){
		font-size: 1.6em;
	}
	#cost_form{
		max-width: 250px;
	}
	#cost_form .field{
		width: 160px;
	}
	#cost_form > p:nth-child(1){
		font-size: 2.2em;
	}
	#cost_form > p:nth-child(2){
		font-size: 1.4em;
	}
}
/*END #screen_12*/

/*BEGIN #screen_13*/
#screen_13{
	z-index: 1;
	position: relative;
	top: -172px;
	margin-bottom: -173px;
}
#google_map, #YMapsID{
	width: 100%;
	height: 560px;
}

@media (max-width: 767px){
	#screen_13{
		top: 0;
		margin-bottom: 0;
	}
	#cost_form_wrap{
		margin-top: 58px;
	}
	#google_map, #YMapsID{
		height: 380px;
	}
}

@media (max-width: 767px){
	#google_map, #YMapsID{
		height: 240px;
	}
}
/*END #screen_13*/

/*BEGIN #screen_14 (footer)*/
#screen_14{
	height: 76px;
	background: #fcefe1;
	padding: 32px 15px 0 15px;
	text-align: center;
}
#screen_14 p{
	font-family: 'CoreSansA45Regular';
	font-size: 1.2em;
	color: #5f5f5f;
	letter-spacing: 2px;
	margin-bottom: 0;
}
/*END #screen_14 (footer)*/