:root {
    --color-1: #ffffff;
    --color-2: #ffc61f;
    --color-3: black;
    --color-4: #474747;

    --font-family-1: "Roboto Mono";

    --container-width: 95%;
}

html {
    height: 100%;
}

body {
    font-family: "Roboto Mono";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 900px) {
    body.admin-bar .component[data-component="header.basic"] {
        top: 32px !important;
    }
}


html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

div {
    box-sizing: border-box;
}

@media screen and (min-width: 900px) {
    :root {
        --screen-width: 100vw;
        --screen-content-width: calc(0.8744792 * 100vw);
        --vw: calc(0.01 * 0.8744792 * 100vw);
        --pixelratio: calc((0.8744792 * 100vw) / 1679);
    }
}

@media screen and (max-width: 899px) {
    .component__bar[data-component="header.basic"] {
        display: none;
    }

    .component_l-page-home--1[data-component="field.slider"] {
        display: none;
    }

    .component_l-page-home--2[data-component="field.slider"] {
        display: none;
    }
}


html.lock-scrolling {
    overflow: hidden;
}


.component[data-component="field.dropdown-3"] {
    position: relative;
}

.component_l-header-basic-component[data-component="field.dropdown-3"] {
}

.component__head[data-component="field.dropdown-3"] {
    display: flex;
    align-items: center;
    font-size: calc(var(--pixelratio) * 22);
    gap: .6em;
    position: relative;
}

.component__head-label[data-component="field.dropdown-3"]:any-link,
.component__head-label[data-component="field.dropdown-3"] {
    color: darkblue;
    text-decoration: none;
    font-weight: 800;
    font-size: calc(var(--pixelratio) * 22);
}

.component__head-control[data-component="field.dropdown-3"] {
    display: block;
    font-size: calc(var(--pixelratio) * 22);
    width: max-content;
    border: none;
    background-color: #ffc61f;
    padding: .22em 0.2em;
    line-height: 1;
    cursor: pointer;
}

.component__head-control-icon[data-component="field.dropdown-3"] {
    font-size: calc(var(--pixelratio) * 22);
    width: .75em;
    transform: rotate(0deg);
    transition: transform 150ms ease-in;
    transform-origin: center center;
}

.component__head-control_state-active[data-component="field.dropdown-3"] > .component__head-control-icon[data-component="field.dropdown-3"] {
    transform: rotate(180deg);
}

.component__head-hint[data-component="field.dropdown-3"] {
    position: absolute;
    bottom: 0;
    font-size: calc(var(--pixelratio) * 13);
    white-space: pre;
    transform: translateY(calc(100% + .5em)) translateX(-50%);
    left: 50%;
    line-height: 1;
}

.component__box[data-component="field.dropdown-3"] {
    --max-height: max-content;

    position: absolute;
    width: max-content;
    background-color: white;
    right: 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    font-size: calc(var(--pixelratio) * 22);
    top: 1.5em;

    max-height: var(--max-height);
    overflow: hidden;

    transition: max-height 250ms ease-out;
}

.box[data-component="field.dropdown-3"] {
}

.box_state-collapsed[data-component="field.dropdown-3"] {
    --max-height: 0;
}

.box_state-expanded[data-component="field.dropdown-3"] {
    --max-height: max-content;
}

.box_state-collapsing[data-component="field.dropdown-3"] {
    --max-height: 0 !important;
}

.box__content[data-component="field.dropdown-3"] {
    display: flex;
    flex-direction: column;
    font-size: calc(var(--pixelratio) * 22);
    gap: .6em;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    height: max-content;
}

.box__item[data-component="field.dropdown-3"] {
    color: darkblue;
    text-decoration: none;
    font-weight: 800;
    font-size: calc(var(--pixelratio) * 22);
}


.component[data-component="stack.basic"] {
    display: flex;
    justify-content: center;
}

.component_l-page[data-component="stack.basic"] {
    font-size: 1vw;
    position: fixed;
    bottom: 0;
    height: max-content;
    z-index: 9999;
    width: 100%;
    transform: translateY(calc(100% + 1px));
    transition: transform 250ms ease;
}

.component_l-page-state-hidden[data-component="stack.basic"] {
}

.component_l-page-state-visible[data-component="stack.basic"] {
    transform: translateY(-5em);
}

.component__content[data-component="stack.basic"] {
    width: var(--container-width);
}

.content[data-component="stack.basic"] {
    display: flex;
    justify-content: center;
}

.items[data-component="stack.basic"] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.items__hint-anchor-item[data-component="stack.basic"] {
    font-size: 4.5vw;
    margin-top: .3em;
    padding-top: .85em;
    padding-bottom: .5em;
}

.hint-anchor-item[data-component="stack.basic"]:any-link,
.hint-anchor-item[data-component="stack.basic"] {
    display: flex;
    flex-direction: column;
    color: darkblue;
    background-color: white;
    text-decoration: none;
    align-items: center;
    gap: .1em;
    line-height: 1;
}

.hint-anchor-item__text[data-component="stack.basic"] {
    font-weight: 500;
}

.hint-anchor-item__hint[data-component="stack.basic"] {
    font-weight: 500;
    font-size: .9em;
}

.items__anchor-item[data-component="stack.basic"] {
    font-size: 4.5vw;
    padding-top: .85em;
    padding-bottom: .85em;
    width: 100%;
    display: block;
    text-align: center;
}

.anchor-item[data-component="stack.basic"]:any-link,
.anchor-item[data-component="stack.basic"] {
    background-color: white;
    /* font-size: 4.5vw; */
    /* padding-top: .5em; */
    text-decoration: none;
    color: darkblue;
    font-weight: 500;
}

.items__button-item[data-component="stack.basic"] {
    background-color: white;
    font-family: inherit;
    font-size: 4.5vw;
    padding-top: .85em;
    padding-bottom: .85em;
    border: none;
    outline: none;
    line-height: 1;
    margin-top: 1em;
}

.items__anchor-item + .items__anchor-item[data-component="stack.basic"] {
    margin-top: .3em;
}

.items__hint-anchor-item + .items__anchor-item[data-component="stack.basic"] {
    margin-top: .3em;
}


.component[data-component="pluck.basic"] {
    --opacity: 0;
    opacity: var(--opacity);
    background-color: rgba(0, 0, 0, .5);
    transition: opacity 150ms ease;
}

.component_l-page[data-component="pluck.basic"] {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 99;
}

.component_state-hidden[data-component="pluck.basic"] {
    --opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.component_state-visible[data-component="pluck.basic"] {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}


.component__content[data-component="filter.desktop.tree"] {
    display: flex;
    flex-direction: column;
    font-size: calc(var(--pixelratio) * 20);
    gap: .7em;
}

.expander-label[data-component="filter.desktop.tree.item"] {
    display: flex;
    background-color: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    width: 100%;
    align-items: center;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    color: #ffffff;
}

.expander-label_level_1[data-component="filter.desktop.tree.item"] {
    color: #ffe59b;
    margin-bottom: 15px;
}

.expander-label__text[data-component="filter.desktop.tree.item"]:hover {
    text-shadow: 2px 4px 11px #ffe59a61;
}

.expander-label__text[data-component="filter.desktop.tree.item"] {
    color: inherit;
    font-size: calc(var(--pixelratio) * 20);
    line-height: 1.5;
    flex-grow: 1;
}

.expander-label__icon[data-component="filter.desktop.tree.item"] {
    width: calc(var(--pixelratio) * 23);
    color: inherit;
    flex-grow: 0;
    flex-shrink: 0;
}

.leaf-button[data-component="filter.desktop.tree.item"] {
    font-family: inherit;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    border: none;
    font-size: calc(var(--pixelratio) * 20);
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    gap: .7em;
    padding-left: 0;
}

.leaf-button[data-component="filter.desktop.tree.item"]:hover {
    color: #ffc61f;
    cursor: pointer;
}

.leaf-button__checkbox[data-component="filter.desktop.tree.item"] {
    font-size: calc(var(--pixelratio) * 20);
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-style: solid;
    border-color: white;
    border-width: .1em;
    flex-shrink: 0;
    border-radius: 0.15em;
    box-sizing: border-box;
    padding: .2em;
}

.button__icon[data-component="filter.desktop.tree.item"] {
    font-size: calc(var(--pixelratio) * 20);
    width: 1.2em;
    height: 1.2em;
    border-style: solid;
    border-color: white;
    border-width: .1em;
    padding: 0.2em;
    border-radius: 0.15em;
}

.button__text[data-component="filter.desktop.tree.item"] {

}

.leaf-button__icon[data-component="filter.desktop.tree.item"] {
    width: 100%;
    color: transparent;
}

.leaf-button__text[data-component="filter.desktop.tree.item"] {
    font-size: calc(var(--pixelratio) * 18);
    line-height: 1.2;
    position: relative;
    top: .1em;
    color: white;
}

.leaf-button[data-component="filter.desktop.tree.item"]:hover > .leaf-button__text[data-component="filter.desktop.tree.item"] {
    color: #ffc61f;
}


.expander-item__container {
    --max-height: max-content;
    height: max-content;
    max-height: var(--max-height);
    transition: max-height 200ms ease;
    overflow: hidden;
}

.expander-item__container-hidden {
    --max-height: 0;
}

.expander-item__items {
    height: max-content;
    margin-bottom: 20px;
}

.expander-item__items .expander-item__items {
    padding-left: 10px;
}

.component[data-component="pagination.basic"] {
}

.component_l-page-assignment[data-component="pagination.basic"] {
}

.component__content[data-component="pagination.basic"] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content__items[data-component="pagination.basic"] {
}

.items[data-component="pagination.basic"] {
    display: flex;
    font-size: 1vw;
    gap: 2em;
}

.items__button[data-component="pagination.basic"] {
    font-family: inherit;
    min-width: 8.5vw;
    height: 8.5vw;
    padding: 0;
    outline: none;
    font-size: 5.6vw;
    background-color: rgba(255, 255, 255, 0.18);
    color: white;
    border: none;
    cursor: pointer;
}

.items__span[data-component="pagination.basic"] {
    min-width: 8.5vw;
    height: 8.5vw;
    color: #ffffff;
    font-size: 5.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.items__button_accent[data-component="pagination.basic"] {
    background-color: #ffc61f;
    color: #1d2327;
}

.section__filters-2 {
    display: none;
}

.component[data-component="menu.side.item"] {
}

.component_l-side-menu-component[data-component="menu.side.item"]
+ .component_l-side-menu-component[data-component="menu.side.item"] {
    font-size: 1vw;
    margin-top: 5em;
}

.anchor-icon-label__figure[data-component="menu.side.item"] {
    width: 6.5vw;
}

.anchor-icon-label__icon[data-component="menu.side.item"] {
}

.anchor-icon-label__anchor[data-component="menu.side.item"] {
    font-size: 6.2vw;
    text-decoration: none;
    color: #000000;
}

.component__anchor-label_level-[data-component="menu.side.item"] {
}

.component__anchor-label[data-component="menu.side.item"] {
    font-size: 6.2vw;
    color: #000;
    text-decoration: none;
    line-height: 1.3;
    padding-left: 0.8em;
    font-weight: 4;
}

.component__anchor-label.component__anchor-label_level-2[data-component="menu.side.item"] {
    font-size: 4.3vw;
    color: #000000;
    line-height: 1.28;
}

.component__anchor-label.component__anchor-label_level-2[data-component="menu.side.item"]
+ .component__anchor-label.component__anchor-label_level-2[data-component="menu.side.item"] {
    margin-top: 0.5em;
}

.anchor-icon-label[data-component="menu.side.item"] {
}

.component__anchor-icon-label_level-[data-component="menu.side.item"] {
}

.component__anchor-icon-label_level-1
> .anchor-icon-label__icon[data-component="menu.main.item"] {
    transform-origin: center center;
}

.component__anchor-icon-label_level-1.--active
> .anchor-icon-label__icon[data-component="menu.main.item"] {
    transform: rotate(180deg);
}

.component__anchor-icon-label[data-component="menu.side.item"] {
    display: flex;
    align-items: center;
    font-size: 6.2vw;
    background-color: white;
    padding: 0.6em 0.8em;
    justify-content: space-between;
    padding-bottom: 0.9em;
}

.component__anchor-icon-label_level-1.--active
> .anchor-icon-label__icon[data-component="menu.side.item"] {
    transform: rotate(0);
    transform-origin: center center;
    transition: transform 250ms ease-out;
}

.component__anchor-icon-label_level-1.--active
> .anchor-icon-label__icon[data-component="menu.side.item"] {
    transform: rotate(180deg);
}

.item__subs[data-component="menu.side.item"] {
}

.item__subs_level-1[data-component="menu.side.item"] {
    --max-height: 0;
    height: max-content;
    max-height: var(--max-height);
    overflow: hidden;
    background-color: white;
    transition: max-height 250ms ease-out;
    overflow-y: scroll;
}

.item__subs-inner_level-1[data-component="menu.side.item"] {
    height: max-content;
    display: flex;
    flex-direction: column;
    font-size: 4.3vw;
    padding-top: 0;
    padding-bottom: 1em;
}

.component_l-page-home[data-component="menu.side.root"] {
    width: 89vw;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 13;
    background-color: rgba(255, 255, 255, 0.59);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.component_l-page-cart[data-component="menu.side.root"],
.component_l-page-catalog[data-component="menu.side.root"],
.component_l-page-reviews[data-component="menu.side.root"],
.component_l-page-favorites[data-component="menu.side.root"],
.component_l-page-catalogs[data-component="menu.side.root"],
.component_l-page-about[data-component="menu.side.root"],
.component_l-page-contacts[data-component="menu.side.root"],
.component_l-page-product[data-component="menu.side.root"] {
    width: 89vw;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 13;
    background-color: rgba(255, 255, 255, 0.59);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.component[data-component="menu.side.root"] {
    display: flex;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 250ms ease-out;
    transform-origin: center center;
    z-index: 9999;
}

.component_state-active[data-component="menu.side.root"] {
    transform: translateX(0);
}

.component__content[data-component="menu.side.root"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    width: 86%;
}

.component__divider[data-component="menu.side.root"] {
    display: flex;
    width: 100%;
    height: calc(17vw + 3vw);
}

.component_l-page-home[data-component="layout.burger"] {
    width: 100%;
    background-color: transparent;
    --container-width: 90%;
    font-size: 1vw;
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 15;
    aspect-ratio: 4.1;
    height: 17vw;
    pointer-events: none;
}

.component_l-page-contacts[data-component="layout.burger"],
.component_l-page-catalogs[data-component="layout.burger"],
.component_l-page-repair[data-component="layout.burger"],
.component_l-page-reviews[data-component="layout.burger"],
.component_l-page-payment-and-delivery[data-component="layout.burger"],
.component_l-page-privacy-policy[data-component="layout.burger"],
.component_l-page-catalogs[data-component="layout.burger"],
.component_l-page-assignment[data-component="layout.burger"],
.component_l-page-contacts[data-component="layout.burger"],
.component_l-page-about[data-component="layout.burger"],
.component_l-page-catalog[data-component="layout.burger"],
.component_l-page-cart[data-component="layout.burger"],
.component_l-page-favorites[data-component="layout.burger"],
.component_l-page-product[data-component="layout.burger"] {
    width: 100%;
    background-color: transparent;
    --container-width: 90%;
    font-size: 1vw;
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 15;
    aspect-ratio: 4.1;
    height: 17vw;
    pointer-events: none;
}

.component[data-component="layout.burger"] {
    display: flex;
    justify-content: center;
    z-index: 9999;
}

.component_state-active[data-component="layout.burger"] {
}

.component__content[data-component="layout.burger"] {
    width: var(--container-width);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.component__button[data-component="layout.burger"] {
    width: 10vw;
    padding: 0;
    height: max-content;
    background-color: transparent;
    outline: none;
    border: none;
    color: #1f1f1f;
    transform-origin: center center;
    transition: transform 250ms ease-out;
    transform: rotate(0);
    pointer-events: all;
}

.component__button_active[data-component="layout.burger"] {
    transform: rotate(90deg);
}

.component__icon[data-component="layout.burger"] {
    width: 100%;
}

.component-l-modal-component[data-component="filter.mobile"] {
    width: 100%;
    --container-width: 100%;
    font-family: var(--font-family-1);
}

.component[data-component="filter.mobile"] {
    display: flex;
    justify-content: center;
}

.component[data-component="filter.mobile"] .range-item__title {
    font-size: 2rem;
}

.component[data-component="filter.mobile"] .term-container {
    color: #000;
    font-size: 1rem;
}

.component[data-component="filter.mobile"] .clear-all-button {
    cursor: pointer;
    width: 100%;
    background-color: #ffffff;
    outline: none;
    display: flex;
    border: none;
    align-items: center;
    font-size: calc(var(--pixelratio) * 23);
    justify-content: center;
    font-family: inherit;
    padding: 0.4em 1.5em;
    margin-top: 0.9em;
    gap: 1em;
    font-size: 1.2rem;
}

.component[data-component="filter.mobile"] .clear-all-button svg {
    width: 1.2rem;
}

.component__content[data-component="filter.mobile"] {
    width: var(--container-width);
}

.content[data-component="filter.mobile"] {
    display: flex;
    flex-direction: column;
}

.content__title[data-component="filter.mobile"] {
    font-size: 7.2vw;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
}

.content__head[data-component="filter.mobile"] {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 1vw;
    margin-top: 5em;
}

.head[data-component="filter.mobile"] {
}

.head__title[data-component="filter.mobile"] {
    color: #ffe59b;
    font-size: 6.2vw;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

.head__title_state-inactive[data-component="filter.mobile"] {
    display: none;
}

.content__banners[data-component="filter.mobile"] {
    width: 100%;
    font-size: 1vw;
    padding-top: 6em;
}

.banners__image-banner[data-component="filter.mobile"] {
    width: 100%;
}


.head__range-item[data-component="filter.mobile"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1vw;
    grid-column-gap: 2.5em;
    grid-row-gap: 0;
}

.range-item[data-component="filter.mobile"] {
}

.range-item__title[data-component="filter.mobile"] {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    font-weight: 500;
    color: #ffffff;
    font-size: 6.2vw;
    width: 100%;
    min-width: 0;
    margin-bottom: 0.5em;
}

.range-item__preview[data-component="filter.mobile"] {
    min-width: 0;
    width: 100%;
    font-size: 1vw;
    background-color: rgba(255, 255, 255, 0.67);
    padding: 4.2em 6em;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 2.5em;
}

.range-item__preview_2[data-component="filter.mobile"] {
}

.range-item__sliders[data-component="filter.mobile"] {
    display: flex;
    position: relative;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}

.range-item__slider[data-component="filter.mobile"] {
    --background-size-x: 70%;

    font-size: 1vw;

    position: absolute;
    -webkit-appearance: none;
    margin-right: 15px;
    height: 2.5em;
    border-radius: 5px;

    background: rgba(255, 255, 255, 0.6);
    background-image: linear-gradient(#ffc61f, #ffc61f);
    background-size: var(--background-size-x) 100%;
    background-repeat: no-repeat;

    width: 100%;
}

.range-item__slider_min[data-component="filter.mobile"] {
    --background-size-x: 0;
}

.range-item__slider_max[data-component="filter.mobile"] {
    --background-size-x: 100%;
}

.range-item__slider[data-component="filter.mobile"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 4.3vw;
    width: 4.3vw;
    border-radius: 50%;
    background: #ffc61f;
    cursor: ew-resize;
    box-shadow: none;
    transition: background 0.3s ease-in-out;
}

.range-item__slider[data-component="filter.mobile"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
}

.range-item__slider[data-component="filter.mobile"]::-ms-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ff4500;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
}

.range-item__slider[data-component="filter.mobile"]::-webkit-slider-thumb:hover {
    background: #ffc61f;
}

.range-item__slider[data-component="filter.mobile"]::-moz-range-thumb:hover {
    background: #ff0200;
}

.range-item__slider[data-component="filter.mobile"]::-ms-thumb:hover {
    background: #ff0200;
}

.range-item__slider[data-component="filter.mobile"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.range-item__slider[data-component="filter.mobile"]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.range-item__slider[data-component="filter.mobile"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.range-item__property[data-component="filter.mobile"] {
    font-weight: 400;
    font-size: 5vw;
    color: #111111;
    line-height: 1.2;
}

.range-item__value[data-component="filter.mobile"] {
    font-weight: 400;
    font-size: 5vw;
    color: #111111;
    line-height: 1.2;
}

.component.component_l-page-assignment {
    /* width: 33.33%; */
}

.head__pick-item[data-component="filter.mobile"] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 1vw;
    align-items: center;
    margin-top: 9em;
}

.pick-item[data-component="filter.mobile"] {
}

.pick-item__button[data-component="filter.mobile"] {
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
    display: flex;
    width: max-content;
    font-size: 1vw;
    margin-right: 3em;
}

.pick-item__icon[data-component="filter.mobile"] {
    width: 5vw;
}

.pick-item__values[data-component="filter.mobile"] {
    color: #000000;
    font-weight: 500;
    font-size: 5.6vw;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
}

.pick-item__value[data-component="filter.mobile"] {
    color: inherit;
    font-weight: inherit;
    font-size: 5.6vw;
    line-height: 1.3;
}

.pick-item__label[data-component="filter.mobile"] {
    font-weight: 600;
    font-size: 5.6vw;
    line-height: 1.2;
    color: #000000;
    margin-right: 0.2em;
}

.head__button-item[data-component="filter.mobile"] {
    background-color: rgba(255, 255, 255, 0.54);
    display: flex;
    padding: 1em 1em;
    font-size: 5.6vw;
    font-weight: 400;
    color: #000000;
    font-family: inherit;
}

.button-item[data-component="filter.mobile"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 5.6vw;
    gap: 0.5em;
    line-height: 1;
    padding: 0.85em 1em;
    background-color: rgba(255, 255, 255, 0.54);
    margin-top: 1.3em;
    border: none;
}

.button-item_hidden[data-component="filter.mobile"] {
    display: none;
}

.button-item__figure[data-component="filter.mobile"] {
    width: 4.3vw;
}

.button-item__text[data-component="filter.mobile"] {
    font-weight: inherit;
    font-size: inherit;
}

.content__body[data-component="filter.mobile"] {
    width: 100%;
    font-size: 1vw;
    margin-top: 3em;
    gap: 3em;
}

.body[data-component="filter.mobile"] {
    display: flex;
    flex-direction: column;
}

.body__expander-item[data-component="filter.mobile"] {
    width: 100%;
    font-size: 5vw;
    padding: .6em 1em;
}

.expander-item[data-component="filter.mobile"] {
    display: flex;
    position: relative;
    flex-direction: column;
}

.expander-item__label[data-component="filter.mobile"] {
    font-weight: 400;
    font-size: 6.2vw;
    line-height: 1.3;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.6em 1.3em;
    justify-content: space-between;
    border: none;
    outline: none;
}

.expander-item__label.--active[data-component="filter.mobile"]
> .expander-item__label-icon[data-component="filter.mobile"] {
    transform: rotate(180deg);
}

.expander-item__label-icon[data-component="filter.mobile"] {
    width: 5vw;
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform 200ms ease-out;
}

.expander-item__label-icon-svg[data-component="filter.mobile"] {
    width: 100%;
}

.expander-item__label-text[data-component="filter.mobile"] {
    color: #000000;
    font-weight: 400;
    font-size: 6.2vw;
    line-height: 1.2;
}

.expander-item__content[data-component="filter.mobile"] {
    --max-height: 0;
    display: flex;
    height: max-content;
    max-height: var(--max-height);
    height: max-content;
    overflow: hidden;
    transition: max-height 200ms ease-out;
    width: 100%;
}

.expander-item__container[data-component="filter.mobile"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1vw;
    padding: 0;
    height: max-content;
    width: 100%;
}

.expander-item__option-item[data-component="filter.mobile"] {
    font-family: inherit;
    font-size: 5.3vw;
    font-weight: 400;
    line-height: 1.29;
    color: #000000;
    outline: none;
    border: none;
    display: flex;
    width: 100%;
    border: none;
    outline: none;
    background-color: white;
    padding: calc(0.5 * 6.2vw) calc(1.3 * 6.2vw);
    text-align: left;
}

.expander-item__option-item_active[data-component="filter.mobile"] {
    font-weight: 500;
}

.expander-head[data-component="filter.mobile"] {
    display: flex;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 1vw;
    gap: 1em;
    font-family: inherit;
    justify-content: space-between;
}

.expander-item__head[data-component="filter.mobile"] {

}


.expander-head__label[data-component="filter.mobile"] {
    font-size: 5vw;
    text-align: left;
}

.expander-head__label_state-active[data-component="filter.mobile"] {
    color: #ffc61f;
    text-align: left;
}

.expander-head__symbol[data-component="filter.mobile"] {
    font-size: 1vw;
    width: 5em;
    transform-origin: center center;
    flex-shrink: 0;
}

.expander-head__symbol_state-active[data-component="filter.mobile"] {
    transform: rotate(180deg);
    color: #ffc61f;
}


.expander-item__body[data-component="filter.mobile"] {
    --max-height: 0;
    width: 100%;
    height: max-content;
    max-height: var(--max-height);
    overflow: hidden;
    transition: max-height 250ms ease-out;
}

.expander-item__body_state-expanded[data-component="filter.mobile"] {
    --max-height: max-content;
}


.expander-body[data-component="filter.mobile"] {
}

.expander-item__body_state-expanded[data-component="filter.mobile"] {
}

.expander-body__container[data-component="filter.mobile"] {
    padding-top: 4em;
    font-size: 1vw;
}

.expander-container[data-component="filter.mobile"] {
}


.option-item[data-component="filter.mobile"] {
}

.range-item__slider-block[data-component="filter.mobile"] {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
    min-width: 0;
    font-size: 1vw;
    margin-top: 6em;
    background-color: #ffffff;
    border: none;
}

.range-item__slider-block[data-component="filter.mobile"] .noUi-connect {
    background-color: #ffc61f;
}

.range-item__slider-block[data-component="filter.mobile"] .noUi-handle:after,
.range-item__slider-block[data-component="filter.mobile"] .noUi-handle:before {
    display: none;
}

.range-item__slider-block[data-component="filter.mobile"] .noUi-handle {
    width: 5vw;
    height: 5vw;
    border: none;
    border-radius: 50%;
    background-color: #ffc61f;
    box-shadow: none;
    right: -0.5vw;
    top: -1.66vw;
}

.range-item__slider-block[data-component="filter.mobile"] .noUi-handle-lower {
    right: -3.5vw;
}

.range-item__slider-block[data-component="filter.mobile"] {
    height: 2vw;
}

.content__action[data-component="filter.mobile"] {
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #ffc61f;
    background-color: #ffc61f;
    font-size: 5.3vw;
    font-weight: bold;
    padding: 0.6em 1em;
    font-family: inherit;
    line-height: 1;
    color: #000000;
    margin-top: 3vw;
    position: sticky;
    z-index: 2;
    top: 1em;
}


.head__items[data-component="filter.mobile"] {
    width: 100%;
}

.head-items[data-component="filter.mobile"] {
    display: flex;
    flex-direction: column;
    font-size: 4.2vw;
    gap: .5em;
}

.head-items__column-item[data-component="filter.mobile"] {
    width: 100%;
}

.column-head-item[data-component="filter.mobile"] {
    display: flex;
    flex-direction: column;
    font-size: 4.2vw;
    gap: 0;
    line-height: 1.4;
}

.column-head-item__item[data-component="filter.mobile"] {
    width: max-content;
    max-width: 100%;
    display: flex;
    font-size: 4.2vw;
    gap: .5em;
}

.column-head-item__action[data-component="filter.mobile"] {
    font-size: 4.5vw;
    color: black;
    line-height: 1.4;
    flex-shrink: 0;
}

.column-head-item__text[data-component="filter.mobile"] {
    font-size: 4.2vw;
    color: black;
    line-height: 1.4;
}


.name-values-item[data-component="filter.mobile"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 4.2vw;
    gap: .3em;
}

.name-values-item__name[data-component="filter.mobile"] {
    color: black;
    font-size: 4.2vw;
    line-height: 1.4;
}

.name-values-item__values[data-component="filter.mobile"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 4.2vw;
    gap: .3em;
    padding-left: 1em;
}

.name-values-item__value[data-component="filter.mobile"] {
    display: flex;
    max-width: 100%;
    width: max-content;
    font-size: 4.2vw;
    gap: .5em;
}

.name-values-item__action[data-component="filter.mobile"] {
    color: black;
    font-size: 4.2vw;
    line-height: 1.4;
}

.name-values-item__text[data-component="filter.mobile"] {
    color: black;
    font-size: 4.2vw;
    line-height: 1.4;
}


.items__value-item[data-component="filter.mobile"] {
    max-width: 100%;
    width: max-content;
}

.value-item[data-component="filter.mobile"] {
    display: flex;

    font-size: 4.2vw;
    gap: .5em;
}

.value-item__action[data-component="filter.mobile"] {
    color: black;
    font-size: 4.2vw;
    line-height: 1.4;
}

.value-item__text[data-component="filter.mobile"] {
    color: black;
    font-size: 4.2vw;
    line-height: 1.4;
}


@media screen and (max-width: 899px) {
    .component_l-mobile-filter[data-component="field.checkboxes-list-tree"] {
        width: 100%;
    }

    .component__content[data-component="field.checkboxes-list-tree"] {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 1vw;
        gap: 3em;
    }

    .component[data-component="field.checkboxes-list-tree.expander-item"] {
        background-color: white;
        font-size: 5vw;
        padding: .6em 1em;
    }

    .component__head-label[data-component="field.checkboxes-list-tree.expander-item"] {
        font-size: 5vw;
    }

    .component__head[data-component="field.checkboxes-list-tree.expander-item"] {
        display: flex;
        font-size: 1vw;
        gap: 1em;
    }

    .component__head-symbol[data-component="field.checkboxes-list-tree.expander-item"] {
        font-size: 1vw;
        width: 5em;
        transform-origin: center center;
        flex-shrink: 0;
    }

    .component_l-expander[data-component="field.checkboxes-list-tree.checkbox-item"] {
        font-size: 1vw;
        display: flex;
        gap: 3em;
    }

    .component__label[data-component="field.checkboxes-list-tree.checkbox-item"] {
        font-size: 5vw;
    }

    .component__body[data-component="field.checkboxes-list-tree.expander-item"] {
        --max-height: 0;
        width: 100%;
        height: max-content;
        max-height: var(--max-height);
        overflow: hidden;
        transition: max-height 250ms ease-out;
    }

    .component__body_state-expanded[data-component="field.checkboxes-list-tree.expander-item"] {
        --max-height: max-content;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"] {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 4em;
        font-size: 1vw;
        padding-top: 4em;
    }

    .component[data-component="field.checkboxes-list-tree.text-item"] {
        font-size: 5vw;
        background-color: white;
        padding: .6em 1em;
    }

    .component_active[data-component="field.checkboxes-list-tree.text-item"] {
        color: #ffc61f;
    }

    .component__head[data-component="field.checkboxes-list-tree.expander-item"] {
        justify-content: space-between;
    }

    .component__head-label[data-component="field.checkboxes-list-tree.expander-item"] {
        line-height: 1.3;
    }

    .component__label[data-component="field.checkboxes-list-tree.checkbox-item"] {
        line-height: 1.3;
    }

    .component__checkbox[data-component="field.checkboxes-list-tree.checkbox-item"] {
        font-size: 1vw;
        width: 6em;
        height: 6em;
        display: flex;
        justify-content: center;
        align-items: center;
        border-style: solid;
        border-width: 2px;
        border-color: black;
        border-radius: 2px;
        flex-shrink: 0;
    }

    .component__checkbox-icon[data-component="field.checkboxes-list-tree.checkbox-item"] {
        width: 70%;
        color: transparent;
    }

    .component_state-active[data-component="field.checkboxes-list-tree.checkbox-item"] > .component__label {
        color: #ffc61f;
    }

    .component_state-active[data-component="field.checkboxes-list-tree.checkbox-item"] > .component__checkbox {
        background-color: #ffc61f;
        border-color: #ffc61f;
    }

    .component_state-active[data-component="field.checkboxes-list-tree.checkbox-item"] .component__checkbox-icon {
        color: white;
    }

    .component__head_expanded[data-component="field.checkboxes-list-tree.expander-item"] .component__head-label {
        color: #ffc61f;
    }

    .component__icon[data-component="field.checkboxes-list-tree.expander-item"] {
        transform-origin: center center;
    }

    .component__head_expanded[data-component="field.checkboxes-list-tree.expander-item"] .component__icon {
        transform: rotate(180deg);
        color: #ffc61f;
    }
}


.component[data-component="field.items-tree.tree"] {
}

.component_l-filter-mobile[data-component="field.items-tree.tree"] {
    width: 100%;
}

.component__content[data-component="field.items-tree.tree"] {
    width: 100%;
}

.expander-item[data-component="field.items-tree.item"] {
    display: flex;
    flex-direction: column;
    font-size: 5vw;
    padding: .6em 1em;
}

.expander-item_l-field-items-tree-tree[data-component="field.items-tree.item"] {
    width: 100%;
}

.expander-item__head[data-component="field.items-tree.item"] {
    display: flex;
    justify-content: space-between;
    font-size: 1vw;
    gap: 1em;
}

.expander-item__head_state-active[data-component="field.items-tree.item"] {
}

.expander-item__label[data-component="field.items-tree.item"] {
    font-size: 5vw;
}

.expander-item__head_state-active[data-component="field.items-tree.item"] > .expander-item__label {
    color: #ffc61f;
}

.expander-item__head_state-active[data-component="field.items-tree.item"] > .expander-item__icon {
    transform: rotate(180deg);
}

.expander-item__icon[data-component="field.items-tree.item"] {
    transform-origin: center center;
    font-size: 1vw;
    width: 5em;
}

.expander-item__head_state-active[data-component="field.items-tree.item"] > .expander-item__icon {
    transform: rotate(180deg);
    color: #ffc61f;
}

.expander-item__divider[data-component="field.items-tree.item"] {
    width: 100%;
    font-size: 1vw;
    height: 0;
}

.expander-item__divider_state-expanded[data-component="field.items-tree.item"] {
    height: 5em;
}

.expander-item__box[data-component="field.items-tree.item"] {
}

.expander-item__box_state-expanded[data-component="field.items-tree.item"] {
}

.expander-item__items[data-component="field.items-tree.item"] {
    height: max-content;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 4em;
}

.expander-item__box[data-component="field.items-tree.item"] {
    --max-height: 0;
    overflow: hidden;

    max-height: var(--max-height);
}

.expander-item__box_state-expanded[data-component="field.items-tree.item"] {
    --max-height: max-content;
}


.checkbox-item[data-component="field.items-tree.item"] {
    display: flex;
    font-size: 1vw;
    gap: 3em;
}

.checkbox-item_l-field-items-tree-item[data-component="field.items-tree.item"] {
}

.checkbox-item__icon[data-component="field.items-tree.item"] {
    flex-shrink: 0;
    font-size: 1vw;
    width: 6em;
    height: max-content;
    border-style: solid;
    border-radius: 2px;
    border-color: black;
    border-width: 2px;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-item__icon_state-active[data-component="field.items-tree.item"] {
    background-color: #ffc61f;
    border-color: #ffc61f;
}


.checkbox-item__svg[data-component="field.items-tree.item"] {
    width: 70%;
    color: transparent;
}

.checkbox-item__svg_state-active[data-component="field.items-tree.item"] {
    color: white;
}


.checkbox-item__label[data-component="field.items-tree.item"] {
    font-size: 5vw;
}

.checkbox-item__label_state-active[data-component="field.items-tree.item"] {
    color: #ffc61f;
}


.component[data-component="field.checkboxes-list"] {
}

.component_l-filter-mobile[data-component="field.checkboxes-list"] {
    height: max-content;
    max-height: 77em;
    overflow: auto;
    font-size: 1vw; /* padding-top: 6em; */
}

.component__content[data-component="field.checkboxes-list"] {
}

.component__items[data-component="field.checkboxes-list"] {
    font-size: 1vw;
    gap: 4em;
    display: flex;
    flex-direction: column;
}

.component__item[data-component="field.checkboxes-list"] {
    font-size: 1vw;
    display: flex;
    gap: 3em;
}

.item_active[data-component="field.checkboxes-list"] .item__label {
    color: #ffc61f;
}

.item_active[data-component="field.checkboxes-list"] .item__checkbox {
    background-color: #ffc61f;
    border-color: #ffc61f;
}

.item_active[data-component="field.checkboxes-list"] .item__checkbox-icon {
    color: white;
}


.item[data-component="field.checkboxes-list"] {
}

.item__checkbox[data-component="field.checkboxes-list"] {
    font-size: 1vw;
    width: 6em;
    height: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    border-radius: 2px;
    flex-shrink: 0;
}

.item__checkbox-icon[data-component="field.checkboxes-list"] {
    width: 70%;
    color: transparent;
}

.item__label[data-component="field.checkboxes-list"] {
    font-size: 5vw;
}

.item__label_state-active[data-component="field.checkboxes-list"] {
    color: #ffc61f;
}

.item__checkbox-icon_state-active[data-component="field.checkboxes-list"] {
    color: white;
}

.item__checkbox_state-active[data-component="field.checkboxes-list"] {
    background-color: #ffc61f;
    border-color: #ffc61f;;
}


.items__icon-button[data-component="filter.mobile"] {
    font-size: 5.3vw;
    width: 100%;
    background-color: white;
    border: none;
    display: flex;
    font-family: inherit;
    align-items: center;
    outline: none;
    padding: .6em 1em;
    gap: 1em;
    margin-top: 4.5vw;
    justify-content: center;
}

.items__icon-button_l-1[data-component="filter.mobile"] {
}

.icon-button[data-component="filter.mobile"] {
}

.icon-button__svg {
    width: 5vw;
}

.icon-button__text {
    font-size: 5vw;
}


.plain-item[data-component="field.items-tree.item"] {
    font-size: 5vw;
    line-height: 1.3;
    background-color: white;
    padding: .4em .8em;
}

.plain-item_l-field-items-tree-tree[data-component="field.items-tree.item"] {
    width: 100%;
    color: black;
    line-height: 1.4;
}

.plain-item_state-active[data-component="field.items-tree.item"] {
    color: #ffc61f;
}


.component_l-page-assignment[data-component="field.select"] {
    width: 100%;
    --container-width: 100%;
}

.component[data-component="field.select"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="field.select"] {
    width: var(--container-width);
    position: relative;
}

.component__label[data-component="field.select"] {
    cursor: pointer;
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 0.18);
    font-size: 1vw;
    padding: 2em 3em;
    position: relative;
    outline: none;
    font-family: inherit;
    border: none;
}

.label__icon-text-item[data-component="field.select"] {
    display: flex;
    align-items: center;
    font-size: 1vw;
    gap: 6em;
    width: max-content;
    min-width: 0;
    max-width: 90%;
}

.label-icon-text-item[data-component="field.select"] {
}

.label-icon-text-item__icon[data-component="field.select"] {
    width: 8.4vw;
    color: #ffffff;
}

.label-icon-text-item__text[data-component="field.select"] {
    font-size: 5.6vw;
    font-weigth: 400;
    color: #ffffff;
}

.label__icon[data-component="field.select"] {
    width: 8.4vw;
}

.label-icon[data-component="field.select"] {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 5.9vw;
}

.label-icon__svg[data-component="field.select"] {
    width: 100%;
}

.label-icon__path[data-component="field.select"] {
    fill: #ffffff;
}

.component__container[data-component="field.select"] {
    /* display: none; */
    display: flex;
    justify-content: center;
}

.component__box[data-component="field.select"] {
    --max-height: 0;
    overflow: hidden;
    height: max-content;
    max-height: var(--max-height);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: max-height 200ms ease-out;
}

.component__icon-text-option[data-component="field.select"] {
    width: 100%;
    display: flex;
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: 1vw;
    padding: 2em 3em;
    gap: 6em;
}

.icon-text-option__icon[data-component="field.select"] {
    width: 8.4vw;
    color: #ffffff;
}

.icon-text-option__text[data-component="field.select"] {
    color: #ffffff;
    font-size: 5.6vw;
}

.component__options[data-component="field.select"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: hsl(0, 1%, 40%);
    height: max-content;
}

.component__box[data-component="field.select"] {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .component_l-page-assignment--preview {
        display: none !important;
    }
}

.body[data-component="page.assignment"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.assignment"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body__main_effect-blurred[data-component="page.assignment"] {
    filter: blur(3px);
}

.body[data-component="page.favorites"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.favorites"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body__main_effect-blurred[data-component="page.favorites"] {
    filter: blur(3px);
}

.body__cards[data-component="page.favorites"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 1em;
    width: 90%;
    margin-top: 10em;
}

.body__main[data-component="page.home"] {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #0b1111;
    display: grid;
    grid-template-rows: 100% max-content;
}

.body__main_effect-blurred[data-component="page.home"] {
    filter: blur(3px);
}

.body__scroll-point--1[data-component="page.home"] {
    pointer-events: none;
    visibility: hidden;
    pointer-events: none;
    tab-index: -1;
}

.body__section[data-component="page.assignment"] {
    --container-width: 90%;
    font-family: var(--font-family-1);
    width: var(--container-width);
    font-size: 1vw;
    margin-top: 6em;
}

.section[data-component="page.assignment"] {
}

.section__filters[data-component="page.assignment"] {
    min-width: 0;
    width: 100%;
}

.section-filters[data-component="page.assignment"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 5em;
}

.body__section-pagination-cards {
    min-width: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 5em;
}

.body__section-cards[data-component="page.assignment"] {
    min-width: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 3.7em;
    margin-top: 9em;
}

.body__section-cards_state-locked {
    opacity: 0.5;
    filter: blur(5px);
    pointer-events: none;
    tab-index: -1;
}

.cards-section[data-component="page.assignment"] {
}

.section-filters__button.filters-button[data-component="page.assignment"] {
    font-weight: 400;
    font-size: 5.6vw;
    line-height: 1;
    background-color: #ffc61f;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    padding: 0.35em 1em;
    font-family: inherit;
    justify-content: center;
    gap: 1em;
}

.filters-button__icon[data-component="page.assignment"] {
    width: 8.4vw;
}

.filters-button__text[data-component="page.assignment"] {
    font-weight: inherit;
}

.body__section.section[data-component="page.assignment"] {
}

.component_l-page-assignment[data-component="card.product"] {
    width: 100%;
    min-width: 0;
    --container-width: 90%;
    font-size: 1vw;
    padding: 7em 5em;
}

.component[data-component="card.product"] {
    background-color: rgba(255, 255, 255, 0.18);
}

.component__content[data-component="card.product"] {
}

.content[data-component="card.product"] {
}

.content__head[data-component="card.product"] {
}

.head[data-component="card.product"] {
    position: relative;
}

.head__labels-action-section[data-component="card.product"] {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1vw;
    top: 3em;
    width: 93%;
    left: 50%;
    transform: translateX(-50%);
}

.head__labels[data-component="card.product"] {
    height: max-content;
}

.head-labels[data-component="card.product"] {
}

.head-labels__item[data-component="card.product"] {
    color: #000;
    font-size: 4.6vw;
    font-weight: 400;
    line-height: 1.2;
    background-color: #ffeca7;
    padding: 0.5em 1em;
    border-radius: 9.3vw;
    outline: none;
    border: none;
}

.head__action[data-component="card.product"] {
    padding: 0;
    display: flex;
    outline: none;
    border: none;
    padding: 0;
    background-color: transparent;
    width: max-content;
    height: max-content;
}

.action__svg-figure[data-component="card.product"] {
    width: 9vw;
    color: #999898;
}

.action__svg-figure_color-accent[data-component="card.product"] {
    color: #ff275b;
}

.action__svg-figure_type-accent[data-component="card.product"] {
    color: #ff275b;
}

.head__figure[data-component="card.product"] {
}

.head__figure a {
    display: inline-block;
    width: 100%;
}

.head-figure[data-component="card.product"] {
    width: 100%;
    background-color: white;
}

.head-figure__image[data-component="card.product"] {
    width: 100%;
    aspect-ratio: 1.65;
    object-fit: contain;
}

.content__body[data-component="card.product"] {
    font-size: 1vw;
    margin-top: 6em;
}

.body[data-component="card.product"] {
}

.body__code[data-component="card.product"] {
    color: #ffe59b;
    font-weight: 400;
    font-size: 4.6vw;
    line-height: 1.2;
}

.body__price[data-component="card.product"] {
}

.value-price[data-component="card.product"] {
    font-weight: 500;
    font-size: 6.2vw;
    line-height: 1.2;
    color: #ffe59b;
    margin-top: 0.5em;
}

.value-price__value[data-component="card.product"] {
    font-size: inherit;
    font-weight: inherit;
}

.value-price__currency[data-component="card.product"] {
    font-size: inherit;
    font-weight: inherit;
}

.body__description[data-component="card.product"] {
    font-size: 5vw;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 0.6em;
}

.content__actions[data-component="card.product"] {
}

.actions[data-component="card.product"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    gap: 2em;
    margin-top: 6em;
}

.adapt .actions[data-component="card.product"] {
    grid-template-columns: 1fr;
}

.actions__second-item[data-component="card.product"] {
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #ffc61f;
    background-color: #ffc61f;
    font-size: 5.6vw;
    padding: 1em 1em;
    font-family: inherit;
    line-height: 1;
    color: #000000;
}

.actions__first-item[data-component="card.product"] {
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 5.6vw;
    padding: 1em 1em;
    font-family: inherit;
    line-height: 1;
    text-decoration: none;
}

.component[data-component="card.product"]:hover {
    background-color: rgba(255, 255, 255, 0.43);
}

.actions__second-item[data-component="card.product"]:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.actions__first-item[data-component="card.product"]:hover {
    background-color: #ffffff;
    color: #000000;
}

.component_l-page-assignment[data-component="content.expandable-text"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 7em;
}

.component[data-component="content.expandable-text"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="content.expandable-text"] {
    width: var(--container-width);
}

.component__container[data-component="content.expandable-text"] {
    --max-height: 109em;
    width: 100%;
    font-size: 1vw;
    max-height: var(--max-height);
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: max-height 250ms ease-out;
}

.component__inner[data-component="content.expandable-text"] {
    font-weight: 400;
    font-size: 5vw;
    line-height: 1.2;
    width: 100%;
    color: #ffffff;
    height: max-content;
}

.text__button[data-component="content.expandable-text"] {
    cursor: pointer;
    width: 100%;
    outline: none;
    padding: 1em 1em;
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background-color: transparent;
    font-weight: 500;
    font-size: 5.6vw;
    line-height: 1.2;
    font-family: inherit;
    opacity: 1;
    transition: opacity 250ms ease;
}

.text__button_state-hidden[data-component="content.expandable-text"] {
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.component__container[data-component="content.expandable-text"]:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    display: flex;
    background: rgb(255, 255, 255);
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 60%,
            rgba(31, 31, 31, 1) 100%
    );
    z-index: 3;
    bottom: 0;
    transition: height 250ms ease-out;
}

.component__container_expanded[data-component="content.expandable-text"]:after {
    position: absolute;
    width: 100%;
    content: "";
    display: flex;
    background: rgb(255, 255, 255);
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 60%,
            rgba(31, 31, 31, 1) 100%
    );
    z-index: 3;
    bottom: 0;
    height: 0;
}

.component_l-checkout-basic[data-component="form.checkout"] {
    --container-width: 100%;
    width: 100%;
    font-size: 1vw;
    font-family: var(--font-family-1);
    line-height: 1;
}

.component[data-component="form.checkout"] {
    display: flex;
    justify-content: center;
}

.component_l-checkout-basic_state-hidden[data-component="form.checkout"] {
    display: none;
}

.component__content[data-component="form.checkout"] {
    width: var(--container-width);
}

.content[data-component="form.checkout"] {
    display: flex;
    justify-content: center;
}

.form[data-component="form.checkout"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 6em;
}

.content__form[data-component="form.checkout"] {
    width: 100%;
}

.form__area-field[data-component="form.checkout"] {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1vw;
    margin-top: -2em;
}

.area-field[data-component="form.checkout"] {
}

.area-field__area[data-component="form.checkout"]:focus {
    border-color: #ffc61f;
}

.area-field__area[data-component="form.checkout"] {
    font-family: inherit;
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    font-size: 4.6vw;
    line-height: 1.2;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    padding: 0.5em 1em;
    background-color: transparent;
    outline: none;
    min-height: 5em;
}

.area-field__area[data-component="form.checkout"]::placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.4);
}

.form__text-field[data-component="form.checkout"] {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.form__text-field_invalid[data-component="form.checkout"] {
    border-color: #ff5661;
}

.text-field[data-component="form.checkout"] {
}

.text-field__input[data-component="form.checkout"]:focus {
    border-bottom-color: #ffc61f;
}

.text-field__input[data-component="form.checkout"] {
    font-family: inherit;
    width: 100%;
    color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 400;
    font-size: 4.6vw;
    line-height: 1.2;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    padding: 0.5em 1em;
    background-color: transparent;
    outline: none;
}

.text-field__input[data-component="form.checkout"]::placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.4);
}

.text-field__input_invalid[data-component="form.checkout"] {
    border-bottom-color: #ff5661 !important;
    color: #ff5661;
}

.text-field__input_invalid[data-component="form.checkout"]::placeholder {
    color: rgba(255, 86, 97, 1) !important;
    opacity: 1;
}

.text-field__text[data-component="form.checkout"] {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 0.2em));
    font-size: 4vw;
}

