/* Common */
/* Media */
/* Blocks */
.contacts {
	padding-bottom: 9.375vw;
}

.contacts__aside {
	display: none;
}

.contacts__title {
	font-weight: 600;
	font-size: 6.25vw;
	line-height: 123%;
	margin-bottom: 5.9375vw;
}

.contacts__list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #bfc4cc;
	margin: 0 -3.125vw 6.25vw -3.125vw;
}

.contacts__item {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
	padding: 6.5625vw 3.125vw 5.9375vw 3.125vw;
	border-bottom: 1px solid #bfc4cc;
}

.contacts__item-head {
	display: flex;
}

.contacts__item-number {
	flex: 0 0 16.25vw;
	font-weight: 800;
	font-size: 6.25vw;
	line-height: 100%;
	color: #bfc4cc;
}

.contacts__item-title {
	font-weight: 700;
	font-size: 6.25vw;
	line-height: 106%;
	text-transform: uppercase;
	color: #bfc4cc;
}

.contacts__item-text {
	padding-left: 16.25vw;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.contacts__item-text A:hover {
	color: #ff6e0d;
}

.contacts__map {
	border-radius: 3.125vw;
	overflow: hidden;
}

.contacts__map IFRAME {
	height: 90.625vw;
}
