
.catalog > .title {
    margin-bottom: 55px;
}

.catalog{
    margin-bottom: 80px;
}

.figures-wrap{
    padding: 70px 0 80px;
}
.advantages-block__title{
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
}

.catalog__sort, .filter{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
}

.filter__item{
    padding: 19px 14px;
    border: 2px solid #EDECE8;
    background-color: transparent;
    color: #464646;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
    /* flex-grow: .2; */
    margin-right: 20px;
}
.filter__item:last-child{
    margin-right: 0px;
}

.filter__item_active, .filter__item:hover{
    background-color: #3C4D5B;
    border: 2px solid #3C4D5B;
    color: #FFFFFF;
}

.card-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.card-list__item{
    margin: 0;
    padding: 0;
}

.product{
    display: flex;
    flex-direction: column;
    min-height: 470px;
    width: auto;
    max-width: 290px;
    padding: 30px 25px;
    /* flex-grow: 1; */
    background-color: transparent;
    border: 2px solid #FFFFFF;
    transition: .3s;
}
.product-photo-wrap{
    display: flex;
    height: 220px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 25px;
}

.product:hover{
    border: 2px solid #EDECE8;
}

.product__photo{
    display: block;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.product__title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #464646;
}

.product__subtitle{
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color:#464646;
}

.product__price{
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    color: var(--pomegranate-color);
}

.product__buy-button{
    position: relative;
    width: 100%;
    margin: auto;
    padding: 20px 40px;
    background: transparent;
    border: 2px solid #3C4D5B;
    color: #464646;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    transition: .3s;
    z-index: 5;
}
.product__buy-button > p {
    color: #464646;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
    z-index: 10;
}
.product__buy-button::after{
    position: absolute;
    content: '';
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #3C4D5B;

    transition: .3s;
    z-index: -5;
}
.product__buy-button:hover::after{
    left: 0%;
}
.product__buy-button:hover > p{
    color: #FFFFFF;
}

.breadcrumbs{
    margin: 25px 0 25px 40px;
}

.breadcrumbs__list{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0px; 
    padding-left: 0px;
}

.breadcrumbs__item{
    font-weight: 400;
    list-style-type: none;
    color: #989898;
    padding-left: 20px;
}

.breadcrumbs__item:nth-child(1){
    padding-left: 0px;
}

.breadcrumbs__link{
    display: flex;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-decoration: none;
    color: #000000;
}

.breadcrumbs__link::after{
    transform: translateY(3px);
    padding-left: 20px;
    content: url('../image/arrow-right.svg');

}
.no-item-banner{
    position: relative;
    max-width: 100%;
    display: flex;    
    align-items: flex-start;
    padding: 55px 50px;
    border: none;
}
.no-item-banner.hide{
    display: none;
}
.no-item-banner:hover{
    border: none;
}
.no-item-banner_one-column{
    width: 360px;
    grid-column: span 1;
    padding: 45px 35px;
    background-color: #3C4D5B;
    color: #FFFFFF;
}
.no-item-banner_two-column{
    grid-column: span 2;
    background-color: #F3F2ED;
}
.no-item-banner_two-column_with_one{
    width: 514px;
}
.no-item-banner_three-column{
    grid-column: span 3;
    background-color: #F3F2ED;
}
.no-item-banner__title{
    margin-bottom: 35px;
}
.no-item-banner__title_normal{
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}
.no-item-banner__title_big{
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
}
.no-item-banner__paragraph{
    max-width: 70%;
    width: 100%;
    margin-bottom: 60px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.no-item-banner_one-column .no-item-banner__paragraph{
    max-width: 100%;
}
.no-item-banner__image{
    position: absolute;
    bottom: 40px;
    right: 50px;
    display: block;
    max-width: 100%;
    width: auto;
}

@media screen and (max-width: 1450px) {
    .card-list{
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1100px) {
    .card-list{
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-width: 840px) {
    .card-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

