.motor-schemes_catalog {
    margin-bottom: 72px;
    --motor-schemes-sticky-top: 146px;
}

.motor-schemes_catalog a {
    text-decoration: none;
}

.motor-schemes__mobile-nav {
    display: none;
}

.motor-schemes__catalog-grid.catalog-section-first-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 72px;
    margin: 0;
}

.motor-schemes__catalog-grid_single.catalog-section-first-wrap {
    grid-template-columns: 1fr;
}

.motor-schemes__catalog-card .catalog-section-link {
    min-height: 66px;
}

.motor-schemes__catalog-grid.catalog-section-first-wrap .catalog-section-list-wrap {
    width: auto;
    margin: 0;
}

.motor-schemes__catalog-grid.catalog-section-first-wrap .catalog-section-list-wrap > .catalog-section-link {
    display: block;
    margin: 0 0 24px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    color: #2f2f2f;
}

.motor-schemes__catalog-grid.catalog-section-first-wrap .catalog-section-list-wrap > .catalog-section-link:hover {
    color: #2f2f2f;
    background: transparent;
}

.motor-schemes__brand-grid .catalog-section-list-wrap .catalog-section-link {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    color: #1d2733;
    transition: border-color .15s, box-shadow .15s;
}

.motor-schemes__catalog-grid.motor-schemes__brand-grid.catalog-section-first-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.motor-schemes__brand-grid .catalog-section-list-wrap .catalog-section-link:hover {
    color: #1d2733;
    background: #fff;
    border-color: #cfd5df;
    box-shadow: 0 8px 22px rgba(20, 30, 45, .08);
}

.motor-schemes__catalog-grid.motor-schemes__brand-grid.catalog-section-first-wrap .catalog-section-list-wrap > .catalog-section-link {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    color: #1d2733;
}

.motor-schemes__catalog-grid.motor-schemes__brand-grid.catalog-section-first-wrap .catalog-section-list-wrap > .catalog-section-link:hover {
    color: #1d2733;
    background: #fff;
    border-color: #cfd5df;
    box-shadow: 0 8px 22px rgba(20, 30, 45, .08);
}

.motor-schemes__brand-logo {
    width: 190px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.motor-schemes__catalog-grid.motor-schemes__brand-grid.catalog-section-first-wrap .motor-schemes__brand-logo.catalog-section-list-item-img {
    flex: 0 1 230px;
    width: 100%;
    max-width: 230px;
    height: 82px;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
}

.motor-schemes__group-title {
    cursor: default;
}

.motor-schemes__group-title:hover {
    color: #2f2f2f;
}

.motor-schemes__catalog-grid .catalog-subsection-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.motor-schemes__catalog-grid .catalog-subsection-list .catalog-section-list-item {
    margin: 0;
}

.motor-schemes__catalog-grid .catalog-subsection-list .catalog-section-link {
    display: flex;
    width: auto;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    margin: 0;
    background: #eff0f1;
    border-radius: 3px;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #2f2f2f;
}

.motor-schemes__catalog-grid .catalog-subsection-list .catalog-section-link:hover {
    color: #fff;
    background: #454545;
}

.motor-schemes__model-grid.catalog-section-first-wrap .catalog-section-list-wrap {
    margin-bottom: 32px;
}

.motor-schemes__model-grid.catalog-section-first-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.motor-schemes__model-grid.catalog-section-first-wrap .catalog-section-list-wrap > .catalog-section-link {
    min-height: 112px;
    padding: 22px 26px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
}

.motor-schemes__model-grid.catalog-section-first-wrap .catalog-section-list-wrap > .catalog-section-link:hover {
    color: #2f2f2f;
    background: #fff;
    border-color: #cfd5df;
    box-shadow: 0 8px 22px rgba(20, 30, 45, .08);
}

.motor-schemes__model-link {
    display: block !important;
}

.motor-schemes__model-title {
    display: block;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #2f2f2f;
}

.motor-schemes__model-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    line-height: 145%;
    color: #6d6d6d;
}

