.map-patient-slide{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.map-slider .swiper-slide{
    height: auto;
}
.map-patient-slide__image{
    position: relative;
}
.map-patient-slide__image img{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.map-patient-slide_btn{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-patient-slide__content{
    background: var(--gray-bg);
    padding: 16px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.map-patient-slide__content-title{
    font-weight: 500;
    font-size: 19px;
    line-height: 115%;
    color: var(--black);
    margin-bottom: 6px;
}
.map-patient-slide__content-work{
    font-weight: 500;
    font-size: 16px;
    line-height: 115%;
    color: var(--dop-text);
    margin-bottom: 20px;
}
.map-patient-slide__content-city{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--stroke-gray-bg);
    display: flex;
    align-items: center;
    gap: 7px;   
    margin-top: auto;
}
.map-patient-slide__content-city span{
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: var(--violet-dark);
}
.map-patient-slide__content-city svg{
    min-width: 15px;
}
.map-slider{
    overflow: hidden;
}
.map-block img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media(max-width:991px){
    .swiper-button--navigation--map{
        justify-content: center;
    }
}