.catalogWp {
    position: relative;
    display: grid;
    grid-template-columns: 200px auto;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 40px;
}

.catalogWp__menu {
    position: relative;
}

.catalogWp__content {
    position: relative;
}

.leftMenu {
    position: relative;
}

.leftMenu ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.leftMenu ul li {
    position: relative;
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}

.leftMenu ul li a {
    position: relative;
    padding: 8px 16px;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 110%;
    text-decoration: none;
    background: #e41b41;
}

.leftMenu ul li a:hover {
    background: #ed7224;
}

.leftMenu ul li ul {
    position: relative;
    padding: 8px 16px;
    display: none;
}

.leftMenu ul li.active ul {
    display: block;
}

.leftMenu ul li ul li {
    margin: 8px 0 0 0;
}

.leftMenu ul li ul li a {
    padding: 0;
    color: #4b5259;
    font-size: 16px;
    background: transparent;
}

.leftMenu ul li ul li a:hover {
    color: #e6288c;
    background: transparent;
}

.leftMob {
    position: relative;
    padding: 8px 16px;
    margin: 0 0 16px 0;
    color: #fff;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    background: #e41b41;
    cursor: pointer;
    display: none;
}

.leftMob.open {
    color: #e41b41;
    border: 1px solid #000;
    background: #fff;
}

.catalogCategories {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 16px;
}

.catalogCategories__item {
    position: relative;
    padding: 16px;
    text-decoration: none;
    border: 1px solid #efefef;
}

.catalogCategories__item:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.catalogCategories__item-img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100%;
}

.catalogCategories__item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.catalogCategories__item-title {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
}

.catalogCategories__item:hover .catalogCategories__item-title {
    color: #e6288c;
}

/* catalogElements */
.catalogElements {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 16px;
}

.catalogElements__item {
    position: relative;
    padding: 16px;
    color: #4b5259;
    text-decoration: none;
    border: 1px solid #efefef;
}

.catalogElements__item:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.catalogElements__item-img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60%;
}

.catalogElements__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.catalogElements__item-title {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
}

.catalogElements__item:hover .catalogElements__item-title {
    color: #e6288c;
}

.catalogElements__item-price {
    margin-top: 16px;
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 110%;
    text-align: center;
}

.catalogElements__item-article {
    margin-top: 8px;
    display: block;
    font-size: 13px;
    line-height: 110%;
    font-family: Roboto_Condensed;
    text-align: center;
}

/* catalogCard */
.catalogCard {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 24px;
}

.catalogCard__photo {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    gap: 16px;
}

.catalogCard__photo-big {
    position: relative;
}

.catalogCard__photo-small {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 8px;
}

.catalogCard__img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100%;
    border: 1px solid #efefef;
}

.catalogCard__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.catalogCard__img.active {
    border: 1px solid #e6288c;
}

.catalogCard__info {
    position: relative;
}

.catalogCard__item {
    position: relative;
    margin-bottom: 24px;
}

.catalogCard__title {
    position: relative;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    line-height: 110%;
    text-transform: uppercase;
    font-weight: bold;
}

.catalogCard__color {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 8px;
}

.catalogCard__size {
    position: relative;
    color: #ff1440;
    font-size: 18px;
    line-height: 110%;
    font-weight: 700;
}

.catalogCard__table {
    position: relative;
}

.catalogCard__table table {
    width: 100%;
    position: relative;
}

.catalogCard__table th,
.catalogCard__table td {
    padding: 8px 16px;
    color: #4b5259;
    font-size: 14px;
    line-height: 140%;
    font-family: Roboto_Condensed;
    text-align: left;
    border: 1px solid #efefef;
}

.catalogCard__price {
    position: relative;
    color: #000;
    font-size: 28px;
    line-height: 110%;
    font-weight: 700;
}

.catalogCard__text {
    color: #4b5259;
    font-size: 14px;
    line-height: 140%;
    font-family: Roboto_Condensed;
}


/* filter */
.filter {
    position: relative;
    margin: 0 0 40px 0;
}

.filter-data {
    position: relative;
}

.filterForm {
    position: relative;
}

.filter_row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.filter_item {
    position: relative;
    flex: 1 1 0;
    box-sizing: border-box;
}

