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

/*
d03370
*/


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


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

/* ЗАГОЛОВОК */
.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: 100px 50px 0px 50px;
	
	background: url('/alex/images/about/city.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
}
@media screen and (max-width: 1280px){
	.top_block{
		background: url('/alex/images/about/city_mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right bottom;
	}
}
@media screen and (max-width: 768px){
	.top_block{
		padding: 80px 15px 0px 15px;
	}
}
@media screen and (max-width: 600px){
	.top_block{
		background: url('/alex/images/about/city_mobile1.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
}
.top_tbl{
	width: 95%;
	margin: 0px auto;
}
.top_tbl .header{
	color: #fff;
	text-align: center;
}
.top_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding-bottom: 0px;
	
	vertical-align: middle;
}
.top_tbl > tbody > tr > td.text{
	width: 60%;
	
	padding-bottom: 50px;
	padding-right: 50px;
}
@media screen and (max-width: 1280px){
	.top_tbl > tbody > tr > td.text{
		width: auto;
		
		padding-right: 0px;
	}
}
.top_tbl > tbody > tr > td.text p{
	display: block;
	
	margin-bottom: 15px;
}
.top_tbl > tbody > tr > td.text p, 
.top_tbl > tbody > tr > td.text a{
	color: #fff;
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
}
@media screen and (max-width: 1280px){
	.top_tbl > tbody > tr > td.text p, 
	.top_tbl > tbody > tr > td.text a{
		text-align: center;
	}
}
.top_tbl > tbody > tr > td.img{	
	width: 40%;
	
	vertical-align: bottom;
}
@media screen and (max-width: 1280px){
	.top_tbl > tbody > tr > td.img{	
		display: none;
	}
}
.top_tbl > tbody > tr > td.img .img{
	width: 100%;
	height: auto;
}

/* КНОПКА НА КОНСУЛЬТАЦИЮ */
.top_tbl .button_w{		
	margin-top: 30px;
	
	text-align: center;
}
.top_tbl  .cons_button{
	border: 2px solid #fff;
	
	border-radius: 5px;
	
	display: inline-block;

	padding: 15px 35px;

	color: #fff;
	font-family: ProximaNovaRegular;
	font-size: 17px;
	font-weight: 200;
	cursor: pointer;
	letter-spacing: 1px;
	
	text-transform: uppercase;
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (max-width: 440px){
	.top_tbl  .cons_button{
		padding: 15px;
	}
}
.top_tbl .cons_button:hover{
	border-color: #d03370;
	background-color: #d03370;
}




/*===== БЛОК В ПОЛНЫЙ РОСТ =====*/ 
.rost_div{ 
	border: 0px solid red;
	
	padding: 50px 50px 10px 50px;
	
	background-color: #fff;
	
	text-align: center;
}
@media screen and (max-width: 1150px){
	.rost_div{		
		padding: 25px 25px 0px 25px;
	}
}
@media screen and (max-width: 1200px){
	.rost_div{
		padding: 50px 25px 0px 25px;
		
		background: url('/alex/images/denis/denis_pray_pale.jpg'), 
					#fff;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center;
	}
}
@media screen and (max-width: 420px){
	.rost_div{
		padding: 50px 10px 0px 10px;
	}
}
.rost_div .header{
}
@media screen and (max-width: 768px){
	.rost_div .header{
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 600px){
	.rost_div .header{
		font-size: 35px;
		line-height: 40px;
	}
}
@media screen and (max-width: 400px){
	.rost_div .header{
		font-size: 30px;
		line-height: 35px;
	}
}
.rost_tbl{
	width: 85%;
	margin: 0px auto;
}
@media screen and (max-width: 1150px){
	.rost_tbl{
		width: 95%;
	}
}
@media screen and (max-width: 1200px){
	.rost_tbl{
		width: 100%;
	}
}
.rost_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding-bottom: 0px;
	
	vertical-align: top;
}
.rost_tbl > tbody > tr > td.text{
	width: 55%;
	
	padding-left: 75px;
}
@media screen and (max-width: 990px){
	.rost_tbl > tbody > tr > td.text{
		width: 50%;
	}
}
@media screen and (max-width: 1200px){
	.rost_tbl > tbody > tr > td.text{
		width: auto;
		
		padding-left: 0px;
		
		text-align: center;
	}
}
.rost_tbl > tbody > tr > td.text ul{
	display: inline-block;
	
	margin-left: 20px;
	
	list-style: outside;
}
.rost_tbl > tbody > tr > td.text li{
	margin-bottom: 15px;
	
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
}
@media screen and (max-width: 420px){
	.rost_tbl > tbody > tr > td.text li{
		font-size: 16px;
	}
}
.rost_tbl > tbody > tr > td.text .otz_txt, 
.rost_tbl > tbody > tr > td.text .otz_txt a{
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
}
@media screen and (max-width: 1200px){
	.rost_tbl > tbody > tr > td.text .otz_txt, 
	.rost_tbl > tbody > tr > td.text .otz_txt a{
		text-align: center;
	}
}
.rost_tbl > tbody > tr > td.img{	
	vertical-align: top;
}
@media screen and (max-width: 1200px){
	.rost_tbl > tbody > tr > td.img{
		display: none;
	}
}
.rost_tbl > tbody > tr > td.img .img{
	width: 100%;
	height: auto;
}
.rost_div .button_w[num='1']{
	margin-top: 40px;
	
	padding-bottom: 5px;
				
	text-align: center;
}
@media screen and (max-width: 1200px){
	.rost_div .button_w[num='1']{
		display: none;
	}
}
.rost_div .button_w[num='2']{	
	display: none;
	
	margin-top: 40px;
	
	padding-bottom: 5px;
				
	text-align: center;
}
@media screen and (max-width: 1200px){
	.rost_div .button_w[num='2']{
		display: block;
	}
}
.rost_div .cons_button{
	border-radius: 5px;
	
	display: inline-block;
	
	padding: 15px 35px 15px 35px;
	
	background: #d03370;
	box-shadow: 0 3px 0 #B50046;
	
	color: #fff;
	cursor: pointer;
	font-family: ProximaNovaRegular;
	font-size: 17px;
	font-weight: 200;
	
	text-transform: uppercase;
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.rost_tbl .cons_button:hover{
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
}



/*===== НИЖНИЙ БЛОК =====*/
.bottom_block{
	border: 0px solid red;
	
	position: relative;
	
	background: url('/alex/images/about/bottom_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bottom_block .content{
	padding: 190px 50px 0px 50px;
}
@media screen and (max-width: 1200px){
	.bottom_block .content{
		padding: 150px 50px 0px 50px;
	}
}
@media screen and (max-width: 930px){
	.bottom_block .content{
		padding: 100px 25px 0px 25px;
	}
}
@media screen and (max-width: 768px){
	.bottom_block .content{
		padding: 70px 15px 0px 15px;
	}
}
@media screen and (max-width: 440px){
	.bottom_block .content{
		padding: 40px 15px 0px 15px;
	}
}
.bottom_block .top_shape{	
	width: 100%;
	height: 130px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	background: url('/alex/images/main/top_shape.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.bottom_block .text_w{
	width: 80%;
	margin: 0px auto;
	margin-bottom: 60px;
}
@media screen and (max-width: 930px){
	.bottom_block .text_w{
		width: 90%;
	}
}
@media screen and (max-width: 600px){
	.bottom_block .text_w{
		width: 100%;
	}
}
.bottom_block p{
	display: block;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px){
	.bottom_block p{
		margin-bottom: 20px;
	}
}
.bottom_block p,
.bottom_block a{
	color: #000;
	font-family: Roboto;
	font-size: 19px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
}



/*===== ФУТЕР =====*/
.footer{
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.15));
}
















































