

/* Start:/css/main/catalog/component-catalog-section-smart-filter.css?177331875211459*/
.vr-filter {
    flex: 0 0 256px;
    border: 1px solid var(--grayscale-faint);
    margin-bottom: -1px;
}
.vr-filter:has(~ .vr-product .pagination-step) .filters__main {
    /*max-height: 2300px;*/
}
.vr-filter__body {
    gap: 8px;
}
.vr-filter-heading__title {
    border-bottom: 1px solid var(--grayscale-faint);
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px;
}
.vr-filter-heading__title > .mesh-row {
    gap: 8px;
    align-items: center;
}
.vr-filter-heading .icon {
    color: var(--grayscale-soft);
}
.vr-filter-heading__subtitle {
    gap: 4px;
    align-items: center;
    padding: 8px 16px;
}
.vr-filter-heading__subtitle .text {
    color: var(--grayscale-base);
}
/**/
.filter-calc__body {
    padding: 8px 16px 8px 32px;
}
.filter-calc__form {
    gap: 16px;
    padding-top: 16px;
}
.filter-calc__label {
    gap: 8px;
    align-items: center;
}
.filter-calc .input {
    text-align: right;
    max-width: 147px;
}
.filter-calc .text--unit {
    font-size: 12px;
    line-height: 14px;
    color: var(--grayscale-black);
    font-weight: 400;
    flex: 0 0 auto;
}
.filter-calc .button-calc {
    margin-left: auto;
}
/**/
.vr-filter-param__body {
    gap: 8px;
    padding: 8px 0 8px 8px;
}
.vr-filter .text--title {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-wrap: balance;
    text-align: left;
}
/*accordion*/
@media (min-width: 1271px) {
    .filter-accordion.is-scroll {
        overflow: auto;
        position: relative;
        scrollbar-gutter: stable;
    }
}
@media screen and (min-width: 1501px) {
    .filter-accordion.is-scroll {
        max-height: 2261px;
        /*max-height: 2273px;*/
    }
}
@media screen and (max-width: 1500px) {
    .filter-accordion.is-scroll {
        max-height: 2752px;
    }
}
@media screen and (max-width: 1270px) {
    .filter-accordion.is-scroll {
        max-height: inherit;
    }
}
@media (any-hover: hover) {
    .filter-accordion::-webkit-scrollbar {
        width: 12px;
    }
    .filter-accordion::-webkit-scrollbar-thumb {
        border: 4px solid #fff;
    }
}
.filter-accordion__section {
    border-bottom: 1px solid var(--grayscale-barely);
    padding: 8px 0;
}
.filter-accordion__section:last-child {
    border-bottom: none;
}
.filter-accordion__control.button {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: left;
    white-space: unset;
}
.filter-accordion__name {
    display: flex;
    padding: 8px 4px;
    gap: 4px;
}
.filter-accordion .text--sup {
    font-size: 10px;
    line-height: 12px;
    color: var(--grayscale-base);
}
.filter-acc-box.is-hidden {
    display: none;
}
.filter-accordion__control > .icon {
    color: var(--grayscale-base);
}
@media (width < 781px) {
    .filter-accordion__control > .icon {
        color: #fff;
    }
}
.filter-accordion__control.is-active > .icon {
    transform: rotate(-180deg)
}
.acc-search .input-wrapper .text--placeholder {
    color: var(--grayscale-black);
}
.acc-search .icon--clear {
    position: absolute;
    top: 0;
    right: 0;
}
/**/
.vr-filter #filter_form .bx_ui_slider_track {
    max-width: 222px;
}
.filter-accordion__section.filter-price {
    border-bottom: none;
    position: relative;
    padding-right: 8px;
}
.filter-price .filter-accordion__control {
    pointer-events: none;
}
.amount-slider {
    padding: 20px 0 8px;
}
.amount-slider__fields {
    gap: 16px;
    padding-bottom: 24px;
}
.amount-slider .amount-slider__label,
.amount-slider .input {
    max-width: 104px;
}
#amount-slider {
    padding: 0 8px;
}
/**/
.filter-acc-list {
    padding: 8px 0 0 4px;
    overflow: hidden;
}
.filter-acc-list.is-hidden .filter-acc-list__item:not(.filter-show, :nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4)) {
    display: none;
}
.filter-acc-list .checkbox-label {
    min-height: 34px;
    padding: 0 4px;
}
.filter-acc-list .text--sup {
    align-self: start;
}
.filter-acc-box .button-show-more {
    padding: 0 22px;
    margin-left: auto;
}
/**/
.filter-color .filter-acc-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 2px;
    padding-bottom: 8px;
    padding-left: 8px;
}
.filter-color .filter-acc-list.is-hidden .filter-acc-list__item {
    display: block;
}
.filter-color .filter-acc-list.is-hidden .filter-acc-list__item:nth-of-type(11) {
    display: none;
}
.checkbox-color {
    width: 32px;
    height: 32px;
    display: block;
    box-shadow: 0 0 0 1px rgba(32,32,32,.1);
}
.filter-accordion .checkbox-color {
    border: 2px solid transparent;
}
.filter-acc-list input:checked + .checkbox-color {
    border: 2px solid var(--color--blue--light);
}
.filter-acc-list .checkbox-color ~ .label__text {
    display: none;
}
.figure--color--yellow {
    background-color: #FFE000;
}
.figure--color--orange {
    background-color: var(--tertiary-orange);
}
.figure--color--red {
    background-color: #FF0000;
}
.figure--color--violet {
    background-color: #8000FF;
}
.figure--color--blue {
    background-color: #0080FF;
}
.figure--color--green {
    background-color: #00D000;
}
.figure--color--gray {
    background-color: #808080;
}
.figure--color--brown {
    background-color: #604020;
}
.figure--color--black {
    background-color: #000;
}
.figure--color--white {
    background-color: #fff;
}
.figure--color--beige {
    background-color: #f5f5dc;
}

