code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	margin:1em 0;
	background-color:#F5F5F5;
	font-family:sans-serif;
}
.productList {
    display: flex;
    flex-wrap: wrap;
}

.productList .col {
    width: 33.333%;
    margin: 0 0 24px;
}

.productList .news-row {
    height: 100%;
    text-align: center;
}

.productList .news-row.cert a.product-preview {
    width: 100%;
    margin: 0 0 12px!important;
}

@media (max-width: 991px) {
    .productList .col {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .productList .col {
        width: 100%;
    }
}




.sectionCatalog .title-category {
    margin: 21px 0;
    display: block;
}

.sectionCatalog .group {
    display: flex;
    flex-wrap: wrap;
}

.sectionCatalog .col {
    float: none;
    width: 33.333%;
    margin: 0 0 30px;
}

.sectionCatalog .catalog-item {
    min-height: 64px;
    height: 100%;
    padding-top: 16px;
}

.sectionCatalog .catalog-item a {
    display: block;
    transition: all .3s ease;
}

.sectionCatalog .catalog-item a:hover {
    color: #225c99;
}

@media (max-width: 767px) {
    .sectionCatalog .col {
        width: 50%;
    }

    .sectionCatalog .catalog-item {
        padding: 16px;
    }
}
.news-row.catalog-item{
    font-size: 17px;
}
.catalog-item .price-block .order-form-link{
    visibility: inherit!important;
}