* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}

.categories {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    background: #f9fafb;
}

.categories .categories-container {
    margin: auto;
    max-width: 108.75rem;
    width: 100%;
    padding: 0 0.9375rem;
}

.categories .categories-title {
    color: #111827;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-block-end: 1.875rem;
    margin-block-start: 0.625rem;
}

.categories .categories-wrapper {
    display: grid;
    gap: 2rem 3.125rem;
    grid-template-columns: repeat(auto-fill, minmax(min(19.375rem, 100%), 1fr));
    width: 100%;
    margin-block-end: 2.75rem;
}

.categories .categories-wrapper .categories-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 2.125rem;
    border-radius: 0.75rem;
    background: #ffffff;
    border: 0.125rem solid #e5e7eb;
    text-decoration: none;
    box-shadow: 0rem 0.625rem 0.9375rem -0.1875rem #0000001a,
    0rem 0.25rem 0.375rem -0.25rem #0000001a;
}

.categories .categories-wrapper .categoris-image {
    width: 100%;
    aspect-ratio: 10/7;
    max-height: 12rem;
}

.categories .categories-wrapper .categories-text {
    color: #111827;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 0;
    text-align: center;
}

.categories .categories-products-layout {
    width: 100%;
    background: #ffffff;
}

.categories .categories-products-container {
    margin: auto;
    max-width: 108.75rem;
    width: 100%;
    padding: 2rem 0.9375rem;
}

.categories .categories-products-container .categories-products-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0;
    color: #111827;
}

.categories
.categories-products-container
.categories-products-count-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.categories .categories-products-container .categories-products-count-text {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.5rem;
    color: #111827;
}

.categories .categories-products-container .categories-products-wrapper {
    display: grid;
    grid-template-columns: 21.25rem 1fr;
    gap: 1.25rem;
    align-items: flex-start;
}

.categories .categories-products-container .categories-products-menu {
    width: 100%;
}

.categories .categories-products-container .categories-products-navigation {
    display: flex;
    flex-direction: column;
    gap: 2.375rem;
}

.categories .categories-products-container .categories-products-link {
    color: #111827;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0;
    transition: 0.3s ease color;
    text-decoration: none;
}

.categories .categories-products-container .categories-products-link:hover,
.categories
.categories-products-container
.categories-products-link:focus-visible {
    color: #24b81f;
}

.categories .categories-products-container .categories-products-link-active {
    color: #24b81f;
    pointer-events: none;
}

.categories .categories-products-container .categories-products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(330px, 100%), 1fr));
    gap: 2rem 1.25rem;
    width: 100%;
    height: max-content;
    padding-block-start: 1rem;
}

.categories .categories-products-container .catalog__img-wrap {
    width: calc(100% + 1.0625rem * 2) !important;
    aspect-ratio: 1/1 !important;
    height: unset !important;
    max-height: unset !important;
}