.input-name {
    position: relative;
    margin: 0 0 5px 0;
    display: block;
    font-size: 13px;
    line-height: 110%;
    font-family: Roboto_Condensed;
}

.input-container {
    width: 100%;
    height: 40px;
    position: relative;
    background: #efefef;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.input {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 24px 0 8px;
    margin: 0;
    color: #4b5259;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto_Condensed;
    border: none;
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
}

.input-container ::-webkit-input-placeholder {
    color: #4b5259;
}

.input-container ::-moz-placeholder {
    color: #4b5259;
}

.input-container :-moz-placeholder {
    color: #4b5259;
}

.input-container :-ms-input-placeholder {
    color: #4b5259;
}

.input-range {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input-range .input-container {
    width: 49%;
}

.select {
    position: relative;
}

.select .input-container::before {
    width: 10px;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
    background: url('img/i-select.svg') no-repeat center;
    content: '';
    display: block;
    transition: .2s ease-in;
    transition: .2s ease-in;
}

.select .input-container.open::before {
    transform: translateY(0%) rotate(180deg);
}

.select__list {
    display: none;
    max-height: 280px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0 0;
    padding: 0;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
}

.select__list::-webkit-scrollbar {
    width: 5px;
    padding: 5px;
    background: transparent;
}

.select__list::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.select__list::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 16px;
}

.select__list::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 16px;
}

.select__list .select__item {
    position: relative;
    padding: 8px 16px;
    margin: 0;
    color: #4b5259;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Mulish', sans-serif;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: #f5f5f5;
}

.select__list .select__item:before {
    display: none;
}

.select__check-list {
    max-height: 280px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0 0;
    padding: 0;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    background: #fff;
    border: 1px solid rgba(192, 176, 144, 0.30);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    display: none;
}

.select__check-list .check {
    position: relative;
    padding: 8px 16px 8px 32px;
    margin: 0;
    display: block;
    color: #4b5259;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto_Condensed;
    cursor: pointer;
    list-style-type: none;
    background-image: url('img/i-check.svg');
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-size: 16px;
}

.select__check-list .check input[type="checkbox" i] {
    display: none;
}

.select__check-list .check:hover {
    color: #000;
}

.select__check-list .check.checked {
    color: #e6288c;
    background-image: url('img/i-checked.svg');
}

.check-wrap {
    position: relative;
}

.check-wrap.disabled .checkbox-disabled-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    z-index: 5;
}

.reset-filter {
    text-align: right;
    padding-bottom: 20px;
}

.reset-filter a {
    font-size: 13px;
    color: #e41b41;
}

.filterMob {
    position: relative;
    padding: 8px 16px;
    margin: 0 0 16px 0;
    color: #4b5259;
    font-size: 18px;
    line-height: 110%;
    border: 1px solid #4b5259;
    cursor: pointer;
    display: none;
}

.filterMob span {
    display: inline-block;
    padding-left: 20px;
    background-image: url('img/i-filter.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 12px;
}

.paginate-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.paginate-wrapper a {
    text-decoration: none;
}

.paginate-wrapper ul {
    display: flex;
    gap: 15px;
}

.paginate-wrapper .skew span {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #efefef;
    color: #000;
}

.paginate-wrapper .skew.current span {
    border: 1px #e41b41 solid;
}

@media all and (max-width: 1023px) {
    .catalogCategories {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalogElements {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalogCard {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media all and (max-width: 767px) {
    .catalogWp {
        display: block;
    }

    .leftMenu {
        display: none;
    }

    .leftMob {
        display: block;
    }

    .catalogCategories {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalogElements {
        grid-template-columns: repeat(1, 1fr);
    }

    .filterMob {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .filterForm {
        display: none;
    }

    .filter_row {
        display: block;
        margin-bottom: 0;
    }

    .filter_item {
        margin-bottom: 16px;
    }

    .pagination-dots {
        display: none;
    }
}

#tablemer {
    display: none22;
}

.catalog-order {
    padding: 0 0 30px;
}

.catalog-order button{
    background: #ed7224;
    border: solid #ed7224 1px;
    border-radius: 50px;
    padding: 12px 30px;
    color: #fff;
    display: inline-block;
    font-family: Roboto_Condensed;
    text-transform: none;
    font-size: 1.7em;
}

.list li {
    margin-left: 20px;
    list-style: disc;
}