.description-shop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.head-shop {
    font-size: 1.4rem;
    background-color: var(--main-bg-color);
    color: var(--main-color);
    width: 100%;
    text-align: center;
    padding: 0.4rem 0;
    font-weight: 600;
}
.description-shop {
    line-height: 2rem;
}

.shop-addres {
    font-size: 1rem;
}

.shop-metro {
    font-size: 0.8rem;
}

.shop-img {
    width: 100%;
    height: auto;
    max-width: 150px;
}

.shop-footer {
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 0;
}

#ymap_ctrl_display {
    display: none; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 10; 
    pointer-events: none;
}

.ymap_ctrl_display__text {
    position: relative; 
    top: 40%; 
    left: 0; 
    right: 0; 
    color: white; 
    text-align: center; 
    font-size: 1.8em; 
    pointer-events: none;
}