.shop-page {
    --shop-blue: #15279b;
    --shop-ink: #101b3f;
    --shop-muted: #6f7f94;
    --shop-line: #e7ebf3;
    --shop-soft: #f5f7fb;
    --shop-accent: #ff6c2f;
    background: #fff;
    color: var(--shop-ink);
    overflow: hidden;
}

.shop-container {
    width: min(1640px, calc(100% - 80px));
    margin: 0 auto;
}

.shop-hero {
    position: relative;
    padding: 0 0 0;
    min-height: 430px;
    background:
        linear-gradient(90deg, rgba(29, 33, 70, .98) 0%, rgba(35, 47, 116, .92) 33%, rgba(33, 61, 160, .91) 100%),
        url("/upload/whitebyte/okompanii_banner_img.png") center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
}

.shop-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("/upload/whitebyte/okompanii_banner_img.png") center / cover no-repeat;
    opacity: .18;
    mix-blend-mode: screen;
    pointer-events: none;
}

.shop-hero .shop-container {
    width: min(calc(100% - 32px), 1190px);
}

.shop-hero #main-header.header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(1640px, calc(100% - 80px));
    height: 48px;
    margin: 52px auto 0;
    padding: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
}

.shop-hero .inn_main_header.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    max-width: none;
    height: 48px;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.shop-hero .header-logo,
.shop-hero .header-logo svg,
.shop-hero .header-logo img {
    display: block;
    width: 188px;
    height: auto;
}

.shop-hero .header-logo svg path,
.shop-hero .header-btn-phone svg path {
    fill: #fff;
}

.shop-hero .h_menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
}

.shop-hero .h_menu_el + .h_menu_el {
    margin-left: 0 !important;
}

.shop-hero .h_me_title {
    color: #fff;
    font-weight: 300 !important;
}

.shop-hero .h_me_title.is-active {
    font-weight: 400 !important;
}

.shop-hero .header-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 0;
}

.shop-hero .header-btn-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 1;
    white-space: nowrap;
}

.shop-hero .header-btn-phone span {
    margin-left: 0 !important;
}

.shop-hero .header-btn,
.shop-hero .mobile-header-data {
    display: none;
}

.shop-hero__inner {
    position: relative;
    z-index: 1;
    padding: 88px 0 70px;
}

.shop-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 1.35;
}

.shop-breadcrumbs > * + * {
    margin-left: 18px;
}

.shop-breadcrumbs a {
    color: inherit;
    font-weight: 400 !important;
    text-decoration: none;
}

.shop-hero__content {
    max-width: 820px;
}

.shop-hero__content h1 {
    width: min(100%, 980px);
    margin: 54px 0 0;
    color: #fff;
    font-size: 56px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
}

.shop-hero__content p {
    width: min(100%, 670px);
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .96);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.18;
}

.shop-search {
    position: relative;
    margin-top: 0;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    gap: 16px;
    align-items: stretch;
}

.shop-search-panel {
    padding: 36px 0 0;
    background: #fff;
}

.shop-search__field {
    position: relative;
    min-width: 0;
}

.shop-search__input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 62px 0 24px;
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 8px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.shop-search__input:focus-within {
    border-color: rgba(42, 45, 125, .42);
    box-shadow: 0 0 0 3px rgba(42, 45, 125, .08);
}

.shop-search__input input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--shop-ink);
    font-size: 19px;
}

.shop-search__input input::placeholder {
    color: #7f899b;
}

.shop-search__input button {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    border: 1px solid rgba(42, 45, 125, .14);
    border-radius: 8px;
    background: #f6f7fb;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.shop-search__input button:hover {
    border-color: var(--shop-blue);
    background: var(--shop-blue);
    color: #fff;
}

.shop-search-suggestions {
    position: absolute;
    z-index: 25;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    box-sizing: border-box;
    max-height: 412px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #e3e7f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 46px rgba(16, 27, 63, .16);
}

.shop-search-suggestions[hidden] {
    display: none;
}

.shop-search-suggestions__item {
    width: 100%;
    min-height: 72px;
    box-sizing: border-box;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--shop-ink);
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    text-align: left;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.shop-search-suggestions__item:hover,
.shop-search-suggestions__item.is-active {
    background: #f5f7fb;
}

.shop-search-suggestions__image {
    width: 54px;
    height: 54px;
    border: 1px solid #edf0f6;
    border-radius: 8px;
    background: #f7f8fc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shop-search-suggestions__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-search-suggestions__placeholder {
    color: #a4adbd;
    font-size: 24px;
    line-height: 1;
}

.shop-search-suggestions__content {
    min-width: 0;
}

