#main-image {
    width: 100%;
    height: 100%;
}

#main-image-svg {
    position:absolute;
    z-index:39;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media all and (max-width: 1050px) {
    #main-image-svg {
        display: none;
    }
}

.main-image-svg-path {
    fill: transparent;
    transition: all 0.2s;
    cursor: pointer;
}

.floor-detail-svg-path {
    transition: all 0.2s;
    cursor: pointer;
}

.main-image-tooltip {
    box-sizing: border-box;
    position: absolute;
    z-index: 60;
    width: auto;
    min-width: 256px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 16px;
    padding: 16px 16px 8px 16px;
    background: linear-gradient(to bottom, rgb(239 253 224) 0%, #ffffff 25%);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    overflow: hidden;
}

.zoom-pulse {
    animation: zoom-pulse 1s infinite;
}

.contact-button {
    transition: all 0.2s;
}

.contact-button:hover {
    cursor: pointer;
    background-color: #63a246;
    color: white;
}

.locality-button {
    transition: all 0.2s;
}

.locality-button:hover {
    cursor: pointer;
    transform: scale(1.02);
    opacity: 1 !important;
}

.etapa-tip-butt {
    transition: all 0.2s;
}

.etapa-tip-butt:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.choose-home button {
    transition: all 0.2s;
}

.choose-home button:hover {
    transform: scale(1.02);
}

@keyframes zoom-pulse {
    0% {
        transform: scale(1.00);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1.00);
    }
}

.building-floor-detail-container {
    max-width: 1262px;
    margin:64px auto 300px auto;
    padding:0 15px;
}

.building-floor-detail-container.section-header {
    margin-top: 180px;
}

/* Vlastnosti flex kontejneru */
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

/* Ovládání směru flex */
.flex-row { flex-direction: row !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column { flex-direction: column !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }

/* Ovládání překlopení flex */
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

/* Ovládání zarovnání flex (zarovnání položek na hlavní ose) */
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.justify-content-evenly { justify-content: space-evenly !important; }

/* Vertikální zarovnání (zarovnání položek na příčné ose) */
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }

/* Horizontální zarovnání (zarovnání položky na hlavní ose) */
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }

.text-center {
    text-align: center;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff;
}

.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #d6d8db;
}


a:hover {
    text-decoration: underline;
}