.motor-schemes__model-meta b {
    font-weight: 600;
    color: #2f2f2f;
}

.motor-schemes__node-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.motor-schemes__node-card.product-item-container {
    width: calc(20% - 20px);
    min-width: 0;
    margin: 0 10px 20px;
    padding: 14px;
    border-radius: 12px;
    color: #2f2f2f;
}

.motor-schemes__node-image-wrap {
    margin-bottom: 14px;
}

.motor-schemes__node-image.product-item-image-original {
    padding-top: 89%;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #eff0f1;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
}

.motor-schemes__node-title {
    display: block;
    min-height: auto;
    margin-bottom: 8px;
    font-weight: 500;
}

.motor-schemes__node-status {
    display: block;
    font-size: 13px;
    line-height: 140%;
    color: #8d8d8d;
}

.motor-schemes__source {
    margin-bottom: 18px;
}

.motor-schemes__source .catalog-section-link {
    display: inline-flex;
    width: auto;
    padding: 10px 14px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
    color: #2f2f2f;
}

.motor-schemes__source .catalog-section-link:hover {
    color: #fff;
    background: #454545;
}

.motor-schemes__detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin: 0 0 18px;
}

.motor-schemes__detail-meta-item {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    gap: 5px;
    padding: 8px 13px;
    border-radius: 4px;
    background: #f5f6f8;
    color: #2f2f2f;
    font-size: 15px;
    line-height: 130%;
}

.motor-schemes__detail-meta-label {
    font-weight: 600;
}

.motor-schemes__detail-meta-value {
    font-weight: 500;
}

.motor-schemes__scheme-box,
.motor-schemes__empty {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
}

.motor-schemes__scheme-box {
    display: inline-flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 24px;
    max-height: calc(100vh - var(--motor-schemes-sticky-top) - 16px);
    overflow: hidden;
}

.motor-schemes__detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(640px, 700px);
    gap: 14px;
    align-items: start;
}

.motor-schemes__detail-layout_wide {
    display: block;
}

.motor-schemes__scheme-image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - var(--motor-schemes-sticky-top) - 64px);
    height: auto;
    margin: 0;
    object-fit: contain;
}

.motor-schemes__scheme-link {
    display: flex;
    width: 100%;
    max-height: calc(100vh - var(--motor-schemes-sticky-top) - 64px);
    align-items: flex-start;
    justify-content: flex-start;
    cursor: zoom-in;
}

.motor-schemes__scheme-panel {
    position: relative;
}

.motor-schemes__scheme-panel_bottom {
    max-height: none;
}

.motor-schemes__products {
    padding: 16px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .04);
}

.motor-schemes__products-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #2f2f2f;
}

.motor-schemes__product-table {
    display: block;
}

.motor-schemes__product-table-head,
.motor-schemes__product-row {
    display: grid;
    grid-template-columns: 30px minmax(190px, 1fr) minmax(112px, .62fr) minmax(126px, .7fr) 96px;
    column-gap: 14px;
    row-gap: 8px;
    align-items: start;
}

.motor-schemes__product-table-head {
    position: sticky;
    top: var(--motor-schemes-sticky-top);
    z-index: 3;
    padding: 10px 0;
    border-bottom: 1px solid #dfe3e8;
    background: #fff;
    font-size: 13px;
    line-height: 130%;
    color: #7b8794;
}

.motor-schemes__product-table-head span:nth-child(4) {
    padding-left: 0;
}

.motor-schemes__product-manufacturer,
.motor-schemes__product-table-head span:nth-child(3) {
    padding-left: 0;
}

.motor-schemes__product-row {
    padding: 14px 0;
    border-bottom: 1px solid #eff0f1;
}

.motor-schemes__product-cell_price,
.motor-schemes__product-cell_action {
    min-width: 0;
}