.shop-search-suggestions__title {
    display: block;
    overflow: hidden;
    color: #101b3f;
    font-size: 16px;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-search-suggestions__meta {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #7d8798;
    font-size: 13px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-search-suggestions__price {
    color: var(--shop-blue);
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
}

.shop-search-suggestions__status {
    padding: 12px 14px;
    color: #7d8798;
    font-size: 15px;
    line-height: 1.35;
}

.shop-search__input svg,
.shop-product-card__cart svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-search__button,
.shop-link-button {
    appearance: none;
    min-height: 58px;
    padding: 0 24px;
    border: 1px solid var(--shop-blue);
    background: var(--shop-blue);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 17px;
    line-height: 1.15;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.shop-search__button-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    font-size: 0;
    line-height: 1;
}

.shop-search__button-icon[hidden] {
    display: none !important;
}

.shop-cart-count {
    min-width: 22px;
    height: 22px;
    box-sizing: border-box;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--shop-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1;
}

.shop-cart-count[hidden] {
    display: none;
}

.shop-search__button--primary .shop-cart-count,
.shop-search__button--ghost:hover .shop-cart-count {
    background: #fff;
    color: var(--shop-blue);
}

.shop-search__button--ghost.is-active .shop-cart-count {
    background: var(--shop-blue);
    color: #fff;
}

.shop-search__button-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-search__button--ghost {
    background: #fff;
    color: var(--shop-blue);
    border-color: rgba(42, 45, 125, .34);
}

.shop-search__button--primary {
    background: var(--shop-blue);
    border-color: var(--shop-blue);
    color: #fff;
}

.shop-search__button--primary:hover,
.shop-link-button:hover {
    background: #23266f;
    border-color: #23266f;
    box-shadow: 0 10px 24px rgba(42, 45, 125, .16);
}

.shop-search__button--ghost:hover {
    background: var(--shop-blue);
    border-color: var(--shop-blue);
    color: #fff;
    box-shadow: 0 10px 24px rgba(42, 45, 125, .14);
}

.shop-catalog-menu {
    position: absolute;
    z-index: 20;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 30px 34px 34px;
    border: 1px solid #e5e8f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 55px rgba(16, 27, 63, .16);
}

.shop-catalog-menu[hidden] {
    display: none;
}

.shop-catalog-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #edf0f6;
}

.shop-catalog-menu__head strong {
    color: #101b3f;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-catalog-menu__head a,
.shop-catalog-menu__children a {
    color: var(--shop-blue);
    text-decoration: none;
}

.shop-catalog-menu__head a {
    flex: 0 0 auto;
    font-size: 16px;
}

.shop-catalog-menu__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 34px;
    margin-top: 28px;
}

.shop-catalog-menu__group {
    min-width: 0;
}

.shop-catalog-menu__title {
    min-height: 42px;
    color: #101b3f;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.25;
}

.shop-catalog-menu__title span {
    min-width: 0;
}

.shop-catalog-menu__title svg {
    flex: 0 0 auto;
    margin-top: 3px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-catalog-menu__title:hover {
    color: var(--shop-blue);
}

.shop-catalog-menu__children {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.shop-catalog-menu__children a {
    color: #7d8798;
    font-size: 15px;
    line-height: 1.35;
}

.shop-catalog-menu__children a:hover {
    color: var(--shop-blue);
}

.shop-section {
    padding: 84px 0 0;
}

.shop-page > .shop-section:first-of-type {
    padding-top: 64px;
}

.shop-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.shop-section__head h2,
.shop-about h2,
.shop-interest h2 {
    margin: 0;
    font-size: clamp(30px, 2.35vw, 44px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: 0;
}

.shop-section__head a {
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid var(--shop-line);
    color: var(--shop-blue);
    background: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.shop-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
}

.shop-category-card,
.shop-product-card,
.shop-solution-grid a,
.shop-brand-grid a,
.shop-promo-card,
.shop-interest__grid a {
    background: #fff;
    border: 1px solid var(--shop-line);
    text-decoration: none;
    color: var(--shop-ink);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.shop-product-card:hover,
.shop-solution-grid a:hover,
.shop-brand-grid a:hover,
.shop-promo-card:hover,
.shop-interest__grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(21, 39, 155, .28);
    box-shadow: 0 18px 45px rgba(16, 27, 63, .08);
}

.shop-carousel-section .shop-product-card:hover {
    transform: none;
}

.shop-category-card {
    position: relative;
    box-sizing: border-box;
    min-height: 152px;
    padding: 26px 76px 26px 28px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    overflow: hidden;
    border: 1px solid #e4e8f1;
    border-radius: 8px;
    background: #f7f8fc;
    color: #2a2d7d;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.shop-category-card__icon {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(42, 45, 125, .88);
}

.shop-category-card__icon svg {
    width: 76px;
    height: 76px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-category-card strong {
    display: block;
    max-width: 250px;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 400;
}

.shop-category-card--blue,
.shop-category-card--light {
    background: #f7f8fc;
    color: #2a2d7d;
}

.shop-category-card__arrow {
    position: absolute;
    box-sizing: border-box;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #2a2d7d;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.shop-category-card__arrow-link {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(42, 45, 125, .42);
    border-radius: 8px;
    background: #fff;
    color: #2a2d7d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.shop-category-card__arrow-link svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
    transform-origin: center;
}

.shop-category-card:hover .shop-category-card__arrow-link {
    background: #2a2d7d;
    border-color: #2a2d7d;
    color: #fff;
    box-shadow: none;
}

.shop-category-card:hover .shop-category-card__arrow-link svg {
    transform: translate(1px, -1px);
}

.shop-category-card:hover {
    transform: translateY(-2px);
    border-color: rgba(42, 45, 125, .38);
    background: linear-gradient(0deg, rgba(42, 45, 125, .035), rgba(42, 45, 125, .035)), #fff;
    box-shadow: 0 16px 34px rgba(16, 27, 63, .07);
}

.shop-category-card--extra {
    display: none;
}

.shop-category-grid.is-expanded .shop-category-card--extra {
    display: flex;
}

.shop-category-all {
    width: max-content;
    min-height: 44px;
    margin: 28px 0 0 auto;
    border: 0;
    padding: 0 18px;
    border-radius: 8px;
    background: #2a2d7d;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.shop-product-row {
    display: grid;
    grid-template-columns: repeat(5, 300px);
    gap: 38px;
    justify-content: center;
}

.shop-product-carousel {
    position: relative;
}

.shop-product-carousel__viewport {
    width: 100%;
    margin-left: 0;
    padding: 1px 0 18px;
    overflow-x: hidden;
    overflow-y: visible;
}

.shop-carousel-section .shop-product-row {
    display: flex;
    gap: 38px;
    justify-content: flex-start;
    will-change: scroll-position;
}

.shop-product-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(42, 45, 125, .55);
    border-radius: 8px;
    background: #fff;
    color: #2a2d7d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity .2s ease, background-color .2s ease;
}

.shop-product-carousel__arrow:disabled {
    opacity: .38;
    cursor: default;
}

.shop-product-carousel__arrow--prev {
    left: -28px;
}

.shop-product-carousel__arrow--next {
    right: -28px;
}

.shop-product-more {
    width: max-content;
    margin: 28px 0 0 auto;
    color: #2a2d7d;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.shop-product-card {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 300px;
    width: 300px;
    height: 380px;
    min-height: 0;
    padding: 0;
    display: block;
    border-color: #2a2d7d;
    border-radius: 15px;
    overflow: hidden;
}

.shop-product-card__media {
    position: absolute;
    top: 32px;
    left: 28px;
    width: 244px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.shop-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-product-card__placeholder {
    width: 244px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #7c7f89;
}

.shop-product-card__placeholder svg {
    fill: #d7d7d7;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-product-card__brand {
    position: absolute;
    top: 190px;
    left: 29px;
    color: #2a2d7d;
    min-height: 0;
    font-size: 15px;
    line-height: 1.25;
}

.shop-product-card__title {
    position: absolute;
    top: 214px;
    left: 29px;
    display: -webkit-box;
    width: 241px;
    height: 44px;
    max-height: 44px;
    margin: 0;
    overflow: hidden;
    color: var(--shop-ink);
    font-size: 17px;
    line-height: 1.28;
    font-weight: 400 !important;
    overflow-wrap: anywhere;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-product-card__price-row {
    position: absolute;
    top: 302px;
    left: 29px;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 22px;
    margin: 0;
}

.shop-product-card__old-price {
    color: var(--shop-ink);
    text-decoration: line-through;
    font-size: 14px;
    line-height: 1.25;
}

.shop-product-card__discount {
    padding: 2px 7px;
    border-radius: 10px;
    background: #2a2d7d;
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
}

.shop-product-card__bottom {
    position: absolute;
    left: 29px;
    right: 32px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
}

.shop-product-card__bottom strong {
    flex: 0 0 auto;
    color: var(--shop-ink);
    font-size: 27px;
    line-height: 1.15;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.shop-product-card__cart {
    flex: 0 0 auto;
    min-width: 90px;
    min-height: 36px;
    box-sizing: border-box;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--shop-blue);
    background: #fff;
    color: var(--shop-blue);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.15;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.shop-product-card__cart.is-loading {
    opacity: .72;
    pointer-events: none;
}

.shop-product-card__cart.is-added {
    background: var(--shop-blue);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(42, 45, 125, .16);
}

.shop-product-card__cart.is-error {
    background: #b3261e;
    border-color: #b3261e;
    color: #fff;
}

.shop-empty-row {
    grid-column: 1 / -1;
    margin: 0;
    padding: 42px;
    border: 1px solid var(--shop-line);
    background: var(--shop-soft);
    color: var(--shop-muted);
    font-size: 18px;
}

.shop-carousel-section .shop-empty-row {
    flex: 1 0 100%;
}

.shop-solution-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 38px;
}

.shop-solution-grid a {
    min-height: 250px;
    padding: 28px;
    background: #fff;
    color: var(--shop-ink);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-solution-grid span {
    width: 102px;
    height: 102px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0f4ff;
    color: var(--shop-blue);
}

.shop-solution-grid svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-solution-grid strong {
    max-width: 230px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.shop-brand-grid a {
    min-height: 170px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.shop-brand-grid img {
    display: block;
    width: auto;
    max-width: 150px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
}

.shop-brand-grid strong {
    color: var(--shop-ink);
    font-size: 30px;
    line-height: 1.05;
    font-weight: 400;
}

.shop-brand-grid span {
    color: var(--shop-blue);
    font-size: 16px;
}

.shop-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 47px;
}

.shop-promo-card {
    min-height: 300px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.shop-promo-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    bottom: -90px;
    border: 1px solid rgba(21, 39, 155, .18);
    transform: rotate(24deg);
}

.shop-promo-card--primary {
    background: var(--shop-blue);
    color: #fff;
}

.shop-promo-card span {
    color: var(--shop-accent);
    font-size: 18px;
}

.shop-promo-card--primary span,
.shop-promo-card--primary em {
    color: #fff;
}

.shop-promo-card strong {
    max-width: 560px;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
}

.shop-promo-card em {
    color: var(--shop-blue);
    font-style: normal;
    font-size: 18px;
}

.shop-about {
    padding: 100px 0 0;
}

.shop-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 800px) minmax(360px, 738px);
    gap: 80px;
    align-items: center;
}

.shop-about__image {
    position: relative;
    overflow: hidden;
    min-height: 447px;
    border-radius: 15px;
    background: #2a2d7d;
}

.shop-about__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.shop-about h2 {
    color: #2a2d7d;
}

.shop-about__content p {
    margin: 25px 0 0;
    color: #000;
    font-size: 20px;
    line-height: 1.41;
}

.shop-link-button {
    margin-top: 34px;
}

.shop-interest {
    padding-bottom: 100px;
}

.shop-interest h2 {
    margin-bottom: 34px;
}

.shop-interest__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
}

.shop-interest__grid a {
    min-height: 260px;
    padding: 34px;
    border-width: 0 1px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shop-interest__grid a:last-child {
    border-right: 0;
}

.shop-interest__grid strong {
    font-size: 24px;
    font-weight: 400;
}

.shop-interest__grid span {
    color: var(--shop-muted);
    line-height: 1.4;
}

.shop-interest__grid em {
    color: var(--shop-blue);
    font-style: normal;
}

.shop-error {
    margin-top: 36px;
    padding: 20px 24px;
    border: 1px solid #ffd2c1;
    background: #fff1eb;
    color: #9b3515;
}

.shop-page--listing,
.shop-page--listing * {
    box-sizing: border-box;
}

.shop-page--listing {
    --shop-blue: #2a2d7d;
    min-height: 100vh;
    color: #000;
    overflow: visible;
}

.shop-page--listing .shop-container {
    width: min(1640px, calc(100% - 80px));
}

.shop-page--listing #main-header.header {
    background: #fff;
    color: #1a1919;
    box-shadow: none;
}

.shop-page--listing #main-header.header .inn_main_header.container {
    width: min(1640px, calc(100% - 80px));
    max-width: none;
}

.shop-page--listing #main-header.header .header-logo svg path {
    fill: var(--shop-blue);
}

.shop-page--listing #main-header.header .header-btn-phone svg path {
    fill: #1a1919;
}

.shop-page--listing .shop-listing-top {
    padding: 146px 0 0;
}

.shop-search--catalog {
    grid-template-columns: 220px minmax(0, 1fr) 220px;
    gap: 16px;
}

.shop-page--listing .shop-search__button {
    min-height: 58px;
    border-radius: 8px;
    font-size: 17px;
}

.shop-page--listing .shop-search__input {
    min-height: 58px;
    padding-left: 24px;
    border: 1px solid #e3e7f1;
    border-radius: 8px;
    background: #fff;
}

.shop-page--listing .shop-search__input input {
    font-size: 19px;
}

.shop-page--listing .shop-search__input button {
    right: 8px;
    width: 42px;
    height: 42px;
    background: #f6f7fb;
    color: var(--shop-blue);
}

.shop-page--listing .shop-search__input button:hover {
    border-color: var(--shop-blue);
    background: var(--shop-blue);
    color: #fff;
}

.shop-listing {
    padding: 56px 0 0;
}

.shop-cart-page {
    --shop-blue: #2a2d7d;
    --shop-cart-surface: #f7f8fc;
}

.shop-checkout-page {
    /* Checkout dense desktop scale: reuse these values for form-heavy shop pages. */
    --shop-checkout-page-title: clamp(34px, 2vw, 36px);
    --shop-checkout-step-title: 23px;
    --shop-checkout-step-note: 13px;
    --shop-checkout-card-x: 30px;
    --shop-checkout-card-y: 26px;
    --shop-checkout-field-height: 48px;
    --shop-checkout-field-text: 16px;
    --shop-checkout-label-width: 130px;
    --shop-checkout-field-width: 400px;
    --shop-checkout-field-gap: 24px;
    --shop-checkout-control-height: 48px;
    --shop-checkout-control-text: 16px;
    --shop-checkout-summary-text: 16px;
    --shop-checkout-summary-total: 26px;
}

.shop-personal-page {
    --shop-blue: #2a2d7d;
    --shop-cart-surface: #f7f8fc;
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
}

.shop-personal-top {
    padding-top: 146px;
}

.shop-personal {
    padding: 56px 0 0;
}

.shop-personal h1 {
    margin: 0;
    color: #000;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: 0;
}

.shop-personal > .shop-container > h1 {
    margin-bottom: 28px;
}

.shop-personal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.shop-personal__catalog-link,
.shop-personal__orders-empty a {
    min-height: 46px;
    padding: 0 26px;
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

.shop-personal__catalog-link:hover,
.shop-personal__orders-empty a:hover {
    background: #202366;
}

.shop-personal__overview {
    display: grid;
    grid-template-columns: minmax(360px, 38%) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.shop-personal__profile-card {
    box-sizing: border-box;
    width: min(100%, 560px);
    min-height: 100%;
    padding: 24px 26px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
}

.shop-personal__profile-content {
    width: 100%;
}

.shop-personal__overview .shop-personal__profile-card {
    width: 100%;
}

.shop-personal__overview .shop-personal__profile-content {
    width: 100%;
}

.shop-personal__profile-card h2 {
    margin: 0 0 16px;
    color: #000;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: 0;
}

.shop-personal__profile-card dl {
    margin: 0;
    padding: 12px 0 0;
    border-top: 1px solid #d9d9d9;
}

.shop-personal__profile-card dl div {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 24px;
    align-items: baseline;
    margin: 0;
    padding: 6px 0;
}

.shop-personal__profile-card dl div + div {
    border-top: 0;
}

.shop-personal__profile-card dt,
.shop-personal__profile-card dd {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

.shop-personal__profile-card dt {
    color: #000;
}

.shop-personal__profile-card dd {
    text-align: left;
    overflow-wrap: anywhere;
}

.shop-personal__profile-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
}

.shop-personal__profile-actions a {
    display: inline-flex;
    color: var(--shop-blue);
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
}

.shop-personal__profile-logout {
    color: #667085 !important;
}

.shop-personal__profile-actions a:hover {
    text-decoration: underline;
}

.shop-personal__orders-empty {
    box-sizing: border-box;
    min-height: 100%;
    padding: 30px 34px;
    border: 1px solid #e4e8f1;
    border-radius: 12px;
    background: #f7f8fc;
}

.shop-personal__orders-kicker {
    color: #566078;
    display: block;
    font-size: 15px;
    line-height: 1.3;
}

.shop-personal__orders-empty h2 {
    margin: 16px 0 0;
    color: #000;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-personal__orders-empty p {
    max-width: 560px;
    margin: 14px 0 0;
    color: #566078;
    font-size: 16px;
    line-height: 1.45;
}

.shop-personal__orders-empty a {
    margin-top: 24px;
}

.shop-personal__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.shop-personal-card {
    position: relative;
    box-sizing: border-box;
    min-height: 122px;
    padding: 20px 58px 20px 20px;
    border: 1px solid #e4e8f1;
    border-radius: 8px;
    background: #f7f8fc;
    color: #2a2d7d;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    text-decoration: none;
    overflow: hidden;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.shop-personal-card:hover {
    transform: translateY(-2px);
    border-color: rgba(42, 45, 125, .38);
    background: linear-gradient(0deg, rgba(42, 45, 125, .035), rgba(42, 45, 125, .035)), #fff;
    box-shadow: 0 16px 34px rgba(16, 27, 63, .07);
}

.shop-personal-card__icon {
    width: 44px;
    height: 44px;
    color: rgba(42, 45, 125, .88);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-personal-card__icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-personal-card__content {
    display: block;
    min-width: 0;
    margin-top: 0;
}

.shop-personal-card strong {
    display: block;
    color: var(--shop-blue);
    font-size: 17px;
    line-height: 1.22;
    font-weight: 400;
}

.shop-personal-card__content > span {
    display: block;
    margin-top: 6px;
    color: #566078;
    font-size: 14px;
    line-height: 1.3;
}

.shop-personal-card__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(42, 45, 125, .42);
    border-radius: 8px;
    background: #fff;
    color: #2a2d7d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.shop-personal-card__arrow svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.shop-personal-card:hover .shop-personal-card__arrow {
    background: #2a2d7d;
    border-color: #2a2d7d;
    color: #fff;
}

.shop-personal-card:hover .shop-personal-card__arrow svg {
    transform: translate(1px, -1px);
}

.shop-personal-orders__back {
    margin-bottom: 10px;
    color: #566078;
    display: inline-flex;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
}

.shop-personal-orders__back:hover {
    color: var(--shop-blue);
    text-decoration: underline;
}

.shop-personal-orders__empty {
    box-sizing: border-box;
    width: min(100%, 760px);
    padding: 34px 38px;
    border: 1px solid #e4e8f1;
    border-radius: 12px;
    background: #f7f8fc;
}

.shop-personal-orders__empty h2 {
    margin: 0;
    color: #000;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-personal-orders__empty p {
    max-width: 560px;
    margin: 14px 0 0;
    color: #566078;
    font-size: 16px;
    line-height: 1.45;
}

.shop-personal-orders__empty a {
    min-height: 46px;
    margin-top: 24px;
    padding: 0 26px;
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
}

.shop-personal-orders__list {
    display: grid;
    gap: 14px;
}

.shop-personal-order {
    box-sizing: border-box;
    min-height: 104px;
    padding: 20px 22px;
    border: 1px solid #e4e8f1;
    border-radius: 8px;
    background: #fff;
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(0, 1.6fr) auto;
    gap: 24px;
    align-items: center;
}

.shop-personal-order__main span {
    color: #566078;
    display: block;
    font-size: 15px;
    line-height: 1.3;
}

.shop-personal-order__main strong {
    margin-top: 8px;
    color: #000;
    display: block;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-personal-order__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-personal-order__meta span {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    background: #f7f8fc;
    color: #566078;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
}

.shop-personal-order > a {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(42, 45, 125, .42);
    border-radius: 8px;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.shop-personal-order > a:hover {
    background: var(--shop-blue);
    border-color: var(--shop-blue);
    color: #fff;
}

.shop-personal-purchases__grid {
    display: grid;
    gap: 14px;
}

.shop-personal-purchase {
    box-sizing: border-box;
    min-height: 132px;
    padding: 18px 20px;
    border: 1px solid #e4e8f1;
    border-radius: 8px;
    background: #fff;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.shop-personal-purchase__media {
    width: 104px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: #f7f8fc;
    color: #a5abc0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shop-personal-purchase__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-personal-purchase__media svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-personal-purchase__content {
    min-width: 0;
}

.shop-personal-purchase__content > span {
    color: #566078;
    display: block;
    font-size: 14px;
    line-height: 1.3;
}

.shop-personal-purchase h2 {
    max-width: 760px;
    margin: 8px 0 0;
    color: #000;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
}

.shop-personal-purchase h2 a {
    color: inherit;
    text-decoration: none;
}

.shop-personal-purchase h2 a:hover {
    color: var(--shop-blue);
}

.shop-personal-purchase__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.shop-personal-purchase__meta span {
    min-height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    background: #f7f8fc;
    color: #566078;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.2;
}

.shop-personal-purchase__content strong {
    margin-top: 14px;
    color: var(--shop-blue);
    display: block;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-personal-purchase__actions {
    display: grid;
    gap: 10px;
    justify-items: stretch;
}

.shop-personal-purchase__actions a {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(42, 45, 125, .42);
    border-radius: 8px;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.shop-personal-purchase__actions a:hover {
    background: var(--shop-blue);
    border-color: var(--shop-blue);
    color: #fff;
}

.shop-personal-viewed__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shop-personal-viewed__actions form {
    margin: 0;
}

.shop-personal-viewed__clear {
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid #d9deeb;
    border-radius: 8px;
    background: #fff;
    color: #566078;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.shop-personal-viewed__clear:hover {
    border-color: rgba(42, 45, 125, .42);
    color: var(--shop-blue);
}

.shop-personal-viewed__grid {
    display: grid;
    gap: 14px;
}

.shop-personal-viewed-card {
    box-sizing: border-box;
    min-height: 132px;
    padding: 18px 20px;
    border: 1px solid #e4e8f1;
    border-radius: 8px;
    background: #fff;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
}

.shop-personal-viewed-card__media {
    width: 104px;
    aspect-ratio: 1;
    border-radius: 8px;
    background: #f7f8fc;
    color: #a5abc0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shop-personal-viewed-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-personal-viewed-card__media svg {
    width: 72px;
    height: 72px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-personal-viewed-card__content {
    min-width: 0;
}

.shop-personal-viewed-card__content > span {
    color: #566078;
    display: block;
    font-size: 14px;
    line-height: 1.3;
}

.shop-personal-viewed-card h2 {
    max-width: 760px;
    margin: 8px 0 0;
    color: #000;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
}

.shop-personal-viewed-card h2 a {
    color: inherit;
    text-decoration: none;
}

.shop-personal-viewed-card h2 a:hover {
    color: var(--shop-blue);
}

.shop-personal-viewed-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.shop-personal-viewed-card__meta span {
    min-height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    background: #f7f8fc;
    color: #566078;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.2;
}

.shop-personal-viewed-card__content strong {
    margin-top: 14px;
    color: var(--shop-blue);
    display: block;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-personal-viewed-card__content strong span {
    margin-left: 8px;
    color: #8a91a6;
    font-size: 15px;
    text-decoration: line-through;
}

.shop-personal-viewed-card__actions {
    display: grid;
    gap: 10px;
    justify-items: stretch;
}

.shop-personal-viewed-card__actions a {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(42, 45, 125, .42);
    border-radius: 8px;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.shop-personal-viewed-card__actions a:hover {
    background: var(--shop-blue);
    border-color: var(--shop-blue);
    color: #fff;
}

.shop-personal-benefits {
    padding-top: 84px;
}

.shop-personal-about {
    padding-top: 100px;
}

.shop-personal-interest {
    padding-top: 84px;
    padding-bottom: 96px;
}

.shop-auth {
    min-height: 100vh;
    padding: 106px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
}

.shop-auth .shop-container {
    width: min(1640px, calc(100% - 80px));
}

.shop-auth-card {
    box-sizing: border-box;
    width: min(100%, 460px);
    margin: 0 auto;
    padding: 28px 30px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
}

.shop-auth-card--wide {
    width: min(100%, 760px);
}

.shop-auth-card h1 {
    margin: 0 0 22px;
    color: #000;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 400;
}

.shop-auth-card label {
    display: grid;
    gap: 7px;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
}

.shop-auth-card label + label,
.shop-auth-grid + button {
    margin-top: 16px;
}

.shop-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.shop-auth-grid label + label {
    margin-top: 0;
}

.shop-auth-card input {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    color: #000;
    font: inherit;
}

.shop-auth-card input:focus {
    border-color: rgba(42, 45, 125, .42);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(42, 45, 125, .08);
}

.shop-auth-card button {
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    border: 0;
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.shop-auth-card p {
    margin: 16px 0 0;
    color: #566078;
    font-size: 15px;
    line-height: 1.4;
}

.shop-auth-card a {
    color: var(--shop-blue);
}

.shop-auth-error {
    margin-bottom: 18px;
    padding: 13px 15px;
    border: 1px solid rgba(194, 54, 54, .25);
    border-radius: 8px;
    background: rgba(194, 54, 54, .06);
    color: #9b1c1c;
    font-size: 15px;
    line-height: 1.35;
}

.shop-auth-message {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.35;
}

.shop-auth-message--success {
    border: 1px solid rgba(42, 45, 125, .18);
    background: rgba(42, 45, 125, .06);
    color: var(--shop-blue);
}

.shop-cart-top {
    padding-top: 146px;
}

.shop-cart {
    padding: 64px 0 96px;
    font-family: "Aeonik Pro Trial", Arial, sans-serif;
}

.shop-cart__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 502px;
    gap: 64px;
    align-items: start;
}

.shop-cart__layout--single {
    grid-template-columns: minmax(0, 1fr);
}

.shop-cart__main h1,
.shop-cart__aside > h2 {
    margin: 0 0 24px;
    color: var(--shop-blue);
    font-size: clamp(34px, 2.35vw, 40px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}

.shop-checkout-page .shop-cart__main h1,
.shop-checkout-page .shop-cart__aside > h2 {
    font-size: var(--shop-checkout-page-title);
}

.shop-cart__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}

.shop-cart__head h1 {
    margin-bottom: 0;
}

.shop-cart-clear {
    appearance: none;
    justify-self: end;
    width: max-content;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--shop-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.15;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.shop-cart-clear:hover {
    background: rgba(42, 45, 125, .06);
    border-color: #23266f;
    color: #23266f;
    box-shadow: 0 8px 20px rgba(42, 45, 125, .08);
}

.shop-cart-clear:disabled {
    border-color: rgba(42, 45, 125, .22);
    background: #f5f5f5;
    color: rgba(42, 45, 125, .46);
    box-shadow: none;
    cursor: default;
}

.shop-cart-clear svg,
.shop-cart-remove svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-cart-items {
    display: grid;
    gap: 24px;
    margin-top: 0;
}

.shop-cart-empty {
    box-sizing: border-box;
    margin-top: 28px;
    min-height: 260px;
    padding: 44px 36px;
    border-radius: 8px;
    background: var(--shop-cart-surface);
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 18px;
    color: #000;
}

.shop-cart-empty h2 {
    margin: 0;
    color: var(--shop-blue);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.18;
}

.shop-cart-empty p {
    max-width: 520px;
    margin: 0;
    font-size: 18px;
    line-height: 1.42;
}

.shop-cart-empty a {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.15;
}

.shop-checkout-success {
    box-sizing: border-box;
    margin-top: 0;
    padding: 36px 40px;
    border: 1px solid rgba(42, 45, 125, .08);
    border-radius: 8px;
    background: var(--shop-cart-surface);
    color: #000;
}

.shop-checkout-success__hero {
    display: grid;
    grid-template-columns: 56px minmax(0, 760px);
    gap: 22px;
    align-items: start;
}

.shop-checkout-success__mark {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-checkout-success__mark svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-checkout-success__status {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(42, 45, 125, .18);
    border-radius: 8px;
    background: #fff;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.15;
}

.shop-checkout-success h2 {
    margin: 14px 0 0;
    color: var(--shop-blue);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
}

.shop-checkout-success p {
    max-width: 620px;
    margin: 14px 0 0;
    color: #000;
    font-size: 17px;
    line-height: 1.45;
}

.shop-order-progress-head {
    margin-top: 42px;
}

.shop-order-progress-head h3 {
    max-width: 620px;
    margin: 0;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.16;
}

.shop-order-progress-head p {
    max-width: 620px;
    margin-top: 12px;
    color: rgba(0, 0, 0, .62);
    font-size: 16px;
    line-height: 1.42;
}

.shop-order-progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    margin-top: 28px;
    padding-bottom: 22px;
}

.shop-order-progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    border-radius: 999px;
    background: #ededf3;
}

.shop-order-progress::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(25%, 276px);
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--shop-blue), rgba(42, 45, 125, .08));
}

.shop-order-progress__item {
    position: relative;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #000;
}

.shop-order-progress__item::before {
    display: none;
}

.shop-order-progress__item span {
    color: #d9d9df;
    display: block;
    font-size: 58px;
    font-weight: 400;
    line-height: 1;
}

.shop-order-progress__item strong {
    display: block;
    max-width: 240px;
    margin-top: 14px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.shop-order-progress__item small {
    display: block;
    max-width: 260px;
    margin-top: 10px;
    color: rgba(0, 0, 0, .62);
    font-size: 15px;
    line-height: 1.38;
}

.shop-order-progress__item.is-active {
    padding: 0;
    border: 0;
    background: transparent;
}

.shop-order-progress__item.is-active span {
    color: var(--shop-blue);
}

.shop-order-progress__item.is-active strong {
    color: var(--shop-blue);
}

.shop-order-progress__item.is-active small {
    color: rgba(0, 0, 0, .62);
}

.shop-checkout-success__actions {
    display: flex;
    margin-top: 34px;
}

.shop-cart-submit--inline {
    width: auto;
    min-width: 220px;
    margin: 0;
}

.shop-cart-item {
    box-sizing: border-box;
    min-height: 156px;
    padding: 24px 32px;
    border-radius: 8px;
    background: var(--shop-cart-surface);
    display: grid;
    grid-template-columns: 132px minmax(260px, 1fr) minmax(210px, auto);
    gap: 26px;
    align-items: center;
}

.shop-cart-item.is-updating {
    opacity: .62;
    pointer-events: none;
}

.shop-cart-item__media {
    width: 132px;
    height: 92px;
    border: 1px solid var(--shop-blue);
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--shop-blue);
}

.shop-cart-item__media img {
    display: block;
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
}

.shop-cart-item__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.shop-cart-item__placeholder svg {
    width: 86%;
    height: 86%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-cart-item__info {
    display: grid;
    gap: 18px;
    align-content: center;
    min-width: 0;
}

.shop-cart-item__title {
    max-width: 430px;
    color: var(--shop-blue);
    font-size: 19px;
    font-weight: 500 !important;
    line-height: 1.3;
    text-decoration: none;
}

.shop-cart-item__title:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.shop-cart-item__code {
    color: #000;
    font-size: 14px;
    line-height: 1.25;
}

.shop-cart-item__price {
    display: grid;
    justify-items: end;
    gap: 6px;
    color: #000;
}

.shop-cart-item__price-top {
    min-height: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.shop-cart-item__old-price {
    color: #000;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: line-through;
}

.shop-cart-item__discount {
    min-width: 38px;
    min-height: 19px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--shop-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
}

.shop-cart-item__price strong {
    color: #000;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.18;
    white-space: nowrap;
}

.shop-cart-item__actions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4px;
}

.shop-cart-qty {
    min-width: 86px;
    height: 36px;
    border-radius: 6px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    color: var(--shop-blue);
}

.shop-cart-qty button,
.shop-cart-remove {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.shop-cart-qty button {
    width: 28px;
    height: 32px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
}

.shop-cart-qty button:disabled {
    color: rgba(42, 45, 125, .34);
    cursor: default;
}

.shop-cart-qty span {
    color: #000;
    font-size: 16px;
}

.shop-cart-remove {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #fff;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .18s ease, color .18s ease;
}

.shop-cart-remove:hover {
    background: #d94a4a;
    color: #fff;
}

.shop-cart-card {
    box-sizing: border-box;
    margin-top: 36px;
    padding: 36px;
    border: 1px solid rgba(42, 45, 125, .08);
    border-radius: 8px;
    background: var(--shop-cart-surface);
    color: #000;
}

.shop-cart__main h1 + .shop-cart-card {
    margin-top: 0;
}

.shop-cart-card h2 {
    margin: 0 0 28px;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
}

.shop-cart-card h3 {
    margin: 24px 0 16px;
    color: var(--shop-blue);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.shop-cart-card p {
    max-width: 980px;
    margin: 18px 0 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
}

.shop-cart-card__hint {
    max-width: 680px;
    color: #6f7f94 !important;
    font-size: 16px !important;
}

.shop-cart-choice {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    border: 0;
}

.shop-cart-choice label {
    display: inline-flex;
    min-height: 52px;
    cursor: pointer;
}

.shop-cart-choice label[hidden] {
    display: none !important;
}

.shop-cart-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-cart-choice span,
.shop-cart-add-button {
    min-height: 52px;
    box-sizing: border-box;
    padding: 0 22px;
    border: 1px solid var(--shop-blue);
    border-radius: 8px;
    background: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.15;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.shop-cart-choice input:checked + span {
    background: var(--shop-blue);
    color: #fff;
}

.shop-cart-choice label:focus-within span,
.shop-cart-add-button:focus-visible,
.shop-cart-submit:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(42, 45, 125, .16);
}

.shop-cart-fields {
    display: grid;
    gap: 22px 32px;
}

.shop-cart-fields label {
    display: grid;
    grid-template-columns: 170px minmax(0, 476px);
    gap: 32px;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
}

.shop-cart-fields input,
.shop-cart-card textarea {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid var(--shop-blue);
    border-radius: 8px;
    background: #fff;
    color: #000;
    font: inherit;
    font-size: 18px;
    line-height: 1.2;
    outline: 0;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.shop-cart-fields input:focus,
.shop-cart-card textarea:focus {
    border-color: #191c65;
    box-shadow: 0 0 0 3px rgba(42, 45, 125, .12);
}

.shop-cart-fields input::placeholder,
.shop-cart-card textarea::placeholder {
    color: #a4a4a4;
    opacity: 1;
}

.shop-cart-card__divider {
    height: 1px;
    margin: 32px 0 20px;
    background: rgba(42, 45, 125, .38);
}

.shop-cart-add-button {
    appearance: none;
    cursor: pointer;
}

.shop-company-details__status {
    min-height: 22px;
    margin-top: 10px !important;
    margin-left: calc(var(--shop-checkout-label-width, 170px) + var(--shop-checkout-field-gap, 32px)) !important;
    color: #6f6f6f !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.shop-company-result {
    box-sizing: border-box;
    width: min(100%, 640px);
    margin-top: 14px;
    margin-left: calc(var(--shop-checkout-label-width, 170px) + var(--shop-checkout-field-gap, 32px));
    padding: 16px 18px;
    border: 1px solid rgba(42, 45, 125, .14);
    border-radius: 8px;
    background: #fff;
    display: grid;
    gap: 6px;
}

.shop-company-result[hidden],
.shop-company-result.is-hidden {
    display: none !important;
}

.shop-company-result strong {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
}

.shop-company-result span,
.shop-company-result small {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.shop-company-details__status[data-state="success"] {
    color: var(--shop-blue) !important;
}

.shop-company-details__status[data-state="error"] {
    color: #b3261e !important;
}

.shop-company-details.is-loading input[data-dadata-inn] {
    background-image: linear-gradient(90deg, transparent, rgba(42, 45, 125, .08), transparent);
    background-size: 200% 100%;
    animation: shopCompanyLookup 1.1s linear infinite;
}

.shop-address-field {
    position: relative;
    display: block;
    min-width: 0;
}

.shop-address-suggestions {
    position: absolute;
    z-index: 20;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    box-sizing: border-box;
    max-height: 236px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid rgba(42, 45, 125, .18);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(16, 27, 63, .12);
}

.shop-address-suggestions[hidden] {
    display: none !important;
}

.shop-address-suggestions__item {
    appearance: none;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #000;
    font: inherit;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
}

.shop-address-suggestions__item:hover,
.shop-address-suggestions__item:focus-visible {
    outline: 0;
    background: #f3f5fb;
    color: var(--shop-blue);
}

@keyframes shopCompanyLookup {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.shop-cart-card--compact {
    padding-bottom: 36px;
}

.shop-cart-card--delivery {
    padding-bottom: 40px;
}

.shop-cart-fields--delivery {
    margin-bottom: 28px;
}

.shop-cart-field-full {
    grid-column: 1 / -1;
}

.shop-cart-card--comment {
    padding-top: 36px;
    padding-bottom: 36px;
}

.shop-cart-card--comment h2 {
    margin-bottom: 24px;
}

.shop-cart-card textarea {
    display: block;
    min-height: 92px;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.35;
    resize: vertical;
}

.shop-checkout-form {
    display: grid;
    gap: 18px;
}

.shop-checkout-form .shop-cart-card {
    margin-top: 0;
}

.shop-checkout-step {
    padding: 0;
    overflow: hidden;
    scroll-margin-top: 128px;
}

.shop-checkout-step__head {
    appearance: none;
    width: 100%;
    padding: var(--shop-checkout-card-y) var(--shop-checkout-card-x);
    border: 0;
    background: transparent;
    color: #000;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    text-align: left;
    cursor: pointer;
}

.shop-checkout-step__number {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(42, 45, 125, .22);
    border-radius: 8px;
    background: #fff;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    font-size: 20px;
    line-height: 1;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.shop-checkout-step__title {
    display: grid;
    gap: 4px;
}

.shop-checkout-step__title > span {
    color: #000;
    font-size: var(--shop-checkout-step-title);
    font-weight: 400;
    line-height: 1.15;
}

.shop-checkout-step__title small {
    color: #6f6f6f;
    font-size: var(--shop-checkout-step-note);
    font-weight: 400;
    line-height: 1.3;
}

.shop-checkout-step__edit {
    color: var(--shop-blue);
    font-size: 15px;
    line-height: 1.2;
    opacity: 0;
    transition: opacity .18s ease;
}

.shop-checkout-step.is-complete:not(.is-active) .shop-checkout-step__edit {
    opacity: 1;
}

.shop-checkout-step.is-active .shop-checkout-step__number,
.shop-checkout-step.is-complete .shop-checkout-step__number {
    border-color: var(--shop-blue);
    background: var(--shop-blue);
    color: #fff;
}

.shop-checkout-step__body {
    padding: 0 var(--shop-checkout-card-x) 24px;
}

.shop-checkout-step:not(.is-active) .shop-checkout-step__body {
    display: none;
}

.shop-checkout-step:not(.is-active) .shop-checkout-step__head {
    padding-top: 22px;
    padding-bottom: 22px;
}

.shop-checkout-card .shop-cart-choice {
    margin-bottom: 28px;
}

.shop-checkout-card .shop-cart-card__divider + h3 {
    margin-top: 0;
}

.shop-checkout-page .shop-cart-choice {
    margin-bottom: 24px;
}

.shop-checkout-page .shop-cart-choice label,
.shop-checkout-page .shop-cart-choice span,
.shop-checkout-page .shop-cart-add-button {
    min-height: var(--shop-checkout-control-height);
    font-size: var(--shop-checkout-control-text);
}

.shop-checkout-page .shop-cart-fields {
    gap: 18px var(--shop-checkout-field-gap);
}

.shop-checkout-page .shop-cart-fields label {
    grid-template-columns: var(--shop-checkout-label-width) minmax(0, var(--shop-checkout-field-width));
    gap: var(--shop-checkout-field-gap);
    font-size: 16px;
}

.shop-checkout-page .shop-cart-fields label.shop-cart-field-wide {
    grid-template-columns: var(--shop-checkout-label-width) minmax(0, 640px);
}

.shop-checkout-page .shop-cart-fields label.shop-cart-field-no-label {
    grid-template-columns: minmax(0, 640px);
}

.shop-checkout-page .shop-cart-fields input,
.shop-checkout-page .shop-cart-card textarea {
    min-height: var(--shop-checkout-field-height);
    font-size: var(--shop-checkout-field-text);
}

.shop-checkout-page .shop-cart-card h3 {
    font-size: 21px;
}

.shop-checkout-page .shop-cart-card__divider {
    margin: 28px 0 18px;
}

.shop-checkout-page .shop-cart-submit {
    font-family: inherit;
}

.shop-checkout-page .shop-cart-consent {
    margin-top: 22px;
    gap: 18px;
    font-size: 14px;
}

.shop-checkout-page .shop-cart-consent--checkout {
    max-width: 720px;
    margin-top: 0;
}

.shop-checkout-step--confirm .shop-checkout-step__body {
    padding-left: calc(var(--shop-checkout-card-x) + 68px);
}

.shop-checkout-step__actions {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.shop-checkout-step__actions .shop-cart-submit {
    width: auto;
    min-width: 190px;
    margin: 0;
}

.shop-checkout-next {
    appearance: none;
    min-width: 190px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--shop-blue);
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    font: inherit;
    font-size: 17px;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.shop-checkout-next:hover {
    background: #23266f;
    border-color: #23266f;
    box-shadow: 0 10px 24px rgba(42, 45, 125, .16);
}

.shop-cart__aside {
    position: sticky;
    top: 116px;
}

.shop-cart-summary {
    box-sizing: border-box;
    padding: 30px 32px 32px;
    border: 1px solid rgba(42, 45, 125, .08);
    border-radius: 8px;
    background: var(--shop-cart-surface);
}

.shop-checkout-page .shop-cart-summary {
    padding: 26px 28px 28px;
}

.shop-cart-summary dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.shop-cart-summary dl > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: baseline;
    padding: 0;
    border-bottom: 0;
    color: #000;
    font-size: 17px;
    line-height: 1.25;
}

.shop-checkout-page .shop-cart-summary dl {
    gap: 12px;
}

.shop-checkout-page .shop-cart-summary dl > div {
    font-size: var(--shop-checkout-summary-text);
}

.shop-cart-summary dt,
.shop-cart-summary dd {
    margin: 0;
    font-weight: 400;
}

.shop-cart-summary dd {
    text-align: right;
    white-space: nowrap;
}

.shop-cart-summary dd span {
    display: block;
    margin-top: 6px;
    color: #a4a4a4;
    font-size: 13px;
    line-height: 1.25;
}

.shop-cart-summary dd strong {
    font-weight: 400;
}

.shop-cart-summary .shop-cart-summary__discount dd {
    color: var(--shop-blue);
}

.shop-cart-summary .shop-cart-summary__total {
    margin-top: 8px;
    padding: 24px 0 0;
    border-top: 1px solid rgba(42, 45, 125, .18);
    align-items: center;
    font-size: 28px;
}

.shop-checkout-page .shop-cart-summary .shop-cart-summary__total {
    padding-top: 22px;
    font-size: var(--shop-checkout-summary-total);
}

.shop-cart-summary .shop-cart-summary__total dd {
    font-size: 30px;
}

.shop-checkout-page .shop-cart-summary .shop-cart-summary__total dd {
    font-size: var(--shop-checkout-summary-total);
}

.shop-cart-submit {
    appearance: none;
    width: 100%;
    min-height: 58px;
    margin: 24px auto 0;
    padding: 0 20px;
    border: 1px solid var(--shop-blue);
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.shop-checkout-page .shop-cart-submit {
    min-height: 52px;
    margin-top: 22px;
    font-size: 17px;
}

.shop-checkout-page .shop-cart-submit--inline {
    width: auto;
    min-width: 220px;
    margin: 0;
}

.shop-cart-submit:hover {
    background: #23266f;
    border-color: #23266f;
    box-shadow: 0 10px 24px rgba(42, 45, 125, .18);
}

.shop-cart-submit.is-disabled {
    border-color: rgba(42, 45, 125, .22);
    background: #d8d9e8;
    color: rgba(42, 45, 125, .62);
    box-shadow: none;
    pointer-events: none;
    cursor: default;
}

.shop-cart-submit--catalog {
    background: #fff;
    color: var(--shop-blue);
}

.shop-cart-submit--catalog:hover {
    background: var(--shop-blue);
    color: #fff;
}

.shop-cart-submit svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-cart-consent {
    display: grid;
    gap: 22px;
    margin-top: 34px;
    color: #000;
    font-size: 16px;
    line-height: 1.45;
}

.shop-cart-consent label {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.shop-cart-consent input {
    width: 18px;
    height: 18px;
    margin: 6px 0 0;
    accent-color: var(--shop-blue);
}

.shop-cart-consent a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.shop-cart-offer {
    margin-top: 18px;
    color: #515151;
    font-size: 14px;
    line-height: 1.45;
}

.shop-cart-offer a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.shop-listing__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
    align-items: center;
    color: #000;
    font-size: 16px;
    line-height: 1.35;
}

.shop-listing__breadcrumbs a,
.shop-listing__breadcrumbs span {
    color: inherit;
    text-decoration: none;
}

.shop-listing__title {
    display: flex;
    align-items: baseline;
    gap: 26px;
    margin-top: 24px;
}

.shop-listing__title h1 {
    margin: 0;
    color: var(--shop-blue);
    font-size: 34px;
    line-height: 1.3;
    font-weight: 400;
}

.shop-listing__title span {
    color: #d9d9d9;
    font-size: 34px;
    line-height: 1.3;
}

.shop-filters__title {
    margin: 0;
    color: var(--shop-blue);
    font-size: 34px;
    line-height: 1.3;
    font-weight: 400;
}

.shop-filter-group select,
.shop-filter-search input,
.shop-filter-price input {
    height: 36px;
    border: 1px solid var(--shop-blue);
    border-radius: 5px;
    background: #fff;
    color: #000;
    font: inherit;
    font-size: 16px;
}

.shop-listing__layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 95px;
    margin-top: 56px;
    align-items: start;
}

.shop-filters form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
}

.shop-filter-search input {
    width: 100%;
    padding: 0 14px;
    color: #000;
}

.shop-filter-search input::placeholder {
    color: #a4a4a4;
}

.shop-filter-clear {
    align-self: center;
    margin-top: 7px;
    color: var(--shop-blue);
    font-size: 16px;
    line-height: 1.35;
    text-decoration: none;
}

.shop-filter-clear--bottom {
    margin-top: 14px;
}

.shop-filter-group {
    margin-top: 34px;
    color: #000;
}

.shop-filter-group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #000;
    transition: color .18s ease;
}

.shop-filter-group summary::-webkit-details-marker {
    display: none;
}

.shop-filter-group summary::after {
    content: "";
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-right: 1.25px solid var(--shop-blue);
    border-bottom: 1.25px solid var(--shop-blue);
    transform: rotate(225deg);
    transition: transform .18s ease, border-color .18s ease;
}

.shop-filter-group:not([open]) summary::after {
    transform: rotate(45deg);
}

.shop-filter-group summary:hover,
.shop-filter-group summary:focus-visible {
    color: var(--shop-blue);
}

.shop-filter-group summary:focus-visible {
    outline: 2px solid rgba(42, 45, 125, .2);
    outline-offset: 4px;
    border-radius: 4px;
}

.shop-filter-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    position: relative;
    margin-top: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--shop-blue);
}

.shop-filter-price::before,
.shop-filter-price::after {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--shop-blue);
}

.shop-filter-price::before {
    left: 0;
}

.shop-filter-price::after {
    right: 0;
}

.shop-filter-price label {
    display: grid;
    gap: 7px;
    font-size: 16px;
}

.shop-filter-price input {
    width: 100%;
    padding: 0 12px;
    text-align: center;
}

.shop-filter-checks {
    display: grid;
    gap: 7px;
    margin-top: 14px;
}

.shop-filter-checks label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 22px;
    font-size: 16px;
    line-height: 1.35;
}

.shop-filter-checks em {
    color: #a4a4a4;
    font-style: normal;
    font-size: 14px;
}

.shop-filter-checks input {
    appearance: none;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid var(--shop-blue);
    background: #fff;
    display: inline-grid;
    place-content: center;
}

.shop-filter-checks input[type="radio"] {
    border-radius: 50%;
}

.shop-filter-checks input[type="checkbox"] {
    border-radius: 2px;
}

.shop-filter-checks input::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--shop-blue);
    opacity: 0;
    transform: scale(.65);
    transition: opacity .14s ease, transform .14s ease;
}

.shop-filter-checks input[type="radio"]::before {
    border-radius: 50%;
}

.shop-filter-checks input[type="checkbox"]::before {
    width: 9px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent;
    transform: rotate(-45deg) scale(.75);
}

.shop-filter-checks input:checked {
    background: var(--shop-blue);
}

.shop-filter-checks input[type="radio"]:checked {
    background: #fff;
}

.shop-filter-checks input:checked::before {
    opacity: 1;
    transform: scale(1);
}

.shop-filter-checks input[type="checkbox"]:checked::before {
    transform: rotate(-45deg) scale(1);
}

.shop-filter-checks input:focus-visible {
    outline: 2px solid rgba(42, 45, 125, .22);
    outline-offset: 3px;
}

.shop-request__check input {
    flex: 0 0 auto;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid var(--shop-blue);
    accent-color: var(--shop-blue);
}

.shop-filter-group select {
    width: 100%;
    margin-top: 14px;
    padding: 0 12px;
}

.shop-filter-button {
    width: 100%;
    height: 36px;
    margin-top: 11px;
    border: 1px solid var(--shop-blue);
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.shop-filter-button--ghost {
    margin-top: 30px;
    background: #fff;
    color: var(--shop-blue);
}

.shop-filter-button--primary {
    background: var(--shop-blue);
    color: #fff;
}

.shop-product-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px 32px;
    justify-content: start;
    min-height: 0;
}

.shop-product-list-grid .shop-product-card {
    width: 100%;
    flex-basis: auto;
}

.shop-product-list-grid .shop-empty-row {
    grid-column: 1 / -1;
}

.shop-listing-subcategories {
    margin: 54px 0 0;
}

.shop-listing-subcategories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    margin-top: 48px;
}

.shop-pagination a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d9d9d9;
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

.shop-pagination__ellipsis {
    width: 32px;
    height: 32px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

.shop-pagination a.is-active {
    background: var(--shop-blue);
    color: #fff;
}

.shop-pagination .shop-pagination__arrow {
    background: transparent;
    color: var(--shop-blue);
}

.shop-pagination a.is-disabled {
    opacity: .35;
    pointer-events: none;
}

.shop-benefits {
    padding: 144px 0 0;
}

.shop-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.shop-benefits article {
    min-height: 235px;
    padding: 32px 28px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
}

.shop-benefits span {
    width: 57px;
    height: 57px;
    display: inline-flex;
    color: #000;
}

.shop-benefits span svg {
    width: 57px;
    height: 57px;
    stroke-width: 1.6;
}

.shop-benefits h2 {
    margin: 24px 0 0;
    color: var(--shop-blue);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
}

.shop-benefits p {
    margin: 12px 0 0;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

.shop-interest--listing {
    padding-top: 64px;
    padding-bottom: 0;
}

.shop-interest--listing h2 {
    color: var(--shop-blue);
    font-size: 40px;
}

.shop-interest--listing .shop-interest__grid {
    border-color: var(--shop-blue);
}

.shop-interest--listing .shop-interest__grid a {
    min-height: 260px;
    padding: 36px;
    border-color: var(--shop-blue);
}

.shop-interest--listing .shop-interest__grid strong {
    color: #000;
    font-size: 20px;
}

.shop-interest--listing .shop-interest__grid span {
    color: #000;
    font-size: 16px;
}

.shop-request {
    padding: 124px 0 160px;
}

.shop-request__grid {
    display: grid;
    grid-template-columns: minmax(0, 564px) minmax(520px, 898px);
    justify-content: space-between;
    gap: 80px;
}

.shop-request__text h2 {
    margin: 0;
    color: var(--shop-blue);
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
}

.shop-request__text p {
    max-width: 560px;
    margin: 12px 0 0;
    color: #303030;
    font-size: 16px;
    line-height: 1.4;
}

.shop-request__text a {
    display: block;
    margin-top: 24px;
    color: #303030;
    font-size: 16px;
    text-decoration: none;
}

.shop-request__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-request__fields input,
.shop-request__fields textarea {
    width: 100%;
    min-height: 71px;
    margin: 0 -1px -1px 0;
    padding: 0 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: inherit;
}

.shop-request__fields input::placeholder,
.shop-request__fields textarea::placeholder {
    color: #a4a4a4;
}

.shop-request__fields input:first-child {
    border-top-left-radius: 15px;
}

.shop-request__fields input:nth-child(2) {
    border-top-right-radius: 15px;
}

.shop-request__wide {
    grid-column: 1 / -1;
}

.shop-request__fields textarea {
    min-height: 140px;
    padding-top: 24px;
    resize: vertical;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.shop-request__check {
    display: flex;
    gap: 19px;
    align-items: flex-start;
    margin-top: 16px;
    color: #303030;
    font-size: 16px;
    line-height: 1.35;
}

.shop-request__form button {
    min-height: 58px;
    margin-top: 24px;
    padding: 0 20px;
    border: 0;
    border-radius: 15px;
    background: var(--shop-blue);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.shop-product-page {
    --shop-blue: #2a2d7d;
    overflow: visible;
}

.shop-product-page .shop-product-top {
    padding-top: 146px;
}

.shop-product {
    padding: 56px 0 0;
}

.shop-product__breadcrumbs {
    margin-bottom: 48px;
}

.shop-product__layout {
    display: grid;
    grid-template-columns: minmax(0, 640px) minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 2.8vw, 44px);
    align-items: start;
}

.shop-product-gallery__main {
    position: relative;
    width: 100%;
    height: 420px;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.shop-product-gallery__main img {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.shop-product-gallery__main span {
    width: min(100%, 560px);
    color: #7c7f89;
}

.shop-product-gallery__main svg,
.shop-product-gallery__thumbs svg {
    width: 100%;
    height: auto;
    fill: #d7d7d7;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-product-gallery__thumbs-wrap {
    position: relative;
    margin-top: 24px;
    padding: 0 48px;
}

.shop-product-gallery__thumbs {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    padding-top: 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.shop-product-gallery__thumbs::-webkit-scrollbar {
    display: none;
}

.shop-product-gallery__thumbs button {
    flex: 0 0 156px;
    height: 121px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    scroll-snap-align: start;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.shop-product-gallery__thumbs button.is-active {
    border-color: rgba(42, 45, 125, .72);
    box-shadow: none;
}

.shop-product-gallery__thumbs button:hover {
    border-color: rgba(42, 45, 125, .42);
    box-shadow: 0 0 0 1px rgba(42, 45, 125, .08);
}

.shop-product-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop-product-gallery__thumb-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(42, 45, 125, .55);
    border-radius: 8px;
    background: #fff;
    color: var(--shop-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.shop-product-gallery__thumb-arrow:disabled {
    opacity: .35;
    cursor: default;
}

.shop-product-gallery__thumb-arrow--prev {
    left: 0;
}

.shop-product-gallery__thumb-arrow--next {
    right: 0;
}

.shop-product-summary {
    box-sizing: border-box;
    align-self: start;
    min-height: 420px;
    padding: 36px 36px 38px;
    border: 1px solid #eef1f7;
    border-radius: 15px;
    background: #f7f8fc;
}

.shop-product-summary h1 {
    margin: 0;
    color: var(--shop-blue);
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
}

.shop-product-summary__code {
    margin: 8px 0 0;
    color: #a4a4a4;
    font-size: 16px;
    line-height: 1.3;
}

.shop-product-summary__price {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: 24px;
}

.shop-product-summary__price span {
    margin-bottom: 8px;
    color: #8b8b8b;
    text-decoration: line-through;
    font-size: 20px;
    line-height: 1.2;
}

.shop-product-summary__price strong {
    color: #101b3f;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 500;
}

.shop-product-summary__vat {
    margin: 8px 0 0;
    color: #7d8798;
    font-size: 15px;
    line-height: 1.35;
}

.shop-product-summary__actions {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.shop-product-qty {
    min-width: 132px;
    min-height: 58px;
    box-sizing: border-box;
    border: 1px solid rgba(42, 45, 125, .34);
    border-radius: 10px;
    background: #fff;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    color: #2a2d7d;
}

.shop-product-qty button {
    width: 38px;
    min-height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.shop-product-qty input {
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    font: inherit;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    outline: 0;
    -moz-appearance: textfield;
}

.shop-product-qty input::-webkit-outer-spin-button,
.shop-product-qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.shop-product-summary__actions > button {
    width: 100%;
    min-height: 58px;
    border: 1px solid #2a2d7d;
    border-radius: 10px;
    background: #2a2d7d;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.shop-product-summary__actions > button:hover {
    background: #22256f;
    border-color: #22256f;
    box-shadow: 0 10px 24px rgba(42, 45, 125, .16);
}

.shop-product-summary__actions > button:disabled {
    cursor: default;
}

.shop-product-summary__actions > button.is-loading {
    opacity: .76;
}

.shop-product-summary__actions > button.is-added {
    background: #fff;
    color: #2a2d7d;
}

.shop-product-summary__actions > button.is-dirty {
    background: #2a2d7d;
    color: #fff;
}

.shop-product-summary__actions > button:active {
    transform: translateY(1px);
    box-shadow: none;
}

.shop-product-summary__actions > button:focus-visible {
    outline: 2px solid rgba(42, 45, 125, .32);
    outline-offset: 3px;
}

.shop-product-summary__actions > button svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-product-summary__meta {
    display: grid;
    gap: 10px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e3e7f0;
}

.shop-product-summary__meta p {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) minmax(180px, auto);
    align-items: center;
    gap: 18px;
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.35;
}

.shop-product-summary__meta span {
    color: #7d8798;
}

.shop-product-summary__meta strong {
    color: #101b3f;
    font-weight: 400;
    text-align: right;
}

.shop-product-highlights {
    align-self: start;
    box-sizing: border-box;
    min-width: 0;
    min-height: 420px;
    padding: 36px;
    border: 1px solid #eef1f7;
    border-radius: 15px;
    background: #f7f8fc;
    display: flex;
    flex-direction: column;
}

.shop-product-highlights__head {
    display: block;
    margin-bottom: 20px;
}

.shop-product-highlights__head h2 {
    margin: 0;
    color: var(--shop-blue);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
}

.shop-product-specs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0;
}

.shop-product-specs div {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(120px, auto);
    gap: 18px;
    align-items: baseline;
    min-width: 0;
}

.shop-product-specs dt,
.shop-product-specs dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
}

.shop-product-specs dt {
    color: #7d8798;
}

.shop-product-specs dd {
    color: #101b3f;
    text-align: right;
}

.shop-product-highlights__link {
    display: inline-flex;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 20px;
    color: var(--shop-blue);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
}

.shop-product-tabs {
    display: flex;
    gap: 46px;
    margin-top: 56px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--shop-blue);
}

.shop-product-tabs a {
    color: var(--shop-blue);
    text-decoration: none;
    font-size: 20px;
    line-height: 1.3;
}

.shop-product-description,
.shop-product-characteristics {
    margin-top: 56px;
}

.shop-product-description h2,
.shop-product-characteristics h2 {
    margin: 0 0 24px;
    color: var(--shop-blue);
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
}

.shop-product-description p,
.shop-product-richtext {
    max-width: 1120px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.shop-product-richtext > :first-child {
    margin-top: 0;
}

.shop-product-richtext > :last-child {
    margin-bottom: 0;
}

.shop-product-richtext h2,
.shop-product-richtext h3,
.shop-product-richtext h4 {
    margin: 26px 0 12px;
    color: var(--shop-blue);
    line-height: 1.25;
    font-weight: 400;
}

.shop-product-richtext h2 {
    font-size: 24px;
}

.shop-product-richtext h3 {
    font-size: 20px;
}

.shop-product-richtext h4 {
    font-size: 18px;
}

.shop-product-richtext p {
    margin: 0 0 18px;
}

.shop-product-richtext strong {
    color: var(--shop-ink);
    font-weight: 600;
}

.shop-product-richtext ul,
.shop-product-richtext ol {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding-left: 24px;
}

.shop-product-richtext li::marker {
    color: var(--shop-blue);
}

.shop-product-richtext dl {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
}

.shop-product-richtext dl > div {
    display: grid;
    grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid var(--shop-line);
}

.shop-product-richtext dt {
    color: var(--shop-muted);
}

.shop-product-richtext dd {
    margin: 0;
}

.shop-product-characteristics {
    padding: 46px 64px 56px;
    border-radius: 15px;
    background: #f5f7fb;
}

.shop-product-characteristics__grid {
    column-count: 2;
    column-gap: 92px;
    column-rule: 1px solid #d9d9d9;
}

.shop-product-characteristics__group {
    break-inside: avoid;
    margin: 0 0 34px;
}

.shop-product-characteristics__group h3 {
    margin: 0 0 18px;
    color: var(--shop-blue);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 400;
}

.shop-product-characteristics__group dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.shop-product-characteristics__group div {
    display: grid;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
    gap: 30px;
}

.shop-product-characteristics__group dt,
.shop-product-characteristics__group dd {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.35;
}

.shop-product-characteristics__group dt {
    color: #7d8798;
}

.shop-product-related {
    padding-top: 84px;
}

.shop-product-related .shop-section__head {
    margin-bottom: 28px;
}

.shop-product-related .shop-product-row {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 38px;
    justify-content: stretch;
}

.shop-product-related .shop-product-card {
    max-width: none;
}

.shop-product-benefits {
    padding-top: 72px;
}

.shop-product-benefits .shop-benefits__grid {
    margin: 0;
}

.shop-product-benefits.shop-benefits article {
    min-height: 205px;
    padding: 28px 24px;
}

.shop-product-benefits.shop-benefits span {
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.shop-product-benefits svg {
    width: 48px;
    height: 48px;
}

.shop-product-benefits.shop-benefits h2 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
}

.shop-product-benefits.shop-benefits p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
}

.shop-product-empty {
    padding: 80px;
    border: 1px solid var(--shop-line);
    background: var(--shop-soft);
}

.shop-product-empty h1 {
    margin: 0;
    color: var(--shop-blue);
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
}

.shop-product-empty p {
    margin: 16px 0 0;
    color: #000;
    font-size: 18px;
}

.shop-product-empty a {
    display: inline-flex;
    min-height: 44px;
    margin-top: 26px;
    padding: 0 20px;
    border-radius: 8px;
    background: var(--shop-blue);
    color: #fff;
    align-items: center;
    text-decoration: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1719px) {
    .shop-product-row {
        grid-template-columns: repeat(4, 300px);
    }

    .shop-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-product-list-grid {
        grid-template-columns: repeat(3, 300px);
        justify-content: start;
    }

    .shop-product__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 32px 72px;
    }

    .shop-product-gallery {
        grid-column: 1;
        grid-row: 1;
    }

    .shop-product-summary {
        grid-column: 2;
        grid-row: 1;
    }

    .shop-product-highlights {
        grid-column: 1 / -1;
        grid-row: 2;
        min-height: 0;
    }

    .shop-product-highlights .shop-product-specs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px 32px;
    }
}

@media (max-width: 1439px) {
    .shop-hero #main-header.header {
        width: calc(100% - 80px);
        margin-top: 34px;
    }

    .shop-hero .inn_main_header.container {
        gap: 24px;
    }

    .shop-hero .h_menu {
        gap: 18px;
        font-size: 14px;
    }

    .shop-hero .header-actions {
        gap: 18px;
    }

    .shop-hero .header-btn-phone {
        font-size: 14px;
    }

    .shop-product-row {
        grid-template-columns: repeat(4, 300px);
        gap: 24px;
        justify-content: start;
    }

    .shop-product-list-grid {
        grid-template-columns: repeat(3, 300px);
    }

    .shop-category-grid,
    .shop-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-solution-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-category-card {
        min-height: 156px;
        padding: 24px 68px 24px 24px;
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .shop-category-card__icon,
    .shop-category-card__icon svg {
        width: 74px;
        height: 74px;
    }

    .shop-category-card strong {
        flex-basis: auto;
        max-width: none;
        font-size: 18px;
    }

    .shop-category-card__arrow {
        right: 18px;
        top: 50%;
        width: 38px;
        height: 38px;
        padding: 0;
        border-radius: 8px;
    }

    .shop-category-card__arrow-link {
        width: 38px;
        height: 38px;
    }

    .shop-category-card__arrow-link svg {
        width: 18px;
        height: 18px;
    }

    .shop-product-carousel {
        padding-top: 52px;
    }

    .shop-product-carousel__arrow {
        top: 0;
        transform: none;
    }

    .shop-product-carousel__arrow--prev {
        left: auto;
        right: 52px;
    }

    .shop-product-carousel__arrow--next {
        right: 0;
    }
}

@media (max-width: 1279px) {
    .shop-container {
        width: min(100% - 40px, 1120px);
    }

    .shop-hero #main-header.header {
        width: min(100% - 40px, 1120px);
        margin-top: 24px;
    }

    .shop-hero .h_menu,
    .shop-hero .header-actions {
        display: none;
    }

    .shop-hero .mobile-header-data {
        display: inline-flex;
        color: #fff;
    }

    .shop-hero {
        min-height: 420px;
    }

    .shop-hero__inner {
        padding-top: 72px;
    }

    .shop-hero__content h1 {
        font-size: 48px;
    }

    .shop-hero__content p {
        font-size: 19px;
    }

    .shop-about__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .shop-search {
        grid-template-columns: 1fr;
    }

    .shop-catalog-menu {
        position: static;
        grid-column: 1;
        margin-top: 12px;
        padding: 26px;
    }

    .shop-catalog-menu__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .shop-search__button,
    .shop-link-button {
        gap: 8px;
    }

    .shop-search__button-icon {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
        font-size: 19px;
    }

    .shop-product-summary__actions > button svg {
        width: 28px;
        height: 28px;
    }

    .shop-category-grid,
    .shop-product-row,
    .shop-solution-grid,
    .shop-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .shop-product-row {
        grid-template-columns: repeat(2, minmax(0, 300px));
        justify-content: center;
    }

    .shop-carousel-section .shop-product-row {
        display: flex;
        grid-template-columns: none;
        gap: 24px;
    }

    .shop-product-carousel__viewport {
        width: 100%;
        margin: 0;
        padding: 1px 0 18px;
    }

    .shop-page--listing .shop-container {
        width: min(100% - 40px, 1120px);
    }

    .shop-page--listing #main-header.header .inn_main_header.container {
        width: min(100% - 40px, 1120px);
    }

    .shop-listing__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .shop-filters form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 24px;
        align-items: start;
        margin-top: 24px;
    }

    .shop-filter-clear,
    .shop-filter-group,
    .shop-filter-button {
        margin-top: 0;
    }

    .shop-filter-clear--bottom {
        align-self: center;
    }

    .shop-product-list-grid {
        grid-template-columns: repeat(2, minmax(0, 300px));
        justify-content: start;
        min-height: 0;
    }

    .shop-personal__profile-card {
        width: 100%;
    }

    .shop-personal__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .shop-personal-about {
        padding-top: 104px;
    }

    .shop-listing-subcategories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-benefits__grid,
    .shop-interest__grid {
        grid-template-columns: 1fr;
    }

    .shop-request__grid {
        grid-template-columns: 1fr;
    }

    .shop-product__layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .shop-product-gallery,
    .shop-product-highlights,
    .shop-product-summary {
        grid-column: auto;
        grid-row: auto;
    }

    .shop-product-gallery__main {
        height: auto;
    }

    .shop-product-summary {
        min-height: 0;
        padding: 48px;
    }

    .shop-product-highlights {
        align-self: auto;
        min-height: 0;
        padding: 28px;
    }

    .shop-product-specs {
        grid-template-columns: 1fr;
    }

    .shop-product-characteristics__grid {
        column-count: 1;
        column-rule: 0;
    }

    .shop-product-characteristics__group div {
        grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .shop-container {
        width: calc(100% - 24px);
    }

    .shop-hero #main-header.header {
        width: calc(100% - 24px);
        margin-top: 14px;
    }

    .shop-hero .header-logo,
    .shop-hero .header-logo svg,
    .shop-hero .header-logo img {
        width: 154px;
    }

    .shop-hero__inner {
        padding-top: 54px;
        padding-bottom: 46px;
    }

    .shop-hero__content h1 {
        font-size: 36px;
        line-height: 1.05;
    }

    .shop-hero__content p {
        margin-top: 18px;
        font-size: 17px;
    }

    .shop-search {
        margin-top: 0;
    }

    .shop-catalog-menu {
        padding: 22px 18px 24px;
        border-radius: 8px;
    }

    .shop-catalog-menu__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 18px;
    }

    .shop-catalog-menu__head strong {
        font-size: 24px;
    }

    .shop-catalog-menu__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 22px;
    }

    .shop-catalog-menu__title {
        min-height: 0;
        font-size: 17px;
    }

    .shop-search__button,
    .shop-link-button {
        min-height: 52px;
        padding: 0 18px;
        gap: 7px;
        font-size: 16px;
    }

    .shop-search__button-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        font-size: 18px;
    }

    .shop-section {
        padding-top: 56px;
    }

    .shop-section__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .shop-category-grid,
    .shop-product-row,
    .shop-solution-grid,
    .shop-brand-grid,
    .shop-promo-grid,
    .shop-interest__grid {
        grid-template-columns: 1fr;
    }

    .shop-product-row {
        justify-items: center;
    }

    .shop-category-card {
        min-height: 136px;
        padding: 20px 60px 20px 20px;
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 18px;
    }

    .shop-category-card__icon,
    .shop-category-card__icon svg {
        width: 62px;
        height: 62px;
    }

    .shop-category-card strong {
        max-width: none;
        font-size: 18px;
    }

    .shop-category-card__arrow {
        right: 16px;
        top: 50%;
        width: 36px;
        height: 36px;
        padding: 0;
        border-radius: 8px;
    }

    .shop-category-card__arrow-link {
        width: 36px;
        height: 36px;
    }

    .shop-category-card__arrow-link svg {
        width: 17px;
        height: 17px;
    }

    .shop-carousel-section .shop-product-row {
        display: flex;
        grid-template-columns: none;
        gap: 18px;
    }

    .shop-product-card {
        flex: 0 0 min(300px, calc(100vw - 24px));
        width: min(300px, calc(100vw - 24px));
        max-width: 100%;
        min-height: 0;
    }

    .shop-promo-card strong {
        font-size: 28px;
    }

    .shop-about__image {
        min-height: 260px;
    }

    .shop-interest__grid a {
        border-right: 0;
        border-bottom: 1px solid var(--shop-line);
    }

    .shop-page--listing .shop-container {
        width: calc(100% - 24px);
    }

    .shop-page--listing #main-header.header .inn_main_header.container {
        width: calc(100% - 24px);
    }

    .shop-page--listing .shop-listing-top {
        padding-top: 112px;
    }

    .shop-search--catalog {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .shop-page--listing .shop-search__input input {
        font-size: 18px;
    }

    .shop-listing {
        padding-top: 34px;
    }

    .shop-personal-top {
        padding-top: 112px;
    }

    .shop-personal {
        padding-top: 56px;
    }

    .shop-listing__title {
        display: block;
    }

    .shop-listing__title h1,
    .shop-listing__title span,
    .shop-filters__title,
    .shop-interest--listing h2,
    .shop-request__text h2 {
        font-size: 28px;
    }

    .shop-filters form {
        grid-template-columns: 1fr;
    }

    .shop-personal h1 {
        font-size: 32px;
    }

    .shop-personal > .shop-container > h1 {
        margin-bottom: 24px;
    }

    .shop-personal__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
    }

    .shop-personal__catalog-link {
        width: 100%;
    }

    .shop-personal__overview {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .shop-personal__profile-card {
        width: 100%;
        min-height: 0;
        padding: 24px 20px;
        border-radius: 12px;
    }

    .shop-personal__profile-card h2 {
        font-size: 24px;
    }

    .shop-personal__profile-card dl div {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }

    .shop-personal__profile-card dd {
        text-align: left;
    }

    .shop-personal__profile-actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 20px;
    }

    .shop-personal__orders-empty {
        padding: 24px 20px;
    }

    .shop-personal__orders-empty h2 {
        font-size: 24px;
    }

    .shop-personal__orders-empty a {
        width: 100%;
    }

    .shop-auth {
        min-height: 100vh;
        padding: 92px 0 0;
        align-items: center;
    }

    .shop-auth .shop-container {
        width: calc(100% - 24px);
    }

    .shop-auth-card {
        padding: 24px 18px;
        border-radius: 8px;
    }

    .shop-auth-card h1 {
        font-size: 26px;
    }

    .shop-auth-grid {
        grid-template-columns: 1fr;
    }

    .shop-personal__cards {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 32px;
    }

    .shop-personal-orders__empty {
        padding: 24px 20px;
    }

    .shop-personal-orders__empty h2 {
        font-size: 24px;
    }

    .shop-personal-orders__empty a {
        width: 100%;
    }

    .shop-personal-order {
        min-height: 0;
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .shop-personal-order__main strong {
        font-size: 20px;
    }

    .shop-personal-order > a {
        width: 100%;
    }

    .shop-personal-purchase {
        min-height: 0;
        padding: 18px;
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 16px;
        align-items: start;
    }

    .shop-personal-purchase__media {
        width: 86px;
    }

    .shop-personal-purchase h2 {
        font-size: 18px;
    }

    .shop-personal-purchase__actions {
        grid-column: 1 / -1;
    }

    .shop-personal-purchase__actions a {
        width: 100%;
    }

    .shop-personal-viewed__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .shop-personal-viewed__clear {
        width: 100%;
    }

    .shop-personal-viewed-card {
        min-height: 0;
        padding: 18px;
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 16px;
        align-items: start;
    }

    .shop-personal-viewed-card__media {
        width: 86px;
    }

    .shop-personal-viewed-card h2 {
        font-size: 18px;
    }

    .shop-personal-viewed-card__actions {
        grid-column: 1 / -1;
    }

    .shop-personal-viewed-card__actions a {
        width: 100%;
    }

    .shop-personal-card {
        min-height: 132px;
        padding: 20px 58px 20px 20px;
        border-radius: 8px;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 16px;
    }

    .shop-personal-card strong {
        font-size: 18px;
    }

    .shop-product-list-grid {
        grid-template-columns: minmax(0, min(300px, 100%));
        gap: 24px;
    }

    .shop-listing-subcategories {
        margin-top: 38px;
    }

    .shop-listing-subcategories__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .shop-benefits {
        padding-top: 72px;
    }

    .shop-personal-benefits,
    .shop-personal-about,
    .shop-personal-interest {
        padding-top: 72px;
    }

    .shop-personal-interest {
        padding-bottom: 72px;
    }

    .shop-benefits__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .shop-request {
        padding: 72px 0 96px;
    }

    .shop-request__fields {
        grid-template-columns: 1fr;
    }

    .shop-request__fields input:first-child,
    .shop-request__fields input:nth-child(2) {
        border-radius: 0;
    }

    .shop-request__fields input:first-child {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .shop-product-page .shop-product-top {
        padding-top: 112px;
    }

    .shop-product {
        padding-top: 34px;
    }

    .shop-product__breadcrumbs {
        margin-bottom: 28px;
    }

    .shop-product-gallery__main {
        height: 280px;
        min-height: 280px;
    }

    .shop-product-gallery__main img {
        max-height: 280px;
    }

    .shop-product-gallery__thumbs {
        gap: 10px;
    }

    .shop-product-gallery__thumbs-wrap {
        margin-top: 18px;
        padding: 0 36px;
    }

    .shop-product-gallery__thumbs button {
        flex-basis: 82px;
        height: 72px;
        border-radius: 10px;
    }

    .shop-product-gallery__thumb-arrow {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .shop-product-gallery__thumb-arrow--prev {
        left: 0;
    }

    .shop-product-gallery__thumb-arrow--next {
        right: 0;
    }

    .shop-product-summary {
        padding: 28px 18px 34px;
        border-radius: 12px;
    }

    .shop-product-summary h1,
    .shop-product-description h2,
    .shop-product-characteristics h2,
    .shop-product-empty h1 {
        font-size: 28px;
    }

    .shop-product-summary__price strong {
        font-size: 34px;
    }

    .shop-product-summary__actions {
        grid-template-columns: 1fr;
    }

    .shop-product-qty {
        width: 100%;
    }

    .shop-product-summary__actions > button {
        min-height: 54px;
        gap: 10px;
        font-size: 16px;
    }

    .shop-product-summary__actions > button svg {
        width: 24px;
        height: 24px;
    }

    .shop-product-highlights {
        margin-top: 0;
        padding: 24px 18px 28px;
    }

    .shop-product-highlights__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 18px;
    }

    .shop-product-highlights__head h2 {
        font-size: 22px;
    }

    .shop-product-highlights .shop-product-specs {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .shop-product-specs div {
        grid-template-columns: minmax(0, 1fr) minmax(96px, auto);
        gap: 14px;
        align-items: start;
    }

    .shop-product-specs dt,
    .shop-product-specs dd {
        min-width: 0;
        overflow-wrap: anywhere;
        font-size: 15px;
    }

    .shop-product-specs dd {
        text-align: right;
    }

    .shop-product-characteristics__group div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .shop-product-tabs {
        gap: 22px;
        margin-top: 54px;
        overflow-x: auto;
    }

    .shop-product-tabs a {
        white-space: nowrap;
        font-size: 18px;
    }

    .shop-product-description,
    .shop-product-characteristics {
        margin-top: 44px;
    }

    .shop-product-characteristics {
        padding: 30px 18px 34px;
    }

    .shop-product-characteristics__group h3 {
        font-size: 20px;
    }

    .shop-product-related,
    .shop-product-benefits {
        padding-top: 56px;
    }

    .shop-product-related .shop-section__head {
        margin-bottom: 24px;
    }

    .shop-product-empty {
        padding: 34px 20px;
    }
}

@media (max-width: 359px) {
    .shop-section__head h2,
    .shop-about h2,
    .shop-interest h2,
    .shop-listing__title h1,
    .shop-listing__title span,
    .shop-filters__title,
    .shop-interest--listing h2,
    .shop-request__text h2 {
        font-size: 26px;
    }

    .shop-product-card {
        height: 370px;
    }

    .shop-product-card__media {
        top: 30px;
        left: 22px;
        width: calc(100% - 44px);
        height: 128px;
    }

    .shop-product-card__brand,
    .shop-product-card__title,
    .shop-product-card__price-row {
        left: 22px;
    }

    .shop-product-card__brand {
        top: 214px;
    }

    .shop-product-card__title {
        top: 238px;
        width: calc(100% - 44px);
        font-size: 16px;
    }

    .shop-product-card__price-row {
        top: 292px;
    }

    .shop-product-card__bottom {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .shop-product-card__bottom strong {
        font-size: 25px;
    }

    .shop-product-card__cart {
        min-width: 94px;
        min-height: 36px;
        padding: 0 13px;
        font-size: 13px;
    }
}

.shop-product-row {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 300px));
    justify-content: center;
}

.shop-product-list-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 300px));
    justify-content: start;
}

.shop-product-card {
    width: 100%;
    max-width: 300px;
}

.shop-product-card__media,
.shop-product-card__placeholder {
    width: calc(100% - 56px);
}

.shop-product-card__title {
    width: calc(100% - 58px);
}

.shop-carousel-section .shop-product-card {
    flex: 0 0 min(300px, calc((100% - 152px) / 5));
    width: min(300px, calc((100% - 152px) / 5));
}

@media (max-width: 1439px) {
    .shop-product-row {
        gap: 24px;
    }

    .shop-product-related .shop-product-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }

    .shop-carousel-section .shop-product-row {
        gap: 24px;
    }

    .shop-carousel-section .shop-product-card {
        flex-basis: min(300px, calc((100% - 72px) / 4));
        width: min(300px, calc((100% - 72px) / 4));
    }
}

@media (max-width: 1279px) {
    .shop-product-related .shop-product-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-carousel-section .shop-product-card {
        flex-basis: min(300px, calc((100% - 48px) / 3));
        width: min(300px, calc((100% - 48px) / 3));
    }
}

@media (max-width: 991px) {
    .shop-product-row {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 300px));
        justify-content: center;
    }

    .shop-product-related .shop-product-row {
        grid-template-columns: repeat(2, minmax(0, min(300px, 100%)));
        justify-content: center;
    }

    .shop-carousel-section .shop-product-card {
        flex-basis: min(300px, calc((100% - 24px) / 2));
        width: min(300px, calc((100% - 24px) / 2));
    }
}

