﻿@charset "UTF-8";

.EndForm {
	position: relative;
}
.EndBlock {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); z-index: 10000;
}
.EndBlock p {
	position: absolute;
	top: 20%;
	left: 50%;
	font-size: 60px;
	transform: translate(-50%,-50%);
	color: #FFF; 
	width: 100%;
	text-align: center;
}
.EndBlock span {
	position: absolute;
	top: 30%;
	left: 50%;
	font-size: 35px;
	transform: translate(-50%,-50%);
	color: #FFF; 
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.EndBlock p {
		top: 10%;
		font-size: 30px;
	}
	.EndBlock span {
		top: 15%;
		font-size: 20px;
	}
}