.paging-number-wrapper {
    transition: background-color 0.3s ease, color 0.3s ease;
}
.paging-number-wrapper:hover {
    background-color: #8ea6b3;
    color: #fff;
    cursor: pointer;
}
.filter-item-city.property-filter-link {
    transition: padding 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.filter-item-city.property-filter-link:hover,
.filter-item-city.property-filter-link.active {
    background-color: #8ea6b3;
    color: #fff;
    padding: 0 10px;
}
.alert.alert-danger {
    text-align: center;
    padding: 0.6rem;
    background: #B71C1C;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
}
.dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex!important;
    flex-direction: row!important;
    align-items: center;
    gap: 6px!important;
    z-index: 5;
    pointer-events: none;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    /*transition: all 0.3s ease;*/
}

.dot.active {
    width: 9px;
    height: 9px;
    background-color: white;
}
.dots, .image-controls {
    white-space: nowrap;
}


.text-size-regular {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.6;
}
.text-weight-normal {
    font-weight: 400;
}
.properties_item_row_wrap h2 {
    letter-spacing: .0rem;
}
.properties_item_row_wrap .text-size-regular {
    font-size: 0.9rem;
    color: var(--color-scheme-1--text);
}
.control {
    display: none;
}
.properties_item {
    transition: all 0.3s ease-in-out;
}
.d-none {
    display: none;
}
.line-progress {
    height: 1px;
    background-color: #546E7A;
    width: 0%;
    transition: width 0.3s ease-in-out;
}
.properties_image-wrapper {
    position: relative;
}

.image-controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    z-index: 5;
    pointer-events: none;
}

.btn-left,
.btn-right {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    pointer-events: auto;
}

.btn-left:hover,
.btn-right:hover {
    background: rgba(255, 255, 255, 0.4);
}

.btn-left svg,
.btn-right svg {
    width: 16px;
    height: 16px;
    fill: white;
}
.control {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.properties_item:hover .control {
    opacity: 1;
}
.iframe .hero-properties_list {
    display: flex;
}
.iframe a {
    text-decoration: none;
}
.properties_info-link-wrap.w-inline-block {
    display: contents;
}
.heading-style-h6 {
    color: #132C33;
}
.property-list_image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .25s linear;
    z-index: 0;
}
.property-list_image.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}
.property-list_image.enter-left  { display:block; transform: translateX(-100%); }
.property-list_image.enter-right { display:block; transform: translateX(100%); }

.property-list_image.exit-left  { transform: translateX(-100%); }
.property-list_image.exit-right { transform: translateX(100%); }

.calculation_image-wrap {
    aspect-ratio: 0!important;
    width: auto!important;
}
.hero_calculation-section {
    aspect-ratio: 0;
}
.text-size-regular.text-color-gray400 {
    font-weight: 400!important;
}
.calculation_image-layer {
    background-color: unset;
}
@media screen and (max-width: 479px) {
    .button-group.is-right.responsive-button, .swiper-section-slider.responsive-button {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .button-group.is-right.responsive-button-yes {
        justify-content: flex-end;
        align-items: center;
        margin-left: -.5rem;
    }
}
@media screen and (min-width: 480px) {
    .button-group.is-right.responsive-button-yes {
        display: none;
    }
}