.new-catalog-sect {
    padding-top: 70px;
}

.new-catalog-sect__wrapper {}

.new-catalog-sect__header {
    font-family: 'Helvetica Neue';
    font-size: 44px;
    font-weight: 700;
    line-height: 53.24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 50px;
}

.new-catalog-sect__filters {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 25px;
}

.new-catalog-sect__filters-left {
    margin-right: 30px;

}

#title-search-input-section-container {
    flex-shrink: 0;
    margin-top: 0 !important;
}

.new-catalog-sect__filters-box {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.new-filter-btns {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}

.new-filter-btns .btn-group {
    display: block !important;
    width: auto !important;
}

.new-filter-btns .btn-group .btn {
    background: #707375;
    padding: 3px 10px;
    color: #fff;
    border-radius: 2px;
}

.new-filter-btns .btn-group:not(:last-child) {
    margin-right: 10px;
}

.new-catalog-sect__filters-form__left-item {
    position: relative;
}

.new-catalog-sect__filters-form__left-item.is-active .new-catalog-sect__filters-form__left-item-content {
    display: block;
}

.new-catalog-sect__filters-form__left-item__btn {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: #222;
    margin-bottom: 15px;
    cursor: pointer;
}

.new-catalog-sect__filters-form__left-item__btn:not(:last-child) {
    margin-right: 30px;
}

.new-catalog-sect__filters-form__left-item__btn span {
    margin-right: 5px;
}

.new-catalog-sect__filters-form__left-item__btn svg {}

.new-catalog-sect__filters-form__left-item-content {
    position: absolute;
    top: 105%;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #D8D8D8;
    width: 100%;
    display: none;
}

.new-catalog-sect__filters-form__left-item-content-inner {
    padding: 15px;
}
.new-catalog-sect__filters-form__left-item-content:not(.range-conteiner) .new-catalog-sect__filters-form__left-item-content-inner {

    display: flex;
    flex-direction: column;
    align-items: start;
}

.new-catalog-sect__filters-label {
    position: relative;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: #000;

    display: flex;
    justify-content: start;
    align-items: center;

    cursor: pointer;
}

.new-catalog-sect__filters-label:not(:last-child) {
    margin-bottom: 5px;
}

.new-catalog-sect__filters-check {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.new-catalog-sect__filters-custom {
    width: 20px;
    height: 20px;

    border: 1px solid #757575;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.new-catalog-sect__filters-custom svg {
    display: none;
}

.new-catalog-sect__filters-check:checked+.new-catalog-sect__filters-custom svg {
    display: block;
}

.new-catalog-sect__filters-right {
    max-width: 220px;
    width: 100%;
    display: flex;
    justify-content: start;
}

.new-catalog-sect__filters-search {
    padding: 5px 10px;
    border: 1px solid #DDDDDD;
    background: #fff;

    font-size: 12px;
    font-weight: 400;
    line-height: 15.38px;
    color: #000;
    outline: none !important;
    width: 100%;
}

.new-catalog-sect__filters-search__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    background: #fff;
    outline: none;
    width: 32px;
}

.new-catalog-sect__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 45px 20px;
    padding-bottom: 90px;
}

/* ----------------- */

.new-catalog-sect__list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-catalog-sect__list-item .new-catalog-sect__list-price {
    margin-top: auto;
}

.new-detail__title-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 2px;
    padding-right: 2px;
}

.new-detail__title-gallery .gallery__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    /* border: 1px solid red; */
}

.new-detail__title-gallery .gallery__item {
    /* transition: all .25s ease-in-out; */
}

.new-detail__title-gallery .gallery__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* transition: all .25s ease-in-out; */
    pointer-events: none;
}

.new-detail__title-gallery .gallery__item:hover img {
    opacity: 1;
}

.new-detail__title-gallery .gallery__item:hover:before {
    background-color: #242730;
}

.new-detail__title-gallery .gallery__item::before {
    content: "";
    position: relative;
    display: block;
    /* width: 100%; */
    /* height: 2px; */
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: white;
    z-index: 10;
    margin-bottom: 2px;
    top: 16px;

    display: none;
}

