.contacts-clinics__map {
    min-height: 560px;
}
.contacts-clinics {
    position: relative;
}
.map__substrate-title {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 25px;
    color: #646565;
}
.map__substrate {
    max-width: 462px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 24px;
    background: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 45px 40px;
    z-index: 1;
}
.map__substrate-address {
    margin-bottom: 25px;
}
.map__substrate-address,
.map__substrate-time {
    display: flex;
    align-items: center;
}
.map__substrate-address img,
.map__substrate-time img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

@media screen and (max-width: 800px) {
    .map__substrate {
        display: none;
    }
}