@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --form-control-color: rebeccapurple;
}

html {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.uk-offcanvas-overlay::before {
    background: rgba(0, 0, 0, .9);
}

.uk-link, a {
    color: #101010;
}

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    color: #101010;
}

.uk-offcanvas-close {
    padding: 3px;
    border: 2px solid #101010;
    border-radius: 3px;
    top: 25px;
    right: 25px;
}

.uk-offcanvas-bar {
    background: #fff;
}

.tm-nav-item {
    font-size: 18px;
}

.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-close,
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar .uk-close:hover {
    color: #000;
}

.uk-offcanvas-bar a, .uk-offcanvas-bar .uk-nav-default > li > a {
    text-transform: uppercase;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgb(16 16 16 / 30%);
}

.uk-offcanvas-bar .uk-nav .uk-nav-divider {
    margin: 20px -30px;
}

.uk-button-primary {
    background-color: #101010;
    border: 1px solid #101010;
}

.uk-button-secondary {
    background-color: #fff;
    color: #101010;
    border: 1px solid #101010;
}

.uk-button-primary:hover {
    background-color: #fff;
    color: #101010;
}

.uk-button-secondary:hover {
    background-color: #101010;
    color: #fff;
}

.tm-text-thin {
    font-weight: 300;
}

.uk-nav-default > li > a {
    color: #101010;
    text-transform: uppercase;
}

.uk-card-badge {
    position: relative;
    top: auto;
    bottom: 60px;
    left: 0px;
    background: #fff;
    color: #101010;
    border-radius: 0;
    padding: 8px;
    box-sizing: content-box;
}

.uk-list-divider > :nth-child(n+2) {
    border-top: 1px solid #101010;
}

.uk-input, .uk-select, .uk-textarea {
    border: 0;
    border-bottom: 1px solid #10101030;
}

.tm-padding-large {
    padding-top: 64px;
    padding-bottom: 64px;
}

@media (min-width: 960px) {

    .tm-padding {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .tm-padding-bottom {
        padding-bottom: 64px;
    }

    .tm-padding-top {
        padding-top: 64px;
    }

    .tm-padding-large {
        padding-top: 132px;
        padding-bottom: 132px;
    }

    .tm-padding-large-bottom {
        padding-bottom: 132px;
    }

    .tm-padding-large-top {
        padding-top: 132px;
    }

    .tm-padding-xlarge {
        padding-top: 196px;
        padding-bottom: 196px;
    }

    .tm-padding-xlarge-top {
        padding-top: 196px;
    }

    .tm-padding-xlarge-bottom {
        padding-bottom: 196px;
    }

    .tm-career-panel {
        left: 100px;
    }

    .tm-career-panel-before-image {
        width: 66% !important;
    }

    .tm-photo-career {
        position: absolute !important;
        top: -50px !important;
        width: 287px !important;
        height: 400px !important;
        right: -54% !important;
    }


}

.tm-career-panel-before-image {
    width: 90%;
}

.tm-photo-career {
    position: relative;
    top: 0;
    width: 287px;
    height: 400px;
    right: -20%;
}

.tm-career-panel {
    top: 100px;
}

.uk-container {
    max-width: 1196px;
}

.tm-height-xlarge {
    height: 600px;
}

button.language {
    background: none;
    border: 0;
    text-transform: uppercase;
    padding: 5px;
    cursor: pointer;
}

.language.active {
    border-bottom: 1px solid #101010;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px 0 calc(10px - 4px);
}

.uk-thumbnav > * {
    padding-left: 20px;
}

.uk-dropdown {
    min-width: 300px;
}

span.currency {
    color: #000 !important;
}

.uk-button.currency {
    text-transform: none;
    line-height: 23px;
    padding: 0 8px;
}

.uk-list.uk-list-decimal > li > h4 {
    margin-bottom: -10px;
}

.uk-subnav-pill > .uk-active > a {
    background-color: #333;
}


.calendar-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 7fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px 10px;
    justify-items: center;
}

