.objects .corp-selector {
    margin-bottom: 20px;
}

.objects .corp-selector a {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #eee;
    color: #787878;
}

.objects .corp-selector a:hover, .objects .corp-selector a.active {
    background: #88584c;
    color: white;
}


.price__old{
    color: red;
    text-decoration: line-through;
    font-size: 12px;
}