#tile-list {
    margin-top: 50px;
}

.news-v1 .news-v1-in {
    position: relative;
    margin-bottom: 20px;
    background: #FAFAFA;
	border: 1px solid rgba(51, 51, 51, 0.1);
    /*height: auto !important;*/
}

.news-v1 .news-v1-in > a {
	height: 250px;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	background-size: 100%;
	background-position: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.news-v1 .news-v1-in:hover > a {
	background-size: 110%;
}

.news-v1 .news-v1-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 0 !important;
    border: none;
}

.news-v1 h3 {
    min-height: 110px;
}

.news-v1 .news-sect-title {
    display: flex;
    height: 105px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.news-v1 .news-sect-title a {
    color: #555;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.tkan-price {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    flex-grow: 0;
}

.tkan-price span {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
}

.pb-32 {
    padding-bottom: 32px;
}

.text-description h2 {
    margin: 38px 0;
}

table.price td[colspan="5"] {
    position: relative;
    background-color: #E3E3E3;
    box-sizing: border-box;
    padding-top: 62px;
    border: 0px;
}

table.price td[colspan="5"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
}

table.price tr:first-child td[colspan="5"]::before {
    content: unset;
}

table.price tr:first-child td[colspan="5"] {
    padding-top: 12px;
}

@media (max-width: 576px) {
    .news-v1 .news-v1-in > a{
        height: 150px;
    }
    #tile-list {
        margin-top: 40px;
    }
    #tile-list>.row {
        margin-right: -8px;
        margin-left: -8px;
    }
    .tkan .col-xs-6 {
        padding-right: 4px;
        padding-left: 4px;
    }
    .news-v1 .news-sect-title {
        height: 85px;
    }
    .tkan-price, .tkan-price span {
        font-size: 14px;
        line-height: 18px;
    }
    .pb-8 {
        padding-bottom: 8px;
    }
    #tile-list div.modern-page-navigation {
        padding: 2em 0;
    }
    .text-description h2 {
        margin: 40px 0 24px;
    }
    .print-assortment-container .zakaz {
        width: 100%;
    }
    .print-assortment-container .zakaz .btn-u,
    .price a {
        width: 100%;
        text-align: center;
    }
    .price {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}