@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(85, 155, 235, 0.4), rgba(208, 51, 112, 0.3)), 
				linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
				url('/alex/images/video_questions/top_block_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right bottom;
}
.mid_razm .header2.small{	
	width: 80%;
	margin: 0px auto;
	
	margin-bottom: 20px;
	
	font-size: 25px;
	text-transform: uppercase;
}
.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: 35px;
	
	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{	
	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 .header3{	
		font-size: 23px;
		line-height: 26px;
	}
}
@media screen and (max-width: 440px){
	.mid_razm .header3{	
		font-size: 19px;
		line-height: 24px;
	}
}
.mid_razm .header3 a{
	color: #FFB79E;
	font-family: Roboto;	
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 600px){
	.mid_razm .header3 a{
		font-size: 23px;
		line-height: 26px;
	}
}
@media screen and (max-width: 440px){
	.mid_razm .header3 a{
		font-size: 19px;
		line-height: 24px;
	}
}

/* КНОПКА */
.button_w{
	margin-top: 20px;
	margin-bottom: 30px;
	
	text-align: center;
}
.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;
}
.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;
}
































