.pages-navigation-wrapper{
   padding: 20px 0 calc(10px + 10 * (100vw / 1920)) 0;
}

.main-gallery-catalog-card{
    width: auto;
    justify-content: flex-start;
}













/* ----------------------------------------------------------------------------------> */
/* Карточка товара */

.card-product{
    padding: 0 0 calc(60px + 20 * (100vw / 1920)) 0;
}

.card-product-container{
    display: flex;
    justify-content: space-between;
}

.card-product-img-big{
    max-width: 540px;
    border-radius: 20px;

    margin-bottom: 20px;
}

.card-product-small-imgs{
    display: flex;
    justify-content: space-between;
}

.card-product-img-small{
    width: calc(70px + 90 * (100vw / 1920));
    border-radius: 20px;
}

.card-product-article{
    max-width: 540px;
}

.card-product-owner{
    font-size: calc(14px + 4 * (100vw / 1920));
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #2E3342;
    
    
    margin-bottom: 4px;
}

.card-product-title{
    margin-bottom: 20px;
}

.card-product-characteristic{
    padding: 15px 0;
    border-bottom: 1px solid #E4E3E3;
}

.card-product-characteristic1{
   padding-top: 0;
}

.card-product-characteristic2{
    margin-bottom: 20px;
}

.card-product-characteristic span{
    font-weight: 500;
}

.card-product-characteristic span small{
    font-weight: 300;
}

.card-product-desc{
    display: inline-block;

    font-weight: 300;

    
    margin-bottom: 5px;
}

.card-product-desc-p{
    max-width: 493px;

    font-size: calc(12px + 2 * (100vw / 1920));
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #2E3342;

    margin-bottom: calc(20px + 10 * (100vw / 1920));
}

.card-product-price{
    width: 155px;

    display: flex;
    justify-content: space-between;

    margin-bottom: calc(19px + 6 * (100vw / 1920));
}

.card-product-price span{
    font-weight: 300;
}

.card-product-price h5{
    font-size: 22px;
    font-weight: 600;
}

.card-product-btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-to-card-btn{
    width: calc(184px + 50 * (100vw / 1920));
    padding: 18px 0;

    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.add-to-card-btn svg{
    margin-right: 5px;
}


.add-to-fav-wrapper{
    display: flex;
    align-items: center;
}

.add-to-fav-wrapper button{
    width: calc(42px + 6 * (100vw / 1920));
    height: calc(42px + 6 * (100vw / 1920));
    border-radius: 50%;
    background-color: #F7F7F7;

    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-right: calc(6px + 4 * (100vw / 1920));
}

.add-to-fav-wrapper button:hover{
    background-color: transparent;
}

.add-to-fav-wrapper span{
    font-size: calc(16px + 2 * (100vw / 1920));
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: #B48E50;
}

/* ----------------------------------------------------------------------------------> */













/* ----------------------------------------------------------------------------------> */
/* Вам может понравиться */

.you-may-like{
    padding: 0 0 calc(60px + 17 * (100vw / 1920));
}

.you-may-like-h3{
    margin-bottom: calc(20px + 10 * (100vw / 1920));
}

.you-may-like-slider-content{
    display: flex;
    justify-content: space-between;
}

.you-may-like-item{
    width: calc(220px + 35 * (100vw / 1920));
    text-align: center;
}

.you-may-like-img{
    width: calc(220px + 35 * (100vw / 1920));

    margin: 0 auto;

    margin-bottom: calc(10px + 6 * (100vw / 1920));
}

.you-may-like-h5{
    margin-bottom: 8px;
}

.you-may-like-item small{
    display: block;

    font-size: calc(14px + 2 * (100vw / 1920));
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #2E3342;

    margin-bottom: calc(4px + 2 * (100vw / 1920));
}

.you-may-like-item small span{
    font-weight: 400;
}

.you-may-like-item small:last-child{
    margin-bottom: 0;
}

.you-may-like-price{
    font-weight: 700;
}

/* ----------------------------------------------------------------------------------> */













@media(max-width: 1239px){
    .you-may-like-h3{
        text-align: center;
    }
}

@media(max-width: 1150px){
    .card-product-container{
        flex-direction: column;
        align-items: center;
    }

    .card-product-imgs{
        margin-bottom: 15px;
    }

    .card-product-img-big{
        max-width: 100%;
    }

    .card-product-article{
        width: 100%;
    }

}

@media(max-width: 505px){
    .card-product-btns{
        flex-direction: column;
        align-items: flex-start;
    }

    .add-to-card-btn{
        margin-bottom: 20px;
    }
}