/* body {
	zoom: .9;
} */


@media (min-width:1200px) {
	.container {
		zoom: .8;
	}

}

.gallery__row {
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.gallery__box {
	margin-bottom: 30px;
}

@media (min-width:1600px) {
	.gallery__box {
		flex: 0 0 33.3333%;
	}

}

.gallery {
	display: block;

}

.footer__formBox {
	background-size: cover;
}

@media (min-width:1440px) {
	.footer__formImg {
		width: 120px;
		height: 210px;
		top: calc(12% - 84px);
		right: calc(24% - 155px);

	}

}

.hero__imgBlocSvg {
	top: -27px;
	display: block;
	height: auto;
}

@media (min-width:576px) {
	.hero__imgBlocSvg {
		top: 0;
	}
}

.form__policy {
	color: #fff;
}

.form__policy a {
	color: #fff;
	text-decoration: underline;
}

.form__policy a:hover {
	text-decoration: none;
}

.form__check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px
}

.form__check_footer {

	max-width: 410px;
}

.form__checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.form__checkbox:checked+.form__checkbox-label::before {
	border-color: #454852;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23454852' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.form__checkbox.error+.form__checkbox-label:before {
	border-color: #da4c4c;
	background-color: #ffe1e1
}

.form__checkbox-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	margin-top: 6px;
	cursor: pointer
}

.form__checkbox-label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	background-color: #fff
}


.services__title {
	margin-bottom: 30px;
}

.gallery__img {
	object-fit: cover;
}

.button_midmid {
	font-size: 20px;
}

.btn-center {
	text-align: center;
}

.button {
	display: inline-block;
	font-size: 20px;
}

.button_blue:hover {
	box-shadow: 0px 5px 40px 0 rgba(241, 241, 241, .8);
}

.button_blue-blur {
	box-shadow: 0px 5px 40px 0 rgba(241, 241, 241, .8);

}

.hero__imgBox {
	-webkit-animation: firstImg infinite 3s linear;
	animation: firstImg infinite 3s linear;

}


@-webkit-keyframes firstImg {
	0% {
		transform: translateX(0px)
	}

	25% {
		transform: translateX(2px)
	}

	50% {
		transform: translateX(0px)
	}

	75% {
		transform: translateX(-2px)
	}

	100% {
		transform: translateX(0px)
	}
}

@keyframes firstImg {
	0% {
		transform: translateX(0px)
	}

	25% {
		transform: translateX(2px)
	}

	50% {
		transform: translateX(0px)
	}

	75% {
		transform: translateX(-2px)
	}

	100% {
		transform: translateX(0px)
	}

	/* 0% {
		transform: rotate(0deg)
	}

	25% {
		transform: rotate(1deg)
	}

	50% {
		transform: rotate(0deg)
	}

	75% {
		transform: rotate(-1deg)
	}

	100% {
		transform: rotate(0deg)
	} */
}