

/* Start:/bitrix/templates/aspro-lite/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?17308360612632*/
.about-us {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-bottom: 24px;
}

.about-us__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.about-us__highlight {
	display: flex;
	padding: 60px 0 60px 40px;
	background: linear-gradient(312deg, #9BA997 0%, #95A290 11%, #849180 38%, #5F6C5A 100%);
	border-radius: 15px;
	align-items: center;
	gap: 10px;
}

.about-us__highlight-content {
	display: flex;
	flex-direction: column;
}

.about-us__highlight-text {
	color: #F8F5EF;
	font-size: 22px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: normal;
}

.about-us__highlight-image img {
	width: 680px;
}

.recipes-top-menu {
	margin-bottom: 24px;
}

.recipes-top-menu ul {
	display: flex;
	height: 56px;
	padding: 8px 28px;
	gap: 16px;
	margin-bottom: 0;
}

.recipes-top-menu ul li {
	font-size: 20px;
	font-weight: 600;
	list-style: none;
	padding: 8px 12px;
	border-radius: 8px;
	color: #231B17;
	margin-bottom: 0;
	cursor: pointer;
}

.recipes-top-menu ul li:before {
	content: none;
}

.recipes-top-menu ul li.active {
	background-color: #F45D44;
	color: #ffffff;
}

.recipes-top-menu {
	border: 1px solid #E3DDCD;
	border-radius: 12px;
}

.recipes-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.r-element {
	border-radius: 15px;
	border: 1px solid #D0AC88;
	display: flex;
	flex-direction: column;
}

.recipes-list .r-element {
	padding: 24px 24px 20px 24px;
}

.recipes-list .r-element .r-title {
	font-size: 24px;
	font-weight: 700;
	color: #231B17;
	margin-bottom: 8px;
}

.recipes-list .r-element .r-time {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #0E3626;
	margin-bottom: 16px;
}

.recipes-list .r-element .r-description {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 114px;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 1.6;
	color: #231B17;
}

.recipes-list .r-element .r-link {
	font-size: 16px;
	text-decoration: underline;
	color: #0E3626;
	margin-top: auto;
}

.recipes-top-menu ul li.active {
	font-weight: bold;
}
.recipes-list .r-element {
	display: none;
}
.recipes-list .r-element.active {
	display: flex;
}

.content-w-full {
	display: flex;
	gap: 40px;
}

.left-menu-section {
	border: 1px solid #E3DDCD;
	border-radius: 15px;
	max-width: 304px;
	width: 100%;
	flex-shrink: 0;
	padding: 24px 16px;
}

.recipes-top-menu {
	display: none;
}

@media screen and (max-width: 1024) {
	.recipes-top-menu {
		display: flex;
	}
	.left-menu-section {
		display: none;
	}
}
/* End */
/* /bitrix/templates/aspro-lite/components/bitrix/news/gallery/bitrix/news.list/.default/style.css?17308360612632 */
