/* Frame "Категория" from Figma.
   Bitrix map:
   - breadcrumbs/title/hero: catalog.section metadata and include areas.
   - tabs: empty placeholders for availability, description and analog components.
   All selectors are scoped to avoid changing header, footer and other included blocks. */

.w-er-input .error_msg {
    position: absolute;
    color: #E36637;
    font-size: 13px;
    /* top: -30px; */
    right: 0;
    display: none;
    bottom: 58px;
    text-align: end;
}

.category-page {
    font-family: "TT Norms", Arial, sans-serif;
    color: #333333;
    background: #ffffff;
    letter-spacing: 0;
}

.category-page *,
.category-page *::before,
.category-page *::after {
    box-sizing: border-box;
}

.category-hero {
    padding: 25px 0 60px;
}

.category-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 17px;
    color: #949494;
    font-size: 13px;
    line-height: 16px;
}

.category-breadcrumbs a:hover {
    color: #e36637;
}

.category-hero__title {
    margin: 25px 0 0;
    color: #333333;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

.category-hero__grid {
    display: grid;
    grid-template-columns: 820px 420px;
    margin-top: 20px;
}

.category-hero__visual,
.category-hero__info {
    min-height: 398px;
}

.category-hero__visual {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #E5ECF3;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

.category-hero__info {
    padding: 20px 20px 20px 20px;
    border: 1px solid #e5ecf3;
    border-radius: 0 3px 3px 0;
    background: #ffffff;
}

.category-cable-preview {
    width: 380px;
    flex: 0 0 380px;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.category-hero__price-label {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 130%;
    font-weight: 400;
}

.category-hero__price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 700;
}

.category-hero__price span {
    display: inline-flex;
    align-items: center;
    padding: 6px 7px;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    background: #E5ECF3;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.category-stock {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #949494;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}

.category-check {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.category-hero__actions {
    margin-top: 30px;
}

.category-hero__order p {
    width: 313px;
    margin: 20px 0 0;
    color: #4f4f4f;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.category-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-family: "TT Norms", Arial, sans-serif;
    font-weight: 500;
}

.category-page .category-button {
    font-family: "TT Norms", Arial, sans-serif;
}

.category-button--primary {
    min-width: 178px;
    min-height: 51px;
    font-size: 17px;
    line-height: 17px;
}

.category-rating {
    display: flex;
    height: 30px;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.category-rating__logo {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}

.category-rating strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.category-rating__stars {
    display: inline-flex;
    gap: 3px;
}

.category-rating a {
    margin-left: auto;
    color: #e45829;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}

.category-hero__lead {
    margin: 0 0 30px;
    color: #333333;
    font-size: 15px;
    line-height: 130%;
}

.category-benefits {
    display: grid;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-benefits li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    min-height: 38px;
    color: #333333;
    font-size: 15px;
    line-height: 130%;
    font-weight: 500;
}

.category-benefit-text,
.category-benefit-title,
.category-benefit-description {
    display: block;
}

.category-benefit-title {
    color: #e45829;
}

.category-benefit-description {
    color: #333;
}

.category-benefit-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.category-tabs {
    height: 78px;
    background: #f2f3f5;
}

.category-tabs .category-container {
    display: flex;
    height: 78px;
    align-items: flex-end;
    gap: 96px;
}

.category-tabs__button {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    height: 48px;
    padding: 0 0 30px;
    border: 0;
    background: transparent;
    color: #9e9e9e;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.category-tabs__button:hover {
    color: #285fa0;
    text-decoration: none;
}

.category-tabs__button::after {
    content: "";
    position: absolute;
    left: -29px;
    right: -29px;
    bottom: 0;
    height: 3px;
    background: transparent;
}

.category-tabs__button.is-active::after {
    background: #285fa0;
}

.category-tabs__button.is-active {
    color: #285fa0;
}

.category-panel {
    min-height: 120px;
    padding: 40px 0 60px;
}

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

.category-availability {
    width: 1240px;
}

.category-availability__categories {
    min-height: 363px;
}

.category-section-title {
    margin: 0;
    color: #333333;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

.category-section-list {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    gap: 0 20px;
    margin-top: 40px;
}

.category-section-card {
    display: grid;
    grid-template-columns: 117px 1fr;
    width: 400px;
    min-height: 121px;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

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

.category-section-card img {
    width: 117px;
    height: 81px;
    object-fit: contain;
}

.category-reveal {
    text-align: center;
    display: block;
    margin: 20px auto 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #949494;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-decoration: underline;
}

.category-availability__body {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 20px;
    margin-top: 30px;
}

.category-sort-actions {
    display: grid;
    grid-template-columns: 190px auto auto auto 1fr auto;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
    color: #949494;
    font-family: "TT Norms Pro", "TT Norms", Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1px;
}

.category-sort-actions__found {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}

.category-sort-actions__label {
    margin-left: -10px;
    color: #949494;
    font-size: 16px;
    font-weight: 400;
}

.category-sort-actions a {
    color: #949494;
}

.category-sort-actions a.is-active {
    color: #4f4f4f;
    font-weight: 500;
    text-decoration: none;
}

.category-sort-actions__limit {
    justify-self: end;
}

.category-sort-actions__limit button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #949494;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
}

.category-sort-actions__limit button::after {
    content: "";
    width: 8px;
    height: 5px;
    background: url("/images/arrow-view-count.svg") center / contain no-repeat;
}

.category-sort-actions__view {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.category-sort-actions__view button {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.category-sort-actions__view img {
    display: block;
    width: 18px;
    height: 18px;
}

.category-compact-toolbar,
.category-found-count,
.category-filter-backdrop,
.category-filter__close {
    display: none;
}

.category-filter {
    width: 190px;
    font-family: "TT Norms Pro", "TT Norms", Arial, sans-serif;
    letter-spacing: 0.1px;
}

.category-filter-search {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 0 12px;
    border: 1px solid #d1dae2;
    border-radius: 2px;
    background: #ffffff;
    color: #9d9d9d;
}

.category-filter-search__label {
    display: inline-flex;
    flex: 0 0 21px;
}

.category-filter-search__input {
    min-width: 0;
    width: 100%;
    height: 40px;
    border: 0;
    background: transparent;
    color: #333333;
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
}

.category-filter-search__input:focus {
    outline: 0;
}

.category-filter__form {
    display: block;
}

.category-filter__title {
    margin-bottom: 20px;
    color: #333333;
    font-family: "TT Norms", Arial, sans-serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

.category-filter__group {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5ecf3;
}

.category-filter__group+.category-filter__group {
    padding-top: 20px;
}

.category-filter__group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    list-style: none;
}

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

.category-filter__summary-arrow {
    width: 10px;
    height: 6px;
    flex: 0 0 10px;
    transition: transform 0.2s ease;
}

.category-filter__group[open] .category-filter__summary-arrow {
    transform: rotate(180deg);
}

.category-filter__items {
    display: grid;
    gap: 15px;
    max-height: 300px;
    margin-top: 20px;
    overflow: auto;
    padding-right: 6px;
}

.category-filter__group--price .category-filter__items {
    margin-top: 18px;
}

.category-filter__item {
    display: flex;
    min-height: 19px;
    align-items: center;
    gap: 10px;
    color: #4f4f4f;
    cursor: pointer;
    font-size: 15px;
    line-height: 19px;
}

.category-filter__item input[type="checkbox"] {
    appearance: none;
    width: 17px;
    height: 17px;
    margin: 0;
    flex: 0 0 17px;
    border: 1px solid #828282;
    border-radius: 2px;
    background: #ffffff;
}

.category-filter input:not(.no-focus-style):focus {
    outline: 0;
    box-shadow: none;
}

.category-filter__item input[type="checkbox"]:not(.no-focus-style):focus,
.category-filter__item--radio input[type="radio"]:not(.no-focus-style):focus {
    border: 1px solid #828282 !important;
}

.category-filter__item input[type="checkbox"]:checked:not(.no-focus-style):focus,
.category-filter__item--radio input[type="radio"]:checked:not(.no-focus-style):focus {
    border-color: #e36637 !important;
}

.category-filter__item input[type="checkbox"]:checked {
    border-color: #e36637;
    background:
        linear-gradient(135deg, transparent 0 43%, #ffffff 43% 57%, transparent 57%) 2px 7px / 6px 6px no-repeat,
        linear-gradient(45deg, transparent 0 43%, #ffffff 43% 57%, transparent 57%) 6px 6px / 8px 8px no-repeat,
        #e36637;
}

.category-filter__item--radio input[type="radio"] {
    appearance: none;
    width: 17px;
    height: 17px;
    margin: 0;
    flex: 0 0 17px;
    border: 1px solid #828282;
    border-radius: 50%;
    background: #ffffff;
}

.category-filter__item--radio input[type="radio"]:checked {
    border-color: #e36637;
    background: radial-gradient(circle 4.5px at center, #e36637 0 4.5px, transparent 4.6px);
}

.category-price-filter {
    margin-top: 20px;
}

.category-price-filter__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 40px;
    border: 1px solid #d1dae2;
    border-radius: 2px;
    background: #ffffff;
}

.category-price-filter__fields label {
    min-width: 0;
}

.category-price-filter__fields input {
    width: 100%;
    height: 38px;
    padding: 0 13px;
    border: 0;
    background: transparent;
    color: #333333;
    font-family: inherit;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0;
}

.category-price-filter__fields input:not(.no-focus-style):focus {
    border: 0 !important;
}

.category-price-filter__fields label+label input {
    text-align: right;
}

.category-price-filter__slider {
    position: relative;
    height: 16px;
    margin-top: -10px;
}

.category-price-filter__track,
.category-price-filter__range {
    position: absolute;
    left: 7px;
    right: 0;
    top: 6px;
    height: 4px;
    border-radius: 10px;
}

.category-price-filter__track {
    background: #f8ddd0;
}

.category-price-filter__range {
    right: 10px;
    background: #e36637;
}

.category-price-filter__handle {
    position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e36637;
}

.category-price-filter__handle--min {
    left: 0;
}

.category-price-filter__handle--max {
    right: 0;
}

.category-filter button.category-filter__submit,
.category-filter button.category-filter__reset {
    display: inline-flex;
    width: 190px;
    height: 51px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 2px;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0;
}

.category-filter button.category-filter__submit {
    margin-top: 30px;
}

.category-filter button.category-filter__reset {
    gap: 10px;
    margin-top: 10px;
    border: 1px solid #285fa0;
    background: #ffffff;
    background-image: none;
    color: #285fa0;
}

.category-filter button.category-filter__reset:hover {
    background-position: 0 0;
    text-decoration: none;
}

.category-filter button.category-filter__reset:hover {
    background: #ffffff;
}

.category-filter__reset-icon {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
}

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

.category-products {
    width: 1030px;
}

.category-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 242px);
    gap: 20px;
}

.category-product-card {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 14px;
    border: 1px solid #e5ecf3;
    background: #ffffff;
}

.category-product-card__image {
    display: flex;
    width: 100%;
}

.category-product-card__image img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: auto;
}

.category-product-card__title {
    margin-top: 5px;
    color: #333333;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.category-product-card__title:hover {
    color: #285FA0;
}

.category-product-card__props {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #666666;
    font-size: 14px;
    line-height: 125%;
}

.category-product-card__prop {
    display: flex;
    gap: 2px;
    align-items: baseline;
    white-space: nowrap;
}

.category-product-card__prop span + span {
    color: #333333;
    font-weight: 500;
}

.category-stock--card {
    gap: 8px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
}

.category-check--small {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
}

.category-product-card__price {
    margin-top: auto;
    color: #333333;
    font-size: 17px;
    line-height: 22px;
}

.category-product-card__price strong {
    font-size: 19px;
    font-weight: 500;
}

.category-button--details {
    display: none;
    background: #285fa0;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
}

.category-button--cart {
    margin-top: 7px;
    width: 100%;
    min-height: 41px;
    gap: 10px;
    background: #e36637;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
}

.category-button--cart img {
    width: 24px;
    height: 21px;
    flex: 0 0 24px;
}

.category-product-card__basket {
    display: flex;
    grid-template-columns: 156px 52px;
    gap: 4px;
}

.category-quantity {
    display: grid;
    grid-template-columns: 36px 84px 36px;
    height: 41px;
    overflow: hidden;
    border-radius: 2px;
}

.category-quantity button,
.category-quantity input {
    height: 41px;
    border: 0;
    color: #333333;
    font-family: inherit;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

.category-quantity button:not([class^="bx-"]) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #f2f2f2;
    background-image: none;
    color: #333333;
    cursor: pointer;
    overflow: visible;
    transition: none;
}

.category-quantity input {
    margin: 0;
    background: #f9f9f9;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    -moz-appearance: textfield;
}

.category-quantity input::-webkit-outer-spin-button,
.category-quantity input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.category-button--cart-icon {
    box-sizing: border-box;
    width: 52px;
    min-height: 41px;
    border: 1px solid #e36637;
    background: #ffffff;
}

.category-button--cart-icon img {
    width: 24px;
    height: 21px;
}

.category-load-more {
    display: inline-flex;
    width: 1030px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid #e5ecf3;
    border-radius: 3px;
    background: #ffffff;
    color: #4f4f4f;
    cursor: pointer;
    font-family: "TT Norms Pro", "TT Norms", Arial, sans-serif;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.1px;
}

.category-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.category-pagination a {
    display: inline-flex;
    width: 54px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5ecf3;
    color: #4f4f4f;
    font-family: "TT Norms Pro", "TT Norms", Arial, sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.category-pagination a+a {
    margin-left: -1px;
}

.category-pagination a.is-active {
    border-color: #285fa0;
    background: #285fa0;
    color: #ffffff;
}

.category-description {
    width: 1240px;
}

.category-description__title {
    margin-bottom: 40px;
}

.category-description__layout {
    display: grid;
    grid-template-columns: 715px 505px;
    column-gap: 20px;
    align-items: start;
}

.category-description-block {
    grid-column: 1;
}

.category-description-block h3,
.category-description-decode h3,
.category-description-gost h3,
.category-description-callback h3 {
    margin: 0;
    color: #333333;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
}

.category-description-construction {
    display: grid;
    gap: 2px;
    margin: 20px 0 0;
    padding: 0 0 0 0;
    list-style-position: inside;
    color: #4f4f4f;
    font-size: 17px;
    line-height: 150%;
}

.category-description-construction li {
    padding-left: 0;
}

.category-description-construction a,
.category-description-gost__link,
.category-description-callback a,
.category-description-form__agree a {
    color: #e36637;
    text-decoration: underline;
}

.category-description-decode {
    grid-column: 2;
}

.category-description-decode__formula.hover-letters {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.category-description-decode__formula.hover-letters span {
    display: inline-block;
    padding: 0 4px;
    color: #000000;
    font-size: 2em;
    line-height: 1em;
}

.category-description-decode__formula.hover-letters .hover-letter {
    margin: 0;
    padding: 4px;
    border: 1px solid #888888;
    border-radius: 5px;
    cursor: default;
}

.category-description-decode__formula .hover-letter.active,
.category-description-decode__list .letter-block.active {
    background-color: rgb(211, 211, 211);
}

.category-description-decode__list.decoding-items {
    margin: 0;
}

.category-description-decode__list .letter-block {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.category-description-decode__list .letter {
    display: flex;
    min-width: 60px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5ecf3;
}

.category-description-decode__list .letter_value {
    line-height: 28px;
}

.category-description-gost {
    grid-column: 1;
    margin-top: 56px;
}

.category-description-gost__list {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.category-description-gost__link {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #4f4f4f;
    font-size: 17px;
    line-height: 150%;
}

.category-description-gost__link img {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.category-description__group-link {
    display: inline-flex;
    grid-column: 1;
    width: max-content;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding: 0 30px;
    border-radius: 2px;
    background: #285fa0;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
}

.category-description-callback {
    display: grid;
    grid-template-columns: 505px minmax(0, 1fr);
    min-height: 433px;
    margin-top: 60px;
    background: #f2f3f5;
}

.category-description-callback__image {
    position: relative;
    min-width: 498px;
    overflow: hidden;
}

.category-description-callback__image img {
    display: block;
    max-width: 100%;
}

.category-description-callback__content {
    padding: 60px 109px 60px 20px;
}

.category-description-callback h3 {
    max-width: 606px;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
}

.category-description-callback p {
    max-width: 606px;
    margin: 30px 0 0;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 150%;
}

.category-description-callback strong {
    color: #4f4f4f;
    font-weight: 500;
}

.category-description-form {
    position: relative;
    display: block;
    max-width: 596px;
    margin-top: 30px;
}

.category-description-form__phone input {
    width: 100%;
    height: 51px;
    padding: 0 13px;
    border: 1px solid #d1dae2;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    font-family: "TT Norms", Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.category-description-form__phone input::placeholder {
    color: #949494;
}

.category-description-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    height: 51px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 0;
    border-radius: 2px;
    background: #285fa0;
    color: #ffffff;
    cursor: pointer;
    font-family: "TT Norms", Arial, sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
}

.category-description-form__agree {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    color: #949494;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}

.category-description-form__agree .checkbox {
    position: relative;
    flex: 0 0 17px;
}

.category-description-form__agree.checkbox_wr [type="checkbox"]:checked+.checkbox::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
}

.category-analogs {
    width: 1240px;
}

.category-analogs__title {
    margin-bottom: 40px;
}

.category-analogs__table {
    width: 100%;
}

.category-analogs__head,
.category-analogs__row {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr) 220px;
    gap: 30px;
}

.category-analogs__head {
    padding: 10px;
    background: #f2f3f5;
    color: #333333;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.category-analogs__row {
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: 1px solid #d9d9d9;
}

.category-analogs__brand {
    color: #333333;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.category-analogs__description {
    color: #666666;
    font-size: 16px;
    line-height: 19px;
}

.category-analogs__button {
    display: inline-flex;
    width: 220px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #285fa0;
    border-radius: 2px;
    color: #285fa0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.category-payment {
    width: 1240px;
}

.category-payment__title {
    margin-bottom: 40px;
}

.category-payment__grid {
    display: grid;
    grid-template-columns: repeat(2, 610px);
    gap: 20px;
}

.category-payment-card {
    min-height: 376px;
    padding: 30px;
    border: 1px solid #e5ecf3;
    background: #ffffff;
}

.category-payment-card--pickup {
    grid-column: 1;
}

.category-payment-card__header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.category-payment-card__icon {
    position: relative;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
    border-radius: 50%;
    background: #f8f9fd;
}

.category-payment-card__icon img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.category-payment-card__heading {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #4f4f4f;
    font-size: 17px;
    line-height: 127.115%;
}

.category-payment-card__type {
    color: #e45829;
    font-weight: 500;
}

.category-payment-card__heading strong {
    margin-top: 0;
    color: #333333;
    font-size: 26px;
    line-height: 31px;
    font-weight: 700;
}

.category-payment-card__subtitle {
    margin-top: 10px;
}

.category-payment-card__text,
.category-payment-card__list {
    color: #4f4f4f;
    font-size: 17px;
    line-height: 127.115%;
}

.category-payment-card__text {
    margin-top: 18px;
}

.category-payment-card__text p {
    margin: 0;
}

.category-payment-card__text p+p {
    margin-top: 10px;
}

.category-payment-card__text--after {
    margin-top: 20px;
}

.category-payment-card__details {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
}

.category-payment-card__list {
    display: grid;
    flex: 1 1 auto;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-payment-card__list li {
    position: relative;
    padding-left: 16px;
}

.category-payment-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e45829;
}

.category-payment-card__logos {
    display: grid;
    flex: 0 0 135px;
    width: 135px;
    gap: 17px;
    margin: 0;
}

.category-payment-card__logos span {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
}

.category-payment-card__logos img {
    display: block;
    max-width: 135px;
    max-height: 52px;
    object-fit: contain;
}

.category-payment-card__note {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fd;
    color: #828282;
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
}

.category-payment-card__note p {
    margin: 0;
}

.category-payment-card__note strong {
    color: #333333;
    font-style: italic;
    font-weight: 500;
}

.category-payment-card__note p::first-letter {
    color: inherit;
}

.category-payment-card__note-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}

.category-payment-card__note-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-faq {
    width: 1240px;
}

.category-faq__title {
    margin-bottom: 38px;
}

.category-faq__layout {
    display: grid;
    grid-template-columns: 820px 400px;
    gap: 20px;
    align-items: start;
    min-width: 0;
}

.category-faq__list {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.category-faq__item {
    min-width: 0;
    border: 1px solid #e5edf5;
    background: #f8f9fd;
}

.category-faq__item[open] {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 37, 82, 0.05);
}

.category-faq__question {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22px;
    min-height: 84px;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
    color: #4f4f4f;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    list-style: none;
}

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

.category-faq__question span:first-child {
    display: block;
    min-width: 0;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.category-faq__item[open] .category-faq__question {
    min-height: 83px;
    color: #285fa0;
}

.category-faq__icon {
    position: relative;
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
}

.category-faq__icon::before,
.category-faq__icon::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #4f4f4f;
}

.category-faq__icon::after {
    transform: rotate(90deg);
}

.category-faq__item[open] .category-faq__icon::before,
.category-faq__item[open] .category-faq__icon::after {
    background: #4f4f4f;
}

.category-faq__item[open] .category-faq__icon::after {
    transform: rotate(0);
}

.category-faq__answer {
    padding: 0 30px 30px;
    color: #4f4f4f;
    font-size: 17px;
    line-height: 127.115%;
}

.category-faq__answer p {
    margin: 0;
}

.category-faq__answer p+p {
    margin-top: 21px;
}

.category-faq-form {
    padding: 20px;
    background: #ffffff;
}

.category-faq-form__intro {
    margin-bottom: 20px;
    text-align: center;
}

.category-faq-form__intro h3 {
    margin: 0;
    color: #000000;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}

.category-faq-form__intro p {
    margin: 10px 0 0;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 27px;
}

.category-faq-form__form {
    display: grid;
    gap: 10px;
}

.category-faq-form__field {
    display: grid;
    gap: 10px;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 24px;
}

.category-faq-form__field input,
.category-faq-form__field textarea {
    width: 100%;
    border: 1px solid #d1dae2;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    font-family: "TT Norms", Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.category-faq-form__field input {
    height: 51px;
    padding: 0 13px;
}

.category-faq-form__field textarea {
    height: 140px;
    padding: 18px 13px;
    resize: vertical;
}

.category-faq-form__field input::placeholder,
.category-faq-form__field textarea::placeholder {
    color: #949494;
}

.category-faq-form__agree {
    display: flex;
    align-items: flex-start;
    color: #949494;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
}

.category-faq-form__agree .checkbox {
    position: relative;
    flex: 0 0 17px;
}

.category-faq-form__agree.checkbox_wr [type="checkbox"]:checked+.checkbox::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
}

.category-faq-form__agree a {
    color: #e36637;
}

.category-faq-form__submit {
    display: inline-flex;
    width: 100%;
    height: 51px;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    border: 0;
    border-radius: 2px;
    background: #285fa0;
    color: #ffffff;
    cursor: pointer;
    font-family: "TT Norms", Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

@media screen and (max-width: 1279px) {
    .category-hero {
        padding: 50px 0 30px;
    }

    .category-hero__title {
        margin-top: 0;
    }

    .category-hero__grid {
        display: block;
        margin-top: 25px;
    }

    .category-hero__visual,
    .category-hero__info {
        width: 100%;
        min-height: 0;
        border-radius: 0;
    }

    .category-hero__visual {
        min-height: 276px;
        gap: 20px;
    }

    .category-cable-preview {
        width: calc((100% - 20px) / 2);
        height: 236px;
        flex: 0 1 339px;
    }

    .category-hero__order {
        width: calc((100% - 20px) / 2);
        flex: 0 1 339px;
        margin-top: 0;
    }

    .category-hero__order p {
        width: 313px;
        max-width: 100%;
        font-size: 16px;
        line-height: 19px;
    }

    .category-hero__info {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 20px;
        min-height: 233px;
        padding: 20px;
    }

    .category-rating {
        grid-column: 1;
        margin-bottom: 30px;
    }

    .category-hero__lead {
        grid-column: 1;
        width: auto;
        margin-bottom: 0;
    }

    .category-benefits {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: auto;
    }

    .category-tabs {
        height: 58px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .category-tabs .category-container {
        width: 993px;
        max-width: none;
        height: 58px;
        align-items: flex-end;
        gap: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .category-tabs__button {
        height: 38px;
        padding-bottom: 20px;
    }

    .category-tabs__button::after {
        left: -15px;
        right: -15px;
    }

    .category-panel {
        padding: 30px 0 40px;
    }

    .category-availability {
        width: 100%;
    }

    .category-availability__categories {
        min-height: 376px;
    }

    .category-section-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 20px;
        margin-top: 40px;
    }

    .category-section-card {
        width: 100%;
        min-height: 111px;
        grid-template-columns: 117px 1fr;
        padding: 15px;
    }

    .category-compact-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 74px;
        margin: 40px calc((100vw - 100%) / -2) 25px;
        padding: 16px calc((100vw - 100%) / 2);
        background: #e5ecf3;
    }

    .category-compact-toolbar__sort,
    .category-compact-toolbar__filter {
        display: inline-flex;
        min-height: 42px;
        align-items: center;
        border: 0;
        border-radius: 3px;
        cursor: pointer;
        font-family: "TT Norms Pro", "TT Norms", Arial, sans-serif;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.1px;
    }

    .category-compact-toolbar__sort {
        gap: 10px;
        padding: 0 20px;
        border: 1px solid #9fb9d8;
        background: #ffffff;
        color: #285fa0;
    }

    .category-compact-toolbar__sort::after {
        content: "";
        width: 12px;
        height: 8px;
        background:
            linear-gradient(45deg, transparent 45%, #285fa0 46% 55%, transparent 56%) left center / 7px 8px no-repeat,
            linear-gradient(135deg, transparent 45%, #285fa0 46% 55%, transparent 56%) right center / 7px 8px no-repeat;
    }

    .category-compact-toolbar__filter {
        gap: 10px;
        padding: 0 21px;
        background: #285fa0;
        color: #ffffff;
        font-weight: 500;
    }

    .category-compact-toolbar__filter::after {
        content: "";
        width: 18px;
        height: 18px;
        background:
            linear-gradient(#ffffff, #ffffff) 0 3px / 18px 2px no-repeat,
            linear-gradient(#ffffff, #ffffff) 0 8px / 18px 2px no-repeat,
            linear-gradient(#ffffff, #ffffff) 0 13px / 18px 2px no-repeat;
    }

    .category-found-count {
        display: block;
        margin-bottom: 10px;
        color: #333333;
        font-family: "TT Norms Pro", "TT Norms", Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1px;
    }

    .category-sort-actions {
        display: none;
    }

    .category-availability__body {
        display: block;
        margin-top: 0;
    }

    .category-filter {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1001;
        width: min(360px, 92vw);
        height: 100vh;
        overflow: auto;
        padding: 24px 20px;
        background: #ffffff;
        box-shadow: -16px 0 40px rgba(0, 0, 0, 0.18);
        transform: translateX(110%);
        transition: transform 0.2s ease;
    }

    .category-filter.is-open {
        transform: translateX(0);
    }

    .category-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1000;
        border: 0;
        background: rgba(51, 51, 51, 0.35);
        cursor: pointer;
    }

    .category-filter-backdrop.is-open {
        display: block;
    }

    body.category-filter-lock {
        overflow: hidden;
    }

    .category-filter__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .category-filter__close {
        width: 32px;
        height: 32px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        background: transparent;
        color: #285fa0;
        cursor: pointer;
        font-family: inherit;
        font-size: 28px;
        line-height: 28px;
    }

    .category-filter.is-open .category-filter__close {
        display: inline-flex;
    }

    .category-filter button.category-filter__submit,
    .category-filter button.category-filter__reset {
        width: 100%;
    }

    .category-products {
        width: 100%;
    }

    .category-products__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .category-product-card {
        display: grid;
        grid-template-columns: 149px 230px 1fr;
        grid-template-areas:
            "image title price"
            "image props price"
            "image stock price"
            "actions actions actions";
        width: 100%;
        min-height: 157px;
        gap: 13px 18px;
        padding: 27px 30px 27px 15px;
    }

    .category-product-card__image {
        grid-area: image;
        width: 131px;
        height: 91px;
        align-self: start;
    }

    .category-product-card__image img {
        width: 131px;
        height: 91px;
    }

    .category-product-card__title {
        grid-area: title;
        width: 230px;
        min-height: 0;
    }

    .category-product-card__props {
        grid-area: props;
    }

    .category-stock--card {
        grid-area: stock;
    }

    .category-product-card__price {
        grid-area: price;
        align-self: center;
        justify-self: end;
        margin-top: 0;
        white-space: nowrap;
    }

    .category-product-card__actions {
        display: flex;
        grid-area: actions;
        gap: 10px;
        align-items: center;
    }

    .category-button--details {
        display: inline-flex;
        width: 181px;
        min-height: 41px;
    }

    .category-button--cart {
        width: 181px;
        min-height: 41px;
        background: #e36637;
    }

    .category-product-card__basket {
        width: 181px;
        grid-template-columns: 125px 52px;
    }

    .category-quantity {
        grid-template-columns: 32px 61px 32px;
    }

    .category-load-more {
        width: 100%;
        margin-top: 10px;
    }

    .category-description {
        width: 100%;
    }

    .category-description__title {
        margin-bottom: 30px;
    }

    .category-description__layout {
        display: flex;
        flex-direction: column;
    }

    .category-description-block h3,
    .category-description-decode h3,
    .category-description-gost h3 {
        font-size: 26px;
        line-height: 31px;
    }

    .category-description-construction {
        width: 100%;
    }

    .category-description-decode {
        width: 505px;
        max-width: 100%;
        margin-top: 56px;
    }

    .category-description-gost {
        margin-top: 40px;
    }

    .category-description__group-link {
        margin-top: 40px;
    }

    .category-description-callback {
        display: block;
        min-height: 393px;
        margin-top: 60px;
    }

    .category-description-callback__image {
        display: none;
    }

    .category-description-callback__content {
        padding: 30px 15px;
    }

    .category-description-callback h3,
    .category-description-callback p {
        max-width: 708px;
    }

    .category-description-callback h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .category-description-form {
        max-width: 596px;
    }

    .category-analogs {
        width: 100%;
    }

    .category-analogs__title {
        margin-bottom: 40px;
    }

    .category-analogs__head,
    .category-analogs__row {
        grid-template-columns: 160px minmax(0, 1fr) 200px;
        gap: 30px;
    }

    .category-analogs__button {
        width: 200px;
    }

    .category-payment {
        width: 100%;
    }

    .category-payment__title {
        margin-bottom: 30px;
    }

    .category-payment__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-payment-card {
        padding: 20px;
    }

    .category-payment-card__header {
        margin-bottom: 20px;
    }

    .category-payment-card__note {
        margin-top: 24px;
    }

    .category-faq {
        width: 100%;
        max-width: 100%;
    }

    .category-faq__title {
        margin-bottom: 30px;
    }

    .category-faq__layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .category-faq__question {
        min-height: 74px;
        padding: 0 20px;
        font-size: 17px;
        line-height: 21px;
    }

    .category-faq__item[open] .category-faq__question {
        min-height: 73px;
    }

    .category-faq__answer {
        padding: 0 20px 24px;
        font-size: 15px;
        line-height: 21px;
    }

    .category-faq-form {
        width: 400px;
        max-width: 100%;
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 600px) {
    .w-er-input .error_msg {
        top: 0px;
        font-size: 11px;
    }
    
    .category-hero {
        padding-top: 31px;
        padding-bottom: 20px;
    }

    .category-hero__title {
        font-size: 18px;
        line-height: 21px;
    }

    .category-hero__grid {
        margin-top: 20px;
    }

    .category-hero__visual {
        display: block;
        min-height: 452px;
        padding: 10px;
    }

    .category-cable-preview {
        width: 310px;
        max-width: 100%;
        height: 215px;
        object-position: center;
    }

    .category-hero__order {
        width: 100%;
        margin-top: 20px;
    }

    .category-hero__price-label {
        margin-bottom: 6px;
        font-size: 13px;
        line-height: 17px;
    }

    .category-hero__price {
        gap: 10px;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 21px;
    }

    .category-stock {
        gap: 10px;
        font-size: 13px;
        line-height: 14px;
    }

    .category-check {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .category-hero__actions {
        margin-top: 20px;
    }

    .category-button--primary {
        min-width: 138px;
        min-height: 41px;
        font-size: 13px;
        line-height: 13px;
    }

    .category-hero__order p {
        width: 100%;
        margin-top: 10px;
        font-size: 13px;
        line-height: 15px;
    }

    .category-hero__info {
        display: block;
        min-height: 387px;
        padding: 15px 10px;
    }

    .category-rating {
        width: 168px;
        height: auto;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 16px;
    }

    .category-rating a {
        width: 100%;
        margin-left: 0;
    }

    .category-hero__lead {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 130%;
    }

    .category-benefits {
        gap: 20px;
    }

    .category-benefits li {
        grid-template-columns: 24px 1fr;
        gap: 14px;
        min-height: 34px;
        font-size: 13px;
    }

    .category-tabs {
        height: 44px;
    }

    .category-tabs .category-container {
        width: 662px;
        height: 44px;
        gap: 30px;
    }

    .category-tabs__button {
        height: 29px;
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    .category-section-title {
        font-size: 18px;
        line-height: 21px;
    }

    .category-availability__categories {
        min-height: 563px;
    }

    .category-section-list {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    .category-section-card {
        min-height: 81px;
        grid-template-columns: 88px 1fr;
        gap: 20px;
        padding: 10px;
        font-size: 13px;
        line-height: 15px;
    }

    .category-section-card img {
        width: 88px;
        height: 61px;
    }

    .category-reveal {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .category-compact-toolbar {
        height: 62px;
        margin-top: 40px;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .category-compact-toolbar__sort {
        min-height: 44px;
        min-width: 158px;
    }

    .category-compact-toolbar__filter {
        min-width: 120px;
    }

    .category-found-count {
        font-size: 13px;
        line-height: 16px;
    }

    .category-product-card {
        grid-template-columns: 88px 1fr;
        grid-template-areas:
            "image title"
            "image props"
            "image stock"
            "price price"
            "actions actions";
        min-height: 196px;
        gap: 10px 18px;
        padding: 15px 10px;
    }

    .category-product-card__image {
        width: 88px;
        height: 61px;
        margin-top: 11px;
    }

    .category-product-card__image img {
        width: 88px;
        height: 61px;
    }

    .category-product-card__title {
        width: 204px;
        font-size: 13px;
        line-height: 15px;
    }

    .category-product-card__props {
        font-size: 12px;
    }

    .category-product-card__price {
        justify-self: start;
        font-size: 13px;
        line-height: 17px;
    }

    .category-product-card__price strong {
        font-size: 15px;
    }

    .category-product-card__actions {
        justify-content: space-between;
        gap: 10px;
    }

    .category-button--details,
    .category-button--cart {
        width: 150px;
        min-height: 38px;
        font-size: 12px;
        line-height: 12px;
    }

    .category-button--cart img {
        width: 19px;
        height: 17px;
        flex-basis: 19px;
    }

    .category-product-card__basket {
        width: 150px;
        height: 38px;
        grid-template-columns: 98px 42px;
    }

    .category-quantity,
    .category-quantity button,
    .category-quantity input {
        height: 38px;
    }

    .category-quantity {
        grid-template-columns: 28px 42px 28px;
    }

    .category-button--cart-icon {
        width: 42px;
        min-height: 38px;
    }

    .category-load-more {
        height: 54px;
        font-size: 13px;
    }

    .category-pagination {
        margin-top: 20px;
    }

    .category-description {
        width: min(330px, calc(100vw - 30px));
        max-width: min(330px, calc(100vw - 30px));
    }

    .category-description__title {
        margin-bottom: 30px;
    }

    .category-description-block h3,
    .category-description-decode h3,
    .category-description-gost h3 {
        font-size: 16px;
        line-height: 19px;
    }

    .category-description-construction {
        margin-top: 20px;
        font-size: 13px;
        line-height: 150%;
        overflow-wrap: anywhere;
    }

    .category-description-decode {
        width: 100%;
        margin-top: 40px;
    }

    .category-description-gost {
        margin-top: 30px;
    }

    .category-description-gost__list {
        gap: 20px;
        margin-top: 20px;
    }

    .category-description-gost__link {
        font-size: 15px;
        line-height: 150%;
        overflow-wrap: anywhere;
    }

    .category-description__group-link {
        min-height: 42px;
        margin-top: 30px;
        padding: 0 20px;
        font-size: 12px;
        line-height: 12px;
    }

    .category-description-callback {
        width: 100vw;
        min-height: 299px;
        margin: 60px calc((100vw - 100%) / -2) 0;
        padding: 0 calc((100vw - 100%) / 2);
    }

    .category-description-callback__content {
        padding: 30px 0;
    }

    .category-description-callback h3 {
        max-width: 330px;
        font-size: 14px;
        line-height: 150%;
    }

    .category-description-callback p {
        max-width: 330px;
        margin-top: 20px;
        font-size: 13px;
        line-height: 150%;
    }

    .category-description-form {
        max-width: 330px;
        margin-top: 20px;
    }

    .category-description-form__phone input {
        width: 290px;
        height: 40px;
        padding: 0 11px;
        font-size: 12px;
    }

    .category-description-form__submit {
        height: 40px;
        padding: 0 16px;
        font-size: 12px;
        line-height: 12px;
    }

    .category-description-form__agree {
        margin-top: 20px;
        font-size: 11px;
        line-height: 11px;
    }

    .category-analogs {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }

    .category-analogs__title {
        margin-bottom: 30px;
    }

    .category-analogs__head {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 30px;
        padding: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .category-analogs__head span:last-child {
        display: none;
    }

    .category-analogs__row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 10px;
    }

    .category-analogs__brand {
        font-size: 14px;
        line-height: 17px;
    }

    .category-analogs__description {
        font-size: 13px;
        line-height: 15px;
    }

    .category-analogs__button {
        width: 160px;
        height: 42px;
        font-size: 12px;
        line-height: 12px;
    }

    .category-payment__title {
        margin-bottom: 18px;
    }

    .category-payment__grid {
        gap: 10px;
    }

    .category-payment-card {
        padding: 10px;
    }

    .category-payment-card__header {
        gap: 10px;
        margin-bottom: 16px;
    }

    .category-payment-card__icon {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .category-payment-card__icon img {
        width: 29px;
        height: 29px;
    }

    .category-payment-card__heading {
        font-size: 13px;
        line-height: 20px;
    }

    .category-payment-card__heading strong {
        font-size: 16px;
        line-height: 19px;
    }

    .category-payment-card__text,
    .category-payment-card__list {
        font-size: 13px;
        line-height: 150%;
    }

    .category-payment-card__text {
        margin-top: 14px;
    }

    .category-payment-card__details {
        display: block;
        margin-top: 14px;
    }

    .category-payment-card__logos {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 17px;
        margin: 16px 0 0;
        flex-basis: auto;
    }

    .category-payment-card__logos span {
        width: 135px;
        min-height: 42px;
    }

    .category-payment-card__note {
        gap: 10px;
        margin-top: 16px;
        padding: 10px;
        font-size: 13px;
        line-height: 140%;
    }

    .category-payment-card__note-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .category-payment-card__note-icon::before {
        font-size: 16px;
    }

    .category-faq__title {
        margin-bottom: 18px;
    }

    .category-faq {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }

    .category-faq__layout {
        gap: 25px;
    }

    .category-faq__list {
        gap: 8px;
    }

    .category-faq__question {
        grid-template-columns: minmax(0, 1fr) 18px;
        min-height: 61px;
        gap: 12px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 16px;
    }

    .category-faq__item[open] .category-faq__question {
        min-height: 60px;
    }

    .category-faq__icon {
        width: 18px;
        height: 18px;
    }

    .category-faq__icon::before,
    .category-faq__icon::after {
        width: 18px;
    }

    .category-faq__answer {
        padding: 0 15px 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .category-faq__answer p+p {
        margin-top: 16px;
    }

    .category-faq-form {
        width: 100%;
        padding-top: 15px;
    }

    .category-faq-form__intro {
        margin-bottom: 15px;
    }

    .category-faq-form__intro h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .category-faq-form__intro p {
        font-size: 14px;
        line-height: 21px;
    }

    .category-faq-form__field {
        gap: 8px;
        font-size: 13px;
        line-height: 18px;
    }

    .category-faq-form__field input {
        height: 44px;
    }

    .category-faq-form__field textarea {
        height: 120px;
    }

    .category-faq-form__agree {
        font-size: 12px;
        line-height: 14px;
    }

    .category-faq-form__submit {
        height: 44px;
        font-size: 13px;
        line-height: 13px;
    }
}
