.fancybox-active .header__top-wrapper{
	padding-right: 17px;
}

sup {
	font-size: 0.7em;
}

input[type="submit"] {
	cursor: pointer;
	white-space: normal;
}

.checkbox-366 .wpcf7-not-valid {
	color: #c00;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

form .wpcf7-response-output,
form .wpcf7-not-valid-tip,
.wpcf7-spinner,
form div.wpcf7-mail-sent-ok {
	display: none !important;
}

form .wpcf7-not-valid:not(.wpcf7-checkbox) {
	border: 1px solid #da342d !important;
}

form .wpcf7-not-valid:not(.wpcf7-checkbox)::placeholder {
	color: #da342d !important;
}

form .wpcf7-not-valid .wpcf7-list-item-label {
	color: #da342d !important;
}

form .wpcf7-not-valid .wpcf7-list-item-label::placeholder {
	color: #da342d !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	display: none !important;
}

span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-form>p {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section-404 {
	display: flex;
	justify-content: center;
	padding: 50px 0;
	text-align: center;
}

.error404 .main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.section-404 h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

.page-mono {
	padding-top: calc(30px + 10 * ((100vw - 320px) / 1600));
	padding-bottom: 40px;
}

.page-mono h1 {
	font-size: calc(24px + 10 * ((100vw - 320px) / 1600));
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.page-mono h2 {
	font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
	font-weight: bold;
	margin: 10px 0px;
}

.page-mono h3 {
	font-size: 19px;
	font-weight: bold;
	margin: 10px 0px;
}

.page-mono__text {
	font-size: 16px;
	line-height: 1.4;
}

.page-mono a {
	color: #3A95FF
}

.page-mono__text p {
	margin-bottom: 10px;
}

.page-mono ul,
.page-mono ol {
	padding: 15px 0 15px 25px;
}

.page-mono li {
	list-style-type: disc;
	line-height: 1.4;
	margin-bottom: 10px;
}


.page-mono ul,
.page-mono ol {
	padding: 15px 0 15px 25px;
}

.page-mono ol li {
	list-style: decimal;
}

@media (max-width: 767px) {

	.page-mono h3 {
		font-size: 17px;
	}

	.page-mono p {
		font-size: 14px;
	}
}


img.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

img.alignright {
	margin-left: auto;
	float: right;
	margin: 15px 0 15px 15px;
}


/* Ленивая загрузка карты в подвале */
.contact__map {
	background-size: cover;
	background-position: -3px center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

@media(max-width: 767px){
	.contact__map {
		background-position:  center;
	}
}

#map {
	position: relative;
	z-index: 7;
	width: 100%;
	height: 100%;
}

.loader {
	color: #000;
	position: absolute;
	box-sizing: border-box;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 15;
	transition: opacity .7s ease;
	background-color: rgba(0, 0, 0, 0.55);
	opacity: 0;
}

.loader:after,
.loader:before {
	box-sizing: border-box;
}

.loader.is-active {
	top: 0;
	opacity: 1;
}

.loader-default:after {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	border: solid 8px #fff;
	border-left-color: transparent;
	border-radius: 50%;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	-webkit-animation: rotation .7s linear infinite;
	animation: rotation .7s linear infinite;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes blink {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}

@keyframes blink {
	from {
		opacity: .5;
	}

	to {
		opacity: 1;
	}
}


.popup-thank .popup__title {
	margin-bottom: 15px;
}

.about__text strong{
	font-family: 'TTNorms Bold';
}