/* Страница "Запрос на детальный расчет" (/order/). Стили изолированы префиксом
   .order-request и подключаются только на этой странице через SetAdditionalCSS,
   на остальные страницы сайта не влияют. */

.order-request__title {
	margin-bottom: 24px;
}

.order-request__card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	padding: 36px 40px;
}

.order-request__sidebar {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	border-left: 4px solid #00a15d;
	padding: 30px;
}

.order-request__sidebar h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2d2d34;
}

.order-request__phones {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.order-request__phones a {
	color: #2d2d34;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 8px;
}

.order-request__phones a:hover {
	color: #00a15d;
	text-decoration: none;
}

.order-request__phones a i {
	color: #00a15d;
	width: 20px;
	text-align: center;
	margin-right: 6px;
}

.order-request__mail {
	display: inline-block;
	color: #00a15d;
	font-weight: 700;
	text-decoration: none;
}

.order-request__mail:hover {
	text-decoration: underline;
}

.order-request__mail i {
	margin-right: 6px;
}

.order-request__consent {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #eee;
	color: #7d7d84;
	font-size: 13px;
	line-height: 1.6;
}

.order-request__consent p {
	margin: 0 0 8px;
}

.order-request__consent ul {
	margin: 0 0 8px;
	padding-left: 18px;
}

@media (max-width: 767px) {
	.order-request__card,
	.order-request__sidebar {
		padding: 22px;
	}

	.order-request__sidebar {
		margin-top: 20px;
	}
}
