/*
Theme Name: asa
*/
@keyframes loading {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.wpcf7-not-valid {
	border: 1px solid red !important;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-not-valid-tip {
	color: #fff;
}

@media screen and (max-width:1200px) {
	#wpadminbar {
		overflow: hidden;
	}
}

.contact-block .checkbox-field .wpcf7-list-item:before,
.contact-block .checkbox-field .wpcf7-form-control:before,
.contact-block .checkbox-field .wpcf7-form-control-wrap:before {
	display: none;
}

.contact-block .checkbox-field span.wpcf7-list-item-label:before {
	display: block;
}

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

.loading .section-catalog__list {
	opacity: 0.3;
}

.loading {
	position: relative;
}

.loading:after {
	content: '';
	position: absolute;
	border-radius: 50px;
	animation: loading 2s linear infinite;
	filter: none;
	background-image: none !important;
	width: 3.04167vw;
	height: 3.04167vw;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	border: 11px solid #FF9932;
	border-top-color: #E3E3E3;
	z-index: 3;
}

.not_found {
	text-align: center;
	font-size: 1.9375vw;
	margin-bottom: 1vw;
}

@media screen and (max-width:991px) {
	.not_found {
		font-size: 9.7222vw;
		margin-bottom: 8.3333vw;
	}
}

[data-key="field_673b11fef56b7"]{
	display: none !important;
}