.categories
.categories-products-container
.categories-products-list
.catalog__col {
    max-width: unset !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.categories
.categories-products-container
.categories-products-list
.catalog-item {
    max-width: unset !important;
    width: 100% !important;
}

@media (max-width: 92.5rem) {
    .categories .categories-wrapper {
        gap: 2rem;
    }
}

@media (max-width: 75rem) {
    .categories .categories-wrapper {
        gap: 1.25rem;
    }

    .categories .categories-products-container .categories-products-wrapper {
        grid-template-columns: 15.625rem 1fr;
        gap: 1rem;
    }

    .categories .categories-products-container .categories-products-navigation {
        gap: 1rem;
    }

    .categories .categories-products-container .categories-products-link {
        font-size: 1rem;
    }

    .categories .categories-products-container .categories-products-list {
        grid-template-columns: repeat(auto-fill, minmax(min(18.125rem, 100%), 1fr));
        gap: 1rem;
    }
}

@media (max-width: 48rem) {
    .categories .categories-wrapper {
        gap: 1rem;
        grid-template-columns: repeat(auto-fill, minmax(min(13.75rem, 100%), 1fr));
    }

    .categories .categories-wrapper .categories-block {
        padding: 1rem;
        gap: 1rem;
    }

    .categories .categories-wrapper .categories-text {
        font-size: 1rem;
    }

    .categories .categories-title {
        margin-block-end: 1rem;
        font-size: 1.5rem;
    }

    .categories .categories-products-container .categories-products-title {
        font-size: 1.5rem;
    }

    .categories .categories-products-container .categories-products-wrapper {
        grid-template-columns: 9.375rem 1fr;
        gap: 0.5rem;
    }

    .categories .categories-products-container .categories-products-navigation {
        gap: 0.5rem;
    }

    .categories .categories-products-container .categories-products-link {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .categories .categories-products-container .categories-products-list {
        padding-block-start: 0;
    }
}

@media (max-width: 56.875rem) {
    .categories .categories-products-container .categories-products-list {
        grid-template-columns: repeat(auto-fill, minmax(min(220px, 100%), 1fr));
    }
}

@media (max-width: 31.5625rem) {
    .categories .categories-products-container .categories-products-wrapper {
        grid-template-columns: 1fr;
    }

    .categories .categories-products-container .categories-products-menu {
        display: none;
    }
}

/* !!! стили моковых товаров (скопированный catalog.css) */

.catalog-top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px;
}
.catalog-top-nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    color: var(--main-text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 0 17px;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
    transition: 0.2s ease all;
    margin-bottom: 20px;
}
.catalog-top-nav__link:hover,
.catalog-top-nav__link:focus {
    text-decoration: none;
    color: var(--white-color);
    background: var(--main-color-hover);
}
.catalog-top-nav__link--active {
    background: var(--main-color);
    color: var(--white-color);
}
.catalog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}
.catalog-header__products-count {
    color: var(--main-text-color);
    opacity: 0.7;
    font-size: 16px;
    font-weight: 500;
}
.selectric {
    background: unset;
    border: 0;
}
.selectric .label {
    display: flex;
    align-items: center;
    color: var(--main-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    height: fit-content;
    margin: 0;
}
.selectric .label::after {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    margin-left: 10px;
    background: url(/statics/images/icons/arrows.png) no-repeat center;
    background-size: contain;
}
.selectric .button {
    display: none;
}
.selectric-items {
    margin-top: 10px;
}
.catalog__filter-form,
.catalog__filter-form-base {
    width: unset;
}
.catalog-item {
    height: 100%;
    max-width: 370px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 0 17px 25px 17px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.catalog__img-wrap {
    position: relative;
    margin-left: -17px;
    margin-right: -17px;
    width: 370px;
    min-height: 370px;
    height: 370px;
    margin-bottom: 22px;
    aspect-ratio: 1 / 1;
}
.catalog__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.catalog__img:hover,
.catalog__img:focus {
    outline: 0;
}
.catalog__img img {
    margin-left: 0;
    margin-right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
}
.catalog__img[data-role="catalog-image-single"] div {
    width: 100%;
    height: 100%;
}
.catalog__img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #bbb;
    pointer-events: none;
}
.catalog__img-overlay--single {
    height: 100%;
}
.catalog__img-overlay-pin-container {
    position: absolute;
    pointer-events: none;
    /*top: 21px;*/
    /*right: 8px;*/
    padding-top: 34px;
    padding-right: 8px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/statics/images/icons/pin-overlay.png) no-repeat top right;
    display: flex;
    flex-direction: column;
    align-items: end;
}
/*.catalog__img-overlay-pin {*/
/*    color: #000;*/
/*    text-align: start;*/
/*    margin-bottom: 5px;*/
/*    !*min-width: 75px;*!*/
/*}*/
/*.catalog__img-overlay-pin-inner {*/
/*    height: 24px;*/
/*    margin-bottom: -3px;*/
/*    position: relative;*/
/*}*/
/*.catalog__img-overlay-pin-inner::before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: -9px;*/
/*    left: -19px;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    background: #fce160;*/
/*    border-radius: 100%;*/
/*}*/
/*.catalog__img-overlay-pin--big, .catalog__img-overlay-pin--small {*/
/*    line-height: 24px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.catalog__img-overlay-pin--big {*/
/*    font-family: "Rubik";*/
/*    font-size: 34px;*/
/*    font-weight: 800;*/
/*}*/
/*.catalog__img-overlay-pin--small, .catalog__img-overlay-pin--text {*/
/*    font-family: "Montserrat";*/
/*    font-weight: 600;*/
/*}*/
/*.catalog__img-overlay-pin--small {*/
/*    font-size: 18px;*/
/*    margin-left: -5px;*/
/*}*/
/*.catalog__img-overlay-pin--text {*/
/*    font-size: 14px;*/
/*}*/
/*.catalog__img-overlay-pin {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(/statics/images/icons/pin-overlay.png) no-repeat top right;*/
/*    pointer-events: none;*/
/*}*/
/*.catalog__img-overlay-pin-img {*/
/*    position: absolute;*/
/*    width: 93px;*/
/*    height: 96px;*/
/*    top: 20px;*/
/*    right: 8px;*/
/*    pointer-events: none;*/
/*    background: url(/statics/images/icons/pin.png) no-repeat center;*/
/*}*/
.catalog__item-slider-wrap {
    padding: 0 59px;
    display: flex;
}
.catalog__item-slider-wrap div {
    display: flex;
    opacity: 1;
    margin-right: 8px;
    width: 100%;
    border-bottom: 2px solid #e4e4e4 !important;
}
.catalog__item-slider-wrap div:last-child {
    margin-right: 0;
}
.catalog__item-slider-wrap .catalog__item-slider-active {
    border-bottom: 2px solid #949494 !important;
}
.catalog__item-slider {
    height: 103%;
}
.catalog-item__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.catalog-item__content-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.catalog-item__content-header-stock {
    display: flex;
    align-items: center;
    color: var(--main-text-color);
    font-size: 14px;
}
.catalog-item__content-header-stock--active::before {
    content: "";
    display: block;
    background: url(/statics/images/icons/stock.png) no-repeat center;
    background-size: contain;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}
