#desta_ivn_filter input::-webkit-outer-spin-button,
#desta_ivn_filter input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
#desta_ivn_filter input,
#desta_ivn_filter input {
	-moz-appearance: textfield;
}
#desta_ivn_filter .desta-ivn-filter-item-price-min input::-webkit-outer-spin-button,
#desta_ivn_filter .desta-ivn-filter-item-price-max input::-webkit-outer-spin-button {
	-moz-appearance: textfield;
	margin: 0;
}
#desta_ivn_filter {
	padding: 1%;
}
#desta_ivn_filter .desta-ivn-filter-item {
	display: inline-block;
	width: 23%;
	margin: 1%;
}
#desta_ivn_filter .desta-ivn-filter-item-price-from-to {
	position: relative;
}
#desta_ivn_filter .desta-ivn-filter-item label {
	position: relative;
	display: block;
}
#desta_ivn_filter .desta-ivn-filter-item input,
#desta_ivn_filter .desta-ivn-filter-item select {
	width: 100%;
	height: 30px;
	padding: 14px;
	border: 1px solid #eee;
	background: #fff;
}
#desta_ivn_filter .desta-ivn-filter-item select {
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}
#desta_ivn_filter .desta-ivn-filter-item select {
	padding: 10px 14px;
}
#desta_ivn_filter .desta-ivn-filter-select:after {
	content: '↓';
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: 55%;
	transition: 0.2s;
	pointer-events: none;
}
#desta_ivn_filter .desta-ivn-filter-select-opened:after {
	transform: scaleY(-1);
}
#desta_ivn_filter .desta-ivn-field-title {
	display: block;
	padding-bottom: 4px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
}
#desta_ivn_filter .desta-ivn-filter-item-price-slider {
	display: inline-block;
	width: 66%;
	min-height: 64px;
	padding-bottom: 16px;
}
#desta_ivn_filter .desta-ivn-filter-item-submit {
	text-align: right;
	vertical-align: top;
}
@media screen and (max-width: 800px) {
	#desta_ivn_filter .desta-ivn-filter-item {
		width: 48%;
	}
}

.desta_ivn_find_by_subject_id_form input::-webkit-outer-spin-button,
.desta_ivn_find_by_subject_id_form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.desta_ivn_find_by_subject_id_form svg {
	width: 14px;
	fill: #eee;
}
.desta_ivn_find_by_subject_id_form input,
.desta_ivn_find_by_subject_id_form input {
	-moz-appearance: textfield;
}

#desta_ivn_map {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 800px;
	max-height: 100vh;
}
#desta_ivn_map a {
	outline: none;
}

.desta-ivn-object {
	position: relative;
}
..desta-ivn-object-link {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: transparent;
}
..desta-ivn-object-link:hover {
	color: transparent;
}
.desta-ivn-object .desta-ivn-object-data {
	padding: 8px;
}
.desta-ivn-object .desta-ivn-object-description {
	padding: 0 8px 8px;
}
.desta-ivn-object-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.desta-ivn-object-field-title {
    font-weight: bold;
    color: #bbb;
}
.desta-ivn-object-field-value {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	text-align: right;
}
.desta-ivn-object-realtor {
	padding: 8px;
}
.desta-ivn-object-special-proposal {
	padding: 8px 0;
	font-weight: bold;
}
.slider {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
	border: 1px solid #eee;
	cursor: pointer;
	outline: none;
}
.slider.fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
}
.slider.fullscreen:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
}
.slider-items {
	width: 100%;
	height: 100%;
	text-align: center;
}
.slider-items:before {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	content: "";
}
.slider-items>* {
	position: relative;
	display: inline-block;
	max-width: 0%;
	max-height: 100%;
	vertical-align: middle;
	transition: 0.75s;
}
.slider-items>.slider-item-active {
	max-width: 100%;
}
.slider-items .slider-item-active + * {
}
.slider-control-prev, .slider-control-next {
	position: absolute;
	top: 0;
	width: 15%;
	height: 100%;
	line-height: 100%;
	font-size: 32px;
	transition: 0.5s;
}
.slider-control-prev {
	left: 0;
	right: auto;
}
.slider-control-next {
	left: auto;
	right: 0;
}
.slider-control-prev:after, .slider-control-next:after {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -16px;
	padding: 0 8px;
	background: rgba(242, 244, 245, 0.8);
	color: rgb(0, 47, 52);
}
.slider-control-prev:after {
	content: '<';
}
.slider-control-next:after {
	content: '>';
}
.slider-control-prev:hover, .slider-control-next:hover {
	background: rgba(0, 0, 0, 0.3);
}
.slider-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 9999999999;
}
.slider-info-container {
	padding: 8px;
	border-radius: 8px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.slider-control-close {
	display: none;
	position: absolute;
	z-index: 9999999999;
	top: 4%;
	left: auto;
	right: 4%;
	width: 32px;
	height: 32px;
}
.slider-control-close svg {
	fill: #bbb;
	background: #555;
	border-radius: 25%;
	transition: 0.5s;
}
.slider-control-close:hover svg {
	fill: #888;
}
.slider.fullscreen .slider-control-close {
	display: block;
}
.slider:fullscreen .slider-control-close {
	display: block;
}
.slider-control-close:hover:after {
	background: rgba(242, 244, 245, 0.8);
	color: rgb(0, 47, 52);
}

.desta-ivn-objects .desta-ivn-object {
	overflow: hidden;
}
.desta-ivn-objects .desta-ivn-object:not(:first-child) {
//	margin-top: 16px;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-view {
	display: inline-block;
	width: 46%;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-img {
	height: 232px;
	overflow: hidden;
	margin: 2%;/*0 1% 2% 2%;*/
	text-align: center;
	border-radius: 8px;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-img img {
	max-width: 98%;
	max-height: 98%;
	padding: 8px;
	transition: 0.2s;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-img img:hover {
	max-width: 100%;
	max-height: 100%;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-data {
	vertical-align: top;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-description-detail {
	padding: 0 8px 8px;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-description-short {
	padding: 0 8px 8px;
}
.desta-ivn-objects .desta-ivn-object .desta-ivn-object-property-title {
	white-space: nowrap;
	padding-right: 4px;
	color: #bbb;
}


.desta-ivn-objects-pagination {
	text-align: center;
}
.desta-ivn-objects-pagination form > * {
	display: block;
}
.desta-ivn-objects-pagination > * {
	display: inline;
	display: inline-block;
}
