

/* Start:/local/templates/mark/components/bitrix/news.detail/delivery/style.css?1755636210504*/
.delivery-icon__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr); /* 2 колонки на мобильной */
}

@media (min-width: 768px) {
    .delivery-icon__grid {
        grid-template-columns: repeat(4, 1fr); /* 4 колонки на десктопе */
        gap: 24px;
    }
}

.delivery-icon__card {
    position: relative;
}

.delivery-icon__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
/* End */


/* Start:/local/templates/mark/components/prolaba/form/rss-main/style.css?1758717169411*/
.response p {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    width: fit-content;
}

.response p.error {
    color: red;
    background-color: #fff0f0;
}


.success-block {
    display: none;

    margin-top: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.success-block.view {
    display: block;
}

.subscribe__form{
    overflow: hidden;
}
/* End */
/* /local/templates/mark/components/bitrix/news.detail/delivery/style.css?1755636210504 */
/* /local/templates/mark/components/prolaba/form/rss-main/style.css?1758717169411 */
