@charset "utf-8";
/* VIDEO */


body{
	border: 0px solid red;
	height: auto;
}
body > .wrapper{	
	height: 1px;
	oveflow: visible;
}



/* ЗАГОЛОВОК */
.header{
	width: 80%;
	box-sizing: border-box;
	margin: 0px auto;
	
	padding-bottom: 35px;
	
	color: #fff;
	font-family: Roboto;	
	font-size: 27px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2;
}

/* ВИДЕО */
.video_w{
	border-radius: 25px;
	
	width: 560px;
	margin: 0px auto;
	
	box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 600px){
	.video_w{
		width: 95%;
	}
}
.video{	
    width: 100%;
    height: 0;
		
	position: relative;
	
	padding-bottom: 56.25%;
		
	text-align: center;
}
.video iframe{	
	width: 100%;
    height: 100%;
	
	position: absolute;
    top: 0;
    left: 0;
	
	border-radius: 25px;
}



/* БЛОК 1*/
.mid_razm > tbody > tr > td{
	border: 0px solid red;
	
	padding-top: 30px;
}
.mid_razm > tbody > tr > td{	
	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.5), rgba(0, 0, 0, 0.4)), 
				url('/alex/images/video_love/top_block_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
}
@media screen and (max-width: 768px){
	.mid_razm > tbody > tr > td{	
		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.5), rgba(0, 0, 0, 0.4)), 
					url('/alex/images/video_love/top_block_bg_mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left top;
	}
}

@media screen and (max-width: 600px){
	.mid_razm .header{	
		padding-bottom: 20px;
	}
}
.mid_razm .header1{	
	font-size: 27px;
}
@media screen and (max-width: 600px){
	.mid_razm .header1{	
		font-size: 22px;
		line-height: 24px;
	}
}
@media screen and (max-width: 440px){
	.mid_razm .header1{	
		font-size: 20px;
		line-height: 23px;
	}
}
.mid_razm .header2{
	color: #FFBEA8;
	font-size: 35px;
	font-weight: 700;
}
.mid_razm .header4{
	margin-top: 30px;
}
@media screen and (max-width: 600px){
	.mid_razm .header4{
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width: 440px){
	.mid_razm .header4{
		font-size: 22px;
		line-height: 35px;
	}
	.mid_razm .header4 br{
		display: none;
	}
}
.tr_name{
	color: #FFB196;
	font-family: ProximaNovaBlack;
	font-size: 33px;
	line-height: 33px;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	white-space: nowrap;
}
@media screen and (max-width: 600px){
	.tr_name{
		font-size: 25px;
		line-height: 28px;
	}
}
@media screen and (max-width: 440px){
	.tr_name{
		font-size: 22px;
		line-height: 25px;
	}
}
@media screen and (max-width: 380px){
	.tr_name{
		font-size: 17px;
		line-height: 23px;
	}
}
/* КНОПКА */
.mid_razm .button{
	border-radius: 5px;
	
	display: inline-block;
	
	margin-bottom: 40px;
	
	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;
}
@media screen and (max-width: 600px){
	.mid_razm .button{
		padding: 15px;
	}
}
.mid_razm .button:hover{
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
}




/* СООБЩЕНИЕ О ТОМ ЧТО ДОСТУП ЗАКРЫТ */
.access_denied{
	width: 80%;
	box-sizing: border-box;
	margin: 0px auto;
	
	padding-top: 50px;
	padding-bottom: 40px;	
}
.access_denied, 
.access_denied a{
	color: #fff;
	font-family: Roboto;
	font-size: 50px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.2;
}
































