.feedback__content {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch; /* Это ключевое свойство для выравнивания дочерних элементов по высоте */
	gap: 30px;
}

.feedback__buttons {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
	margin: 30px 0;
}
.feedback__item {
	flex-grow: 1;
	/*flex-basis: 45%;*/
	padding: 37px ;
	height: auto !important;
	border: 1px solid #9B26A8;
}
.feedback__buttons_item {
	flex-grow: 1;
	width: 250px;
	max-width: 250px;
}
.feedback__date {
margin-bottom: 20px;
}
.feedback__service,
.feedback__clinic {
	text-transform: uppercase;
}
.feedback__clinic {
	margin-bottom: 20px;
}
.feedback__text {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 15px;
}
.feedback__name {
	text-align: right;
}

@media screen and (max-width: 800px) {
	.feedback__content {
		flex-direction: column;
	}
	.feedback__buttons {
		flex-direction: column-reverse;
		align-items: center;
	}
}
@media screen and (max-width: 500px) {
	.feedback__item {
		padding: 27px ;
	}
}








.swiper-container_feedback {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

@media screen and (min-width: 1200px) {
	.swiper-container_feedback {
		position: static
	}
}

.swiper-button-feedback_next,
.swiper-button-feedback_prev {
	position: absolute;
	background: url(img/icons/arrow-mob.svg) no-repeat;
	top: calc(50% - 14px);
	width: 15px;
	height: 28px;
	cursor: pointer;
	z-index: 10
}

.swiper-button-feedback_prev {
	transform: rotate(-180deg);
	left: 10px;
	/*left: -30px;*/
}

.swiper-button-feedback_next {
	right: 10px;
	/*right: -30px;*/
}

@media screen and (max-width: 500px) {
	.swiper-button-feedback_prev {
		left: 6px;
	}
	.swiper-button-feedback_next {
		right: 6px;
	}
}

@media screen and (min-width: 1200px) {
	.swiper-button-feedback_prev {
		/*left: -30px;*/
		/*bottom: 0;*/
		/*top: 40%;*/
	}
	.swiper-button-feedback_next {
		/*right: -30px;*/
		/*bottom: 0;*/
		/*top: 40%;*/
	}
}

@media screen and (min-width: 1600px) {
	.swiper-button-feedback_prev {
		/*left: -30px;*/
	}
	.swiper-button-feedback_next {
		/*right: -30px;*/
	}
}
