.metro_time-wrapper > p {
    max-width: 100%;
    flex-grow: 1;
    line-height: 12px;
}
.filter-block > .input {
	margin: 10px 0;
	display: inline-flex;
	align-items: flex-start;
	width: 100%;
	min-height: 30px;
	position: relative;
    flex-direction: column;
}
#AdvertisementAdminIndexForm .range-wrapper {
    gap: 10px;
}
.filter-block .wide-range .range-wrapper .range-wrapper-item {
    width: 50%;
}
.filter-block .input label {
    justify-content: flex-start !important;
}
#objectInfo-carusel-pictures {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.advertisement-pictures__picture-item {
    max-height: 90px;
    overflow: hidden;
}
[data-theme="Default"] .filter-block > .input {
    justify-content: space-between;
}
.filter-block input[type="text"] {
	height: 48px;
	line-height: 48px;
	width: 100%;
}
[data-theme="Default"] .filter-block input[type="text"] {
    min-height: 32px;
    height: 100%;
}
.reveal-sm-block {
	margin: 0 auto !important;
}
.last-column input[type="submit"], .last-column button {
	margin: 5px;
	box-sizing: border-box;
}
.filter-block .input.hidden {
	display: none;
}
.filter-block {
	width: 350px;
	float: left;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
}
.form-group-multiple {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.filter-block label.from-to {
	padding: 0 2% 0 4%;
	display: inline-block;
	margin: 0;
}
.filter-block label {
	max-width: 90px; /*НЕ править */
}
.filter-block label ~ select {
	width: 200px;
	/*float: right;*/
}
.cols2.filter .filter-block label ~ select {
	width: 50%;
	float: none;
}
.filter-block .text-search-field {
	float: right;
	width: 63%;
	border-radius: 0;
	padding: 4px 2%;
}
.filter-block .date > input[type="date"] {
	float: right;
	width: 54%;
}
.filter-block .range .range-wrapper {
	position: relative;
	float: left;
	text-align: left;
	width: 250px;
}
.filter-block .range .range-wrapper.after-element {
	padding-right: 45px;
	width: 205px;
}
.filter-block .range .range-wrapper.after-element input.filter-from,
.filter-block .range .range-wrapper.after-element input.filter-to {
	width: 60px;
}
.filter-block .range .range-wrapper.after-element label.from-to {
	padding: 0 5px;
}
.filter-block .range .range-wrapper.after-element .choose-currency {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.filter-block .range .range-wrapper label {
	width: 7%;
}
#AdvertisementIndexForm .filter-hide-checkbox-container > * {
	display: inline-block;
	margin: 0 10px 0 0;
}
#AdvertisementIndexForm .filter-hide-checkbox-container > label {
	margin-top: 10px;
	vertical-align: text-bottom;
}
.filter-block .input.checkbox label {
	max-width: 86%;
	margin-right: 0;
	width: auto;
}
.filter-block .range, .filter-block .text {
	text-align: right;
	line-height: 48px;
}
.filter-block .text input {
	border-radius: 0;
	width: 186px;
	float: left;
}
.filter-block .range {
	margin: 10px 0 5px 0;
}
.filter-block .range .range-wrapper .date {
	margin-bottom: 5px !important;
}
.filter-block .range input {
	width: 70px;
	border-radius: 0;
	text-align: left;
	float: none;
}
.filter-block .range input.filter-to {
	float: right;
}
.filter-block .range input.filter-placeholder {
	width: 100px;
}
.filter-block .range input.filter-placeholder.filter-from {
	margin-right: 20px;
}
.filter-block .input:after {
	content: "";
	display: block;
	clear: both;
}
.filter-block .input label,
.filter-bottom .input label {
	font-size: 12px;
	line-height: 1.5;
	height: 30px;
}
.filter-block .range label.from-to:first-child, .filter-block .text label.from-to:first-child {
	float: unset;
	vertical-align: middle;
	height: unset;
}
.filter-block label.from-to {
	height: unset;
	vertical-align: middle;
	float: unset;
}
.filter-bottom .checkbox label,
.filter-block .checkbox label {
	line-height: 22px;
}
.filter-bottom .uk-grid .input {
	float: none;
	margin: 10px 0;
}
.filter .actions {
	border-bottom: 10px;
	border-top: 1px solid #ba3d23;
}
.filter .actions .submit {
	float: right;
}
.filter .chosen-single {
	border-radius: 0;
}
.filter-block .range-wrapper .input.input-prepend.date {
	display: inline-block;
	width: 35%;
	padding: 0;
	margin: 0;
}
.filter-block .range-wrapper .input.input-prepend.date.from-date {
	padding: 0 0% 0 4%;
}
.filter-block .range-wrapper .input.input-prepend.date.to-date {
	padding: 0 0% 0 12%;
}
.filter-block .range-wrapper .input.input-prepend.date input {
	width: 90%;
	padding-left: 4px;
}
.filter-block .range-wrapper .input.input-prepend.date:first-child {
	margin-right: 15px;
}
.filter-block .range .input.input-prepend.date input.filter-to {
	display: inline-block;
	float: none;
}
#app form input[type=submit].btn{
	background: #06a7ea;
}
#phone-input, #fulltext-input {
	box-sizing: border-box;
	width: 200px !important;
	height: 48px !important;
}
[data-theme="Default"] #phone-input, [data-theme="Default"] #fulltext-input {
    height: initial !important;
}
.filter-block .input > label {
	min-width: unset;
	width: unset;
}
.filter-block label ~ .chosen-container,
.filter-block .select2-container {
	float: right;
}
.filter-block .range .range-wrapper {
	float: right
}
.filter-block .text input {
	float: unset;
}

