

/* Start:/local/templates/oktta/components/bitrix/news.list/shops_main/style.css?1789394318377*/
.js-section-shops {
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 1;
    transform: translateY(0);
    will-change: opacity, transform;
}

.js-section-shops:not(.active) {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
}

.js-section-shops.active {
    display: grid;
    opacity: 1;
    transform: translateY(0);
}
/* End */


/* Start:/local/components/oktta/forms/templates/.default/style.css?1789394318216*/
.contact-form-field__input.error {
    border: 1px solid #ff0000!important;
}
.contact-form__form_error {
    display: block;
    width: 100%;
    font-size: 12px;
    padding-top: 5px;
    color: #ff0000;
}
/* End */
/* /local/templates/oktta/components/bitrix/news.list/shops_main/style.css?1789394318377 */
/* /local/components/oktta/forms/templates/.default/style.css?1789394318216 */
