.product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 1% 32px 1%;
}
.product aside {
    width: 62.5%;
}
.galery .carousel__slide {
    width: 100% !important;
}
.galery .carousel__slide::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.667%;
}
.galery .carousel__slide img {
    object-fit: contain;
}
.thumb-gallery {
    margin: 8px 0 0 0;
}
.thumb-gallery .carousel__slide {
    width: auto;
    margin: 0 2px;
    cursor: pointer;
}
.thumb-gallery .carousel__slide img {
    position: relative;
    height: 64px;
    width: auto;
}
.slid-img {
    margin: 16px 1%;
}
.slid-img .carousel__slide {
    width: 20% !important;
    height: fit-content;
    margin-right: 8px;
}
.slid-img .carousel__slide::before {
    display: block;
    content: "";
    padding-top: 100%;
}
.slid-img .carousel__slide img {
    object-fit: contain;
    background: var(--smoky);
}
.product article {
    width: 32.5%;
}
.product h1 {
    text-align: left;
    font-size: 28px;
    text-wrap: inherit;
}
.good-price {
    text-align: right;
}
@media only screen and (max-width:960px) {
    .product aside,
    .product article {
        width: 100%;
    }
}

.exhibition-main{
    float: right;
    width: 20%;
    padding: 10px;
}

@media only screen and (min-width:640px) and (max-width:1024px) {
    .exhibition-main {
        width: 30%;
    }
}
@media only screen  and (max-width:639px) {
    .exhibition-main {
        width: 35%;
    }
}

.more-pic{
    background: var(--salat);
    text-decoration: none;
    color: var(--white);
    padding: 8px 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

.more-pic:hover{
    color: var(--white);
    font-weight: bold;
}

.view-more {
    text-align: center;
    padding: 10px;
}