.offer-on-order .abs-offer-condition-group a.abs-offer-condition-item.abs-inline-hint-valid {
color: green;
}

div.notify {
background-color: #000;
border-color: #000;
}

.jota-companies {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.abs-col-result-list .abs-offer-table table tr th {
max-width: 260px;
}

.abs-col-result-list .abs-offer-table table tr td {
max-width: 260px;
}

@media(min-width:768px) {
.abs-col-result-list .abs-offer-table .abs-layout-vertical .touch-qnt {
width: auto;
align-items: center;
}
}