.popular-models-item {
    align-items: normal;
    padding: 8px 10px;
    font-weight: bold;
}

.section-item-top {
    margin-bottom: 1em;
}

.section-item-middle {
    margin-bottom: 1em;
}

.section-item-bottom {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.item-compare {
    position: absolute;
}

.item-compare-button {
    display: inline-block;
}

.item-compare-svg {
    width: calc(22px * .7);
    height: calc(26px * .7);
}

.item-compare-svg rect {
    fill: silver;
}

.item-compare-button.inCompare .item-compare-svg rect {
    fill: #960000;
}

.item-image {
    display: flex;
    justify-content: center;
    margin-bottom: .5em;
}

.item-obor {
    color: #0b419b;
}

.item-brand {
    color: #0b419b;
}

div.item-name a.item-link {
    color: #0b419b;
    font-weight: bold;
}

div.item-name a.item-link:hover {
    text-decoration: none;
}

.item-props-table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.item-props-table td {
    padding: 0;
    vertical-align: top;
    font-weight: 700;
}

.item-props-table td:nth-child(2) {
    padding-left: 4px;
}

.item-availability {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2em;
}

.item-availability-title {
}

.item-availability-value {
    text-align: right;
    color: #960000;
}

.item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: .3em .5em .4em;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(to top, #038a20, #42bd51);
    cursor: pointer;
}

.item-price-title {
}

.item-price-value {
}