﻿@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: 50%;
	left: 50%;
	font-size: 50px;
	transform: translate(-50%,-50%);
	color: #fFF; 
	font-weight: bold;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
.EndBlock p {
	font-size: 36px;
	font-weight: bold;
}