.widget_theme_realty {
  width: 100%;
  display: flex;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  flex-direction: column;
  margin-bottom: 25px; }
  .widget_theme_realty:last-child {
    margin-bottom: 0; }
  .widget_theme_realty.widget_type_ads {
    box-shadow: none;
    background: transparent; }
  .widget_theme_realty .widget__heading {
    margin: 0;
    padding: 8px 10px;
    border-bottom: 1px solid #dedede;
    font-size: 14px; }
  .widget_theme_realty .widget__body {
    padding: 0 10px; }
  .widget_theme_realty .widget__body_menu {
    padding: 0; }
  .widget_theme_realty.widget_type_promo-map {
    background: url("../i/invite-map.jpg");
    width: 100%;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .widget_theme_realty.widget_type_promo-map .widget__title {
      font-size: 22px;
      font-weight: 700;
      line-height: 1.27;
      margin-bottom: 25px; }
    .widget_theme_realty.widget_type_promo-map .widget__message {
      font-size: 16px;
      line-height: 1.38;
      margin-bottom: 25px; }
    .widget_theme_realty.widget_type_promo-map .widget__button .button_type_link:not(.button_hovered) {
      color: #2b87db;
      border: 1px solid rgba(43, 135, 219, 0.5);
      background: transparent; }
