main.category__page {
    .banner {
        padding-top: 0;
        padding-bottom: 0;
    }

    section.banner {
        .banner__title {
            font-size: 40px;
            font-weight: 400;
            line-height: 130%;
            letter-spacing: 0.8px;
        }
        .banner__description {
            font-size: 20px;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0.2px;
            margin-top: 10px;
        }
    }

    section.slider__products {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    section.product__tags {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    section.preview__articles {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

section.category {
    margin-top: 100px;
    margin-bottom: 100px;

    .category__wrap {
        display: flex;
        column-gap: 40px;
    }

    .category__sidebar {
        width: 260px;
        flex-shrink: 0;
    }

    .category__result {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        row-gap: 60px;
    }

    .category__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 24px;
        margin-bottom: 50px;
    }

    .category__title {
        color: var(--Base-Dark, #171717);
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.8px;
    }

    .category__info {
        display: flex;
        column-gap: 30px;
    }

    .category__count {
        color: var(--Gray-6, #9a9aa2);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.16px;
        align-self: flex-end;
        margin-bottom: 6px;
    }

    .category__control {
        display: flex;
        align-items: center;
    }

    .category__sort {
        margin-left: auto;

        .custom-select__wrapper {
            border: none;

            .custom-select__active {
                min-height: auto;
                padding: 0px;
            }
        }
    }

    .category__views {
        margin-left: 32px;
        display: flex;
        align-items: center;

        .category__view {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            fill: var(--Gray-6, #9a9aa2);

            &:not(:last-child) {
                position: relative;
                margin-right: 12px;
                padding-right: 12px;
            }

            &:not(:last-child):after {
                content: "";
                position: absolute;
                right: 0;
                height: 100%;
                width: 1px;
                background-color: var(--Gray-2, #f2f2f2);
            }

            &.active {
                fill: var(--Gray-8---Main, #383838);
                pointer-events: none;
            }
        }
    }

    .category__items {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .category__footer {
        margin-top: auto;
        align-self: center;
    }
}

section.category__content {
    .catalog__sort {
        .custom-select__wrapper {
            border: none;
        }
    }
}

section.category__content {
    margin-top: 44px;
    margin-bottom: 56px;

    .category__content-wrap {
        display: flex;
        column-gap: 80px;
    }

    .category__form {
        flex: 1 0 calc(52% - 80px);
    }

    .category__description {
        color: var(--Base-Dark, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.16px;
        flex: 1 0 calc(48% - 80px);

        p {
            &:not(:last-child) {
                margin-bottom: 16px;
            }
        }

        b {
            font-weight: 600;
        }
        strong {
            font-weight: 600;
        }

        h2 {
            margin-bottom: 44px;
            color: var(--Base-Dark, #171717);
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            letter-spacing: 0.8px;
        }

        h3 {
            margin-bottom: 22px;
            color: var(--Base-Dark, #171717);
            font-size: 26px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
            letter-spacing: 0.52px;
        }

        h4 {
            color: var(--Base-Dark, #171717);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 130%;
            letter-spacing: 0.52px;
            margin-bottom: 12px;
        }

        ul {
            list-style: disc;
            padding-left: 18px;
            margin-top: 10px;
            margin-bottom: 15px;

            li {
                &:not(:last-child) {
                    margin-bottom: 8px;
                }
            }
        }
    }
}
@media (max-width: 992px) {
    .category__sidebar {
        display: none;
    }
    .catalog__panel-mobile--block {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 16px;
    }

    .catalog_category__panel-mobile--wrap {
        width: 100%;
    }

    section.category__content {
        .category__content-wrap {
            flex-direction: column;
        }
    }

    .category__page {
        padding-top: 0;
        section.banner {
            .banner__wrap {
                .banner__content {
                    max-width: 313px;
                    .banner__title {
                        color: #fff;
                        font-size: 32px;
                        font-weight: 500;
                        line-height: 140%;
                        letter-spacing: 0.64px;
                    }
                    .banner__description {
                        color: var(--Base-White, #fff);
                        font-size: 16px;
                        line-height: 140%;
                        letter-spacing: 0.16px;
                    }
                }
            }
        }
        section.category {
            margin-top: 60px;
            margin-bottom: 60px;

            .category__header {
                display: block;

                .category__info {
                    display: block;
					margin-bottom:20px;

                    .category__title {
                        color: var(--Base-Dark, #171717);
                        font-size: 32px;
                        font-weight: 500;
                        line-height: 140%;
                        letter-spacing: 0.64px;
                    }
                    .category__count {
                        margin-left: 0;
                    }
                }
            }
            .category__wrap {
                margin-top: 8px;

                .category__result {
                    .category__items {
                        margin-top: 0;
                        row-gap: 32px;

                        .product-card, .product-banner {
                            padding: 6px 10px;
                            min-width: 0;
                            max-width: 100%;
                            flex: 1 0 calc(calc(100% / 2) - 16px);

                            .product-banner__block {
                                padding: 24px 8px;
                                
                                .product-banner__title {
                                    color: var(--Base-White, #FFF);
                                    font-family: Lato;
                                    font-size: 16px;
                                    font-style: normal;
                                    font-weight: 400;
                                    line-height: 140%;
                                    letter-spacing: 0.16px;
                                    max-width:95%;
                                }
                                .product-banner__discount {
                                    margin-bottom:8px;
                                    color: #FFF;
                                    font-family: Lato;
                                    font-size: 12px;
                                    font-style: normal;
                                    font-weight: 400;
                                    line-height: 150%; /* 18px */
                                    letter-spacing: 0.12px;
                                    padding: 4px 8px;
                                    min-height: 26px;
                                }
                            }

                            

                            .product-card__top {
                                .product-card__image {
                                    height: 175px;
                                    max-height: 175px;

                                    .product-card__discount {
                                        padding: 8px 12px;
                                        font-size: 12px;
                                        font-weight: 700;
                                    }
                                }
                                .product-card__info {
                                    .product-card__price {
                                        .product-card__price-new {
                                            font-size: 18px;
                                            font-weight: 700;
                                        }
                                        .product-card__price-old {
                                            font-size: 12px;
                                            line-height: 20px;
                                        }
                                        .product-card__price-regular {
                                            font-size: 18px;
                                            font-weight: 700;
                                        }
                                    }
                                    .product-card__name {
                                        margin-top: 4px;
                                        a {
                                            font-size: 14px;
                                            font-weight: 600;
                                            line-height: 150%;
                                            letter-spacing: 0.14px;
                                        }
                                    }
                                    .product-card__attributes {
                                        font-size: 12px;
                                        line-height: 150%;
                                        letter-spacing: 0.12px;
                                        margin-top: 4px;
                                    }
                                }
                                .product-card__wishlist {
                                    width: 22px;
                                }
                            }
                            .product-card__bottom {
                                .product-card__button {
                                    margin-top: 16px;
                                    .button {
                                        font-size: 12px;
                                        line-height: 100%;
                                        letter-spacing: 0.24px;
                                        padding: 10px 24px;
                                        min-height: 36px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
        section.product__tags {
            margin-top: 60px;
            margin-bottom: 60px;

            .section__header {
                font-size: 22px;
                line-height: 150%;
                letter-spacing: 0.22px;
                margin-bottom: 16px;
            }
            .tags__wrap {
                .tags {
                    display: flex;
                    overflow-x: auto;
                    overflow-y: hidden;
                    -webkit-overflow-scrolling: touch;
                    scrollbar-width: none;
                    flex-wrap: nowrap;

                    .tag__link {
                        padding: 8px 16px;
                        min-width: 119px;
                    }
                }
            }
        }
    }

    .catalog__panel-mobile--block {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 16px;

        .catalog__panel-mobile--filter {
            a {
                display: flex;
                align-items: center;
                gap: 14px;

                span {
                    color: var(--Base-Dark, #171717);
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 140%;
                    letter-spacing: 0.16px;
                }
            }
        }

        .catalog__panel-mobile--sort {
            .custom-select {
                .custom-select__wrapper {
                    .custom-select__items {
                        position: fixed;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        z-index: 99999;
                        padding: 23px 0 0 0;
                        border-radius: 15px 15px 0 0;
                        background: #fff;
                        box-shadow: 0 -12px 37px 0 rgba(230, 235, 243, 0.5);
                        display: flex;
                        flex-direction: column;
                        gap: 8px;

                        .custom-select__item {
                            color: var(--Base-Dark, #171717);
                            font-size: 16px;
                            font-weight: 500;
                            line-height: 140%;
                            letter-spacing: 0.16px;
                            padding: 6px 16px;
                        }
                    }
                }
            }
        }
    }
}
