

/* Start:/local/templates/new_design/css/search.css?175447847026224*/
.search-panel {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr;
    column-gap: 12px;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .search-panel {
        grid-template-columns: auto 1fr auto;
        column-gap: 0;
    }
}
.search-panel__field {
    position: relative;
    margin-right: 8px;
}
.search-panel__field_input {
    width: 100%;
    padding: 11.5px 48px;
    background-color: #f6f6f6;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.search-panel__field_input::-webkit-search-cancel-button, .search-panel__field_input::-webkit-search-decoration, .search-panel__field_input::-webkit-search-results-button, .search-panel__field_input::-webkit-search-results-decoration {
    display: none;
}
.search-panel__field_input:focus {
    box-shadow: 0px 2px 1px -1px #333333;
}
@media (max-width: 767px) {
    .search-panel__field_input {
        padding-left: 12px;
        padding-right: 36px;
    }
}
.search-panel__icon {
    position: absolute;
    height: 24px;
    width: 24px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .search-panel__icon {
        display: none;
    }
}
.search-panel__button_back {
    width: 28px;
    height: 28px;
    display: none;
    justify-content: center;
    align-items: center;
    align-self: center;
}
@media (max-width: 767px) {
    .search-panel__button_back {
        display: flex;
    }
}
.search-panel__button_reset {
    padding: 6px;
    position: absolute;
    display: flex;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
}
.search-panel__button_reset label input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.search-panel__button_reset label img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.search-panel__button_submit {
    padding: 11px 52px;
    background-color: #e2001a;
    border-radius: 20px;
    width: min-content;
}
@media (max-width: 767px) {
    .search-panel__button_submit {
        padding: 10px;
        border-radius: 30px;
        width: auto;
    }
}
.search-panel__button_submit span {
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
}
@media (max-width: 767px) {
    .search-panel__button_submit span {
        display: none;
    }
}
.search-panel__button_submit img {
    display: none;
}
@media (max-width: 767px) {
    .search-panel__button_submit img {
        display: inline-block;
        width: 24px;
        height: 24px;
    }
}