.new-catalog-sect__list-item-image {
    position: relative;
    margin-bottom: 20px;
}

.new-catalog-sect__list-item-image:hover .new-catalog-sect__list-img img {
    opacity: 0;
}

/* body .new-detail__title-slider {
    display: block;
}

body .new-catalog-sect__list-item-image {
    display: none;
} */

@media screen and (min-width: 1350px) {
    body .new-detail__title-slider {
        display: none;
    }

    body .new-catalog-sect__list-item-image {
        display: block;
    }
}

body .new-detail__title-slider .swiper-pagination {
    /* display: none; */
    display: flex;
    bottom: 4px !important;
    width: 96%;
    margin: 0 auto;
    left: 2% !important;
    justify-content: center;
}

body .new-detail__title-slider .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 100%;
    height: 6px;
    width: 6px;
    /* padding-left: 2px;
        padding-right: 2px; */
    margin: 0 2px;
    /* border-radius: 0; */
}

body .new-detail__title-slider .new-detail__title-slider__btn {
    display: none;
}

@media screen and (max-width: 1350px) {
    body .new-detail__title-slider {
        display: block;
        order: initial !important;
        margin-bottom: 20px;
    }

    /* body .new-detail__title-slider .new-detail__title-slider__btn {
        display: none;
    } */

    body .new-detail__title-slider .swiper-pagination {
        /* display: none; */
        /* display: flex;
        bottom: 2px !important;
        width: 96%;
        margin: 0 auto;
        left: 2% !important;
        justify-content: center; */
    }

    body .new-detail__title-slider .swiper-pagination .swiper-pagination-bullet {
        /* display: block;
        width: 100%;
        height: 6px;
        width: 6px; */
        /* padding-left: 2px;
        padding-right: 2px; */
        /* margin: 0 2px; */
        /* border-radius: 0; */
    }

    body .new-catalog-sect__list-item-image {
        display: none;
    }

    body .new-catalog-sect__list-btn {
        padding: 8px;
    }

    body .new-catalog-sect__list-reviews {
        font-size: 14px;
    }
}

@media screen and (max-width: 450px) {
    body .new-catalog-sect__list {
        grid-template-columns: 1fr;
    }
}

/* ----------------- */

.new-catalog-sect__list-img {
    width: 100%;
    position: relative;
    display: block;
    /* margin-bottom: 15px; */
}

.new-catalog-sect__list-img::before {
    content: '';
    padding-top: 100%;
    display: block;
    width: 100%;
    background: #C6C6C6;

}

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

.new-catalog-sect__list-name {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    margin-bottom: 5px;
    text-decoration: none !important;
    display: block;
    margin-bottom: 5px;
}