.calendar-grid > div {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.calendar-grid > div:hover,
.calendar-grid > .current-day {
    background: #f8f8f8;
}

.uk-thumbnav li:nth-child(4) > div > div {
    background: #00000090;
}

.uk-thumbnav > li:nth-child(4) > ::after {
    background-color: transparent;
}

/* Margin for blog post images */
.note-float-right {
    margin-left: 30px;
}

.note-float-left {
    margin-right: 30px;
}

.uk-card-media-top {
    height: 150px;
    overflow: hidden;
    position: relative;
}

.uk-card-media-top img {
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translate(-0, -50%);
}

.uk-height-xlarge {
    height: 574px;
}

@media (max-width: 960px) {
    .uk-height-xlarge, .uk-height-mobile-portrait {
        height: 755px;
    }
}

.pagination-button {
    box-sizing: border-box;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pagination-button.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.pagination-button.active {
    background-color: black !important;
    color: white !important;
}

.px-4 {
    padding: 0 16px !important;
}

.-ml-px {
    margin-left: -1px;
}

.properties-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.pt-16 {
    padding-top: 64px;
}

.pt-8 {
    padding-top: 32px;
}

.mt-8 {
    margin-top: 32px;
}

.py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.w-full {
    width: 100%;
}

.h-\[600px\] {
    height: 600px;
}

.mt-1 {
    margin-top: 4px !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-4 {
    margin-top: 16px !important;
}

.mt-16 {
    margin-top: 64px !important;
}

.h-\[200px\] {
    height: 200px;
}

.object-cover {
    object-fit: cover;
}

.flex {
    display: flex;
}

.gap-4 {
    gap: 16px;
}

.flex-grow {
    flex-grow: 1;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: end;
}

.md\:flex {
    display: none;
}

@media screen and (max-width: 968px) {
    .properties-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }

    .md\:hidden {
        display: none;
    }

    .md\:flex {
        display: flex;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:flex-wrap {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    .properties-wrapper {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 32px;
    }

    .sm\:w-1\/2 {
        width: calc(50% - 8px);
    }

    .sm\:flex-shrink-0 {
        flex-shrink: 0;
    }

    .sm\:flex-wrap {
        flex-wrap: wrap;
    }
}

.page-select {
    margin-right: 16px;
    padding: 0 8px;
    border-radius: 0;
    border: 1px solid black;
}

.text-center {
    text-align: center;
}

[x-cloak] {
    display: none;
}

.swiper-pagination-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid black;
    background: white;
    color: black;
    transition: 150ms ease-in-out;
    z-index: 3;
    height: 32px;
    width: 32px;
    opacity: 0;
}

.swiper-pagination-button:hover {
    background: black;
    color: white;
    cursor: pointer;
}

.swiper-pagination-button.prev {
    left: 0;
}

.swiper-pagination-button.next {
    right: 0;
}

.swiper:hover .swiper-pagination-button {
    opacity: 1;
}

.swiper-dots {
    position: absolute;
    bottom: 8px;
    display: flex;
    justify-content: center;
    z-index: 3;
}

.swiper-pagination-bullet-active {
    background: black !important;
}

.swiper-pagination-bullet {
    height: 4px !important;
    width: 4px !important;
}

.icon-medium {
    width: 20px;
    height: 20px;
}

.items-center {
    align-items: center;
}

.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.price_container {
    gap: 20px;
}

.sliders_control {
    position: relative;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #C6C6C6;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 30px;
    height: 30px;
    background-color: #FEFEFE;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0px #00000029;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
    margin: 0;
}

.modal {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 20px auto;
    padding: 50px;
    border: 1px solid #888;
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    gap: 50px;
}

.modal-content h2 {
    font-size: 24px;
}

.modal-content h1 {
    font-size: 42px;
}

.inputLabel {
    font-size: 12px;
    color: #0F0F0F;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.flex-3 {
    flex: 3;
}

.w-max-200 {
    max-width: 200px;
}

.radio-group {
    display: grid;
    grid-template-columns: 1rem auto;
    gap: 10px;
    align-items: center;
    text-align: left;
}

#filtrationForm {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

#filtrationForm input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15rem;
    height: 1.15rem;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    transition: border 60ms ease-in-out;
}

#filtrationForm input[type="radio"]:checked {
    border: 5px solid #000;
}

#filtrationForm input[type="radio"]::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

#filtrationForm input[type="radio"]:checked::before {
    transform: scale(1);
}

#filtrationForm input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 2rem;
    padding: 0.1rem;
    border: 1px solid #D2D2D2;
    width: 20px;
    height: 20px;
}

.uk-checkbox:checked {
    background-color: #0b0b0b !important;
}

.formContentOrientation {
    flex-direction: row;
}

@media screen and (max-width: 640px)  {
    .modal-content h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 !important;
    }

    .modal-content h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1230px) {
    .formContentOrientation {
        flex-direction: column;
    }
}

.black-icon svg {
    color: #0F0F0F !important;
}

.disabledState:disabled {
    background-color: #D2D2D2 !important;
    color: #999999 !important;
}

.uk-button-default span,
.modal-content form select {
    color: #999999;
}

.uk-button {
    text-transform: none !important;
}

.borderButton {
    border: solid 1px #0F0F0F !important;
}

.borderUnselectButton {
    border: solid 1px #D2D2D2 !important;
}

.borderUnselectButton input {
    border: none !important;
}

.selectWindow {
    width: 290px;
    color: #0F0F0F !important;
}

.checkBoxLabel {
    height: 40px;
}

.nonEmptyValueLabel {
    color: #0F0F0F !important;
}

.divider {
    border-top: 1px solid #E1E1E1;
    padding-top: 50px;
}
#filtrationForm .uk-select {
    border: 1px solid #D2D2D2 !important;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" stroke-width="1.03" points="16 7 10 13 4 7"></polyline></svg>') !important;
    background-position: 90% 50% !important;
}

#filtrationForm .actionButton {
    height: 40px;
    text-transform: uppercase !important;
}

