.coaches
{
	word-wrap: break-word;
}
.coaches__wrapper{
	position:relative;
	padding-inline:2rem;
}

.coaches__item-wrapper{
	width:150px;
	padding-inline:20px;
}
.coaches .slick-slide{
	margin-inline:2rem;
}
.coaches .swiper-button{
	position:absolute;
	top:50%;
	translate: x -50%;
	z-index:10;
}


.coaches .coaches__name{
	width: 100%;
	word-wrap: break-word;
	min-height: 46px;
	vertical-align: top;
	display: flex;
	align-items: flex-start;
	font-weight:700;
	margin:0;
}
.coaches__wrapper .swiper-button-next::after, .coaches__wrapper .swiper-button-prev::after{
	font-size:50px !important;
}

.coaches__wrapper .swiper-button-prev{
	left:0;
}
.coaches__wrapper .swiper-button-next{
	right:0;
}
.coaches__items.swiper-wrapper{
	align-items: flex-start;
}

.coaches__img{
	display: block;
	width: 100%;
}
.coaches__item{
	display:inline-block;
	width: 100%;
}