.category1 {
    width: 15vw;
    height: 420px;
    margin: 0 1vw;
    overflow: hidden;
}
.category2 {
    width: 15vw;
    height: 420px;
}
.category-top{
    height: calc(48.7% - 0px);
    display: block;
    position: relative;
}
.category3 {
    width: 27vw;
}
.category3 img{
    max-width:100%;
    height: 100%;
}
.category2 .category-top+.category-top{
    margin-top: 7%;
}
.category4 {
    width: 15vw;
}

.category5 {
    width: 41.3%;
    height: calc(48% - 10px);
}
.gallery_page .grid{
    display: flex;
    justify-content: center;
    align-content: space-between;
    height: 420px;
    overflow: hidden;
}
.gallery_page .grid>span {
    position: relative;
    float: left;
    margin: 0 1vw;
    overflow: hidden;
}

.gallery span a.complete:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    transition: all 350ms linear;
    opacity: .50;
    z-index: 2;
    background-color: #000;
}
.gallery span a.complete:hover:before{
    background-color:transparent;
}
.gallery .grid span.lg:hover .category-over, .gallery .grid span span.sm:hover .category-over{
    right: 0;
}
.gallery .grid span.lg:hover .article-link,.gallery .grid span span.sm:hover .article-link{
    opacity:1;

}
.grid .article-link:hover{
    background: #ff0000;
}
.grid .article-link{
    color: #fff;
    margin:0;

}
.category-over{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transition: all 350ms ease-out;
    text-transform: uppercase;
    z-index: 3;
    opacity: .70;
    background-color: #b60e0e;
}
.grid .category-over h3{
    transform: translate(-50%, -50%);
    position: relative;
    display: block;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    left: 50%;
}
.pin_product_el{
    width: 100% !important;
    height: auto !important;
}
.pin_product_el center{
    margin-bottom: 15px;
    padding:0 15px;
    text-align: center;
}
.pin_product_el b{
    font-size: 21px;
}
.pin_product_el img{
    display: none;
}
.leaflet-interactive{
    stroke:#b92504 !important;
    fill:#fff !important;
}

.leaflet-container .pin_product_el a,.reset_zoom
{
    padding: 5px 30px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #b60e0e;
    color: white;
    margin: 0 auto;
    display: table;
    text-decoration: none;
    width: 100%;
    text-align: center;
}
.pin_modul > div{
    margin-top:10px;
}
.reset_zoom{
    display: inline;
}
