.gallery-product {
    max-width: 1280px;
    margin:0 auto;
}

.gallery-product .gallery-title {
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
}

.gallery-product .gallery-title .inside-name {
    color: #813751;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 600px) {
    .gallery-product .gallery-title .inside-name {
        font-size: 11.7px;
    }
}

@media (min-width: 1000px) {
    .gallery-product .gallery-title .inside-name {
        font-size: 12.96px;
    }
}

@media (min-width: 1560px) {
    .gallery-product .gallery-title .inside-name {
        font-size: 14.76px;
    }
}

@media (min-width: 1900px) {
    .gallery-product .gallery-title .inside-name {
        font-size: 18px;
    }
}

.gallery-product img {
    width: 100%;
}

.gallery-product .photo-item-toggler {
    cursor: pointer;
    position: relative;
}

.gallery-product .photo-item-toggler.active .plashka {
    display: none;
}

.gallery-product .photo-item-toggler .plashka {
    background-color: rgba(179, 135, 151, 0.6);
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
}

.gallery-product .photo-item-toggler img {
    border: 3px solid #89435b;
    box-shadow: 5px 5px 5px 0px rgba(44, 44, 52, 0.2);
    width: 100%;
}

.gallery-product .photo-item-toggler .photo-title {
    position: absolute;
    height: 42px;
    background-color: rgba(149, 68, 79, 0.8);
    border-right: 3px solid #89435b;
    border-left: 3px solid #89435b;
    border-bottom: 3px solid #89435b;
    bottom: 0;
    width: calc(100% - 30px);
    font-size: 14px;
    color: white;
    line-height: 42px;
    padding-left: 20px;
    text-transform: uppercase;
}

.gallery-product .photo-item {
    padding: 5px;
    position: relative;
    min-width: 265px;
    width:25%;
    display: inline-block;
    float: none;
}

.tab-content .tab,.tab-content {
    width: 1080px;
    margin: 0 auto;
}

.gallery-product .photo-item img {
    border: 3px solid #89435b;
    box-shadow: 5px 5px 5px 0px rgba(44, 44, 52, 0.2);
    width: 100%;
    
}
.gallery-product .photo-item.height1 img{
    height: 180px;
}
.gallery-product .photo-item.height2 img{
    height: 370px;
}
@media screen and (min-width:1440px) {
    .gallery-product .photo-item{width:24%;}
    .gallery-product .photo-item img{height:190px;}
}
.gallery-product .photo-item .photo-title {
    position: absolute;
    height: 42px;
    background-color: rgba(149, 68, 79, 0.8);
    border-right: 3px solid #89435b;
    border-left: 3px solid #89435b;
    border-bottom: 3px solid #89435b;
    bottom: 6px;
    width: calc(100% - 10px);
    font-size: 14px;
    color: white;
    line-height: 42px;
    padding-left: 20px;
    overflow: hidden;
    text-align: left;
}

.gallery-product .category-photo {
    margin-bottom: 40px;
}

.gallery-product .category-photo.with-product {
    display: none;
}
