.goods-catalog-list__category {
    line-height: 32px;
}

._error {
    color: #ff8a8a;
}
._error label {
    color: #ff8a8a;
}

._error input {
    border-bottom: 1px #ff8a8a solid;
}

.sales-page .popup-form__submit-btn {
    background: #fff;
    color: #363636;
}

/*.footer-main__item_full-mobile>.hide-mobile{
    margin-left: 3.7em;
}*/

/*.kitchen-info-slider__slide{
    height: 484px;
}*/

.good-item__expand-btn {
    display: flex;
}
.hidden {
    display: none;
}

.money__wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.money__icon {
    width: 46px;
    flex-shrink: 0;
    margin-right: 13px;
}
.money__text {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    /* or 14px */

    letter-spacing: 0.01em;

    /* Accent/Green */

    color: #35C759;
}

.hide {
    display: none;
}