.slider-procedures-container {
	position: relative; }
.slider-procedures-container .swiper-button-next-procedure,
.slider-procedures-container .swiper-button-prev-procedure {
	position: absolute; }

.swiper-procedures {
	margin: 43px 0 15px; }
@media (min-width: 1001px) {
	.swiper-procedures__slide {
		width: 220px; } }
.swiper-procedures__slide > div {
	max-width: 120px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center; }
@media (min-width: 1201px) {
	.swiper-procedures__slide > div {
		max-width: 220px;
		padding: 0 10px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
	.swiper-procedures__slide > div {
		max-width: 160px;
		padding: 0; } }
@media (max-width: 1199px) {
	.swiper-procedures__slide > div {
		max-width: 150px; } }
.swiper-procedures__slide > div > span {
	margin-top: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;}

@media (min-width: 1600px) {
	.swiper-procedures__slide > div > span {
		margin-top: 20px;
		font-size: 22px;
		line-height: 26px;} }
.swiper-procedures img {
	border-radius: 50%;
}
.swiper-procedures__slide:nth-of-type(6) img, .swiper-procedures__slide:nth-of-type(7) img, .swiper-procedures__slide:nth-of-type(8) img {
	max-width: 220px;
	width: 100%; }

.swiper-button-next-procedure,
.swiper-button-prev-procedure {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 50%;
	transform: rotate(180deg);
	width: 24px;
	height: 24px;
	top: 38%;
	z-index: 10;
}
.swiper-button-next-procedure {
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='40' viewBox='0 0 23 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 2L3 20L21 38' stroke='%236E18A2' stroke-width='4'/%3E%3C/svg%3E");
	right: 15%;
}
.swiper-button-prev-procedure {
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='40' viewBox='0 0 23 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L20 20L2 38' stroke='%236E18A2' stroke-width='4'/%3E%3C/svg%3E%0A");
	background-position-x: right;
	left: 12%;
}
@media (max-width: 1199px) and (min-width: 768px) {
	.swiper-button-next-procedure {
		right: 30px;
	}
	.swiper-button-prev-procedure {
		left: 30px;
	}
}
@media (min-width: 1300px) {
	.swiper-button-next-procedure {
		right: -6%;
	}
	.swiper-button-prev-procedure {
		left: -6%;
	}
}

@media (min-width: 1200px) {
	.swiper-button-next-procedure,
	.swiper-button-prev-procedure {
		top: 32%;
	}
	.swiper-button-next-procedure {
		right: -3%;
	}
	.swiper-button-prev-procedure {
		left: -3%;
	}
}

@media (min-width: 1600px) {
	.swiper-button-next-procedure,
	.swiper-button-prev-procedure {
		background-size: 100%;
		height: 36px;
		width: 18px;
		top: 35%;
	}
	.swiper-button-next-procedure {
		right: -4.5%;
	}
	.swiper-button-prev-procedure {
		left: -3.5%;
	}
}
.swiper-procedures .swiper-img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
@media (min-width: 1600px) {
	.swiper-procedures .swiper-img {
		width: 200px;
		height: 200px;
	}
}