.doctors__head {
    margin-bottom: 0;
}

.doctors__title {
    margin-bottom: 15px;
    text-align: center;
}

.doctors__desc {
    font-size: 16px;
    line-height: 140%;
    color: #666666;
}

.doctors__grid {
    margin-bottom: 37px;
}

.doctors__column_right {
    margin-bottom: 30px;
}

.doctors__slider {
    overflow: visible;
}

.doctors__slide {
    width: 205px;
}

.doctor-item {
    display: block;
    position: relative;
    padding-top: 48px;
}

.doctor-item__picture {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 200px;
    margin-bottom: 45px;
    background-color: #E4F1F8;
}

.doctor-item_large .doctor-item__picture {
    margin-bottom: 35px;
}

.doctor-item__picture_blue {
    background-color: #E4E7F1;
}

.doctor-item__picture_violet {
    background-color: #E7E2EE;
}

.doctor-item__picture_peach {
    background-color: #FAEFE8;
}

.doctor-item__img {
    max-width: 100%;
    max-height: 243px;
}

.doctor-item__direction {
    position: absolute;
    top: 234px;
    left: 20px;
    padding: 6px 13px;
    font-size: 14px;
    line-height: 120%;
    color: #ED7453;
    background: #FFFFFE;
    box-shadow: 0 4px 15px rgba(87, 67, 142, 0.2);
    border-radius: 40px;
}

.doctor-item__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    transition: all 0.2s ease-in-out;
}
.doctor-item:hover .doctor-item__name {
    color: #ED7453;
}
.doctor-item_large .doctor-item__name {
    font-size: 20px;
}

.doctor-item__clinic {
    font-style: italic;
    font-size: 14px;
    line-height: 140%;
    color: #ADADAD;
}

.doctor-item__titlejob {
    padding: 10px 0;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}

.doctors__actions {
    text-align: center;
}

.doctors__appointment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 15px;
}

.doctors__appointment-icon {
    margin-right: 10px;
    fill: currentColor;
}

.doctors__buttons {

}

.doctors__buttons_pc {
    display: none;
}

@media (max-width: 1188px) {
    .doctors {
        margin-bottom: 0;
        padding-bottom: 50px;
        overflow: hidden;
    }
}

@media (min-width: 869px) {
    .doctors__slide {
        width: 246px;
    }
}

@media (min-width: 1189px) {
    .doctors__head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .doctors__text {
        width: 544px;
    }

    .doctors__title {
        margin-bottom: 28px;
        text-align: left;
    }

    .doctors__grid {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }

    .doctors__column_right {
        order: 1;
        width: 394px;
        margin: 0;
    }

    .doctors__column_left {
        width: 658px;
    }

    .doctors__slider {
        overflow: hidden;
    }

    .doctors__slide {
        width: 198px;
    }

    .doctor-item {
        padding-top: 86px;
    }

    .doctor-item__direction {
        top: 273px;
    }

    .doctor-item__name,
    .doctor-item__clinic,
    .doctor-item__titlejob{
        padding-left: 20px;
    }

    .doctor-item_large .doctor-item__img {
        width: 62.7%;
        height: 286px;
        aspect-ratio: 0.8636;
        object-fit: contain;
        object-position: 0 100%;
    }

    .doctor-item_large .doctor-item__direction {
       left: 70px;
    }
 
    .doctors__buttons_pc {
        display: flex;
        align-items: center;
        width: 399px;
    }

    .doctors__buttons_mobile {
        display: none;
    }

    .doctors__appointment {
        width: 258px;
        margin: 0;
    }

    .doctors__all {
      margin: 0 auto;
    }
}
.doctors__button-details {
    margin-right: 0;
    padding: 14px 0;
    margin-left: auto;
}
