﻿@charset "UTF-8";

.endForm {
	position: relative;
	padding: 5% 0;
}
.endBlock {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0); z-index: 10000;
}
.endBlock p {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 42px;
	font-weight: bold;
	transform: translate(-50%,-50%);
	color: #F00; 
	width: 100%;
	text-align: center;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	.endForm {
	padding: 10% 0;
}
	.endBlock p {
		top: 10%;
		font-size: 30px;
	}
}