/**
 * Монтаж ?devMode=1 — overrides после styles3/adaptive/main.
 * Scope: body.index.m_category .mounting-page
 */
body.index.m_category .mounting-page .application-form__image::after {
	background-image: url("/images/application-form-image.jpg");
}

body.index.m_category .mounting-page .gallery {
	padding-top: 47px;
	padding-bottom: 45px;
}

@media screen and (max-width: 950px) {
	body.index.m_category .mounting-page .gallery {
		padding-top: 26px;
		padding-bottom: 33px;
	}
}