._loading {
    position: fixed;
    z-index: 99999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
._loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
._loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

._loading:not(:required):after {
    content: '';
    display: block;
    font-size: 2.5vh;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form-row input {
    transition: all 0.2s;
}

[data-post-input]:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .35rem;
    color: white;
    font-family: Arial;
}

.badge.bg-primary {
    background-color: #0d6efd;
}

.badge.bg-secondary {
    background-color: #6c757d;
}

.badge.bg-success {
    background-color: #198754;
}

.badge.bg-danger {
    background-color: #dc3545;
}

.badge.bg-warning {
    background-color: #ffc107;
}

.badge.bg-info {
    background-color: #0dcaf0;
}

.badge.bg-light {
    background-color: #f8f9fa;
}

.badge.bg-dark {
    background-color: #212529;
}

.mt-0 { margin-top: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mx-0 { margin-right: 0 !important; margin-left: 0 !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }

.mt-1 { margin-top: 0.25rem !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.ml-1 { margin-left: 0.25rem !important; }
.mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.mt-2 { margin-top: 0.5rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.mt-3 { margin-top: 1rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.ml-3 { margin-left: 1rem !important; }
.mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }

.mt-4 { margin-top: 1.5rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.mt-5 { margin-top: 3rem !important; }
.mr-5 { margin-right: 3rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.ml-5 { margin-left: 3rem !important; }
.mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

.flat-detail-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding-right: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    background-repeat: no-repeat;
    background-position: right center;
    min-width: 100px;
}

.flats-list-table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.flats-list-table tbody tr {
    transition: all 0.2s;
}

.flats-list-table tbody tr:hover {
    background-color: rgb(250,250,250);
}

.flats-list-table th, .flats-list-table td {
    text-align: center;
    padding: 16px;
    border-bottom: 1px solid rgb(210,210,210)
}

.flats-list-tiles {
    display: none;
}

@media all and (max-width: 1280px) {
    .flats-list-table {
        display: none;
    }

    .flats-list-tiles {
        display: flex;
        flex-wrap: wrap;
        gap: 36px;
    }

    .flats-list-tiles > a {
        position: relative;
        flex: 1 1 0;
        padding:24px 16px;
        background: linear-gradient(to bottom, #EDFADE 0%, #FFFFFF 40px);
        border-radius: 12px;
        transition: all 0.2s;
        border: 2px solid #DDF6BE;
    }

    .flats-list-tiles > a:hover {
        text-decoration: none;
        cursor: pointer;
        background-color: rgb(248,248,248);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    }
}

.header-link a {

}

.header-link a:hover {
    text-decoration: none;
    font-weight: 600;
}

.green-select {
    transition: all 0.2s;
    width: 200px;
    max-width: 40vw;
    border: 2px solid #C3DE9C;
    padding: 12px 18px;
    border-radius: 24px;
    color: rgb(160,160,160);

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20'><text x='0' y='15' style='font-size:15px;' fill='rgb(200,200,200)'>▼</text></svg>") no-repeat right center;
    background-position: calc(100% - 12px) center;
}

.green-select:focus, .green-select:active, .green-select:focus-visible {
    border-color: #a9cf71;
    outline: none;
}


.range-slider {
    width: 240px;
    max-width: 40vw;
    position: relative;
    margin: 15px 0 30px 0;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #C3DE9C;
    cursor: pointer;
    margin-top: -9px;
    position: relative;
    z-index: 1;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: var(--color_12);
    border-radius: 3px;
    border: none;
}

@media only screen and (max-width: 1050px) {
    .main-heading.no-buttons {
        margin-top: 130px;
    }
}

@media only screen and (max-width: 800px) {
    .main-heading.no-buttons {
        margin-top: 140px;
    }
}

.second-section.no-image {
    background-image: none;
    padding-top: 600px;
}

.second-section-custom-image {
    position: absolute;
    pointer-events:none;
    z-index: 12;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/top_image_waves_new.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 190px;
}

.content-right.ellipse {
    position:relative;
    z-index: 9;
    clip-path: ellipse(85% 100% at 50% 0%);
}

@media only screen and (max-width: 1300px) {
    .content-right.ellipse {
        clip-path: ellipse(120% 100% at 50% 0%);
    }
}

@media only screen and (max-width: 1000px) {
    .content-right.ellipse {
        flex-direction: column;
        clip-path: none;
    }

    .contact-section {
        margin-top: -160px;
        padding-top: 250px;
    }
}

.third-image {
    z-index: 1;
    width: 50%;
    height: 640px;
    background-image: url(/assets/img/image_box1_right.jpg);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
    .third-image {
        background-position: -120px 0;
    }
}

@media only screen and (max-width: 1000px) {
    .third-image, .right-image {
        width: 100%;
        height: 480px;
        background-position: center;
        background-size: cover;
    }
}

@media only screen and (max-width: 680px) {
    .third-image, .right-image {
        background: transparent;
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .content-left {
        /*margin-top: -100px;*/
    }
}

.content-third {
    position: relative;
    display: flex;
    margin-top: -140px;
    z-index: 10;
    background-color: white;
    clip-path: ellipse(85% 100% at 50% 0%);
}

@media only screen and (max-width: 1300px) {
    .content-third {
        clip-path: ellipse(120% 100% at 50% 0%);
    }
}

@media only screen and (max-width: 1000px) {
    .content-third {
        flex-direction: column;
        clip-path: none;
    }

    .content-third {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 700px) {
    .second-section-custom-image .main-heading {
        margin-top: 160px;
    }
}

@media only screen and (max-width: 840px) {
    .footer-logo {
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .foot-right {
        margin-top: 24px;
    }
}

.container {
    max-width: 1920px;
    width: 100%;
    margin:0 auto;

}

@media only screen and (max-width: 1950px) {
    .container {
        max-width: 1400px;
    }
}

@media only screen and (max-width: 1430px) {
    .container {
        max-width: 1100px;
    }
}

@media only screen and (max-width: 1130px) {
    .container {
        max-width: 800px;
    }
}

@media only screen and (max-width: 830px) {
    .container {
        max-width: 600px;
    }
}

@media only screen and (max-width: 630px) {
    .container {
        max-width: 100%;
    }
}


.vyber-dokoncenosti-heading {
    position: relative;
    z-index: 5;
    margin-top:-260px;
    height: auto;
    background-image: url(/assets/img/photo_down_waves_fp.png);
    background: url(/assets/img/photo_down_waves_fp.png), linear-gradient(to bottom, transparent 250px, var(--color_11) 250px);
    background-position: top;
    background-repeat: no-repeat;
    /* background-size: cover; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 250px;
    padding-bottom: 140px;
}

.no-third-section-padding {
    padding-bottom: 260px;
}

@media all and (max-width: 1000px) {
    .no-third-section-padding {
        padding-bottom: 100px;
    }

    .vyber-dokoncenosti-heading {
        background: url(/assets/img/photo_down_waves_fp_mobile.png), linear-gradient(to bottom, transparent 250px, var(--color_11) 250px);
        margin-top: 30px !important;
        background-position: top;
        background-repeat: no-repeat;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 500px) {
    .vyber-dokoncenosti-heading .sub-heading {
        font-size: 6.5vw;
        max-width: 90%;
    }

    .vyber-dokoncenosti-heading h1 {
        font-size: 10vw;
    }
}

.vyber-dokoncenosti-container {
    display: flex;
    align-items: stretch;
    margin-top: 32px;
}

.vyber-dokoncenosti-container > div {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--seventh_color);
}

.vyber-dokoncenosti-container > div:nth-child(1) {
    border-right: 1px solid var(--color_12);
}

.vyber-dokoncenosti-container > div:nth-child(2) {
    border-left: 2px solid var(--color_12);
}

@media only screen and (max-width: 1132px) {
    .vyber-dokoncenosti-container > div {
        padding:0 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .vyber-dokoncenosti-container {
        flex-direction: column;
    }

    .vyber-dokoncenosti-container > div:nth-child(1) {
        border-right: 0;
        border-bottom: 1px solid var(--color_12);
        padding-bottom: 30px;
    }

    .vyber-dokoncenosti-container > div:nth-child(2) {
        border-left: 0;
        border-top: 1px solid var(--color_12);
        padding-top: 30px;
    }

    .vyber-dokoncenosti-heading {
        margin-top: -170px;
    }
}

.btn {
    border: 0;
    background-color: var(--main_color);
    color: white;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    padding:12px 28px;
    transition: all 0.2s;
}

.btn:hover {
    cursor: pointer;
    background-color: var(--main_color);
    transform: scale(1.02);
}

.flat-detail-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flat-detail-container > div:nth-child(1) {
    width: 640px;
}

.flat-detail-container > div:nth-child(2) {
    width: 480px;
}

.flat-detail-images-container {
    max-width: 1120px;
    width: 100%;
    margin: 30px auto -35px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media all and (max-width: 1200px) {
    .flat-detail-container > div:nth-child(1) {
        width: 500px;
    }

    .flat-detail-container > div:nth-child(2) {
        width: 400px;
    }

    .flat-detail-images-container {
        max-width: 900px;
    }
}

@media all and (max-width: 1000px) {
    .flat-detail-container > div:nth-child(1) {
        width: 100%;
    }

    .flat-detail-container > div:nth-child(2) {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 42px;
    }

    .flat-detail-images-container {
        max-width: 100%;
    }
}


.carousel {
    background: transparent;
    width: 100%;
}

.flickity-slider {
    display: flex;
    align-items: center;
}

.flickity-prev-next-button {
    background: var(--main_color);
}

.flickity-button-icon {
    fill: white;
}

.flickity-button:hover {
    background: var(--main_color);
}

.zoom-pulse {
    animation: zoom-pulse 1s infinite;
}

@keyframes zoom-pulse {
    0% {
        transform: scale(1.00);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1.00);
    }
}

.green-button-pulse {
    animation: green-button-pulse 2s infinite;
}

@keyframes green-button-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(80, 163, 56, 0.6);
    }

    70% {
        box-shadow: 0 0 0 9px rgba(80, 163, 56,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(80, 163, 56,0)
    }
}

.slider-arrow {
    animation: zoom-pulse 1s infinite;
}

.videoPlayButton {
    position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);width: 130px;height: auto;max-width: 16vw;opacity: 0.8;transition: all 0.2s;
}

.videoPlayButton.small {
    width: 50px;height: 50px;
}

.videoPlayButton:hover {
    cursor: pointer;opacity: 1;
}




.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.modal-window.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.modal-window .modal-window-container {
    width: 900px;
    max-width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3em 2em 2em 2em;
    background: white;
}
.modal-window header {
    font-weight: bold;
}
.modal-window h1 {
    font-size: 150%;
    margin: 0 0 15px;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
    cursor: pointer;
}
.modal-close:hover {
    color: black;
}

.modal-window .modal-window-container {
    border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

/*
.contact-section {
    height: 800px;
    margin-top: -230px;
}

.contact-content {
    margin-top: -90px;
}*/

@media all and (max-width: 1000px) {
    .mam-zajem-o-financovani {
        font-size: 40px !important;
    }

    .contact-heading span {
        width: 100% !important;
    }
}

.finance-odeslat {
    position:absolute;top:20px;left:50%;transform: translateX(-50%)
}

@media all and (max-width: 680px) {
    .finance-odeslat {
        top: -30px;
    }
}

[data-post-input]::placeholder {
    color: var(--sixth_color);
}

@media all and (max-width: 1050px) {
    .first-section.mobile-hide-main-image {
        padding-bottom: 100px;
    }

    .first-section.mobile-hide-main-image img {
        display: none;
    }
}

.first-section.sub-page {
    padding-bottom:174px;
}

@media all and (max-width: 680px) {
    .first-section.sub-page {
        padding-bottom:100px;
    }
}

@media all and (max-width: 600px) {
    .first-section.sub-page {
        padding-bottom:86px;
    }
}

.index-buttons {
    position: absolute;
    top:170px;
    left:50%;
    transform: translateX(-50%) !important;
    font-size: 18px;
    height:54px;
    gap:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1050px) {
    .index-buttons {
        display: none;
    }
}

.visible-mobile {
    display: none;
}

@media all and (max-width: 1000px) {
    .visible-mobile {
        display: block;
    }

    .visible-desktop {
        display: none;
    }
}

@media all and (min-width: 680px) {
    [data-post-input="message"] {
        width: 100% !important;
    }
}

