@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 .video_button,
.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;
}
@media screen and (max-width: 580px){
	.top_block .video_button,
	.cons_button{
		padding: 15px 15px;
	}
}
.top_block .video_button:hover,
.cons_button:hover{
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
}





/*=====  ВЕРХНИЙ БЛОК =====*/
.top_block{
	border: 0px solid red;	
	
	position: relative;

	background: linear-gradient(to bottom, rgba(208, 51, 112, 0.2), rgba(208, 51, 112, 0.2)), 
				linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5) 30%,  rgba(0, 0, 0, 0.4)), 
				url('/alex/images/consult/top_block_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
	text-align: center;
}
@media screen and (max-width: 835px){
	.top_block{
		background: linear-gradient(to bottom, rgba(208, 51, 112, 0.2), rgba(208, 51, 112, 0.2)), 
			linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7) 30%,  rgba(0, 0, 0, 0.5)), 
			url('/alex/images/consult/top_block_bg_mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
}
.top_block .mid_razm > tbody > tr > td{		
	padding: 60px 50px 100px 50px;
}
@media screen and (max-width: 835px){
	.top_block .mid_razm > tbody > tr > td{		
		padding: 60px 25px 50px 25px;
	}
}
.top_block .header{
	margin-top: 120px;
	margin-bottom: 60px;
	
	color: #fff;
}
@media screen and (max-width: 835px){
	.top_block .header{
		margin-top: 0px;
		margin-bottom: 30px;
	
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 580px){
	.top_block .header{	
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (max-width: 450px){
	.top_block .header{	
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width: 835px){
	.top_block .header br{
		display: none;
	}
}
.top_block .text{
	width: 60%;
	margin: 0px auto;
	
	margin-bottom: 60px;
	
	color: #fff;
	font-family: ProximaNovaRegular;
	font-size: 23px;
	font-weight: 200;
	letter-spacing: 1px;
	text-align: center;
}
@media screen and (max-width: 835px){
	.top_block .text{
		width: 80%;
		
		margin-bottom: 30px;
		
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width: 580px){
	.top_block .text{
		width: 95%;
	}
}
@media screen and (max-width: 450px){
	.top_block .text{
		font-size: 18px;
		line-height: 22px;
	}
}
.top_block iframe{
	border-radius: 15px;
	
	margin: 0px auto;
}
.top_block .video_button{
	margin-right: 40px;
}
@media screen and (max-width: 835px){
	.top_block .video_button{		
		margin: 0px auto;
		margin-right: 0px;
		margin-bottom: 30px;
	}
}
.top_block button_delim{
	display: none;
}
@media screen and (max-width: 835px){
	.top_block button_delim{
		display: block;
		height: 0px;
	}
}





/*===== БЛОК В ПОЛНЫЙ РОСТ =====*/
.rost_div{
	border: 0px solid red;
	
	padding: 50px 50px 0px 50px;
	
	background-color: #fff;
}
@media screen and (max-width: 1150px){
	.rost_div{		
		padding: 25px 25px 0px 25px;
	}
}
@media screen and (max-width: 855px){
	.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_tbl{
	width: 85%;
	margin: 0px auto;
}
@media screen and (max-width: 1150px){
	.rost_tbl{
		width: 95%;
	}
}
@media screen and (max-width: 855px){
	.rost_tbl{
		width: 100%;
	}
}
.rost_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding-bottom: 0px;
	
	vertical-align: middle;
}
.rost_tbl > tbody > tr > td.text{
	width: 65%;
	
	padding-left: 75px;
		
	vertical-align: middle;
}
@media screen and (max-width: 990px){
	.rost_tbl > tbody > tr > td.text{
		width: 50%;
	}
}
@media screen and (max-width: 855px){
	.rost_tbl > tbody > tr > td.text{
		width: auto;
		
		padding-left: 0px;
		
		text-align: center;
	}
}
.rost_tbl .td_header{
	display: inline-block;
	margin-bottom: 15px;
	
	font-family: Roboto;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media screen and (max-width: 855px){
	.rost_tbl .td_header{
		text-align: center;
	}
}
@media screen and (max-width: 855px){
	.rost_tbl > tbody > tr > td.text p.header_p{
		color: #111;
		font-family: Roboto;
		font-size: 23px;
		font-weight: 700;
		text-align: center;
	}
}
@media screen and (max-width: 420px){
	.rost_tbl > tbody > tr > td.text p.header_p{
		font-size: 20px;
	}
}
.rost_tbl > tbody > tr > td.text ul{
	list-style: outside;
	
	margin-left: 40px;
}
.rost_tbl > tbody > tr > td.text li,
.rost_tbl > tbody > tr > td.text p{
	margin-bottom: 20px;
	
	color: #111;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 855px){
	.rost_tbl > tbody > tr > td.text p{
		text-align: center;
	}
}
@media screen and (max-width: 420px){
	.rost_tbl > tbody > tr > td.text li,
	.rost_tbl > tbody > tr > td.text p{
		font-size: 16px;
	}
}
.rost_tbl > tbody > tr > td.text .otz_txt, 
.rost_tbl > tbody > tr > td.text .otz_txt a{
	color: #111;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
@media screen and (max-width: 855px){
	.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: 855px){
	.rost_tbl > tbody > tr > td.img{
		display: none;
	}
}
.rost_tbl > tbody > tr > td.img .img{
	width: 100%;
	height: auto;
}
.rost_tbl > tbody > tr > td.text bold{
	font-weight: 900;
}
.rost_div .button_w[num='1']{	
	margin-top: 40px;
	
	padding-bottom: 5px;
				
	text-align: center;
}
@media screen and (max-width: 855px){
	.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: 855px){
	.rost_div .button_w[num='2']{
		display: block;
	}
}


/*===== БЛОК О КОНСУЛЬТАЦИИ =====*/
.cons_div{
	border: 0px solid red;
	
	position: relative;
	
	padding: 180px 50px 10px 50px;
	
	background-color: #f3f0f6;
}
@media screen and (max-width: 1060px){
	.cons_div{
		padding: 100px 25px 10px 25px;
	}
}
@media screen and (max-width: 600px){
	.cons_div{
		padding: 70px 25px 10px 25px;
	}
}
@media screen and (max-width: 400px){
	.cons_div{
		padding: 50px 25px 10px 25px;
	}
}
.cons_div .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;
}
.cons_tbl{
	width: 85%;
	margin: 0px auto;
}
@media screen and (max-width: 540px){
	.cons_tbl{
		width: 95%;
	}
}
.cons_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding-bottom: 0px;
	
	vertical-align: middle;
}
.cons_tbl > tbody > tr > td.text{
	width: 65%;
		
	padding-right: 60px;
	
	vertical-align: middle;
}
@media screen and (max-width: 1060px){
	.cons_tbl > tbody > tr > td.text{			
		padding-right: 0px;
		padding-top: 25px;
	}
}
.cons_tbl > tbody > tr > td.text ul{
	margin-left: 50px;
}
.cons_tbl > tbody > tr > td.img{
	vertical-align: top;
}
.cons_tbl > tbody > tr > td.img .img{
	border: 8px solid #d03370;
	border-radius: 1000px;
	
	width: 100%;
	height: auto;
	
	background-color: #fff;
	
	padding: 3px;
	box-sizing: border-box;
}
.cons_tbl > tbody > tr.mobile_tr{
	display: none;
}
@media screen and (max-width: 1060px){
	.cons_tbl > tbody > tr.mobile_tr{
		display: table-row;
	}
	.cons_tbl > tbody > tr > td.img.desktop_td{
		display: none;
	}
}
.cons_tbl > tbody > tr.mobile_tr > td.img{
	text-align: center;
}
.cons_tbl > tbody > tr.mobile_tr > td.img .img{
	border-width: 3px;
	
	width: 200px;
	height: auto;
}
.cons_tbl > tbody > tr > td.text ul{
	list-style: outside;
	
	margin-left: 40px;
}
.cons_tbl > tbody > tr > td.text li{
	margin-bottom: 5px;
	
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
}
@media screen and (max-width: 540px){
	.cons_tbl > tbody > tr > td.text li{
		font-size: 16px;
	}
}
.cons_tbl p{ 
	display: block;
	margin-bottom: 15px;
		
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
}
@media screen and (max-width: 540px){
	.cons_tbl > tbody > tr > td.text p{
		font-size: 16px;
	}
}
.cons_tbl > tbody > tr > td.button_td{	
	padding-top: 50px;
	
	text-align: center;
}
@media screen and (max-width: 1060px){
	.cons_tbl > tbody > tr > td.button_td{	
		padding-top: 10px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 1060px){
	.cons_tbl > tbody > tr > td.button_td .cons_button{	
		padding: 15px;
	}
}




/*===== БЛОК ПОЧЕМУ =====*/
.why_div{
	border: 0px solid red;
	
	position: relative;
	
	padding: 160px 50px 50px 50px;
	
	background-color: #fff;
}
@media screen and (max-width: 770px){
	.why_div{
		padding: 80px 5px 25px 5px;
	}
}
@media screen and (max-width: 400px){
	.why_div{
		padding: 50px 5px 25px 5px;
	}
}
.why_div .top_shape_grey{	
	width: 100%;
	height: 130px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	background: url('/alex/images/main/top_shape_grey.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.why_tbl{
	width: 95%;
	margin: 0px auto;
}
.why_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding-bottom: 0px;
	
	vertical-align: middle;
}
.why_tbl > tbody > tr > td.text{
	width: 35%;
	
	padding-top: 30px;
				
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
	
	vertical-align: top;
}
.why_tbl > tbody > tr > td.text.left{
	padding-right: 20px;
}
@media screen and (max-width: 770px){
	.why_tbl > tbody > tr > td.text.left{
		padding-right: 5px;
	}
}
.why_tbl > tbody > tr > td.text.right{
	padding-left: 20px;
}
@media screen and (max-width: 770px){
	.why_tbl > tbody > tr > td.text.right{
		padding-left: 5px;
	}
}
.why_tbl .td_header{
	display: inline-block;
	margin-bottom: 15px;
	
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}
@media screen and (max-width: 770px){
	.why_tbl .td_header{
		font-size: 16px;
	}
}
.why_tbl p{ 
	display: block;
	margin-bottom: 20px;
		
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
}
@media screen and (max-width: 770px){
	.why_tbl p{ 
		font-size: 16px;
	}
}
.why_tbl > tbody > tr > td.text ul{
	margin-left: 50px;
	margin-bottom: 30px;
}
@media screen and (max-width: 770px){
	.why_tbl > tbody > tr > td.text ul{
		margin-left: 10px;
	}
}
.why_tbl > tbody > tr > td.text li{
	margin-bottom: 20px;
	
	font-family: ProximaNovaRegular;
	font-size: 18px;
	font-weight: 200;
	text-align: left;
}
@media screen and (max-width: 770px){
	.why_tbl > tbody > tr > td.text li{
		font-size: 16px;
	}
}
.why_tbl > tbody > tr > td.img{
	text-align: center;
}
.why_tbl > tbody > tr > td.img .img{
	width: 300px;
	height: auto;
	
	border-radius: 1000px;
}
@media screen and (max-width: 770px){
	.why_tbl > tbody > tr > td.img .img{
		width: 200px;		
	}
}
.why_div .button_w{
	text-align: center;
	
	margin-top: 15px;
}




/*===== БЛОК ПОЧЕМУ-МИНИ =====*/
.why_mini{		
	padding: 140px 50px 90px 50px;
	
	background-color: #d03370;
}
@media screen and (max-width: 1030px){
	.why_mini{		
		padding: 100px 50px 70px 50px;
	}
}
@media screen and (max-width: 600px){
	.why_mini{		
		padding: 100px 25px 70px 25px;
	}
}
@media screen and (max-width: 410px){
	.why_mini{		
		padding: 40px 15px 30px 15px;
	}
}
.why_mini .header{
	margin: 0px;
	font-size: 50px;
	
	color: #fff;
	text-shadow: 1px 1px 0px #d03370;
}
@media screen and (max-width: 1030px){
	.why_mini .header{
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 600px){
	.why_mini .header{
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (max-width: 410px){
	.why_mini .header{
		font-size: 25px;
		line-height: 24px;
	}
}



/*===== ПРИЧИНЫ =====*/
.reason{		
	padding: 90px 50px 0px 50px;
	
	position: relative;
	
	background-color: #f3f0f6;
}
@media screen and (max-width: 1100px){
	.reason{		
		padding: 90px 25px 0px 25px;
	}
}
@media screen and (max-width: 900px){
	.reason{		
		padding: 70px 25px 0px 25px;
	}
}
@media screen and (max-width: 600px){
	.reason{		
		padding: 50px 25px 10px 25px;
	}
}
@media screen and (max-width: 420px){
	.reason{		
		padding: 50px 5px 10px 5px;
	}
}
.reason .rose_hill_shape{		
	width: 100%;
	height: 100px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	background: url('/alex/images/consult/rose_hill_shape.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.reason .header1{
	margin-bottom: 30px;
	
	color: #333;
	font-family: ProximaNovaRegular;
	font-style: normal;
	font-weight: 200;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}
@media screen and (max-width: 1100px){
	.reason .header1{
		font-size: 22px;
	}
}
@media screen and (max-width: 900px){
	.reason .header1{
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px){
	.reason .header1 br{
		display: none;
	}
}
.reason .header2{
	margin-bottom: 40px;
	
	color: #333;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}
@media screen and (max-width: 800px){
	.reason .header2{
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (max-width: 500px){
	.reason .header2{
		font-size: 25px;
		line-height: 28px;
	}
}
@media screen and (max-width: 1200px){
	.reason .header2 br{
		display: none;
	}
}
.reason_tbl{
	width: 90%;
	margin: 0px auto;
}
.reason_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding-bottom: 55px;
	
	vertical-align: top;
}
.reason_tbl > tbody > tr > td.text{
	width: 70%;	
}
@media screen and (max-width: 600px){
	.reason_tbl > tbody > tr > td.text{		
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 420px){
	.reason_tbl > tbody > tr > td.text{		
		padding-bottom: 15px;
	}
}
.reason_tbl > tbody > tr > td.text.left{
	padding-right: 45px;
}
@media screen and (max-width: 800px){
	.reason_tbl > tbody > tr > td.text.left{
		padding-right: 15px;
	}
}
.reason_tbl > tbody > tr > td.text.right{
	padding-left: 45px;
}
@media screen and (max-width: 800px){
	.reason_tbl > tbody > tr > td.text.right{
		padding-left: 15px;
	}
}
.reason_tbl > tbody > tr > td.text p{
	display: block;
	
	margin-bottom: 15px;
	
	font-family: ProximaNovaRegular;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width: 600px){
	.reason_tbl > tbody > tr > td.text p{
		text-align: center;
	}
}
@media screen and (max-width: 420px){
	.reason_tbl > tbody > tr > td.text p{
		font-size: 15px;
	}
}
.reason_tbl > tbody > tr > td.img{
	text-align: center;
}
@media screen and (max-width: 600px){
	.reason_tbl > tbody > tr > td.img{		
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 420px){
	.reason_tbl > tbody > tr > td.img{		
		padding-bottom: 5px;
	}
}
.reason_tbl > tbody > tr > td.img .img{
	width: 220px;
	height: auto;
	
	padding: 3px;
	
	background-color: #fff;
	
	border: 4px solid #d03370;
	border-radius: 1000px;
}
@media screen and (max-width: 800px){
	.reason_tbl > tbody > tr > td.img .img{
		width: 150px;
	}
}
.reason .button_w{
	padding-bottom: 5px;
				
	text-align: center;
}






/*===== ОТЗЫВЫ О КОНСУЛЬТАЦИЯХ =====*/
.otz{		
	padding: 180px 50px 50px 50px;
	
	position: relative;
	
	background-color: #fff;
}
@media screen and (max-width: 1020px){
	.otz{		
		padding: 120px 50px 50px 50px;
	}
}
@media screen and (max-width: 770px){
	.otz{		
		padding: 100px 15px 25px 15px;
	}
}
@media screen and (max-width: 540px){
	.otz{		
		padding: 70px 15px 25px 15px;
	}
}
.otz .top_shape_grey{		
	width: 100%;
	height: 130px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	background: url('/alex/images/main/top_shape_grey.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
@media screen and (max-width: 770px){
	.otz .header{		
		font-size: 35px;
		line-height: 38px;
	}
}
@media screen and (max-width: 540px){
	.otz .header{		
		font-size: 30px;
		line-height: 33px;
	}
}
.otz_tbl{
	width: 90%;
	margin: 0px auto;
}
@media screen and (max-width: 1200px){
	.otz_tbl{
		width: 95%;
		margin: 0px auto;
	}
}
.otz_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding-bottom: 35px;
	
	vertical-align: top;
}
@media screen and (max-width: 1020px){
	.otz_tbl > tbody > tr > td.text{		
		padding-bottom: 45px;
	}
}
.otz_tbl > tbody > tr > td.text .wrap{
	border-radius: 15px;
	
	box-sizing: border-box;
	
	padding: 25px;
		
	background: #c6e6e6;
	box-shadow: 3px 3px 0px #90D4D4;
}
@media screen and (max-width: 1020px){
	.otz_tbl > tbody > tr > td.text .wrap{
		padding: 15px;
	}
}
.otz_tbl > tbody > tr > td.text.left{
	padding-right: 45px;
}
@media screen and (max-width: 1020px){
	.otz_tbl > tbody > tr > td.text.left{
		padding-right: 5px;
	}
}
.otz_tbl > tbody > tr > td.text.right{
	padding-left: 45px;
}
@media screen and (max-width: 1020px){
	.otz_tbl > tbody > tr > td.text.right{
		padding-left: 5px;
	}
}
.otz_tbl > tbody > tr > td.text p{
	display: block;
	
	margin-bottom: 15px;
	
	font-family: ProximaNovaRegular;
	font-size: 16px;
	font-weight: 200;
	text-align: left;
}
.otz_tbl > tbody > tr > td.text .small_header{
	margin-bottom: 20px;
	
	font-family: ProximaNovaRegular;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
}
.otz_tbl > tbody > tr > td.img{
	padding-left: 25px;
	
	text-align: center;
}
@media screen and (max-width: 1020px){
	.otz_tbl > tbody > tr > td.img{
		padding-left: 5px;
		padding-bottom: 10px;
	}
}
.otz_tbl > tbody > tr > td.img .img{
	width: 220px;
	height: auto;
	
	padding: 3px;
	
	background-color: #fff;
	
	border: 4px solid #d03370;
	border-radius: 1000px;
}
@media screen and (max-width: 1200px){
	.otz_tbl > tbody > tr > td.img .img{
		width: 150px;
	}
}
.otz_tbl .name{
	margin-top: 12px;
	margin-bottom: 8px;
		
	font-family: ProximaNovaRegular;
	font-size: 21px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
}
.otz_tbl .location{
	text-align: center;
	
	color: #666;
	font-family: ProximaNovaRegular;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}
.otz .button_w{
	margin-top: 10px;
	
	text-align: center;
}
@media screen and (max-width: 1020px){
	.otz .button_w{
		margin-top: 0px;
	}
}








