.search-advanced-default-catalog-card {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    color: #666;
    display: grid;
    grid-template-columns: auto 1fr;
    overflow: hidden;
    position: relative;
    min-height: 172px;
}
.search-advanced-default-catalog-card__img-section {
    padding: 11px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.search-advanced-default-catalog-card__img-section img {
    max-width: 150px;
}
.search-advanced-default-catalog-card__content {
    display: flex;
    justify-content: space-between;
}
.search-advanced-default-catalog-card__info {
    padding: 33px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}
.search-advanced-default-catalog-card__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    max-width: 515px;
}
.search-advanced-default-catalog-card__title {
    font-weight: 400;
    color: #e2001a;
    font-size: 20px;
    line-height: 140%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search-advanced-default-catalog-card__description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search-advanced-default-catalog-card__available {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.search-advanced-default-catalog-card__available::before {
    background: #47b800;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}
.search-advanced-default-catalog-card__not-available {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.search-advanced-default-catalog-card__not-available::before {
    background: #e2001a;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    width: 8px;
}
.search-advanced-default-catalog-card__actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 20px;
    padding: 40px 20px;
}
.search-advanced-default-catalog-card__price {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}
.search-advanced-default-catalog-card__price strong {
    font-weight: 500;
}
.search-advanced-default-catalog-card__button {
    width: 100%;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: inset 0 0 0 2px #e2001a;
    color: #e2001a;
    background: none;
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-family: DINPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-height: 44px;
    outline: none;
    padding: 11px 19px;
    position: relative;
    transition-duration: 0.25s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-out;
}
.search-advanced-default-catalog-card__button.disabled {
    color: #d7d7d7;
    box-shadow: inset 0 0 0 2px #d7d7d7;
    cursor: not-allowed;
}
.search-advanced-default-catalog-card__ribbon {
    width: 200px;
    padding: 5px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
    top: 10px;
    left: -71px;
    transform: rotate(-45deg);
    font-family: DINPro;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.search-advanced-default-catalog-card__ribbon--red {
    background-color: #e2001a;
}

.search-advanced-filter {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.search-advanced-filter__filters {
    width: 313px;
}
.search-advanced-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-advanced-filter-header__desktop-filters {
    display: flex;
    align-items: center;
}
.search-advanced-filter__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin-left: 8px;
}
.search-advanced-filter__items {
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-top: 24px;
    padding: 20px 20px;
}
.search-advanced-filter__items-label {
    align-items: center;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 230px;
}
.search-advanced-filter__items-chevron {
    flex-shrink: 0;
    height: 24px;
    transition: transform 0.4s;
    width: 24px;
}

.catalog-accordion {
    display: grid;
    gap: 20px;
}
.catalog-accordion__header {
    align-items: flex-start;
    color: #666;
    cursor: pointer;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    transition: color 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.catalog-accordion__header:hover {
    color: #bd0016;
}
.catalog-accordion__body {
    display: none;
}
.catalog-accordion__body.active {
    display: block;
}
.catalog-accordion__item.active .filters__items-chevron {
    transform: rotate(180deg);
}
.catalog-accordion__body-inner {
    overflow: hidden;
}
.catalog-accordion__body-gap {
    height: 16px;
}

.inputarea {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    margin-bottom: 11px;
    position: relative;
    width: 100%;
}
.inputarea .checkbox-wrapper {
    position: relative;
    width: 24px;
    display: flex;
    width: 100%;
}
.inputarea .checkbox-wrapper input[type=checkbox] {
    border: 1px solid #666;
    border-radius: 5px;
    cursor: inherit;
    height: 24px;
    margin-right: 8px;
    width: 24px;
}
.inputarea .checkbox-wrapper input[type=checkbox]:before {
    content: "";
    position: relative;
    width: 100%;
}
.inputarea .checkbox-wrapper input[type=checkbox]:checked {
    border: 1px solid #333;
}
.inputarea .checkbox-icon {
    height: 24px;
    left: 7px;
    pointer-events: none;
    position: absolute;
    top: 7px;
    width: 24px;
}
.inputarea.hidden {
    display: none;
}

label {
    cursor: inherit;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    align-items: center;
    user-select: none;
}

.selected-count {
    align-items: center;
    background-color: #767676;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 25px;
    justify-content: center;
    margin-left: 4px;
    width: 25px;
}
.selected-count:empty {
    display: none;
}

.search-advanced-filter__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    margin-top: 32px;
}
.search-advanced-filter__buttons .filters-button {
    background: none;
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-family: DINPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-height: 44px;
    outline: none;
    padding: 11px 22px;
    position: relative;
    transition-duration: 0.25s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-out;
    width: 100%;
}
.search-advanced-filter__buttons .filters-button.disabled.disabled {
    background: #d7d7d7;
    cursor: not-allowed;
}
.search-advanced-filter__buttons .filters-button[theme=secondary] {
    background: #e2001a;
    color: #fff;
}
.search-advanced-filter__buttons .filters-button[theme=primary] {
    box-shadow: inset 0 0 0 2px #e2001a;
    color: #e2001a;
}

.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #666;
    border-radius: 5px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    border-color: #333;
    background-image: url("/local/templates/new_design/img/red-checkmark.svg");
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

@media (max-width: 1023px) {
    .search-advanced-filter__filters {
        max-width: 232px;
    }
    .search-advanced-filter__list-items {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    .search-advanced-filter__list-chosen-items {
        flex-direction: column;
        gap: 8px;
    }
}
@media (max-width: 660px) {
    .search-advanced-filter__filters {
        display: none;
    }
    .search-advanced-filter__filters-mobile-content {
        height: 100%;
        left: 0;
        padding: 80px 20px 20px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }
    .search-advanced-filter__filters-mobile-filters {
        display: flex;
        height: 25px;
        justify-content: space-between;
        width: 100%;
        outline: 0;
        outline-offset: 0;
    }
    .search-advanced-filter__filters-mobile-filters-title {
        align-items: center;
        display: flex;
    }
    .search-advanced-filter__filters-mobile-content.hidden {
        display: none;
    }
    .search-advanced-filter__filters-mobile-content .search-advanced-filter__items {
        background-color: #fff;
        border-radius: 0;
        padding: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .search-advanced-filter__filters-mobile-content .search-advanced-filter__items .search-advanced-filter__buttons {
        margin-top: auto;
    }
    .search-advanced-filter__list-items {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .search-advanced-filter__content {
        flex-direction: column;
    }
    .search-advanced-filter__list-items-count__title {
        display: none;
    }
    .search-advanced-filter__filters-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 2px;
        width: max-content;
    }
    .search-advanced-filter__filters-mobile-title {
        display: flex;
    }
    .filters {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .filters-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .filters-header__desktop-filters {
        display: flex;
        align-items: center;
    }
    .filters__title {
        font-size: 16px;
        font-weight: 400;
        line-height: 22.4px;
        margin-left: 8px;
    }
    .filters__items {
        background-color: #f6f6f6;
        border-radius: 10px;
        margin-top: 24px;
        padding: 20px 20px;
    }
    .filters__items-label {
        align-items: center;
        display: flex;
        font-weight: 500;
        text-transform: uppercase;
    }
    .filters__items-chevron {
        flex-shrink: 0;
        height: 24px;
        transition: transform 0.4s;
        width: 24px;
    }
}
.products-block__list {
    display: none;
    flex-direction: column;
    width: 100%;
}
.products-block__list.active {
    display: flex;
}
.products-block__list-items-count {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 24px;
}
@media (max-width: 660px) {
    .products-block__list-items-count {
        max-width: 144px;
    }
}
.products-block__list-chosen-items {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 24px;
    display: flex;
    width: 100%;
}
.products-block__list-chosen-items.empty {
    margin-bottom: 0;
}
.products-block__list-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
    max-width: 809px;
    padding-right: 10px;
}
.products-block__list-chosen-item {
    font-size: 16px;
    line-height: 22.4px;
    padding: 8px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}
.products-block__list-chosen-item:hover {
    border: 1px solid #e2001a;
}
.products-block__list-chosen-item > img:hover {
    cursor: pointer;
}
.products-block__list-reset-filters {
    white-space: nowrap;
    font-family: DINPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
}
.products-block__list-reset-button {
    font-family: DINPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.products-block__list-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.products-block__list-items.no-found {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    flex-grow: 1;
}
@media (max-width: 1023px) {
    .products-block__list-items {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 660px) {
    .products-block__list-items {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
}
.products-block__loader {
    display: flex;
    justify-content: center;
    max-height: 24px;
    margin-top: 36px;
}
.products-block__loader img {
    max-width: 24px;
}
.products-block__loader.disabled {
    display: none;
}

.catalog__filters-mobile {
    display: none;
}

@media (max-width: 660px) {
    .catalog__filters {
        display: none;
    }
    .catalog__filters-mobile-content {
        height: calc(100% - 56px);
        left: 0;
        padding: 24px 20px 20px;
        position: fixed;
        top: 56px;
        width: 100%;
        z-index: 10000;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }
    .catalog__filters-mobile-content.hidden {
        display: none;
    }
    .catalog__filters-mobile-content .filters__items {
        background-color: #fff;
        border-radius: 0;
        padding: 0;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .catalog__filters-mobile-content .filters__items .filters__buttons {
        margin-top: auto;
    }
    .catalog__filters-mobile-filters {
        display: flex;
        height: 25px;
        justify-content: space-between;
        width: 100%;
        outline: 0;
        outline-offset: 0;
    }
    .catalog__filters-mobile-filters-title {
        align-items: center;
        display: flex;
    }
    .catalog__list-items {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog__content {
        flex-direction: column;
    }
    .catalog__list-items-count__title {
        display: none;
    }
    .catalog__filters-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 2px;
        width: max-content;
    }
    .catalog__filters-mobile-title {
        display: flex;
    }
}
.filters__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: space-between;
    margin-top: 32px;
}
.filters__buttons .filters-button {
    background: none;
    border: none;
    border-radius: 30px;
    display: inline-block;
    font-family: DINPro;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    max-height: 44px;
    outline: none;
    padding: 11px 22px;
    position: relative;
    transition-duration: 0.25s;
    transition-property: opacity, visibility;
    transition-timing-function: ease-out;
    width: 100%;
}
.filters__buttons .filters-button.disabled.disabled {
    background: #d7d7d7;
    cursor: not-allowed;
}
.filters__buttons .filters-button[theme=secondary] {
    background: #e2001a;
    color: #fff;
}
.filters__buttons .filters-button[theme=primary] {
    box-shadow: inset 0 0 0 2px #e2001a;
    color: #e2001a;
}

.articles-block__list {
    display: none;
}
.articles-block__list.active {
    display: block;
}
.articles-block__list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 26px;
}
.articles-block__list-items.no-found {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    flex-grow: 1;
}
.articles-block__list-items-count {
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 24px;
}
@media (max-width: 660px) {
    .articles-block__list-items-count {
        max-width: 144px;
    }
}
@media (max-width: 1440px) {
    .articles-block__list-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1023px) {
    .articles-block__list-items {
        column-gap: 0;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 660px) {
    .articles-block__list-items {
        row-gap: 10px;
    }
}
.articles-block__loader {
    display: flex;
    justify-content: center;
    max-height: 24px;
    margin-top: 36px;
}
.articles-block__loader img {
    max-width: 24px;
}
.articles-block__loader.disabled {
    display: none;
}

.search-advanced-not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-bottom: 56px;
}
@media (max-width: 767px) {
    .search-advanced-not-found {
        margin-bottom: 40px;
    }
}
.search-advanced-not-found__alert-triangle {
    width: 100px;
    aspect-ratio: 1/1;
    background-color: var(--primary-light-gray);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-image: url("/local/templates/new_design/img/icons/icon-alert-triangle.svg");
    background-position: center center;
}
@media (max-width: 767px) {
    .search-advanced-not-found__alert-triangle {
        width: 88px;
    }
}
.search-advanced-not-found__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}
@media (max-width: 767px) {
    .search-advanced-not-found__title {
        font-size: 20px;
        line-height: 28px;
    }
}
.search-advanced-not-found__description {
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.search-advanced-not-found__description strong {
    font-weight: 500;
    color: #e2001a;
}

.search-advanced {
    padding-top: 24px;
    padding-bottom: 90px;
}
.search-advanced__content {
    display: grid;
    grid-template-columns: 313px 1fr;
    column-gap: 20px;
}
@media (max-width: 767px) {
    .search-advanced__content {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
}
.search-advanced__toggle-context-buttons {
    margin-bottom: 32px;
    display: flex;
    gap: 13px;
}
@media (max-width: 767px) {
    .search-advanced__toggle-context-buttons {
        margin-bottom: 20px;
        justify-content: center;
    }
}
.search-advanced__toggle-context-button {
    padding: 11px 19px;
    min-width: 150px;
    min-height: 44px;
    border: 2px solid var(--primary-red);
    border-radius: 30px;
    color: var(--primary-red);
    font-weight: 500;
}
@media (max-width: 767px) {
    .search-advanced__toggle-context-button {
        min-width: 162px;
    }
}
.search-advanced__toggle-context-button.active {
    color: #fff;
    border: none;
    background-color: var(--primary-red);
}
.search-advanced__default-info {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media (max-width: 767px) {
    .search-advanced__default-info {
        padding: 16px;
        gap: 20px;
    }
}
.search-advanced__default-info-block {
    display: none;
    flex-direction: column;
    gap: 16px;
}
.search-advanced__default-info-block.active {
    display: flex;
}
@media (max-width: 767px) {
    .search-advanced__default-info-block {
        gap: 0;
    }
}
@media (max-width: 767px) {
    .search-advanced__default-info-block-categories {
        display: none;
    }
}
.search-advanced__default-info-head {
    display: flex;
    justify-content: space-between;
}
.search-advanced__default-info-head-title {
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 767px) {
    .search-advanced__default-info-head-title {
        display: none;
    }
}
.search-advanced__default-info-head-button {
    font-size: 14px;
    line-height: 1.4;
    color: #afafaf;
}
.search-advanced__default-info-head-button:hover, .search-advanced__default-info-head-button:active {
    color: #666666;
}
@media (max-width: 767px) {
    .search-advanced__default-info-head-button {
        display: none;
    }
}
.search-advanced__default-info-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.search-advanced__default-info-body-item, .search-advanced__default-info-body a {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
}
.search-advanced__default-info-body-item-icon, .search-advanced__default-info-body a-icon {
    width: 24px;
    height: 24px;
    color: var(--primary-gray);
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-advanced__default-info-body-item-text, .search-advanced__default-info-body a-text {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 237px;
}
.search-advanced__default-info-body-item-text b, .search-advanced__default-info-body a-text b {
    font-weight: 500;
    color: #e2001a;
}
.search-advanced__default-info-body-item:hover > .search-advanced__default-info-body-item-close, .search-advanced__default-info-body-item:hover > .search-advanced__default-info-body a-close, .search-advanced__default-info-body a:hover > .search-advanced__default-info-body-item-close, .search-advanced__default-info-body a:hover > .search-advanced__default-info-body a-close {
    display: flex;
}
.search-advanced__default-info-body-item-close, .search-advanced__default-info-body a-close {
    display: none;
    padding: 6px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    .search-advanced__default-info-body-item-close, .search-advanced__default-info-body a-close {
        display: flex;
    }
}
.search-advanced__filters-products {
    display: none;
    max-width: 313px;
    width: 100%;
}
.search-advanced__filters-products.active {
    display: block;
}
.search-advanced__filters-articles {
    display: none;
    max-width: 313px;
    width: 100%;
}
.search-advanced__filters-articles.active {
    display: block;
}
.search-advanced__default-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 767px) {
    .search-advanced__default-content {
        display: none;
    }
}
.search-advanced__default-content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #444444;
}
.search-advanced__default-content-articles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search-advanced__default-content-articles-items {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
}
.search-advanced__default-content-articles-item {
    max-width: 200px;
    min-width: 200px;
    padding: 11.5px 19px;
    background-color: #f6f6f6;
    border-radius: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-advanced__default-content-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.search-advanced__default-content-products-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* End */


/* Start:/local/components/atevi/catalog/templates/.default/style.css?175515636010963*/
.catalog__container {
	margin-top: 35px;
	margin-bottom: 50px;
}
.catalog__title {
	margin-bottom: 30px;
	text-align: center;
}
.catalog__description {
	color: var(--tertiary-gray);
	line-height: 1.3;
	font-size: 26px;
	font-weight: 400;
}
@media (max-width: 1023px) {
	.catalog__description {
		font-size: 16px;
		line-height: 1.3;
		font-size: 20px;
	}
}
.catalog__description {
	margin-bottom: 30px;
	color: var(--tertiary-gray);
	text-align: center;
}
.catalog__items {
	display: grid;
	justify-content: center;
	gap: 30px;
}
.catalog__hero {
	margin-bottom: 48px;
}
.catalog__content {
	display: flex;
	gap: 20px;
	margin-bottom: 16px;
	position: relative;
}
.catalog__filters {
	max-width: 313px;
	width: 100%;
}
.catalog__list {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.catalog__list-items-count {
	font-size: 16px;
	line-height: 22.4px;
	margin-bottom: 24px;
}
.catalog__list-chosen-items {
	font-size: 16px;
	line-height: 22.4px;
	margin-bottom: 24px;
	display: flex;
	width: 100%;
}
.catalog__list-chosen-items.empty {
	margin-bottom: 0;
}
.catalog__list-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px;
	max-width: 809px;
	padding-right: 10px;
}
.catalog__list-chosen-item {
	font-size: 16px;
	line-height: 22.4px;
	padding: 8px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
}
.catalog__list-chosen-item:hover {
	border: 1px solid #e2001a;
}
.catalog__list-chosen-item > img:hover {
	cursor: pointer;
}
.catalog__list-reset-filters {
	white-space: nowrap;
	font-family: DINPro;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	text-align: left;
}
.catalog__list-reset-button {
	font-family: DINPro;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.catalog__list-items {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.catalog__list-items.no-found {
	grid-template-columns: 1fr;
	align-items: center;
	justify-items: center;
	flex-grow: 1;
}
.catalog-pagination-container-footer {
	display: grid;
	place-items: center;
}
.catalog-paginator {
	margin: 32px 0;
	align-items: center;
	color: #666;
	cursor: default;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
.catalog-paginator__buttons {
	display: flex;
	gap: 8px;
}
.catalog-paginator__button_prev {
	cursor: pointer;
	transform: rotate(90deg);
}
.catalog-paginator__content {
	column-gap: 8px;
	margin: 0 20px;
	align-items: center;
	color: #666;
	cursor: default;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
.catalog-paginator__current-number {
	background-color: #f6f6f6;
	border-radius: 5px;
	font-family: DINPro, Inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 30px;
	line-height: 20.8px;
	min-width: 30px;
	padding: 4px 10px;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}
.catalog-paginator__button_next {
	cursor: pointer;
	transform: rotate(-90deg);
}
.catalog-paginator__button_end {
	transform: rotate(-180deg);
}
.catalog__no-found {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "DINPro";
	color: #666;
}
.catalog__no-found-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}
.catalog__no-found-title {
	font-size: 26px;
	font-weight: 400;
	line-height: 33.8px;
}
.catalog__no-found-text-content {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
}
.catalog-pagination-container {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.catalog__filters-mobile {
	display: none;
}

.catalog-hero {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.0705882353);
	display: flex;
	gap: 6px;
	justify-content: space-between;
	padding: 0 60px;
}
.catalog-hero__text {
	align-content: center;
	display: grid;
	max-width: 638px;
	padding: 40px 0;
	row-gap: 16px;
}
.catalog-hero__text {
	align-content: center;
	display: grid;
	max-width: 638px;
	padding: 40px 0;
	row-gap: 16px;
}
.catalog-hero__text-title {
	color: #e2001a;
	font-size: 30px;
	font-weight: 400;
	line-height: 120%;
	margin: 0;
}
.catalog-hero__description-wrapper {
	position: relative;
}
.catalog-hero-description {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	max-height: 65px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.catalog-hero__image {
	height: 200px;
	max-width: 453px;
	object-fit: contain;
	object-position: center;
	width: 100%;
}
.catalog-hero-toggle {
	background: none;
	border-bottom: 1px solid #666;
	color: #666;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}
.catalog-hero-description--expanded.catalog-hero-description {
	max-height: none;
	-webkit-line-clamp: initial;
	overflow: initial;
}

.filters {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.filters-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filters-header__desktop-filters {
	display: flex;
	align-items: center;
}
.filters__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	margin-left: 8px;
}
.filters__items {
	background-color: #f6f6f6;
	border-radius: 10px;
	margin-top: 24px;
	padding: 20px 20px;
}
.filters__items-label {
	align-items: center;
	display: flex;
	font-weight: 500;
	text-transform: uppercase;
}
.filters__items-chevron {
	flex-shrink: 0;
	height: 24px;
	transition: transform 0.4s;
	width: 24px;
}

.catalog-accordion {
	display: grid;
	gap: 20px;
}
.catalog-accordion__header {
	align-items: flex-start;
	color: #666;
	cursor: pointer;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	transition: color 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.catalog-accordion__header:hover {
	color: #bd0016;
}
.catalog-accordion__body {
	display: none;
}
.catalog-accordion__body.active {
	display: block;
}
.catalog-accordion__item.active .filters__items-chevron {
	transform: rotate(180deg);
}
.catalog-accordion__body-inner {
	overflow: hidden;
}
.catalog-accordion__body-gap {
	height: 16px;
}

.inputarea {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 8px;
	margin-bottom: 11px;
	position: relative;
	width: 100%;
}
.inputarea .checkbox-wrapper {
	position: relative;
	width: 24px;
	display: flex;
	width: 100%;
}
.inputarea .checkbox-wrapper input[type=checkbox] {
	border: 1px solid #666;
	border-radius: 5px;
	cursor: inherit;
	height: 24px;
	margin-right: 8px;
	width: 24px;
}
.inputarea .checkbox-wrapper input[type=checkbox]:before {
	content: "";
	position: relative;
	width: 100%;
}
.inputarea .checkbox-wrapper input[type=checkbox]:checked {
	border: 1px solid #333;
}
.inputarea .checkbox-icon {
	height: 24px;
	left: 7px;
	pointer-events: none;
	position: absolute;
	top: 7px;
	width: 24px;
}
.inputarea.hidden {
	display: none;
}

label {
	cursor: inherit;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.8px;
	align-items: center;
	user-select: none;
}

.selected-count {
	align-items: center;
	background-color: #767676;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	height: 25px;
	justify-content: center;
	margin-left: 4px;
	width: 25px;
}
.selected-count:empty {
	display: none;
}

.filters__buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: space-between;
	margin-top: 32px;
}
.filters__buttons .filters-button {
	background: none;
	border: none;
	border-radius: 30px;
	display: inline-block;
	font-family: DINPro;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	max-height: 44px;
	outline: none;
	padding: 11px 22px;
	position: relative;
	transition-duration: 0.25s;
	transition-property: opacity, visibility;
	transition-timing-function: ease-out;
	width: 100%;
}
.filters__items .filters__buttons .filters-button.disabled {
	pointer-events: none;
	background: #d7d7d7;
	cursor: not-allowed;
}
.filters__buttons .filters-button[theme=secondary] {
	background: #e2001a;
	color: #fff;
}
.filters__buttons .filters-button[theme=primary] {
	box-shadow: inset 0 0 0 2px #e2001a;
	color: #e2001a;
}

.custom-checkbox + label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #666;
	border-radius: 5px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
	border-color: #333;
	background-image: url("/local/templates/new_design/img/red-checkmark.svg");
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

@media (max-width: 1023px) {
	.catalog-hero {
		border-radius: 15px;
		padding: 0 20px 0 40px;
	}
	.catalog-hero__image {
		max-width: 273px;
	}
	.catalog-hero__text {
		max-width: 388px;
		padding: 19px 0;
	}
	.catalog-hero-description {
		max-height: 84px;
		-webkit-line-clamp: 4;
	}
	.catalog__filters {
		max-width: 232px;
	}
	.catalog__list-items {
		gap: 16px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 24px;
	}
}
@media (max-width: 767px) {
	.catalog-hero {
		padding: 20px;
	}
	.catalog-hero__text {
		max-width: none;
		padding: 0 !important;
	}
	.catalog-hero__text-title {
		font-size: 20px;
		line-height: 140%;
	}
	.catalog-hero-description {
		max-height: 44px;
		-webkit-line-clamp: 2;
	}
	.catalog__list-chosen-items {
		flex-direction: column;
		gap: 8px;
	}
}
@media (max-width: 660px) {
	.catalog__filters {
		display: none;
	}
	.catalog__filters-mobile-content {
		height: 100%;
		left: 0;
		padding: 80px 20px 20px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		background-color: #fff;
		display: flex;
		flex-direction: column;
	}
	.catalog__filters-mobile-filters {
		display: flex;
		height: 25px;
		justify-content: space-between;
		width: 100%;
		outline: 0;
		outline-offset: 0;
	}
	.catalog__filters-mobile-content >form.smartfilter{
		overflow: auto;
		scrollbar-width: none;
	}
	.catalog__filters-mobile-filters-title {
		align-items: center;
		display: flex;
	}
	.catalog__filters-mobile-content.hidden {
		display: none;
	}
	.catalog__filters-mobile-content .filters__items {
		background-color: #fff;
		border-radius: 0;
		padding: 0;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}
	.catalog__filters-mobile-content .filters__items .filters__buttons {
		margin-top: auto;
	}
	.catalog__list-items {
		gap: 16px;
		grid-template-columns: repeat(1, 1fr);
	}
	.catalog__content {
		flex-direction: column;
	}
	.catalog__list-items-count__title {
		display: none;
	}
	.catalog__filters-mobile {
		display: block;
		position: absolute;
		right: 0;
		top: 2px;
		width: max-content;
	}
	.catalog__filters-mobile-title {
		display: flex;
	}
	.catalog-hero {
		padding: 20px;
	}
	.catalog-hero__image {
		display: none;
	}
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/search.page/atevi/style.css?17544784701431*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
.input-wrapper input{
	padding: 13px 12px 13px 16px;
	background-color: #f6f6f6;
}
.input-wrapper input[type="submit"]{
	background: var(--primary-red);
	color: #fff;
}
.catalog-paginator {
	margin: 32px 0;
	align-items: center;
	color: #666;
	cursor: default;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
.catalog-pagination-container-footer {
	display: grid;
	place-items: center;
}
.catalog-paginator__content {
	column-gap: 8px;
	margin: 0 20px;
	align-items: center;
	color: #666;
	cursor: default;
	display: inline-flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
.catalog-paginator__current-number {
	background-color: #f6f6f6;
	border-radius: 5px;
	font-family: DINPro, Inter, Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 30px;
	line-height: 20.8px;
	min-width: 30px;
	padding: 4px 10px;
	text-align: center;
	width: -moz-max-content;
	width: max-content;
}
.catalog-paginator__buttons {
	display: flex;
	gap: 8px;
}
.catalog-paginator__button_next {
	cursor: pointer;
	transform: rotate(-90deg);
}
a.catalog-paginator__button_end {
	height: 24px;
}
.catalog-paginator__button_end {
	transform: rotate(-180deg);
}
.catalog-paginator__button_prev {
	cursor: pointer;
	transform: rotate(90deg);
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/catalog.section/product_list/style.css?175447847042*/
.hidden{
    display: none !important;
}
/* End */
/* /local/templates/new_design/css/search.css?175447847026224 */
/* /local/components/atevi/catalog/templates/.default/style.css?175515636010963 */
/* /local/templates/new_design/components/bitrix/search.page/atevi/style.css?17544784701431 */
/* /local/templates/new_design/components/bitrix/catalog.section/product_list/style.css?175447847042 */
