@charset "utf-8";
/*===== ВОРОНКА =====*/

/*
d03370
*/


.mid_razm > tbody > tr > td{
	border: 0px solid green;
}

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

/* ЗАГОЛОВОК */
.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;
}


/*== КНОПКА ==*/
.love_button{
	border-radius: 5px;
	
	display: inline-block;
	
	margin-bottom: 5px;
	
	padding: 15px 35px 15px 35px;
	
	position: relative;
	z-index: 100;
	
	background: #d03370;
	box-shadow: 0 3px 0 #B50046;
	
	color: #fff;
	cursor: pointer;
	font-family: ProximaNovaRegular;
	font-size: 17px;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.love_button:hover{
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
}




/*=== ВЕРХНИЙ БЛОК ===*/
	.mid_razm[num='1'] > tbody > tr > td{	
		padding: 100px 50px 50px 50px;
	}
	@media screen and (max-width: 1200px){
		.mid_razm[num='1'] > tbody > tr > td{	
			padding: 80px 25px 25px 25px;
		}
	}
	@media screen and (max-width: 600px){
		.mid_razm[num='1'] > tbody > tr > td{	
			padding: 60px 15px 15px 15px;
		}
	}
	.top_block{
		border: 0px solid red;
		
		width: 100%;
		box-sizing: border-box;	
			
		position: relative;
		
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.25)), 
					linear-gradient(to bottom, rgba(214, 0, 83, 0.3), rgba(214, 0, 83, 0.2)), 
					url('/alex/images/vp/top_block_bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		
		text-align: center;
	}
	.top_block .header{	
		width: 80%;
		box-sizing: border-box;
		
		margin: 0px auto;
		
		color: #fff;
		font-family: Roboto;
		font-weight: 900;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
		text-align: center;
	}
	.top_block .top_header{		
		margin-bottom: 30px;
	
		font-size: 40px;
		line-height: 45px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	@media screen and (max-width: 1023px){
		.top_block .top_header{	
			font-size: 30px;
			line-height: 35px;
		}
	}
	@media screen and (max-width: 768px){
		.top_block .top_header{	
			font-size: 25px;
			line-height: 28px;
		}
	}
	@media screen and (max-width: 530px){
		.top_block .top_header{
			font-size: 20px;
			line-height: 25px;
		}
	}
	@media screen and (max-width: 375px){
		.top_block .top_header{
			font-size: 15px;
		}
	}
	.top_block .header_small{
		width: 95%;
		
		margin-bottom: 40px;
			
		font-size: 20px;
		line-height: 22px;
		font-weight: 400;
		letter-spacing: 1px;
		text-transform: none;
	}
	@media screen and (max-width: 1200px){
		.top_block .header_small br{
			display: none;
		}
	}
	@media screen and (max-width: 630px){
		.top_block .header_small{
			font-size: 20px;
			line-height: 22px;
		}
	}
	@media screen and (max-width: 530px){
		.top_block .header_small{
			font-size: 18px;
			line-height: 20px;
		}
	}
	.top_block .bottom_header{
		width: 95%;
		
		margin-bottom: 40px;
		
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	@media screen and (max-width: 1200px){
		.top_block .bottom_header br{
			display: none;
		}
	}
	@media screen and (max-width: 768px){
		.top_block .bottom_header{	
			font-size: 25px;
			line-height: 28px;
		}
	}
	@media screen and (max-width: 530px){
		.top_block .bottom_header{
			font-size: 20px;
			line-height: 25px;
		}
	}
	@media screen and (max-width: 375px){
		.top_block .bottom_header{
			font-size: 15px;
		}
	}
		
	/* КНОПКА ВЕРХНЕГО БЛОКА */
		.top_block .button{
			display: inline-block;
			border: 1px solid #eb3690;
			border-radius: 5px;
			
			margin-top: 35px;
			padding: 10px 35px;
			
			background: linear-gradient(to bottom, #E30E87, #CC4E8D);
			
			color: #fff;
			font-family: ProximaNovaRegular;
			font-size: 21px;
			font-weight: 200;
			cursor: pointer;
			
			line-height: 30px;
			
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		.top_block .button:hover{
			border: 1px solid #eb3690;
			background: linear-gradient(to bottom, #D10D7C, #BD4882);
			
			text-decoration: underline;
		}
		@media screen and (max-width: 720px){
			.top_block .button{
				margin-top: 25px;
				padding: 10px 20px;
				
				font-size: 15px;
			}
		}
		@media screen and (max-width: 530px){
			.top_block .button{
				margin-top: 15px;
				padding: 5px 10px;
				
				font-size: 14px;
			}
		}
	
		



/*===== О КУРСЕ =====*/
.block2{
	padding: 50px 50px 0px 50px;
	
	position: relative;
		
	text-align: center;
	
	overflow: visible;
}
@media screen and (max-width: 900px){
	.block2{
		padding: 25px 25px 0px 25px;
	}
}
@media screen and (max-width: 600px){
	.block2{
		padding: 15px 15px 0px 15px;
	}
}
.block2 .bg_div{
	border: 0px solid red;
	
	width: 100%;
	height: calc(100% + 85px);
	
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	
	background: url('/alex/images/vp/about_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.block2 .content{
	border: 0px solid blue;
	
	position: relative;
	z-index: 2;
	
	text-align: center;
}
.block2 .header{	
	width: 90%;
	box-sizing: border-box;
	margin: 0px auto;
	margin-bottom: 40px;
	
	color: #CF0050;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 1200px){
	.block2 .header{	
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (max-width: 600px){
	.block2 .header{	
		font-size: 25px;
		line-height: 30px;
	}
}
.block2 ul{	
	display: inline-block;
	
	width: 60%;
	margin-bottom: 40px;
	margin-left: 20px;
	
	list-style: outside;
}
@media screen and (max-width: 1200px){
	.block2 ul{			
		width: 80%;
	}
}
@media screen and (max-width: 900px){
	.block2 ul{			
		width: 95%;
	}
}
.block2 li{
	margin-bottom: 30px;
	
	color: #222;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 28px;
}




/* ===== ОБО МНЕ ===== */
.know_div{
	padding: 130px 50px 50px 50px;	
		
	position: relative;	
		
	background: 
		linear-gradient(to bottom, rgba(208, 51, 112, 0.4), rgba(208, 51, 112, 0.4)), 
		linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), 
		url('/alex/images/vp/denis_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
@media screen and (max-width: 930px){
	.know_div{
		padding: 130px 15px 50px 15px;	
	}
}
.know_div .header{
	color: #fff;
}
@media screen and (max-width: 1200px){
	.know_div .header{
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 768px){
	.know_div .header{
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (max-width: 600px){
	.know_div .header{
		font-size: 25px;
		line-height: 28px;
	}
}
.know_div .cont{
	border: 0px solid red;
			
	width: 70%;
	margin: 0px auto;
	
	white-space: nowrap;
}
@media screen and (max-width: 1200px){
	.know_div .cont{	
		width: 80%;
	}
}
@media screen and (max-width: 1050px){
	.know_div .cont{	
		width: 90%;
	}
}
@media screen and (max-width: 930px){
	.know_div .cont{	
		width: 95%;
		
		text-align: center;
	}
}
@media screen and (max-width: 440px){
	.know_div .cont{	
		width: 100%;
	}
}
.know_div img{
	border: 3px solid #F5F5F5;
	border-radius: 300px;
	
	display: inline-block;
	
	width: 220px;
	height: auto;
	
	margin-right: 50px;	
	
	float: left;
}
@media screen and (max-width: 930px){
	.know_div img{	
		display: block;
		
		width: 180px;
		margin: 0px auto;
		margin-bottom: 25px;
		
		float: none;	
	}
}
.know_div .text{		
	display: inline-block;
	
	width: calc(100% - 285px);
	
	white-space: normal;
	
	float: left;	
}
@media screen and (max-width: 930px){
	.know_div .text{		
		width: 95%;
		
		float: none;
		
		text-align: center;
	}
}
.know_div .text_header{
	margin-bottom: 15px;
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
}
@media screen and (max-width: 930px){
	.know_div .text_header{
		text-align: center;
	}
}
.know_div ul{
	margin-left: 25px;
	
	list-style: outside;
}
@media screen and (max-width: 930px){
	.know_div ul{
		margin-bottom: 20px;
	}
}
.know_div .text li{
	margin-bottom: 15px;
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}




/*===== СРЕДНИЙ БЛОК =====*/
.middle_block{
	border: 0px solid blue;
	
	position: relative;
	
	padding: 50px 50px 50px 50px;
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5)), 
				linear-gradient(to bottom, rgba(214, 0, 83, 0.3), rgba(214, 0, 83, 0.2)), 
				url('/alex/images/vp/couple.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	
	text-align: center;
}
@media screen and (max-width: 1200px){
	.middle_block{
		padding: 40px 25px 50px 25px;
	}
}
@media screen and (max-width: 600px){
	.middle_block{
		padding: 25px 15px 25px 15px;
	}
}
.middle_block .header2{	
	width: 90%;
	box-sizing: border-box;
	
	margin: 0px auto;
	margin-bottom: 50px;	
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 56px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.2;
}
@media screen and (max-width: 1280px){
	.middle_block .header2{	
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1030px){
	.middle_block .header2{			
		font-size: 30px;
	}
}
@media screen and (max-width: 740px){
	.middle_block .header2{			
		font-size: 25px;
	}
}
@media screen and (max-width: 600px){
	.middle_block .header2{			
		font-size: 20px;
	}
}
@media screen and (max-width: 500px){
	.middle_block .header2{	
		font-size: 15px;
	}
}
.middle_block .bullets{		
	width: 60%;
	margin: 0px auto;
	margin-bottom: 20px;
	
	padding-left: 25px;
}
@media screen and (max-width: 1200px){
	.middle_block .bullets{	
		width: 70%;
	}
}
@media screen and (max-width: 900px){
	.middle_block .bullets{	
		width: 80%;
	}
}
@media screen and (max-width: 600px){
	.middle_block .bullets{	
		width: 80%;
	}
}
@media screen and (max-width: 440px){
	.middle_block .bullets{	
		width: 95%;
	}
}
.middle_block .bullets p{
	display: block;
	padding-bottom: 45px;
	padding-left: 10px;
	box-sizing: border-box;
		
	position: relative;
	margin: 0px auto;
	
	color: #fff;
	font-family: Roboto;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: left;
	letter-spacing: 1px;
}
@media screen and (max-width: 1200px){
	.middle_block .bullets p{
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 890px){
	.middle_block .bullets p{
		padding-bottom: 15px;
		
		font-size: 15px;
		line-height: 18px;
	}
}
@media screen and (max-width: 600px){
	.middle_block .bullets p{
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 500px){
	.middle_block .bullets p.long{
		display: none;
	}
}
.middle_block .bullets p:last-child{
	padding-bottom: 25px;
}
.middle_block .bullets .icon-heart{
	display: inline-block;
	position: absolute;
	left: -25px;
	top: 2px;
	
	color: #fff;
	font-size: 23px;
}





/*===== ФОРМА ПОДПИСКИ =====*/
.sub{
	border: 0px solid green;
	
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	
	position: relative;
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), 
				linear-gradient(to bottom, rgba(214, 0, 83, 0.3), rgba(214, 0, 83, 0.2)), 
				url('/alex/images/vp/sub_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
	
	text-align: center;
}
@media screen and (max-width: 1280px){
	.sub{	
		padding: 50px 25px 50px 25px;
	}
}
@media screen and (max-width: 920px){
	.sub{	
		padding: 25px 15px;
	}
}
.sub .header3, 
.sub .header4{
	width: 80%;
	box-sizing: border-box;
		
	margin: 0px auto;
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.2;
}
.sub .header3{
	font-size: 30px;
}
@media screen and (max-width: 1150px){
	.sub .header3{	
		font-size: 20px;
	}
}
@media screen and (max-width: 450px){
	.sub .header3{	
		font-size: 15px;
	}
}
@media screen and (max-width: 375px){
	.sub .header3{	
		font-size: 12px;
	}
}
.sub .header4{
	padding-top: 25px;
	padding-bottom: 35px;
	
	font-size: 56px;
}
@media screen and (max-width: 1280px){
	.sub .header4{	
		padding-top: 15px;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 1150px){
	.sub .header4{	
		font-size: 30px;
	}
}
@media screen and (max-width: 920px){
	.sub .header4{	
		padding-top: 0px;
		padding-bottom: 5px;
		
		font-size: 20px;
	}
}
@media screen and (max-width: 450px){
	.sub .header4{	
		font-size: 15px;
	}
}
@media screen and (max-width: 375px){
	.sub .header4{	
		font-size: 12px;
	}
}
.sub .sub_w{
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	
	display: inline-block;
	
	padding: 40px 50px;
	margin: 0px auto;
	box-sizing: border-box;
	
	text-align: center;
}
@media screen and (max-width: 1150px){
	.sub .sub_w{
		padding: 20px 25px;
	}
}
@media screen and (max-width: 920px){
	.sub .sub_w{
		padding: 10px;
	}
}
@media screen and (max-width: 450px){
	.sub .sub_w{	
		border-width: 0px;
	}
}
.sub .sub_w input[type='text']{
	display: none;

	border: 1px solid #E0538A;
	border-radius: 1px;
	
	width: 350px;
	margin-bottom: 30px;
	
	height: 35px;
	
	background-color: #fff;
}
@media screen and (max-width: 1150px){
	.sub .sub_w input[type='text']{	
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 920px){
	.sub .sub_w input[type='text']{	
		width: 250px;
		height: 25px;
		margin-bottom: 10px;
	}
}




/* ПОЛИТИКА КОНФИДЕНЦИАЛЬНОСТИ */
.policy,
.policy a{
	display: none;
	
	color: #fff;
	font-size: 12px;
	font-family: open;
	text-align: center;
}
.sub_w .love_button{
	position: relative;
	top: -20px;
}














































