.card-img-fixed-size {
    width: 18rem;
    height: 15rem;
}

.bg-fade {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0) 30%);
}

.card-text-shadow {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.card-photo-services {
    max-width: 18rem;
    overflow: hidden;
}

.yandex-reviews-container {
    height: 800px;
}

.yandex-reviews-iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box
}

.yandex-map-city {
    color: #eee;
    font-size: 12px;
    position: absolute;
    top: 0px;
}

.yandex-map-address {
    color: #eee;
    font-size: 12px;
    position: absolute;
    top: 14px;
}

.yandex-map-iframe {
    width: 100%;
    height: 100%;
}
