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


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




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


/* КНОПКА */
.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;
}
@media screen and (max-width: 630px){
	.love_button{
		padding: 15px;
	}
}
.love_button:hover{
	background: #E63C7E;
	box-shadow: 0 3px 0 #D10051;
}
	

/* ВИДЕО */
.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{	
	display: block;
	
	border-radius: 25px;

    position: relative;

	width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
}
.video iframe{	
	border-radius: 25px;

 	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


.cont_block{
	position: relative;
}

/* БЛОК 1*/
.mid_razm[num='1'] > tbody > tr > td{
	border: 0px solid red;
	
	padding-top: 50px;
	
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), 
				url('/alex/images/video/couple.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	
	vertical-align: top;
}
@media screen and (max-width: 880px){
	.mid_razm[num='1'] > tbody > tr > td{	
		padding-top: 0px;
			
		vertical-align: middle;
		
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), 
					url('/alex/images/video/couple_mobile.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right top;
	}
}
.block1 .header{
	margin-bottom: 30px;
}
@media screen and (max-width: 1040px){
	.block1 .header{
		font-size: 40px;
		line-height: 45px;
	}
}
@media screen and (max-width: 880px){
	.block1 .header{
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 730px){
	.block1 .header{
		width: 95%;
		
		font-size: 35px;
		line-height: 38px;
	}
}
@media screen and (max-width: 440px){
	.block1 .header{		
		font-size: 25px;
		line-height: 28px;
	}
}
.block1 .video_header{
	margin-bottom: 15px;
}
.block1 .video_w{	
	width: 40%;
	
	float: left;
	
	margin-left: 8%;
	
	box-shadow: none;
}
@media screen and (max-width: 880px){
	.block1 .video_w{
		width: 80%;
		
		float: none;
		
		margin: 0px auto;
	}
}
.block1 .video{
	box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.9);
}

/* БЛОК 2 */
.block2{
	background: url('/alex/images/video/wait2.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	
	text-align: right;	
}
@media screen and (max-width: 880px){
	.block2{
		background-position: left center;
	}
}
.mid_razm[num='2'] > tbody > tr > td{	
	padding-top: 50px;
	
	vertical-align: top;
}
@media screen and (max-width: 880px){
	.mid_razm[num='2'] > tbody > tr > td{	
		padding-top: 0px;
		
		padding-bottom: 50px;
		
		vertical-align: middle;
	}
}
.block2 .video_w{
	width: 40%;
	
	float: right;
	
	margin-right: 8%;
	
	box-shadow: none;
}
@media screen and (max-width: 880px){
	.block2 .video_w{
		width: 80%;
		
		float: none;
		
		margin: 0px auto;
	}
}
.block2 .video{
	box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.9);
}


/* БЛОК 3 */
.block3{	
	position: relative;
	
	padding: 40px 10px 30px 10px;
	
	background: #F2E6EB;
		
	overflow: visible;	
}
@media screen and (max-width: 440px){
	.block3{	
		padding-top: 20px;
	}
}
.block3 .top_shape{	
	width: 100%;
	height: 130px;
	
	position: absolute;
	left: 0px;
	top: -130px;
	
	background: url('/alex/images/video/pink_ditch.svg');
	background-repeat: no-repeat;
	background-size: 105% auto; /* при cover была линия по горизонтали а при 100% по боками - при разных размерах экрана */
	background-position: bottom center;
}
.block3 .bottom_shape{	
	border: 0px solid blue;
	
	width: 100%;
	height: 140px;
	
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: -140px;
	
	background: url('/alex/images/video/pink_hill.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.block3 .video_header{
	margin-bottom: 30px;
	
	color: #000;
	text-shadow: none;
}
.mid_razm[num='3'] > tbody > tr > td{	
	padding-bottom: 0px;	
	
	vertical-align: middle;
}
.fight_tbl{
	width: 90%;
	margin: 0px auto;
	
	table-layout: fixed;
}
.fight_tbl > tbody > tr > td{
	border: 0px solid #aaa;
	
	padding: 0px;
	
	vertical-align: middle;
}
.fight_tbl > tbody > tr > td.img_td{
	padding-left: 30px;
}
@media screen and (max-width: 600px){
	.fight_tbl > tbody > tr > td.img_td{
		display: none;
	}
}
.block3 img{
	width: calc(100% - 30px);
	height: auto;
}

/* БЛОК 4 */
.block4{
	padding-top: 100px;
	
	background: url('/alex/images/video/svadba1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 700px){
	.block4{
		padding-top: 70px;
	}
}
@media screen and (max-width: 440px){
	.block4{
		padding-top: 40px;
	}
}
.block4 .video_w{
	width: 560px;
	margin: 0px auto;
}
@media screen and (max-width: 700px){
	.block4 .video_header{
		width: 95%;
				
		font-size: 24px;
		line-height: 27px;
	}
}
@media screen and (max-width: 800px){
	.block4 .video_w{
		width: 90%;
	}
}
.block4 .video_header{	
	margin-bottom: 30px;
	
	font-size: 20px;
}


/* ПОСЛЕДНИЙ БЛОК */
.like_div{			
	width: 100%;
	box-sizing: border-box;
		
	padding: 30px 5px 30px 5px;
	
	color: #fff;
	font-family: Roboto;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.3;
}
@media screen and (max-width: 800px){
	.like_div br{
		display: none;		
	}
}
.like_div .love_button{
	margin-top: 15px;
}



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
































