.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; }
  .offer-item_theme_realty:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .offer-item_theme_realty .offer-item__main {
    display: flex; }
  .offer-item_theme_realty .offer-item__gallery {
    flex-shrink: 0;
    width: 205px; }
    .offer-item_theme_realty .offer-item__gallery .offer-item__container {
      position: relative;
      z-index: 1;
      overflow: hidden; }
  .offer-item_theme_realty .offer-item__brazzers {
    position: relative;
    bottom: auto;
    height: 154px; }
  .offer-item_theme_realty .offer-item__wrapper {
    display: flex;
    margin: 0 0 0 15px;
    width: 100%;
    font-size: 15px;
    line-height: 20px; }
  .offer-item_theme_realty .offer-item__column {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    min-height: 154px; }
    .offer-item_theme_realty .offer-item__column.offer-item__column_left {
      width: 75%; }
    .offer-item_theme_realty .offer-item__column.offer-item__column_middle {
      width: 20%;
      justify-content: flex-start; }
    .offer-item_theme_realty .offer-item__column.offer-item__column_right {
      width: 5%;
      justify-content: flex-start; }
  .offer-item_theme_realty .offer-item__column-row {
    display: flex; }
  .offer-item_theme_realty .offer-item__column-row.offer-item__column-row_flex_end {
    align-items: flex-end;
    flex-direction: row-reverse; }
  .offer-item_theme_realty .offer-item__title {
    margin: 0 16px 8px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px; }
    .offer-item_theme_realty .offer-item__title .link:visited {
      color: #878787; }
    .offer-item_theme_realty .offer-item__title .offer-item__link-area {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .offer-item_theme_realty .offer-item__address {
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  .offer-item_theme_realty .offer-item__price,
  .offer-item_theme_realty .offer-item__price-detail {
    z-index: 2;
    margin: 0 0 6px; }
  .offer-item_theme_realty .offer-item__price {
    font-size: 17px;
    font-weight: 700;
    line-height: 20px; }
  .offer-item_theme_realty .offer-item__price-detail {
    font-size: 13px; }
  .offer-item_theme_realty .offer-item__fields {
    margin-bottom: 8px;
    z-index: 2; }
    .offer-item_theme_realty .offer-item__fields .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, 0.5); }
    .offer-item_theme_realty .offer-item__fields .offer-item__field-option-name {
      color: #000; }
  .offer-item_theme_realty:hover .offer-item__actions {
    display: flex; }
  .offer-item_theme_realty .offer-item__actions {
    align-items: stretch;
    flex-direction: column;
    display: none; }
    .offer-item_theme_realty .offer-item__actions .button:first-child {
      margin-top: 0;
      border-radius: 4px 4px 0 0; }
    .offer-item_theme_realty .offer-item__actions .button {
      margin-top: -1px;
      margin-left: 0;
      border-radius: 0; }
    .offer-item_theme_realty .offer-item__actions .button:last-child {
      border-radius: 0 0 4px 4px; }
    .offer-item_theme_realty .offer-item__actions .button .icon {
      fill: #787878; }
