@charset "utf-8";
/*===== ОБО МНЕ =====*/

/*
d03370
*/


/*===== WRAPPER =====*/
body > .wrapper{	
	position: relative;
	width: 100%;
	height: 100%;
}


.topper .logo{
	background: url('/alex/images/logo/soyl_logo_white.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}


/*==== ОБЩЕЕ  ====*/

/* ЗАГОЛОВОК */
.header{
	margin-bottom: 30px;
	
	text-align: center;
	
	color: #333;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 46px;
	line-height: 60px;
	text-transform: uppercase;
}



/*=====  ВЕРХНИЙ БЛОК =====*/
.top_block{
	border: 0px solid red;
	
	padding: 80px 50px 0px 50px;
	
	height: 600px;
	
	background: url('/alex/images/contacts/contacts.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
@media screen and (max-width: 1200px){
	.top_block{
		background: url('/alex/images/contacts/contacts_mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left top;
	}
}
@media screen and (max-width: 600px){
	.top_block{		
		padding: 80px 15px 20px 15px;
	}
}
@media screen and (max-width: 450px){
	.top_block .header{
		font-size: 35px;
		line-height: 40px;
	}
}
.form_tbl{
	width: 60%;
	float: right;
}
@media screen and (max-width: 1200px){
	.form_tbl{
		width: 85%;
		margin: 0px auto;
		
		float: none;
	}
}
@media screen and (max-width: 600px){
	.form_tbl{
		width: 95%;
	}
}
.form_tbl > tbody > tr > td{
	border: 0px solid red;
	
	text-align: center;
}
.form_tbl .header{
	margin-bottom: 10px !important;
	
	color: #fff;
}
.form_tbl .contact_line{	
	margin-bottom: 15px;
	
	color: #fff;
	font-family: ProximaNovaRegular;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
.form_tbl input[type='text']{
	display: block;
	
	height: 35px;
	
	margin-bottom: 25px;
}
.form_tbl input[type='text'], 
.form_tbl textarea{
	border-radius: 0px;
	
	width: 100%;
	
	background-color: #EFEBF2;
	
	font-family: Roboto;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.form_tbl textarea{
	height: 135px;
	
	margin-bottom: 5px;
}
.form_tbl .fast_txt{	
	margin-bottom: 10px;
	
	color: #fff;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}


.form_tbl .send_button{
	border-radius: 5px;
	
	display: inline-block;
	
	padding: 15px 45px;
	
	margin-top: 10px;
	
	background: #d03370;
	box-shadow: 0 3px 0 #B50046;
	
	color: #fff;
	cursor: pointer;
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;

	text-transform: uppercase;
	letter-spacing: 1px;
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (max-width: 600px){
	.form_tbl .send_button{			
		padding: 15px;
		
		font-size: 16px;
		line-height: 19px;
	}
}
.form_tbl .send_button:hover{
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
}

























