@font-face {
	font-family: "Electrolux";
	font-weight: 700;
	src: url("../webfonts/electrolux/ElectroluxSans_5_Bold.otf") format("opentype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 600;
	src: url("../webfonts/electrolux/ELECTROLUXSANS_4_SEMIBOLD.ttf") format("truetype");
}

@font-face {
	font-family: "Electrolux";
	font-weight: 400;
	src: url("../webfonts/electrolux/ElectroluxSans_3_Regular.otf") format("opentype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	src: url("../webfonts/noto/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Noto Sans";
	font-weight: 600;
	src: url("../webfonts/noto/NotoSans-SemiBold.ttf") format("truetype");
}

.block-news .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 1.25rem;
}

.block-news .title {
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	font-family: var(--font-family-electrolux);
	font-weight: 600;
	color: var(--blue-800);
	margin-bottom: 2rem;
}

.block-news .link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4rem;
}

.block-news .swiper-pagination {
	display: none;
	column-gap: 0.63rem;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.block-news .swiper-pagination-bullet {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100px;
	background-color: #D9D5D2;
}

.block-news .swiper-pagination-bullet-active {
	background-color: var(--primary);
	width: 0.75rem;
	height: 0.75rem;
	opacity: 0.5;
}

@media (max-width: 1023px) {

.block-news .swiper-wrapper {
	display: -ms-flexbox;
	display: flex;
	column-gap: 0;
}

.block-news .swiper-slide {
	width: 100%;
}

.block-news .link {
	margin-top: 2rem;
}

.block-news .swiper-pagination {
	display: -ms-flexbox;
	display: flex;
}

}

