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


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


/* ВИДЕО */
.video_w{
	border-radius: 25px;
	
	width: 560px;
	margin: 0px auto;
	
	box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.9);

	overflow: hidden;
}
@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[num='1'] > tbody > tr > td{	
	padding: 20px 15px 15px 15px;
	
	background: linear-gradient(to bottom, rgba(208, 51, 112, 0.3), rgba(208, 51, 112, 0.3)), 
				linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),  
				url('/alex/images/video_appr/top_block_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
}
.mid_razm .header1{	
	margin-bottom: 20px;
	
	color: #fff;
	font-family: Roboto;	
	font-size: 45px;
	font-weight: 900;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}
@media screen and (max-width: 600px){
	.mid_razm .header1{	
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 440px){
	.mid_razm .header1{	
		font-size: 35px;
		line-height: 40px;
	}
}
.mid_razm .header2{
	margin-bottom: 30px;
	
	color: #FFBEA8;
	font-family: Roboto;	
	font-size: 35px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (max-width: 600px){
	.mid_razm .header2{	
		font-size: 30px;
		line-height: 35px;
	}
}
.mid_razm .header3{	
	
	width: 80%;
	margin: 0px auto;
	
	margin-bottom: 30px;
	
	color: #fff;
	font-size: 25px;
	text-transform: none;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.mid_razm .header4{	
	margin-top: 30px;

	color: #fff;
	font-family: Roboto;	
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
}
@media screen and (max-width: 600px){
	.mid_razm .header4{	
		font-size: 23px;
		line-height: 26px;
	}
}
@media screen and (max-width: 440px){
	.mid_razm .header4{	
		font-size: 19px;
		line-height: 24px;
	}
}



/* СООБЩЕНИЕ О ТОМ ЧТО ДОСТУП ЗАКРЫТ */
.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;
}
































