.check-mark {
    height: 50px;
    margin-right: 15px;
}
.zimnee .item{
	margin-bottom: 15px;
}
.descriptions.col {
	width: 70%;
    flex: 0 0 auto;
	order: 1;
	display: flex; 
    flex-direction: column;
    justify-content: center;
	gap: 30px;
}
.zimnee .item-img-block {
	order: 2;
}
.zimnee .item:nth-child(2n) .descriptions.col{
	order: 3;
}
.item-tile-new .tile-action {
    margin-top: 30px;
}
.main-section-box .inner-wrap {
	padding-top: 0 !important; 
}
@media (max-width: 1024px) {
	.descriptions.col {
		width: 100%;
        margin-bottom: 30px;
    }
}