@media (min-width: 1201px) and (max-width: 1599px) {
    .header__right {
        gap: 22px;
    }

    .navigation__list {
        gap: 16px;
    }

    .navigation__link {
        font-size: 15px;
        white-space: nowrap;
    }

    .header__actions {
        gap: 24px;
    }
}

.gnc-header-category {
    position: relative;
}

.gnc-header-category-menu {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 18px 40px rgba(9, 44, 73, .12);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 260px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    z-index: 1002;
}

.gnc-header-category-menu--level-2,
.gnc-header-category-menu--level-3,
.gnc-header-category-menu--level-4,
.gnc-header-category-menu--level-5 {
    left: 100%;
    top: -9px;
}

.gnc-header-category:hover > .gnc-header-category-menu,
.gnc-header-category:focus-within > .gnc-header-category-menu,
.gnc-header-category-menu__item:hover > .gnc-header-category-menu,
.gnc-header-category-menu__item:focus-within > .gnc-header-category-menu {
    display: block;
}

.gnc-header-category-menu__item {
    margin: 0;
    position: relative;
}

.gnc-header-category-menu__link {
    align-items: center;
    color: #092c49;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 16px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
    white-space: nowrap;
}

.gnc-header-category-menu__link:hover,
.gnc-header-category-menu__item:focus-within > .gnc-header-category-menu__link {
    background: #f7f7f7;
    color: #df2228;
}

.gnc-header-category-menu__chevron {
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    flex: 0 0 auto;
    height: 8px;
    margin-left: 18px;
    transform: rotate(45deg);
    width: 8px;
}

.gnc-mobile-category-menu {
    list-style: none;
    margin: 8px 0 0;
    padding: 0 0 0 14px;
}

.gnc-mobile-category-menu a {
    font-size: 14px;
    font-weight: 600;
}

.category-landing-nav {
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin-bottom: 14px;
    padding: 0;
}

.category-landing-nav__title {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 20px;
}

.category-tree {
    border-top: 1px solid #e6e6e6;
    padding: 6px 0;
}

.category-tree__group {
    border-top: 1px solid #f0f0f0;
}

.category-tree__group:first-child {
    border-top: 0;
}

.category-tree__summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 8px;
    list-style: none;
    min-height: 42px;
    padding: 0 14px 0 20px;
}

.category-tree__summary::-webkit-details-marker {
    display: none;
}

.category-tree__link {
    align-items: center;
    color: #092c49;
    display: flex;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 38px;
    padding: 7px 20px;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.category-tree__summary .category-tree__link {
    min-height: auto;
    padding: 0;
}

.category-tree__link:hover,
.category-tree__link.active {
    background: #f7f7f7;
    color: #df2228;
}

.category-tree__summary .category-tree__link:hover,
.category-tree__summary .category-tree__link.active {
    background: transparent;
}

.category-tree__chevron {
    border-bottom: 2px solid #df2228;
    border-right: 2px solid #df2228;
    display: block;
    flex: 0 0 auto;
    height: 8px;
    transform: rotate(45deg);
    transition: transform .2s ease;
    width: 8px;
}

.category-tree__group[open] > .category-tree__summary .category-tree__chevron {
    transform: rotate(225deg);
}

.category-tree__children {
    border-left: 1px solid #e6e6e6;
    margin: 0 0 8px 20px;
    padding: 2px 0 2px 10px;
}

.category-tree__group--child {
    border-top: 0;
}

.category-tree__group--child > .category-tree__summary {
    min-height: 36px;
    padding-left: 0;
}

.category-tree__group--child .category-tree__link,
.category-tree__link--leaf {
    font-size: 14px;
    font-weight: 500;
}

.category-tree__link--leaf {
    min-height: 34px;
    padding: 6px 14px 6px 0;
}

.category-tree__link--root {
    min-height: 42px;
    padding: 7px 14px 7px 20px;
}

.category-landing-summary {
    max-width: 880px;
    margin: 24px auto 0;
}

.category-landing-summary p {
    color: #092c49;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
}

.category-landing-empty {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    margin: 0 0 20px;
    padding: 34px;
    width: 100%;
}

.category-landing-empty h2 {
    color: #092c49;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 12px;
}

.category-landing-empty p {
    color: #233d56;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
    max-width: 760px;
}

.category-faq {
    margin: 90px 0 20px;
}

.category-faq__head {
    margin: 0 0 28px;
}

.category-faq__title {
    color: #122243;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.category-faq__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.category-faq__item {
    border: 1px solid #d9d9d9;
    background: #ffffff;
    padding: 24px;
}

.category-faq__question {
    color: #df2228;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
}

.category-faq__answer {
    color: #092c49;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.45;
    margin: 0;
}

.category-faq__variant[hidden] {
    display: none;
}

.category-faq-accordion {
    border-top: 1px solid #d9d9d9;
    interpolate-size: allow-keywords;
}

.category-faq-accordion__item {
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

.category-faq-accordion__summary {
    align-items: center;
    color: #092c49;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-weight: 800;
    gap: 18px;
    justify-content: space-between;
    line-height: 1.2;
    list-style: none;
    padding: 24px 28px;
}

.category-faq-accordion__title {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.category-faq-accordion__summary::-webkit-details-marker {
    display: none;
}

.category-faq-accordion__chevron {
    border-bottom: 2px solid #df2228;
    border-right: 2px solid #df2228;
    flex: 0 0 auto;
    height: 10px;
    transform: rotate(45deg);
    transition: transform .2s ease;
    width: 10px;
}

.category-faq-accordion__item[open] .category-faq-accordion__chevron {
    transform: rotate(225deg);
}

.category-faq-accordion__content {
    color: #092c49;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 72px 24px 28px;
}

.category-faq-accordion__content p {
    margin: 0 0 16px;
}

.category-faq-accordion__content p:last-child {
    margin-bottom: 0;
}

.category-faq-list {
    list-style: disc;
    margin: 0 0 18px;
    padding-left: 24px;
}

.category-faq-list:last-child {
    margin-bottom: 0;
}

.category-faq-list li {
    display: list-item;
    line-height: 1.5;
    margin: 0 0 7px;
}

.category-faq-list li:last-child {
    margin-bottom: 0;
}

.category-faq-accordion__content h3 {
    color: #df2228;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    margin: 24px 0 10px;
}

.category-faq-accordion__content h3:first-child {
    margin-top: 0;
}

@supports selector(::details-content) {
    .category-faq-accordion__item::details-content {
        block-size: 0;
        overflow: hidden;
        transition: block-size .24s ease, content-visibility .24s ease;
        transition-behavior: allow-discrete;
    }

    .category-faq-accordion__item[open]::details-content {
        block-size: auto;
    }
}

@media (max-width: 991px) {
    .category-faq__grid {
        grid-template-columns: 1fr;
    }

    .category-faq__title {
        font-size: 32px;
    }
}
