* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", serif !important;
}
html {
    scroll-behavior: smooth;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
.body {
    background: #fff;
}
.marck-script-regular {
    font-family: "Marck Script", cursive;
    font-weight: 400;
    font-style: normal;
}
.uk-navbar-nav>li>a {
    text-transform: none;
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.font-500 {
    font-weight: 500;
}
.font-700 {
    font-weight: 700;
}
.form-icon-button {
    line-height: 1;
    padding: 0 8px;
}

.home_section {
    background: url("/assets/img/home_bg.JPG") no-repeat center;
    background-size: cover;

}
.home_section .uk-container {
    padding-top: 198px;
    padding-bottom: 198px;
}
.text-white {
    color: #fff;
}
.custom-shape-divider-bottom-1730672264 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1730672264 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-bottom-1730672264 .shape-fill {
    fill: #FFFFFF;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}
#apartment-info .uk-slideshow-items {
     min-height: 456px; /* Задайте нужную минимальную высоту */
 }
.uk-card-primary.uk-card-body .uk-dotnav>.uk-active>*, .uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*, .uk-card-secondary.uk-card-body .uk-dotnav>.uk-active>*, .uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*, .uk-light .uk-dotnav>.uk-active>*, .uk-offcanvas-bar .uk-dotnav>.uk-active>*, .uk-overlay-primary .uk-dotnav>.uk-active>*, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>* {
    background-color: rgb(30, 135, 240);
    border-color: rgb(30, 135, 240);
}
.uk-card-primary.uk-card-body .uk-dotnav>*>*, .uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>*>*, .uk-card-secondary.uk-card-body .uk-dotnav>*>*, .uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>*>*, .uk-light .uk-dotnav>*>*, .uk-offcanvas-bar .uk-dotnav>*>*, .uk-overlay-primary .uk-dotnav>*>*, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>* {
    background-color: transparent;
    border-color: rgb(30, 135, 240);
}
.custom-shape-divider-top-1730719927 {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1730719927 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-top-1730719927 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom-1730721307 {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1730721307 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}

.custom-shape-divider-bottom-1730721307 .shape-fill {
    fill: #FFFFFF;
}
.uk-card-default .uk-card-title {
    color: #333;
    font-weight: 600;
    font-size: 20px;
}
.uk-card-body>:last-child, .uk-card-footer>:last-child, .uk-card-header>:last-child {
    margin-bottom: 0;
    font-size: 14px;
}
@media all and (min-width: 1200px) {
    .uk-card-body {
        padding: 30px 30px;
    }
    .uk-card-footer {
        padding: 20px 30px;
    }
}
.star.filled {
    color: orange;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 2em;
    color: gray;
    cursor: pointer;
    line-height: 1;
}

.rating input:checked ~ label {
    color: orange;
}

.rating label:hover,
.rating label:hover ~ label {
    color: orange;
}
.uk-background-light {
    background: #BBDEFB;
}
.rounded-btn {
    border-radius: 50px;
}
.uk-modal-dialog {
    width: 450px;
}