.divn-dropdown {
    position: relative;
    width: 100%;
    height: 100%;
}

.divn-dropdown-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
}

.divn-dropdown:focus {
    z-index: 1;
}

.divn-dropdown:focus .divn-dropdown-list {
    max-height: 400px;
    overflow-y: auto;
    white-space: normal;
    background: inherit;
}

.divn-dropdown label {
    pointer-events: none;
    font-size: 16px;
}

.divn-dropdown:not(:focus) label input[name=""]:checked ~ div {
    display: none;
}

.divn-dropdown:focus label {
    display: block;
    pointer-events: auto;
}

.divn-filter-item input[type="number"], .divn-filter-item input[type="text"], .divn-filter-item input[type="number"]:focus, .divn-filter-item input[type="text"]:focus {
    width: 100%;
    padding: 10px;
    background: transparent;
}

.divn-filter-item input[type="checkbox"], .divn-filter-item input[type="radio"] {
    display: none;
}

.divn-dropdown label div {
    display: none;
    cursor: pointer;
    transition: inherit;
}

.divn-dropdown label input:checked ~ div {
    display: inline;
    min-height: 100%;
    border: 1px solid #333;
    border-radius: 8px;
}

.divn-dropdown:focus label input ~ div {
    display: block;
    width: 100%;
    min-height: 100%;
    border: none !important;
    border-radius: 0 !important;
}

.divn-swiper-container {
    display: none;
}

.divn-swiper {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 4px 0 -8px;
    background: #555;
}

.divn-swiper-min-label, .divn-swiper-max-label {
    display: inline;
    display: inline-block;
    width: 50%;
    min-height: 24px;
    text-align: left;
}

.divn-swiper-max-label {
    text-align: right;
}

.divn-swiper .divn-swiper-thumb {
    position: absolute;
    width: auto;
    height: 1px;
    left: 0;
    right: 0;
    background: #fff;
}

.divn-swiper .divn-swiper-thumb .divn-swiper-min, .divn-swiper .divn-swiper-thumb .divn-swiper-max {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    top: -5px;
    left: 0;
    margin-left: -6px;
    cursor: pointer;
}

.divn-swiper .divn-swiper-thumb .divn-swiper-max {
    left: auto;
    right: 0;
    margin-right: -6px;
}

.object-list p {
    display: none;
}

.object-list-item {
    display: block;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.object-list-item-img {
    position: relative;
}

.object-list-item-img .divn-lazy-loading-img-prev, .object-list-item-img .divn-lazy-loading-img-next {
    position: absolute;
    width: 12%;
    height: 100%;
    top: 0;
    left: auto;
    right: auto;
    padding: 40% 0;
    text-align: center;
    transition: 0.2s;
}

.object-list-item-img:hover .divn-lazy-loading-img-prev, .object-list-item-img:hover .divn-lazy-loading-img-next {
    background: rgba(0, 0, 0, 0.2);
}

.object-list-item-img .divn-lazy-loading-img-prev:hover, .object-list-item-img .divn-lazy-loading-img-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.object-list-item-img .divn-lazy-loading-img-prev {
    left: 0;
}

.object-list-item-img .divn-lazy-loading-img-prev:after {
    content: '❮';
}

.object-list-item-img .divn-lazy-loading-img-next {
    right: 0;
}

.object-list-item-img .divn-lazy-loading-img-next:after {
    content: '❯';
}

.divn_map {
    width: 100%;
    height: 300px;
}
