.swiper {
	height: 350px;
}
@media (max-width: 768px) {
	.swiper {
		height: 390px;
	}
}

.swiper.swiper-container.related-as {
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
}

.related-as__card {
	border: 1px solid #EFEFEF;
}

.related-as__card_img {
	margin-bottom: 20px;
}

.related-as__card_img a {
	display: block;
	width: 100%;
	height: 180px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.related-as__card-box {
	padding: 15px;
}

.related-as__card_title {
	margin-bottom: 30px;
}

.related-as__card_title a {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #000000;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
	height: 56px;
}

.related-as__card_footer {
	display: flex;
	justify-content: space-between;
}

.related-as__card_btn {}

.related-as__card_btn a {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	text-decoration-line: underline;
	color: #FF4500;
}

.related-as__card_date {}

.related-as__card_date span {
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
}

.related-as-wrap {
	position: relative;
}

.related-as-wrap .related-as-button-prev {
	left: -20px;
	right: auto;
}

.related-as-wrap .related-as-button-next {
	right: -20px;
	left: auto;
}

.related-as-wrap .related-as-button {
	position: absolute;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.2);
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #ffffff;
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;
	z-index: 9;
	text-align: center;
	top: 40%;
	margin: 0px;
	vertical-align: middle;
	transition: all 0.3s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}

.related-as-wrap:hover .related-as-button {
	visibility: visible;
	opacity: 1;
}

.related-as-wrap .related-as-button:hover {
	background: #fcbe00;
	color: #222;
}

@media (max-width: 768px) {
	.related-as-wrap .related-as-button {
		display: none;
	}
}

.related-as-wrap .swiper-pagination.swiper-pagination-bullets {
	display: none;
}
@media (max-width: 768px) {
	.related-as-wrap .swiper-pagination.swiper-pagination-bullets {
		display: block;
		bottom: -5px;
	}
}
