.article-section__text h1 {
    font-size: 32px;
    font-weight: 500;
    color: #191919;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 32px;
}
.catalog__wrapper._full__catalog {
    grid-template-columns: 1fr;
}

a.header__lang-link:first-child {
    border-right: 2px solid #9196ad;
    margin-right: 4px;
}
.mini-catalog__item:hover img{
    filter: invert(1);
}
span.product-preview__full-price {
    width: 100%;
}
.product-preview__price span._new.price_st {
    color: #000000;
}
button.quantity__button {
    background: #ffffff00;
}
.catalog__article h2{
    font-size: 24px;
    font-weight: 500;
    color: #191919;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}