.catalog-item__content-header-stock--active {
    color: #8cbc11;
}
.catalog-item__content-header-reviews {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
}
.catalog-item__content-header-reviews:hover,
.catalog-item__content-header-reviews:focus {
    text-decoration: none;
}
.catalog-item__content-header-reviews-stars {
    display: flex;
    align-items: center;
    margin-right: 6px;
    color: #b8860b;
    transition: 0.2s ease all;
}
.catalog-item__content-header-reviews:hover
.catalog-item__content-header-reviews-stars {
    filter: brightness(110%);
}
.catalog-item__content-header-reviews-stars-star {
    margin-right: 5px;
}
.catalog-item__content-header-reviews-count {
    color: var(--main-text-color);
    opacity: 0.7;
}
.catalog-item__content-header-reviews:hover
.catalog-item__content-header-reviews-count {
    color: var(--main-text-color-hover);
    opacity: 1;
}
.catalog-item__content-bottom {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
.catalog-item__link {
    display: block;
    text-align: left;
    color: var(--main-text-color);
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    transition: 0.2s ease all;
    margin-bottom: 10px;
}
.catalog-item__link:hover,
.catalog-item__link:focus {
    color: var(--main-text-color-hover);
    text-decoration: none;
}
.catalog-item__pins {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    min-height: 55px;
}
.catalog-item__pins--clear-align {
    justify-content: normal;
}
.catalog-item__pins-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.catalog-item__pins-img-container {
    display: flex;
    align-items: center;
    height: 30px;
    margin-bottom: 3px;
}
.catalog-item__pins--clear-align .catalog-item__pins-container {
    width: 50%;
}
.catalog-item__pins-img {
    max-height: 100%;
    opacity: 0.5;
    object-fit: contain;
}
.catalog-item__pins-text {
    text-align: center;
    font-size: 12px;
    color: var(--main-text-color);
    opacity: 0.7;
}
.catalog-item__price {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 25px;
    min-height: 50px;
}
.catalog-item__price-container {
    display: flex;
    flex-direction: column;
}
.catalog-item__price-text {
    color: var(--main-text-color);
    font-size: 34px;
    font-weight: 550;
    text-align: left;
    line-height: 26px;
}
.catalog-item__price-text--not {
    font-size: 20px;
}
.catalog-item__price-text--strike {
    position: relative;
    font-size: 22px;
    color: var(--main-text-color);
    opacity: 0.7;
    width: fit-content;
}
.catalog-item__price-text--strike::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--main-text-color);
    top: 58%;
}
.catalog-item__price-video-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-text-color);
    transition: 0.2s ease all;
}
.catalog-item_video-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: var(--main-color);
    margin-right: 13px;
    border-radius: 10px;
    transition: 0.2s ease all;
}

