.content-catalog, .content-catalog-wrap{
    display: flex;
}
.catalog-sections {
    display: flex;
    flex-direction: row;
}
.catalog-sections .catalog-section {
    padding: 6px 10px 8px;
    color: #333;
    color: var(--dark);
    margin-right: 8px;
    position: relative;
    display: block;
    line-height: 16px;
    border: 1px solid #fff;
    border-color: var(--border-gray);
    border-radius: 0.25rem;
    text-decoration: none;
    font-size: 13px;
}
.catalog-section.active {
    background-color: #cd1515;
    color: white;
    font-weight: 700;
    border-radius: 0.25rem 0 0  0.25rem ;
    margin-right: 0;
    border-right-width: 0;
}
.catalog-section.close {
    background-color: #38312e;
    color: white;
    font-weight: 700;
    border-radius: 0 0.25rem 0.25rem 0;
    opacity: 1;
}
.catalog-section:hover {
    border-color: var(--border-gray);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%);
    z-index: 1;
}
.catalog-section.active:hover {
    box-shadow: none;
}
.catalog-section-item {
    margin-right: -1px;
    margin-bottom: -1px;
    position: relative;
    background: #fafafa;
    margin-right: -1px;
    margin-bottom: -1px;
    position: relative;
    background: #fafafa;
   width: 100%;
   max-width: 25%;
   z-index: 995;
   border: 1px solid #dee2e6 !important;
}
.catalog-section-item .title {
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
    color: #000;
    min-height: 2rem;
    display: flex;
    font-family: "Geologica-ExtraLight";
    text-transform: unset !important;
    height: 130px;
}
.catalog-section-item .price {

    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    color: var(--dark);
    font-family: Roboto;
    font-weight: 700;
    white-space: nowrap;

}

.rate {
    color: var(--main-primary-color);
    display: none;
}
.section-old-price {
    display: flex
;
    gap: 5px;
    align-items: center;
}
.catalog-section-item .price {
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    color: var(--dark);
    font-family: Roboto;
    font-weight: 700;
    white-space: nowrap;
}
.price--pt {
    padding-top: 2px !important;
}
.section-old-price-percent {
    font-size: 12px;
    color: #fff;
    background: linear-gradient(90deg, rgba(227, 23, 23, 1) 0%, rgba(242, 92, 92, 1) 35%);
    width: 43px;
    height: 17px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.section-old-price-val {
    width: 100%;
    text-decoration: line-through;
    font-size: 18px;
    /* font-weight: 600; */
    color: #aaa;
}

.catalog-section-item-wrapper {
    background: #FFF;
    padding: 30px;
    transition: box-shadow 0.4s;
    min-height: 100%;
    /* justify-content: space-between; */
    display: flex
;
    flex-direction: column;
}
.catalog-section-item-top {
    display: flex
;
    align-items: end;
}
.catalog-section-item-image {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #aaa;
    border: #fafafa 1px solid;
    margin-bottom: 1rem;
    width: 100%;
}
.catalog-section-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#catalogBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


@media (min-width: 768px) {
    .catalog-section-item:hover .catalog-section-item-wrapper {
        margin: -10px -10px 0 -10px;
        padding: 40px 40px 0 40px;

        box-shadow: 0 0 25px rgb(0 0 0 / 30%);
/*
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        position: absolute;
*/
        min-height: calc(100% + 20px)
    }
}

.action__link{
    padding: 0 !important;
}
.catalog-section-item-purchase-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -44px;
    overflow: hidden;
    z-index: -1;
}
.catalog-section-item-purchase-container>a {
    text-decoration: none;
}
.action-label{
    padding: 5px 0;
    max-width: 100%;
}
.catalog-section-item-purchase-button {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.intec-cl-background {
    background-color: #000 !important;
    fill: #000 !important;
}
.catalog-section-item:hover{
    z-index: 401 !important;
}
.catalog-section-item-purchase-container:hover {
    z-index: 100;
}

#page {
    background-color: #fff;
}
.catalog-section-item-advanced{
    display: none;
}
.project{
    position: absolute;    
    margin-bottom: 30px;
    margin-left: 115px;
    max-width: 155px;
    padding: 5px;
}
.project-link{
    text-decoration: none !important;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
}
.project-link-title{
    color: #fff !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}
.project-link-text{
    color: #fff !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
}
.project::before{
    content: '';
    margin-top: -10px;
    padding-top: 0;
    position: relative;
    bottom: -43px;
    left: 119px;
    border-width: 12px 0 0 10px;
    border-style: solid;
    display: block;
    width: 0;
}
.project--red{
    background: linear-gradient(#F51982, #DD3686);
}
.project--red::before{
    border-color: #DD3686 transparent;
}
.project--green{
    background: linear-gradient(#2ACE30, #00B403);
    margin-left: 92px;
}
.project--green::before{
    border-color: #00B403 transparent;
    left: 92px;
}
.label-discount{
    width: max-content;
    position: absolute;
    right: 40px;
    top: 70px;
}
.label-discount-link{
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    background-color: #e75f0b;
    padding: 1px 5px;
} 
.catalog-pagination{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
}
.content-catalog-sort{
    cursor: pointer;
}
.content-catalog-top{
    padding-bottom: 20px;
}
.catalog-sort{
    color: var(--color-black);
    font-size: 16px;
}
.content-catalog-right{
    width: 100%;
    max-width: 100%;
}
.content-catalog-wrap{
    width: 100%;
}
.content-catalog-mobile-filter-toggle{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.content-catalog-mobile-filter-toggle-pic{
    display: flex;
}
@media(max-width: 1400px){
    .project{
        margin-left: 11px;
    }
    .project--green{
        margin-left: 53px;
    }
}
@media(max-width: 1200px){
    .project-link-text, .project-link-title{
        font-size: 8px;
    }
    .project::before{
        bottom: -38px;
        left: 97px;
    }
    .project--green {
        margin-left: 39px;
    }
    .project--green::before{
        left: 66px;
    }
}
@media(max-width: 1024px){
    .catalog-section-item{
        max-width: 33%;
    }
}
@media(max-width: 992px){
    .project::before{
        bottom: -38px;
        left: 97px;
    }
    .project {
        margin-left: 45px;
    }
    .project--green {
        margin-left: 80px;
    }
    .project--green::before{
        left: 66px;
    }
    .catalog-section-item{
        max-width: 49%;
    }
}
@media(min-width: 768px){
    .content-catalog-mobile-filter-toggle{
        display: none;
    }
}
@media(max-width: 768px){
    .project {
        margin-left: 67px;
    }
    .project--green {
        margin-left: 100px;
    }
    .project--green::before {
        left: 65px;
    }
    .content-catalog-top{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: start;
        gap: 15px;
    }
    .bx-filter{

    }

}
@media(max-width: 575px){
    .project--green, .project{
        margin-left: 0;
        position: absolute;
        right: 40px;
    }
}
@media(max-width: 440px){
    .catalog-section-item{
        max-width: 100%;
    }
}