.catalog-attributes {
    background-color: #FFF;
    margin-bottom: 20px;
}
.catalog-attribute {
    border-bottom: 1px solid #eee;
    user-select: none;
}
.catalog-attribute:not(:first-child) {
    margin-top: 10px;
}
.catalog-attribute__title {
    color: #949da4;
    display: block;
    padding: 10px 20px;
    font-size: .75rem;
    font-weight: 700;
    position: relative;
    transition: .2s;
}
.catalog-attribute.js-opened .catalog-attribute__title {
    background-color: #F3F3F3;
    color: #2d2d2d;
    cursor: pointer;
}
.catalog-attribute__title::after {
    border: 5px solid transparent;
    border-bottom: 8px solid #949da4;
    border-top-width: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: border-bottom-color .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}
.catalog-attribute.js-opened .catalog-attribute__title::after {
    border-bottom-color: #2d2d2d;
    transform: translateY(-50%) rotate(180deg);
}

.catalog_attribute__values-container {
    display: none;
    max-height: 240px;
    margin: 5px 0;
    overflow-y: auto;
}
.catalog-attribute.js-opened .catalog_attribute__values-container {
    display: block;
}
.catalog-attribute__squarebox {
    color: #333;
    display: inline-block;
    font-size: .75rem;
    padding: 8px 10px;
    margin: 4px;
    text-decoration: none;
}
.catalog-attribute__squarebox.js-active {
    box-shadow: inset 0 0 0 2px var(--color-grey);
    color: #000;
}
.catalog-attributes__filter-button {
    margin-right: 10px;
}

.catalog-module__description-block {
    padding-bottom: 50px;
}

.catalog-module__search-title {
    color: var(--color-green);
    font-size: 1rem;
    font-weight: 700;
    margin: 20px 0;
    text-transform: uppercase;
}
.matched-categories-list {
    margin-bottom: 40px;
}
.matched-categories-list__item {
    font-size: .875rem;
    margin-bottom: 10px;
}
.matched-categories-list__item > a {
    color: #000;
    text-decoration: none;
}
.matched-categories-list__item > a:hover {
    text-decoration: underline;
}

.product-info {
    margin-bottom: 50px;
}

.product-info__images {
    position: relative;
}
.product-info__images-container {
    margin-bottom: 20px;
    position: relative;
}
.product-info__image-container {
    filter: brightness(.5);
    height: 250px;
    overflow: hidden;
    outline: none;
    position: relative;
    transition: .15s;
}
.product-info__image-container > img {
    display: block;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: 50%;
    width: 100%;
}
.product-info__images .slick-track {
    padding: 12px 0;
}
.product-info__images .slick-slide {
    font-size: 0;
}
.product-info__images .slick-slide.slick-current .product-info__image-container {
    filter: none;
    transform: scale(1.08);
    z-index: 1;
}

.product-price {
    color: #2b2a2a;
    margin-bottom: 30px;
}
.product-price__label {
    font-size: .875rem;
    font-weight: 400;
}
.product-price__value {
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0 8px;
}
.product-price__measure {
    font-size: 1.25rem;
}

.product-info__ordering {
    margin-bottom: 30px;
    max-width: 350px;
}
.product-info__ordering .product-info__cart-btn {
    display: block;
    margin-top: 10px;
}

.product-info__prices-descr {
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
}

.product-tabs__label {
    color: var(--color-green);
    display: block;
    padding: 5px 0 5px 18px;
    position: relative;
    text-decoration: underline;
}
.product-tabs__label::before {
    background-color: var(--color-green);
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}
.product-tabs__content {
    display: none;
    border: 2px solid var(--color-grey);
    margin: 10px 0;
    padding: 5px;
    position: relative;
}
.product-tabs__content::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAMAAABV0m3JAAAAVFBMVEUAAADj5efj5efj5efj5efj5efj5efj5efj5efj5efj5efj5efj5efj5efj5efj5efj5efk5uj09fX09fb19vb19vf29vf29/f39/j3+Pj4+Pn////FJyn1AAAAEHRSTlMAAWhtcnZ7gIaKj5SXmJn+vND21gAAAFJJREFUeNpdyEcOhEAMRcFmAjl8k+Hd/54sQEh2LSu9Pm2Wou+gLu5vkMX9S+MZNpcm8FtIM/gtpQWe7e+tZCu4zWrZBn4b2Q5+k+yAsMlOiHsB8X0MptBxRmkAAAAASUVORK5CYII=);
    content: '';
    height: 12px;
    left: 15px;
    position: absolute;
    top: -12px;
    width: 20px;
}
.product-tabs__label.active + .product-tabs__content {
    display: block;
}

.product-attributes-table {
    width: 100%;
}
.product-attributes-table td {
    font-size: .875rem;
    padding: 10px 5px;
}
.product-attributes-table tr:not(:last-child) > td {
    border-bottom: 1px solid var(--color-grey);
}
.product-attributes-table td:last-child {
    font-weight: 600;
    padding-left: 10px;
    text-align: right;
}

.vds-online-block {
    border-top: 1px solid var(--color-grey);
    margin: 30px 0;
}
.vds-online-block__images {
    overflow-x: auto;
    padding: 5px 0;
}
.vds-online-block__images > img {
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    max-width: 92%;
}
.vds-online-block__images > img:not(:last-child) {
    margin-right: 5px;
}

.product-info__info-block .product-labels {
    margin: 10px 0;
}
.products-list-item__image .product-labels {
    left: 5px;
    margin: 0;
    position: absolute;
    top: 5px;
}
.product-label {
    border: 0;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .2);
    color: #FFF;
    display: inline-block;
    font-size: .75rem;
    line-height: 1;
    margin-right: 5px;
    padding: 4px 8px;
}
.product-label--new {
    background-color: var(--color-green);
}
.product-label--sale {
    background-color: var(--color-red);
}

.filter-is-new {
    margin-top: 10px;
}