.text-field__text_error[data-component="form.checkout"] {
    color: rgba(255, 86, 97, 1) !important;
}

.form__select-input-field[data-component="form.checkout"] {
}

.form__select-input-field[data-component="form.checkout"] {
    --z-index: 1;
    position: relative;
    z-index: var(--z-index);
}

.select-input-field[data-component="form.checkout"] {
}

.select-input-field__label[data-component="form.checkout"] {
    position: relative;
    color: #ffffff;
}

.select-input-field__input[data-component="form.checkout"] {
}

.select-input-field__input[data-component="form.checkout"]:focus {
    border-bottom-color: #ffc61f;
}

.select-input-field__input[data-component="form.checkout"] {
    position: relative;
    z-index: 1;
    font-family: inherit;
    width: 100%;
    color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: 400;
    font-size: 4.6vw;
    line-height: 1.2;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    padding: 0.5em 1em;
    background-color: transparent;
    outline: none;
}

.select-input-field__input[data-component="form.checkout"]::placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, 0.4);
}

.select-input-field__container[data-component="form.checkout"] {
    display: none;
    position: absolute;
    width: 100%;
    height: max-content;
    max-height: max-content;
    top: 0;
    left: 0;
    z-index: 2;
}

.select-input-field__select[data-component="form.checkout"] {
    background-color: transparent;
}

.select-input-field__svg-icon[data-component="form.checkout"] {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    color: inherit;
    transform: translateY(-50%);
    width: 4.3vw;
    right: calc(4.6vw);
    background-color: transparent;
    display: block;
    border: none;
    outline: none;
    padding: 0;
}

.svg-icon__svg[data-component="form.checkout"] {
    width: 100%;
    color: inherit;
}

.select-input-field__svg-icon-path[data-component="form.checkout"] {
}

.select-input-field__input_invalid[data-component="form.checkout"] {
    border-bottom-color: rgba(255, 86, 97, 1);
}

.select-input-field__input_invalid[data-component="form.checkout"]::placeholder {
    color: rgba(255, 86, 97, 1);
}

.select-input-field__input_invalid[data-component="form.checkout"] {
    color: rgba(255, 86, 97, 1);
}

.select-input-field__label_invalid[data-component="form.checkout"] {
    color: rgba(255, 86, 97, 1);
}

.select-input-field[data-component="form.checkout"] {
}

.form__radio-button-field[data-component="form.checkout"] {
    width: 78%;
    justify-self: center;
}

.radio-button-field[data-component="form.checkout"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-column-gap: 2.5em;
    grid-row-gap: 4.5em;
}

.radio-button-field__svg-icon[data-component="form.checkout"] {
    width: 9.3vw;
    color: #ffe59b;
}

.radio-button-field__svg-icon_state-active[data-component="form.checkout"] {
    width: 9.3vw;
}

.radio-button-field__option_active[data-component="form.checkout"]
.radio-button-field__svg-icon[data-component="form.checkout"] {
    color: #000000;
}

.radio-button-field__label[data-component="form.checkout"] {
    color: inherit;
    font-weight: 500;
    font-size: 5.6vw;
    line-height: 1.2;
}

.radio-button-field__label_state-active[data-component="form.checkout"] {
}

.radio-button-field__input[data-component="form.checkout"] {
    display: none;
}

.radio-button-field__option[data-component="form.checkout"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    line-height: 1;
    gap: 2.5em;
    border-style: solid;
    border-width: 2px;
    color: #ffe59b;
    border-color: #ffe59b;
    background-color: transparent;
    padding: 3em 1em;
}

.radio-button-field__option[data-component="form.checkout"].checked-label {
    background-color: #ffe59b;
    color: #000;
}

.radio-button-field__option[data-component="form.checkout"].checked-label svg {
    color: #000;
}

.radio-button-field__option_active[data-component="form.checkout"] {
    background-color: #ffe59b;
    color: #000000;
}

.form__hint-field[data-component="form.checkout"] {
    font-size: 5vw;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    display: flex;
    width: 100%;
    color: #ffffff;
}

.hint-field[data-component="form.checkout"] {
}

.select-input-field__box[data-component="form.checkout"] {
    --height: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    height: var(--height);
    font-size: 4.6vw;
    overflow: auto;
    background-color: #8c8c8c;
    position: absolute;
    top: 100%;
    transform: translateY(0.5em);
    border: none;
    transition: max-height 250ms ease;
    border: none;
}

.select-input-field__box.--state-active[data-component="form.checkout"] {
    border-color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
}

.select-input-field__container[data-component="form.checkout"] {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    font-size: 4.6vw;
    gap: 0;
    height: max-content;
    padding-top: 1em;
    padding-bottom: 1em;
}

.select-input-field__option[data-component="form.checkout"] {
    width: 100%;
    display: block;
    outline: none;
    line-height: 1;
    padding: 0.5em 1em;
    background-color: transparent;
    outline: none;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    border: none;
    font-family: inherit;
    font-size: 4.6vw;
}

.select-input-field__option.--state-hidden[data-component="form.checkout"] {
    display: none;
}

.component-l-modal-component[data-component="checkout.basic"] {
    --container-width: 97%;
    width: 100%;
}

.component[data-component="checkout.basic"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="checkout.basic"] {
    width: var(--container-width);
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    align-items: center;
}

.component__title[data-component="checkout.basic"] {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 6.2vw;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffc61f;
}

.component__subtitle[data-component="checkout.basic"] {
    color: #ffffff;
    font-weight: 500;
    font-size: 5.6vw;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    margin-top: 0.8em;
}

.component__section[data-component="checkout.basic"] {
    width: 100%;
    font-size: 1vw;
    margin-top: 5em;
}

.section[data-component="checkout.basic"] {
    display: flex;
    justify-content: center;
}

.section__content[data-component="checkout.basic"] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.component__actions[data-component="checkout.basic"] {
    width: var(--container-width);
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 2.7em;
    margin-top: 6em;
}

.component__action-1[data-component="checkout.basic"] {
    cursor: pointer;
    font-family: inherit;
    background-color: #ffc61f;
    color: #000000;
    line-height: 1;
    text-align: center;
    padding: 1em;
    font-size: 5.6vw;
    font-weight: 500;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.component__action-2[data-component="checkout.basic"] {
    font-family: inherit;
    background-color: transparent;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    padding: 1em;
    font-size: 5.6vw;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
    outline: none;
}

.component__hint[data-component="checkout.basic"] {
    width: 100%;
    color: #ffffff;
    font-size: 4.3vw;
    font-weight: 400;
    text-align: center;
    margin-top: 1.3em;
}

.component_l-page-cart[data-component="cart.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 7em;
}

.component[data-component="cart.basic"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="cart.basic"] {
    width: var(--container-width);
}

.content[data-component="cart.basic"] {
    display: flex;
    flex-direction: column;
}

.items[data-component="cart.basic"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 2.5em;
}

.content__items[data-component="cart.basic"] {
    width: 100%;
}

.items__item[data-component="cart.basic"] {
    width: 100%;
    min-width: 0;
    font-size: 1vw;
    padding: 4em 2em;
}

.items__item.--state-hidden[data-component="cart.basic"] {
    display: none !important;
}

.item[data-component="cart.basic"] {
    background-color: rgba(255, 255, 255, 0.18);
}

.item.--state-hidden[data-component="cart.basic"] {
    display: none;
}

.item_state-active[data-component="cart.basic"] {
    background-color: rgba(255, 255, 255, 0.43);
}

.item__first[data-component="cart.basic"] {
}

.first[data-component="cart.basic"] {
}

.first-item[data-component="cart.basic"] {
    display: grid;
    grid-template-columns: 29% 60% 1fr;
    font-size: 1vw;
    grid-column-gap: 0;
}

.first-item__section-1[data-component="cart.basic"] {
    display: flex;
    flex-direction: column;
}

.first-item__figure[data-component="cart.basic"] {
    width: 100%;
    min-width: 0;
    height: max-content;
}

.first-item__image[data-component="cart.basic"] {
    width: 100%;
    /* height: max-content; */
    object-fit: contain;
}

.first-item__quantity[data-component="cart.basic"] {
    font-size: 1vw;
    margin-top: 5em;
}

.quantity[data-component="cart.basic"] {
    display: flex;
    gap: 1em;
    justify-content: space-between;
}

.quantity__value[data-component="cart.basic"] {
    color: #ffffff;
    font-size: 6.2vw;
    line-height: 1.3;
    font-weight: 400;
}

.quantity__i[data-component="cart.basic"] {
    aspect-ratio: 1;
    background-color: #707170;
    color: #ffffff;
    font-size: 1.25vw;
    aspect-ratio: 1;
    background-color: #707170;
    color: #ffffff;
    font-size: 6vw;
    padding: 0;
    width: 8vw;
    border: none;
    outline: none;
}

.quantity__d[data-component="cart.basic"] {
    aspect-ratio: 1;
    background-color: #707170;
    color: #ffffff;
    font-size: 6vw;
    padding: 0;
    width: 8vw;
    border: none;
    outline: none;
}

.quantity__d-icon[data-component="cart.basic"] {
    width: 40%;
}

.quantity__i-icon[data-component="cart.basic"] {
    width: 40%;
}

.first-item__section-2[data-component="cart.basic"] {
    min-width: 0;
    width: 100%;
    font-size: 1vw;
    padding-left: 5em;
    padding-top: 0;
}

.first-item__description[data-component="cart.basic"] {
    width: 100%;
    display: flex;
}

.description__content[data-component="cart.basic"] {
}

.description__term[data-component="cart.basic"] {
    color: #ffffff;
    font-weight: 600;
    font-size: 4vw;
    line-height: 1.2;
    text-transform: uppercase;
}

.description__term_accent[data-component="cart.basic"] {
}

.first-item__price[data-component="cart.basic"] {
    font-weight: 500;
    font-size: 6.2vw;
    line-height: 1.2;
    margin-top: 1em;
    color: #ffe59b;
}

.section-3__action[data-component="cart.basic"] {
    min-width: 0;
    width: 100%;
    height: auto;
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0;
    align-items: center;
    font-size: 1vw;
    padding-left: 1.6em;
}

.item__second[data-component="cart.basic"] {
    display: none;
}

.second[data-component="cart.basic"] {
}

.second-item[data-component="cart.basic"] {
}

.content__bottom[data-component="cart.basic"] {
    width: 100%;
    font-size: 1vw;
    margin-top: 6em;
}

.bottom[data-component="cart.basic"] {
}

.bottom__actions[data-component="cart.basic"] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1vw;
    gap: 7em;
}

.bottom-actions__item[data-component="cart.basic"] {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 1vw;
    gap: 1.5em;
    border: none;
    outline: none;
    background-color: transparent;
    font-family: inherit;
    line-height: 1;
}

.bottom-actions__item_l-arrow[data-component="cart.basic"] {
    gap: 2em;
}

.bottom-actions__item_state-hidden[data-component="cart.basic"] {
    display: none !important;
}

.bottom-actions__item-text[data-component="cart.basic"] {
    color: inherit;
    font-size: 5.6vw;
    font-weight: 400;
    line-height: 1.27;
}

.bottom-actions__item-text_size_bigger[data-component="cart.basic"] {
    font-size: 6.2vw;
}

.bottom-actions__item_color-2[data-component="cart.basic"] {
    color: #ff7a9a;
}

.bottom-actions__item-icon[data-component="cart.basic"] {
    width: 6.2vw;
}

.bottom-actions__icon-svg {
    width: 100%;
}

@media screen and (max-width: 899px) {
    .bottom-actions__icon-svg_desktop[data-component="cart.basic"] {
        display: none !important;
    }
}

@media screen and (min-width: 900px) {
    .bottom-actions__icon-svg_mobile[data-component="cart.basic"] {
        display: none !important;
    }
}

.content__total[data-component="cart.basic"] {
    width: 100%;
    /* font-size: 1vw; */
}

.content__total.--state-hidden[data-component="cart.basic"] {
    display: none;
}

.total[data-component="cart.basic"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 2em;
    margin-top: 14em;
}

.total__description[data-component="cart.basic"] {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: baseline;
    font-size: 1vw;
    gap: 5em;
}

.total__text[data-component="cart.basic"] {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 7.8vw;
    line-height: 1;
    font-weight: 700;
}

.total__price[data-component="cart.basic"] {
    width: max-content;
}

.price[data-component="cart.basic"] {
    display: flex;
}

.price__value[data-component="cart.basic"] {
    color: #ffe59b;
    font-weight: 500;
    font-size: 7.8vw;
}

.price__currency[data-component="cart.basic"] {
    color: #ffe59b;
    font-weight: 500;
    font-size: 7.8vw;
}

.total__action[data-component="cart.basic"] {
    font-weight: 500;
    font-size: 5.6vw;
    line-height: 1;
    background-color: #ffc61f;
    color: #000000;
    display: flex;
    border: none;
    outline: none;
    padding: 1em 1em;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    margin-top: 0.7em;
}

.body[data-component="page.cart"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.cart"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.cart"] {
    filter: blur(3px);
}

.body[data-component="page.assignment"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.assignment"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.assignment"] {
    filter: blur(3px);
}

.body[data-component="page.product"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.product"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.product"] {
    filter: blur(3px);
}

.body[data-component="page.catalog"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.catalog"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.catalog"] {
    filter: blur(3px);
}

.body[data-component="page.about"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.about"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.about"] {
    filter: blur(3px);
}

.body[data-component="page.contacts"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.contacts"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.contacts"] {
    filter: blur(3px);
}

.body[data-component="page.payment-and-delivery"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.payment-and-delivery"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.payment-and-delivery"] {
    filter: blur(3px);
}

.body[data-component="page.privacy-policy"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.privacy-policy"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.privacy-policy"] {
    filter: blur(3px);
}

