* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}

.realty-widget-map [class*=balloon__close] + [class*=balloon__content] {
    padding: 0;
    margin: 0;
}

.realty-widget-balloon {
    padding: 20px;
    width: 255px;
}

.realty-widget-balloon__content {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.realty-widget-balloon__content_has-button {
    padding-bottom: 50px;
    height: 250px;
}

.leaflet-popup-content .realty-widget-balloon__content_has-button {
    height: 318px;
    width: 255px;
}

.leaflet-popup-content .realty-widget-balloon {
    width: 295px;
}

.realty-widget-hidden {
    display: none !important;
}

.realty-widget-nowrap {
    white-space: nowrap;
}

.realty-widget-balloon-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.realty-widget-info__title {
    margin-bottom: 10px;
}

.realty-widget-info__container {
    max-height: 210px /* 310px */;
    margin-top: 14px;
    overflow: auto;
}

.realty-widget-info__text {
    margin: 0 0 14px;
}

.realty-widget .realty-widget-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    min-height: 40px;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: none;
}

.realty-widget .realty-widget-button_base  {
    color: #FFF;
    background-color: #e61d25;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.realty-widget .realty-widget-button_base:hover,
.realty-widget .realty-widget-button_base:focus {
    background-color: #fd3c3c;
    cursor: pointer;
}

.realty-widget .realty-widget-button_info  {
    padding: 9px 19px;
    border: 1px solid #e2e2e2;
    color: #000;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.realty-widget .realty-widget-button_info:hover,
.realty-widget .realty-widget-button_info:focus {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


.realty-widget .realty-widget-button_inactive  {
    color: #7f7f7f;
    background-color: #eeeeee;
}

.realty-widget .realty-widget-button_small {
    padding: 6px 20px;
    min-height: 32px;
}

.realty-widget .realty-widget-field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 9px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    outline: 0;
}

.realty-widget .realty-widget-field:focus {
    border-color: #333;
}

.realty-widget .realty-widget-field_error {
    border-color: #ec4e4e !important;
}

.realty-widget .realty-widget-field::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
}

.realty-widget .realty-widget-field::-moz-placeholder {
    color: #808080;
    opacity: 1;
}

.realty-widget .realty-widget-field:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}

.realty-widget .realty-widget-field::-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}

.realty-widget .realty-widget-field::placeholder {
    color: #808080;
    opacity: 1;
}

.realty-widget .realty-widget-form__input {
    height: 40px;
}

.realty-widget .realty-widget-form__textarea {
    height: 102 /*116*/px;
    resize: none;
}

.realty-widget-form__title {
    margin-bottom: 10px;
}

.realty-widget-form__rows {
    height: 205px;
    overflow-y: auto;
}

.realty-widget-form__row {
    margin-bottom: 18px;
}

.realty-widget-form__row:last-child {
    margin-bottom: 0;
}

.realty-widget-button-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px;
}

.realty-widget-info__text-value {
    font-weight: 600;
}

