/* Only the finishing-balconies page: detail card on the left, price list on the right. */
@media (min-width: 769px) {
    .vo-popular-otdelka-layout .inner {
        grid-template-areas: "left right" !important;
    }
}