/* Фильтр по дате */
.wide-range {
	display: flex !important;
	align-items: center;
}
.filter-block .wide-range .range-wrapper {
	width: 100% !important;
}
.wide-range .range-wrapper {
	display: flex !important;
	justify-content: flex-end !important;
	width: 100% !important;
	align-items: center;
}
.wide-range .from-to {
	width: min-content !important;
	padding: 0px 10px !important;
	margin: 0 !important;
	height: auto !important;
}
.wide-range .wide-range-input {
	flex-grow: 10 !important;
	max-width: 130px !important;
}
.realty-object-sms-send {
	cursor: pointer;
}
#AdvertisementSort {
	margin: 0px 5px;
	width: 100%;
	text-align: left;
	height: 50px;
	line-height: 33px;
	padding: 9px 28px 9px 16px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: #212121;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 13px;
	background: #fff;
	outline: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-webkit-user-select: none;
}
.house_number_modes {
	align-self: flex-end;
}

@media (min-width: 768px) and (max-width: 979px){
    .row-fluid .span1 {
        width: 100% !important;
    }
}
@media only screen and (min-width: 320px) {
    [data-theme="Default"] .row-fluid .span1.last-column {
        margin: 0;
    }
    .filter-block {
        min-width: 200px;
        padding: 0 1%;
    }
    /* Есил указано количество колонок, занимаем всю область фильтра */
    .cols2 .filter-block {width: 48%;}
    .cols3 .filter-block {width: 31%;}
    /* Есил указано количество колонок, занимаем всю область фильтра */
    .cols2 .filter-block {
        width: 48%;
    }
    .cols3 .filter-block {
        width: 31%;
    }
    .filter-block .range input.filter-placeholder {
        width: 38%;
    }
    .filter-block .range .range-wrapper {
        width: 70%;
    }
    .filter-block .range input {
        width: 100%;
        padding: 4px 1%;
    }
    .filter-block label ~ .chosen-container,
    .filter-block label ~ .select2-container,
    .filter-block label ~ select,
    .filter-block label ~ .input-prepend,
    .filter-block .range .range-wrapper,
    .filter-block .text input {
        width: 50% !important;
    }
    .filter-block label ~ .input-prepend input {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .filter-block .input > label {
        max-width: 100%;
        min-width: 150px;
        width: 20%;
        margin-right: 1%;
    }
    .cols3 .filter-block .input > label {
        min-width: 100px;
        width: 30%;
    }
    .filter-block .input.checkbox label {
        line-height: 28px;
        white-space: nowrap;
    }
    .filter-block .text input {
        padding: 4px 1%;
    }
    .input.date > input[type="date"] {
        width: 64%;
    }
    .filter-block .range .range-wrapper {
        width: 70%;
    }
    .filter-block .input > label {
        min-width: unset;
        text-align: left;
        width: 100%;
    }
    [data-theme="Default"] .filter-block .input > label {
        text-align: left;
        width: 100%;
    }
    [data-theme="Default"] .filter-block .filter-hide-checkbox-container .input > label {
        text-align: inherit;
        width: inherit;
    }
    .filter-block .text input {
        width: 68% !important;
        padding: 4px 1%;
    }
    .filter-block label ~ select {
        width: 200px !important;
        float: right;
    }
}