.new-catalog-sect__list-desc {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 300;
    line-height: 18.2px;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.new-catalog-sect__list-price {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.new-catalog-sect__list-info {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}

.new-catalog-sect__list-rating {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 10px;
}

.new-catalog-sect__list-rating span {
    margin-left: 5px;
}

.new-catalog-sect__list-reviews {
    display: flex;
    justify-content: start;
    align-items: center;
}

.new-catalog-sect__list-reviews span {
    margin-left: 5px;
}

.new-catalog-sect__list-btns {
    display: flex;
    justify-content: start;
}

.new-catalog-sect__list-btn {
    width: 100%;
    padding: 15px 20px;
    background: #242730;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #242730;
}

.new-catalog-sect__list-btn:not(:last-child) {
    margin-right: 10px;
}

.new-catalog-sect__list-btn.--compare {
    border: 1px solid #787878;
    background: transparent;
    color: #787878 !important;
}

.new-catalog-slider {
    padding-bottom: 100px;
}

.new-catalog-slider__wrapper {}

.new-catalog-slider__header {
    margin-bottom: 45px;
    color: #000;
}

.new-catalog-slider-wrap {
    position: relative;
}

.new-catalog-slider__navs {}

.new-catalog-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-catalog-slider__nav.--prev {
    left: -40px;
}

.new-catalog-slider__nav.--prev svg {
    transform: scale(-1, 1);
}

.new-catalog-slider__nav.--next {
    right: -40px;
}

.new-catalog-slider__slider {
    overflow-x: hidden;
}

.new-catalog-slider__slide {}

.new-epilog {
    padding: 110px 0 110px;
    padding-top: 0;
}

.new-epilog__wrapper {}

.new-epilog .new-note {
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .new-epilog {
        display: none;
    }
}

.new-note-wrapper {
    height: 120px;
}


.new-catalog-sect__filters-form__left-item-content.range-conteiner {
    width: 245px;
    padding-right: 5px;
}

#slider-range {
    margin-top: 20px;
}

.slider-range__fields {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 26px;
}

.slider-range__fields .spacer {
    width: 10px;
    height: 1px;
    background: #222;
    display: block;
    margin: 0 3px;
    flex-shrink: 0;
}

.ui-widget.ui-widget-content {
    height: 2px;
    border: none;
    background: #BDBDBD;
}

.ui-slider .ui-slider-range {
    background: #000;
    border: none;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #CBCBCB;
    outline: none !important;
    top: -11px;
}

.price-range-field {
    display: block;
    width: 100%;
    max-width: 99px;
    padding: 6px;
    border: 1px solid #DDDDDD;
    background: #f8f8f8;
    outline: none !important;
}

.new-catalog-sect__filters-mobile {
    display: none;
}

.filters-trigger {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
    color: #222;
    cursor: pointer;
}

.filters-trigger svg {
    margin-right: 10px;
}

.search-trigger {
    cursor: pointer;
}

@media screen and (max-width: 950px) {
    .new-catalog-sect__filters-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 25px;
    }

    .new-catalog-sect__list {
        grid-template-columns: 1fr 1fr;
    }

    .new-catalog-sect__filters {
        flex-direction: column;
        justify-content: start;

    }

    .new-catalog-sect__filters-left {
        display: none;
    }

    .new-catalog-sect__filters-left.is-active {
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
    }

    .new-catalog-sect__filters-right {
        display: none;
    }

    .new-catalog-sect__filters-right.is-active {
        display: flex;
    }

    .new-catalog-sect__filters-form__left-item {
        width: 100%;
    }

    .new-catalog-sect__filters-form__left-item {
        border-top: 1px solid #C4C4C4;
    }

    .new-catalog-sect__filters-form__left-item__btn {
        margin-right: 0;
        margin-bottom: 0;
        margin-right: 0;
        padding: 10px 0;
        justify-content: space-between;
        width: 100%;
    }

    .new-catalog-sect__filters-form__left-item__btn svg {
        transform: rotate(-90deg);
    }

    .new-catalog-sect__filters-form__left-item-content {
        display: block;
        position: static;
        overflow: hidden;
        max-height: 0;
        transition: .3s;
        border: none;
    }

    .new-catalog-sect__filters-form__left-item-content.range-conteiner {
        width: 100%;
    }

    .new-catalog-sect__filters-form__left-item.is-active .new-catalog-sect__filters-form__left-item-content {
        max-height: 10000px;
    }

    .new-catalog-sect__filters-right {
        max-width: 100%;
    }

    .new-catalog-sect__filters-search {
        padding: 10px;
    }

    .new-catalog-sect__filters-search__submit {
        width: 42px;
    }
}


.new-detail__title-gallery__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
.new-detail__title-gallery__nav-item {
    content: "";
    position: relative;
    /* top: 16px; */
    display: block;
    width: 100%;
    height: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-bottom: 0px;
    background-color: white;
    z-index: 10;
}
.new-detail__title-gallery__nav-item:not(:last-child) {
    margin-right: 5px;
}
.new-detail__title-gallery__nav-item.--active {
    background-color: #242730;
}

.base__price_percent {
    text-decoration: none !important;
}