body.main .front-sections.front-sections--redesign {
	padding: 80px 0;
	margin-bottom: 0;
}

body.main .front-sections.front-sections--redesign .line-title-zelenograd {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 0.3em;
	margin: 0 0 56px;
	color: #212529;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	text-align: left;
}

body.main .front-sections.front-sections--redesign .line-title-zelenograd span {
	display: block;
}

body.main .front-sections.front-sections--redesign .front-sections__layout {
	display: flex;
	align-items: stretch;
	gap: 24px;
	max-width: 1896px;
	margin: 0 auto;
}

body.main .front-sections.front-sections--redesign .front-sections__grid {
	flex: 3 1 0;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

body.main .front-sections.front-sections--redesign .front-sections__big {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
}

body.main .front-sections.front-sections--redesign .wrap-section,
body.main .front-sections.front-sections--redesign .wrap-section--big {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	position: relative;
	width: 100%;
	max-width: none;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	margin: 0;
	cursor: pointer;
	min-height: 300px;
	height: 300px;
	padding: 24px 32px;
	box-sizing: border-box;
}

body.main .front-sections.front-sections--redesign .wrap-section--big {
	min-height: 624px;
	height: 624px;
}

body.main .front-sections.front-sections--redesign .wrap-section picture,
body.main .front-sections.front-sections--redesign .wrap-section--big picture {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
}

body.main .front-sections.front-sections--redesign .wrap-section img,
body.main .front-sections.front-sections--redesign .wrap-section--big img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

body.main .front-sections.front-sections--redesign .wrap-section::after,
body.main .front-sections.front-sections--redesign .wrap-section--big::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
			rgba(17, 17, 17, 0) 50.33%,
			rgba(17, 17, 17, 0.1) 63.77%,
			rgba(17, 17, 17, 0.64) 100%);
	pointer-events: none;
	z-index: 1;
}

body.main .front-sections.front-sections--redesign .wrap-section .btn,
body.main .front-sections.front-sections--redesign .wrap-section--big .btn {
	display: none;
}

body.main .front-sections.front-sections--redesign .wrap-section__title-selenograd,
body.main .front-sections.front-sections--redesign .wrap-section__sale-title {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
	background: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	text-align: left;
	height: auto;
	border-radius: 0;
}

@media (max-width: 576px) {
	body.main .front-sections.front-sections--redesign {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
		padding: 32px 16px;
		margin-left: -12px;
		margin-right: -12px;
		width: calc(100% + 24px);
		margin-bottom: 0;
		box-sizing: border-box;
		background: #fff;
	}

	body.main .front-sections.front-sections--redesign .line-title-zelenograd {
		align-items: center;
		width: 100%;
		margin: 0;
		font-size: 24px;
		line-height: 32px;
		text-align: center;
	}

	body.main .front-sections.front-sections--redesign .front-sections__layout {
		flex-direction: column;
		gap: 8px;
		width: 100%;
		max-width: none;
		margin: 0;
	}

	body.main .front-sections.front-sections--redesign .front-sections__grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
	}

	body.main .front-sections.front-sections--redesign .front-sections__big {
		width: 100%;
	}

	body.main .front-sections.front-sections--redesign .wrap-section,
	body.main .front-sections.front-sections--redesign .wrap-section--big {
		min-height: 240px;
		height: 240px;
		max-height: none;
		padding: 16px 10px;
		margin: 0;
	}

	body.main .front-sections.front-sections--redesign .wrap-section::after,
	body.main .front-sections.front-sections--redesign .wrap-section--big::after {
		background: linear-gradient(180deg,
				rgba(17, 17, 17, 0) 50.33%,
				rgba(17, 17, 17, 0.64) 85.91%);
	}

	body.main .front-sections.front-sections--redesign .wrap-section__title-selenograd,
	body.main .front-sections.front-sections--redesign .wrap-section__sale-title {
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
	}


}

@media (max-width: 576px) {
	body.main .front-sections.front-sections--redesign .front-sections__big .wrap-section--big img {
		object-position: center 79%;
	}

	body.main .front-sections.front-sections--redesign .line-title-zelenograd {
		flex-direction: column;
	}
}

.seo-text img {
	width: 500px;
	height: 500px;
}

@media(max-width:576px) {
	.seo-text img {
		width: 400px;
		height: 400px;
	}

}