/*active filter*/
.filter-acc-checked__list.is-hidden .filter-acc-list__item:not(:first-child) {
    display: none;
}
.filter-acc-box__checked {
    padding-left: 8px;
}
.filter-acc-box__checked [data-name]::after {
    content: attr(data-name);
    font-size: 14px;
    line-height: 18px;
    color: var(--grayscale-dark);
    padding-left: 12px;
}
.filter-acc-box__checked .checkbox-color {
    width: 20px;
    height: 20px;
    border: none!important;
}

/**/
.filter-smart .helpful-links__list.is-hidden .helpful-links__item:not(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4)) {
    display: none;
}
/*modal calc*/
.modal-calc .modal__body {
    max-width: 448px;
}
.modal-calc .modal-subtitle {
    margin-bottom: 32px;
}
.modal-calc .select__button {
    padding-left: 16px;
}
.modal-calc .input-wrapper .input {
    max-width: 168px;
    padding-left: 16px;
}

@media (min-width: 781px) {
    .vr-filter .vr-dw-price {
        display: none;
    }
}
@media (max-width: 780px) {
    .vr-filter {
        flex: unset;
        border: none;
        margin-bottom: 0;
        background-color: var(--grayscale-dark);
        max-width: 320px;
        width: 100%;
        height: 100%;
        padding-bottom: 32px;
        position: fixed;
        top: 0;
        right: 0;
        box-shadow: 0 0 500px 500px rgba(32,32,32,.25);
        transition: transform .25s linear;
        transform: translateX(0);
        z-index: 22;
    }
    .vr-filter.is-hidden {
        box-shadow: unset;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform .25s linear;
    }
    .vr-filter__body {
        overflow: auto;
        height: calc(100vh - 8px);
    }
    .vr-filter-param__body {
        padding-top: 0;
    }
    .vr-filter-heading__title {
        padding-right: 8px;
    }
    .vr-filter #filter_form .bx_ui_slider_track {
        max-width: 268px;
    }
    .filter-accordion__control.button.is-active {
        margin-bottom: 8px;
    }
    .vr-filter-heading .filter-close__btn .icon,
    .vr-filter-heading__title,
    .vr-filter-heading__subtitle .text,
    .vr-filter .text--title.text,
    .vr-filter .checkbox-label .label__text,
    .filter-accordion .text--sup,
    .filter-calc .text--unit,
    .vr-filter .input-wrapper .input:not(:placeholder-shown) ~ .text--placeholder {
        color: #fff;
    }
    .filter-calc .input {
        max-width: 211px;
        background-color: transparent;
        color: #fff;
    }
    .filter-calc .button--outline {
        box-shadow: none;
        border: 1px solid #fff;
        min-width: 128px;
        height: 40px;
        color: #fff;
    }
    .filter-calc .button--outline:hover {
        background-color: transparent;
        border-width: 2px;
    }
    .filter-calc .button--outline:active {
        background-color: transparent;
        border-width: 2px;
        border-color: var(--grayscale-light);
        color: var(--grayscale-light);
    }
    .acc-search .input-wrapper .input:not(:placeholder-shown) ~ .text--placeholder,
    .acc-search .input-wrapper .input:focus ~ .text--placeholder,
    .filter-acc-box__more .button--soft--transparent {
        color: #fff;
    }
    .vr-filter-heading__title,
    .filter-accordion__section {
        border-color: var(--grayscale-base);
    }
    .filter-acc-box__search {
        padding: 0 16px;
    }
    .acc-search .input-wrapper .text--placeholder {
        color: #fff;
    }
    .acc-search .input-wrapper .input {
        background-color: transparent;
        color: #fff;
        min-height: 40px;
    }
    .acc-search .icon--clear {
        color: #fff;
        top: 4px;
    }
    /**/
    .filter-acc-box.is-hidden {
        display: none;
    }
    /**/
    .grid .vr-filter .input-wrapper .input:hover,
    .grid .vr-filter .input-wrapper .input:focus {
        border-color: var(--primary-light);
    }
    .grid .input-wrapper .input:active {
        border-color: var(--primary-base);
    }
    .button--soft--transparent {
        min-height: 40px;
    }
    .header .button--soft--transparent {
        min-height: 32px;
    }
    .filter-acc-box__more .button--soft--transparent:hover {
        background-color: rgba(255, 255, 255, .1);
        color: #fff;
    }
    .filter-acc-box__more .button--soft--transparent:active {
        background-color: rgba(192, 192, 192, .1);
        color: var(--grayscale-light);
    }
    /**/
    .vr-filter-heading__sorting {
        padding: 16px 32px;
    }
    .vr-sort-head__selected {
        max-width: 211px;
        width: 100%;
    }
    .vr-filter .select--area .selected__item .select__filter._active {
        background-color: var(--grayscale-light);
    }
    .vr-sort-head__selected .icon {
        color: #fff;
    }
    .vr-sort-head__selected .icon-sorting {
        color: var(--grayscale-base);
    }
    .vr-filter-heading__sorting .button-sort {
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
    }
    .vr-filter-heading__sorting .select__button {
        padding-left: 48px;
        background-color: transparent;
    }
    .vr-filter-heading__sorting .select__button .select__text {
        color: #fff;
    }
    .vr-filter-heading__sorting .is-selected .select__label,
    .vr-filter-heading__sorting .select__button .select__label{
        position: absolute;
        top: -14px;
        font-size: 10px;
        line-height: 12px;
        left: 16px;
        color: #fff;
    }
    .amount-slider {
        padding-top: 12px;
        padding-left: 8px;
    }
    .amount-slider .amount-slider__label,
    .amount-slider .input {
        max-width: 122px;
    }
    /**/
    .vr-filter .is-selected .text--placeholder {
        color: #fff;
    }
    .vr-filter .vr-dw-price .button-download {
        color: #fff !important;
        margin-left: auto;
        width: auto;
        position: absolute;
        top: 0;
        right: 6px;
    }
    .vr-filter .vr-dw-price [data-slug] {
        font-weight: 400;
    }
}
/* End */


