.main-hero__wrapper {
	position: relative;
	overflow: visible;
}
.two-cols-slider .main-hero__key {
	right: 0;
	bottom: 0;
	top: auto;
	z-index: 2;
	transform: translate(50%, -50%);
}
.main-slider {
	position: relative;
}
.main-slider .swiper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.main-slider .swiper a {
	display: block;
	width: 100%;
	height: 100%;
}
.main-slider .swiper a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-slider__pagination {
	position: absolute;
	z-index: 1;
	bottom: 21px !important;
	text-align: center;
}
.main-slider__pagination.main-slider-main__pagination {
		bottom: -40px !important;
}
.main-slider__pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: rgba (255, 255, 255, .7);
}
.main-slider__pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main-slider__pagination.main-slider-main__pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: rgba (0, 0, 0, .7);
}
.main-slider__pagination.main-slider-main__pagination .swiper-pagination-bullet-active {
  background: #000;
}
@media (max-width:768px) {
	.two-cols-slider .main-hero__key {
		right: 50%;
		top: auto;
		transform: translate(50%, 50%);
	}
	.two-cols-slider .main-hero__wrapper {
		padding: 4.25rem 4.19rem 4.19rem 4.19rem !important;
	}
}
@media (max-width:560px) {
	.two-cols-slider .main-hero__wrapper {
		padding: 3.25rem 2.19rem 4.19rem 2.19rem !important;
	}
}