.realty-widget-label {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.realty-widget-label_free {
    color: #205d03;
    background-color: #d7f6c9;
}

.realty-widget-label_booked {
    color: #582e00;
    background-color: #fedc8b;
}

.realty-widget-label_sold {
    color: #fff;
    background-color: #ec4e4e;
}

.realty-widget-label_action {
    color: #fff;
    background-color: #e30613;
}

.realty-widget-info__img {
    display: block;
    margin: 10px 0;
}

.realty-widget-info__note {
    padding: 15px 20px;
    background-color: #f5f3f2;
}

.realty-widget-info__subtitle {
    font-weight: 600;
    margin-bottom: 4px;
}

.realty-widget-info__button {
    width: 100%;
}

.realty-widget-form__button {
    width: 100%;
}

.realty-widget-field-message {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    color: #cf3030;
}

.realty-widget-message__text {
    margin-top: 15px;
    margin-bottom: 0;
}

.realty-widget-price {
    padding: 30px 0 0 0;
}

@media (min-width: 768px) {
    .realty-widget-price {
        padding: 60px 0 0 0;
    }
}

.realty-widget-price {
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.realty-widget-title {
    margin-top: 60px;
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.realty-widget-price__title {
    margin-top: 0;
}

.realty-widget-filter__input {
    position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    margin: -1px;
	padding:0 !important;
	border:0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.realty-widget-filters {
    margin-bottom: 14px;
}

.realty-widget-filters__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 0;
    line-height: 0;
}

.realty-widget-filter:last-of-type {
    margin-right: 16px;
}

.realty-widget-filter__text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 4px 11px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #005ec2;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.realty-widget-filter__text:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.realty-widget-filter__input:checked ~ .realty-widget-filter__text {
    color: #fff;
    background-color: #318fd4;
    border-color: #318fd4;
}

.realty-widget-filter-reset {
    display: inline-block;
    padding: 5px 0;
    border: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #7f7f7f;
    background-color: transparent;
    outline: none;
}

.realty-widget-filter-reset:hover {
    color: #005ec2;
    cursor: pointer;
}

.realty-widget .realty-widget-table {
  border-collapse: collapse;
  border: 0;
  width: 100% !important;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  word-wrap: break-word; }

.realty-widget-table .realty-widget-table__head {
  border: 1px solid #e2e2e2;
  background-color: #fff; }









.realty-widget-table .realty-widget-table__th {
  padding: 15px;
  border: 0;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  color: #7f7f7f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.realty-widget-heading {
  cursor: pointer; }

.realty-widget-table .realty-widget-table__tr {
  border: 1px solid #e2e2e2;
  background-color: #fff; }

.realty-widget-table__tr:nth-child(2n + 1) {
  background-color: #f7f7f7; }

.realty-widget-table .sorting_desc,
.realty-widget-table .sorting_asc {
  color: #000; }

.realty-widget-table .realty-widget-table__td {
  padding: 9px 15px;
  border: 0;
  text-align: center; }

.realty-widget-table__th:nth-child(1),
.realty-widget-table__td:nth-child(1) {
  width: 92px !important; }

.realty-widget-table__th:nth-child(2),
.realty-widget-table__td:nth-child(2) {
  width: 171px !important; }

.realty-widget-table__th:nth-child(3),
.realty-widget-table__td:nth-child(3) {
  width: 205px !important; }

.realty-widget-table__th:nth-child(4),
.realty-widget-table__td:nth-child(4) {
  width: 205px !important; }

.realty-widget-table__th:nth-child(5),
.realty-widget-table__td:nth-child(5) {
  width: 216px !important; }

.realty-widget-table__th:nth-child(6),
.realty-widget-table__td:nth-child(6) {
  width: 250px !important; }

.realty-widget-table .realty-widget-table__td_promo {
  text-align: left; }


.realty-widget-table__button {
  min-width: 140px; }


.realty-widget-price__button-wrap {
  margin-top: 30px;
  text-align: center; }


.realty-widget-price__button {
  min-width: 220px; }


.realty-widget-table-wrapper {
  max-width: 100%;
  overflow: auto; }


.realty-widget .realty-widget-table-empty {
  display: none; }

/* Legend */

.realty-widget-subtitle {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.realty-widget-legend__title {
    margin-top: 0;
}

.realty-widget-legend {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.realty-widget-legend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0 0 -16px;
    padding: 0;
}

.realty-widget-legend__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 24px;
    margin-bottom: 16px;
}

.realty-widget-legend__color {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    vertical-align: center;
    width: 30px;
    height: 24px;
    margin-right: 14px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.realty-widget-promo {
    display: inline-block;
    padding: 5px 14px 3px;
    border: 2px solid transparent;
    margin: 2px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.realty-widget-promo_stock {
    border-color: #58abe8;
}

.realty-widget-promo_spo {
    border-color: #ed787c;
}

.realty-widget-promo_discount {
    border-color: #9adc65;
}

/* Filters */
.realty-widget .realty-widget-field_has-reset {
    padding-right: 32px;
}

.realty-widget-field[type=number]::-webkit-inner-spin-button,
.realty-widget-field[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.realty-widget-field[type=number] {
    -moz-appearance: textfield;
}

.realty-widget-field:not(output):-moz-ui-invalid {
    box-shadow: none;
}

.realty-widget-field:not(output):-moz-ui-invalid:-moz-focusring {
    box-shadow: none;
}

.realty-widget-wrapper {
    position: relative;
}

.realty-widget-sronly {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

.realty-map-filter {
    color: #000000;
}

@media (min-width: 768px) {
    .realty-map-filter {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .realty-map-filter {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 100%;
        padding: 70px 20px 0;
        background-color: #fff;
        z-index: 99999996;
        overflow: auto;
    }

    .realty-map-filter_opened {
        display: block;
    }
}

.realty-filter-button {
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #4167b1;
    background-image: url(../images/filter.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
    z-index: 10;
    cursor: pointer;
}

.realty-widget-wrapper__filter-button {
    position: absolute;
    top: 90px;
    left: 10px;
}

@media (min-width: 768px) {
    .realty-widget-wrapper__filter-button {
        display: none;
    }
}

.realty-map-filter__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 48px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #e2e2e2;
            box-shadow: inset 0 -1px 0 0 #e2e2e2;
    text-align: center;
    z-index: 99999997;
}

@media (min-width: 768px) {
    .realty-map-filter__header {
        display: none;
    }
}

.realty-map-filter__close {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 48px;
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0;
}

.realty-map-filter__close-icon {
    fill: #a2a2a2;
}

.realty-map-filter__title {
    padding: 9px 48px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.realty-filter-form {
    font-size: 13px;
    line-height: 20px;
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {
    .realty-filter-form {
        padding: 10px 19px;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
    }
}

@media (max-width: 767px) {
    .realty-filter-form {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .realty-filter-form__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .realty-filter-form__layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .realty-filter-form__layout {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .realty-filter-form__col:not(:last-of-type) {
        margin-right: 16px;
    }

    .realty-filter-form__col_price {
        width: calc(30% - 8px);
        min-width: 210px;
        flex-shrink: 0;
    }

    .realty-filter-form__col_square {
        width: calc(22% - 16px);
        min-width: 141px;
        flex-shrink: 0;
    }

    .realty-filter-form__col_filters {
        width: calc(48% - 8px);
    }
}

@media (min-width: 1200px) {
    .realty-filter-form__col:not(:last-of-type) {
        margin-right: 20px;
    }

    .realty-filter-form__col_price {
        width: calc(30% - 10px);
    }

    .realty-filter-form__col_square {
        width: calc(22% - 20px);
    }

    .realty-filter-form__col_filters {
        width: calc(48% - 10px);
    }
}

@media (max-width: 767px) {
    .realty-filter-form__col:not(:first-child) {
        margin-top: 20px;
    }
}

.realty-widget-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.realty-widget-group__control {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.realty-widget-group__control:not(:last-child) .realty-widget-group__field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.realty-widget-group__control:not(:first-child) .realty-widget-group__field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.realty-widget-group__field:focus {
    position: relative;
    z-index: 1;
}

.realty-widget-group__control + .realty-widget-group__control {
    margin-left: -1px;
}

.realty-filter-form__label {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .realty-filter-form__label {
        margin-bottom: 3px;
    }
}

@media (min-width: 768px) {
    .realty-widget .realty-widget-group__field {
        height: 30px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

.realty-widget .realty-filter-form__close {
    width: 100%;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .realty-widget .realty-filter-form__close {
        display: none;
    }
}

.realty-filter-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

@media (max-width: 767px) {
    .realty-filter-form__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-top: auto;
        padding-bottom: 20px;
    }
}

.realty-filter-form__reset {
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: inherit;
    color: #4167b1;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .realty-filter-form__reset {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .realty-filter-form__results {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .popup-is-opened {
        overflow: hidden;
    }
}

.realty-filter-form__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media (min-width: 768px) {
    .realty-filter-form__filters {
        margin-bottom: -6px;
        margin-right: -6px;
    }
}

.realty-widget-control {
    position: relative;
}

.realty-widget-control__reset {
    position: absolute;
    display: none;
    top: 1px;
    right: 2px;
    bottom: 1px;
    width: 32px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    z-index: 1;
    outline: 0;
    opacity: 0.6;
    cursor: pointer;
}

.realty-widget-control__reset:hover {
    opacity: 1;
}

.realty-widget-control__reset_active {
    display: block;
}

.realty-widget .leaflet-popup-content-wrapper {
    border-radius: 0;
    padding: 0px;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.15), 0 5px 15px -7px rgba(0,0,0,.5);
}

.realty-widget .leaflet-popup-content {

    margin: 0;
}

.realty-widget .leaflet-container a.leaflet-popup-close-button {
    width: 30px;
    height: 40px;
    text-indent: -9999px;
    font-size: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
    opacity: .3;
}

.realty-widget .leaflet-container a.leaflet-popup-close-button:hover {
    opacity: 1;
}

.realty-widget-loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
}

.realty-widget-loader,
.realty-widget-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.realty-widget-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: realty-widget-load8 1.1s infinite linear;
  animation: realty-widget-load8 1.1s infinite linear;
}
@-webkit-keyframes realty-widget-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes realty-widget-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
