/* Common */
/* Media */
/* Content */
/* Form */
/* Blocks */
.main__inner {
	min-height: 16.66667vw;
	padding: 1.25vw;
}

.main__content {
	gap: 0;
}

.main__title {
	font-size: 5.10417vw;
}

.main__text {
	font-size: 0.98958vw;
}

.news {
	padding-top: 2.08333vw;
	padding-bottom: 2.08333vw;
}

.news__title {
	max-width: 57.29167vw;
	margin-bottom: 2.60417vw;
}

.news__title SPAN {
	height: 2.03125vw;
	padding: 0 1.04167vw;
	border-radius: 2.08333vw;
	font-size: 0.83333vw;
	vertical-align: super;
}

.news__filters {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.66667vw 1.04167vw;
	width: 100%;
	margin-bottom: 1.04167vw;
}

.news__filters-group {
	flex: 1 0;
}

.news__filters-group-title {
	height: 2.5vw;
	padding: 0 2.8125vw 0 1.25vw;
	border-radius: 0.625vw;
	font-size: 0.98958vw;
}

.news__filters-group-title:after {
	right: 0.625vw;
	width: 1.25vw;
	height: 1.25vw;
}

.news__filters-group-title.open:after {
	-webkit-transform: rotate(-180deg) translateY(0.625vw);
	        transform: rotate(-180deg) translateY(0.625vw);
}

.news__filters-group-content {
	top: calc(100% + 0.20833vw);
	padding: 0.625vw 0.41667vw 0.625vw 0.625vw;
	border-radius: 0.625vw;
}

.news__filters-group-content .custom-scrollbar-wrapper {
	max-height: 12.29167vw;
	padding-right: 0.625vw;
}

.news__filters-group-content .custom-scrollbar-wrapper .simplebar-track.simplebar-vertical {
	width: 0.20833vw;
}

.news__filter {
	display: flex;
	width: 100%;
	gap: 0 1.04167vw;
}

.news__filter-item {
	padding: 0.52083vw 0.625vw;
	border-radius: 0.41667vw;
	font-size: 0.83333vw;
}

.news__filter-item:after {
	right: 0.78125vw;
	width: 1.25vw;
	height: 1.25vw;
}

.news__filter_tabs {
	gap: 0.625vw;
	overflow: visible;
}

.news__filter_tabs .news__filter-item {
	height: 2.55208vw;
	padding: 0 0.83333vw;
	border-radius: 0.625vw;
	border-width: 1px;
	font-size: 0.98958vw;
}

.news__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.04167vw;
}

.news__card {
	min-height: 30.41667vw;
	border-radius: 0.83333vw;
}

.news__card-photo {
	height: 18.75vw;
}

.news__card-content {
	padding: 1.25vw 1.04167vw 1.04167vw 1.04167vw;
	border-radius: 0.83333vw;
	margin-top: -1.5625vw;
}

.news__card-theme {
	margin-bottom: 1.35417vw;
}

.news__card-theme DIV {
	height: 2.08333vw;
	padding: 0 0.9375vw;
	border-width: 1px;
	border-radius: 2.08333vw;
	font-size: 0.83333vw;
}

.news__card-title {
	font-size: 1.35417vw;
	margin-bottom: 1.25vw;
}

.news__card-date {
	font-size: 0.83333vw;
}

.news__button-more {
	min-height: 3.33333vw;
	width: 15.10417vw;
	border-radius: 5.15625vw;
	margin: 2.08333vw auto 0;
}

.news__empty {
	max-width: 33.85417vw;
	padding: 13.02083vw 0;
	font-size: 2.29167vw;
}
