.staff-card{
    padding:10px;
    text-align: center;
    max-width: 33%;
    height: 800px!important;

    h3{
        line-height: 1;
    }

    @media(max-width: 768px){
        max-width: 100%;
    }

    .staff-card__img-wrap{
        margin-bottom: 20px;
    }

    .staff-card__text{
        color:#dd6d81;
        font-size: 16px;
        line-height: 19px;

    }

    .italic{
        font-style: italic;
    }

    .button{
        margin-bottom: 5px;
        width: 100%;
        position: relative;
    }

    .card-content{
        margin-bottom: 40px;
    }
    .position{
        height: 5vw;
        overflow: hidden;
        margin: 0 10px;

    }

    .quality-reviews {
        padding: 7px!important;
        width: 29px!important;
    }
}

.staff-section{
    position: relative;
}

.min-wrap{
    overflow: visible!important;
}

.staff-swiper {
    overflow-y: hidden;  /* Скрывает вертикальный скролл */
    overflow-x: hidden;  /* Скрывает горизонтальный скролл (если нужен) */
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}

.schedule-component {
    min-width: 25%!important;
}

.schedule__slots{
    width: 100%!important;
}

.staff-card__img img:first-child {
    opacity: 1;

}

.staff-card__second-img {
    opacity: 0;

}

.staff-card__img:hover img:first-child {
    opacity: 0;
}

.staff-card__img:hover .staff-card__second-img {
    opacity: 1;
}