[data-goto] {
	cursor: pointer;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.react-select-container {
    display: inline-block;
}

.form-field:nth-child(-n+4) .react-select__control {
    border-radius: 0;
}

.form-field:first-child .react-select__control {
    border-radius: 4px 0 0 4px;
}

.form-field:nth-child(4) .react-select__control,
.form-field:nth-child(4) .interval-inputs__container:last-child input {
    border-radius: 0 4px 4px 0;
}

.react-select__control--is-focused,
.react-select__control--menu-is-open {
    border: 1px solid #E6E6E6;
}

.icon-btn_icon_favorites.active {
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 0C12.76 0 11.09 0.81 10 2.09C8.91 0.81 7.24 0 5.5 0C2.42 0 0 2.42 0 5.5C0 9.28 3.4 12.36 8.55 17.04L10 18.35L11.45 17.03C16.6 12.36 20 9.28 20 5.5C20 2.42 17.58 0 14.5 0Z' fill='%23008CF7'/%3E%3Cpath d='M14.5 0C12.76 0 11.09 0.81 10 2.09C8.91 0.81 7.24 0 5.5 0C2.42 0 0 2.42 0 5.5C0 9.28 3.4 12.36 8.55 17.04L10 18.35L11.45 17.03C16.6 12.36 20 9.28 20 5.5C20 2.42 17.58 0 14.5 0ZM10.1 15.55L10 15.65L9.9 15.55C5.14 11.24 2 8.39 2 5.5C2 3.5 3.5 2 5.5 2C7.04 2 8.54 2.99 9.07 4.36H10.94C11.46 2.99 12.96 2 14.5 2C16.5 2 18 3.5 18 5.5C18 8.39 14.86 11.24 10.1 15.55Z' fill='%23008CF7'/%3E%3C/svg%3E%0A");
}

.flat__favorites.active:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.67508 10.0653C6.29508 10.4103 5.71008 10.4103 5.33008 10.0603L5.27508 10.0103C2.65008 7.63533 0.935077 6.08033 1.00008 4.14033C1.03008 3.29033 1.46508 2.47533 2.17008 1.99533C3.49008 1.09533 5.12008 1.51533 6.00008 2.54533C6.88008 1.51533 8.51008 1.09033 9.83008 1.99533C10.5351 2.47533 10.9701 3.29033 11.0001 4.14033C11.0701 6.08033 9.35008 7.63533 6.72508 10.0203L6.67508 10.0653Z' fill='%23008cf7'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) and (min-width: 480px) {
    .form-field.building-filter-new__item:nth-child(11) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .form-field.building-filter-new__item:nth-child(12) {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

@media (max-width: 479px) {
    .form-field.building-filter-new__item:nth-child(11) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .form-field.building-filter-new__item:nth-child(12) {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

.complex-slider__inner {
    position: relative;
}

.disabled {
    opacity: .5;
    cursor: not-allowed;
}

a.flat-view__item {
    display: block;
    color: #353d4a;
}

.contacts-block__close-button {
    display: none;
}

.contacts-block__phone {
    background: none;
    border: none;
}

.object-item__left-developer,
.object-item__right-developer{
    background: none;
    border: none;
}

.flat__id {
    font-weight: 700;
}

.search-complexes .products-view .grid__col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.search-complexes .catalog-wrapper__header {
    display: none;
}