.catalog-item_video-block img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.catalog-item__price-video-link:hover,
.catalog-item__price-video-link:focus {
    color: var(--main-text-color);
    text-decoration: none;
    outline: 0;
}
.catalog-item_video-block:hover {
    background-color: var(--main-color-hover);
}
.catalog-item__morelink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    background-color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    text-decoration: none;
    transition: 0.2s ease all;
}
.catalog-item__morelink:hover,
.catalog-item__morelink:focus {
    background-color: var(--main-color-hover);
    text-decoration: none;
    color: var(--white-color);
}

.catalogForm__infoText {
    font-size: 18px;
    line-height: 35px;
    overflow-y: hidden;
}

.container--big .catalogForm__infoText {
    font-size: 16px;
    line-height: inherit;
    overflow-y: hidden;
}

.catalogForm__infoText h2 {
    font-size: 34px;
    margin-bottom: 26px;
}

.container--big .catalogForm__infoText h2 {
    font-size: 20px;
}

.container--big .catalogForm__infoText p {
    margin-bottom: 16px;
}

.catalogForm__infoText p + h2,
.catalogForm__infoText ul + h2,
.catalogForm__infoText ol + h2 {
    margin-top: 57px;
}
.catalogForm__infoText ul,
.catalogForm__infoText ol {
    padding-left: 18px;
}
.catalogForm__infoText li {
    padding-left: 10px;
    margin-bottom: 16px;
}
.catalogForm__infoText li::marker {
    color: #2c9931;
}
@media (max-width: 768px) {
    .catalogForm__infoText {
        font-size: 14px;
        line-height: 26px;
    }
    .catalogForm__infoText h2 {
        font-size: 18px;
    }
    .catalogForm__infoText p + h2,
    .catalogForm__infoText ul + h2,
    .catalogForm__infoText ol + h2 {
        margin-top: 30px;
    }
}
.catalog__showmore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 368px;
    height: 60px;
    border: 2px solid var(--main-color);
    transition: 0.2s ease all;
    border-radius: 10px;
    cursor: pointer;
    background: none;
    outline: none;
    margin-top: 10px;
    margin-bottom: 100px;
}
.catalog__showmore:hover,
.catalog__showmore:focus {
    border: 2px solid var(--main-color-hover);
    background: var(--main-color-hover);
    outline: none;
    color: var(--white-color);
}
.catalog__showmore--loading {
    position: relative;
    color: rgba(0, 0, 0, 0);
}
.catalog__showmore--loading::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: calc(50% - 12.5px);
    top: calc(50% - 12.5px);
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    border-bottom-color: var(--main-color);
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.catalog__showmore--hidden {
    opacity: 0;
    pointer-events: none;
    margin-top: -87px;
}
@media (max-width: 1200px) {
    .catalog-item {
        margin: 0 auto;
        max-width: 390px;
    }
    .catalog__img-wrap {
        width: 390px;
        height: 390px;
        min-height: 390px;
    }
    .catalog-item__price-text {
        font-size: 28px;
    }
    .catalog-item__price-text--strike {
        font-size: 18px;
    }
    .catalog-item__price-text--not {
        font-size: 20px;
    }
    .catalog-item__price-video-link::before {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 991px) {
    .catalog__filter-form {
        margin-top: 0;
        align-items: baseline;
    }
    .catalog__filter-form-base {
        display: flex;
        width: auto;
    }
    .catalog__img {
        display: block;
        height: 100%;
    }
    .catalog__img-wrap {
        height: 330px;
        width: 330px;
        min-height: unset;
    }
    .catalog__img-wrap .slick-dots {
        position: absolute;
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 0 53px;
        width: 100%;
    }
    .catalog__img-wrap .slick-dots li {
        margin-right: 8px;
        padding: 10px 0;
        width: 100%;
    }
    .catalog__img-wrap .slick-dots li::before {
        content: "";
        display: block;
        /*width: 50px;*/
        height: 2px;
        background: #e4e4e4;
    }
    .catalog__img-wrap .slick-dots li:last-child {
        margin-right: 0;
    }
    .catalog__img-wrap .slick-dots li.slick-active::before {
        background: #949494;
    }
    .catalog__img-wrap .slick-dots li button {
        display: none;
    }
}
@media (max-width: 989px) {
    .catalog__img-overlay {
        height: calc(100% - 0px);
    }
    .catalog__img-overlay--single {
        height: 100%;
    }
}
@media (max-width: 768px) {
    .catalog-top-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .catalog-top-nav__link {
        white-space: nowrap;
    }
    .catalog-item__link {
        font-size: 18px;
    }
    .catalog__img-wrap {
        aspect-ratio: unset;
        width: unset;
        max-height: unset;
        height: unset;
    }
    .catalog-item__price-video-link {
        font-size: 14px;
    }
    .catalog__showmore {
        margin-bottom: 80px;
    }
    .catalog-item__price-text--not {
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .catalog__img-wrap .slick-slide div,
    .catalog__img[data-role="catalog-image-single"] div {
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }
    .catalog__img-wrap .slick-slide div::after,
    .catalog__img[data-role="catalog-image-single"] div::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        display: block;
        z-index: 100;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background: #bbb;
    }
    .catalog__img-overlay {
        display: none;
        left: 40px;
        width: calc(100% - 80px);
    }
    .catalog__img img {
        width: unset !important;
        min-height: 100%;
        max-height: 100%;
        object-fit: contain;
        margin-left: auto;
        margin-right: auto;
    }
    .catalog__img-wrap .slick-dots {
        left: 0;
    }
}
@media (max-width: 767px) {
    .catalog-item__pins {
        min-height: unset;
    }
}
@media (max-width: 575px) {
    .catalog-top-nav {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        padding-left: 15px;
        margin-bottom: 0;
    }
    .catalog-top-nav__link {
        font-size: 12px;
        height: 34px;
    }
    .selectric .label {
        font-size: 14px;
    }
    .catalog-item__pins-text {
        font-size: 10px;
    }
    .catalog__item-slider-wrap {
        padding: 0 53px;
    }
    /*.catalog__img-wrap {*/
    /*    height: 315px;*/
    /*    min-height: 315px;*/
    /*    margin-bottom: 25px;*/
    /*}*/
    .catalog-item__content-header-stock {
        font-size: 12px;
    }
    .catalog-item__content-header-reviews {
        font-size: 12px;
    }
    .catalog-item__link {
        margin-bottom: 9px;
    }
    .catalog-item__pins {
        margin-bottom: 2px;
    }
    .catalog-item__price {
        margin-bottom: 16px;
    }
    .catalog-item__morelink {
        height: 40px;
    }
    .catalog__showmore {
        width: 100%;
    }
}

/* New */

.catalog__img-overlay-pin-container {
    display: none;
}

.title__products-count,
.catalog-header__products-count {
    font-family: "Montserrat";
    font-size: 14px;
    color: var(--main-text-color);
    opacity: 0.7;
    margin-left: 20px;
    white-space: nowrap;
}

.catalog-header__products-count {
    margin-left: 0;
}

.catalog-header__products-count {
    display: none;
}

@media (max-width: 1300px) {
    .title__products-count {
        display: none;
    }
    .catalog-header__products-count {
        display: flex;
    }
}

.catalog-top-nav__link {
    font-family: "Montserrat";
    font-weight: 600;
}

.selectric .label {
    font-family: "Montserrat";
    font-size: 14px;
}

.catalog-item__content {
    padding: 0 20px;
}

.catalog-item__link {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 650;
}

.catalog-item__content-header,
.catalog-item__pins,
.catalog-item__content-bottom {
    font-family: "Montserrat";
}

.catalog-item__content-header-stock {
    font-size: 12px;
}

.catalog-item__content-header-reviews {
    font-size: 12px;
}

.catalog-item__pins-text {
    font-size: 10px;
}

.catalog-item__price-text {
    font-size: 25px;
    font-weight: 650;
}
@media (max-width: 1200px) {
    .catalog-item__price-text {
        font-size: 28px;
    }
    .catalog-item__price-text--strike {
        font-size: 16px;
    }
}

.catalog-item__price-text--not {
    font-size: 18px;
}

.catalog-item__price-text--strike {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

.catalog-item__price-text--strike::after {
    top: 50%;
}

.catalog-item__price-video-link {
    font-size: 14px;
    font-weight: 600;
}

.catalog-item__morelink {
    font-weight: 600;
}

.catalog-item__price-video-link::before {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .catalog__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: fit-content;
    }
}

@media (min-width: 1200px) {
    .catalog__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: fit-content;
    }
}

