

/* Start:/local/templates/aspro-premier/css/sdmk-company.css?1784783539686*/
/* О компании — /company/ */
.sdmk-company-hero {
	margin: 0 0 28px;
	padding: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #e8eef5;
}

.sdmk-company-hero__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	object-fit: cover;
	aspect-ratio: 21 / 9;
}

@media (max-width: 991px) {
	.sdmk-company-hero {
		margin-bottom: 20px;
		border-radius: 6px;
	}

	.sdmk-company-hero__img {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 575px) {
	.sdmk-company-hero {
		margin: 0 -16px 16px;
		border-radius: 0;
		width: calc(100% + 32px);
		max-width: none;
	}

	.sdmk-company-hero__img {
		aspect-ratio: 4 / 3;
	}
}

/* End */
/* /local/templates/aspro-premier/css/sdmk-company.css?1784783539686 */