/* Start:/css/main/catalog/component-catalog-section-list.css?177331875212809*/
.vr-catalog {
    margin-bottom: -1px;
}
.vr-catalog.catalog-mb-64 {
    margin-bottom: 64px;
}
.vr-catalog .pr-card-medium .vr-card {
    flex: 0 1 calc(100% / 5 + 1px);
    /*max-height: 484px;*/
}
.vr-catalog .pr-card-large .vr-card {
    flex: 0 1 calc(100% / 4 + 1px);
    /*max-height: 548px;*/
}
/* is show fewer */
.vr-catalog .pr-card-medium .show-fewer .vr-card {
    flex: 0 1 calc(100% / 3 + 1px);
    max-width: calc(100% / 3 + 1px);
    /*max-height: 484px;*/
}
.vr-catalog .pr-card-large .show-fewer .vr-card {
    flex: 0 1 calc(100% / 2 + 1px);
    max-width: calc(100% / 2 + 1px);
    /*max-height: 548px;*/
}

/**/
.vr-card-char {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 8px 0 24px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: height .25s ease-in-out, opacity .15s ease-in-out;
    position: absolute;
    background-color: #fff;
    top: 102%;
    width: 100%;
}
.vr-catalog .vr-card:hover::before {
    border-radius: 4px 4px 0 0;
}
@media (any-hover: hover) {
    .vr-card:hover .vr-card-char {
        visibility: visible;
        opacity: 1;
        height: auto;
        padding-top: 0;
        box-shadow: 0 14px 32px 0 rgba(32, 32, 32, 0.20);
    }
    .vr-card:hover .vr-card-char::before {
        content: '';
        box-shadow: 0 0 0 8px #fff;
        border-radius: 0 0 4px 4px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .vr-card-char label {
        color: var(--grayscale-base);
    }
}

/*demonstration*/
.vr-card[class*="_hide-"] {
    display: none;
}
.pr-card-large .vr-card._hide-1 {
    display: flex;
}
@media (max-width: 1500px) {
    .pr-card-medium .vr-card._hide-1 {
        display: flex;
    }
    .pr-card-large .vr-card._hide-1 {
        display: none;
    }
}
@media (max-width: 1270px) {
    .pr-card-medium .vr-card._hide-1 {
        display: none;
    }
    .pr-card-large .vr-card._hide-1 {
        display: flex;
    }
}
@media (max-width: 980px) {
    .pr-card-medium .vr-card._hide-1 {
        display: flex;
    }
}
/*----*/

/**/
.vr-product__pagination {
    position: absolute;
    right: 0;
    width: 100%;
}
.vr-product__pagination--body {
    justify-content: flex-end;
}
.pagination-step {
    align-items: center;
    color: var(--primary-base);
    font-weight: 600;
    gap: 8px;
    padding: 0 8px;
    border: 1px solid var(--grayscale-faint);
    border-right: none;
}
.pagination-page__list {
    padding: 0 8px;
    align-items: center;
}
.pagination-page__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.pagination-page__link:hover {
    background-color: rgba(48, 160, 240, 0.1);
}
.pagination-page__link:active {
    background-color: rgba(0, 96, 192, 0.1);
}
.pagination-page__link.is-active {
    background-color: rgba(0, 128, 224, 0.2);
}
.pagination-page__link.is-disabled {
    pointer-events: none;
}
.pagination-step__arrow.is-disabled {
    cursor: not-allowed;
    opacity: .25;
}
.pagination-step__arrow.is-disabled .button {
    pointer-events: none;
}

.pagination-step__arrow {
    width: 32px;
}
.vr-catalog .vr-more {
    margin-bottom: 0;
    margin-left: inherit;
}
.vr-catalog .vr-product__pagination {
    width: 100%;
    /*width: calc(100% - 256px);*/
}
.vr-catalog .pr-card-medium .vr-more {
    max-width: calc((100% / 5) + 1px);
}
.vr-catalog .pr-card-large .vr-more {
    max-width: calc((100% / 4) + 1px);
}
.vr-product__more {
    margin-left: unset;
}
/**/
.offer-market__link {
    display: block;
    height: 100%;
    z-index: 1;
}
.offer-market__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*catalog-reviews*/
.catalog-reviews__list {
    display: flex;
    gap: 32px;
    padding: 0 32px;
}
.catalog-reviews__card {
    flex: 1 1 calc(50% - 32px);
    border-radius: 8px;
    border: 1px solid var(--grayscale-faint);
}
.catalog-reviews .vr-card-horizontal,
.catalog-reviews .vr-review {
    border-radius: 0;
    border: none;
}
.catalog-reviews .vr-review {
    border-top: 1px solid var(--grayscale-faint);
}
.catalog-reviews__more.vr-more {
    padding: 0;
}
.catalog-reviews__more .vr-more__btn {
    max-width: 256px;
    margin-top: 8px;
}

/*chips-city*/
.chips-city {
    padding: 0 32px;
}
.chips-city__list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.chips-city__item {
    flex: 1 1 auto;
    max-width: 286px;
}
.chips-city__link {
    padding: 8px;
    border: 1px solid var(--grayscale-soft);
    border-radius: 8px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: .25s;
}
.chips-city__link:hover {
    border-color: var(--primary-light);
}
.chips-city__link:focus {
    border-color: var(--primary-base);
}
.chips-city__link:active {
    border-color: var(--primary-faint);
    background-color: var(--primary-faint);
}
.chips-city__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: var(--grayscale-base);
}

