.catalog-item__price {
    text-align: left;
    font: bold 17px "Roboto", Sans-Serif;
    color: #000000;
    margin: 5px 0 0;
}

.table_item .likes_icons.cant_buy {
    margin-left: 0;
}

.likes_icons.cant_buy a.compare_item {
    position: static;
    margin: 0;
}

.mark-icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

@media (max-width: 450px) {
    .mark-icons {
        display: none;
    }
}

.mark-icons__item {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f0f1f3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
}

.mark-icons__item + .mark-icons__item {
    margin: 10px 0 0 0;
}

.mark-icons__item:hover {
    background: #1890dd;
}

.mark-icons__item:hover .icon-mark {
    fill: #ffffff;
    stroke: #ffffff;
}

.mark-icons__item:hover .mark-icons__item-desc {
    opacity: 1;
    pointer-events: auto;
}

.mark-icons__item-desc {
    position: absolute;
    top: 50%;
    right: calc(100% + 9px);
    transform: translate(0, -50%);
    color: #ffffff;
    background: #434851;
    border-radius: 5px;
    padding: 2px 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    font: 300 14px/100% "Roboto", Sans-Serif;
}

.mark-icons__item-desc::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 1px);
    transform: translate(0, -50%);
    border: 5px solid transparent;
    border-left: 5px solid #434851;
}

.icon-mark {
    width: 18px;
    max-width: 18px;
    min-width: 18px;
    height: 26px;
    enable-background: new 0 0 24 26;
    fill: #1890DD;
    stroke: #1890DD;
    transition: fill .3s ease, stroke .3s ease;
}

.title-section--mt--70 {
    margin: 0 !important;
}

.catalog-top {
    margin-bottom: 70px;
}