body.main .front-news,
.front-news {
	display: flex;
	flex-direction: column;
	gap: 40px;
	color: #212529;
	margin: 0;
	padding: 80px 0;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}

body.main .front-news__head,
.front-news__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}

body.main .front-news .front-news__title,
.front-news .front-news__title,
body.main .line-title-front-news {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	color: #212529;
}

body.main .front-news .line-title-front-news {
	display: none;
}

body.main .front-news__nav,
.front-news__nav {
	display: none;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}

body.main .front-news__nav-btn,
.front-news__nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 6px;
	border: none;
	border-radius: 150px;
	background: #F0F0F0;
	cursor: pointer;
	box-sizing: border-box;
}

body.main .front-news__slider-wrap,
.front-news__slider-wrap {
	width: 100%;
}

body.main .front-news__list,
.front-news__list {
	width: 100%;
}

body.main .front-news__list .owl-stage-outer,
.front-news__list .owl-stage-outer {
	overflow: visible;
}

body.main .front-news__list .owl-nav,
.front-news__list .owl-nav {
	display: none !important;
}

body.main .front-news__card,
.front-news__card {
	min-width: 0;
}

body.main .front-news__item,
.front-news__item {
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

body.main .front-news__image,
.front-news__image {
	width: 100%;
	height: 320px;
	border-radius: 4px;
	overflow: hidden;
}

body.main .front-news__image img,
.front-news__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

body.main .front-news__body,
.front-news__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 8px;
}

body.main .front-news__item-date,
.front-news__item-date {
	margin: 0;
	overflow: hidden;
	color: #6D6D6D;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.main .front-news__item-title,
.front-news__item-title {
	margin: 0;
	color: #212529;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	text-align: left;
}

@media (min-width: 577px) {
	body.main .front-news__list:not(.owl-loaded),
	.front-news__list:not(.owl-loaded) {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (max-width: 576px) {
	body.main .front-news,
	.front-news {
		gap: 24px;
		padding: 32px 0;
		margin-left: -12px;
		margin-right: -12px;
		width: calc(100% + 24px);
		box-sizing: border-box;
	}

	body.main .front-news__head,
	.front-news__head {
		align-items: flex-end;
		gap: 24px;
		padding: 0 16px;
		box-sizing: border-box;
	}

	body.main .front-news .front-news__title,
	.front-news .front-news__title {
		flex: 1 1 auto;
		max-width: 239px;
		font-size: 24px;
		line-height: 32px;
	}

	body.main .front-news__nav,
	.front-news__nav {
		display: flex;
	}

	body.main .front-news__slider-wrap,
	.front-news__slider-wrap {
		overflow: hidden;
		padding-left: 16px;
		box-sizing: border-box;
	}

	body.main .front-news__list .owl-stage-outer,
	.front-news__list .owl-stage-outer {
		overflow: visible;
	}

	body.main .front-news__card,
	.front-news__card {
		width: 290px;
		flex-shrink: 0;
	}

	body.main .front-news__list .owl-item:last-child .front-news__card,
	.front-news__list .owl-item:last-child .front-news__card {
		width: calc(100vw - 16px);
		max-width: calc(100vw - 16px);
	}

	body.main .front-news__image,
	.front-news__image {
		height: 290px;
	}

	body.main .front-news__item-title,
	.front-news__item-title {
		font-size: 18px;
		line-height: 24px;
	}
}