/*vr-compare-price*/
.vr-compare-price {
    padding: 0 32px;
}
.vr-compare-price__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.vr-compare-price__column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 calc(20% - 32px);
    min-width: 288px;
}
.vr-compare-price__title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.vr-compare-price__title .icon {
    color: var(--grayscale-soft);
}
.vr-catalog .text-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--grayscale-dark);
}
.vr-compare-price__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vr-compare-price .vr-status .text-condensed {
    display: none;
}

/*media*/
@media (max-width: 1536px) {
    .vr-catalog .pr-card-medium .vr-more {
        max-width: calc((100% / 5) + 1px);
    }
    .vr-catalog .pr-card-large .vr-more {
        max-width: calc((100% / 4) + 1px);
    }
}
@media (min-width: 1501px) and (max-width: 1530px) {
    .pr-card-medium .vr-variant__list[data-num="5"] .vr-variant__item:nth-last-child(-n+2) {
        display: none;
    }
}
@media (max-width: 1500px) {
    .vr-catalog .pr-card-medium .vr-card {
        flex: 0 1 calc(100% / 4 + 1px);
        max-width: calc(100% / 4 + 1px);
    }
    .vr-catalog .pr-card-large .vr-card {
        flex: 0 1 calc(100% / 3 + 1px);
        max-width: calc(100% / 3 + 1px);
    }
    /**/
    .vr-catalog .pr-card-medium .vr-more {
        max-width: calc(100% / 4 + 1px);
    }
    .vr-catalog .pr-card-large .vr-more {
        max-width: calc(100% / 3 + 1px);
    }
}
@media (max-width: 1366px) {
    .catalog-reviews__list,
    .vr-compare-price__columns {
        gap: 16px;
    }
}
@media (max-width: 1270px) {
    .vr-catalog .pr-card-medium .vr-card {
        flex: 0 1 calc(100% / 3 + 1px);
        max-width: calc(100% / 3 + 1px);
    }
    .vr-catalog .pr-card-large .vr-card {
        flex: 0 1 calc(100% / 2 + 1px);
        max-width: calc(100% / 2 + 1px);
    }
    /* is show fewer */
    .vr-catalog .pr-card-medium .show-fewer .vr-card {
        flex: 0 1 calc(100% / 2 + 1px);
        max-width: calc(100% / 2 + 1px);
    }
    /**/
    .vr-catalog .vr-product__pagination {
        width: 100%;
    }
    .vr-catalog .pr-card-medium .vr-more {
        max-width: calc(100% / 3 + 1px);
    }
    .vr-catalog .pr-card-large .vr-more {
        max-width: calc(100% / 2 + 1px);
    }
    /**/
    .vr-compare-price__columns[data-num="4"] .vr-compare-price__column {
        flex-basis: calc(50% - 16px);
    }
}
@media (max-width: 1152px) {
    .vr-dw-price [data-slug] {
        font-size: 0;
    }
    .vr-dw-price [data-slug]::before {
        content: attr(data-slug);
        font-size: 14px;
    }
}
@media (max-width: 980px) {
    .vr-catalog .pr-card-medium .vr-card {
        flex: 0 1 calc(100% / 2 + 1px);
        max-width: calc(100% / 2 + 1px);
    }
    /* is show fewer */
    .vr-catalog .pr-card-large .show-fewer .vr-card {
        flex: 0 1 100%;
        max-width: 100%;
    }
    /**/
    .vr-catalog .pr-card-medium .vr-more {
        max-width: calc(100% / 2 + 1px);
    }
}
@media (min-width: 781px) and (max-width: 864px) {
    .vr-catalog .pr-card-large .vr-card {
        flex: 1 1 auto;
        max-width: inherit;
    }
    /* is show fewer */
    .vr-catalog .pr-card-medium .show-fewer .vr-card {
        flex: 0 1 100%;
        max-width: 100%;
    }
}
@media (max-width: 864px) {
    .vr-catalog .pr-card-large .vr-more {
        max-width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 780px) {
    .vr-catalog .vr-product .vr-card {
        max-width: calc(100% / 2 + 1px);
        flex: 0 1 calc(100% / 2 + 1px);
        max-height: inherit;
    }
    .vr-catalog .vr-card__picture {
        height: auto;
        max-height: inherit;
        padding: 8px;
    }
    .vr-catalog .vr-card__cover {
        padding: 0;
    }
    /**/
    .vr-catalog .vr-product__pagination {
        position: unset;
        width: 100%;
    }
    .vr-product__pagination--body {
        flex-direction: column-reverse;
        justify-content: stretch;
        align-items: center;
    }
    .pagination-step {
        border: none;
    }
    .vr-catalog .vr-product .vr-more {
        max-width: inherit;
        margin-right: 0;
        margin-left: auto;
        border: none;
        justify-content: flex-end;
    }
    .vr-catalog .vr-product .vr-more__btn {
        min-width: 176px;
        width: auto;
    }
    .vr-more .button__text {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 600px) {
    .vr-catalog .vr-code .text-condensed,
    .vr-catalog .vr-status .text-condensed,
    .vr-catalog .vr-card-desc__row.vr-card-snippet {
        display: none;
    }
    .vr-catalog .vr-card:hover .snippet-mob .vr-status .text-condensed {
        display: block;
        line-height: 1.1;
    }
    .vr-catalog .vr-card-heading {
        display: grid;
        grid-template-columns: auto 1fr;
    }
    /* is show fewer */
    .vr-catalog .pr-card-medium .show-fewer .vr-card {
        flex: 0 1 100%;
        max-width: 100%;
    }
    /**/
    .vr-catalog .vr-code {
        flex: unset;
    }
    .vr-catalog .vr-variant {
        grid-column: span 2;
    }
    .vr-catalog .vr-variant__list {
        align-items: center;
    }
    .vr-catalog .vr-variant__link {
        width: 16px;
        height: 16px;
    }
    .vr-catalog .vr-variant .icon--size--26 .icon__pic {
        width: 20px;
        height: 20px;
    }
    .vr-catalog .vr-variant__more {
        font-size: 16px;
        height: 22px;
        display: block;
    }
    .vr-catalog .vr-card-title {
        height: 52px;
    }
    .vr-catalog .vr-card-title .text {
        -webkit-line-clamp: 2;
    }
    /**/
    .inner-bank .text-condensed {
        display: block;
        min-width: 14px;
        min-height: 14px;
        background-color: #fff;
        border-radius: 50%;
        padding: 1px 2px;
        box-shadow: 0 0 4px 4px rgba(0,0,0,.25);
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        color: var(--grayscale-black);
        position: absolute;
        bottom: 0;
        right: -2px;
    }
    /**/
    .vr-catalog .vr-card-buy__body {
        padding-top: 8px;
    }
    .vr-catalog .vr-card-price__price .text {
        font-size: 16px;
        line-height: 100%;
    }
    /**/
    .vr-catalog .vr-compare-price {
        padding-right: 0;
    }
    .vr-compare-price__list {
        flex-direction: row;
        width: calc(100vw - 16px);
        overflow: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        gap: 0;
    }
    .vr-compare-price__list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .vr-compare-price__item {
        width: 320px;
        padding-right: 8px;
        flex: 0 0 auto;
        scroll-snap-align: center;
    }
    /**/
    .chips-city__list {
        flex-direction: column;
        align-items: center;
        max-width: 320px;
        margin: 0 auto;
    }
    .chips-city__item {
        max-width: inherit;
        width: 100%;
    }
}
@media (max-width: 500px) {
    .vr-compare-price__list {
        width: calc(100vw - 8px);
    }
    /**/
    .vr-catalog .pr-card-medium .vr-card {
        min-width: 160px;
    }
    .vr-catalog .vr-product .vr-card {
        min-height: 352px;
    }
}
@media (max-width: 359px) {
    .vr-catalog .vr-product .vr-card {
        flex: 1 1 100%;
    }
    .pagination-page__link {
        width: 27px;
    }
}
@media (width < 320px) {
    .vr-catalog .vr-product .vr-card {
        max-width: inherit;
    }
}
/* End */


/* Start:/css/main/catalog/component-catalog-section.css?177331875210859*/
/*sticky*/
.header.header--sticky .page-header {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
    animation: unset;
}
.header--sticky + .main .vr-sort-head,
.header--sticky + .main .vr-viewed-head {
    align-self: unset;
}
.header--sticky + .main .vr-catalog-head {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 4;
    min-height: 64px;
    max-width: 1536px;
    top: 64px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.18);
}
@media (min-width: 971px) and (max-width: 1024px) {
    .header--sticky + .main .vr-catalog-head {
        top: 68px;
    }
}
@media (max-width: 780px) {
    .header--sticky + .main .vr-catalog-head {
        top: 54px; /*48*/
    }
}
.header--sticky + .main .vr-catalog-head__title .title-head {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.header--sticky + .main .vr-filter-checked__list {
    display: none;
}
.header--sticky + .main .vr-catalog-head .select__label {
    opacity: 0;
}
/**/
.title-head {
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.64px;
    color: var(--grayscale-black);
}
.title-head:first-letter {
    text-transform: uppercase;
}
.vr-catalog__container {
    gap: 16px;
    padding-top: 16px;
}
.vr-catalog__container:has(+ div) {
    margin-bottom: 64px;
}
div.page__content--viewed {
    padding-top: 24px;
    padding-bottom: 16px;
}
.vr-catalog__heading {
    gap: 16px;
}
.vr-catalog-head {
    gap: 16px;
    align-items: center;
    padding: 0 24px;
    flex-wrap: wrap;
}
.vr-catalog-head__title {
    display: flex;
    gap: 8px;
    padding-right: 16px;
    /*max-width: 400px;*/
    flex: 1 1 auto;
    align-items: center;
    max-width: calc(100vw - 462px);
    width: min-content;
}
.title-index {
    gap: 8px 0;
    flex: 0 0 auto;
}
.vr-catalog-head__title .sup,
.vr-catalog-head__title .sub {
    font-weight: 400;
    line-height: 16px;
    color: var(--grayscale-base);
    position: relative;
}
.vr-catalog-head__title .sup {
    font-size: 14px;
    top: 0;
}
.vr-catalog-head__title .sub {
    font-size: 12px;
    bottom: 0;
}
.vr-filter-checked {
    align-items: center;
    flex: 1 1 100%;
    flex-wrap: wrap;
    order: 100;
}
.vr-filter-checked:not(:has(.vr-filter-checked__item)) {
    flex: unset;
}
.header--sticky + .main .vr-filter-checked {
    order: inherit;
    flex-basis: auto;
}
.vr-filter-checked [data-hint]:hover::before {
    font-size: 12px;
    padding: 8px;
}
.vr-filter-checked__list {
    gap: 8px;
    flex-wrap: wrap;
    max-height: 76px;
    overflow: auto;
}
@media (any-hover: hover) {
    .vr-filter-checked__list::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
}
.vr-filter-checked__item {
    display: flex;
    padding: 0 4px 0 12px;
    gap: 4px;
    align-items: center;
    border-radius: 8px;
    position: relative;
}
.vr-filter-checked__item:last-child {
    margin-right: 12px;
}
.vr-filter-checked__item .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--grayscale-base);
}
.vr-filter-checked__total {
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}
.vr-filter-checked__total .text {
    padding: 0 8px 0 0;
}
.header:not(.header--sticky) + .main .vr-filter-checked__total .m1320--none {
    display: none;
}
.vr-filter-checked .button-clear {
    padding: 0 21px;
    border-radius: 64px;
}
.is-disabled {
    cursor: not-allowed;
    opacity: .4;
}
.is-disabled [disabled] {
    pointer-events: none;
}
.vr-dw-price,
.vr-dw-price .button__icon {
    flex: 0 0 auto;
}
.vr-sort-head {
    padding-right: 4px;
    flex: 1 0 192px;
    max-width: 224px;
}
.vr-sort-head .button-sort {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.vr-sort-head .select__button {
    padding-left: 48px;
}
.vr-sort-head .select__label {
    position: absolute;
    top: -16px;
    font-size: 12px;
    line-height: 14px;
    left: 8px;
}
.vr-sort-head .select--area .selected__item {
    border: none;
}
.vr-sort-head__selected .select__text .icon-sorting {
    display: none;
}
.vr-sort-head__selected .select__filter {
    justify-content: space-between;
}
[data-direction="0"] ~ .select__box ._active .icon-sorting {
    transform: rotate(-180deg);
}
.button-clear-sort {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}
/**/
.vr-viewed-head__list {
    gap: 8px;
}
.vr-viewed-head .button {
    width: 40px;
    height: 40px;
    color: var(--primary-base);
    border-radius: 4px;
}
.vr-viewed-head .button.is-active {
    background-color: var(--primary-base);
    color: #fff;
}
/**/
.vr-seo-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.vr-seo-body td {
    width: calc(100% / 4);
    padding: 8px;
}
.vr-seo-body tr:nth-child(even) {
    background-color: #f9f9f9;
}
.vr-seo-body tr td:nth-child(odd) {
    font-weight: 400;
}
.vr-seo-body tr td:nth-child(3)  {
    padding-left: 16px;
}
.vr-block-name {
    display: flex;
    gap: 6px;
    flex: 1 1 auto;
    font-size: 14px;
    color: var(--grayscale-black);
    font-weight: 400;
    line-height: 18px;
}
.vr-block-name::after {
    content: '';
    display: flex;
    flex: 1 1 auto;
    border-bottom: 2px dotted var(--grayscale-light);
    position: relative;
    top: -4px;
}

/*media*/
@media (max-width: 1536px) {
    .vr-catalog-brand,
    .vr-smart-filter {
        padding-right: 0;
    }
    .vr-catalog-brand .slick-list {
        width: calc(100vw - 48px);
    }
    .vr-catalog-brand .slick-track {
        max-width: inherit;
    }
}
@media (max-width: 1270px) {
    .header--sticky + .main .vr-filter-checked {
        display: none;
    }
    .vr-catalog-head {
        flex-wrap: wrap;
    }
    .vr-catalog-head__title {
        flex: 1 1 auto;
        max-width: inherit;
    }
    .vr-catalog-head .vr-filter-checked {
        order: 4;
        flex: 1 1 100%;
    }
}
@media (max-width: 1024px) {
    .vr-catalog-head,
    .catalog-reviews__list,
    .chips-city,
    .vr-compare-price {
        padding: 0 24px;
    }
    .vr-catalog-brand {
        padding-left: 24px;
    }
}
@media (max-width: 920px) {
    .vr-seo-table tr {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .vr-seo-table td {
        width: auto;
    }

    .vr-seo-body tr td:nth-child(4)  {
        padding-left: 8px;
    }
    .vr-seo-body tr td:nth-child(2n+1)  {
        padding-left: 24px;
    }
}
@media (max-width: 860px) {
    .title-head {
        font-size: 24px;
    }
}
@media (min-width: 781px) and (max-width: 860px) {
    .vr-dw-price .button__text {
        display: none;
    }
}
@media (max-width: 780px) {
    .header--sticky + .main .vr-filter-checked {
        display: flex;
    }
    /**/
    .vr-catalog-head {
        gap: 8px;
    }
    .vr-catalog-smart .vr-catalog-smart__list {
        scroll-snap-type: x proximity;
        width: calc(100vw - 16px);
        overflow: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        padding-left: 4px;
        margin-left: 8px;
    }
    .vr-catalog-smart__item  {
        scroll-snap-align: center;
        flex-shrink: 0;
    }
    .vr-catalog-head .vr-filter-checked {
        flex: unset;
    }
    .vr-filter-checked .vr-filter-checked__list,
    .vr-filter-checked .vr-filter-checked__total {
        display: none;
    }
    .vr-filter-checked .button-clear {
        /*padding: 0;
        box-shadow: none;*/
    }
    /**/
    .vr-catalog-head,
    .catalog-reviews__list,
    .chips-city,
    .vr-compare-price {
        padding: 0 16px;
    }
    .vr-catalog-head {
        padding-right: 8px;
    }
    .title-head {
        font-size: 24px;
        letter-spacing: normal;
        font-weight: 400;
        /**/
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: calc(100vw - 190px);
        min-width: 0;
    }
    .vr-catalog-head__title .sup,
    .vr-filter-checked__item .text,
    .vr-filter-checked__total .text {
        font-size: 12px;
        line-height: 14px;
    }
    .vr-catalog-brand,
    .vr-smart-filter {
        padding-top: 0;
    }
    .vr-filter-heading__sorting {
        position: relative;
        flex-wrap: wrap;
        gap: 8px;
    }
    .vr-filter .button-clear-sort {
        color: #fff;
    }
    .vr-filter .button.button-clear-sort:focus,
    .vr-filter .button.button-clear-sort:active {
        color: rgba(255,255,255,.75);
    }
    .vr-filter-heading__sorting .button-clear {
        background-color: var(--grayscale-dark);
        box-shadow: 0 0 0 1px #fff;
        border-radius: 32px;
        color: #fff;
        margin: 0 auto;
        position: relative;
        top: 8px;
    }
    .vr-filter-heading__sorting .button-clear:hover,
    .vr-filter-heading__sorting .button-clear:focus {
        background-color: #fff;
        box-shadow: unset;
        color: var(--grayscale-dark);
    }
    .vr-filter #filter_form {
        margin-top: 0;
    }
    .vr-catalog__container:has(+ div) {
        margin-bottom: 8px;
    }
}
@media (max-width: 500px) {
    .vr-catalog-head,
    .catalog-reviews__list,
    .chips-city,
    .vr-compare-price {
        padding: 0 8px;
    }
    .vr-compare-price {
        padding-right: 0;
    }
}
@media (max-width: 470px) {
    .vr-catalog__container {
        padding-top: 0;
        row-gap: 0;
    }
    .vr-catalog-brand {
        display: none;
    }
    .vr-smart-filter {
        padding-left: 8px;
        padding-bottom: 8px;
    }
    .vr-smart-filter .helpful-links .helpful-links__link {
        padding: 0 8px;
    }
    .vr-smart-filter .slick-slide {
        max-width: 288px;
    }
    .vr-smart-filter .button__text {
        white-space: wrap;
    }
}
@media (max-width: 414px) {
    .title-head {
        font-size: 20px;
    }
    .title-index {
        position: relative;
    }
    .vr-catalog-head__title .sup,
    .vr-catalog-head__title .sub {
        position: absolute;
        white-space: nowrap;
    }
    .vr-catalog-head__title .sup {
        top: -14px;
    }
    .vr-catalog-head__title .sub {
        bottom: -14px;
    }
    .vr-catalog-head__title .sup, .vr-filter-checked__item .text, .vr-filter-checked__total .text {
        font-size: 10px;
    }
    /**/
    .vr-catalog .main__section-title .title {
        line-height: 24px;
    }
    .vr-catalog .main__section-title .title strong {
        display: block;
    }
    /**/
    .vr-seo-body tr td:nth-child(2n+1)  {
        padding-left: 16px;
    }
}
@media (max-width: 359px) {
    .vr-filter-heading__sorting {
        padding: 16px 8px;
        justify-content: center;
    }
}
/* End */


/* Start:/css/main/reviews.css?17617229803137*/
.vr-review {
    padding: 16px;
}
.vr-review__body {
    gap: 16px;
}
.vr-review-head {
    display: flex;
    align-items: center;
    gap: 16px;
}
.vr-review-user {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-right: 6px;
}
.vr-review-user__photo {
    width: 32px;
    height: 32px;
}
.vr-review-user__name .text {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}
.vr-review .vr-star__rating  {
    transform: scale(1.3);
    margin-right: 8px;
}
.vr-review-head__date {
    margin-left: auto;
}
.vr-review .text--small {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: var(--grayscale-soft);
}
/**/
.vr-review-content {
    display: flex;
    gap: 16px;
}
.vr-review-desc {
    /*margin-left: auto;*/
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 48px;
}
.vr-review-desc__text {
    /*max-height: 72px;*/
}
.vr-review-desc__option {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.option-item {
    display: flex;
    gap: 8px;
}
.opt-unit {
    color: var(--grayscale-soft);
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    width: 16px;
    flex: 0 0 auto;
}
/**/
.vr-review-image__list, .vr-review-video__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vr-review-image__item, .vr-review-video__item {
    width: 128px;
    height: 128px;
    position: relative;
}
.vr-review-video__item .icon-play {
    position: absolute;
    inset: 0;
    margin: auto;
    color: #fff;
}
@media (max-width: 1152px) {
    .vr-review-image__item, .vr-review-video__item {
        width: 96px;
        height: 80px;
    }
}
@media (max-width: 1024px) {
    .vr-review-content {
        flex-direction: column;
    }
    .vr-review-image__list, .vr-review-video__list  {
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 8px;
    }
}
@media (min-width: 781px) and (max-width: 864px) {
    .vr-card-horizontal .vr-status .text-condensed {
        opacity: 0;
    }
    .vr-review-desc {
        padding-left: 8px;
    }
    .option-item {
        flex-wrap: wrap;
    }
    .option-item .text--weight--bolder {
        flex: 1 1 calc(100% - 24px);
    }
    .option-item .text--color--gray {
        padding-left: 24px;
    }
}
@media (max-width: 780px) {
    .catalog-reviews__list {
        flex-direction: column;
    }
}
@media (max-width: 600px) {
    .vr-review-desc {
        padding-left: 8px;
    }
}
@media (max-width: 414px) {
    .vr-review-image__list, .vr-review-video__list {
        justify-content: flex-start;
    }
}
@media (max-width: 359px) {
    .vr-review-head {
        flex-wrap: wrap;
    }
    .vr-review-user {
        flex: 1 1 100%;
    }
    .vr-review-head__rating {
        padding-left: 8px;
    }
    .vr-review-desc {
        padding-left: 0;
    }
    .option-item {
        flex-wrap: wrap;
    }
    .option-item .text--weight--bolder {
        flex: 1 1 calc(100% - 24px);
    }
    .option-item .text--color--gray {
        padding-left: 24px;
    }
}
/* End */


/* Start:/local/templates/viyar_new/components/bitrix/main.include/catalog_section_stores/style.css?17579325353637*/
.vr-catalog .main__section-title{
    margin-top: 0;
}
.page__content {
    max-width: 1536px;
    margin: 0 auto;
    width: 100%;
    padding: 0 32px;
}
.vr-stores__city {
    padding: 16px;
}
.vr-stores__table {
    display: block;
    border-spacing: 0;
    border-collapse: collapse;
}
.page__wrapper--category .vr-stores__table {
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.vr-stores__head {
    display: none;
}
.vr-stores__table tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.vr-stores__table th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -webkit-center;
    unicode-bidi: isolate;
}
.vr-stores__table tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
.vr-stores__body {
    display: block;
}
.vr-stores__body tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px 20px;
}
.vr-stores__body tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.vr-stores__body td {
    width: 100%;
    font-size: 14px;
}
.vr-stores__body td:first-child {
    font-weight: 500;
    color: #202020;
}
.vr-stores-schedule {
    margin-top: 12px;
    max-width: 180px;
}

@media screen and (max-width: 1366px) {
    .page__content {
        padding: 0 24px;
    }
}
@media screen and (min-width: 781px) {
    .vr-stores__city {
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .page__wrapper--category .vr-stores__table {
        width: 100%;
        margin: 0;
    }
    .vr-stores__head {
        display: table-header-group;
        border-bottom: 1px solid var(--grayscale-faint);
    }
    .vr-stores__head th {
        padding: 8px;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
    }
    .vr-stores__body {
        display: table-row-group;
    }
    .vr-stores__body tr {
        display: table-row;
        padding: 0;
    }
    .vr-stores__body td {
        padding: 8px 8px;
        vertical-align: middle;
        font-size: 14px;
    }
    .vr-stores__body td:nth-child(4) a {
        display: inline-block;
        margin-bottom: 4px;
    }
    .vr-stores__body td:nth-child(5) {
        text-align: center;
    }
    .vr-stores__body td:first-child,
    .vr-stores__body td:nth-child(3),
    .vr-stores__body td:nth-child(4) {
        vertical-align: middle;
        text-align: center;
    }
    .vr-stores__body td:first-child,
    .vr-stores__body td:nth-child(2) {
        font-size: 14px;
        font-weight: 400;
    }
    .vr-stores__table tr>td:first-child,
    .vr-stores__table tr>th:first-child {
        width: 70px;
    }
    .vr-stores__table tr>td:nth-child(3),
    .vr-stores__table tr>th:nth-child(3) {
        min-width: 150px;
    }
    .vr-stores__table tr>td:nth-child(4),
    .vr-stores__table tr>th:nth-child(4) {
        min-width: 150px;
    }
    .vr-stores__body td:first-child span,
    .vr-stores__body td:nth-child(3) strong,
    .vr-stores__body td:nth-child(4) strong {
        display: none;
    }
    .vr-stores-schedule {
        width: 160px;
        padding: 4px 12px;
        color: #303030;
        margin: 0;
    }
    .vr-stores-schedule.only-one {
        pointer-events: none;
    }
}
@media only screen and (max-width: 780px) {
    .page__content {
        padding: 0;
    }
    .vr-stores {
        padding-top: 5px;
    }
    .vr-stores__table tbody {
        display: block;
    }
    .vr-stores__body tr {
        padding: 15px 24px;
    }
    .vr-stores__body td {
        padding: 4px 0;
    }
}
/* End */


/* Start:/local/templates/viyar_new/components/bitrix/main.include/catalog_section_seo_table/style.css?17568967672978*/
.vr-catalog .main__section-title{
    margin-top: 0;
}
.page__content {
    max-width: 1536px;
    margin: 0 auto;
    width: 100%;
    padding: 0 32px;
}
.vr-seo {
    padding-top: 60px;
}
.vr-seo__city {
    padding: 16px;
}
.vr-seo__table {
    display: block;
    border-spacing: 0;
    border-collapse: collapse;
}
.page__wrapper--category .vr-seo__table {
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.vr-seo__head {
    display: none;
}
.vr-seo__table tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.vr-seo__table th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -webkit-center;
    unicode-bidi: isolate;
}
.vr-seo__table tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
.vr-seo__body {
    display: block;
}
.vr-seo__body tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px 20px;
}

.vr-seo__body tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.vr-seo__body td {
    width: 100%;
    font-size: 14px;
}
/*.vr-seo__body td:first-child {*/
/*    font-weight: 500;*/
/*    color: #202020;*/
/*}*/
.vr-seo-schedule {
    margin-top: 12px;
    max-width: 180px;
}

@media screen and (max-width: 1366px) {
    .page__content {
        padding: 0 24px;
    }
}

    .vr-seo__city {
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .page__wrapper--category .vr-seo__table {
        width: 100%;
        margin: 0;
    }
    .vr-seo__head {
        display: table-header-group;
        border-bottom: 1px solid var(--grayscale-faint);
    }
    .vr-seo__head th {
        padding: 8px;
        text-align: center;
        font-weight: 700;
        font-size: 12px;
    }
    .vr-seo__body {
        display: table-row-group;
    }
    .vr-seo__body tr {
        display: table-row;
        padding: 0;
    }
    .vr-seo__body td {
        padding: 8px 8px;
        vertical-align: middle;
        font-size: 14px;
    }
    .vr-seo__body td:nth-child(4) a {
        display: inline-block;
        margin-bottom: 4px;
    }
    .vr-seo__body td {
        text-align: center;
    }
    .vr-seo__body td:first-child
    {
        vertical-align: middle;
        text-align: left;
    }

    .vr-seo__table tr>td:first-child,
    .vr-seo__table tr>th:first-child {
        width: 10%;
    }

    /*.vr-seo-schedule {*/
    /*    width: 160px;*/
    /*    padding: 4px 12px;*/
    /*    color: #303030;*/
    /*    margin: 0;*/
    /*}*/
    /*.vr-seo-schedule.only-one {*/
    /*    pointer-events: none;*/
    /*}*/

@media only screen and (max-width: 780px) {
    .page__content {
        padding: 0;
    }
    .vr-seo {
        padding-top: 5px;
    }
    .vr-seo__table tbody {
        display: block;
    }
    .vr-seo__body tr {
        padding: 15px 24px;
    }
    .vr-seo__body td {
        padding: 4px 0;
    }
}
/* End */
/* /css/main/catalog/component-catalog-section-smart-filter.css?177331875211459 */
/* /css/main/catalog/component-catalog-section-list.css?177331875212809 */
/* /css/main/catalog/component-catalog-section.css?177331875210859 */
/* /css/main/reviews.css?17617229803137 */
/* /local/templates/viyar_new/components/bitrix/main.include/catalog_section_stores/style.css?17579325353637 */
/* /local/templates/viyar_new/components/bitrix/main.include/catalog_section_seo_table/style.css?17568967672978 */
