.not-found {
    padding: 60px 0 60px 0;
    text-align: center;
}
  
.not-found .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
  
.not-found .title {
    max-width: 726px;
}
.not-found .text {
    max-width: 900px;
}
  
.not-found img {
    width: 100%;
    max-width: 750px;
}
.not-found .btn {
    max-width: 320px;
}
  
.not-found .page__container {
    max-width: 56.5625rem;
}

.wpcf7-spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	margin: 0 !important;
}
.form.submitting::before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	z-index: 10;
	border-radius: 8px 8px 22px 22px;
}
.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	font-size: 14px;
	color: red;
}
.wpcf7-response-output{
	display: none !important;
}