.closeIcon svg {
    width: 24px;
    height: 24px;
}

@media  screen and (min-width: 1024px) {
    #filtrationForm .resetButton {
        max-width: 200px;
    }

    #filtrationForm .confirmButton {
        max-width: 674px;
    }

    #filtrationForm .uk-select {
        background-position: 95% 50% !important;
    }
}

.icon-medium {
    width: 20px;
    height: 20px;
}

.items-center {
    align-items: center;
}

.range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.price_container {
    gap: 20px;
}

.sliders_control {
    position: relative;
}

.form_control {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #C6C6C6;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 30px;
    height: 30px;
    background-color: #FEFEFE;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0px #00000029;
    border: 1px solid #E1E1E1;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #C6C6C6;
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
    margin: 0;
}

.modal {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 20px auto;
    padding: 50px;
    border: 1px solid #888;
    display: flex;
    flex-direction: column;
    max-width: 1024px;
    gap: 50px;
}

.modal-content h2 {
    font-size: 24px;
}

.modal-content h1 {
    font-size: 42px;
}

.inputLabel {
    font-size: 12px;
    color: #0F0F0F;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.flex-3 {
    flex: 3;
}

.w-max-200 {
    max-width: 200px;
}

.radio-group {
    display: grid;
    grid-template-columns: 1rem auto;
    gap: 10px;
    align-items: center;
    text-align: left;
}

#filtrationForm {
    gap: 50px;
    display: flex;
    flex-direction: column;
}

#filtrationForm input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15rem;
    height: 1.15rem;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    transition: border 60ms ease-in-out;
}

#filtrationForm input[type="radio"]:checked {
    border: 5px solid #000;
}

#filtrationForm input[type="radio"]::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
}

#filtrationForm input[type="radio"]:checked::before {
    transform: scale(1);
}

#filtrationForm input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 2rem;
    padding: 0.1rem;
    border: 1px solid #D2D2D2;
    width: 20px;
    height: 20px;
}

.uk-checkbox:checked {
    background-color: #0b0b0b !important;
}

.formContentOrientation {
    flex-direction: row;
}

@media screen and (max-width: 640px)  {
    .modal-content h1 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 !important;
    }

    .modal-content h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1230px) {
    .formContentOrientation {
        flex-direction: column;
    }
}

.black-icon svg {
    color: #0F0F0F !important;
}

.disabledState:disabled {
    background-color: #D2D2D2 !important;
    color: #999999 !important;
}

.uk-button-default span,
.modal-content form select {
    color: #999999;
}

.uk-button {
    text-transform: none !important;
}

.borderButton {
    border: solid 1px #0F0F0F !important;
}

.borderUnselectButton {
    border: solid 1px #D2D2D2 !important;
}

.borderUnselectButton input {
    border: none !important;
}

.selectWindow {
    width: 290px;
    color: #0F0F0F !important;
}

.checkBoxLabel {
    height: 40px;
}

.nonEmptyValueLabel {
    color: #0F0F0F !important;
}

.divider {
    border-top: 1px solid #E1E1E1;
    padding-top: 50px;
}
#filtrationForm .uk-select {
    border: 1px solid #D2D2D2 !important;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" stroke-width="1.03" points="16 7 10 13 4 7"></polyline></svg>') !important;
    background-position: 90% 50% !important;
}

#filtrationForm .actionButton {
    height: 40px;
    text-transform: uppercase !important;
}

.closeIcon svg {
    width: 24px;
    height: 24px;
}

@media  screen and (min-width: 1024px) {
    #filtrationForm .resetButton {
        max-width: 200px;
    }

    #filtrationForm .confirmButton {
        max-width: 674px;
    }

    #filtrationForm .uk-select {
        background-position: 95% 50% !important;
    }
}



.disabledState:disabled {
    background-color: #D2D2D2 !important;
    color: #999999 !important;
}

.uk-button-default span,
.modal-content form select {
    color: #999999;
}

.uk-button {
    text-transform: none !important;
}

.borderButton {
    border: solid 1px #0F0F0F !important;
}

.borderUnselectButton {
    border: solid 1px #D2D2D2 !important;
}

.borderUnselectButton input {
    border: none !important;
}


.selectWindow {
    width: 290px;
    color: #0F0F0F !important;
}

.checkBoxLabel {
    height: 40px;
}

.nonEmptyValueLabel {
    color: #0F0F0F !important;
}

.divider {
    border-top: 1px solid #E1E1E1;
    padding-top: 50px;
}
#filtrationForm .uk-select {
    border: 1px solid #D2D2D2 !important;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" stroke-width="1.03" points="16 7 10 13 4 7"></polyline></svg>') !important;
}

#filtrationForm .actionButton {
    height: 40px;
}

.closeIcon svg {
    width: 24px;
    height: 24px;
}

@media  screen and (min-width: 1024px) {
    #filtrationForm .resetButton {
        max-width: 200px;
    }

    #filtrationForm .confirmButton {
        max-width: 674px;
    }
}



