.productsSlider_inner {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
}
[class*=swiper]:focus {
		outline: none;
}
.productsSlider_swiper_inner {
		max-width: 1000px;
		margin: 0 auto 80px;
}
.swiper-wrapper {}
.productsSlider .swiper-slide {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		border: 1px solid #dcdddd;
		border-radius: 30px;
		box-sizing: border-box;
		overflow: hidden
}
.productsSlider .swiper-slide img {
		width: 100%;
		height: auto;
}
.productsSlider_swiper_nav {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
}
.productsSlider_swiper_nav .swiper-button-prev, .productsSlider_swiper_nav .swiper-button-next {
		position: absolute;
		top: calc(calc(50% - 40px) - 40px);
		width: 80px;
		height: 80px;
		font-size: 1px;
		color: rgba(255, 255, 255, 0);
		border: 1px solid #094da4;
		background-color: #fff;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		transition: background 0.3s;
		transform: translateY(0)!important;
		margin: 0!important
}
.productsSlider_swiper_nav .swiper-button-prev {
		background-image: url("../images/top_slider_l.png");
		left: -40px;
}
.productsSlider_swiper_nav .swiper-button-next {
		background-image: url("../images/top_slider_r.png");
		left: inherit;
		right: -40px
}
@media (hover: hover) {
		.productsSlider_swiper_nav .swiper-button-prev:hover, .productsSlider_swiper_nav .swiper-button-next:hover {
				background-color: rgba(255, 255, 255, 0.8);
		}
}
.productsSlider .swiper {
		padding: 0 0 60px;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 0px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
}
.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		box-sizing: border-box;
		border-radius: 50%;
		border: 1px solid #004ea2;
		background: none;
		opacity: 1;
		transition: background 0.4s;
}
.swiper-pagination-bullet-active {
		background: #004ea2;
		opacity: 1
}
@media(max-width: 767px) {
		.productsSlider .swiper {
				padding-bottom: 40px;
		}
		.productsSlider_swiper_nav {
				padding-left: 10px;
				padding-right: 10px;
		}
		.productsSlider_swiper_nav .swiper-button-prev, .productsSlider_swiper_nav .swiper-button-next {
				top: calc(calc(50% - 20px) - 20px);
				width: 40px;
				height: 40px;
		}
		.productsSlider_swiper_nav .swiper-button-prev {
				left: -10px;
		}
		.productsSlider_swiper_nav .swiper-button-next {
				left: inherit;
				right: -10px;
		}
		.productsSlider .swiper-slide {
				border-radius: 16px;
		}
}