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