@media (min-width: 1480px) {
    .catalog__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 400px;
        width: 400px;
    }
    .catalog-item {
        max-width: 400px;
        width: min-content;
    }

    .catalog__img-wrap {
        width: 370px;
        height: 370px;
    }
}

@media (max-width: 1200px) {
    .catalog-item__content {
        padding: 0;
    }
}

.catalog__showmore {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .catalog-top-nav {
        margin-bottom: 7px;
    }
    .catalog-top-nav__link {
        margin-bottom: 13px;
    }
}

.container--big .catalog-form {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .container--big .catalog-form {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.container--big .catalog-form__title {
    margin-bottom: 18px;
}

.row.catalog-filter .validation-form {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px 20px 35px;
    max-width: 260px;
    font-family: Montserrat, sans-serif;
    min-width: 300px;
}

.row.catalog-filter .form-arrow {
    cursor: pointer;
    transition: 0.5s ease all;
}

.row.catalog-filter .dynamic-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    transition: 0.5s ease all;
    height: auto;
}

.row.catalog-filter .dynamic-container:not(:last-child) {
    margin-bottom: 20px;
}

.row.catalog-filter .title-container {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
}

.row.catalog-filter .title-container h5 {
    font-size: 14px;
    font-weight: 400;
}

.row.catalog-filter .checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.row.catalog-filter .checkbox-container label {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.row.catalog-filter .form-checkbox {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    display: none;
}

.row.catalog-filter .checkbox-label {
    user-select: none;
}

.row.catalog-filter .responsive-container {
    margin-top: 20px;
    height: auto;
    overflow: visible;
    transition: 0.2s ease all;
}

.row.catalog-filter .checkbox-label::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 1px;
    border: 1px solid #24b81f;
    flex-shrink: 0;
}

.row.catalog-filter
.checkbox-container
input[type="checkbox"]:checked
+ .checkbox-label::before {
    content: "\002714";
    background-color: #24b81f;
    color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
}

.row.catalog-filter .range-slider-container {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.row.catalog-filter .range-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.row.catalog-filter .slider-track {
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    margin: 0;
}

.row.catalog-filter .range-slider::-webkit-slider-runnable-track {
    -webkit-appeara: none;
    height: 5px;
}

.row.catalog-filter .range-slider::-moz-range-track {
    -webkit-appearance: none;
    height: 5px;
}

.row.catalog-filter .range-slider::-ms-track {
    appearance: none;
    height: 5px;
}

.row.catalog-filter .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border: 3px solid #24b81f;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
    margin-top: -2px;
}

.row.catalog-filter .range-slider::-moz-range-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border: 3px solid #24b81f;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
}