.motor-schemes__product-cell_action {
    display: flex;
    justify-content: flex-end;
}

.motor-schemes__product-cell_action .btn {
    box-sizing: border-box;
    max-width: 100%;
}

.motor-schemes__product-row_group {
    cursor: pointer;
    list-style: none;
}

.motor-schemes__product-row_group .motor-schemes__product-cell_action {
    display: flex;
    justify-content: flex-end;
}

.motor-schemes__product-row_group::-webkit-details-marker {
    display: none;
}

.motor-schemes__product-row_variant {
    background: #eff0f1;
    box-shadow: 18px 0 0 #eff0f1;
}

.motor-schemes__product-row_variant + .motor-schemes__product-row_variant {
    border-top: 1px solid #fff;
}

.motor-schemes__product-cell_position {
    font-weight: 600;
    color: #2f2f2f;
}

.motor-schemes__product-cell_name {
    min-width: 0;
}

.motor-schemes__product-name-text {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #2f2f2f;
}

.motor-schemes__product-article {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 130%;
    color: #7b8794;
}

.motor-schemes__product-name {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 135%;
    color: #2f2f2f;
}

.motor-schemes__product-name:hover {
    color: #c2002f;
}

.motor-schemes__product-name_placeholder:hover {
    color: #2f2f2f;
}

.motor-schemes__product-availability {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
    margin-top: 8px;
    font-size: 14px;
    line-height: 130%;
    color: #2f2f2f;
}

.motor-schemes__product-stores {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}

.motor-schemes__product-store,
.motor-schemes__product-availability-state {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    max-width: 100%;
    padding: 4px 7px;
    border-radius: 4px;
    background: #eaf9ed;
    color: #00a32a;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.motor-schemes__product-store_empty,
.motor-schemes__product-availability-state_empty {
    background: #eff0f1;
    color: #7b8794;
}

.motor-schemes__product-manufacturer {
    font-size: 14px;
    line-height: 135%;
    color: #2f2f2f;
}

.motor-schemes__product-price {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    white-space: nowrap;
    color: #2f2f2f;
}

.motor-schemes__buy.btn,
.motor-schemes__subscribe.btn,
.motor-schemes__pick.btn {
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 9px 14px;
    border: 0;
    border-radius: 24px;
    font-size: 12px;
    line-height: 120%;
    cursor: pointer;
}

.motor-schemes__subscribe-wrap {
    display: inline-flex;
    max-width: 100%;
}

.motor-schemes__subscribe.btn,
.motor-schemes__pick.btn {
    width: 100%;
    margin: 0 !important;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.motor-schemes__buy.btn {
    margin: 0;
}

.motor-schemes__pick-modal {
    max-width: 400px;
    padding: 30px 24px 28px;
    border-radius: 16px;
    background: #fff;
}

.motor-schemes__pick-modal .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.motor-schemes__pick-modal .modal__header {
    margin: 0 34px 18px 0;
    color: #001a34 !important;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    opacity: 1 !important;
    visibility: visible !important;
}

#motorSchemePickForm .modal__header {
    color: #001a34 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.motor-schemes__pick-summary {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
    padding: 13px 14px;
    border-radius: 6px;
    background: #f4f5f6;
    color: #2f2f2f;
    font-size: 14px;
    line-height: 1.35;
}

.motor-schemes__pick-form .input-wrap {
    margin-bottom: 10px;
}

.motor-schemes__pick-form input,
.motor-schemes__pick-form textarea {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background: #fff;
    color: #001a34;
    font-size: 15px;
    line-height: 1.35;
}

.motor-schemes__pick-form input {
    height: 47px;
    padding: 0 14px;
}

.motor-schemes__pick-form textarea {
    min-height: 96px;
    padding: 14px;
    resize: vertical;
}

.motor-schemes__pick-form input::placeholder,
.motor-schemes__pick-form textarea::placeholder {
    color: #777;
}

.motor-schemes__pick-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-top: 18px;
    border: 0;
    border-radius: 0;
    background: #2d2d2d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.motor-schemes__pick-form .btn[disabled] {
    cursor: default;
    opacity: .7;
}

