.staff-block {
	text-align: center;
	position: relative;
}
.staff-image img {
	margin: auto;
	width: 100%;
}
.staff-info {
	margin: 15px 0;
	color: var(--additional_color);
}
.staff-block p {
	font-size: 18px;
    line-height: 1.1;
    margin-top: 15px;
}
.staff-button button {
	width: 100%;
}
.staff-sticker {
	position: absolute;
    padding: 5px 15px;
    color: #fff;
    left: 20px;
    border-radius: 0px 0px 5px 5px;
}
.module-staff:hover .swiper-buttons {
	opacity: 1;
}
