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