@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: 50px;
	text-transform: uppercase;
}

/* КНОПКА */
.love_button{
	border-radius: 5px;
	
	display: inline-block;
	
	margin-bottom: 5px;
	
	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;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.love_button:hover{
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
}









/*=== ВЕРХНИЙ БЛОК ===*/
	.top_block{
		border: 0px solid red;
		
		width: 100%;
		box-sizing: border-box;
		
		background: 	
			linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), 
			linear-gradient(to bottom, rgba(214, 0, 83, 0.7), rgba(214, 0, 83, 0.2)), 
			url('/alex/images/return/top_block_bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.top_block .mid_razm  > tbody > tr > td{	
		border: 0px solid #fff;	
		
		padding-top: 80px;
	}
	.top_block .header{		
		border: 0px solid #aaa;
		
		width: 90%;
		margin: 0px auto;
		
		color: #fff;
		text-align: center;
		text-transform: uppercase;
	}
	@media screen and (max-width: 1200px){
		.top_block .header{		
			width: 100%;
		}
	}
	.top_block .header.top{	
		margin-bottom: 45px;
		
		font-family: ProximaNovaBlack;
		font-size: 35px;
		line-height: 40px;
		font-weight: 500;
	}
	@media screen and (max-width: 1200px){
		.top_block .header.top{				
			font-size: 30px;
			line-height: 35px;
		}
	}
	@media screen and (max-width: 600px){
		.top_block .header.top{		
			font-size: 25px;
			line-height: 30px;
		}
	}
	@media screen and (max-width: 440px){
		.top_block .header.top{		
			font-size: 22px;
			line-height: 24px;
		}
	}
	.top_block .header.big{	
		margin-bottom: 45px;
	
		font-family: ProximaNovaBlack;
		font-size: 63px;
		font-weight: 500;
		line-height: 69px;
	}
	@media screen and (max-width: 1200px){
		.top_block .header.big{				
			font-size: 40px;
			line-height: 45px;
		}
	}
	@media screen and (max-width: 600px){
		.top_block .header.big{		
			font-size: 35px;
			line-height: 40px;
		}
	}
	@media screen and (max-width: 440px){
		.top_block .header.big{		
			font-size: 30px;
			line-height: 35px;
		}
	}
	.top_block .header.small{
		margin-top: 20px;
		
		font-family: ProximaNovaRegular;
		font-size: 21px;
		font-weight: 200;
		
		line-height: 30px;
	}
	@media screen and (max-width: 440px){
		.top_block .header.small{		
			font-size: 19px;
			line-height: 22px;
		}
	}
	
	/* КНОПКА "ХОЧУ ЕГО ВЕРНУТЬ" */
		.present{
			display: inline-block;
			border: 1px solid #eb3690;
			border-radius: 5px;
			
			margin-top: 35px;
			margin-bottom: 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;
		}
		.present:hover{
			border: 1px solid #eb3690;
			background: linear-gradient(to bottom, #D10D7C, #BD4882);
			
			text-decoration: underline;
		}





/*=== ПРО КУРС ===*/
.about{
	padding: 50px 40px;
	
	background: url('/alex/images/return/fight.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	
	text-align: center;
}
@media screen and (max-width: 768px){
	.about{
		padding: 25px 15px;
	}
}
.about .header{
	font-size: 30px;
	line-height: 36px;
}
@media screen and (max-width: 600px){
	.about .header{		
		font-size: 25px;
		line-height: 30px;
	}
}
.about ul{	
	display: inline-block;
	
	margin-left: 20px;

	list-style: outside;
}
.about li{
	margin-bottom: 20px;
	
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 22px;
}
@media screen and (max-width: 600px){
	.about li{
		margin-bottom: 15px;
	}
}
.about li:last-child{
	margin-bottom: 0px;
}
.about .under_header{
	width: 90%;
	margin: 0px auto;
	
	margin-bottom: 40px;
}
@media screen and (max-width: 600px){
	.about .under_header{
		width: 100%;
		
		margin-bottom: 20px;
	}
}
.about .under_header_1{
	margin-top: 40px;
	
	color: #333;
	font-family: Roboto;
	font-style: italic;
	font-weight: 900;
	font-size: 22px;
}
.about .under_header_2{	
	color: #cc0000;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	text-align: center;
}
@media screen and (max-width: 600px){
	.about .under_header_2{	
		font-size: 22px;
		line-height: 24px;
	}
}
.about .under_header_2 b{
	color: #cc0000;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
}
.about .under_header_3{	
	margin-bottom: 10px;
	
	color: #333;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}
@media screen and (max-width: 600px){
	.about .under_header_3{	
		text-align: center;
	}
	.about .under_header_3 br{	
		display: none;
	}
}
.about .under_header_3 b{
	color: #333;
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
}





/* ===== Я ЗНАЮ КАК ===== */
.know_div{
	padding: 40px 50px 90px 50px;	
		
	position: relative;	
		
	background: 
		linear-gradient(to bottom, rgba(208, 51, 112, 0.7), rgba(208, 51, 112, 0.2)),
		linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), 
		url('/alex/images/return/spring.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
@media screen and (max-width: 930px){
	.know_div{
		padding: 25px 15px 50px 15px;	
	}
}
.know_div .bottom_shape{	
	border: 0px solid blue;
	
	width: 100%;
	height: 140px;
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	background: url('/alex/images/love/bottom_shape_empty.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.know_div .header{
	color: #fff;
	text-transform: none;
}
@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 .header.small{
	font-size: 35px;
	line-height: 35px;
}
@media screen and (max-width: 1200px){
	.know_div .header.small{
		font-size: 30px;
		line-height: 35px;
	}
}
@media screen and (max-width: 768px){
	.know_div .header.small{
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width: 600px){
	.know_div .header.small{
		font-size: 22px;
		line-height: 24px;
	}
}
.know_div .header.big{
	margin-bottom: 40px;
}
.know_div .cont{	
	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: 420px){
	.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: 25px;
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}



/*=== ЦИФРЫ ===*/
.numbers{
	border: 0px solid red;
	
	position: relative;
	
	padding: 70px 50px 0px 50px;
	
	background: linear-gradient(to bottom, #f3f0f6, rgba(208, 51, 112, 0.1), #f3f0f6);
	
	text-align: center;
	
	overflow: visible;
}
@media screen and (max-width: 900px){
	.numbers{
		padding: 40px 25px 0px 25px;
	}
}
.numbers .header{
	margin-bottom: 40px;
}
@media screen and (max-width: 900px){
	.numbers .header{
		margin-bottom: 30px;
		
		font-size: 35px;
		line-height: 40px;
	}
}
@media screen and (max-width: 440px){
	.numbers .header{
		margin-bottom: 20px;
		
		font-size: 25px;
		line-height: 30px;
	}
}
.numbers .list_tbl{
	display: inline-block;
	
	width: auto;
}
.list_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding: 5px 0px;
	padding-bottom: 25px;
	
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 22px;
	text-align: left;
}
@media screen and (max-width: 900px){
	.list_tbl > tbody > tr > td{
		font-size: 17px;
		line-height: 20px;
	}
}
.list_tbl > tbody > tr > td.icon_td{
	text-align: center;
}
.list_tbl > tbody > tr > td.icon_td .wrap{
	border-radius: 400px;
	
	background: #d03370;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(208, 51, 112, 1));
	
	width: 60px;
	height: 60px;
	box-sizing: border-box;
		
	padding: 10px;
	
	text-align: center;
}
.list_tbl .icon{
	display: inline;
	
	position: relative;
	
	color: #fff;		
}
.list_tbl .icon-list-unordered{	
	top: 4px;
	left: 1px;
	
	font-size: 32px;
}
.list_tbl .icon-question-1{	
	top: 4px;
	left: 0px;

	font-size: 32px;
}
.list_tbl .icon-heart-broken{
	top: 5px;
	left: 1px;
	
	font-size: 32px;
}
.list_tbl .icon-block{
	top: 5px;
	left: 1px;
	
	font-size: 30px;
}
.list_tbl .icon-heart{
	top: 4px;
	left: 1px;
	
	font-size: 34px;
}
.list_tbl > tbody > tr > td.text_td{
	width: 1px;
	
	text-align: left;
	white-space: nowrap;
}
@media screen and (max-width: 900px){
	.list_tbl > tbody > tr > td.text_td{
		width: auto;
		
		white-space: normal;
	}
}
.list_tbl > tbody > tr > td.text_td .wrap{
	width: auto;
	
	position: relative;
	left: -5px;
	
	padding: 0px 15px 5px 20px;
	
	overflow: visible;
}
.list_tbl > tbody > tr > td.text_td .wrap .line{
	display: inline-block;
	
	width: 100%;
	height: 2px;
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	
	background: linear-gradient(to right, rgba(208, 51, 112, 1), rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 900px){
	.list_tbl > tbody > tr > td.text_td .wrap .line{
		display: none;
	}
}
.numbers .scroll_button{
	position: relative;
	z-index: 10;
	top: 40px;
}
@media screen and (max-width: 900px){
	.numbers .scroll_button{
		top: 0px;
	}
}






/*=== КОНЦЕПЦИЯ ===*/
.concept{
	padding: 180px 50px 50px 50px;
	
	position: relative;

	background: 
		linear-gradient(to bottom, rgba(208, 51, 112, 0.6), rgba(208, 51, 112, 0)), 
		linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), 
		url('/alex/images/return/concept_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	
	text-align: center;
}
@media screen and (max-width: 1200px){
	.concept{
		padding: 130px 50px 50px 50px;
	}
}
@media screen and (max-width: 768px){
	.concept{
		padding: 70px 25px 25px 25px;
	}
}
.concept .top_shape{		
	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;
}
.concept .header{
	width: 80%;
	margin: 0px auto;	
	
	color: #fff;
}
@media screen and (max-width: 1200px){
	.concept .header{
		width: 100%;
	}
}
.concept .header_1{
	margin-bottom: 40px;
	
	font-size: 30px;
	line-height: 40px;
}
@media screen and (max-width: 1200px){
	.concept .header_1{
		text-transform: none;
	}
}
@media screen and (max-width: 768px){
	.concept .header_1{
		font-size: 25px;
		line-height: 28px;
	}
}
.concept .header_2{	
	margin-bottom: 40px;
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
}
.concept .header_3{	
	margin-bottom: 30px;
	
	color: #fff;
	font-size: 40px;
	line-height: 50px;
}
.concept ul{
	display: inline-block;
	
	margin-left: 20px;
	margin-bottom: 25px;
	
	list-style: outside;
}
.concept li{
	margin-bottom: 30px;
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 22px;
}
.concept li:last-child{
	margin-bottom: 20px;
}



	





/*== ФОРМА ПОДПИСКИ ==*/
.sub{	
	width: 100%;
	box-sizing: border-box;
	
	padding: 50px;
	
	background: 
		linear-gradient(to bottom, rgba(208, 51, 112, 0.3), rgba(208, 51, 112, 0.2)), 
		linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), 
		url('/alex/images/return/form_bg.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	
	position: relative;
	
	text-align: center;
}
@media screen and (max-width: 1280px){
	.sub{	
		padding: 30px 25px 25px 25px;
	}
}
@media screen and (max-width: 920px){
	.sub{	
		padding: 15px;
	}
}
.sub .header3, 
.sub .header4{
	width: 80%;
	box-sizing: border-box;
		
	margin: 0px auto;
	margin-bottom: 10px; 
	
	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: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	
	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 rgba(208, 51, 112, 0.6);
	border-radius: 1px;
	
	width: 350px;
	height: 35px;
	margin-bottom: 30px;
	
	
	background-color: rgba(255, 255, 255, 0.8);
}
@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;
}



/*===== PS =====*/
.ps_div{
	padding: 50px;
	
	background: #fff;
	
	text-align: center;
}
@media screen and (max-width: 930px){
	.ps_div{
		padding: 25px;
	}
}
@media screen and (max-width: 440px){
	.ps_div{
		padding: 15px 15px 25px 15px;
	}
}
.ps_tbl{
	width: 85%;
	margin: 0px auto;
}
@media screen and (max-width: 930px){
	.ps_tbl{
		width: 95%;
	}
}
.ps_tbl > tbody > tr > td{
	border: 0px solid #aaa;
}
.ps_tbl > tbody > tr > td.img_td{	
	width: 25%;
	
	padding-right: 75px;
	
	text-align: right;
}
@media screen and (max-width: 1200px){
	.ps_tbl > tbody > tr > td.img_td{			
		padding-right: 35px;
	}
}
@media screen and (max-width: 1050px){
	.ps_tbl > tbody > tr > td.img_td{			
		width: 35%;
	}
}
@media screen and (max-width: 800px){
	.ps_tbl > tbody > tr > td.img_td{	
		width: auto;		
		padding-right: 5px;
		padding-bottom: 25px;
		
		text-align: center;
	}
}
.ps_tbl .img{
	border: 4px solid #d03370;
	border-radius: 300px;
	
	width: 100%;
	height: auto;
}
@media screen and (max-width: 800px){
	.ps_tbl .img{
		border: 3px solid #d03370;
		
		width: 250px;
		height: auto;
	}
}
.ps_tbl > tbody > tr > td.text_td{
	padding-left: 0px;
	
	text-align: left;
}
.ps_tbl p{
	display: block;
	
	margin-bottom: 20px;
		
	color: #333;
	font-family: Roboto;
	font-style: italic;
	font-weight: 300;
	font-size: 19px;
	line-height: 25px;
	text-align: left;
}
@media screen and (max-width: 800px){
	.ps_tbl p{		
		text-align: center;
	}
}
.ps_div .love_button{
	margin-top: 20px;
}
@media screen and (max-width: 440px){
	.ps_div .love_button{
		margin-top: 5px;
		padding: 15px;
	}
}




