@media (max-width: 767px) {
    .shop-product-list-grid {
        grid-template-columns: minmax(0, 1fr);
        justify-content: stretch;
    }

    .shop-product-list-grid .shop-product-card {
        width: 100%;
        max-width: none;
    }

    .shop-product-related .shop-product-row {
        grid-template-columns: minmax(0, 1fr);
    }

    .shop-carousel-section .shop-product-card {
        flex-basis: 100%;
        width: 100%;
    }

    .shop-product-card {
        width: 100%;
        max-width: none;
        height: 334px;
        border-radius: 14px;
    }

    .shop-product-card__media {
        top: 22px;
        left: 22px;
        width: calc(100% - 44px);
        height: 118px;
    }

    .shop-product-card__brand,
    .shop-product-card__title,
    .shop-product-card__price-row {
        left: 22px;
    }

    .shop-product-card__brand {
        top: 190px;
        font-size: 14px;
    }

    .shop-product-card__title {
        top: 214px;
        width: calc(100% - 44px);
        height: 42px;
        font-size: 16px;
    }

    .shop-product-card__price-row {
        top: 262px;
    }

    .shop-product-card__bottom {
        left: 22px;
        right: 22px;
        bottom: 20px;
    }

    .shop-product-card__bottom strong {
        font-size: 25px;
    }

    .shop-product-card__cart {
        min-width: 92px;
        min-height: 36px;
        padding: 0 12px;
        border-radius: 8px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .shop-checkout-success__hero {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .shop-order-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-bottom: 0;
    }

    .shop-order-progress::before,
    .shop-order-progress::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .shop-checkout-success {
        padding: 24px 16px 28px;
    }

    .shop-checkout-success__hero {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .shop-checkout-success__mark {
        width: 44px;
        height: 44px;
    }

    .shop-checkout-success h2 {
        font-size: 24px;
    }

    .shop-checkout-success p {
        font-size: 16px;
    }

    .shop-order-progress-head {
        margin-top: 30px;
    }

    .shop-order-progress-head h3 {
        font-size: 23px;
    }

    .shop-order-progress-head p {
        font-size: 15px;
    }

    .shop-order-progress {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
        padding-bottom: 0;
    }

    .shop-order-progress__item {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 0 16px;
        align-items: start;
    }

    .shop-order-progress__item span {
        font-size: 38px;
    }

    .shop-order-progress__item strong {
        margin-top: 2px;
        font-size: 16px;
    }

    .shop-order-progress__item small {
        grid-column: 2;
        margin-top: 6px;
    }

    .shop-cart-submit--inline {
        width: 100%;
    }
}

@media (max-width: 1439px) {
    .shop-cart__layout {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 32px;
    }

    .shop-cart__layout--single {
        grid-template-columns: minmax(0, 1fr);
    }

    .shop-cart__main h1,
    .shop-cart__aside > h2 {
        font-size: 34px;
    }

    .shop-cart-card {
        padding-right: 28px;
        padding-left: 28px;
    }

    .shop-cart-fields label {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 24px;
    }

    .shop-cart-summary {
        padding-right: 28px;
        padding-left: 28px;
    }

    .shop-cart-summary .shop-cart-summary__total {
        font-size: 28px;
    }

    .shop-cart-item {
        grid-template-columns: 118px minmax(220px, 1fr) minmax(170px, auto);
        gap: 20px;
        padding: 22px 26px;
    }

    .shop-cart-item__media {
        width: 118px;
        height: 84px;
    }

    .shop-cart-item__title {
        font-size: 18px;
    }

    .shop-cart-item__price strong {
        font-size: 28px;
    }
}

@media (max-width: 1279px) {
    .shop-cart {
        padding-top: 56px;
    }

    .shop-cart__layout {
        grid-template-columns: 1fr;
    }

    .shop-cart__aside {
        position: static;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
        gap: 24px;
        align-items: start;
    }

    .shop-cart__aside > h2 {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .shop-cart-consent {
        margin-top: 0;
    }

    .shop-cart-item {
        grid-template-columns: 118px minmax(220px, 1fr) minmax(180px, auto);
    }
}

@media (max-width: 991px) {
    .shop-cart__aside {
        grid-template-columns: 1fr;
    }

    .shop-cart-consent {
        margin-top: 12px;
    }

    .shop-cart-fields label {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .shop-cart-card h3 {
        font-size: 28px;
    }

    .shop-cart-item {
        grid-template-columns: 112px minmax(0, 1fr);
        align-items: start;
    }

    .shop-cart-item__media {
        grid-row: span 2;
        width: 112px;
        height: 82px;
    }

    .shop-cart-item__info {
        gap: 14px;
    }

    .shop-cart-item__price {
        grid-column: 2;
        justify-items: start;
    }

    .shop-cart-item__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .shop-cart-top {
        padding-top: 110px;
    }

    .shop-cart {
        padding: 42px 0 72px;
    }

    .shop-cart__main h1,
    .shop-cart__aside > h2 {
        margin-bottom: 22px;
        font-size: 28px;
    }

    .shop-cart-card {
        margin-top: 32px;
        padding: 24px 16px 28px;
        border-radius: 8px;
    }

    .shop-checkout-step {
        padding: 0;
    }

    .shop-checkout-step__head {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 22px 16px;
        gap: 14px;
    }

    .shop-checkout-step__number {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .shop-checkout-step__title > span {
        font-size: 23px;
    }

    .shop-checkout-step__title small {
        font-size: 14px;
    }

    .shop-checkout-step__edit {
        grid-column: 2;
        font-size: 14px;
    }

    .shop-checkout-step__body {
        padding: 0 16px 22px;
    }

    .shop-checkout-step--confirm .shop-checkout-step__body {
        padding-left: 16px;
    }

    .shop-checkout-step__actions {
        justify-content: stretch;
    }

    .shop-checkout-next {
        width: 100%;
    }

    .shop-cart-card h2 {
        margin: 0 0 22px;
        font-size: 24px;
        white-space: normal;
    }

    .shop-cart-card h3 {
        margin-top: 18px;
        font-size: 24px;
    }

    .shop-cart-card p,
    .shop-cart-consent,
    .shop-cart-card p,
    .shop-cart-consent {
        font-size: 16px;
    }

    .shop-cart-offer {
        font-size: 14px;
    }

    .shop-cart-choice {
        gap: 10px;
        margin-bottom: 28px;
    }

    .shop-cart-choice label {
        flex: 1 1 100%;
    }

    .shop-cart-choice span,
    .shop-cart-add-button {
        width: 100%;
        min-height: 50px;
        padding: 0 16px;
        border-radius: 8px;
        font-size: 17px;
        text-align: center;
    }

    .shop-cart-fields,
    .shop-cart-fields--delivery {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .shop-cart-fields input,
    .shop-cart-card textarea {
        min-height: 50px;
        padding: 0 16px;
        border-radius: 8px;
        font-size: 17px;
    }

    .shop-cart-fields label {
        font-size: 17px;
    }

    .shop-checkout-page .shop-cart-fields label.shop-cart-field-wide {
        grid-template-columns: 1fr;
    }

    .shop-company-result {
        width: 100%;
        margin-left: 0;
    }

    .shop-company-details__status {
        margin-left: 0 !important;
    }

    .shop-cart-card__divider {
        margin: 32px 0 18px;
    }

    .shop-cart-summary {
        padding: 24px 18px 28px;
        border-radius: 8px;
    }

    .shop-cart-summary dl > div {
        gap: 14px;
        font-size: 17px;
    }

    .shop-cart-summary .shop-cart-summary__total {
        padding-top: 20px;
        font-size: 26px;
    }

    .shop-cart-summary .shop-cart-summary__total dd {
        font-size: 26px;
    }

    .shop-cart-submit {
        margin-top: 20px;
        min-height: 52px;
        border-radius: 8px;
    }

    .shop-cart__head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .shop-cart-clear {
        width: 100%;
        justify-content: center;
        min-height: 50px;
        font-size: 16px;
    }

    .shop-cart-items {
        gap: 16px;
        margin-top: 0;
    }

    .shop-cart-empty {
        min-height: 220px;
        margin-top: 24px;
        padding: 30px 18px;
    }

    .shop-cart-empty h2 {
        font-size: 24px;
    }

    .shop-cart-empty p {
        font-size: 16px;
    }

    .shop-cart-empty a {
        width: 100%;
        justify-content: center;
    }

    .shop-cart-item {
        min-height: 0;
        padding: 16px;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
    }

    .shop-cart-item__media {
        width: 96px;
        height: 74px;
    }

    .shop-cart-item__title {
        font-size: 16px;
    }

    .shop-cart-item__code {
        font-size: 13px;
    }

    .shop-cart-item__price {
        grid-column: 1 / -1;
        width: 100%;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px 16px;
        align-items: center;
    }

    .shop-cart-item__price-top {
        justify-content: flex-start;
    }

    .shop-cart-item__price strong {
        grid-column: 1;
        grid-row: 2;
        font-size: 24px;
    }

    .shop-cart-item__actions {
        grid-column: 2;
        grid-row: 2;
    }
}