.motor-schemes__pick-form .privacy-link {
    display: block;
    margin-top: 14px;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.motor-schemes__pick-message {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.motor-schemes__pick-message_success {
    color: #00a32a;
}

.motor-schemes__pick-message_error {
    color: #c2002f;
}

.motor-schemes__product-toggle {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #c2002f;
    white-space: nowrap;
}

.motor-schemes__product-toggle::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #7b8794;
    border-bottom: 2px solid #7b8794;
    transform: translateY(-3px) rotate(45deg);
}

.motor-schemes__product-variants[open] .motor-schemes__product-toggle::after {
    transform: translateY(2px) rotate(225deg);
}

.motor-schemes__buy[disabled] {
    cursor: default;
    opacity: .75;
}

.motor-schemes__not-available {
    font-size: 13px;
    line-height: 130%;
    color: #7b8794;
}

.motor-schemes__product-row_placeholder .motor-schemes__not-available {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    padding: 4px 7px;
    border-radius: 4px;
    background: #eff0f1;
}

.motor-schemes__placeholder-action {
    display: block;
}

.motor-schemes__empty {
    padding: 20px;
    color: #6d6d6d;
}

@media (max-width: 1199px) {
    .motor-schemes__node-card.product-item-container {
        width: calc(25% - 20px);
    }

    .motor-schemes__detail-layout {
        grid-template-columns: 1fr;
    }

    .motor-schemes__scheme-panel {
        position: static;
        max-height: none;
    }

    .motor-schemes__detail-layout:not(.motor-schemes__detail-layout_wide) .motor-schemes__scheme-box {
        max-height: none;
    }

    .motor-schemes__products {
        max-height: none;
        overflow: visible;
    }

    .motor-schemes__product-table-head {
        top: 0;
    }
}

@media (max-width: 767px) {
    .motor-schemes_catalog {
        margin-bottom: 48px;
    }

    .motor-schemes__mobile-nav {
        display: block;
        margin: -4px 0 28px;
    }

    .motor-schemes__mobile-back {
        display: inline-flex;
        min-height: 36px;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
        padding: 8px 12px;
        border-radius: 4px;
        background: #eff0f1;
        color: #2f2f2f;
        font-weight: 600;
        font-size: 15px;
        line-height: 130%;
    }

    .motor-schemes__mobile-back::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-left: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
    }

    .motor-schemes__mobile-back:hover {
        color: #fff;
        background: #454545;
    }

    .motor-schemes__mobile-crumbs {
        display: flex;
        align-items: center;
        gap: 7px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 3px;
        color: #7b8794;
        font-size: 13px;
        line-height: 130%;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .motor-schemes__mobile-crumbs::-webkit-scrollbar {
        display: none;
    }

    .motor-schemes__mobile-crumb {
        flex: 0 0 auto;
        color: #5f7fb3;
    }

    .motor-schemes__mobile-crumb_current {
        color: #2f2f2f;
    }

    .motor-schemes__mobile-crumb-separator {
        flex: 0 0 auto;
        color: #a4adb8;
    }

    .motor-schemes__catalog-grid.catalog-section-first-wrap,
    .motor-schemes__model-grid.catalog-section-first-wrap {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .motor-schemes__catalog-grid.motor-schemes__brand-grid.catalog-section-first-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .motor-schemes__catalog-grid.motor-schemes__brand-grid.catalog-section-first-wrap .catalog-section-list-wrap > .catalog-section-link {
        min-height: 118px;
        padding: 16px;
    }

    .motor-schemes__catalog-grid.motor-schemes__brand-grid.catalog-section-first-wrap .motor-schemes__brand-logo.catalog-section-list-item-img {
        display: block !important;
        flex: 0 1 auto;
        width: 100% !important;
        max-width: 190px;
        height: 66px !important;
        min-height: 66px;
        margin: 0 !important;
        background-color: transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        border-radius: 0;
        box-shadow: none !important;
        opacity: 1;
        visibility: visible;
    }

    .motor-schemes__catalog-grid.catalog-section-first-wrap .catalog-section-list-wrap {
        width: 100%;
        margin: 0;
    }

    .motor-schemes__node-grid {
        margin: 0 -6px;
    }

    .motor-schemes__node-card.product-item-container {
        width: calc(50% - 12px);
        margin: 0 6px 12px;
        padding: 12px;
    }

    .motor-schemes__source {
        margin-bottom: 14px;
    }

    .motor-schemes__source .catalog-section-link {
        padding: 9px 12px;
        font-size: 14px;
    }

    .motor-schemes__detail-layout {
        display: block;
    }

    .motor-schemes__scheme-panel {
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 18px;
    }

    .motor-schemes__scheme-box {
        position: static !important;
        top: auto !important;
        left: auto !important;
        z-index: auto !important;
        width: auto !important;
        max-height: none;
        padding: 12px;
        overflow: visible;
    }

    .motor-schemes__scheme-link {
        max-height: none;
        justify-content: center;
    }

    .motor-schemes__scheme-image {
        width: 100%;
        max-width: 100%;
        max-height: none;
        margin: 0 auto;
    }

    .motor-schemes__products {
        padding: 16px 14px;
        overflow: visible;
    }

    .motor-schemes__products-title {
        font-size: 22px;
    }

    .motor-schemes__product-table {
        overflow: visible;
    }

    .motor-schemes__product-table-head {
        display: none;
    }

    .motor-schemes__product-row {
        min-width: 0;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 8px 12px;
        padding: 14px 0;
    }

    .motor-schemes__product-row_group {
        grid-template-columns: 44px minmax(0, 1fr) auto;
    }

    .motor-schemes__product-row_group .motor-schemes__product-cell_action {
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: start;
    }

    .motor-schemes__product-row_group .motor-schemes__product-cell:nth-child(3),
    .motor-schemes__product-row_group .motor-schemes__product-cell:nth-child(4) {
        display: none;
    }

    .motor-schemes__product-row_variant,
    .motor-schemes__product-row:not(.motor-schemes__product-row_group) {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .motor-schemes__product-row_variant .motor-schemes__product-cell_position {
        display: block;
    }

    .motor-schemes__product-row_variant .motor-schemes__product-cell_position::before {
        content: "";
    }

    .motor-schemes__product-cell_position {
        grid-column: 1;
        grid-row: 1 / span 3;
        font-size: 16px;
    }

    .motor-schemes__product-cell_name {
        grid-column: 2;
        grid-row: 1;
    }

    .motor-schemes__product-manufacturer {
        grid-column: 2;
        grid-row: 2;
        font-size: 12px;
        color: #7b8794;
    }

    .motor-schemes__product-cell_price {
        grid-column: 2;
        grid-row: 3;
    }

    .motor-schemes__product-cell_action {
        grid-column: 2;
        grid-row: 4;
    }

    .motor-schemes__product-name,
    .motor-schemes__product-name-text {
        font-size: 15px;
        line-height: 130%;
    }

    .motor-schemes__product-price {
        margin-bottom: 7px;
        font-size: 16px;
    }

    .motor-schemes__product-stores {
        gap: 5px;
    }

    .motor-schemes__buy.btn,
    .motor-schemes__subscribe.btn,
    .motor-schemes__pick.btn {
        width: auto;
        min-width: 138px;
        min-height: 38px;
        padding: 9px 14px;
    }

    .motor-schemes__product-toggle {
        min-height: 26px;
        padding: 5px 8px;
    }
}

@media (max-width: 480px) {
    .motor-schemes__node-card.product-item-container {
        width: calc(100% - 12px);
    }
}
