.panel_theme_realty .panel__body .offer-item_theme_realty {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
}

.offer-item_theme_realty {

    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;

    &:last-child {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .offer-item__main {
        display: flex;
    }

    .offer-item__gallery {
        flex-shrink: 0;
        width: 205px;

        .offer-item__container {
            position: relative;
            z-index: 1;
            overflow: hidden;
        }
    }

    .offer-item__brazzers {
        position: relative;
        bottom: auto;
        height: 154px;
    }

    .offer-item__wrapper {
        display: flex;
        margin: 0 0 0 15px;
        width: 100%;

        font-size: 15px;
        line-height: 20px;
    }

    .offer-item__column {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        justify-content: space-between;
        min-height: 154px;

        &.offer-item__column_left {
            width: 75%;
        }

        &.offer-item__column_middle {
            width: 20%;
            justify-content: flex-start;
        }

        &.offer-item__column_right {
            width: 5%;
            justify-content: flex-start;
        }
    }

    .offer-item__column-row {
        display: flex;
    }

    .offer-item__column-row.offer-item__column-row_flex_end {
        align-items: flex-end;
        flex-direction: row-reverse;
    }

    .offer-item__title {
        margin: 0 16px 8px 0;
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;

        .link:visited {
            color: #878787;
        }

        .offer-item__link-area {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
    }

    .offer-item__address {
        font-size: 13px;
        line-height: 16px;
        color: rgba(0,0,0,.5);
        z-index: 2;
    }


    .offer-item__price,
    .offer-item__price-detail  {
        z-index: 2;
        margin: 0 0 6px;
    }

    .offer-item__price {
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
    }

    .offer-item__price-detail {
        font-size: 13px;
    }

    .offer-item__fields {
        margin-bottom: 8px;
        z-index: 2;


        .offer-item__field-option {
            display: flex;
            flex-direction: row;
            font-size: 14px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: rgba(0,0,0,.5);
        }

        .offer-item__field-option-name {
            color: #000;
        }

    }

    &:hover .offer-item__actions{
        display: flex;
    }

    .offer-item__actions {
        align-items: stretch;
        flex-direction: column;
        display: none;

        .button:first-child {
            margin-top: 0;
            border-radius: 4px 4px 0 0;
        }

        .button {
            margin-top: -1px;
            margin-left: 0;
            border-radius: 0;
        }

        .button:last-child {
            border-radius: 0 0 4px 4px;
        }

        .button .icon {
            fill: #787878;
        }

    }

}
