.contacts {
	margin-top: 85px;
}
.contacts::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}
.contacts__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.contacts__bg img {
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.contacts ._container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contacts__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.contacts__box, .contacts__wrapper {
	padding: 40px 40px 50px;
	width: 100%;
	max-width: 650px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 30px;
}
.contacts__title, .contacts__block, .contacts__info, .contacts__items, .contacts__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.contacts__block {
	gap: 25px;
}
.contacts__info {
	gap: 20px;
}
.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.contacts__icon {
	min-width: 50px;
	max-width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid var(--light-gray);
	background: var(--super-light-gray);
}
.contacts__text {
	width: 100%;
	gap: 8px;
}
.contacts__wrapper {
	padding: 40px 80px 50px;
	gap: 25px;
}
.contacts__wrapper-title {
	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;
	gap: 10px;
}
.contacts__wrapper-title h3, .contacts__wrapper-title p {
	text-align: center;
}
.contacts button {
	width: 100%;
}

.map__content {
	width: 100%;
	height: 600px;
	border-radius: 30px;
	overflow: hidden;
}
.map__content iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1600px) {
	.contacts {
		margin-top: 75px;
	}
	.contacts__content {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
	}
	.contacts__box, .contacts__wrapper {
		padding: 40px 40px 50px;
		max-width: 580px;
	}
}
@media screen and (max-width: 1023px) {
	.contacts__wrapper {
		padding: 40px 40px 50px;
	}
}
@media screen and (max-width: 930px) {
	.contacts {
		margin-top: 80px;
	}
	.contacts__content {
		-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;
	}
	.map__content {
		height: 400px;
	}
}
@media screen and (max-width: 550px) {
	.contacts {
		margin-top: 60px;
	}
	.map__content {
		height: 280px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 450px) {
	.contacts__box, .contacts__wrapper {
		padding: 30px 20px 40px;
		border-radius: 20px;
	}
}