/*  Структура каталогов   */
.Front_VM2 {
	position: relative;
    display: flex;
}

.category-view .marg {
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

    .cat_row {
       float: left;
       width: 203px;
       height: 240px;
    }
@media only screen and (max-device-width: 650px) {
    .cat_row {
		float: left;
        width: 50%;
		height: 240px;
	}
}
.cat_row .category {
    margin: 10px 10px 10px 10px;
    padding: 10px;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0 0 5px #d8d8d8;
    border-radius: 6px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    height: 210px;
}
.cat_row .category, div.product-related-categories .product-field .product-field-display, div.vmproduct_tabs li .product-box, ul#slider_izotop li .product-box, .layout2 ul#slider_izotop .product-box.hover:hover {
    border-bottom: 3px solid #3a7e3c;
}
.cat_row .category:hover {box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);}
.category {
    border: none;
    position: relative;
    display: block;
}
.cat_row .category h2 {
    min-height: 150px;
}
.cat_row .category h2 {
    margin: 0;
    padding: 0;
    padding-top: 0px;
}
.cat_row .category a {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}
.cat_row .category a {
    color: #1b1b1b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.0;
    font-weight: 700;
    /* text-transform: capitalize; */
    text-decoration: none;
    text-align: center;
}
.cat_row .category h2 img {
    max-height: 190px;
	width: 100%;
    vertical-align: middle;
    text-align: center;
}
.cat_row .category .category-title {
    padding-top: 15px;
    padding-bottom: 20px;
    vertical-align: middle;
    text-align: center;
	font-size: 12px;
    font-size: 1.5vh;
}
.clear {
    clear: both;
    height: 0;
}
/*  конец Структура каталогов   */