/* Блок «Свяжитесь с нами» — стили только для превью вёрстки */
.wt-contact {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin: 40px 0 0;
	background: #fff;
	overflow: hidden;
}

.wt-contact__photo {
	flex: 0 0 42%;
	position: relative;
	min-height: 320px;
	overflow: hidden;
}

.wt-contact__photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% 18%;
}

.wt-contact__info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 36px 40px 36px 48px;
	box-sizing: border-box;
}

.wt-contact__title {
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 32px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
}

.wt-contact__title:after {
	content: '';
	display: block;
	width: 70px;
	height: 4px;
	margin-top: 12px;
	background: #b5d44a;
}

.wt-contact__list {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.wt-contact__item {
	display: flex;
	align-items: center;
	margin: 0 0 18px;
}

.wt-contact__item:last-child {
	margin-bottom: 0;
}

.wt-contact__icon {
	display: block;
	width: 36px;
	height: 36px;
	margin-right: 14px;
	flex-shrink: 0;
	object-fit: contain;
}

.wt-contact__text {
	display: block;
	padding-top: 0;
	font-family: 'Circe', Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #222;
	word-break: break-word;
}

.wt-contact__text a {
	color: #147358;
	text-decoration: none;
}

.wt-contact__text a:hover {
	text-decoration: underline;
}

.wt-contact__item--social {
	align-items: center;
	padding-top: 8px;
}

.wt-contact__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}

.wt-contact__social-item {
	margin: 0;
}

.wt-contact__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #b5d44a;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	line-height: 0;
}

.wt-contact__social-link img {
	display: block;
	width: 18px;
	height: 18px;
}

/* Планшет и мобильный: колонка, фото сверху */
@media (max-width: 991px) {
	.wt-contact {
		flex-direction: column;
		margin-top: 28px;
	}

	.wt-contact__photo {
		flex: none;
		width: 100%;
		height: 240px;
		min-height: 240px;
	}

	.wt-contact__info {
		padding: 28px 0 24px;
	}

	.wt-contact__title {
		font-size: 26px;
	}

	.wt-contact__list {
		margin-top: 22px;
	}

	.wt-contact__item {
		margin-bottom: 16px;
	}

	.wt-contact__icon {
		width: 34px;
		height: 34px;
		margin-right: 12px;
	}

	.wt-contact__text {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.wt-contact {
		margin-top: 20px;
	}

	.wt-contact__photo {
		height: 200px;
		min-height: 200px;
	}

	/* common_mobile.css: img { width:100%!important; height:auto!important; } */
	.wt-contact__photo img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
		object-position: 50% 15%;
	}

	.wt-contact__icon {
		width: 32px !important;
		height: 32px !important;
		margin-right: 12px;
	}

	.wt-contact__social-link {
		width: 40px;
		height: 40px;
	}

	.wt-contact__social-link img {
		width: 18px !important;
		height: 18px !important;
	}

	.wt-contact__info {
		padding: 24px 0 24px;
	}

	.wt-contact__title {
		font-size: 22px;
		line-height: 1.2;
	}

	.wt-contact__title:after {
		width: 56px;
		height: 3px;
		margin-top: 10px;
	}

	.wt-contact__list {
		margin-top: 20px;
	}

	.wt-contact__item {
		margin-bottom: 14px;
	}

	.wt-contact__text {
		font-size: 14px;
		line-height: 1.45;
	}

	.wt-contact__item--social {
		padding-top: 8px;
	}

	.wt-contact__social {
		gap: 12px;
	}

	/* Пустой footer__top + padding футера давали «дыру» под линией — выравниваем зазор */
	.footer {
		padding-top: 24px;
	}

	.footer__top {
		display: none;
	}
}
