/* ==========================================================================
   Single Support (страницы блока «Поддержка»)
   ========================================================================== */

.support-page .support-article {
	background: #f6f6f6;
	padding: 30px;
	border-radius: 30px;
    margin-bottom: 30px;
}

.support-page .support-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 54px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.support-page .support-article {
		padding: 20px;
		border-radius: 20px;
	}

	.support-page .support-title {
		font-size: 32px;
		line-height: 38px;
	}
}
