.news-swiper .swiper-button-next,
.news-swiper .swiper-button-prev {
	color: #00539e;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}


/* RTL direction arrows swap */
[dir="rtl"] .news-swiper .swiper-button-next {
	right: auto;
	left: 10px;
	transform: rotate(180deg);
}

[dir="rtl"] .news-swiper .swiper-button-prev {
	left: auto;
	right: 10px;
	transform: rotate(180deg);
}

.news-swiper .swiper-pagination-bullet-active {
	background: #00539e;
}

.block_carousel{
	background-color: rgba(147, 194, 237, 0.2) !important;
	padding-block: 45px;
}
.swiper-wrapper {
	display: flex;
}
.swiper {
	overflow: hidden;
}

body{
	overflow-x: hidden;
}