.body[data-component="page.repair"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__main[data-component="page.repair"] {
    width: 100%;
}

.body__main_effect-blurred[data-component="page.repair"] {
    filter: blur(3px);
}

.body[data-component="page.product"] {
    width: 100%;
}

.component-l-modal-component[data-component="text.modal"] {
    text-align: center;
    font-weight: 700;
    font-size: 6.2vw;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    white-space: pre-line;
}

.component[data-component="text.modal"] {
}

.component_l-screen-2[data-component="modal.basic"] {
    --container-width: 95%;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
}

.component_l-filters-screen[data-component="modal.basic"] {
    --container-width: 90%;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100%;
    min-height: 0;
    overflow: auto;
    background-color: rgba(223, 223, 223, 0.59);
}

.component_l-screen[data-component="modal.basic"] {
    --container-width: 90%;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.component[data-component="modal.basic"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.component__content[data-component="modal.basic"] {
    background-color: hsl(120, 0%, 70%);
    position: relative;
    z-index: 2;
    width: var(--container-width);
    display: flex;
    justify-content: center;
    font-size: 1vw;
    padding: 11em 0;
}

.component__content_background-2[data-component="modal.basic"] {
    background-color: hsl(0, 0%, 52%);
}

.component__content_background-3[data-component="modal.basic"] {
    background-color: transparent;
}

.component__content_l-filters[data-component="modal.basic"] {
    padding-top: 0;
    padding-bottom: 0;
}

.component__content_layout-2[data-component="modal.basic"] {
    font-size: 1vw;
    padding: 5em 0;
}

.component__surface[data-component="modal.basic"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(31, 31, 31, 0.5);
}

.component_state-hidden[data-component="modal.basic"] {
    display: none;
}

.component_state-visible[data-component="modal.basic"] {
    display: flex;
}

.component_text-center[data-component="modal.basic"] {
    text-align: center;
}

.component_white-space-pre-line[data-component="modal.basic"] {
    white-space: pre-line;
}

.component_l-screen[data-component="modal.second"] {
    --container-width: 90%;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(223, 223, 223, 0.59);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    font-size: 1vw;
    padding-top: 10em;

    transform: translateY(-100%);
    transition: transform 300ms ease;
}

.component_overflow-auto[data-component="modal.second"] {
    overflow: auto;
}

.component_type_filters[data-component="modal.second"] {
    font-size: 1vw;
    padding-bottom: 4.5vw;
    padding-top: 1.5vw;
    z-index: 99999;
}

.component[data-component="modal.second"] {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
}

.component__content[data-component="modal.second"] {
    background-color: transparent;
    position: relative;
    z-index: 2;
    width: var(--container-width);
    display: flex;
    justify-content: center;
    font-size: 1vw;
    padding: 11em 0;
}

.component__content_l-screen[data-component="modal.second"] {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1vw;
    max-width: 90%;
    margin: 0 auto;
}

.component_state-hidden[data-component="modal.second"] {
    display: none;
}

.component_state-visible[data-component="modal.second"] {
    display: flex;
    transform: translateY(0);
}

.component__button[data-component="modal.second"] {
    padding: 0;
    display: flex;
    background-color: transparent;
    border: none;
    outline: none;
    width: 4.3vw;
    position: absolute;
    right: 0;
    top: 0.4em;
    right: 1rem;
}

.component__button-icon[data-component="modal.second"] {
    width: 100%;
    color: #000000;
}

.tabs-head__text[data-component="product.basic"] {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.tabs-head__text_small[data-component="product.basic"] {
}

@media screen and (max-width: 899px) {
    .tabs-head__text_large[data-component="product.basic"] {
        display: none;
    }
}

.tabs-head__item_state_active[data-component="product.basic"] {
    color: #ffc61f;
}

.tabs-head__item.--active[data-component="product.basic"] {
    color: #ffc61f;
}

.tabs-content__content-item.--inactive[data-component="product.basic"] {
    display: none;
}

.tabs-content__content-item_state_inactive[data-component="product.basic"] {
    display: none;
}

.content-item__inner[data-component="product.basic"] strong {
    font-weight: 700;
}

.title__term_normal[data-component="product.basic"] {
    color: #ffffff;
    font-weight: inherit;
    text-transform: uppercase;
}

.title__term_accent[data-component="product.basic"] {
    color: #ffc61f;
    text-transform: uppercase;
}

.text-price[data-component="product.basic"] {
    color: #ffe59b;
}

.text-price__text[data-component="product.basic"] {
    color: #ffe59b;
}

.value-price__value[data-component="product.basic"] {
    color: #ffe59b;
}

.value-price__symbol[data-component="product.basic"] {
    color: #ffe59b;
}

.head-info__hint-price[data-component="product.basic"] {
    font-size: 4.5vw;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 1em;
    white-space: pre-line;
}

.head-info__hint-price[data-component="product.basic"] {
}

.hint-price[data-component="product.basic"] {
}

.table__content-cell[data-component="product.basic"] {
    font-weight: 700;
    text-align: right;
}

.table__title-cell[data-component="product.basic"] {
}

.table__item[data-component="product.basic"] {
    font-size: 5vw;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    line-height: 1.2;
}

.table[data-component="product.basic"] {
}

table {
    color: #fff;
}

.tabs-content__table-item[data-component="product.basic"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 4em;
    padding-top: 4em;
}

.tabs-content__table-item.--inactive[data-component="product.basic"] {
    display: none;
}

.content-item__inner[data-component="product.basic"] {
    color: #ffffff;
    width: 100%;
    font-weight: 500;
    font-size: 5vw;
    line-height: 1.2;
    white-space: pre-line;
}

.content-item[data-component="product.basic"] {
}

.tabs-content__content-item[data-component="product.basic"] {
    display: flex;
    width: 100%;
    font-size: 1vw;
}

.tabs-content__content-item_state-inactive[data-component="product.basic"] {
    display: none;
}

.tabs-content[data-component="product.basic"] {
}

.tabs__content[data-component="product.basic"] {
    font-size: 1vw;
    margin-top: 1em;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tabs-head__item[data-component="product.basic"] {
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: rgba(255, 255, 255, 0.73);
    font-weight: 700;
    font-size: 6.2vw;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: inherit;
    padding: 0;
}

.tabs-head__item_active[data-component="product.basic"] {
    color: #ffc61f;
}

.tabs-head[data-component="product.basic"] {
}

.head[data-component="product.basic"] {
}

.tabs__head[data-component="product.basic"] {
    display: flex;
    font-size: 1vw;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
}

.tabs[data-component="product.basic"] {
}

.body__tabs[data-component="product.basic"] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.body[data-component="product.basic"] {
}

.content__body[data-component="product.basic"] {
    font-size: 1vw;
    margin-top: 10em; /* max-width: 100%; */ /* overflow: auto; */
    width: 100%;
}

.head-info__action[data-component="product.basic"] {
    display: flex;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 5.6vw;
    background-color: #ffc61f;
    color: #000000;
    margin-top: 1.15em;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8em;
}

.price__symbol[data-component="product.basic"] {
}

.price__value[data-component="product.basic"] {
}

.price[data-component="product.basic"] {
}

.head-info__value-price[data-component="product.basic"] {
    font-weight: 700;
    font-size: 8.1vw;
    margin-top: 0.8em;
}

.title[data-component="product.basic"] {
}

.head-info__title[data-component="product.basic"] {
    font-weight: 700;
    font-size: 8.1vw;
    line-height: 1.3;
    margin-top: 0.8em;
}

.cap__code[data-component="product.basic"] {
    font-weight: 400;
    font-size: 4.6vw;
    line-height: 1.2;
    color: #ffe59b;
}

.cap__status[data-component="product.basic"] {
    flex-shrink: 0;
    font-size: 4.6vw;
    color: #000000;
    line-height: 1.2;
    background-color: #ffeca7;
    border-radius: 2.8em;
    min-width: 43%;
    width: max-content;
    padding: 0.5em 1.5em;
    text-align: center;
}

.cap[data-component="product.basic"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1vw;
    gap: 3em;
}

.head-info__cap[data-component="product.basic"] {
    width: 100%;
}

.head-info[data-component="product.basic"] {
}

.head__info[data-component="product.basic"] {
    width: 100%;
    display: flex;
    font-size: 1vw;
    flex-direction: column;
    margin-top: 7em;
}

.preview-image-item__image[data-component="product.basic"] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview-image-item_1[data-component="product.basic"] {
    grid-column-start: 1;
    grid-column-end: 3;
    aspect-ratio: 1.52;
}

.preview-image-item[data-component="product.basic"] {
}

.head__preview-image-item[data-component="product.basic"] {
    min-width: 0;
    width: 100%;
    display: flex;
    border: none;
    outline: none;
    background-color: white;
    padding: 0;
    aspect-ratio: 1.55;
}

.head__preview[data-component="product.basic"] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    font-size: 1vw;
    grid-row-gap: 3em;
    grid-column-gap: 3em;
}

.preview[data-component="product.basic"] {
}

.content__head[data-component="product.basic"] {
}

.content[data-component="product.basic"] {
}

.component__content[data-component="product.basic"] {
    width: var(--container-width);
}

.component[data-component="product.basic"] {
    display: flex;
    justify-content: center;
}

.component_l-page-product[data-component="product.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 7em;
}

.body[data-component="page.repair"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.component_l-page-repair[data-component="info.pluck"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 14em;
    background-color: rgba(255, 255, 255, 0.18);
    font-size: 1vw;
    padding: 9em 0;
}

.component[data-component="info.pluck"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="info.pluck"] {
    width: var(--container-width);
}

.content[data-component="info.pluck"] {
}

.content__text[data-component="info.pluck"] {
    color: #ffffff;
    font-size: 5vw;
    line-height: 1.2;
    font-weight: 400;
}

.body[data-component="page.payment-and-delivery"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body[data-component="page.privacy-policy"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.component_l-page-repair[data-component="list.icon-text"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 9em;
}

.component_l-page-about[data-component="list.icon-text"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 9em;
}

.component[data-component="list.icon-text"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="list.icon-text"] {
    width: var(--container-width);
}

.content[data-component="list.icon-text"] {
}

.content__items[data-component="list.icon-text"] {
}

.items[data-component="list.icon-text"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 5.5em;
}

.items__item[data-component="list.icon-text"] {
}

.item[data-component="list.icon-text"] {
    display: flex;
    gap: 2em;
    font-size: 1vw;
}

.item__icon[data-component="list.icon-text"] {
    height: 6.5vw;
    width: auto;
}

.item__text[data-component="list.icon-text"] {
    color: #ffffff;
    font-weight: 400;
    font-size: 5vw;
    line-height: 1.2;
}

.component_l-page-assignment[data-component="head.hint-title"] {
    font-size: 1vw;
    margin-top: 24em;
    --container-width: 90%;
}

.component_l-page-product[data-component="head.hint-title"] {
    font-size: 1vw;
    margin-top: 24em;
    --container-width: 90%;
}

.component_l-page-repair--2[data-component="head.hint-title"] {
    font-size: 1vw;
    margin-top: 24em;
    --container-width: 90%;
}

.component_l-page-repair--3[data-component="head.hint-title"] {
    font-size: 1vw;
    margin-top: 24em;
    --container-width: 90%;
}

.component_l-page-about--2[data-component="head.hint-title"] {
    font-size: 1vw;
    margin-top: 24em;
    --container-width: 90%;
}

.component_l-page-about--3[data-component="head.hint-title"] {
    font-size: 1vw;
    margin-top: 15em;
    --container-width: 90%;
}

.component_l-page-product[data-component="head.terms-title"] {
    font-size: 1vw;
    margin-top: 24em;
    --container-width: 90%;
}

.component[data-component="head.terms-title"] {
    display: flex;
    justify-content: flex-start;
}

.component__content[data-component="head.terms-title"] {
    width: var(--container-width);
}

.content__title[data-component="head.terms-title"] {
    line-height: 1.2;
}

.title[data-component="head.terms-title"] {
}

.title__term[data-component="head.terms-title"] {
    font-weight: 700;
    font-size: 7.8vw;
    color: #ffffff;
    text-transform: uppercase;
    white-space: pre-wrap;
}

.title__term_accent[data-component="head.terms-title"] {
    font-weight: 700;
    color: var(--color-2);
    text-transform: uppercase;
    font-size: 7.8vw;
    white-space: pre-wrap;
}

.component_l-page-about[data-component="info.icon-title-text"] {
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 9em;
}

.component_l-page-about--1[data-component="info.icon-title-text"] {
}

.component_l-page-about--2[data-component="info.icon-title-text"] {
}

.component[data-component="info.icon-title-text"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="info.icon-title-text"] {
    width: var(--container-width);
}

.component__items[data-component="info.icon-title-text"] {
}

.items[data-component="info.icon-title-text"] {
    display: grid;
    font-size: 1vw;
    grid-row-gap: 6em;
}

.item[data-component="info.icon-title-text"] {
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    align-items: center;
}

.item__image[data-component="info.icon-title-text"] {
}

.item__image-icon[data-component="info.icon-title-text"] {
    width: 18.7vw;
}

.item__section[data-component="info.icon-title-text"] {
    width: 100%;
    font-size: 1vw;
    margin-top: 5em;
}

.item__title[data-component="info.icon-title-text"] {
    font-weight: 700;
    font-size: 6.2vw;
    line-height: 1.2;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.item__description[data-component="info.icon-title-text"] {
    color: #ffffff;
    width: 100%;
    font-weight: 400;
    line-height: 1.2;
    font-size: 5.6vw;
    text-align: center;
    margin-top: 0.5em;
}

.body[data-component="page.about"] {
    background-color: #1f1f1f;
    width: 100%;
    font-size: 1vw;
    margin-top: 9em;

    height: 100%;
    font-family: var(--font-family-1);
    line-height: 1;
}

.component_l-page-about[data-component="info.text-image"] {
    --container-width: 90%;
    background-color: transparent;
    width: 100%;
    font-size: 1vw;
    margin-top: 6em;
}

.component[data-component="info.text-image"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="info.text-image"] {
    width: var(--container-width);
    display: grid;
    font-size: 1vw;
    grid-row-gap: 1em;
}

.content[data-component="info.text-image"] {
}

.content__section-1[data-component="info.text-image"] {
    font-weight: 400;
    font-size: 5vw;
    color: #ffffff;
    line-height: 1.2;
    white-space: pre-line;
    min-width: 0;
    width: 100%;
}

.content__section-2[data-component="info.text-image"] {
}

@media screen and (max-width: 899px) {
    .content__section-2[data-component="info.text-image"] {
        display: none;
    }
}

.component__image[data-component="info.text-image"] {
}

.component_l-page-payment-and-delivery[data-component="info.icons-items"] {
    --container-width: 90%;
    background-color: #000000;
    width: 100%;
    font-size: 1vw;
    margin-top: 9em;
}

.component_l-page-privacy-policy[data-component="info.icons-items"] {
    --container-width: 90%;
    background-color: #000000;
    width: 100%;
    font-size: 1vw;
    margin-top: 9em;
}

.component_l-page-contacts[data-component="info.icons-items"] {
    --container-width: 90%;
    background-color: #000000;
    width: 100%;
    font-size: 1vw;
    margin-top: 9em;
}

.component[data-component="info.icons-items"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="info.icons-items"] {
    display: flex;
    justify-content: center;
    width: var(--container-width);
    font-size: 1vw;
    padding-top: 9em;
    padding-bottom: 9em;
}

.content[data-component="info.icons-items"] {
}

.content__items[data-component="info.icons-items"] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 10em;
}

.items[data-component="info.icons-items"] {
    flex-wrap: wrap;
    gap: 4rem !important;
}

.items__item[data-component="info.icons-items"] {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    font-size: 1vw;
    gap: 4em;
}

.item[data-component="info.icons-items"] {
}

.item_a-s[data-component="info.icons-items"] {
    align-items: flex-start;
}

.item__image-icon[data-component="info.icons-items"] {
    width: 10vw;
    height: auto;
}

.item__box[data-component="info.icons-items"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 3em;
}

.box[data-component="info.icons-items"] {
}

.box__links-item[data-component="info.icons-items"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 3em;
}

.box-links-item[data-component="info.icons-items"] {
}

.box-links-item__link[data-component="info.icons-items"] {
    color: #ffffff;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
}

.box-links-item__hint[data-component="info.icons-items"] {
    color: #ffffff;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: max-content;
}

.box-links-item__hint-text[data-component="info.icons-items"] {
}

.box-links-item__hint-hint[data-component="info.icons-items"] {
    font-size: 4.2vw;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.box-links-item_a-s[data-component="info.icons-items"] {
    align-items: flex-start;
}

.box__link-item[data-component="info.icons-items"] {
    color: #ffffff;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    display: block;
}

.box__link-item_size-email[data-component="info.icons-items"] {
    font-size: 4.2vw;
}

.box__text-item[data-component="info.icons-items"] {
    color: #ffffff;
    font-size: 6.2vw;
    font-weight: 700;
    line-height: 1.1;
    display: block;
}

.box__hint[data-component="info.icons-items"] {
    font-weight: 400;
    font-size: 5.6vw;
    color: #ffffff;
    line-height: 1.16;
}

.body[data-component="page.contacts"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.component_l-page-catalogs[data-component="card.text-icon"] {
    --container-width: 90%;
}

.component[data-component="card.text-icon"] {
    display: flex;
    justify-content: center;
}

.component__item[data-component="card.text-icon"] {
    width: var(--container-width);
}

.item[data-component="card.text-icon"] {
    text-decoration: none;
    display: flex;
    align-items: center;

    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    font-size: 5vw;
    justify-content: space-between;
    aspect-ratio: 4.2;
    padding-left: 1.5em;
    padding-right: 1.5em;
    box-sizing: border-box;
}

.item__text[data-component="card.text-icon"] {
    font-weight: 700;
    color: #ffffff;
    font-size: 5vw;
    flex-grow: 1;
    text-align: center;
    line-height: 1.2;
}

.item__image[data-component="card.text-icon"] {
    width: 9vw;
    color: #ffffff;
}

.body__cards[data-component="page.catalogs"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 4.1em;
    margin-top: 9em;
    --container-with: 90%;
}

.body[data-component="page.catalogs"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body[data-component="page.catalog"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.body__head-info-icons[data-component="page.catalog"] {
    font-size: 1vw;
    margin-top: 25em;
    --container-width: 90%;
}

.component_l-page-assignment[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-favorites[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-cart[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-repair[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-payment-and-delivery[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-privacy-policy[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-about[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-contacts[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-catalogs[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-catalog[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component_l-page-reviews[data-component="head.h1"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 7em;
}

.component[data-component="head.h1"] {
    display: flex;
    justify-content: center;
}

.component__text[data-component="head.h1"] {
    width: var(--container-width);
    font-size: 6.8vw;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
}

.component_l-page-reviews[data-component="cards.reviews"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 9em;
}

.component[data-component="cards.reviews"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="cards.reviews"] {
    width: var(--container-width);
    display: flex;
    justify-content: center;
}

.component__items[data-component="cards.reviews"] {
    width: 100%;
}

.items[data-component="cards.reviews"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 5em;
}

.items__item[data-component="cards.reviews"] {
    min-width: 0;
    width: 100%;
    font-size: 1vw;
    padding-top: 7em;
    padding-bottom: 7em;
}

.item[data-component="cards.reviews"] {
}

.item__cap[data-component="cards.reviews"] {
}

.cap[data-component="cards.reviews"] {
}

.cap__figure[data-component="cards.reviews"] {
}

.cap__image[data-component="cards.reviews"] {
    color: #000000;
}

.cap__section[data-component="cards.reviews"] {
}

.cap__title[data-component="cards.reviews"] {
}

.cap__hint[data-component="cards.reviews"] {
}

.item__content[data-component="cards.reviews"] {
}

.item__link[data-component="cards.reviews"] {
}

.item[data-component="cards.reviews"] {
    display: flex;
    flex-direction: column;
    background-color: #707170;
}

.item__cap[data-component="cards.reviews"] {
    font-size: 1vw;
    padding-left: 8%; /* padding-top: 8em; */
    display: flex;
    gap: 3em;
}

.cap[data-component="cards.reviews"] {
    display: flex;
    align-items: center;
}

.cap__figure[data-component="cards.reviews"] {
    border-radius: 50%;
    width: 17em;
    aspect-ratio: 1;
    background-color: #ffe59b;
    flex-shrink: 0;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cap__image[data-component="cards.reviews"] {
    width: 59%;
}

.cap__section[data-component="cards.reviews"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 4em;
}

.cap__title[data-component="cards.reviews"] {
    font-size: 6.2vw;
    color: #ffffff;
    font-weight: 700;
}

.cap__hint[data-component="cards.reviews"] {
    font-size: 4.6vw;
    font-weight: 500;
    color: #ffe59b;
}

.item__content[data-component="cards.reviews"] {
    font-weight: 400;
    font-size: 5vw;
    color: #ffffff;
    padding-left: 8%;
    padding-right: 8%;
    line-height: 1.2;
    margin-top: 0.9em;
}

.item__link[data-component="cards.reviews"] {
    font-size: 4.6vw;
    text-decoration: none;
    color: #ffe59b;
    display: flex;
    margin-top: 1em;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    max-width: 15em;
    line-height: 1.2;
    font-weight: 500;
}

.component__figure[data-component="cards.reviews"] {
}

.body[data-component="page.reviews"] {
    width: 100%;
    font-family: var(--font-family-1);
    line-height: 1;

    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
}

.component_l-page-assignment[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 10em;
}

.component_l-page-favorites[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component_l-page-cart[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 10em;
}

.component_l-page-payment-and-delivery[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 10em;
}

.component_l-page-privacy-policy[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 10em;
}

.component_l-page-product[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 10em;
}

.component_l-page-about[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component_l-page-contacts[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component_l-page-payment-and-delivery[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component_l-page-privacy-policy[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component_l-page-catalogs[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component_l-page-catalog[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component_l-page-reviews[data-component="crumbs.basic"] {
    width: 100%;
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 29em;
}

.component[data-component="crumbs.basic"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="crumbs.basic"] {
    width: var(--container-width);
    display: flex;
}

.component__items[data-component="crumbs.basic"] {
    width: 100%;
}

.items[data-component="crumbs.basic"] {
    /* display: flex; */
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 1vw;
    gap: 1em;
}

.items__text-item[data-component="crumbs.basic"] {
    flex-shrink: 0;
    display: flex;
    width: max-content;
    color: #ffffff;

    font-size: 4vw;
    font-weight: 400;
}

.items__divider[data-component="crumbs.basic"] {
    color: #ffffff;
    font-size: 4vw;
    font-weight: 400;
}

.items__divider_active[data-component="crumbs.basic"] {
    color: #ffe59b;
    display: inline;
}

@media screen and (max-width: 899px) {
    .items__divider_active[data-component="crumbs.basic"] {
        margin-right: 2vw;
    }
}

.items__text-item_active[data-component="crumbs.basic"] {
    color: #ffe59b;
}

.items__anchor-item[data-component="crumbs.basic"] {
    flex-shrink: 0;
    width: max-content;
    display: flex;

    font-size: 4vw;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.component_l-page-favorites[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-assignment[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-cart[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-product[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-repair[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-contacts[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-about[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-catalog[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25.7em;
}

.component_l-page-catalogs[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-reviews[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 50em;
}

.component_l-page-home[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component_l-page-favorites[data-component="footer.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-top: 25em;
}

.component[data-component="footer.basic"] {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.component__content[data-component="footer.basic"] {
    width: var(--container-width);
    font-size: 1vw;
}

.content[data-component="footer.basic"] {
    display: grid;
}

.content__section[data-component="footer.basic"] {
}

.content__section-1[data-component="footer.basic"] {
    width: 100%;
}

.section-1[data-component="footer.basic"] {
    display: flex;
    flex-direction: column;
    font-size: 6.2vw;
    line-height: 1.2;
    gap: 1.15em;
}

.section-1__item[data-component="footer.basic"] {
    font-size: inherit;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}

.content__section-2[data-component="footer.basic"] {
    width: 100%;
}

.section-2[data-component="footer.basic"] {
    display: flex;
    flex-direction: column;
    font-size: 6.2vw;
    line-height: 1.2;
    gap: 1.15em;
    margin-top: 2.6em;
}

.section-2__item[data-component="footer.basic"] {
    font-size: inherit;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
}

.content__section-3[data-component="footer.basic"] {
    width: 100%;
    min-width: 0;
    margin-top: 2.6em;
}

.section-3[data-component="footer.basic"] {
    display: flex;
    flex-direction: column;
    font-size: 6.2vw;
    gap: 1.3em;
    line-height: 1.3;
}

.section-3__text-label[data-component="footer.basic"] {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 6.2vw;
}

.section-3__lt-label[data-component="footer.basic"] {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 6.2vw;
}

.section-3__lt-label-text[data-component="footer.basic"] {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

@media screen and (max-width: 899px) {
    .section-3__lt-label-text_d[data-component="footer.basic"] {
        display: none;
    }
}

.section-3__lt-label-lines_m[data-component="footer.basic"] {
}

.section-3__lt-label-lines[data-component="footer.basic"] {
}

.section-3__items[data-component="footer.basic"] {
    display: flex;
    flex-direction: column;
    font-size: 6.2vw;
    gap: 0.5em;
}

.section-3__item-1[data-component="footer.basic"] {
    display: flex;
    font-size: 6.2vw;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.section-3__item-1:last-child {
    margin-top: 0.2em;
}

.section-3__item-1_a_s[data-component="footer.basic"] {
    align-items: flex-start;
}

.section-3__item-1_a_c[data-component="footer.basic"] {
    align-items: center;
}

.section-3__link-item[data-component="footer.basic"] {
    line-height: 1.3;
    font-size: 6.2vw;
    font-weight: 400;
    text-decoration: none;
    color: #ffe59b;
}

.section-3__link-hint-item[data-component="footer.basic"] {
    line-height: 1.3;
    font-size: 6.2vw;
    font-weight: 400;
    text-decoration: none;
    color: #ffe59b;
}

.section-3__link-hint-item[data-component="footer.basic"] {
    display: flex;
    flex-direction: column;
    width: max-content;
}

.section-3__link-hint-item-hint[data-component="footer.basic"] {
    font-size: 4vw;
    margin-left: auto;
    margin-right: auto;
}

.section-3__link-item_1[data-component="footer.basic"] {
    font-size: 5.3vw;
}

.section-3__text-item[data-component="footer.basic"] {
    font-weight: 400;
    text-decoration: none;
    color: #ffe59b;
    line-height: 1.3;
    white-space: pre-line;
}

.section-3__text-item_1[data-component="footer.basic"] {
    font-size: 5.3vw;
}

.section-3__link-item_1_upper[data-component="footer.basic"] {
    text-transform: uppercase;
}

.section-3__link-item_1_size-1[data-component="footer.basic"] {
    font-size: 3.7vw;
}

.content__section-4[data-component="footer.basic"] {
    width: 100%;
}

.section-4[data-component="footer.basic"] {
    display: flex;
    /* grid-template-columns: repeat(5, auto); */
    font-size: 1vw;
    /* grid-column-gap: 2em; */
    margin-top: 17em;
    gap: 4em;
}

.section-4__item[data-component="footer.basic"] {
    min-width: 0;
    width: 100%;
    display: flex;
    width: max-content;
}

.section-4__image[data-component="footer.basic"] {
    width: 13.1vw;
    height: auto;
    color: #ffffff;
}

.content__section-5[data-component="footer.basic"] {
    width: 100%;
    font-size: 1vw;
    margin-top: 23em;
}

.section-5[data-component="footer.basic"] {
    display: flex;
}

.section-5__item[data-component="footer.basic"] {
    width: 58%;
}

.component__foot[data-component="footer.basic"] {
    background-color: #000000;
    width: 100%;
    font-size: 1vw;
    margin-top: 23em;
    padding: 4em 0;
}

.foot[data-component="footer.basic"] {
    display: flex;
    justify-content: center;
}

.foot__content[data-component="footer.basic"] {
    line-height: 1.3;
    font-size: 4vw;
    color: #ffffff;
    text-transform: uppercase;
    width: var(--container-width);
}

.component_l-page-assignment[data-component="header.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    position: relative;
    z-index: 2;
    height: max-content;
}

.component_l-page-cart[data-component="header.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    position: relative;
    z-index: 2;
    height: max-content;
}

.component_l-page-repair[data-component="header.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    position: relative;
    z-index: 2;
    height: max-content;
}

.component_l-page-product[data-component="header.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    position: relative;
    z-index: 2;
    height: max-content;
}

.component_l-page-catalogs[data-component="header.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    position: relative;
    z-index: 2;
    height: max-content;
}

.component_l-page-reviews[data-component="header.basic"] {
    font-size: 1vw;
    --container-width: 90%;
    position: relative;
    z-index: 2;
    height: max-content;
}

.component_l-page-home[data-component="header.basic"] {
    font-family: var(--font-family-1);
    font-size: 1vw;
    --container-width: 90%;
    z-index: 10;
    height: 17vw;
    position: fixed;
    top: 0;
}

.component[data-component="header.basic"] {
    display: flex;
    width: 100%;
}

.component__section-2[data-component="header.basic"] {
    width: 100%;
}

.section-2__content[data-component="header.basic"] {
    width: var(--container-width);
    justify-content: space-between;
    display: flex;
    font-size: 1vw;
    gap: 3.6em;
    padding: 5em 0;
    align-items: center;
}

.section-2__section[data-component="header.basic"] {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    align-items: center;
    font-size: 1vw;
    gap: 6.5em;
    position: relative;
}

.section-2__anchor[data-component="header.basic"] {
    display: flex;
    position: absolute;
    right: 25vw;
    width: 7.5vw;
    z-index: 2;
}

.section-2__anchor_state-hidden[data-component="header.basic"] {
    display: none;
}

.section-2__anchor-icon[data-component="header.basic"] {
    width: 100%;
    color: #262522;
}


.section-2__icon-button[data-component="header.basic"] {
    display: flex;
    padding: 0;
    border: none;
    background-color: transparent;
}

.section-2__indicator-button[data-component="header.basic"] {
    display: flex;
    padding: 0;
    border: none;
    background-color: transparent;
    text-decoration: none;
}


.section-2__icon-button_role-phone[data-component="header.basic"] {
    position: absolute;
    width: 11vw;
    right: 37vw;
    z-index: 2;
}

.section-2__indicator-button_role-cart[data-component="header.basic"] {
    position: absolute;
    width: 9.5vw;
    right: 24vw;
    z-index: 2;
}


.section-2__icon-button_state-hidden[data-component="header.basic"] {
    display: none;
}

.section-2__icon-button-icon[data-component="header.basic"] {
    width: 100%;
    color: #262522;
}

.section-2__indicator-button-icon[data-component="header.basic"] {
    width: 100%;
    color: #262522;
    position: relative;
    z-index: 1;
}


.section-2__indicator-button-indicator[data-component="header.basic"] {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    top: 0;
    right: 0;
    aspect-ratio: 1;
    color: white;
    background-color: #ffc61f;
    min-width: 51%;
    width: max-content;
    transform: translateY(-25%) translateX(25%);
    font-size: 3vw;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-2__indicator-button-indicator_hidden[data-component="header.basic"] {
    display: none;
}

.section-2__indicator-button_hidden[data-component="header.basic"] {
    display: none;
}


.section-2[data-component="header.basic"] {
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.57);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.section-2__logo[data-component="header.basic"] {
    display: flex;
    flex-shrink: 0;
    font-size: 1vw;
    height: 6.5em;
    width: 46%;
    transition: width 250ms ease-out;
    overflow: hidden;
    position: relative;
}

.section-2__logo.--state-collapsed[data-component="header.basic"] {
    width: 6.87vw;
}

.section-2__logo-figure[data-component="header.basic"] {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section-2__logo-figure_state-hidden[data-component="header.basic"] {
}

.section-2__logo-figure_2[data-component="header.basic"] {
}

.section-1 {
    display: none;
}

.section-1__anchor[data-component="header.basic"] {
    font-size: calc(var(--pixelratio) * 22);
    color: darkblue;
    text-decoration: none;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    font-weight: 800;
}

.section-1__anchor[data-component="header.basic"]:hover {
    color: darkblue;
}

.section-2__search[data-component="header.basic"] {
    position: relative;
    font-size: 1vw;
    min-width: 9em;
}

.search[data-component="header.basic"] {
    display: flex;
}

.search__image-container[data-component="header.basic"] {
    position: absolute;
    width: 9.58vw;
    aspect-ratio: 1;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: block;
    outline: none;
    border: none;
    background-color: transparent;
}

.search__image[data-component="header.basic"] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search__field-wrapper[data-component="header.basic"] {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 10.5vw;
}

.search__field[data-component="header.basic"] {
    transition: transform 250ms ease;
    transform: translateX(100%);
    padding: 0;
    outline: none;
    border: none;
    font-size: 5vw;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    background-color: transparent;
    padding: 0.6em 0.5em;
}

.search__field.--state-expanded[data-component="header.basic"] {
    transform: translateX(0);
}

.search__line[data-component="header.basic"] {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    transition: transform 250ms ease;
    transform-origin: bottom right;
}

.search__line.--state-expanded[data-component="header.basic"] {
    transform: scaleX(1);
}

.search__result {
    position: absolute;
    background-color: #ffffff;
    top: calc(100% + 5vw);
    width: 100%;
}

.s-result {
    display: flex;
    flex-direction: column;
    font-size: 5vw;
    gap: 0.5em;
}

.s-result.--state-expanded {
    padding: 0.5em 1em;
}

.s-results__item {
    width: 100%;
    font-size: 5vw;
    font-weight: 400;
    color: #777777;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.2em;
}

.s-results__item-icon {
    width: 6.2vw;
    flex-shrink: 0;
}

.s-results__item-text {
    font-weight: inherit;
    font-size: inherit;
    color: #777777;
    text-decoration: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-2__button[data-component="header.basic"] {
    width: 10vw;
    padding: 0;
    height: max-content;
    background-color: transparent;
    outline: none;
    border: none;
    color: #1f1f1f;
}

.section-2__button_hidden[data-component="header.basic"] {
    visibility: hidden;
}

.section-2__icon[data-component="header.basic"] {
}

.body[data-component="page.home"] {
    width: 100%;
    height: 100%;
    font-family: var(--font-family-1);
    line-height: 1;
}

.body__rest[data-component="page.home"] {
    width: 100%;
    min-width: 0;
    background-color: #0b1111;
    position: relative;
    z-index: 1;
}

.body__header-hero[data-component="page.home"] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.body__about[data-component="page.home"] {
}

.component_l-page-about--1[data-component="head.hint-title"] {
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 24em;
}

.component_l-page-home-2[data-component="head.hint-title"] {
    --container-width: 90%;
}

.component_l-form-consultation[data-component="head.hint-title"] .content__top {
    margin-bottom: 7em;
}

.body__categories-2-hint-title[data-component="page.home"] {
}

.body__head-info-icons-button[data-component="page.home"] {
    font-size: 1vw;
    margin-top: 25em;
    --container-width: 90%;
}

.body__head-info-icons-button[data-component="page.home"] {
}

.body__head-reviews-button[data-component="page.home"] {
    font-size: 1vw;
    margin-top: 23.5em;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 25em;
    display: flex;
    flex-direction: column;
}

.body__head-files-carousel[data-component="page.home"] {
    font-size: 1vw;
    margin-top: 25em;
    margin-bottom: 25em;
}

.body__hero[data-component="page.home"] {
    width: 100%;
    position: relative;
    aspect-ratio: 0.5;
}

.component_l-home-page-home[data-component="hero.basic"] {
    height: 100%;
    align-items: flex-end;
    --container-width: 90%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.component__image[data-component="hero.basic"] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.component__image-figure[data-component="hero.basic"] {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.component__image-figure:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 60%,
            rgba(0, 0, 0, 1) 100%
    );
    z-index: 2;
}

.component[data-component="hero.basic"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="hero.basic"] {
    width: var(--container-width);
    position: relative;
    z-index: 2;
    padding-bottom: 27%;
}

.component__image[data-component="hero.basic"] {
}

.component__section[data-component="hero.basic"] {
    width: 100%;
}

.section[data-component="hero.basic"] {
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}

.section__title[data-component="hero.basic"] {
    font-size: 9.375vw;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-1);
    text-transform: uppercase;
    width: 100%;
}

.section__description[data-component="hero.basic"] {
    font-size: 5vw;
    font-weight: 400;
    color: var(--color-1);
    width: 100%;
    margin-top: 1em;
    line-height: 1.2;
}

.section__action:any-link[data-component="hero.basic"] {
    background-color: var(--color-2);
    color: var(--color-3);
    text-decoration: none;
    font-size: 1em;
    padding: 0.5em 1.5em;
    font-weight: 500;
    font-size: 5.6vw;
    line-height: 1;
    text-align: center;
    padding: 1em 0;
    margin-top: 0.8em;
}

.component_l-page-catalog[data-component="cards.categories"] {
    --container-width: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1vw;
    margin-top: 9em;
}

.component_l-home-page-home[data-component="cards.categories"] {
    --container-width: 90%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.component[data-component="cards.categories"] {
}

.component__content[data-component="cards.categories"] {
    width: var(--container-width);
}

.content[data-component="cards.categories"] {
}

.items[data-component="cards.categories"] {
    font-size: 1vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 4.4em;
}

.content__items[data-component="cards.categories"] {
    width: 100%;
}

.item[data-component="cards.categories"] {
    aspect-ratio: 1.52;
    width: 100%;
    min-width: 0;
    padding-left: 6%;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #707170;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
}

.item__text[data-component="cards.categories"] {
    font-size: 4vw;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-1);
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.item[data-component="cards.categories"]:active {
    background-color: #ffd55c;
}

.item[data-component="cards.categories"]:active
.item__text[data-component="cards.categories"] {
    color: #ffffff;
}

.item[data-component="cards.categories"]:active
.item__image[data-component="cards.categories"] {
    filter: grayscale(0);
}

.item__figure[data-component="cards.categories"] {
    position: absolute;
    z-index: 1;
}

.item__image[data-component="cards.categories"] {
    height: max-content;
    width: 100%;
    object-fit: contain;
    filter: grayscale(1);
}

.item__figure_1[data-component="cards.categories"] {
    width: 54%;
    right: 0;
    top: 17%;
}

.item__text_1[data-component="cards.categories"] {
    max-width: 10em;
}

.item__figure_2[data-component="cards.categories"] {
    width: 56%;
    right: 0;
    top: 0%;
}

.item__text_2[data-component="cards.categories"] {
    width: 10em;
}

.item__figure_3[data-component="cards.categories"] {
    right: 0;
    width: 50%;
    top: 7%;
}

.item__text_3[data-component="cards.categories"] {
    width: 10em;
}

.item__text_4[data-component="cards.categories"] {
    width: 10em;
}

.item__figure_4[data-component="cards.categories"] {
    right: 0;
    width: 59%;
}

.item__text_5[data-component="cards.categories"] {
    width: 10em;
}

.item__figure_5[data-component="cards.categories"] {
    width: 48%;
    right: 0;
    top: 29%;
}

.item__figure_6[data-component="cards.categories"] {
    right: 0;
    width: 67%;
    top: -1%;
}

.item__text_6[data-component="cards.categories"] {
    width: 11em;
}

.item__text_7[data-component="cards.categories"] {
    width: 8rem;
}

.item__figure_7[data-component="cards.categories"] {
    right: 0;
    width: 43%;
}

.item__figure_8[data-component="cards.categories"] {
    right: 0;
    top: 24%;
    width: 43%;
}

.item__text_8[data-component="cards.categories"] {
    width: 8rem;
}

@media screen and (min-width: 900px) {
    .items[data-component="cards.categories"] {
        font-size: 1em;
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 1em;
        grid-column-gap: 2em;
        grid-row-gap: 2em;
    }

    .item[data-component="cards.categories"] {
        aspect-ratio: 0.5;
        width: 100%;
        min-width: 0;
    }
}

.component_l-page-home-2 .content__top[data-component="head.hint-title"] {
    margin-bottom: 9em;
}

.component_l-page-home[data-component="head.hint-title"] {
    --container-width: 90%;
    font-size: 1vw;
    margin-top: 26.3em;
}

.component[data-component="head.hint-title"] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.component_l-info-about[data-component="head.hint-title"] {
}

.component__content[data-component="head.hint-title"] {
    width: var(--container-width);
}

.content[data-component="head.hint-title"] {
}

.top[data-component="head.hint-title"] {
    display: flex;
}

.content__top[data-component="head.hint-title"] {
    align-items: center;
    font-size: 1vw;
    margin-bottom: 5em;
    gap: 1.5em;
}

.component_l-page-home[data-component="head.hint-title"]
.content__top[data-component="head.hint-title"] {
    margin-bottom: 8.4em;
}

.top__icon[data-component="head.hint-title"] {
}

.top__text[data-component="head.hint-title"] {
    color: #ffffff;
    font-size: 4vw;
    font-weight: 500;
    text-transform: uppercase;
}

.content__top-image[data-component="head.hint-title"] {
    width: 5.3vw;
}

.content__title[data-component="head.hint-title"] {
}

.title[data-component="head.hint-title"] {
    line-height: 1.2;
    font-size: 0;
}

.title__term_accent[data-component="head.hint-title"] {
    font-weight: 700;
    color: var(--color-2);
    text-transform: uppercase;
    font-size: 7.8vw;
    white-space: pre-wrap;
}

.title__term[data-component="head.hint-title"] {
    font-weight: 700;
    font-size: 7.8vw;
    color: #ffffff;
    text-transform: uppercase;
    white-space: pre-wrap;
}

.component[data-component="info.about"] {
    position: relative;
    background-color: var(--color-4);
}

.component__content[data-component="info.about"] {
    position: relative;
    background-color: var(--color-4);
    width: 100%;
    font-size: 1vw;
    padding-top: 26em;
    padding-bottom: 26em;
}

.component__section-1[data-component="info.about"] {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    align-items: center;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.section-1__head[data-component="info.about"] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.component__description[data-component="info.about"] {
    color: var(--color-1);
    font-size: 5vw;
    font-weight: 400;
    width: var(--container-width);
    margin-top: 1.9em;
    line-height: 1.2;
    white-space: pre-line;
}

.section-2__image_not_m[data-component="info.about"] {
    display: none;
}

.section-2[data-component="info.about"] {
}

.component__section-2[data-component="info.about"] {
}

.section-2__figure[data-component="info.about"] {
    width: 100%;
    aspect-ratio: 1;
}

.section-2__image[data-component="info.about"] {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.component__section-2.section-2[data-component="info.about"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.title__term[data-component="info.about"] {
    font-weight: 700;
}

.component_l-home-page-home[data-component="info.about"] {
    font-size: 1vw;
    padding-top: 0;
    padding-bottom: 0;
    --container-width: 90%;
}

.component_l-home-page-home[data-component="info.numbers-benefits"] {
    font-size: 1vw;
    padding-top: 25em;
    --container-width: 90%;
}

.component[data-component="info.numbers-benefits"] {
}

.component__content[data-component="info.numbers-benefits"] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.component__items[data-component="info.numbers-benefits"] {
    width: var(--container-width);
    font-size: 1vw;
    margin-top: 11em;
    display: grid;
    grid-row-gap: 10em;
}

.component__item[data-component="info.numbers-benefits"] {
}

.item[data-component="info.numbers-benefits"] {
    display: flex;
    font-size: 1vw;
    gap: 3em;
    align-items: center;
}

.item__number[data-component="info.numbers-benefits"] {
}

.item__description[data-component="info.numbers-benefits"] {
    font-size: 4.37vw;
    color: #ffffff;
    font-weight: 400;
    height: max-content;
    line-height: 1.2;
}

.item__number[data-component="info.numbers-benefits"] {
    color: #ffe59b;
    font-size: 18.7vw;
    font-weight: 600;
}

.item__text_4[data-component="cards.categories-2"] {
    max-width: 8em;
}

.item__text_3[data-component="cards.categories-2"] {
    max-width: 9em;
}

.component_l-home-page-home[data-component="cards.categories-2"] {
    --container-width: 90%;
    width: 100%;
    font-size: 1vw;
    margin-top: 9em;
}

.component[data-component="cards.categories-2"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.component__content[data-component="cards.categories-2"] {
    width: var(--container-width);
}

.content[data-component="cards.categories-2"] {
}

.content__items[data-component="cards.categories-2"] {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    font-size: 1vw;
    grid-row-gap: 4.4em;
}

.items__item[data-component="cards.categories-2"] {
    background-color: #707170;
    display: flex;
    position: relative;
    text-decoration: none;
    aspect-ratio: 1.53;
    position: relative;
    align-items: center;
}

.items[data-component="cards.categories-2"] {
}

.item__section[data-component="cards.categories-2"] {
}

.item__text[data-component="cards.categories-2"] {
}

.item__hint[data-component="cards.categories-2"] {
}

.item__figure[data-component="cards.categories-2"] {
    position: absolute;
    width: 1%;
}

.item__image[data-component="cards.categories-2"] {
    width: 100%;
}

.items__item[data-component="cards.categories-2"] {
}

.item__text[data-component="cards.categories-2"] {
    font-size: 4vw;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.item__section[data-component="cards.categories-2"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding-left: 7%;
    font-size: 1vw;
}

.item__hint[data-component="cards.categories-2"] {
    font-size: 4.7vw;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    transform: translateY(2em);
}

.item__figure.item_figure_1[data-component="cards.categories-2"] {
    width: 45%;
    right: 0;
}

.item__figure.item_figure_2[data-component="cards.categories-2"] {
    width: 44%;
    right: 0;
}

.item__figure.item_figure_3[data-component="cards.categories-2"] {
    right: -2%;
    width: 50%;
    top: 23%;
}

.item__figure.item_figure_6[data-component="cards.categories-2"] {
    width: 42%;
    right: 2%;
    top: 35%;
}

.item__figure.item_figure_5[data-component="cards.categories-2"] {
    width: 36%;
    top: 45%;
    right: 5%;
}

.item__figure.item_figure_4[data-component="cards.categories-2"] {
    right: 5%;
    top: 44%;
    width: 38%;
}

.item__figure.item_figure_9[data-component="cards.categories-2"] {
    right: 3%;
    width: 42%;
    top: 47%;
}

.item__figure.item_figure_7[data-component="cards.categories-2"] {
    right: 6%;
    top: 38%;
    width: 37%;
}

.item__figure.item_figure_8[data-component="cards.categories-2"] {
    right: 4%;
    width: 39%;
    top: 46%;
}

.component_l-page-repair[data-component="info.icons"] {
    font-size: 1vw;
    margin-top: 1em;
    --container-width: 90%;
}

.component_l-page-home[data-component="info.icons"] {
    font-size: 1vw;
    margin-top: 1em;
    --container-width: 90%;
}

.component[data-component="info.icons"] {
    display: flex;
    justify-content: center;
}

.component__content[data-component="info.icons"] {
    width: var(--container-width);
}

.component__items[data-component="info.icons"] {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 1vw;
    margin-top: 7em;
    grid-row-gap: 6em;
}

.items[data-component="info.icons"] {
}

.items__item[data-component="info.icons"] {
    font-size: 1vw;
    gap: 5.5em;
}

.item[data-component="info.icons"] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item__icon[data-component="info.icons"] {
}

.item__description[data-component="info.icons"] {
    font-size: 4.3vw;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    width: 100%;
    max-width: 77%;
}

.item__description_3[data-component="info.icons"] {
    max-width: 80%;
}

.item__image[data-component="info.icons"] {
    width: 18.7vw;
}

.component_l-home-page-home[data-component="button.text-button"] {
    --container-width: 90%;
    margin-top: 9em;
    font-size: 1vw;
}

.component[data-component="button.text-button"] {
    display: flex;
    justify-content: center;
}

.button[data-component="button.text-button"] {
    cursor: pointer;
    width: var(--container-width);
    background-color: var(--color-2);
    color: #000000;
    font-size: 5.6vw;
    font-weight: 600;
    display: flex;
    outline: none;
    border: none;
    justify-content: center;
    padding: 1.1em 0;
    font-family: inherit;
    line-height: 1;
}

.button[data-component="button.text-button"]:hover {
    background-color: #ffffff;
    color: #000000;
}

.component[data-component="carousel.reviews"] {
}

.component__slide[data-component="carousel.reviews"] {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: var(--slide-width);
}

.component__content[data-component="carousel.reviews"] {
    width: 100%;
}

.component__slider[data-component="carousel.reviews"] {
    width: var(--slider-width);
    max-width: var(--slider-width);
    scroll-snap-type: y proximity;
    display: flex;
    padding-right: 0;
}

.component_l-page-home[data-component="carousel.reviews"] {
    font-size: 1vw;
    margin-top: 9em;
    --slider-width: calc(100%);
    /*--slide-width: 100%;*/
    --slide-width: 90vw;
    width: 95%;
    margin-left: auto;
}

.content[data-component="carousel.reviews"] {
    display: flex;
    justify-content: flex-end;
}

.content__slider[data-component="carousel.reviews"] {
    width: 100%;
    font-size: 1vw;
}

.splide[data-component="carousel.reviews"] {
}

.splide__track[data-component="carousel.reviews"] {
}

.splide__list[data-component="carousel.reviews"] {
}

.splide__slide[data-component="carousel.reviews"] {
}

.slide[data-component="carousel.reviews"] {
}

.slide__container[data-component="carousel.reviews"] {
    background-color: #707170;
    width: calc(100% - 3vw);
}

.slide__item[data-component="carousel.reviews"] {
    font-size: 1vw;
    padding-top: 8em;
    padding-bottom: 8em;
}

.item[data-component="carousel.reviews"] {
    display: flex;
    flex-direction: column;
}

.item__cap[data-component="carousel.reviews"] {
    font-size: 1vw;
    padding-left: 8%; /* padding-top: 8em; */
    display: flex;
    gap: 3em;
}

.cap[data-component="carousel.reviews"] {
    display: flex;
    align-items: center;
}

.cap__figure[data-component="carousel.reviews"] {
    border-radius: 50%;
    width: 17em;
    aspect-ratio: 1;
    background-color: #ffe59b;
    flex-shrink: 0;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cap__image[data-component="carousel.reviews"] {
    width: 59%;
}

.cap__section[data-component="carousel.reviews"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    gap: 4em;
}

.cap__title[data-component="carousel.reviews"] {
    font-size: 6.2vw;
    color: #ffffff;
    font-weight: 7;
}

.cap__hint[data-component="carousel.reviews"] {
    font-size: 4.6vw;
    font-weight: 500;
    color: #ffe59b;
}

.item__content[data-component="carousel.reviews"] {
    font-weight: 400;
    font-size: 5vw;
    color: #ffffff;
    padding-left: 8%;
    padding-right: 8%;
    line-height: 1.2;
    margin-top: 0.9em;
}

.item__link[data-component="carousel.reviews"] {
    font-size: 4.6vw;
    text-decoration: none;
    color: #ffe59b;
    display: flex;
    margin-top: 1em;
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    max-width: 15em;
    line-height: 1.2;
    font-weight: 5;
}

.component_l-home-page[data-component="carousel.files"] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1vw;
    width: 100%;
    --container-width: 95%;
    margin-top: 9em;
}

.component[data-component="carousel.files"] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.component__content[data-component="carousel.files"] {
    width: var(--container-width);
}

.component[data-component="carousel.files"] {
}

.component__content[data-component="carousel.files"] {
}

.content[data-component="carousel.files"] {
}

.content__slider[data-component="carousel.files"] {
}

.splide[data-component="carousel.files"] {
}

.splide__track[data-component="carousel.files"] {
}

.splide__list[data-component="carousel.files"] {
}

.splide__slide[data-component="carousel.files"] {
}

.component__slide[data-component="carousel.files"] {
}

.slide[data-component="carousel.files"] {
}

.slide__container[data-component="carousel.files"] {
    /*width: 100%;*/
    width: 90vw;
    padding-right: 3vw;
}

.slide__item[data-component="carousel.files"] {
    border-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    font-size: 5vw;
    justify-content: space-between;
    align-items: center;
    aspect-ratio: 3.6;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.item[data-component="carousel.files"] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.item__text[data-component="carousel.files"] {
    font-weight: 700;
    color: #ffffff;
    font-size: 5vw;
    flex-grow: 1;
    text-align: center;
}

.item__image[data-component="carousel.files"] {
    width: 9vw;
    color: #ffffff;
}

.component_l-page-assignment[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
    margin-top: 23.5em;
}

.component_l-page-cart[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
    margin-top: 23.5em;
}

.component_l-page-product[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
    margin-top: 23.5em;
}

.component_l-page-repair[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
    margin-top: 23.5em;
}

.component_l-page-catalog[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
    margin-top: 23.5em;
}

.component_l-page-about[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
    margin-top: 20em;
}

.component_l-page-payment-and-delivery[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
}

.component_l-page-privacy-policy[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
}

.component_l-page-contacts[data-component="form.consultation-form"] {
    font-size: 1vw;
    --container-width: 90%;
    padding-top: 25em;
    padding-bottom: 25em;
}

.component_l-page-home[data-component="form.consultation-form"] {
    font-size: 5vw;
    --container-width: 90%;
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 5em;
}

.component[data-component="form.consultation-form"] {
    position: relative;
    display: flex;
    justify-content: center;
}

.content[data-component="form.consultation-form"] {
    position: relative;
    z-index: 2;
}

.content__section[data-component="form.consultation-form"] {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1vw;
}

.section[data-component="form.consultation-form"] {
}

.section__form[data-component="form.consultation-form"] {
}

.section__divider[data-component="form.consultation-form"] {
    width: 100%;
    font-size: 1vw;
    height: 8em;
}

.form[data-component="form.consultation-form"] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.form__text-field[data-component="form.consultation-form"]
+ .form__text-field[data-component="form.consultation-form"] {
    margin-top: 6em;
}

.form__file[data-component="form.consultation-form"] {
}

.file[data-component="form.consultation-form"] {
}

.file-area[data-component="form.consultation-form"] {
    font-size: 1vw;
    padding-top: 7em;
    margin-top: 7em;
    width: var(--container-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-width: 1px;
    border-style: dashed;
    border-color: #ffffff;
    padding-bottom: 9em;
    position: relative;
    z-index: 2;
}

.file-area__section[data-component="form.consultation-form"] {
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    width: 100%;
    align-items: center;
    gap: 2em;
    position: relative;
    z-index: 1;
}

.file-area__preview[data-component="form.consultation-form"] {
    width: 7%;
    color: #ffffff;
}

.file-area__preview-text[data-component="form.consultation-form"] {
    font-weight: 400;
    font-size: 4.7vw;
    color: rgba(255, 255, 255, 0.6);
    width: 9em;
    text-align: center;
    line-height: 1.2;
}

.file-area__input[data-component="form.consultation-form"] {
    display: none;
}

.form__area-field[data-component="form.consultation-form"] {
}

.area-field__area[data-component="form.consultation-form"]:focus {
    border-color: #ffc61f;
}

.area-field[data-component="form.consultation-form"] {
    width: var(--container-width);
    display: flex;
    font-size: 1vw;
    margin-top: 8em;
}

.area-field__area[data-component="form.consultation-form"] {
    width: 100%;
    background-color: transparent;
    outline: none;
    font-size: 4.7vw;
    font-weight: 400;
    padding: 0.45em 0.6em;
    border: 1px solid #ffffff;
    min-height: 7.1em;
    color: #ffffff;
}

.area-field__area[data-component="form.consultation-form"]::placeholder {
    max-width: 10em;
}

.form__text-field[data-component="form.consultation-form"] {
    position: relative;
}

.text-field[data-component="form.consultation-form"] {
    display: flex;
    width: var(--container-width);
}

.text-field__input[data-component="form.consultation-form"] {
    font-size: 4.7vw;
    font-weight: 400;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    color: #ffffff;
    padding: 0.45em 0.6em;
}

.text-field__input[data-component="form.consultation-form"]:focus {
    border-bottom-color: #ffc61f;
}

.text-field__button[data-component="form.consultation-form"] {
    font-size: 5.6vw;
    width: var(--container-width);
    display: flex;
    outline: none;
    border: none;
    line-height: 1;
    justify-content: center;
    align-items: center;
    margin-top: 1.6em;
    background-color: var(--color-2);
    color: #000000;
    font-weight: 500;
    font-family: inherit;
    padding: 1em 1em;
}

.text-field__input_invalid[data-component="form.consultation-form"] {
    border-bottom-color: rgba(255, 86, 97, 1);
}

.component__picture[data-component="form.consultation-form"] {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.file-area__section.file-area__section_hidden[data-component="form.consultation-form"] {
    visibility: hidden;
    tab-index: -1;
    pointer-events: none;
    z-index: -1;
}

.file-area__preview-2[data-component="form.consultation-form"] {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
    position: absolute;
}

.file-area__image[data-component="form.consultation-form"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.component__image_sm {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 899px) {
    .component__image_l[data-component="form.consultation-form"] {
        display: none;
    }
}

#to-top {
    text-align: center;
}

#to-top svg {
    width: calc(var(--pixelratio) * 53);
    cursor: pointer;
}

#to-top rect,
#to-top path {
    pointer-events: none;
}

.component__image[data-component="form.consultation-form"] {
}

.component[data-component="form.consultation-form"] {
}

.page-privacy-policy {
    margin: 0 auto;
    width: calc(var(--container-width) / 1.09);
    font-size: calc(var(--pixelratio) * 30);
    margin-top: 3.3rem;
    margin-bottom: 3.3rem;
    color: #fff;
}

.term-container {
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.term-container .cross-icon {
    font-size: 1.4rem;
    margin-right: 0.7rem;
    cursor: pointer;
}

.range-item__title.filters {
    margin-top: 2rem;
}

.expander-item {
    background-color: #fff;
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
}

.expander-items .expander-name {
    color: #000;
    font-size: 1.2rem;
    padding-left: 6px;
    margin-bottom: 10px;
}

.expander-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expander-items {
    margin-top: 1.15rem;
    display: none;
}

.expander-items.active {
    display: block;
}

.expander-items .leaf-button {
    color: #000;
    font-size: 1.2rem;
    padding: 0 5px;
}

.expander-items .expander-items {
    padding-left: 8px;
}

.leaf-button.no-expander {
    background-color: #fff;
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
    color: #000;
}

.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 auto;
}

.values {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

#mobile-filter-c-price-slider {
    width: 100%;
}

.result-item a {
    background-color: #e7e7e7;
    display: flex;
    position: relative;
    text-decoration: none;
    aspect-ratio: 1.53;
    position: relative;
    align-items: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(var(--pixelratio) * 23);
    line-height: 1.2;
    padding: 1.1em;
    flex-direction: column;
    height: auto;
    width: 100%;
    box-sizing: border-box;
}

.result-item a:hover {
    background-color: #e7e7e7;
    color: #000;
}

.result-item a:hover .price {
    color: #000;
}

.result-item {
    width: calc(33.33% - 1.34em);
    display: flex;
}

.result-item img {
    width: 100%;
    max-width: 42%;
    margin-bottom: 0.7em;
    mix-blend-mode: multiply;
    flex-grow: 1;
    object-fit: cover;
}

.result-item .price {
    font-weight: 500;
    font-size: calc(var(--pixelratio) * 25);
    line-height: 1.2;
    color: #000;
    text-align: right;
    width: 100%;
    margin-top: 1.2rem;
}

.result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}


.result-item__head {
    display: flex;
    flex-direction: column;
}

.result-item__head-image {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 900px) {
    .result-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .result-item {
        width: 100%;
        min-width: 0;
        align-self: stretch;
    }

    .result-item a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        aspect-ratio: initial;
    }

    .result-item__head {
        display: flex;
        flex-direction: column;
    }

    .result-item img {
        margin-left: auto;
        margin-right: auto;
        max-width: initial;
        width: 42%;
        aspect-ratio: 1;
        flex-grow: 0;
        object-fit: contain;
    }
}









.section-filters__button .filters-button__text,
.section-filters__button svg {
    color: #000;
}


.section-3__item-1[data-component="footer.basic"] {
    flex-wrap: wrap;
}

.section-3__text-label[data-component="footer.basic"],
.section-3__lt-label[data-component="footer.basic"] {
    width: 100%;
}

.section-3__link-item_1_size-1[data-component="footer.basic"],
.section-3__link-item[data-component="footer.basic"],
.section-3__link-hint-item[data-component="footer.basic"],
.section-3__text-item_1[data-component="footer.basic"] {
    font-size: 4.8vw;
}


.component__content[data-component="field.items-tree.tree"] {
    display: flex;
    flex-direction: column;
    font-size: 5.8vw;
    gap: .75em;
}


@media screen and (min-width: 900px) {
    .component[data-component="pagination.basic"] {
    }

    .component_l-page-assignment[data-component="pagination.basic"] {
        width: 100%;
    }

    .content__items[data-component="pagination.basic"] {
        max-width: 100%;
        min-width: 0;
        width: max-content;
        display: flex;
        font-size: calc(var(--pixelratio) * 16);
        gap: 1em;
    }

    .items[data-component="pagination.basic"] {
        display: flex;
    }

    .items__button[data-component="pagination.basic"] {
        min-width: calc(var(--pixelratio) * 65);
        height: calc(var(--pixelratio) * 65);
        font-size: calc(var(--pixelratio) * 25);
    }

    .items__span[data-component="pagination.basic"] {
        min-width: calc(var(--pixelratio) * 65);
        height: calc(var(--pixelratio) * 65);
        font-size: calc(var(--pixelratio) * 25);
    }

    .items__button[data-component="pagination.basic"]:hover {
        background-color: #ffc61f;
        color: #1d2327;
    }

    .items__button_accent[data-component="pagination.basic"] {
    }

    .component__anchor-label.component__anchor-label_level-2[data-component="menu.main.item"] {
        text-decoration: none;
        color: #000000;
        font-size: calc(var(--pixelratio) * 16);
        font-weight: 400;
        line-height: 1.3;
    }

    .component__after[data-component="menu.main.item"] {
        height: 0;
        position: absolute;
        width: calc(100% + 1 * var(--vw) + 2 * var(--vw));
        background-color: #ffffff;
        z-index: -1;
        opacity: 1;
        pointer-events: none;
        transition: height 250ms ease-out;
        top: calc(-0.5 * var(--vw));
        left: calc(-1 * var(--vw));
    }

    .component__after.--active[data-component="menu.main.item"] {
        z-index: 1;
    }

    .component_state-active
    .component__after[data-component="menu.main.item"]:after {
        background-color: #ffffff;
    }

    .body__cards[data-component="page.catalogs"] {
        grid-template-columns: repeat(3, 1fr);
        font-size: calc(1 * var(--vw));
        grid-row-gap: 2.1em;
        grid-column-gap: 2.1em;
        margin-top: 2.9em;
        --container-width: var(--screen-content-width);
        width: calc(0.84 * var(--screen-content-width));
        margin-left: auto;
        margin-right: auto;
    }

    .body[data-component="page.catalogs"] {
    }

    .component_l-page-catalogs[data-component="card.text-icon"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        min-width: 0;
    }

    .component[data-component="card.text-icon"] {
    }

    .component__item[data-component="card.text-icon"] {
        width: var(--container-width);
    }

    .item[data-component="card.text-icon"] {
        border-width: calc(var(--pixelratio) * 1);
        font-size: calc(1 * var(--vw));
        aspect-ratio: 3.5;
        width: 100%;
        padding: 0 5%;
    }

    .item__text[data-component="card.text-icon"] {
        font-size: calc(var(--pixelratio) * 28);
    }

    .item__image[data-component="card.text-icon"] {
        width: calc(var(--pixelratio) * 60);
    }

    .item[data-component="card.text-icon"]:hover
    .item__image[data-component="card.text-icon"] {
        color: #000000;
    }

    .item[data-component="card.text-icon"]:hover
    .item__text[data-component="card.text-icon"] {
        color: #000000;
    }

    .item[data-component="card.text-icon"]:hover {
        background-color: #ffc61f;
    }

    .body[data-component="page.home"] {
        width: 100%;
        height: 100%;
        font-family: var(--font-family-1);
        line-height: 1;

        background-color: #0b1111;
        display: grid;
        grid-template-rows: 100% max-content;
    }

    .body__rest[data-component="page.home"] {
        width: 100%;
        min-width: 0;
    }

    .body__header-hero[data-component="page.home"] {
        width: 100%;
        min-height: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
    }

    .body__about[data-component="page.home"] {
    }

    .component_l-page-about--1[data-component="head.hint-title"] {
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 9.5em;
    }

    .component_l-page-home-2[data-component="head.hint-title"] {
        --container-width: var(--screen-content-width);
    }

    .component_l-page-home-catalog[data-component="head.hint-title"] {
        --container-width: 90%;
    }

    .component_l-form-consultation[data-component="head.hint-title"]
    .content__top {
        margin-bottom: 1.6em;
    }

    .body__categories-2-hint-title[data-component="page.home"] {
    }

    .body__head-info-icons-button[data-component="page.home"] {
        font-size: calc(1 * var(--vw));
        margin-top: 9.8em;
        --container-width: var(--screen-content-width);
    }

    .body__head-info-icons-button[data-component="page.home"] {
    }

    .body__head-reviews-button[data-component="page.home"] {
        font-size: calc(1 * var(--vw));
        margin-top: 10.5em;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        padding-bottom: 9.4em;
        display: flex;
        flex-direction: column;
    }

    .body__head-files-carousel[data-component="page.home"] {
        font-size: calc(1 * var(--vw));
        margin-top: 12.5em;
        margin-bottom: 9.5em;
        width: 100%;
    }

    .body__hero[data-component="page.home"] {
        width: 100%;
        position: relative;
        aspect-ratio: 0.5;
    }

    .component_l-page-catalog[data-component="cards.categories"] {
        --container-width: 90%;
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: calc(1 * var(--vw));
        margin-top: 2.8em;
    }

    .component_l-home-page-home[data-component="cards.categories"] {
        --container-width: var(--screen-content-width);
        width: 100%;
    }

    .component[data-component="cards.categories"] {
    }

    .component__content[data-component="cards.categories"] {
        width: var(--screen-content-width);
    }

    .content[data-component="cards.categories"] {
    }

    .items[data-component="cards.categories"] {
        font-size: calc(1 * var(--vw));
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 2em;
    }

    .content__items[data-component="cards.categories"] {
        width: 100%;
    }

    .item[data-component="cards.categories"] {
        aspect-ratio: 1.61;
        padding-left: 7%;
        font-size: calc(1 * var(--vw));
    }

    .item[data-component="cards.categories"]:hover {
        background-color: #ffd55c;
    }

    .item[data-component="cards.categories"]:hover
    .item__text[data-component="cards.categories"] {
        color: #000000;
    }

    .item[data-component="cards.categories"]:hover
    .item__image[data-component="cards.categories"] {
        filter: grayscale(0);
    }

    .item__text[data-component="cards.categories"] {
        font-size: calc(var(--pixelratio) * 23);
        color: #ffffff;
    }

    .item__figure_1[data-component="cards.categories"] {
        width: 54%;
        right: 0;
        top: 17%;
    }

    .item__text_1[data-component="cards.categories"] {
        max-width: 13em;
        transform: translateY(-0.6em);
    }

    .item__figure_2[data-component="cards.categories"] {
        width: 53%;
        right: 0;
        top: 0%;
    }

    .item__text_2[data-component="cards.categories"] {
        width: 10em;
    }

    .item__figure_3[data-component="cards.categories"] {
        right: 0;
        width: 48%;
        top: 7%;
    }

    .item__text_3[data-component="cards.categories"] {
        width: 10em;
    }

    .item__text_4[data-component="cards.categories"] {
        width: 10em;
        transform: translateY(0.5em);
    }

    .item__figure_4[data-component="cards.categories"] {
        right: 0;
        width: 56%;
    }

    .item__text_5[data-component="cards.categories"] {
        width: 12em;
    }

    .item__figure_5[data-component="cards.categories"] {
        width: 46%;
        right: 0;
        top: 29%;
    }

    .item__figure_6[data-component="cards.categories"] {
        right: 0;
        width: 65%;
        top: 0;
    }

    .item__text_6[data-component="cards.categories"] {
        width: 12em;
    }

    .item__text_7[data-component="cards.categories"] {
        width: max-content;
        max-width: 14em;
    }

    .item__figure_7[data-component="cards.categories"] {
        right: 0;
        width: 42%;
    }

    .item__figure_8[data-component="cards.categories"] {
        right: 0;
        top: 22%;
        width: 45%;
    }

    .item__text_8[data-component="cards.categories"] {
        width: max-content;
        max-width: 11em;
    }

    .component__content[data-component="info.about"] {
        width: calc(
                var(--screen-content-width) + 0.5 * (100vw - var(--screen-content-width))
        );
        display: grid;
        grid-template-columns: 46vw 1fr;
        font-size: calc(1 * var(--vw));
        grid-column-gap: 7%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .component__section-1[data-component="info.about"] {
        --container-width: 100%;
    }

    .section-1__head[data-component="info.about"] {
    }

    .component__description[data-component="info.about"] {
        font-size: calc(var(--pixelratio) * 25);
        width: 100%;
        margin-top: 1.9em;
        line-height: 1.2;
        white-space: pre-line;
    }

    .section-2__image_not_m[data-component="info.about"] {
        display: initial;
    }

    .section-2[data-component="info.about"] {
    }

    .component__section-2[data-component="info.about"] {
    }

    .section-2__figure[data-component="info.about"] {
        width: 100%;
        aspect-ratio: 1;
    }

    .section-2__image[data-component="info.about"] {
        width: 100%;
        height: max-content;
        position: static;
        object-fit: cover;
    }

    .section-2__image_not_m[data-component="info.about"] {
        display: initial;
    }

    .section-2__image_m[data-component="info.about"] {
        display: none;
    }

    .component__section-2.section-2[data-component="info.about"] {
        position: static;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        min-width: 0;
    }

    .component_l-home-page-home[data-component="info.about"] {
        font-size: calc(1 * var(--vw));
        font-weight: 700;
        padding-top: 6.1em;
        padding-bottom: 0;
        --container-width: var(--screen-content-width);
        display: flex;
        justify-content: flex-end;
    }

    .component_l-home-page-home[data-component="info.numbers-benefits"] {
        font-size: calc(1 * var(--vw));
        padding-top: 9.6em;
        --container-width: var(--screen-content-width);
    }

    .component[data-component="info.numbers-benefits"] {
    }

    .component__content[data-component="info.numbers-benefits"] {
    }

    .component__items[data-component="info.numbers-benefits"] {
        width: var(--container-width);
        font-size: calc(1 * var(--vw));
        margin-top: 2.3em;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 10em;
        grid-column-gap: 1em;
    }

    .component__item[data-component="info.numbers-benefits"] {
    }

    .item[data-component="info.numbers-benefits"] {
        font-size: calc(1 * var(--vw));
        gap: 2em;
    }

    .item__number[data-component="info.numbers-benefits"] {
    }

    .item__description[data-component="info.numbers-benefits"] {
        font-size: calc(var(--pixelratio) * 20);
    }

    .item__number[data-component="info.numbers-benefits"] {
        font-size: calc(var(--pixelratio) * 100);
        font-weight: 500;
    }

    .component_l-home-page-home[data-component="hero.basic"] {
        align-items: flex-end;
        --container-width: 90%;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .component__image[data-component="hero.basic"] {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .component__image-figure[data-component="hero.basic"] {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .component__image-figure:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgb(255, 255, 255);
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 60%,
                rgba(0, 0, 0, 1) 100%
        );
        z-index: 2;
    }

    .component[data-component="hero.basic"] {
        display: flex;
        justify-content: center;
    }

    .component__content[data-component="hero.basic"] {
        width: var(--container-width);
        position: relative;
        z-index: 2;
        padding-bottom: 27%;
    }

    .component__image[data-component="hero.basic"] {
    }

    .component__section[data-component="hero.basic"] {
        width: 100%;
    }

    .section[data-component="hero.basic"] {
        display: flex;
        flex-direction: column;
        line-height: 1.4;
    }

    .section__title[data-component="hero.basic"] {
        font-size: 9.375vw;
        line-height: 1.2;
        font-weight: 700;
        color: var(--color-1);
        text-transform: uppercase;
        width: 100%;
    }

    .section__description[data-component="hero.basic"] {
        font-size: 5vw;
        font-weight: 400;
        color: var(--color-1);
        width: 100%;
        margin-top: 1em;
        line-height: 1.2;
    }

    .section__action:any-link[data-component="hero.basic"] {
        background-color: var(--color-2);
        color: var(--color-3);
        text-decoration: none;
        font-size: 1em;
        padding: 0.5em 1.5em;
        font-weight: 500;
        font-size: 5.6vw;
        line-height: 1;
        text-align: center;
        padding: 1em 0;
        margin-top: 0.8em;
    }

    .section__action[data-component="hero.basic"]:any-link:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .component_l-home-page[data-component="carousel.files"] {
        font-size: calc(1 * var(--vw));
        width: 100%;
        --container-width: calc(
                var(--screen-content-width) + 0.5 * (100vw - var(--screen-content-width))
        );
        --slide-width: calc(0.285 * var(--screen-content-width));
        margin-top: 2.1em;
    }

    .component__content[data-component="carousel.files"] {
        width: var(--container-width);
    }

    .component[data-component="carousel.files"] {
    }

    .component__content[data-component="carousel.files"] {
    }

    .content[data-component="carousel.files"] {
    }

    .content__slider[data-component="carousel.files"] {
    }

    .splide[data-component="carousel.files"] {
    }

    .splide__track[data-component="carousel.files"] {
    }

    .splide__list[data-component="carousel.files"] {
    }

    .splide__slide[data-component="carousel.files"] {
    }

    .component__slide[data-component="carousel.files"] {
        width: var(--slide-width);
    }

    .slide[data-component="carousel.files"] {
    }

    .slide__container[data-component="carousel.files"] {
        width: 100%;
        padding-right: calc(var(--pixelratio) * 32);
    }

    .slide__item[data-component="carousel.files"] {
        border-width: 1px;
        font-size: calc(var(--pixelratio) * 28);
        aspect-ratio: 3.1;
        padding-left: 0;
        padding-right: 1.5em;
    }

    .item[data-component="carousel.files"] {
    }

    .item__text[data-component="carousel.files"] {
        font-size: calc(var(--pixelratio) * 28);
    }

    .item__image[data-component="carousel.files"] {
        width: calc(var(--pixelratio) * 60);
    }

    .item[data-component="carousel.files"]:hover {
        background-color: #ffc61f;
    }

    .item[data-component="carousel.files"]:hover
    .item__text[data-component="carousel.files"] {
        color: #000000;
    }

    .item[data-component="carousel.files"]:hover
    .item__image[data-component="carousel.files"] {
        color: #000000;
    }

    .component_l-page-assignment[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-cart[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-payment-and-delivery[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-privacy-policy[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-product[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-about[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 0;
    }

    .component_l-page-favorites[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-contacts[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-catalogs[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-catalog[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component_l-page-reviews[data-component="crumbs.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
    }

    .component[data-component="crumbs.basic"] {
        display: flex;
        justify-content: center;
    }

    .component__content[data-component="crumbs.basic"] {
        width: var(--container-width);
        display: flex;
    }

    .component__items[data-component="crumbs.basic"] {
        width: 100%;
    }

    .items[data-component="crumbs.basic"] {
        font-size: calc(1 * var(--vw));
        gap: 0.3em;
        overflow: hidden;
    }

    .items__text-item[data-component="crumbs.basic"] {
        font-size: calc(var(--pixelratio) * 18);
    }

    .items__divider[data-component="crumbs.basic"] {
        font-size: calc(var(--pixelratio) * 18);
    }

    .items__anchor-item[data-component="crumbs.basic"] {
        font-size: calc(var(--pixelratio) * 18);
    }

    .items__anchor-item[data-component="crumbs.basic"]:hover {
        color: #ffe59b;
    }

    .component_l-page-favorites[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-assignment[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-cart[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-repair[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-payment-and-delivery[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-privacy-policy[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-about[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-contacts[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-catalogs[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-catalog[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component_l-page-reviews[data-component="head.h1"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.3em;
    }

    .component__text[data-component="head.h1"] {
        width: var(--container-width);
        font-size: calc(var(--pixelratio) * 40);
    }

    .body[data-component="page.catalog"] {
        width: 100%;
    }

    .body__head-info-icons[data-component="page.catalog"] {
        font-size: calc(1 * var(--vw));
        margin-top: 9.4em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-product[data-component="info.icons"] {
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-assignment[data-component="info.icons"] {
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-about[data-component="info.icons"] {
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-repair[data-component="info.icons"] {
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-home[data-component="info.icons"] {
        font-size: calc(1 * var(--vw));
        margin-top: 2.2em;
        --container-width: var(--screen-content-width);
    }

    .component__content[data-component="info.icons"] {
        width: var(--container-width);
    }

    .component__items[data-component="info.icons"] {
        grid-template-columns: repeat(4, 1fr);
        font-size: calc(1 * var(--vw));
        margin-top: 0;
        grid-row-gap: 1em;
        grid-column-gap: 3.6em;
    }

    .items[data-component="info.icons"] {
    }

    .items__item[data-component="info.icons"] {
        font-size: calc(1 * var(--vw));
        gap: 2.1em;
    }

    .item[data-component="info.icons"] {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .item__icon[data-component="info.icons"] {
    }

    .item__description[data-component="info.icons"] {
        font-size: calc(var(--pixelratio) * 20);
        text-align: left;
        width: 100%;
        max-width: 77%;
    }

    .item__description_3[data-component="info.icons"] {
        max-width: 80%;
    }

    .item__image[data-component="info.icons"] {
        width: calc(var(--pixelratio) * 100);
    }

    .component_l-page-assignment[data-component="head.hint-title"] {
        font-size: calc(1 * var(--vw));
        margin-top: 10em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-product[data-component="head.hint-title"] {
        font-size: calc(1 * var(--vw));
        margin-top: 24em;
        --container-width: var(--screen-content-width);
        margin-top: 9.8em;
    }

    .component_l-page-repair--2[data-component="head.hint-title"] {
        font-size: calc(1 * var(--vw));
        margin-top: 9.8em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-repair--3[data-component="head.hint-title"] {
        font-size: calc(1 * var(--vw));
        margin-top: 4.7em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-about[data-component="info.icon-title-text"] {
        --container-width: 90%;
        font-size: calc(1 * var(--vw));
        margin-top: 9em;
    }

    .component_l-page-about--1[data-component="info.icon-title-text"] {
    }

    .component_l-page-about--2[data-component="info.icon-title-text"] {
    }

    .component_l-page-about--2[data-component="head.hint-title"] {
        font-size: calc(1 * var(--vw));
        margin-top: 9.4em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-about--3[data-component="head.hint-title"] {
        font-size: calc(1 * var(--vw));
        margin-top: 8.2em;
        --container-width: var(--screen-content-width);
    }

    .component_l-page-home-2 .content__top[data-component="head.hint-title"] {
        margin-bottom: 1.6em;
    }

    .component_l-page-home[data-component="head.hint-title"] {
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 9.3em;
    }

    .component[data-component="head.hint-title"] {
    }

    .component_l-info-about[data-component="head.hint-title"] {
        width: 100%;
    }

    .component__content[data-component="head.hint-title"] {
        width: var(--container-width);
    }

    .content[data-component="head.hint-title"] {
    }

    .content__top[data-component="head.hint-title"] {
        font-size: calc(1 * var(--vw));
        margin-bottom: 1.87em;
        gap: 0.3em;
    }

    .component_l-page-home[data-component="head.hint-title"]
    .content__top[data-component="head.hint-title"] {
        margin-bottom: 1.8em;
    }

    .top__icon[data-component="head.hint-title"] {
    }

    .top__text[data-component="head.hint-title"] {
        font-size: calc(var(--pixelratio) * 20);
    }

    .content__top-image[data-component="head.hint-title"] {
        width: calc(var(--pixelratio) * 21);
    }

    .content__title[data-component="head.hint-title"] {
    }

    .title[data-component="head.hint-title"] {
        line-height: 1.2;
    }

    .title__term_accent[data-component="head.hint-title"] {
        font-size: calc(var(--pixelratio) * 40);
    }

    .title__term[data-component="head.hint-title"] {
        font-size: calc(var(--pixelratio) * 40);
    }

    .component_l-page-assignment[data-component="form.consultation-form"] {
        width: 100%;
        font-size: calc(1 * var(--vw));
        padding-top: 6em;
        padding-bottom: 6em;
        margin-top: 8.9em;
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        background-color: rgb(70, 71, 70);
    }

    .component_l-page-cart[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                var(--screen-content-width) + 0.5 * (100vw - var(--screen-content-width))
        );
        padding-top: 25em;
        padding-bottom: 25em;
        margin-top: 23.5em;
    }

    .component_l-page-product[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 6em;
        padding-bottom: 6em;
        background-color: rgb(70, 71, 70);
        margin-top: 9.5em;
    }

    .component_l-page-repair[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 6em;
        padding-bottom: 6em;
        background-color: rgb(70, 71, 70);
        margin-top: 9.5em;
    }

    .component_l-page-catalog[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 6em;
        padding-bottom: 6em;
        margin-top: 8.5em;
        background-color: rgb(70, 71, 70);
    }

    .component_l-page-about[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 6em;
        padding-bottom: 6em;
        background-color: rgb(70, 71, 70);
        margin-top: 9.5em;
    }

    .component_l-page-payment-and-delivery[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 6em;
        padding-bottom: 6em;
        background-color: rgb(70, 71, 70);
        margin-top: 0;
    }

    .component_l-page-privacy-policy[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 6em;
        padding-bottom: 6em;
        background-color: rgb(70, 71, 70);
        margin-top: 0;
    }

    .component_l-page-contacts[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 6em;
        padding-bottom: 6em;
        background-color: rgb(70, 71, 70);
        margin-top: 0;
    }

    .component_l-page-home[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        --container-width: calc(
                0.971 * var(--screen-content-width) + 0.5 *
                (100vw - var(--screen-content-width))
        );
        padding-top: 3em;
        padding-bottom: 3em;
        background-color: rgb(70, 71, 70);
        margin-top: 9.5em;
    }

    .component[data-component="form.consultation-form"] {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .content[data-component="form.consultation-form"] {
        position: relative;
        z-index: 2;
        width: var(--container-width);
    }

    .content__section[data-component="form.consultation-form"] {
        width: 100%;
        font-size: calc(1 * var(--vw));
        justify-content: flex-start;
    }

    .section[data-component="form.consultation-form"] {
    }

    .section__form[data-component="form.consultation-form"] {
    }

    .section__divider[data-component="form.consultation-form"] {
        width: 100%;
        font-size: calc(1 * var(--vw));
        height: 2em;
    }

    .form[data-component="form.consultation-form"] {
        width: calc(0.45 * var(--screen-content-width));
        align-items: flex-start;
    }

    .form__text-field[data-component="form.consultation-form"]
    + .form__text-field[data-component="form.consultation-form"] {
        margin-top: 1.5em;
        width: 100%;
        font-size: calc(1 * var(--vw));
    }

    .form__file[data-component="form.consultation-form"] {
    }

    .file[data-component="form.consultation-form"] {
    }

    .file-area[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        padding-top: 1.5em;
        margin-top: 1em;
        width: 100%;
        border-width: 1px;
        padding-bottom: 1em;
    }

    .file-area__section[data-component="form.consultation-form"] {
        font-size: calc(1 * var(--vw));
        width: 100%;
        gap: 0.4em;
    }

    .file-area__preview[data-component="form.consultation-form"] {
        width: 6.6%;
        color: rgba(255, 255, 255, 0.6);
    }

    .file-area__preview-text[data-component="form.consultation-form"] {
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 16);
        color: rgba(255, 255, 255, 0.6);
        width: max-content;
        text-align: center;
        line-height: 1.2;
        max-width: 100%;
    }

    .file-area__input[data-component="form.consultation-form"] {
        display: none;
    }

    .form__area-field[data-component="form.consultation-form"] {
    }

    .area-field__area[data-component="form.consultation-form"]:focus {
    }

    .area-field[data-component="form.consultation-form"] {
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 1.5em;
    }

    .area-field__area[data-component="form.consultation-form"] {
        width: 100%;
        font-size: calc(var(--pixelratio) * 20);
        padding: 0.6em 0.8em;
        border: 1px solid #ffffff;
        min-height: 9em;
    }

    .area-field__area[data-component="form.consultation-form"]::placeholder {
        max-width: 10em;
    }

    .form__text-field[data-component="form.consultation-form"] {
    }

    .text-field[data-component="form.consultation-form"] {
        width: 100%;
    }

    .text-field__input[data-component="form.consultation-form"] {
        font-size: calc(var(--pixelratio) * 20);
        width: 100%;
        padding: 0.45em 0.8em;
    }

    .text-field__input[data-component="form.consultation-form"]:focus {
        border-bottom-color: #ffc61f;
    }

    .text-field__button[data-component="form.consultation-form"] {
        font-size: calc(var(--pixelratio) * 20);
        width: var(--container-width);
        line-height: 1;
        margin-top: 0.9em;
        background-color: var(--color-2);
        color: #000000;
        font-family: inherit;
        padding: 1em 1em;
        width: max-content;
        min-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .text-field__button[data-component="form.consultation-form"]:hover {
        cursor: pointer;
        background-color: #ffffff;
        color: #000000;
    }

    .component__picture[data-component="form.consultation-form"] {
        z-index: 1;
        left: initial;
        top: 0;
        width: max-content;
        height: 100%;
        right: 0;
    }

    .file-area__section.file-area__section_hidden[data-component="form.consultation-form"] {
        visibility: hidden;
        tab-index: -1;
        pointer-events: none;
        z-index: -1;
    }

    .file-area__preview-2[data-component="form.consultation-form"] {
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        overflow: hidden;
        max-width: 100%;
        min-width: 0;
        position: absolute;
    }

    .file-area__image[data-component="form.consultation-form"] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .component__image_l[data-component="form.consultation-form"] {
        display: initial;
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    .component__image_sm {
        display: none;
    }

    .component__image[data-component="form.consultation-form"] {
    }

    .component_l-page-assignment[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 9.5em;
    }

    .component_l-page-cart[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.18);
        padding-top: 9em;
        margin-top: 9em;
    }

    .component_l-page-product[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 9.7em;
    }

    .component_l-page-repair[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 10em;
    }

    .component_l-page-favorites[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 10em;
    }

    .component_l-page-contacts[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 10em;
    }

    .component_l-page-payment-and-delivery[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 10em;
    }

    .component_l-page-privacy-policy[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 10em;
    }

    .component_l-page-about[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 10em;
    }

    .component_l-page-catalogs[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 9.6em;
    }

    .component_l-page-reviews[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 9.6em;
    }

    .component_l-page-catalog[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        padding-top: 9.7em;
    }

    .component_l-page-home[data-component="footer.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background-color: #1f1f1f;
        padding-top: 9em;
    }

    .component[data-component="footer.basic"] {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: calc(1 * var(--vw));
    }

    .component__content[data-component="footer.basic"] {
        width: calc(0.89 * var(--container-width));
        font-size: calc(1 * var(--vw));
    }

    .content[data-component="footer.basic"] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .content__section[data-component="footer.basic"] {
    }

    .content__section-1[data-component="footer.basic"] {
        width: 100%;
    }

    .section-1[data-component="footer.basic"] {
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 20);
        line-height: 1.2;
        gap: 1.15em;
    }

    .section-1__item[data-component="footer.basic"] {
        font-size: inherit;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
    }

    .section-1__item[data-component="footer.basic"]:hover {
        color: #ffe59b;
    }

    .section-1__anchor-slot-1 {
        font-size: calc(var(--pixelratio) * 17.5);
        color: black;
        font-weight: 800;
        text-decoration: none;
    }

    .content__section-2[data-component="footer.basic"] {
        width: 100%;
        /* margin-left: auto; */
        /* margin-right: auto; */
    }

    .section-2[data-component="footer.basic"] {
        font-size: calc(var(--pixelratio) * 20);
        gap: 1.15em;
        margin-top: 0;
    }

    .content__section-3[data-component="footer.basic"] {
        width: 100%;
        min-width: 0;
        margin-top: 0;
    }

    .section-3[data-component="footer.basic"] {
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 25);
        gap: 1.3em;
        line-height: 1.3;
    }

    .section-3__text-label[data-component="footer.basic"] {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 20);
    }

    .section-3__lt-label[data-component="footer.basic"] {
        font-size: calc(var(--pixelratio) * 20);
    }

    .section-3__lt-label-text[data-component="footer.basic"] {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
    }

    .section-3__lt-label-text_d[data-component="footer.basic"] {
        display: initial;
    }

    .section-3__lt-label-lines_m[data-component="footer.basic"] {
        display: none;
    }

    .section-3__lt-label-lines_m[data-component="footer.basic"] {
    }

    .section-3__lt-label-lines[data-component="footer.basic"] {
    }

    .section-3__items[data-component="footer.basic"] {
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 25);
        gap: 0.5em;
    }

    .section-3__item-1[data-component="footer.basic"] {
        display: flex;
        font-size: 6.2vw;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .section-3__item-1:last-child {
        margin-top: 0.2em;
    }

    .section-3__item-1_a_s[data-component="footer.basic"] {
        align-items: flex-start;
    }

    .section-3__item-1_a_c[data-component="footer.basic"] {
        align-items: center;
    }

    .section-3__link-item[data-component="footer.basic"] {
        line-height: 1.3;
        font-size: calc(var(--pixelratio) * 25);
        font-weight: 400;
        text-decoration: none;
        color: #ffe59b;
    }

    .section-3__link-item_1[data-component="footer.basic"] {
        font-size: calc(var(--pixelratio) * 18);
    }

    .section-3__link-hint-item[data-component="footer.basic"] {
        line-height: 1.3;
        font-size: calc(var(--pixelratio) * 25);
        font-weight: 400;
        text-decoration: none;
        color: #ffe59b;
    }

    .section-3__link-hint-item-hint[data-component="footer.basic"] {
        font-size: calc(var(--pixelratio) * 20);
    }


    .section-3__text-item[data-component="footer.basic"] {
        font-weight: 400;
        text-decoration: none;
        color: #ffe59b;
        line-height: 1.3;
        white-space: normal;
    }

    .section-3__text-item_1[data-component="footer.basic"] {
        font-size: calc(var(--pixelratio) * 18);
    }

    .section-3__link-item_1_upper[data-component="footer.basic"] {
        text-transform: uppercase;
    }

    .content__section-4[data-component="footer.basic"] {
        width: 100%;
    }

    .section-4[data-component="footer.basic"] {
        display: flex;
        font-size: calc(1 * var(--vw));
        margin-top: 0;
        gap: 1em;
        flex-direction: column;
        margin-left: auto;
        width: max-content;
        margin-right: auto;
    }

    .section-4__item[data-component="footer.basic"] {
        min-width: 0;
        display: flex;
        width: max-content;
    }

    .section-4__image[data-component="footer.basic"] {
        width: calc(var(--pixelratio) * 53);
        height: auto;
    }

    .content__section-5[data-component="footer.basic"] {
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3.7em;
    }

    .section-5[data-component="footer.basic"] {
        display: flex;
    }

    .section-5__item[data-component="footer.basic"] {
        width: 64%;
    }

    .component__foot[data-component="footer.basic"] {
        background-color: #000000;
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 7.2em;
        padding: 1.1em 0;
    }

    .foot[data-component="footer.basic"] {
        display: flex;
        justify-content: center;
    }

    .foot__content[data-component="footer.basic"] {
        line-height: 1.3;
        font-size: calc(var(--pixelratio) * 22);
        color: #ffffff;
        text-transform: uppercase;
        width: calc(0.89 * var(--container-width));
    }

    .section-3__link-item_1_size-1[data-component="footer.basic"] {
        font-size: calc(var(--pixelratio) * 16);
    }

    .component_l-page-reviews[data-component="cards.reviews"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 2.9em;
    }

    .component__content[data-component="cards.reviews"] {
        width: var(--container-width);
    }

    .component__items[data-component="cards.reviews"] {
        width: 100%;
    }

    .items[data-component="cards.reviews"] {
        grid-template-columns: repeat(3, 1fr);
        font-size: calc(1 * var(--vw));
        grid-row-gap: 2.2em;
        grid-column-gap: 2.2em;
    }

    .items__item[data-component="cards.reviews"] {
        font-size: calc(1 * var(--vw));
        padding-top: 1.6em;
        padding-bottom: 1.7em;
    }

    .items__item[data-component="cards.reviews"]:hover {
        background-color: #ffd55c;
    }

    .items__item[data-component="cards.reviews"]:hover .cap__title {
        color: #000000;
    }

    .items__item[data-component="cards.reviews"]:hover .cap__hint {
        color: rgba(0, 0, 0, 0.73);
    }

    .items__item[data-component="cards.reviews"]:hover .item__content {
        color: #000000;
    }

    .items__item[data-component="cards.reviews"]:hover .item__link {
        color: rgba(0, 0, 0, 0.45);
    }

    .items__item[data-component="cards.reviews"]:hover .cap__figure {
        background-color: #ffffff;
    }

    .item[data-component="cards.reviews"] {
    }

    .item__cap[data-component="cards.reviews"] {
    }

    .cap[data-component="cards.reviews"] {
    }

    .cap__figure[data-component="cards.reviews"] {
    }

    .cap__image[data-component="cards.reviews"] {
    }

    .cap__section[data-component="cards.reviews"] {
    }

    .cap__title[data-component="cards.reviews"] {
    }

    .cap__hint[data-component="cards.reviews"] {
    }

    .item__content[data-component="cards.reviews"] {
    }

    .item__link[data-component="cards.reviews"] {
    }

    .item[data-component="cards.reviews"] {
    }

    .item__cap[data-component="cards.reviews"] {
        font-size: calc(1 * var(--vw));
        padding-left: 5.2%;
        gap: 2em;
    }

    .cap[data-component="cards.reviews"] {
    }

    .cap__figure[data-component="cards.reviews"] {
        width: calc(var(--pixelratio) * 123);
        font-size: calc(1 * var(--vw));
    }

    .cap__image[data-component="cards.reviews"] {
        width: 59%;
    }

    .cap__section[data-component="cards.reviews"] {
        font-size: calc(1 * var(--vw));
        gap: 0.6em;
        /* justify-content: space-evenly; */
    }

    .cap__title[data-component="cards.reviews"] {
        font-size: calc(var(--pixelratio) * 35);
    }

    .cap__hint[data-component="cards.reviews"] {
        font-size: calc(var(--pixelratio) * 23);
    }

    .item__content[data-component="cards.reviews"] {
        font-size: calc(var(--pixelratio) * 23);
        padding-left: 8%;
        padding-right: 8%;
        margin-top: 1.4em;
        padding: 0 5.2%;
    }

    .item__link[data-component="cards.reviews"] {
        font-size: calc(var(--pixelratio) * 23);
        margin-top: 1.35em;
        max-width: 100%;
        padding: 0 5.5%;
    }

    .component__figure[data-component="cards.reviews"] {
    }

    .component_l-page-repair[data-component="list.icon-text"] {
        width: 100%;
        --container-width: calc(0.9 * var(--screen-content-width));
        font-size: calc(1 * var(--vw));
        margin-top: 2.6em;
    }

    .component_l-page-about[data-component="list.icon-text"] {
        width: 100%;
        --container-width: calc(0.9 * var(--screen-content-width));
        font-size: calc(1 * var(--vw));
        margin-top: 2.4em;
    }

    .component[data-component="list.icon-text"] {
    }

    .component__content[data-component="list.icon-text"] {
        width: var(--container-width);
    }

    .content[data-component="list.icon-text"] {
    }

    .content__items[data-component="list.icon-text"] {
    }

    .items[data-component="list.icon-text"] {
        font-size: calc(1 * var(--vw));
        gap: 1.8em;
    }

    .items__item[data-component="list.icon-text"] {
    }

    .item[data-component="list.icon-text"] {
        gap: 1em;
        font-size: calc(1 * var(--vw));
        align-items: center;
    }

    .item__icon[data-component="list.icon-text"] {
        height: calc(var(--pixelratio) * 65);
    }

    .item__text[data-component="list.icon-text"] {
        font-size: calc(var(--pixelratio) * 30);
    }

    .component_l-page-repair[data-component="info.pluck"] {
        width: var(--screen-content-width);
        --container-width: 95%;
        font-size: calc(1 * var(--vw));
        margin-top: 5em;
        background-color: rgba(255, 255, 255, 0.18);
        padding: 3em 0;
        margin-left: auto;
        margin-right: auto;
    }

    .component[data-component="info.pluck"] {
    }

    .component__content[data-component="info.pluck"] {
        width: var(--container-width);
    }

    .content[data-component="info.pluck"] {
    }

    .content__text[data-component="info.pluck"] {
        font-size: calc(var(--pixelratio) * 30);
    }

    .component_l-page-about[data-component="info.text-image"] {
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
    }

    .component[data-component="info.text-image"] {
    }

    .component__content[data-component="info.text-image"] {
        width: var(--container-width);
        grid-template-columns: 1fr 49%;
        font-size: calc(1 * var(--vw));
        grid-column-gap: 1em;
    }

    .content[data-component="info.text-image"] {
    }

    .content__section-1[data-component="info.text-image"] {
        font-size: calc(var(--pixelratio) * 30);
        width: 100%;
        min-width: 0;
    }

    .content__section-2[data-component="info.text-image"] {
        width: 100%;
        min-width: 0;
    }

    .component__image[data-component="info.text-image"] {
        width: 100%;
    }

    .component_l-page-about[data-component="info.icon-title-text"] {
        --container-width: calc(0.975 * var(--screen-content-width));
        font-size: calc(1 * var(--vw));
        margin-top: 9em;
    }

    .component_l-page-about--1[data-component="info.icon-title-text"] {
    }

    .component_l-page-about--2[data-component="info.icon-title-text"] {
    }

    .component[data-component="info.icon-title-text"] {
        margin-top: 2.8em;
    }

    .component__content[data-component="info.icon-title-text"] {
        width: var(--container-width);
    }

    .component__items[data-component="info.icon-title-text"] {
    }

    .items[data-component="info.icon-title-text"] {
        display: grid;
        font-size: calc(1 * var(--vw));
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 2.5em;
    }

    .item[data-component="info.icon-title-text"] {
        font-size: calc(1 * var(--vw));
        flex-direction: row;
        gap: 1em;
    }

    .item__image[data-component="info.icon-title-text"] {
    }

    .item__image-icon[data-component="info.icon-title-text"] {
        width: calc(var(--pixelratio) * 102);
    }

    .item__section[data-component="info.icon-title-text"] {
        font-size: calc(1 * var(--vw));
        margin-top: 0;
    }

    .item__title[data-component="info.icon-title-text"] {
        font-size: calc(var(--pixelratio) * 25);
        text-align: left;
    }

    .item__description[data-component="info.icon-title-text"] {
        font-size: calc(var(--pixelratio) * 20);
        margin-top: 0.5em;
        text-align: left;
    }

    .component_l-page-payment-and-delivery[data-component="info.icons-items"] {
        --container-width: calc(0.96 * var(--screen-content-width));
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
    }

    .component_l-page-privacy-policy[data-component="info.icons-items"] {
        --container-width: calc(0.96 * var(--screen-content-width));
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
    }

    .component_l-page-contacts[data-component="info.icons-items"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
    }

    .component[data-component="info.icons-items"] {
    }

    .component__content[data-component="info.icons-items"] {
        width: var(--container-width);
        font-size: calc(1 * var(--vw));
        padding-top: 2.6em;
        padding-bottom: 9em;
        padding-bottom: 2.6em;
    }

    .content[data-component="info.icons-items"] {
    }

    .content__items[data-component="info.icons-items"] {
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
        font-size: calc(1 * var(--vw));
        grid-row-gap: 10em;
        grid-column-gap: 0em;
        display: flex;
        grid-column-gap: initial;
        justify-content: space-between;
        gap: 0;
    }

    .items[data-component="info.icons-items"] {
    }

    .items__item[data-component="info.icons-items"] {
        width: max-content;
        min-width: 0;
        font-size: calc(1 * var(--vw));
        gap: 1.2em;
    }

    .item[data-component="info.icons-items"] {
    }

    .item_a-s[data-component="info.icons-items"] {
        align-items: flex-start;
    }

    .item__image-icon[data-component="info.icons-items"] {
        width: calc(var(--pixelratio) * 39);
        height: auto;
    }

    .item__image-icon_size_2[data-component="info.icons-items"] {
        flex-shrink: 0;
        width: calc(var(--pixelratio) * 54);
        height: auto;
    }

    .item__box[data-component="info.icons-items"] {
        font-size: calc(1 * var(--vw));
        gap: 0.6em;
    }

    .box[data-component="info.icons-items"] {
    }

    .box__links-item[data-component="info.icons-items"] {
        font-size: calc(1 * var(--vw));
        gap: 1em;
    }

    .box-links-item[data-component="info.icons-items"] {
    }

    .box-links-item__link[data-component="info.icons-items"] {
        font-size: calc(var(--pixelratio) * 30);
    }

    .box-links-item__hint[data-component="info.icons-items"] {
        font-size: calc(var(--pixelratio) * 30);
    }

    .box-links-item__hint-hint[data-component="info.icons-items"] {
        font-size: calc(var(--pixelratio) * 22);
    }

    .box-links-item_a-s[data-component="info.icons-items"] {
        align-items: flex-start;
    }

    .box__link-item[data-component="info.icons-items"] {
        font-size: calc(var(--pixelratio) * 30);
    }

    .box__text-item[data-component="info.icons-items"] {
        font-size: calc(var(--pixelratio) * 30);
    }

    .box__hint[data-component="info.icons-items"] {
        font-size: calc(var(--pixelratio) * 18);
    }

    .tabs-head__text[data-component="product.basic"] {
    }

    .tabs-head__text_small[data-component="product.basic"] {
    }

    .tabs-head__text_large[data-component="product.basic"] {
        display: initial;
        font-size: calc(var(--pixelratio) * 33);
    }

    .tabs-head__text_small[data-component="product.basic"] {
        display: none;
    }

    .tabs-head__item_state_active[data-component="product.basic"] {
    }

    .tabs-content__content-item_state_inactive[data-component="product.basic"] {
    }

    .content-item__inner[data-component="product.basic"] strong {
    }

    .title__term_normal[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 33);
    }

    .title__term_accent[data-component="product.basic"] {
    }

    .price__value[data-component="product.basic"] {
    }

    .price__symbol[data-component="product.basic"] {
    }

    .table__content-cell[data-component="product.basic"] {
    }

    .table__title-cell[data-component="product.basic"] {
    }

    .table[data-component="product.basic"] {
    }

    .tabs-content__table-item[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 1);
        gap: 20em;
        padding-top: 20em;
    }

    .tabs-content__table-item_state-inactive[data-component="product.basic"] {
    }

    .content-item__inner[data-component="product.basic"] {
        color: #ffffff;
        width: 100%;
        font-size: calc(var(--pixelratio) * 20);
    }

    .content-item[data-component="product.basic"] {
    }

    .tabs-content__content-item[data-component="product.basic"] {
        font-size: calc(1 * var(--vw));
    }

    .tabs-content__content-item_state-inactive[data-component="product.basic"] {
    }

    .tabs-content[data-component="product.basic"] {
    }

    .tabs__content[data-component="product.basic"] {
        font-size: calc(1 * var(--vw));
        margin-top: 0.2em;
        width: 100%;
    }

    .tabs-head__item[data-component="product.basic"] {
        font-size: 6.2vw;
        padding: 0;
    }

    .tabs-head__item_active[data-component="product.basic"] {
    }

    .tabs-head[data-component="product.basic"] {
    }

    .head[data-component="product.basic"] {
    }

    .tabs__head[data-component="product.basic"] {
        font-size: calc(1 * var(--vw));
        overflow: hidden;
    }

    .tabs[data-component="product.basic"] {
    }

    .body__tabs[data-component="product.basic"] {
        width: 100%;
    }

    .body[data-component="product.basic"] {
    }

    .content__body[data-component="product.basic"] {
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
        width: 49%;
    }

    .head-info__action[data-component="product.basic"] {
        cursor: pointer;
        font-size: calc(var(--pixelratio) * 33);
        margin-top: 1.7em;
        padding: 0.6em 5em;
        width: max-content;
    }

    .head-info__action[data-component="product.basic"]:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .price__symbol[data-component="product.basic"] {
    }

    .price__value[data-component="product.basic"] {
    }

    .price[data-component="product.basic"] {
    }

    .head-info__value-price[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 32);
        margin-top: 0.8em;
    }

    .head-info__hint-price[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 25);
    }

    .title[data-component="product.basic"] {
    }

    .head-info__title[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 33);
        line-height: 1.3;
        margin-top: 1em;
    }

    .cap__code[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 20);
        line-height: 1.2;
    }

    .cap__status[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 20);
        line-height: 1.2;
        border-radius: 2.8em;
        min-width: 0;
        width: max-content;
        padding: 0.5em 1.3em;
    }

    .cap[data-component="product.basic"] {
    }

    .head-info__cap[data-component="product.basic"] {
        width: 100%;
        justify-content: flex-start;
        font-size: calc(1 * var(--vw));
        gap: 3em;
    }

    .head-info[data-component="product.basic"] {
    }

    .head__info[data-component="product.basic"] {
        width: 100%;
        display: flex;
        font-size: calc(1 * var(--vw));
        margin-top: 0;
        min-width: 0;
        width: 100%;
    }

    .preview-image-item__image[data-component="product.basic"] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .preview-image-item__image.preview-image-item__image_layout-one[data-component="product.basic"] {
        width: 100%;
        object-fit: contain;
        aspect-ratio: 2.5;
    }

    #c-product-preview-item-big[data-component="product.basic"] {
        grid-column-start: 1;
        grid-column-end: 2;
        aspect-ratio: 1.52;
        grid-row-start: 1;
        grid-row-end: 5;
        grid-column: 1 !important;
        grid-row-start: 1;
        grid-row-end: 5;
        grid-column: 1;
        aspect-ratio: 1;
        aspect-ratio: initial !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 80% !important;
        height: 100% !important;
        cursor: inherit !important;
    }

    /*.preview-image-item_1.preview-image-item_layout-one[data-component="product.basic"] {*/
    /*    grid-column: 1 !important;*/
    /*    grid-row: 1 !important;*/
    /*    grid-column-start: initial !important;*/
    /*    grid-column-end: initial !important;*/
    /*    grid-row-start: initial;*/
    /*    grid-row-end: initial;*/
    /*}*/
    .preview-image-item[data-component="product.basic"] {
        cursor: pointer;
    }

    .head__preview-image-item[data-component="product.basic"] {
        min-width: 0;
        width: 100%;
        padding: 0;
        aspect-ratio: 1.55;
        grid-column: 2;
    }

    .preview-image-item_1.preview-image-item_layout-one[data-component="product.basic"] {
        grid-column-start: initial;
        grid-column-end: initial;
        grid-column: 1 !important;
        grid-row: 1 !important;
        position: relative;
        height: max-content !important;
        width: 100% !important;
    }

    .head__preview[data-component="product.basic"] {
        display: grid;
        width: 100%;
        font-size: calc(1 * var(--vw));
        grid-row-gap: calc(1 * var(--vw));
        grid-column-gap: 0.9em;
        min-width: 0;
        height: max-content;
        position: relative;
    }

    .head-preview_layout-one[data-component="product.basic"] {
        grid-template-rows: initial;
        grid-template-columns: 1fr;
        width: 100%;
        display: flex;
        align-self: stretch;
    }

    .head__preview_layout-one[data-component="product.basic"] {
        grid-template-columns: 1fr;
        grid-template-rows: initial;
    }

    .head-preview_layout-multiple[data-component="product.basic"] {
        grid-template-columns: 1fr 18.33%;
        grid-template-rows: repeat(4, 1fr);
    }

    .preview[data-component="product.basic"] {
    }

    .content__head[data-component="product.basic"] {
        display: grid;
        grid-template-columns: 56.5% 1fr;
        font-size: calc(1 * var(--vw));
        grid-column-gap: 3em;
    }

    .content[data-component="product.basic"] {
    }

    .component__content[data-component="product.basic"] {
        width: var(--container-width);
    }

    .component[data-component="product.basic"] {
    }

    .component_l-page-product[data-component="product.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 3.2em;
    }

    .table__item[data-component="product.basic"] {
        font-size: calc(var(--pixelratio) * 20);
    }

    .item__text_4[data-component="cards.categories-2"] {
        max-width: 8em;
    }

    .item__text_3[data-component="cards.categories-2"] {
        max-width: 11em;
    }

    .component_l-home-page-home[data-component="cards.categories-2"] {
        --container-width: var(--screen-content-width);
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
    }

    .component[data-component="cards.categories-2"] {
    }

    .component__content[data-component="cards.categories-2"] {
        width: var(--container-width);
    }

    .content[data-component="cards.categories-2"] {
    }

    .content__items[data-component="cards.categories-2"] {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        font-size: calc(1 * var(--vw));
        grid-row-gap: 2em;
        grid-column-gap: 2em;
    }

    .items__item[data-component="cards.categories-2"] {
        aspect-ratio: 1.62;
    }

    .items__item[data-component="cards.categories-2"]:hover {
        background-color: #ffd55c;
    }

    .items__item[data-component="cards.categories-2"]:hover
    .item__text[data-component="cards.categories-2"] {
        color: #000000;
    }

    .items__item[data-component="cards.categories-2"]:hover
    .item__hint[data-component="cards.categories-2"] {
        color: #595959;
    }

    .items[data-component="cards.categories-2"] {
    }

    .item__section[data-component="cards.categories-2"] {
    }

    .item__text[data-component="cards.categories-2"] {
    }

    .item__hint[data-component="cards.categories-2"] {
    }

    .item__figure[data-component="cards.categories-2"] {
        position: absolute;
        width: 1%;
    }

    .item__image[data-component="cards.categories-2"] {
        width: 100%;
    }

    .items__item[data-component="cards.categories-2"] {
    }

    .item__text[data-component="cards.categories-2"] {
        font-size: calc(var(--pixelratio) * 23);
        max-width: 70%;
    }

    .item__section[data-component="cards.categories-2"] {
        padding-left: 5%;
        font-size: calc(1 * var(--vw));
    }

    .item__hint[data-component="cards.categories-2"] {
        font-size: calc(var(--pixelratio) * 23);
        transform: translateY(1em);
    }

    .item__figure.item_figure_1[data-component="cards.categories-2"] {
        width: 42%;
        right: 6%;
    }

    .item__figure.item_figure_2[data-component="cards.categories-2"] {
        width: 41%;
        right: 6%;
    }

    .item__figure.item_figure_3[data-component="cards.categories-2"] {
        right: -3%;
        width: 56%;
        top: 15%;
    }

    .item__figure.item_figure_6[data-component="cards.categories-2"] {
        width: 42%;
        right: 2%;
        top: 35%;
    }

    .item__figure.item_figure_5[data-component="cards.categories-2"] {
        width: 36%;
        top: 45%;
        right: 5%;
    }

    .item__figure.item_figure_4[data-component="cards.categories-2"] {
        right: 5%;
        top: 44%;
        width: 38%;
    }

    .item__figure.item_figure_9[data-component="cards.categories-2"] {
        right: 3%;
        width: 42%;
        top: 47%;
    }

    .item__figure.item_figure_7[data-component="cards.categories-2"] {
        right: 6%;
        top: 38%;
        width: 37%;
    }

    .item__figure.item_figure_8[data-component="cards.categories-2"] {
        right: 4%;
        width: 39%;
        top: 46%;
    }

    .item__figure[data-component="cards.categories-2"] {
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .component_l-home-page-home[data-component="button.text-button"] {
        --container-width: 21%;
        margin-top: 2.5em;
        font-size: calc(1 * var(--vw));
    }

    .component[data-component="button.text-button"] {
    }

    .button[data-component="button.text-button"] {
        font-size: calc(var(--pixelratio) * 33);
        padding: 1.1em 0;
    }

    .component[data-component="carousel.reviews"] {
    }

    .component__slide[data-component="carousel.reviews"] {
        width: var(--slide-width);
    }

    .component__content[data-component="carousel.reviews"] {
        width: 100%;
    }

    .component__slider[data-component="carousel.reviews"] {
        width: var(--slider-width);
        max-width: var(--slider-width);
        scroll-snap-type: y proximity;
        display: flex;
        padding-right: 0;
    }

    .component_l-page-home[data-component="carousel.reviews"] {
        font-size: calc(1 * var(--vw));
        margin-top: 3.7em;
        --slider-width: calc(100%);
        --slide-width: calc(0.4 * var(--screen-content-width));
        width: calc(
                var(--screen-content-width) + 0.5 * (100vw - var(--screen-content-width))
        );
        margin-left: auto;
    }

    .content[data-component="carousel.reviews"] {
        display: flex;
        justify-content: flex-end;
    }

    .content__slider[data-component="carousel.reviews"] {
        width: 100%;
        font-size: calc(1 * var(--vw));
    }

    .splide[data-component="carousel.reviews"] {
    }

    .splide__track[data-component="carousel.reviews"] {
    }

    .splide__list[data-component="carousel.reviews"] {
    }

    .splide__slide[data-component="carousel.reviews"] {
    }

    .slide[data-component="carousel.reviews"] {
    }

    .slide__container[data-component="carousel.reviews"] {
        background-color: #707170;
        width: calc(100% - var(--pixelratio) * 32);
    }

    .slide__container[data-component="carousel.reviews"]:hover {
        background-color: #ffd55c;
    }

    .slide__container[data-component="carousel.reviews"]:hover .cap__title {
        color: #000000;
    }

    .slide__container[data-component="carousel.reviews"]:hover .cap__hint {
        color: rgba(0, 0, 0, 0.73);
    }

    .slide__container[data-component="carousel.reviews"]:hover .item__content {
        color: #000000;
    }

    .slide__container[data-component="carousel.reviews"]:hover .item__link {
        color: rgba(0, 0, 0, 0.45);
    }

    .slide__container[data-component="carousel.reviews"]:hover .cap__figure {
        background-color: #ffffff;
    }

    .slide__item[data-component="carousel.reviews"] {
        font-size: calc(1 * var(--vw));
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .item[data-component="carousel.reviews"] {
        display: flex;
        flex-direction: column;
    }

    .item__cap[data-component="carousel.reviews"] {
        font-size: calc(1 * var(--vw));
        padding-left: 5%;
        /* padding-top: 8em; */
        display: flex;
        gap: 2em;
    }

    .cap[data-component="carousel.reviews"] {
        display: flex;
        align-items: center;
    }

    .cap__figure[data-component="carousel.reviews"] {
        border-radius: 50%;
        width: calc(var(--pixelratio) * 123);
        aspect-ratio: 1;
        background-color: #ffe59b;
        flex-shrink: 0;
        font-size: calc(1 * var(--vw));
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cap__image[data-component="carousel.reviews"] {
        width: 50%;
        transform: translateY(-6%);
    }

    .cap__section[data-component="carousel.reviews"] {
        display: flex;
        flex-direction: column;
        font-size: calc(1 * var(--vw));
        gap: 1em;
    }

    .cap__title[data-component="carousel.reviews"] {
        font-size: calc(var(--pixelratio) * 35);
        color: #ffffff;
        font-weight: 7;
    }

    .cap__hint[data-component="carousel.reviews"] {
        font-size: calc(var(--pixelratio) * 23);
        font-weight: 500;
        color: #ffe59b;
    }

    .item__content[data-component="carousel.reviews"] {
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 23);
        color: #ffffff;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 1.2;
        margin-top: 2em;
    }

    .item__link[data-component="carousel.reviews"] {
        box-sizing: border-box;
        font-size: calc(var(--pixelratio) * 23);
        text-decoration: none;
        color: #ffe59b;
        display: flex;
        margin-top: 2em;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        max-width: 100%;
        line-height: 1.2;
        font-weight: 5;
    }

    .area-field__area[data-component="form.consultation-form"]::placeholder {
        max-width: initial;
    }

    .component_l-home-page-home[data-component="hero.basic"] {
        align-items: flex-end;
        --container-width: var(--screen-content-width);
        position: static;
        width: 100%;
        z-index: 1;
        height: 100%;
        flex-grow: 1;
    }

    .component__image[data-component="hero.basic"] {
        position: absolute;
        width: 100%;
        height: initial;
        aspect-ratio: 1.77;
        object-fit: initial;
        z-index: 1;
    }

    .component__image_m[data-component="hero.basic"] {
        display: none;
    }

    .component__image-figure[data-component="hero.basic"] {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .component__image-figure:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgb(255, 255, 255);
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 60%,
                rgba(11, 17, 17) 100%
        );
        z-index: 2;
    }

    .component[data-component="hero.basic"] {
    }

    .component__content[data-component="hero.basic"] {
        width: var(--container-width);
        position: relative;
        z-index: 2;
        padding-bottom: 0;
        display: flex;
        font-size: calc(1 * var(--vw));
        justify-content: flex-end;
        padding-bottom: 9em;
    }

    .component__image[data-component="hero.basic"] {
    }

    .component__section[data-component="hero.basic"] {
        width: 100%;
    }

    .section[data-component="hero.basic"] {
        display: flex;
        flex-direction: column;
        max-width: 50%;
    }

    .section__title[data-component="hero.basic"] {
        font-size: calc(var(--pixelratio) * 50);
        width: 100%;
    }

    .section__description[data-component="hero.basic"] {
        font-size: calc(var(--pixelratio) * 30);
        font-weight: 400;
        color: var(--color-1);
        width: 100%;
        margin-top: 1em;
        max-width: 84%;
    }

    .section__action:any-link[data-component="hero.basic"] {
        font-size: calc(var(--pixelratio) * 33);
        padding: 1em 0;
        width: max-content;
        margin-top: 0.8em;
        min-width: 46%;
    }

    .component_l-page-assignment[data-component="header.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        position: relative;
        z-index: 2;
        height: max-content;
    }

    .component_l-page-cart[data-component="header.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        position: relative;
        z-index: 2;
        height: max-content;
    }

    .component_l-page-repair[data-component="header.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        position: relative;
        z-index: 2;
        height: max-content;
    }

    .component_l-page-product[data-component="header.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        position: relative;
        z-index: 2;
        height: max-content;
    }

    .component_l-page-catalogs[data-component="header.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        position: relative;
        z-index: 2;
        height: max-content;
    }

    .component_l-page-reviews[data-component="header.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        position: relative;
        z-index: 2;
        height: max-content;
    }

    .component_l-page-home[data-component="header.basic"] {
        font-size: calc(1 * var(--vw));
        --container-width: var(--screen-content-width);
        position: fixed;
        z-index: 3;
        height: calc(7.5 * var(--vw));
        top: 0;
    }

    .component[data-component="header.basic"] {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .section-2[data-component="header.basic"] {
        display: none;
    }

    .section-1[data-component="header.basic"] {
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
        width: calc(1.06 * var(--container-width));
        margin-left: auto;
        align-items: center;
        margin-right: auto;
    }

    .search-2__input[data-component="header.basic"] {
        font-size: calc(var(--pixelratio) * 23);
        padding: 0.5em 1em;
    }

    .search-2__box[data-component="header.basic"] {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.68);
        top: calc(100% + 10px);
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 16);
        gap: 0.5em;
    }

    .search-2__box.--state-expanded[data-component="header.basic"] {
        padding: 0.5em 1em;
    }

    .s-results-2__item[data-component="header.basic"] {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: calc(var(--pixelratio) * 16);
        font-weight: 400;
        color: #777777;
        line-height: 1.2;
        text-decoration: none;
        align-items: center;
        gap: 0.2em;
    }

    .s-results-2__item-icon[data-component="header.basic"] {
        display: none;
    }

    .s-results-2__item-text[data-component="header.basic"] {
        font-weight: inherit;
        font-size: inherit;
        color: #777777;
        text-decoration: none;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .search-2__icon[data-component="header.basic"] {
        width: calc(var(--pixelratio) * 24);
        position: absolute;
        top: 50%;
        right: 8%;
        transform: translateY(-64%);
        color: #727173;
    }

    .search-2__input[data-component="header.basic"] {
        font-size: calc(var(--pixelratio) * 23);
        color: #727173;
        background-color: transparent;
        outline: none;
        padding: 0;
        border: none;
        width: 100%;
    }

    .search-2__input[data-component="header.basic"]::placeholder {
        color: #727173;
    }

    .search-2__label[data-component="header.basic"] {
        font-size: calc(var(--pixelratio) * 23);
        padding: 0.1em 0.5em;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.35);
        border-width: 1px;
        position: relative;
        width: 100%;
        display: flex;
        box-sizing: border-box;
    }

    .search-2[data-component="header.basic"] {
    }

    .section-1__search[data-component="header.basic"] {
        font-size: calc(var(--pixelratio) * 23);
        flex-grow: 0;
        width: 11.2%;
        position: relative;
    }

    .section-1__menu[data-component="header.basic"] {
        width: max-content;
        max-width: 20%;
    }

    .section-1__logo-figure[data-component="header.basic"] {
        width: calc(var(--pixelratio) * 250);
    }

    .section-1__logo[data-component="header.basic"] {
        width: max-content;
    }

    .actions[data-component="header.basic"] {
        font-size: calc(var(--pixelratio) * 21);
        gap: 2em;
        display: flex;
        padding-left: .5em;
        align-items: center;
    }

    .section-1__actions[data-component="header.basic"] {
        width: max-content;
    }

    .actions__text-action[data-component="header.basic"] {
        cursor: pointer;
        color: #000000;
        font-size: calc(var(--pixelratio) * 23);
        font-weight: 400;
        outline: none;
        background-color: transparent;
        border: none;
        font-family: inherit;
        padding: 0;
    }

    .actions__text-term-action[data-component="header.basic"] {
    }

    .text-term-action[data-component="header.basic"] {
        cursor: pointer;
        outline: none;
        border-color: transparent;
        display: flex;
        border: none;
        background-color: transparent;
        font-family: inherit;
        padding: 0;
    }

    .text-term-action__prefix[data-component="header.basic"] {
        color: #000000;
        font-size: calc(var(--pixelratio) * 23);
        font-weight: 400;
    }

    .text-term-action__term[data-component="header.basic"] {
        color: #000000;
        font-size: calc(var(--pixelratio) * 23);
        font-weight: 400;
    }

    .component__bar[data-component="header.basic"] {
        width: 100%;
        height: calc(2.5 * var(--vw));
        background-color: #cdd0d2;
        display: flex;
        justify-content: center;
    }

    .component__bar-content[data-component="header.basic"] {
        width: calc(1.06 * var(--container-width));
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: calc(var(--pixelratio) * 21);
        gap: 1em;
    }

    .component__bar-anchor-item[data-component="header.basic"] {
        color: #000000;
        font-size: calc(var(--pixelratio) * 19);
        text-decoration: none;
        font-weight: 500;
    }

    .component__bar-hint-anchor-item[data-component="header.basic"] {
        color: #000000;
        font-size: calc(var(--pixelratio) * 19);
        text-decoration: none;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .component__bar-hint-anchor-item-text[data-component="header.basic"] {
        color: #000000;
        font-size: calc(var(--pixelratio) * 19);
        text-decoration: none;
        font-weight: 500;
        display: flex;
        flex-direction: column;
    }

    .component__bar-hint-anchor-item-hint[data-component="header.basic"] {
        color: #000000;
        font-size: calc(var(--pixelratio) * 12);
        text-decoration: none;
        font-weight: 500;
        display: flex;
        flex-direction: column;
    }


    .component_l-header-basic-component[data-component="menu.main.root"] {
        font-size: calc(var(--pixelratio) * 21);
        padding-left: .5em;
        flex-grow: 0;
        /* width: max-content; */
    }

    .component[data-component="menu.main.root"] {
    }

    .component__content[data-component="menu.main.root"] {
        display: flex;
        font-size: calc(var(--pixelratio) * 23);
        gap: 1.5em;
    }

    .component[data-component="menu.main.item"] {
        position: relative;
    }

    .component__anchor-icon-label[data-component="menu.main.item"] {
    }

    .anchor-icon-label[data-component="menu.main.item"] {
        display: flex;
        align-items: center;
        font-size: calc(1 * var(--vw));
        gap: 0.7em;
        position: relative;
        z-index: 3;
    }

    .anchor-icon-label_level-1[data-component="menu.main.item"] {
        font-size: calc(var(--pixelratio) * 23);
        padding: 0em 0em;
    }

    .anchor-icon-label__anchor[data-component="menu.main.item"] {
    }

    .component__anchor-icon-label_level-1
    > .anchor-icon-label__anchor[data-component="menu.main.item"] {
        font-size: calc(var(--pixelratio) * 23);
        color: #000000;
        font-weight: 400;
        line-height: 1.3;
        padding: 0em 0em;
        text-decoration: none;
    }

    .component__anchor-icon-label_state-active.component__anchor-icon-label_level-1
    > .anchor-icon-label__icon {
        transform: rotate(180deg);
    }

    .component__anchor-icon-label_level-1 > .anchor-icon-label__icon {
        transform-origin: center center;
        transition: transform 250ms ease-out;
    }

    .anchor-icon-label__icon[data-component="menu.main.item"] {
        width: calc(var(--pixelratio) * 16);
    }

    .anchor-icon-label__figure[data-component="menu.main.item"] {
        width: 100%;
    }

    .component__anchor-label[data-component="menu.main.item"] {
    }

    .component__anchor-label_level-1[data-component="menu.main.item"] {
        font-size: calc(var(--pixelratio) * 23);
        color: #000000;
        font-weight: 400;
        line-height: 1.3;
        padding: 0em 0em;
        text-decoration: none;
    }

    .anchor-label[data-component="menu.main.item"] {
    }

    .item__subs[data-component="menu.main.item"] {
    }

    .item__subs_level-1[data-component="menu.main.item"] {
        --height: 0;
    }

    .item__subs_level-1[data-component="menu.main.item"] {
        position: absolute;
        top: 100%;
        left: 0;
        display: flex;
        flex-direction: column;
        background-color: transparent;
        width: 100%;
        height: max-content;
        max-height: var(--height);
        overflow: hidden;
        transition: max-height 250ms ease-out;
        z-index: 3;
        min-width: calc(100% + 1 * var(--vw));
    }

    .item__subs-inner_level-1[data-component="menu.main.item"] {
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
    }

    .item__subs-inner_level-1[data-component="menu.main.item"] {
        font-size: calc(var(--pixelratio) * 16);
        gap: 0.5em;
        padding-top: 0.5em;
    }

    .component_l-page-cart[data-component="cart.basic"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 7em;
    }

    .component[data-component="cart.basic"] {
    }

    .component__content[data-component="cart.basic"] {
        width: var(--container-width);
    }

    .content[data-component="cart.basic"] {
        display: flex;
        flex-direction: column;
    }

    .items[data-component="cart.basic"] {
        display: grid;
        grid-template-columns: 1fr;
        font-size: calc(1 * var(--vw));
        grid-row-gap: 2em;
    }

    .content__items[data-component="cart.basic"] {
        width: 100%;
    }

    .items__item[data-component="cart.basic"] {
        width: 100%;
        min-width: 0;
        font-size: calc(1 * var(--vw));
        padding: 1.1em 2em;
    }

    .item[data-component="cart.basic"] {
    }

    .item[data-component="cart.basic"]:hover {
        background-color: rgba(255, 255, 255, 0.43);
    }

    .item__first[data-component="cart.basic"] {
        display: none;
    }

    .first[data-component="cart.basic"] {
    }

    .quantity[data-component="cart.basic"] {
        display: flex;
        gap: 1em;
        justify-content: space-between;
    }

    .quantity__value[data-component="cart.basic"] {
        color: #ffffff;
        font-size: 6.2vw;
        line-height: 1.3;
        font-weight: 400;
    }

    .quantity__i[data-component="cart.basic"] {
        aspect-ratio: 1;
        background-color: #707170;
        color: #ffffff;
        font-size: 1.25vw;
        aspect-ratio: 1;
        background-color: #707170;
        color: #ffffff;
        font-size: 6vw;
        padding: 0;
        width: 8vw;
        border: none;
        outline: none;
    }

    .quantity__d[data-component="cart.basic"] {
        aspect-ratio: 1;
        background-color: #707170;
        color: #ffffff;
        font-size: 6vw;
        padding: 0;
        width: 8vw;
        border: none;
        outline: none;
    }

    .first-item__section-2[data-component="cart.basic"] {
        min-width: 0;
        width: 100%;
        font-size: 1vw;
        padding-left: 5em;
        padding-top: 0;
    }

    .first-item__description[data-component="cart.basic"] {
        width: 100%;
        display: flex;
    }

    .description__content[data-component="cart.basic"] {
    }

    .description__term[data-component="cart.basic"] {
        color: #ffffff;
        font-weight: 600;
        font-size: 4vw;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .description__term_accent[data-component="cart.basic"] {
    }

    .first-item__price[data-component="cart.basic"] {
        font-weight: 500;
        font-size: 6.2vw;
        line-height: 1.2;
        margin-top: 1em;
        color: #ffe59b;
    }

    .section-3__action[data-component="cart.basic"] {
        min-width: 0;
        width: 100%;
        height: auto;
        display: flex;
        background-color: transparent;
        border: none;
        padding: 0;
        align-items: center;
        font-size: 1vw;
        padding-left: 1.6em;
    }

    .item__second[data-component="cart.basic"] {
        display: grid;
        grid-template-columns: 19.5% 44.7% max-content 1fr max-content;
    }

    .second[data-component="cart.basic"] {
    }

    .second-item[data-component="cart.basic"] {
    }

    .content__bottom[data-component="cart.basic"] {
        width: 100%;
        font-size: calc(1 * var(--vw));
        margin-top: 2.5em;
    }

    .bottom[data-component="cart.basic"] {
    }

    .bottom__actions[data-component="cart.basic"] {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: calc(1 * var(--vw));
        gap: 7em;
        justify-content: space-between;
    }

    .bottom-actions__item[data-component="cart.basic"] {
        cursor: pointer;
        color: #ffffff;
        display: flex;
        align-items: center;
        font-size: calc(1 * var(--vw));
        gap: 1em;
        border: none;
        outline: none;
        background-color: transparent;
        font-family: inherit;
        line-height: 1;
    }

    .bottom-actions__item-text[data-component="cart.basic"] {
        color: inherit;
        font-size: calc(var(--pixelratio) * 30);
        font-weight: 400;
        line-height: 1.27;
    }

    .bottom-actions__item-text_size_bigger[data-component="cart.basic"] {
        font-size: calc(var(--pixelratio) * 30);
    }

    .bottom-actions__item_color-2[data-component="cart.basic"] {
        color: #ff7a9a;
    }

    .bottom-actions__item-icon[data-component="cart.basic"] {
        /* width: 56px; */
        height: 25px;
        width: auto;
    }

    .content__total[data-component="cart.basic"] {
        width: 100%;
        /* font-size: 1vw; */
    }

    .total[data-component="cart.basic"] {
        display: flex;
        flex-direction: column;
        font-size: calc(1 * var(--vw));
        gap: 2em;
        margin-top: 4.4em;
        align-items: flex-end;
    }

    .total__description[data-component="cart.basic"] {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: baseline;
        font-size: calc(1 * var(--vw));
        gap: 3.7em;
    }

    .total__text[data-component="cart.basic"] {
        text-transform: uppercase;
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 40);
        line-height: 1;
        font-weight: 700;
    }

    .total__price[data-component="cart.basic"] {
        width: max-content;
    }

    .price[data-component="cart.basic"] {
        display: flex;
    }

    .price__value[data-component="cart.basic"] {
        color: #ffe59b;
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 40);
    }

    .price__currency[data-component="cart.basic"] {
        color: #ffe59b;
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 40);
    }

    .total__action[data-component="cart.basic"] {
        cursor: pointer;
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 28);
        line-height: 1;
        background-color: #ffc61f;
        color: #000000;
        display: flex;
        border: none;
        outline: none;
        padding: 1.3em 1.3em;
        justify-content: center;
        align-items: center;
        font-family: inherit;
        margin-top: 0.2em;
        width: max-content;
    }

    .total__action[data-component="cart.basic"]:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .item__second[data-component="cart.basic"] {
        width: 100%;
        min-width: 0;
        font-size: calc(1 * var(--vw));
        padding: 1em 1em;
    }

    .second-item[data-component="cart.basic"] {
    }

    .second-item__figure[data-component="cart.basic"] {
        width: 100%;
        min-width: 0;
        background-color: white;
        height: max-content;
    }

    .second-item__image[data-component="cart.basic"] {
        width: 100%;
        aspect-ratio: 1.51;
        object-fit: contain;
    }

    .second-item__section-2[data-component="cart.basic"] {
        width: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        font-size: calc(1 * var(--vw));
        padding-left: 2.5em;
        justify-content: center;
        gap: 1em;
    }

    .second-item__description[data-component="cart.basic"] {
        width: 100%;
    }

    .description-2[data-component="cart.basic"] {
        font-size: calc(var(--pixelratio) * 27);
        font-weight: 700;
        line-height: 1.2;
    }

    .description-2__term[data-component="cart.basic"] {
        font-weight: inherit;
        font-size: inherit;
        color: #ffffff;
        text-transform: uppercase;
    }

    .description-2__term_accent[data-component="cart.basic"] {
        font-weight: inherit;
        font-size: inherit;
        color: #ffc61f;
    }

    .second-item__price[data-component="cart.basic"] {
        font-size: calc(var(--pixelratio) * 25);
        font-weight: 500;
        line-height: 1.2;
        color: #ffe59b;
    }

    .second-item__quantity[data-component="cart.basic"] {
        align-self: center;
        display: flex;
        font-size: calc(1 * var(--vw));
        gap: 1.1em;
    }

    .quantity-2[data-component="cart.basic"] {
    }

    .quantity-2__d[data-component="cart.basic"] {
        cursor: pointer;
        display: flex;
        outline: none;
        border: none;
        width: calc(var(--pixelratio) * 45);
        height: 45px;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.4);
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 45);
        line-height: 1;
    }

    .quantity-2__value[data-component="cart.basic"] {
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 30);
        line-height: 1.3;
        color: #ffffff;
    }

    .quantity-2__i[data-component="cart.basic"] {
        cursor: pointer;
        display: flex;
        outline: none;
        border: none;
        width: calc(var(--pixelratio) * 45);
        height: 45px;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.4);
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 45);
        line-height: 1;
    }

    .quantity-2__i-icon[data-component="cart.basic"] {
        width: 50%;
    }

    .quantity-2__d-icon[data-component="cart.basic"] {
        width: 45%;
    }

    .second-item__total[data-component="cart.basic"] {
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 35);
        line-height: 1.2;
        color: #ffe59b;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .second-item__action[data-component="cart.basic"] {
        cursor: pointer;
        width: calc(var(--pixelratio) * 42);
        outline: none;
        background-color: transparent;
        display: flex;
        border: none;
        height: max-content;
        align-self: center;
    }

    .second-item__action-icon[data-component="cart.basic"] {
        width: 100%;
        color: #ffffff;
    }

    .component_l-screen-2[data-component="modal.basic"] {
        --container-width: calc(0.53 * var(--screen-content-width));
        z-index: 10;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .component_l-filters-screen[data-component="modal.basic"] {
        --container-width: calc(0.53 * var(--screen-content-width));
        z-index: 10;
        position: fixed;
        width: 100%;
        height: 100%;
        max-height: 100%;
        min-height: 0;
        overflow: auto;
        background-color: rgba(223, 223, 223, 0.59);
    }

    .component_l-screen[data-component="modal.basic"] {
        --container-width: calc(0.53 * var(--screen-content-width));
        z-index: 10;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .component[data-component="modal.basic"] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .component__content[data-component="modal.basic"] {
        background-color: hsl(120, 0%, 70%);
        position: relative;
        z-index: 2;
        width: var(--container-width);
        display: flex;
        justify-content: center;
        font-size: calc(1 * var(--vw));
        padding: 3.64em 0;
    }

    .component__content_background-2[data-component="modal.basic"] {
        background-color: hsl(0, 0%, 52%);
    }

    .component__content_background-3[data-component="modal.basic"] {
        background-color: transparent;
    }

    .component__content_l-filters[data-component="modal.basic"] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .component__content_layout-2[data-component="modal.basic"] {
        font-size: calc(1 * var(--vw));
        padding: 2.8em 0;
    }

    .component__surface[data-component="modal.basic"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background-color: rgba(31, 31, 31, 0.5);
    }

    .component_state-hidden[data-component="modal.basic"] {
        display: none;
    }

    .component_state-visible[data-component="modal.basic"] {
        display: flex;
    }

    .component_text-center[data-component="modal.basic"] {
        text-align: center;
    }

    .component_white-space-pre-line[data-component="modal.basic"] {
        white-space: pre-line;
    }

    .component-l-modal-component[data-component="text.modal"] {
        font-size: calc(var(--pixelratio) * 33);
        white-space: initial;
    }

    .component-l-modal-component[data-component="checkout.basic"] {
        --container-width: calc(0.53 * var(--screen-content-width));
        width: 100%;
    }

    .component-l-modal-component--form[data-component="text.modal"] {
        width: 74%;
    }

    .component[data-component="checkout.basic"] {
        display: flex;
        justify-content: center;
    }

    .component__content[data-component="checkout.basic"] {
        width: var(--container-width);
        font-size: calc(1 * var(--vw));
    }

    .component__title[data-component="checkout.basic"] {
        width: 100%;
        font-size: calc(var(--pixelratio) * 35);
    }

    .component__subtitle[data-component="checkout.basic"] {
        font-size: calc(var(--pixelratio) * 30);
        width: 100%;
        margin-top: 1.3em;
    }

    .component__section[data-component="checkout.basic"] {
        width: 74%;
        font-size: calc(1 * var(--vw));
        margin-top: 1.5em;
    }

    .section[data-component="checkout.basic"] {
        display: flex;
        justify-content: center;
    }

    .section__content[data-component="checkout.basic"] {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .component__actions[data-component="checkout.basic"] {
        width: 74%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: calc(1 * var(--vw));
        grid-row-gap: 2.7em;
        margin-top: 1.8em;
        grid-column-gap: 1em;
    }

    .component__action-1[data-component="checkout.basic"]:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .component__action-1[data-component="checkout.basic"] {
        font-family: inherit;
        background-color: #ffc61f;
        color: #000000;
        line-height: 1;
        text-align: center;
        padding: 1em;
        font-size: calc(var(--pixelratio) * 28);
        font-weight: 500;
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
    }

    .component__action-2[data-component="checkout.basic"] {
        cursor: pointer;
        font-family: inherit;
        background-color: transparent;
        color: #ffffff;
        line-height: 1;
        text-align: center;
        padding: 1em;
        font-size: calc(var(--pixelratio) * 28);
        font-weight: 500;
        border-width: 1px;
        border-style: solid;
        border-color: #ffffff;
        outline: none;
    }

    .component__action-2[data-component="checkout.basic"]:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .component__hint[data-component="checkout.basic"] {
        width: 100%;
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 20);
        font-weight: 400;
        text-align: center;
        margin-top: 2.2em;
    }

    .component_l-checkout-basic[data-component="form.checkout"] {
        --container-width: 100%;
        width: 100%;
        font-size: calc(1 * var(--vw));
    }

    .component[data-component="form.checkout"] {
        display: flex;
        justify-content: center;
    }

    .component_l-checkout-basic_state-hidden[data-component="form.checkout"] {
        display: none;
    }

    .component__content[data-component="form.checkout"] {
        width: var(--container-width);
    }

    .content[data-component="form.checkout"] {
    }

    .form[data-component="form.checkout"] {
        display: grid;
        grid-template-columns: 1fr;
        font-size: calc(1 * var(--vw));
        grid-row-gap: 1.3em;
    }

    .content__form[data-component="form.checkout"] {
        width: 100%;
    }

    .form__area-field[data-component="form.checkout"] {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: calc(1 * var(--vw));
        margin-top: -0.3em;
    }

    .area-field[data-component="form.checkout"] {
    }

    .area-field__area[data-component="form.checkout"]:focus {
        border-color: #ffc61f;
    }

    .area-field__area[data-component="form.checkout"] {
        font-family: inherit;
        width: 100%;
        color: #ffffff;
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 23);
        line-height: 1.2;
        border-style: solid;
        border-color: #ffffff;
        border-width: 1px;
        padding: 0.8em 1em;
        background-color: transparent;
        outline: none;
        min-height: 4.7em;
    }

    .area-field__area[data-component="form.checkout"]::placeholder {
        opacity: 1;
        color: rgba(255, 255, 255, 0.4);
    }

    .form__text-field[data-component="form.checkout"] {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .text-field[data-component="form.checkout"] {
    }

    .text-field__input[data-component="form.checkout"]:focus {
        border-bottom-color: #ffc61f;
    }

    .text-field__input[data-component="form.checkout"] {
        font-family: inherit;
        width: 100%;
        color: #ffffff;
        border-top: none;
        border-left: none;
        border-right: none;
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 23);
        line-height: 1.2;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        padding: 0.8em 1em;
        background-color: transparent;
        outline: none;
    }

    .text-field__input[data-component="form.checkout"]::placeholder {
        opacity: 1;
        color: rgba(255, 255, 255, 0.4);
    }

    .form__select-input-field[data-component="form.checkout"] {
    }

    .select-input-field[data-component="form.checkout"] {
    }

    .select-input-field__label[data-component="form.checkout"] {
        position: relative;
    }

    .select-input-field__input[data-component="form.checkout"] {
    }

    .select-input-field__input[data-component="form.checkout"]:focus {
        border-bottom-color: #ffc61f;
    }

    .select-input-field__input[data-component="form.checkout"] {
        position: relative;
        z-index: 1;
        font-family: inherit;
        width: 100%;
        color: #ffffff;
        border-top: none;
        border-left: none;
        border-right: none;
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 23);
        line-height: 1.2;
        border-bottom-style: solid;
        border-bottom-color: #ffffff;
        border-bottom-width: 1px;
        padding: 0.8em 1em;
        background-color: transparent;
        outline: none;
    }

    .select-input-field__input[data-component="form.checkout"]::placeholder {
        opacity: 1;
        color: rgba(255, 255, 255, 0.4);
    }

    .select-input-field__container[data-component="form.checkout"] {
        /*display: none;*/
        position: absolute;
        width: 100%;
        height: max-content;
        max-height: max-content;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .select-input-field__select[data-component="form.checkout"] {
        background-color: transparent;
    }

    .select-input-field__svg-icon[data-component="form.checkout"] {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc(var(--pixelratio) * 22);
        right: 0.8em;
        font-size: calc(var(--pixelratio) * 23);
    }

    .svg-icon__svg[data-component="form.checkout"] {
    }

    .select-input-field__svg-icon-path[data-component="form.checkout"] {
    }

    .form__radio-button-field[data-component="form.checkout"] {
        width: 78%;
        justify-self: center;
    }

    .radio-button-field[data-component="form.checkout"] {
        display: grid;
        /* grid-template-columns: 1fr 1fr; */
        grid-template-columns: 1fr;
        font-size: calc(1 * var(--vw));
        grid-column-gap: 1em;
        grid-row-gap: 1.5em;
        width: 72%;
    }

    .radio-button-field__svg-icon[data-component="form.checkout"] {
        width: calc(var(--pixelratio) * 42);
    }

    .radio-button-field__label[data-component="form.checkout"] {
        color: inherit;
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 20);
        line-height: 1.2;
    }

    .radio-button-field__label_state-active[data-component="form.checkout"] {
    }

    .radio-button-field__input[data-component="form.checkout"] {
        display: none;
    }

    .radio-button-field__option[data-component="form.checkout"] {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(var(--pixelratio) * 20);
        line-height: 1;
        gap: 0.3em;
        border-style: solid;
        border-width: 2px;
        color: #ffe59b;
        border-color: #ffe59b;
        background-color: transparent;
        padding: 0.3em 0;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .radio-button-field__option_l-2[data-component="form.checkout"] {
        grid-column-start: 1;
        grid-column-end: 3;
        justify-self: center;
        width: 100%;
    }

    .radio-button-field__option_active[data-component="form.checkout"] {
        background-color: #ffe59b;
        color: #000000;
        width: 100%;
        min-width: 0;
    }

    .form__hint-field[data-component="form.checkout"] {
        font-size: calc(var(--pixelratio) * 25);
        font-weight: 400;
        line-height: 1.2;
        text-align: left;
        display: flex;
        width: 100%;
        color: #ffffff;
    }

    .hint-field[data-component="form.checkout"] {
    }

    .select-input-field__box[data-component="form.checkout"] {
        --height: 0;
        width: 100%;
        height: var(--height);
        font-size: calc(var(--pixelratio) * 23);
        background-color: #8c8c8c;
        top: 100%;
        transform: translateY(0.5em);
    }

    .select-input-field__box.--state-active[data-component="form.checkout"] {
        border-width: 1px;
    }

    .select-input-field__container[data-component="form.checkout"] {
        width: 100%;
        font-size: calc(var(--pixelratio) * 23);
        gap: 0;
        height: max-content;
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .select-input-field__option[data-component="form.checkout"] {
        cursor: pointer;
        width: 100%;
        line-height: 1;
        padding: 0.5em 1em;
        outline: none;
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 23);
    }

    .select-input-field__option[data-component="form.checkout"]:hover {
        color: #ffe59b;
    }

    .select-input-field__option.--state-hidden[data-component="form.checkout"] {
        display: none;
    }

    .text-field__text[data-component="form.checkout"] {
        font-size: calc(var(--pixelratio) * 13);
    }

    .select-input-field__input_invalid[data-component="form.checkout"] {
        border-bottom-color: #ff5661;
    }

    .select-input-field__input_invalid[data-component="form.checkout"]::placeholder {
        color: rgba(255, 86, 97, 1);
    }

    .select-input-field__input_invalid[data-component="form.checkout"],
    .select-input-field__label_invalid[data-component="form.checkout"] {
        color: #ff5661;
    }

    .bottom-actions__item-icon_type_cross[data-component="cart.basic"] {
        width: calc(var(--pixelratio) * 28);
        height: auto;
    }

    .bottom-actions__item-icon_type_arrow[data-component="cart.basic"] {
        width: calc(var(--pixelratio) * 57);
        height: auto;
    }

    .body[data-component="page.assignment"] {
        width: 100%;
    }

    .body__main[data-component="page.assignment"] {
        width: 100%;
    }

    .body__main_effect-blurred[data-component="page.assignment"] {
    }

    .body__section[data-component="page.assignment"] {
        --container-width: var(--screen-content-width);
        width: var(--container-width);
        font-size: calc(1 * var(--vw));
        margin-top: 3em;
    }

    .body__section-pagination-cards {
        grid-row-gap: calc(var(--pixelratio) * 32);
    }

    .section[data-component="page.assignment"] {
        display: grid;
        grid-template-columns: 1fr 75.5%;
        font-size: calc(1 * var(--vw));
        gap: 2.2em;
        position: relative;
    }

    .section__filters[data-component="page.assignment"] {
        display: none;
    }

    .cards-section[data-component="page.assignment"] {
        grid-template-columns: repeat(3, 1fr);
        grid-row: 1;
        grid-column: 1;
        width: 100%;
        height: max-content;
        min-width: 0;
        font-size: calc(1 * var(--vw));
        grid-column-gap: 2em;
        margin-top: 0;
    }

    .body__section-cards[data-component="page.assignment"] {
        font-size: calc(var(--pixelratio) * 16);
        grid-row-gap: 1.5em;
        grid-column-gap: 1.5em;
    }

    .body__section.section[data-component="page.assignment"] {
    }

    .component_l-page-assignment[data-component="card.product"] {
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        padding: 0;
        align-self: stretch;
        display: flex;
        align-items: stretch;
    }

    .component[data-component="card.product"] {
        background-color: rgba(255, 255, 255, 0.18);
    }

    .component__content[data-component="card.product"] {
    }

    .content[data-component="card.product"] {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: calc(1 * var(--vw));
        padding-top: 1.2em;
        padding-bottom: 1.6em;
        justify-content: space-between;
        flex-grow: 1;
    }

    .content__head[data-component="card.product"] {
    }

    .content__head-body[data-component="card.product"] {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
    }


    .head[data-component="card.product"] {
        position: relative;
        width: 92%;
        flex-grow: 0;
    }

    .head__labels-action-section[data-component="card.product"] {
        position: absolute;
        display: flex;
        justify-content: space-between;
        font-size: calc(1 * var(--vw));
        top: 0.7em;
        width: 93%;
        left: 50%;
        transform: translateX(-50%);
    }

    .head__labels[data-component="card.product"] {
        height: max-content;
    }

    .head-labels[data-component="card.product"] {
    }

    .head-labels__item[data-component="card.product"] {
        color: #000;
        font-size: calc(var(--pixelratio) * 18);
        font-weight: 400;
        line-height: 1.2;
        background-color: #ffeca7;
        padding: 0.5em 1em;
        border-radius: 9.3vw;
        outline: none;
        border: none;
    }

    .head__action[data-component="card.product"] {
        cursor: pointer;
        display: flex;
        outline: none;
        border: none;
        padding: 0;
        background-color: transparent;
        width: max-content;
        height: max-content;
    }

    .action__svg-figure[data-component="card.product"] {
        width: calc(var(--pixelratio) * 39);
    }

    .head__figure[data-component="card.product"] {
    }

    .head-figure[data-component="card.product"] {
        width: 100%;
        background-color: white;
    }

    .head-figure[data-component="card.product"] > a {
        display: flex !important;
    }


    .head-figure__image[data-component="card.product"] {
        width: 100%;
        aspect-ratio: 1.61;
        object-fit: contain;
    }

    .content__body[data-component="card.product"] {
        font-size: calc(1 * var(--vw));
        margin-top: 1.2em;
        width: 92%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .body[data-component="card.product"] {
    }

    .body__code[data-component="card.product"] {
        color: #ffe59b;
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 18);
        line-height: 1.2;
        flex-grow: 0;
    }

    .body__price[data-component="card.product"] {
    }

    .text-price[data-component="card.product"] {
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 25);
        line-height: 1.2;
        color: #ffe59b;
        margin-top: 0.58em;
    }

    .text-price__text[data-component="card.product"] {
        font-weight: inherit;
        font-size: inherit;
    }

    .value-price[data-component="card.product"] {
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 25);
        line-height: 1.2;
        color: #ffe59b;
        margin-top: 0.58em;
    }

    .value-price[data-component="card.product"] {
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 25);
        line-height: 1.2;
        color: #ffe59b;
        margin-top: 0.58em;
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

    .value-price__value[data-component="card.product"] {
        font-size: inherit;
        font-weight: inherit;
    }

    .value-price__currency[data-component="card.product"] {
        font-size: inherit;
        font-weight: inherit;
    }

    .price__value[data-component="card.product"] {
        font-size: inherit;
        font-weight: inherit;
    }

    .price__currency[data-component="card.product"] {
        font-size: inherit;
        font-weight: inherit;
    }

    .body__description[data-component="card.product"] {
        font-size: calc(var(--pixelratio) * 20);
        font-weight: 500;
        color: #ffffff;
        line-height: 1.3;
        margin-top: 0.8em;
        flex-grow: 0;
    }

    .content__actions[data-component="card.product"] {
    }

    .actions[data-component="card.product"] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        font-size: calc(1 * var(--vw));
        gap: 2em;
        margin-top: 1.5em;
        width: 92%;
        grid-column-gap: 0.5em;
        align-items: flex-end;
        flex-grow: 0;
    }

    .actions__second-item[data-component="card.product"] {
        border-width: 2px;
        border-style: solid;
        border-color: #ffc61f;
        background-color: #ffc61f;
        font-size: calc(var(--pixelratio) * 20);
        padding: 0.7em 1em;
        font-family: inherit;
        line-height: 1;
        color: #000000;
    }

    .actions__first-item[data-component="card.product"] {
        border-width: 2px;
        border-style: solid;
        border-color: #ffffff;
        background-color: transparent;
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 20);
        padding: 0.7em 1em;
        font-family: inherit;
        line-height: 1;
    }

    .component_l-page-assignment[data-component="content.expandable-text"] {
        width: 100%;
        --container-width: var(--screen-content-width);
        font-size: calc(1 * var(--vw));
        margin-top: 6em;
    }

    .component[data-component="content.expandable-text"] {
    }

    .component__content[data-component="content.expandable-text"] {
        width: var(--container-width);
    }

    .component__container[data-component="content.expandable-text"] {
        --max-height: 18em;
        width: 100%;
        font-size: calc(1 * var(--vw));
        max-height: var(--max-height);
        overflow: hidden;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .component__inner[data-component="content.expandable-text"] {
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 25);
        width: 100%;
        color: #ffffff;
    }

    .text__button[data-component="content.expandable-text"] {
        padding: 0.8em 2.4em;
        border-width: 2px;
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 33);
        width: max-content;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }

    .component_l-page-about[data-component="layout.burger"],
    .component_l-page-reviews[data-component="layout.burger"],
    .component_l-page-repair[data-component="layout.burger"],
    .component_l-page-payment-and-delivery[data-component="layout.burger"],
    .component_l-page-privacy-policy[data-component="layout.burger"],
    .component_l-page-cart[data-component="layout.burger"],
    .component_l-page-product[data-component="layout.burger"],
    .component_l-page-contacts[data-component="layout.burger"],
    .component_l-page-catalogs[data-component="layout.burger"],
    .component_l-page-favorites[data-component="layout.burger"],
    .component_l-page-home[data-component="layout.burger"] {
        display: none;
    }

    .component_l-page-assignment[data-component="filter.desktop.root"] {
        width: 100%;
        --container-width: 100%;
        font-size: calc(1 * var(--vw));
        min-width: 0;
    }

    .component[data-component="filter.desktop.root"] {
        display: flex;
        justify-content: center;
    }

    .component__content[data-component="filter.desktop.root"] {
        width: var(--container-width);
    }

    .content[data-component="filter.desktop.root"] {
        display: flex;
        flex-direction: column;
    }

    .content__head[data-component="filter.desktop.root"] {
        display: flex;
        flex-direction: column;
        font-size: calc(1 * var(--vw));
        width: 100%;
    }

    .head__title[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 24);
        font-weight: 700;
        color: #ffe59b;
        line-height: 1.29;
    }

    .head__title_state-inactive[data-component="filter.desktop.root"] {
        display: none;
    }

    .head__title_state-active[data-component="filter.desktop.root"] {

    }

    .head__items[data-component="filter.desktop.root"] {
        display: flex;
        flex-direction: column;
        width: 100%;
        font-size: calc(var(--pixelratio) * 20);
        gap: .5em;
        margin-top: .5em;
        padding-left: 0;
    }

    .head__divider[data-component="filter.desktop.root"] {
        height: 0;
        font-size: calc(var(--pixelratio) * 20);
    }

    .head__divider_state-active[data-component="filter.desktop.root"] {
        height: 1em;
    }


    .items__range-item[data-component="filter.desktop.root"] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        font-size: calc(1 * var(--vw));
        grid-column-gap: 1.2em;
        grid-row-gap: 0.9em;
    }

    .range-item__title[data-component="filter.desktop.root"] {
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 20);
        font-weight: 500;
        line-height: 1.35;
        grid-column-start: 1;
        font-weight: 500;
        grid-column-end: 3;
    }

    .range-item[data-component="filter.desktop.root"] {
    }

    .range-item__block[data-component="filter.desktop.root"] {
        padding: 0.5em 1em;
        min-width: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.18);
        position: relative;
        display: flex;
        font-size: calc(var(--pixelratio) * 18);
        align-items: center;
    }

    .range-item__block_state-active[data-component="filter.desktop.root"] {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .range-item_first[data-component="filter.desktop.root"] {
    }

    .range-item__prefix[data-component="filter.desktop.root"] {
        color: #ffffff;
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 18);
        line-height: 1.33;
        position: static;
    }

    .range-item__input-suffix[data-component="filter.desktop.root"] {
        display: flex;
        align-items: center;
        flex-grow: 1;
        min-width: 0;
        width: max-content;
    }

    .range-item__input[data-component="filter.desktop.root"] {
        color: #ffffff;
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 18);
        line-height: 1.33;
        outline: none;
        border: none;
        background-color: transparent;
        padding-left: 0.5em;
        flex-grow: 0;
        box-sizing: border-box;
        /* max-width: 100%; */
        min-width: 0;
        width: max-content;
        max-width: 89%;
        min-width: 10%;
        word-wrap: normal;
        overflow: hidden;
    }

    .range-item__suffix[data-component="filter.desktop.root"] {
        color: #ffffff;
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 18);
        line-height: 1.33;
        outline: none;
        flex-grow: 0;
    }

    .range-item_second[data-component="filter.desktop.root"] {
    }


    .items__name-values-item[data-component="filter.desktop.root"] {
    }

    .name-values-item[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 20);
        display: flex;
        flex-direction: column;
        gap: .5em;
    }

    .name-values-item__name[data-component="filter.desktop.root"] {
        color: white;
        font-weight: 500;
        font-size: calc(var(--pixelratio) * 23.4);
        line-height: 1.35;
    }

    .name-values-item__values[data-component="filter.desktop.root"] {
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 23.4);
        gap: .3em;
        padding-left: 0;
        margin-left: 1em;
    }

    .name-values-item__value[data-component="filter.desktop.root"] {
        display: flex;
        width: max-content;
        max-width: 100%;
        color: white;
        font-size: calc(var(--pixelratio) * 23.4);
        gap: .5em;
        cursor: pointer;
    }

    .name-values-item__action[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 19);
        flex-shrink: 0;
        position: relative;
        top: -.1em;
    }

    .name-values-item__text[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 16);
    }


    .items__column-item[data-component="filter.desktop.root"] {
        width: 100%;
    }

    .column-item[data-component="filter.desktop.root"] {
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 20);
        gap: .5em;
    }

    .column-item__item[data-component="filter.desktop.root"] {
        display: flex;
        font-size: calc(var(--pixelratio) * 20);
        gap: .5em;
        cursor: pointer;
    }

    .column-item__action[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 19);
        flex-shrink: 0;
        position: relative;
        top: -.1em;
        color: white;
    }

    .column-item__text[data-component="filter.desktop.root"] {
        color: white;
        font-size: calc(var(--pixelratio) * 16);
    }

    .items__value-item[data-component="filter.desktop.root"] {
        display: flex;
        width: 100%;
    }

    .value-item[data-component="filter.desktop.root"] {
        color: white;
        display: flex;
        font-size: calc(var(--pixelratio) * 20);
        gap: .5em;
        cursor: pointer;
    }

    .value-item__action {
        font-size: calc(var(--pixelratio) * 19);
        flex-shrink: 0;
        position: relative;
        top: -.1em;
    }

    .value-item__text {
        color: white;
        font-size: calc(var(--pixelratio) * 16);
    }


    .items__labels-item[data-component="filter.desktop.root"] {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: calc(1 * var(--vw));
    }

    .labels-item__block[data-component="filter.desktop.root"] {
        width: 100%;
        display: flex;
        font-size: calc(1 * var(--vw));
        align-items: center;
        gap: 0.5em;
    }

    .labels-block__button[data-component="filter.desktop.root"] {
        width: calc(var(--pixelratio) * 16);
        border: none;
        outline: none;
        padding: 0;
        display: flex;
        background-color: transparent;
        cursor: pointer;
    }

    .labels-block__svg[data-component="filter.desktop.root"] {
        width: 100%;
        color: #ffffff;
    }

    .labels-block__label-value[data-component="filter.desktop.root"] {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
    }

    .labels-block__label[data-component="filter.desktop.root"] {
        font-weight: 600;
        font-size: calc(var(--pixelratio) * 23);
        line-height: 1.34;
        color: #ffffff;
    }

    .labels-block__value[data-component="filter.desktop.root"] {
        font-weight: 400;
        font-size: calc(var(--pixelratio) * 23);
        line-height: 1.34;
        color: #ffffff;
    }

    .content__body[data-component="filter.desktop.root"] {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: calc(var(--pixelratio) * 20);
        margin-top: .5em;
    }

    .body[data-component="filter.desktop.root"] {
    }

    .body__items[data-component="filter.desktop.root"] {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 16);
        gap: .5em;
    }

    .body__expander-item[data-component="filter.desktop.root"] {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 20);
        padding: 0;
        background-color: transparent;
    }

    .expander-item__head[data-component="filter.desktop.root"] {
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: calc(1 * var(--vw));
        gap: 1em;
        align-items: center;
        padding: 0.5em 0;
        background-color: transparent;
        border: none;
        outline: none;
        font-family: inherit;
        padding-left: 0;
    }

    .expander-head__label[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 23.4);
        font-weight: 500;
        color: white;
        line-height: 1.34;
        text-align: left;
    }

    .expander-head__label_state-active[data-component="filter.desktop.root"] {
        color: #ffe59b
    }

    .expander-head__symbol[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 34);
        font-weight: 500;
        color: white;
        line-height: 1.34;
        width: calc(var(--pixelratio) * 22);
        flex-shrink: 0;
        transform-origin: center center;
        transform: rotate(0deg);
        transition: transform 200ms ease;
    }

    .expander-head__symbol_state-active[data-component="filter.desktop.root"] {
        color: #ffe59b;
        transform: rotate(180deg);
    }

    .expander-head[data-component="filter.desktop.root"]:hover > .expander-head__symbol[data-component="filter.desktop.root"] {
        color: #ffe59b;
    }

    .expander-head[data-component="filter.desktop.root"]:hover > .expander-head__label[data-component="filter.desktop.root"] {
        color: #ffe59b;
    }

    .expander-item__body[data-component="filter.desktop.root"] {
        --max-height: 0;
        width: 100%;
        height: max-content;
        max-height: var(--max-height);
        overflow: hidden;
        transition: max-height 250ms ease-out;
    }

    .expander-item__body_state-expanded[data-component="filter.desktop.root"] {
        --max-height: max-content;
    }

    .expander-body__container[data-component="filter.desktop.root"] {
        height: max-content;
        font-size: calc(var(--pixelratio) * 18);
        background-color: rgba(255, 255, 255, 0.18);
        padding: 1em;
        max-height: 18em;
        overflow: auto;
    }

    .expander-body__container[data-component="filter.desktop.root"]::-webkit-scrollbar {
        background: rgba(31, 31, 31, .5);
        width: 12px;
    }

    .expander-body__container[data-component="filter.desktop.root"]::-webkit-scrollbar-button {
        height: 0;
    }

    .expander-body__container[data-component="filter.desktop.root"]::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .expander-body__container[data-component="filter.desktop.root"]::-webkit-scrollbar-track-piece {

    }

    .expander-body__container[data-component="filter.desktop.root"]::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 0;
        background: #ffe59b;
    }

    .expander-body__container[data-component="filter.desktop.root"]::-webkit-scrollbar-corner {
        display: none;
    }


    .expander-container__options-content[data-component="filter.desktop.root"] {
        width: 100%;
        padding-left: 0;
    }

    .options[data-component="filter.desktop.root"] {
    }

    .options__items[data-component="filter.desktop.root"] {
        width: 100%;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 20);
        gap: 0.85em;
        display: flex;
    }

    .options__composite-option[data-component="filter.desktop.root"] {
    }

    .icon-button__svg[data-component="filter.desktop.root"] {
        width: calc(var(--pixelratio) * 16);
    }

    .items__icon-button[data-component="filter.desktop.root"] {
        cursor: pointer;
        width: 100%;
        background-color: #ffffff;
        outline: none;
        display: flex;
        border: none;
        align-items: center;
        font-size: calc(var(--pixelratio) * 23);
        justify-content: center;
        font-family: inherit;
        padding: 0.4em 1.5em;
        gap: 1em;
    }

    .items__icon-button_l-1[data-component="filter.desktop.root"] {
        margin-top: 0.5em;
    }


    .clear-all-button {
        cursor: pointer;
        width: 100%;
        background-color: #ffffff;
        outline: none;
        display: flex;
        border: none;
        align-items: center;
        font-size: calc(var(--pixelratio) * 23);
        justify-content: center;
        font-family: inherit;
        padding: 0.4em 1.5em;
        margin-top: 0.9em;
        gap: 1em;
    }

    .items__icon-button_hidden[data-component="filter.desktop.root"] {
        display: none;
    }


    .component__content[data-component="field.checkboxes-list-tree"] {
        font-size: calc(var(--pixelratio) * 16);
        gap: .5em;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .component__head[data-component="field.checkboxes-list-tree.expander-item"] {
        cursor: pointer;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: calc(1 * var(--vw));
        gap: 1em;
        align-items: center;
        background-color: transparent;
        border: none;
        outline: none;
        font-family: inherit;
        padding: 0.5em 0;
    }

    .component__head-label[data-component="field.checkboxes-list-tree.expander-item"] {
        font-size: calc(var(--pixelratio) * 23.4);
        font-weight: 500;
        color: white;
        line-height: 1.34;
        text-align: left;
    }

    .component__head[data-component="field.checkboxes-list-tree.expander-item"]:hover .component__head-label,
    .component__head_expanded[data-component="field.checkboxes-list-tree.expander-item"] .component__head-label {
        color: #ffe59b;
    }

    .component__head-symbol[data-component="field.checkboxes-list-tree.expander-item"] {
        font-size: calc(var(--pixelratio) * 34);
        font-weight: 500;
        color: white;
        line-height: 1.34;
        width: calc(var(--pixelratio) * 22);
        flex-shrink: 0;
        transform-origin: center center;
        transform: rotate(0deg);
        transition: transform 200ms ease;
    }

    .component__head[data-component="field.checkboxes-list-tree.expander-item"]:hover .component__head-symbol {
        color: #ffe59b;
    }

    .component__head_expanded[data-component="field.checkboxes-list-tree.expander-item"] .component__head-symbol {
        color: #ffe59b;
        transform: rotate(180deg);
    }

    .component__body[data-component="field.checkboxes-list-tree.expander-item"] {
        --max-height: 0;
        width: 100%;
        height: max-content;
        max-height: var(--max-height);
        overflow: hidden;
        transition: max-height 250ms ease-out;
    }

    .component__body_state-expanded[data-component="field.checkboxes-list-tree.expander-item"] {
        --max-height: max-content;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"] {
        height: max-content;
        font-size: calc(var(--pixelratio) * 18);
        background-color: rgba(255, 255, 255, 0.18);
        padding: 1em;
        max-height: 18em;
        overflow: auto;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"] {
        height: max-content;
        font-size: calc(var(--pixelratio) * 18);
        background-color: rgba(255, 255, 255, 0.18);
        padding: 1em;
        max-height: 18em;
        overflow: auto;
        display: flex;
        flex-direction: column;
        gap: 0.825em;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"]::-webkit-scrollbar {
        background: rgba(31, 31, 31, .5);
        width: 12px;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"]::-webkit-scrollbar-button {
        height: 0;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"]::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"]::-webkit-scrollbar-track-piece {

    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"]::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 0;
        background: #ffe59b;
    }

    .component__container[data-component="field.checkboxes-list-tree.expander-item"]::-webkit-scrollbar-corner {
        display: none;
    }

    .component[data-component="field.checkboxes-list-tree.checkbox-item"] {
        display: flex;
        font-size: calc(var(--pixelratio) * 20);
        gap: .4em;
        cursor: pointer;
    }

    .component_l-expander[data-component="field.checkboxes-list-tree.checkbox-item"] {
        width: 100%;
    }

    .component_state-active[data-component="field.checkboxes-list-tree.checkbox-item"] {

    }

    .component__checkbox[data-component="field.checkboxes-list-tree.checkbox-item"] {
        font-size: calc(var(--pixelratio) * 20);
        width: 1.2em;
        height: 1.2em;
        border-style: solid;
        border-color: white;
        border-width: .1em;
        padding: 0.2em;
        border-radius: 0.15em;
        flex-shrink: 0;
    }

    .component_state-active[data-component="field.checkboxes-list-tree.checkbox-item"] .component__checkbox {
        background-color: #ffc61f;
        border-color: #ffc61f;
    }

    .component__checkbox-icon[data-component="field.checkboxes-list-tree.checkbox-item"] {
        color: transparent;
    }

    .component_state-active[data-component="field.checkboxes-list-tree.checkbox-item"] .component__checkbox-icon {
        color: white;
    }

    .component__label[data-component="field.checkboxes-list-tree.checkbox-item"] {
        color: white;
        height: max-content;
        font-size: calc(var(--pixelratio) * 23.4);
        line-height: 1.2;
        position: relative;
        top: -0.06em;
    }

    .component_state-active[data-component="field.checkboxes-list-tree.checkbox-item"] .component__label {
        color: #ffc61f;
    }

    .component[data-component="field.checkboxes-list-tree.text-item"] {
        font-size: calc(var(--pixelratio) * 23.4);
        font-weight: 500;

        color: white;
        line-height: 1.34;
        text-align: left;

        padding: calc(.5 * var(--vw)) 0;
        padding-bottom: 0;
        cursor: pointer;
    }

    .component[data-component="field.checkboxes-list-tree.text-item"]:hover {
        color: #ffe59b;
    }

    .component_l-checkboxes-list-tree[data-component="field.checkboxes-list-tree.text-item"] {
        width: 100%;
    }

    .component_active[data-component="field.checkboxes-list-tree.text-item"] {
        color: #ffe59b;
    }


    .section__filters-2[data-component="page.assignment"] {
        min-width: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .filters-2__image[data-component="page.assignment"] {
        width: 100%;
        min-width: 0;
        height: max-content;
        object-fit: contain;
        font-size: calc(var(--pixelratio) * 20);
        margin-bottom: 3em;
    }

    .icon-button__text[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 23);
        font-weight: 400;
        line-height: 1.2;
        white-space: pre;
    }

    .options__button-option[data-component="filter.desktop.root"]:hover {
        color: #ffe59b;
    }

    .options__button-option[data-component="filter.desktop.root"] {
        cursor: pointer;
        color: #ffffff;
        line-height: 1.3;
        font-size: calc(var(--pixelratio) * 20);
        font-weight: 400;
        background-color: transparent;
        display: flex;
        border: none;
        outline: none;
        font-family: inherit;
        text-align: left;
        padding: 0;
    }

    .items__pick-item[data-component="filter.desktop.root"] {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: calc(1 * var(--vw));
        align-items: center;
        margin-top: 1.6em;
    }

    .pick-item[data-component="filter.desktop.root"] {
    }

    .pick-item__button[data-component="filter.desktop.root"] {
        cursor: pointer;
        padding: 0;
        outline: none;
        border: none;
        background-color: transparent;
        display: flex;
        width: max-content;
        font-size: calc(1 * var(--vw));
        margin-right: 0.7em;
    }

    .pick-item__icon[data-component="filter.desktop.root"] {
        width: calc(var(--pixelratio) * 16);
        color: #ffffff;
    }

    .pick-item__values[data-component="filter.desktop.root"] {
        color: #000000;
        font-weight: 500;
        font-size: 5.6vw;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.4;
    }

    .pick-item__value[data-component="filter.desktop.root"] {
        font-size: calc(var(--pixelratio) * 23);
        line-height: 1.3;
        font-weight: 400;
        color: #ffffff;
    }

    .pick-item__label[data-component="filter.desktop.root"] {
        font-weight: 600;
        font-size: calc(var(--pixelratio) * 23);
        line-height: 1.34;
        color: #ffffff;
        margin-right: 0.2em;
    }

    .content__title[data-component="filter.desktop.root"] {
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 20);
        line-height: 1.35;
        font-weight: 500;
    }

    .component_l-page-assignment[data-component="field.select"] {
        width: 100%;
        --container-width: 100%;
    }

    .component[data-component="field.select"] {
        display: flex;
        justify-content: center;
    }

    .component_l-page-assignment--preview[data-component="field.select"] {
        --container-width: max-content;
        margin-left: auto;
        flex-grow: 0;
        width: max-content;
    }

    .component__content[data-component="field.select"] {
        width: var(--container-width);
        position: relative;
    }

    .component__label[data-component="field.select"] {
        width: max-content;
        display: flex;
        background-color: rgba(255, 255, 255, 0.18);
        font-size: calc(1 * var(--vw));
        padding: 0.9em 3em;
        position: relative;
        margin-left: auto;
        min-width: 38%;
        padding-left: 0.8em;
    }

    .label__icon-text-item[data-component="field.select"] {
        display: flex;
        align-items: center;
        font-size: 1vw;
        gap: 6em;
        width: max-content;
        min-width: 0;
        max-width: 90%;
    }

    .label-icon-text-item[data-component="field.select"] {
    }

    .label-icon-text-item__icon[data-component="field.select"] {
        width: 8.4vw;
        color: #ffffff;
        display: none;
    }

    .label-icon-text-item__text[data-component="field.select"] {
        font-size: calc(var(--pixelratio) * 24);
        font-weigth: 700;
        color: #ffffff;
    }

    .label__icon[data-component="field.select"] {
        width: 8.4vw;
    }

    .label-icon[data-component="field.select"] {
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translateY(-50%);
        width: calc(var(--pixelratio) * 22);
    }

    .label-icon__svg[data-component="field.select"] {
        width: 100%;
    }

    .label-icon__path[data-component="field.select"] {
        fill: #ffffff;
    }

    .label__text-item[data-component="field.select"] {
        width: 100%;
    }

    .label-text-item[data-component="field.select"] {
        display: flex;
        align-items: center;
        font-size: calc(var(--pixelratio) * 24);
        gap: 0.6em;
    }

    .label-text-item__name[data-component="field.select"] {
        font-weight: 700;
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 24);
        line-height: 1.29;
    }

    .label-text-item__value[data-component="field.select"] {
        font-weight: normal;
        color: #ffffff;
        font-size: calc(var(--pixelratio) * 24);
        line-height: 1.29;
    }

    .component__container[data-component="field.select"] {
        /* display: none; */
        display: flex;
        justify-content: center;
    }

    .component__box[data-component="field.select"] {
        --max-height: 0;
        overflow: hidden;
        height: max-content;
        max-height: var(--max-height);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        transition: max-height 200ms ease-out;
    }

    .component__icon-text-option[data-component="field.select"] {
        cursor: pointer;
        width: 100%;
        display: flex;
        background-color: transparent;
        border: none;
        font-family: inherit;
        font-size: calc(var(--pixelratio) * 23);
        padding: 0.75em 1.5em;
        gap: 1em;
        align-items: center;
        color: #ffffff;
    }

    .component__icon-text-option[data-component="field.select"]:hover {
        color: #ffe59b;
    }

    .icon-text-option__icon[data-component="field.select"] {
        width: calc(var(--pixelratio) * 30);
        color: #ffffff;
    }

    .icon-text-option__text[data-component="field.select"] {
        color: inherit;
        font-size: calc(var(--pixelratio) * 23);
    }

    .component__options[data-component="field.select"] {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: hsl(0, 1%, 40%);
        height: max-content;
    }

    .component__box[data-component="field.select"] {
        width: 100%;
    }

    .body__cards[data-component="page.favorites"] {
        width: 90%;
        --container-width: 90%;
        justify-content: center;
        font-size: calc(1 * var(--vw));
        margin-top: 2.8em;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 1.25em;
    }

    .component_l-page-home--1[data-component="field.slider"] {
        font-size: calc(var(--pixelratio) * 1);
        margin-bottom: 1em;
        margin-top: 41em;
        max-width: 100%;
        width: 100%;
    }

    .component[data-component="field.slider"] {
        display: flex;
        justify-content: center;
    }

    .component__content[data-component="field.slider"] {
        width: calc(var(--screen-content-width));
    }

    .content__input[data-component="field.slider"] {
        --background-size-x: 0;
        font-size: calc(1 * var(--pixelratio));
        position: relative;
        -webkit-appearance: none;
        margin-right: 0;
        outline: none;
        height: 10em;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.6);
        background-image: linear-gradient(#ffc61f, #ffc61f);
        background-size: var(--background-size-x) 100%;
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 0;
        border: none;
    }

    .content__input[data-component="field.slider"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: calc(20 * var(--pixelratio));
        width: calc(7.78 * 20 * var(--pixelratio));
        border-radius: calc(0.23 * 20 * var(--pixelratio));
        background: #ffc61f;
        cursor: pointer;
        box-shadow: none;
        transition: background 0.3s ease-in-out;
    }

    .content__input[data-component="field.slider"]::-moz-range-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #ff4500;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #555;
        transition: background 0.3s ease-in-out;
    }

    .content__input[data-component="field.slider"]::-ms-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #ff4500;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #555;
        transition: background 0.3s ease-in-out;
    }

    /*.content__input[data-component="field.slider"]::-webkit-slider-thumb:hover {*/
    /*    background: #FFC61F;*/
    /*}*/
    /*.content__input[data-component="field.slider"]::-moz-range-thumb:hover {*/
    /*    background: #ff0200;*/
    /*}*/
    /*.content__input[data-component="field.slider"]::-ms-thumb:hover {*/
    /*    background: #ff0200;*/
    /*}*/
    .content__input[data-component="field.slider"]::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        box-shadow: none;
        border: none;
        background: transparent;
    }

    .content__input[data-component="field.slider"]::-moz-range-track {
        -webkit-appearance: none;
        box-shadow: none;
        border: none;
        background: transparent;
    }

    .content__input[data-component="field.slider"]::-ms-track {
        -webkit-appearance: none;
        box-shadow: none;
        border: none;
        background: transparent;
    }

    .component.component_l-page-home--2[data-component="field.slider"] {
        display: none;
    }


    .component[data-component="field.items-tree.tree"] {
    }

    .component_l-filter-desktop[data-component="field.items-tree.tree"] {
        background-color: transparent;
    }

    .component__content[data-component="field.items-tree.tree"] {
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 20);
        gap: .75em;
    }

    .component[data-component="field.items-tree.item"] {
        display: flex;
        flex-direction: column;
    }

    .component_l-field-checkboxes-list-tree-tree[data-component="field.items-tree.item"] {

    }

    .item[data-component="field.items-tree.item"] {
    }

    .item__head[data-component="field.items-tree.item"] {
        display: flex;
        font-size: calc(var(--pixelratio) * 20);
        gap: .4em;
        cursor: pointer;
    }

    .item__icon[data-component="field.items-tree.item"] {
        width: 1.2em;
        height: 1.2em;
        font-size: calc(var(--pixelratio) * 20);
        flex-shrink: 0;
        border-style: solid;
        border-color: white;
        border-width: .1em;
        border-radius: .15em;
    }

    .item__figure[data-component="field.items-tree.item"] {
        width: 100%;
        color: transparent;
    }

    .item__text[data-component="field.items-tree.item"] {
        color: white;
        font-size: calc(var(--pixelratio) * 18);
        line-height: 1.2;
        height: max-content;
        position: relative;
        top: .1em;
    }

    .item__container[data-component="field.items-tree.item"] {
        font-size: calc(var(--pixelratio) * 18);
        padding-left: 1em;
    }

    .item__items[data-component="field.items-tree.item"] {
        font-size: calc(var(--pixelratio) * 20);
        gap: .75em;
        display: flex;
        flex-direction: column;
        padding-top: .75em;
    }


    .expander-item[data-component="field.items-tree.item"] {

    }

    .expander-item_l-field-items-tree-tree[data-component="field.items-tree.item"] {
        padding: 0;
        background-color: transparent;
    }

    .expander-item__head[data-component="field.items-tree.item"] {
        display: flex;
        width: 100%;
        justify-content: space-between;
        cursor: pointer;
    }

    .expander-item__label[data-component="field.items-tree.item"] {
        font-size: calc(var(--pixelratio) * 20);
        color: white;
    }

    .expander-item__head_state-active[data-component="field.items-tree.item"] > .expander-item__label[data-component="field.items-tree.item"] {
        color: rgb(255, 229, 155);;
    }


    .expander-item__icon[data-component="field.items-tree.item"] {
        width: calc(var(--pixelratio) * 23);
        color: white;

        transform-origin: center center;
        transform: rotate(0);
    }

    .expander-item__head_state-active[data-component="field.items-tree.item"] > .expander-item__icon[data-component="field.items-tree.item"] {
        transform: rotate(180deg);
        color: rgb(255, 229, 155);
    }

    .expander-item__head[data-component="field.items-tree.item"]:hover .expander-item__label[data-component="field.items-tree.item"] {
        color: rgb(255, 229, 155);
    }

    .expander-item__head[data-component="field.items-tree.item"]:hover .expander-item__icon[data-component="field.items-tree.item"] {
        color: rgb(255, 229, 155);
    }


    .expander-item__items[data-component="field.items-tree.item"] {
        height: max-content;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.18);
        font-size: calc(var(--pixelratio) * 18);
        padding: 1em;
        gap: .75em;
    }

    .expander-item__box[data-component="field.items-tree.item"] {
        --max-height: 0;
        overflow: hidden;

        max-height: var(--max-height);
    }

    .expander-item__box_state-expanded[data-component="field.items-tree.item"] {
        --max-height: max-content;
    }


    .checkbox-item[data-component="field.items-tree.item"] {
        display: flex;
        font-size: calc(var(--pixelratio) * 20);
        gap: .4em;
        cursor: pointer;
    }

    .checkbox-item_l-field-items-tree-item[data-component="field.items-tree.item"] {
        width: 100%;
    }

    .checkbox-item__icon[data-component="field.items-tree.item"] {
        width: 1.2em;
        font-size: calc(var(--pixelratio) * 20);
        border-width: .1em;
        border-style: solid;
        border-color: white;
        border-radius: .15em;
        flex-shrink: 0;
        height: 1.2em;
        padding: .2em;
    }

    .checkbox-item__icon_state-active[data-component="field.items-tree.item"] {
        border-color: #ffc61f;
        background-color: #ffc61f;
    }

    .checkbox-item__svg[data-component="field.items-tree.item"] {
        width: 100%;
        color: transparent;
    }

    .checkbox-item__svg_state-active[data-component="field.items-tree.item"] {
        color: white;
    }

    .checkbox-item__label[data-component="field.items-tree.item"] {
        font-size: calc(var(--pixelratio) * 18);
        color: white;
        position: relative;
        line-height: 1.2;
        top: 0.1em;
    }

    .checkbox-item__label[data-component="field.items-tree.item"]:hover {
        color: #ffc61f;
    }

    .checkbox-item__label_state-active[data-component="field.items-tree.item"] {
        color: #ffc61f;
    }

    .expander-item__divider[data-component="field.items-tree.item"] {
        --height: 0;
        width: 100%;
        background: transparent;
        font-size: calc(var(--pixelratio) * 20);
        height: var(--height);
    }

    .expander-item__divider_state-expanded[data-component="field.items-tree.item"] {
        --height: .75em;
    }


    .plain-item[data-component="field.items-tree.item"] {
        font-size: 5.8vw;
        line-height: 1.3;
        background-color: transparent;
        padding: 0;
    }

    .plain-item[data-component="field.items-tree.item"] {
        cursor: pointer;
    }

    .plain-item_l-field-items-tree-tree[data-component="field.items-tree.item"] {
        width: 100%;
        color: white;
        line-height: 1.4;
        font-size: calc(var(--pixelratio) * 20);
    }

    .plain-item_state-active[data-component="field.items-tree.item"] {
        color: #ffe59b;
    }

    .plain-item_l-field-items-tree-tree[data-component="field.items-tree.item"]:hover {
        color: #ffe59b;
    }

}

@media screen and (max-width: 600px) {
    .content__section-5[data-component="footer.basic"] {
        margin-top: 7rem;
    }

    .section-4__image[data-component="footer.basic"] {
        width: 8.7vw;
    }

    .section-1[data-component="footer.basic"],
    .section-2[data-component="footer.basic"] {
        font-size: 5.2vw;
        gap: 0.65em;
    }

    .component_l-page-product[data-component="crumbs.basic"] {
        margin-top: 29em;
    }
}

.dropdown-item.recent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.component_l-page-assignment
.text__button[data-component="content.expandable-text"] {
    display: none;
}

.submenu-container {
    padding-left: 1.55rem;
}

.submenu-container a {
    margin-top: 1rem;
    display: inline-block;
    color: #000;
    text-decoration: none;
    width: 100%;
    font-size: 1rem;
}

.submenu-arrow {
    cursor: pointer;
    width: 24px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.component__anchor-label.component__anchor-label_level-2[data-component="menu.side.item"] {
    display: flex;
    justify-content: space-between;
}

.zastosuvatu {
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: #ffc61f;
    background-color: #ffc61f;
    font-size: 5.3vw;
    padding: 0.6em 1em;
    font-family: inherit;
    line-height: 1;
    color: #000000;
    margin-top: 3rem;
    position: sticky;
    top: 0;
}

.body__section-cards.cards-section.adapt {
    max-width: 1250px;
    margin-top: 30px;
}

.adapt .actions__first-item {
    text-align: center;
}

.adapt-description {
    text-align: center;
    font-weight: 900;
}

.adapt .head__figure a {
    display: inline-block;
}

[data-related-root="filters-section-sort"],
[data-related-root="preview-section-sort"] {
    display: none !important;
}

@media screen and (max-width: 899px) {
    .leaf-button[data-component="filter.desktop.tree.item"]:focus,
    .leaf-button[data-component="filter.desktop.tree.item"]:hover {
        color: #000 !important;
    }

    .items__anchor-item[data-component="crumbs.basic"] {
        width: 100%;
    }

    .section-filters[data-component="page.assignment"] {
        position: sticky;
        top: 65px;
        z-index: 999;
    }

    .component_l-page-assignment[data-component="crumbs.basic"] {
        margin-top: 23em;
    }

    .result-item {
        width: 100%;
    }

    img {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
        pointer-events: none; /* Prevent interaction */
    }

    .head-figure__image[data-component="card.product"] {
        height: 48vw;
    }
}

.area-field__area[name="currier_delivery"] {
    min-height: 1.7em;
    height: 2.9em;
    resize: none;
}

#page-id-11615 p,
#page-id-11626 p,
#page-id-11624 p {
    margin-bottom: 25px;
}

#page-id-11615 ul,
#page-id-11615 ol,
#page-id-11626 ul,
#page-id-11626 ol,
#page-id-11624 ul,
#page-id-11624 ol {
    padding-left: 65px;
    margin-bottom: 25px;
}

#page-id-11615 em,
#page-id-11626 em,
#page-id-11624 em {
    background: #e9e9e90d;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e9e9e945;
    display: inline-block;
}

#page-id-11615 h1,
#page-id-11626 h1,
#page-id-11624 h1 {
    margin-bottom: 25px;
    font-size: 2.2em;
    margin-top: 1.3em;
}

#page-id-11615 h3,
#page-id-11626 h3,
#page-id-11624 h3 {
    margin-bottom: 25px;
    font-size: 1.5em;
}

#page-id-11615 h4,
#page-id-11626 h4,
#page-id-11624 h4 {
    margin-bottom: 25px;
    font-size: 1.3em;
}

.component_l-page-payment-and-delivery .content__items {
    margin-top: 60px;
}

.payment-and-delivery-icon img {
    max-width: 10em;
}

.payment-and-delivery-icon {
    top: 25% !important;
    right: 25% !important;
    width: auto !important;
}

.filter-changer {
    display: flex;
    align-items: center;
}

.filter-changer input {
    padding: 0.5em 1em;
    min-width: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.18);
    position: relative;
    display: flex;
    font-size: calc(var(--pixelratio) * 18);
    align-items: center;
    color: #fff;
    border: 0;
    outline: none;
    text-align: center;
    height: 38px;
}

.filter-changer .plus,
.filter-changer .minus {
    width: 38px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-changer .plus svg,
.filter-changer .minus svg {
    width: 20px;
}

.filter-changer .plus svg path,
.filter-changer .minus svg path {
    fill: #fff;
}

.filter-name {
    color: #fff;
    margin-bottom: 5px;
    margin-top: 40px;
}

@media screen and (max-width: 899px) {
    .payment-and-delivery-icon img {
        max-width: 30em;
        height: auto !important;
    }

    .payment-and-delivery-icon {
        right: 11% !important;
    }

    #page-id-11615 h1,
    #page-id-11626 h1,
    #page-id-11624 h1 {
        font-size: 1.8em;
    }

    #page-id-11615 ul,
    #page-id-11615 ol,
    #page-id-11626 ul,
    #page-id-11626 ol,
    #page-id-11624 ul,
    #page-id-11624 ol {
        padding-left: 35px;
    }

    #page-id-11615 h3,
    #page-id-11626 h3,
    #page-id-11624 h3 {
        font-size: 1.2em;
    }

    .is_single_image {
        display: none !important;
    }

    .is_multiple_image {
        grid-column-end: auto !important;
    }
}

.items__anchor-item[data-component="crumbs.basic"] {
    display: inline;
}

.items__text-item_active[data-component="crumbs.basic"] {
    display: inline;
}

@media screen and (min-width: 900px) {
    .component[data-component="field.checkboxes-list"] {
    }

    .component_l-filter-desktop[data-component="field.checkboxes-list"] {
    }

    .component__content[data-component="field.checkboxes-list"] {
    }

    .component__items[data-component="field.checkboxes-list"] {
        display: flex;
        flex-direction: column;
        font-size: calc(var(--pixelratio) * 20);
        gap: .75em;
    }

    .item__checkbox[data-component="field.checkboxes-list"] {
        font-size: calc(var(--pixelratio) * 20);
        width: 1.2em;
        height: 1.2em;
        border-style: solid;
        border-color: white;
        border-width: .1em;
        padding: 0.2em;
        border-radius: 0.15em;
        flex-shrink: 0;
    }

    .item_active[data-component="field.checkboxes-list"] .item__checkbox {
        background-color: #ffc61f;
        border-color: #ffc61f;
    }

    .item_active[data-component="field.checkboxes-list"] .item__checkbox-icon {
        color: white;
    }

    .item__checkbox_state-active[data-component="field.checkboxes-list"] {
        background-color: #ffc61f;
        border-color: #ffc61f;
    }

    .item__checkbox-icon[data-component="field.checkboxes-list"] {
        color: transparent;
        width: 100%;
    }

    .item__checkbox-icon_state-active[data-component="field.checkboxes-list"] {
        color: white;
    }

    .item__label[data-component="field.checkboxes-list"] {
        color: white;
        height: max-content;
        font-size: calc(var(--pixelratio) * 23.4);
        line-height: 1.2;
        position: relative;
        top: -0.06em;
    }

    .item_active[data-component="field.checkboxes-list"] .item__label {
        color: #ffc61f;
    }

    .item__label_state-active[data-component="field.checkboxes-list"] {
        color: #ffc61f;
    }

    .component__item[data-component="field.checkboxes-list"] {
    }

    .item[data-component="field.checkboxes-list"] {
        display: flex;
        font-size: calc(var(--pixelratio) * 20);
        gap: .4em;
        cursor: pointer;
    }

    .item[data-component="field.checkboxes-list"]:hover > .item__label[data-component="field.checkboxes-list"] {
        color: #ffc61f;
    }
}