.row.catalog-filter .range-slider::-ms-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border: 3px solid #24b81f;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
}

.row.catalog-filter .price-container {
    display: flex;
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.row.catalog-filter .price-input {
    width: 100%;
    height: 100%;
    border: 1px solid #03305a;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: transparent;
}

.row.catalog-filter .price-wrapper {
    width: 47%;
    height: 100%;
    position: relative;
}

.row.catalog-filter .input-text {
    font-size: 12px;
    font-weight: 400;
    color: #c6c6c6;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

.row.catalog-filter .controll-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.row.catalog-filter .custom-btn {
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    width: 48%;
}

.row.catalog-filter .reset-btn {
    background: transparent;
    background-color: transparent;
    border: 1px solid #24b81f;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.row.catalog-filter .reset-btn:hover,
.row.catalog-filter .reset-btn:focus,
.row.catalog-filter .reset-btn:focus-visible {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    color: #fafafa;
}

.row.catalog-filter .sub-btn {
    background: #24b81f;
    background-color: #24b81f;
    border: none;
    color: #fafafa;
    font-size: 14px;
}

.row.catalog-filter .sub-btn:hover,
.row.catalog-filter .reset-btn:focus,
.row.catalog-filter .reset-btn:focus-visible {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    color: #fafafa;
}

.catalog-block {
    display: flex;
    gap: 5%;
    justify-content: center;
}

.row.catalog-row {
    width: 100%;
    height: max-content;
}

.mobile-filter__icon {
    opacity: 0.3;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

.mobile-filter__icon:hover {
    opacity: 0.7;
}

.mobile-filter__icon > img {
    width: 20px;
}

.catalog-filter__filter-top {
    display: none;
    padding: 15px;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    width: 100%;
}

.catalog-filter__filter-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 50px;
    justify-content: center;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    z-index: 300;
}

.catalog-filter__filter-close span {
    background: #000;
    display: block;
    height: 2px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    width: 100%;
}

.catalog-filter__filter-close span:first-child {
    -webkit-transform: rotate(-45deg) translate(-4.5px, 3px);
    -ms-transform: rotate(-45deg) translate(-4.5px, 3px);
    transform: rotate(-45deg) translate(-4.5px, 3px);
    width: 16px;
}

.catalog-filter__filter-close span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
}

.catalog-filter__filter-close span:last-child {
    -webkit-transform: rotate(45deg) translate(-5.5px, -4px);
    -ms-transform: rotate(45deg) translate(-5.5px, -4px);
    transform: rotate(45deg) translate(-5.5px, -4px);
    width: 16px;
}

.catalog-filter__filter-close span:not(:last-child) {
    margin-bottom: 4px;
}

@media (max-width: 1200px) {
    .catalog-filter__filter-top {
        display: flex;
    }

    .mobile-filter__icon {
        display: block;
    }

    .row.catalog-filter {
        display: flex;
        box-sizing: border-box;
        height: 100vh;
        right: -100%;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transition: 0.3s;
        width: 100%;
        z-index: 3000;
        background: #f8f8f8;
        max-width: 410px;
        align-content: flex-start;
    }

    .row.catalog-filter.open {
        right: 10px;
        transition: 0.3s;
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.58);
    }

    .row.catalog-filter .validation-form {
        max-width: 100%;
        width: 100%;
        padding: 0 20px 30px;
    }
}

@media (max-width: 432px) {
    .row.catalog-filter {
        max-width: 100%;
        margin-right: 0;
    }

    .row.catalog-filter.open {
        right: 0px;
    }
}

@media (min-width: 768px) {
    .catalog-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(345px, max-content));
        justify-content: center;
    }

    .catalog-row.related__slider {
        justify-content: start;
    }
}

@media (min-width: 1200px) {
    .catalog-row {
        grid-template-columns: repeat(auto-fit, minmax(385px, max-content));
    }

    .catalog-row:not(:has(.owl-item:nth-child(3))) {
        justify-content: start;
    }

    .catalog-filter {
        height: max-content;
    }
}

.catalog-row_empty {
    width: 100%;
    justify-content: center;
}

.catalog-row_empty > * {
    width: 100%;
}

.catalog-row_empty-title {
    padding-bottom: 50px;
    text-align: center;
}

.filter-hide .form-arrow {
    transform: rotate(180deg);
}

.row.catalog-filter .filter-hide .responsive-container {
    overflow: hidden;
    height: 0;
    margin-top: 0;
}
@media (max-width: 992px) {
    .categories .categories-products-container .categories-products-menu {
        display: none;
    }
    .categories {
        display: block;
    }

    .categories .categories-products-container .categories-products-wrapper {
        display: block;
    }
}