.wrapper , .page {
    overflow: clip !important;
}
.wrapper .page .grid-catalog.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.wrapper .page .sort .border {
    padding: 20px 40px;
    display: flex
;
    justify-content: space-between;
}
.content.content-catalog {
    width: 100%;
    padding-right: 200px;
}
.content-catalog {
    display: flex;
}
.sort .border {
    width: 100%;
}

.content-head-catalog {
    padding-left: 193px;
}



 .filter-aside {
    position: sticky;
    position: -webkit-sticky; /* Для Safari */
    left: 0;
    top: 78px;
    /* overflow: clip; */
    width: 393px;
    min-width: 393px;
    height: calc(100% - 78px);
    overflow-y: auto;
}

.filter-aside__body {
    padding-top: 29px;
    padding-left: 27px;
    padding-right: 16px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}


.sort .border {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}


.wrapper .filter-aside__item {
}
.wrapper .filter-aside__item-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 129%;
    color: #292929;
    margin-bottom: 11px;
}
.wrapper .filter-aside__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 44px;
}
.wrapper .filter-aside__list-link {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wrapper .filter-aside__list-link:hover span.text  {
    color: #fc5521;
}
.wrapper .filter-aside__list-link span.text {
    display: block;
    border-radius: 10px;
    padding: 12px 13px 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: #292929;
    flex: auto;
    transition: all 0.3s ease  0s;
}
.wrapper .filter-aside__list-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 152%;
    text-align: center;
    color: #fc5521;
    width: 22px;
    height: 22px;
}
.wrapper .filter-aside__list-link.selected span.text {
    background: rgba(41, 41, 41, 0.05);
}

.wrapper .filter-aside__list-link.selected .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 152%;
    text-align: center;
    color: #fc5521;
    width: 22px;
    height: 22px;
    margin-right: -5px;
    opacity: 0;
}


.filter-aside__head {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    background: #fff;
    gap: 10px;
}
.filter-aside__head-back {
    height: 100%;
    width: 50px;
}
.wrapper .filter-aside__head-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 129%;
    color: #000;
}
.filter-aside__head-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
}


.filter-aside__checkbox-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;
}
.filter-aside__checkbox-row.b-m {
    margin-bottom: 50px;
}
.filter-aside__checkbox {
    display: flex;
    align-items: center;
    height: 44px;
    font-weight: 500;
    font-size: 17px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: #292929;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
}
.filter-aside__input {
    display: none;
}
input.filter-aside__input:checked + .filter-aside__checkbox-body .filter-aside__checkbox-icon  {
    color: #fc5521 ;
}
.filter-aside__checkbox-body {
    display: flex;
    align-items: center;
    gap: 17px;
}

.filter-aside__checkbox-body p {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: #292929;
}
.filter-aside__checkbox-body p .min {
    font-weight: 400;
    font-size: 13px;
    line-height: 138%;
    letter-spacing: -0.03em;
    color: #292929
}
.filter-aside__checkbox-body b {
    font-weight: 500;
}
.wrapper .filter-aside__checkbox-icon {
    font-weight: 400;
    font-size: 15px;
    line-height: 152%;
    text-align: center;
    color: #00000000;
    border: 0.50px solid #4e4e4e;
    border-radius: 2px;
    width: 21px;
    height: 21px;
    transition: all 0.1s ease  0s;
}



.range {
    margin-bottom: 32.5px;
}
.range.b-m {
    margin-bottom: 55px;
}
.wrapper .range__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #292929;
    margin-bottom: 12px;
}
.range__row-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 37.5px;
}
.range__item-input {
    display: flex;
    align-items: start;
    border: 0.50px solid #4e4e4e;
    border-radius: 10px;
    padding: 11px 16px;
    font-weight: 400;
    font-size: 17px;
    line-height: 129%;
    color: #292929; 
    width: auto;
    min-height: 0;
}
.range__item-input input {
    display: inline-block;
    border: none;
    padding: 0;
    min-width: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 129%;
    color: #292929;
    /* width: 100%; */
    /* flex: auto; */
}
.range__item-input p {
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 129%;
    color: #292929;
}
.range__item-input p:first-child {
    margin-right: 8px;
}


.filter-aside__btn-row {
    position: sticky;
    z-index: 10;
    bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 27px;
    padding-right: 16px;
    background: #fff;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
}
.filter-aside__btn {
    font-weight: 400;
    font-size: 17px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: #fff !important;
    background: #fc5521;
    border-radius: 12px;
    padding: 15px 20px 13px;
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease  0s;
}
.filter-aside__btn:hover {
    background: #f94b16;
}


@media(max-width:1440px){
    .content.content-catalog {
        width: 100%;
        padding-right: 180px;
    }
    .wrapper .page .grid-catalog.grid {
        grid-template-columns: 1fr 1fr;
    }
    .content-head-catalog {
        padding-left: 210px;
    }
}


@media(max-width:1380px){
    .filter-aside {
        position: fixed;
        top: 0;
        left: -150%;
        z-index: 1300;
        background: #fff;
        height: 100%;
        max-width: 400px;
        transition: all 0.3s ease-in-out  0s;
    }
    .filter-aside.open {
        left: 0;
    }
    .filter-aside__body {
        padding-left: 16px;
    }

    .content.content-catalog {
        width: calc(100% - 360px);
        padding-right: 0;
    }
    .filter-aside__head {
        display: flex;
    }
    .content-head-catalog {
        padding-left: 0;
    }
}

.content-catalog__row-button-open-filter {
    display: none;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    height: 50px;
}
.wrapper .content-catalog__button-open-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #ff570f;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease  0s;
    cursor: pointer;
}
.content-catalog__button-open-filter svg {
    width: 22px;
    height: auto;
}
.wrapper .content-catalog__button-open-filter:hover {
    background: #f4f2f2;
}
.content-catalog__button-open-filter span {
    margin-top: 2px;
}


@media(max-width:1380px){
    .content-catalog__row-button-open-filter {
        display: flex;
    }
}
@media(max-width:1240px){
    .content.content-catalog {
        width: calc(100% - 100px);
    }
}

@media(max-width:950px){
    .content.content-catalog {
        width: calc(100% - 30px);
    }
    .wrapper .page .catList_typePos {
        padding: 0;
    }
}

@media(max-width:768px){
    .wrapper .page .sort .border {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sort .border {
        border: none;
    }
}
@media(max-width:650px){
    .wrapper .page .grid-catalog.grid {
        grid-template-columns: 1fr;
    }
    .content.content-catalog {
        width: 100%;
    }
    .wrapper .page .catList_typePos {
        padding: 0 15px;
    }
    .wrapper .content-catalog__button-open-filter {
        font-size: 14px;
    }
    .wrapper .content-catalog__button-open-filter svg {
        width: 18px;
    }
}


@media(max-width:550px){
    .filter-aside {
        width: 100%;
        max-width: 100%;
    }
}

