main>iframe{
	border:solid 1px #D24E4B;
	width:100%;
	height:400px;
	margin-top:10px;
}
.header_boxy{
	display:flex;
	width:100%;
	padding-bottom:20px;
	font-size:25px;
}
.header_boxy > div,.header_boxy > div+div+div{
	width:25%;
	min-width:0;
}
.header_boxy > div+div{
	min-width:388px;
	width:50%;
	text-align:center;	
}
.header_boxy > div a{
	display:block;
	height:80px;
	width:90%;
	padding:0px 5% 0px 5%;
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:right;
	padding-top:70px;
}
.full{
	float:right;
	cursor:pointer;
}
/*POPUP*/
.popup{
	background:rgba(120,120,120,0.7);
	width:94%;
	height:95%;
	padding:5% 3% 0px 3%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	display:none;
}
.popup div{
	color:#333;
	vertical-align:middle;
	padding:0px;
	font-size:16px;
	margin:0px auto 0px auto;
	width:100%;
	border:solid 1px #008DE4;
	max-height:100%;
	height:100%;
	position:relative;
}
.popup div .film{
	height:92%;
	display:block;
}
.popup .close{
	position:absolute;
	top:13px;
	right:85px;
	
}
@media screen and (max-width: 850px){
	.header_boxy{
		font-size:18px;
	}
}
@media screen and (max-width: 730px){
	.header_boxy{
		display:block;
	}
	.header_boxy > div+div{
		min-width:0;
	}
	.header_boxy > div+div,.header_boxy > div,.header_boxy > div+div+div{
		width:100%;
	}
	.header_boxy > div a{
		font-size:25px;
	}
	.popup div .film{
		height:400px;
	}	
}