.container-fluid, .content {
    padding: 0;
}


.header-gallery {
    background-color: #0D0D0D;
}

#header {
    background: transparent;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

#header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#header-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    /*z-index: -2;*/
    object-fit: cover;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.row.header-menu {
    padding-top: 30px;
    background-color: #000000; /* Černá s průhledností */
    /*position: fixed; Zajistí, že menu zůstane nahoře */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-menu {
    display: flex;
    justify-content: space-between;
}

.header-menu .menu-logo {
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.header-menu .menu-logo,
.header-menu .menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    /*padding: 0 30px 0;*/
}

.header-menu .menu a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    text-wrap-mode: nowrap;
}

.col-lg-6.menu {
    gap: 54px;
}

.col-lg-3.menu {
    display: flex;
    justify-content: center;
}

.lang-selector {
    list-style: none;
    display: -webkit-inline-box;
    z-index: 1000;
    padding-left: 1rem;
}

.lang-selector .lang {
    cursor: pointer;
    text-transform: uppercase;
}

.lang-selector li.lang::after {
    content: "/";
    color: #FFFFFF;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 12px;
}

.lang-selector li.lang:last-child::after {
    content: "";
}

.lang-selector .lang.active {
    color: #FFFFFF;
    font-weight: bold;
}

.lang-selector .lang a {
    text-decoration: none;
    color: #0078D7;
    font-weight: 500;
}


.ama-button {
    background-color: #0077C8;
    border-radius: 50px;
    padding: 12px 20px;
    color: #FFF;
    /*transition: border 0.2s ease-in, color 0.2s ease-in;*/
}

/*.ama-button:hover {
    border: 2px solid #F58A3E;
    color: #F58A3E !important;
}*/

.row.header-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-text-inner {
    max-width: 1000px;
    width: 100%;
    color: white;
}

.header-text-inner .text {

}

.col-sm-12.text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#content-wrapper {
    background: #fff;
    margin-top: -5px;
    z-index: 999;
    position: relative;
}

.col-sm-12.text h1 {
    /*font-family: "Open Sans";*/
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.col-sm-12.text p {
    color: #FFF;
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 36px */
    margin-bottom: 30px;
}

.cont-button {
    padding: 17px 34px;
    background-color: transparent;
    /*font-family: "Open Sans";*/
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid white;
}

.header-arrow {
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 42px;
}

.header-arrow img {
    width: 14px;
    height: auto;
}

.about-us-section-wrapper {
    display: flex;
    justify-content: space-around;
}

#aboutUs {
    color: #000000;
}

.about-us-section {
    display: flex;
    align-items: stretch;
    justify-content: center;
    /*background: url("/assets/images/aboutUs.jpg") lightgray 0% / cover no-repeat;*/
    /*min-height: 680px;*/
    color: #000000;
}


.about-us-h6 {
    color: #0077C8;
}

.sub-text {
    max-width: 484px;
    /*max-height: 192px;*/
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}

.col-lg-12.headline h2 {
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 100% */
}

.about-us-image {
    padding: 0;
    overflow: hidden;
}

.about-us-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 100%;
}

.about-us-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex: 1;
}

.headline {
    width: 100%;
}

#second-text {
    margin-top: 70px;
}

.sub-text-wrapper {
    display: flex;
    flex-direction: column;
}

.blue-stripe {
    background-color: #0077C8;
    padding: 30px;
    display: flex;
    align-items: center;
}

.blue-stripe-section-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.blue-stripe-text p {
    color: #FFFFFF;
    line-height: 10px;
    text-align: left;
}

.blue-stripe-text {
    margin-top: 10px;
}

/*.blue-stripe-section-text{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.blue-stripe-section-text p{
    color: #FFFFFF;
}*/

.row.services-section-black {
    padding-top: 100px;
    padding-bottom: 100px;
}

.row.services-section-black {
    background-color: #000000;
}

.col-lg-12.header-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0077C8;
}

.col-lg-12.header-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.col-lg-12.header-sub-text {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
}

.col-lg-5.services-text h1 {
    color: #0077C8;
}

.col-lg-5.services-text p, h2 {
    color: #FFFFFF;
}

.row.services-content {
    margin-top: 100px;
}

.services-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-lg-5.services-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.services-action-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.services-action-section img {
    width: 16px;
    height: 16px;
}

.services-action-section p {
    margin: 0;
}


.row.certificates-section {
    padding-top: 100px;
}

.col-lg-12.certificates-header-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0077C8;
}

.col-lg-12.certificates-header-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.row.certificates-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.certificates-cards {
    background-color: #F7F7F7;
    min-height: 230px;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    justify-content: space-between;
}

.logo-and-headline {
    display: flex;
    gap: 20px;
}

.logo-and-headline h4 {
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    word-wrap: break-word;
}

.logo-and-headline img {
    width: 33.6px;
    height: 30.2px;
}

.download-icon {
    display: flex;
    justify-content: flex-end;
}

.row.gallery-section-black {
    background-color: #000000;
    margin-top: 100px;
    padding-top: 110px;
    padding-bottom: 110px;
}

.col-lg-12.gallery-header-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.row.gallery-content {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 50px;
}


/* Původní styly pro kartu */
.gallery-cards {
    background-color: #000000;
    width: 100%;
    max-width: 362px;
    height: 450px;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
}

.gallery-image-wrapper {
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
}

.gallery-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-page-container {
    /*margin-bottom: 100px;*/
}

.gallery-text-wrapper {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 119, 200, 0.75);
    margin-top: -90px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-text-wrapper h2 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
}


.thumbnail-card {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    /*height: 100%;*/
    position: relative;
}

.thumbnail-card .gallery-image-wrapper {
    flex-grow: 1;
    height: 100%;
}

.thumbnail-card .thumbnail-image-style {
    width: 100%;
    position: relative;
    z-index: 1;
}

.thumbnail-card .gallery-text-wrapper {
    width: 100%;
    height: 90px;
    background-color: #0077C8;
    opacity: 0.75;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background-color: rgba(0, 119, 200, 0.85);*/
    border-radius: 0 0 15px 15px;
}

.thumbnail-card .gallery-text-wrapper h2 {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

.gallery-grid-thumbs {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    /*justify-content: space-between;*/
}

.gallery-grid-thumbs > [class*="col-"] {
    width: calc((100% - 40px) / 3);
}


.col-lg-3.gallery-cards h2 {
    font-weight: bold;
}

.row.gallery-section {
    margin-top: 75px;
}

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

.col-lg-12.form-header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0077C8;
}

footer-photo-section {
    margin-top: 4rem
}

.footer-photo {
    padding: 0;
    background-image: url("/assets/images/CirrusSRG7PlusA2A_6 1.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 480px;
}

.footer-photo img {
    width: 100%;
    height: auto;
}

.col-lg-12.blue-stripe-footer {
    background-color: #0077C8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 20px;
}

.col-lg-12.blue-stripe-footer h1, h5 {
    color: #FFFFFF;
}

.col-lg-12.blue-stripe-footer h5 {
    text-align: center;
}

.row.footer {
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 100px;
}

.row.contant-content {
    display: flex;
    justify-content: center;
    align-items: center;
}


#footer {
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #FFFFFF;
}


.footer-main-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #FFFFFF;
    text-align: left;
}


.footer-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.contact-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.contact-column h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.contact-column p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 5px 0;
    color: #FFFFFF;
}


.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.contact-item img {
    width: 20px;
    height: auto;
    margin-right: 15px;
    filter: brightness(0) invert(1);
}

.contact-item a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
}


.billing-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    margin-bottom: 5px;
    font-size: 16px;
}

.billing-row strong {
    font-weight: 700;
}


.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}


.footer-end {
    text-align: center;
    width: 100%;
}

.footer-line {
    border-top: 1px solid #444444;
    margin-bottom: 30px;
    width: 100%;
}

.footer-end p {
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.8;
}


.contact-info, .contact-info-first, .footer-icons {
    display: block;
    text-align: left;
}

@media screen and (max-width: 1300px) {
    .col-lg-6.menu {
        gap: 26px;
    }

    .header-menu .menu-logo, .header-menu .menu {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .services-action-section, .services-image {
        margin-bottom: 20px;
    }

    .blue-stripe-section-logo {
        display: block;
    }

    .col-sm-3.menu-logo {
        padding-left: 5%;
    }

    .footer-main-title {
        font-size: 36px;
        text-align: left;
    }

    .contact-column {
        padding-left: 15px;
        padding-right: 15px;
    }

    .billing-row {
        max-width: 100%;
    }
}

#services-header {
    background-color: #000000;
}

.header-image {
    width: 100%;
}

.blue-part-of-path {
    color: #0077C8;
}


.small-text {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.small-text a {
    color: #3C3C3C;
    text-decoration: none;
    transition: color 0.2s ease;
}

.small-text a:hover {
    color: #0077C8;
}


.main-heading {
    color: #181D36;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
}

.sub-heading-text {
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    max-width: 800px;
}

.services-text-page {
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
}

#second-text-services {
    margin-top: 50px;
}


.section-title {
    color: #181D36;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px;
}


.subsection-title {
    color: #181D36;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}


.section-spacing {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding-top: 50px;
}

.section-spacing:first-of-type {
    border-top: none;
    padding-top: 0;
}

.styled-list {
    padding-left: 0;
    font-size: 18px;
    color: #3C3C3C;
}

.styled-list-2 {
    padding-left: 0;
    font-size: 18px;
    color: #3C3C3C;
    list-style-type: none;
}

.styled-list-2 li {
    margin-top: 10px;
}

.styled-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.content-text {
    font-size: 18px;
    color: #3C3C3C;
    line-height: 1.6;
}

.content-text strong {
    color: #181D36;
}


@media screen and (max-width: 768px) {
    .main-heading {
        font-size: 30px;
    }

    .section-title {
        font-size: 28px;
    }

    .sub-heading-text, .content-text, .styled-list li {
        font-size: 16px;
    }

    .section-spacing {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        padding-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .main-heading {
        font-size: 26px;
    }

    .section-title {
        font-size: 24px;
    }

    .subsection-title {
        font-size: 20px;
    }

    .col-lg-12.gallery-header-heading {
        width: 65%;
    }
}


.special-services-title {
    text-align: center;
    /*margin-bottom: 50px;*/
}

.special-services-grid {
    justify-content: flex-start;
}

.service-card {
    background-color: #F8F8F8;
    border-radius: 5px;
    padding: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    transition: background-color 0.2s;
}

.service-card:hover {
    background-color: #EFEFEF;
}

.service-card p {
    color: #181D36;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}


.back-button {
    background-color: #0D0D0D;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 50px;
    display: inline-block;
    transition: background-color 0.2s, color 0.2s;
}


@media screen and (max-width: 576px) {
    .service-card {
        padding: 15px;
    }

    .service-card p {
        font-size: 15px;
    }
}


.gallery-heading {
    color: #181D36;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.gallery-intro-text {
    color: #3C3C3C;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    max-width: 800px;
}

.main-image-style {
    border-radius: 5px;
    width: 100%;
    height: auto;
    object-fit: cover;
}


@media screen and (max-width: 992px) {
    .gallery-grid-thumbs .col-lg-4:nth-child(3) {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .gallery-heading {
        font-size: 28px;
    }

    .gallery-intro-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .gallery-heading {
        font-size: 24px;
    }
}


.services-blue-bg {
    background-color: #181D36;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.services-blue-bg h2 {
    color: #FFF;
    /*font-family: "Open Sans";*/
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 19px;
}

.services-blue-bg p {
    max-width: 534px;
    color: #FFF;
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.more-information {
    max-height: 25px;
    display: flex;
    gap: 56px;
    align-items: center;
}

.more-information p {
    margin: 0;
}

.more-information img {
    width: 26px;
    height: auto;
}

.services-flight-service {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-servis-wrapper {
    max-width: 484px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-servis-wrapper h2 {
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.services-servis-wrapper p {
    color: #3C3C3C;
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.services-servis-wrapper img {
    max-width: 50px;
    height: auto;
}

.referecne-section {
    margin-top: 100px !important;
    background: #F0F2F5;
    height: 630px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reference-headline-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 130px;
    margin-bottom: 100px;
}

.reference-headline-section h2:only-child {
    margin: 0 auto;
}

.reference-headline-section h2 {
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
}

.reference-navigation {
    display: flex;
    max-height: 25px;
    gap: 33px;
}

.reference-navigation img {
    width: 60px;
    height: auto;
}

.reference-navigation p {
    color: #3C3C3C;
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.reference-card {
    background: #FFF;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reference-text-wrapper {
    max-width: 490px;
    padding: 20px;
}

.reference-text-wrapper p {
    color: #3C3C3C;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    padding-bottom: 10px;
}

.reference-text-wrapper h2 {
    max-height: 50px;
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    font-weight: 700;
    line-height: normal;
}

.reference-content-section-wrapper {
    overflow-x: hidden;
    margin: 0 80px;
}

.reference-content-section {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
}

.reference-card-wrapper {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 0 10px;
}


.user-badge {
    display: flex;
    gap: 11px;
    max-height: 45px;
}

.user-badge h3 {
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
}

.user-badge p {
    color: #3C3C3C;
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

form {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    display: flex;
    flex-direction: column;
    gap: 41px;
}

.form-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-headline {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #181D36;
}

.form-headline h2 {
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-section form {
    max-width: 840px;
}

.form-section form .form-row {
    display: flex;
}

.form-row {
    gap: 16px;
}

.form-inputs {
    display: flex;
    flex-direction: column;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    width: 100%;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* Arrows container */
.custom-arrows {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    pointer-events: none;
    gap: 5px;
}

/* Arrow styles */
.arrow-up,
.arrow-down {
    width: 0;
    height: 0;
    margin: 2px;
}

.arrow-up {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid black;
}

.arrow-down {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
}


.inputs {
    display: flex;
    flex-direction: column;
}

.form-inputs, .inputs {
    width: 100%;
}

.form-inputs input, .inputs input, .inputs select, .inputs textarea {
    background: #F7F7F7;
    border: none;
    padding: 10px;
    color: #3C3C3C;
}

.inputs textarea {
    height: 160px;
    resize: none;
}

.form-inputs span, .inputs span {
    color: #0077C8;
}

label {
    margin-bottom: 12px;
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
}

.submit-button {
    display: flex;
    justify-content: center;
}

.submit-button button {
    background-color: #000000;
    border: none;
    color: #FFF;
    padding: 14px 34px;
    border-radius: 30px;
    font-weight: bold;
}

.contact-section {
    border-top: 1px solid #F0F2F5;
    margin-bottom: 45px !important;
}

.contact-headline {
    display: flex;
    justify-content: center;
    margin: 45px 0;
}

.contact-section h2 {
    color: #181D36;
    /*font-family: "Open Sans";*/
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-section p {
    color: #3C3C3C;
    /*font-family: "Open Sans";*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.socials-info {
    display: flex;
    max-height: 28px;
    gap: 10px;
    margin-bottom: 10px;
}


.col-md-12.footer-section {
    background-color: #000000;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.col-md-12.footer-section p {
    padding: 0;
    margin: 0;
}


iframe {
    width: 400px;
    height: 570px;
}


.row {
    margin: 0;
    padding: 0;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.white {
    color: #FFF;
}

.black {
    color: #000;
}

/* Cookie bar */
#cookie-bar {
    z-index: 999;
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #007700;
}

#cookie-bar .cb-enable:hover {
    background: #009900;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #0033bb;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

/* Navigation */
#navigation ul ul {
    position: absolute;
    top: 100%;
    top: 0;
    display: none;
    margin-top: 20px;
}

#navigation ul li:hover > ul {
    display: block;
}

.custom-border-radius {
    border-radius: 15px;
}

@media screen and (max-width: 1024px) {


    .gallery-grid-thumbs {
        flex-wrap: wrap;
    }

    .gallery-grid-thumbs > [class*="col-"] {
        width: 100%;
    }

    /* Nav */
    #navigation .nav {
        display: none;
    }

    .header-menu > .col-lg-6,
    .header-menu > .no-mobile {
        display: none;
    }

    /* Nav */
    .hamburger {
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        position: fixed;
        z-index: 9999;
        top: 15px;
        right: 30px;
    }

    .hamburger-right {
        right: 0;
    }

    .hamburger:hover {
        opacity: 0.7;
    }

    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -10px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    /*
       * Slider
       */
    .hamburger--slider .hamburger-inner {
        top: 2px;
    }

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg);
        background-color: #FFF;
    }

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
        background-color: #FFF;
    }

    .pushy {
        display: block;
    }

    .reference-content-section-wrapper {
        margin: 0;
    }

    /*.header-arrow {
        display: none;
    }*/
    .row.services-section {
        margin-top: 0;
    }

    .services-servis-wrapper {
        margin-top: 100px;
    }

    /*.row.about-us-section {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    .about-us-section {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        background: #ffffff;
    }

    .about-us-text {
        justify-content: flex-start;
        padding-top: 100px;
        padding-bottom: 100px;
    }


}

/* Menu Appearance */
.pushy .ama {
    width: 100%;
}

.pushy .ama .ama-button {
    color: #FFFFFF;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.pushy .lang-selector {
    display: ruby-text;
}

.pushy .lang-selector .lang.active {
    color: #000000;
}

.pushy .lang-selector .lang a {
    border-bottom: none;
}

.pushy {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9998;
    padding-top: 40px;
    background: #FFF;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy .menu {
    padding: 0;
    list-style: none;
}

.pushy a {
    display: block;
    color: #000000;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}

.pushy a:hover {
    color: #CA0000;
}

/* Menu Movement */

.pushy-left {
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}

.pushy-right {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

.pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.container-push, .push-push {
    -webkit-transform: translate3d(200px, 0, 0);
    -moz-transform: translate3d(200px, 0, 0);
    -ms-transform: translate3d(200px, 0, 0);
    -o-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
}

/* Menu Transitions */

.pushy, #container, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

.cursor-pointer {
    cursor: pointer;
}

/* Site Overlay */

.site-overlay {
    display: none;
}

.pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9997;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*Media Query */
@media screen and (max-width: 768px) {
    #header {
        max-height: 817px;
        margin-bottom: 33px;
    }

    .header-menu > .col-md-6,
    .header-menu > .col-md-3 {
        display: none;
    }

    .col-sm-12.text {
        padding: 50px;
    }

    .pushy {
        font-size: 1.0em;
    }

    .pushy .col-lg-3.menu {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pushy .col-lg-3.menu ul {
        width: 100%;
    }

    .pushy .col-lg-3.menu ul li {
        list-style: none;
    }

    .pushy .lang-selector {
        padding: 0;
    }

    .pushy .lang-selector .lang.active {
        color: #000000;
        padding: 15px 30px;
    }

    .services-section > .col-lg-6 {
        margin-bottom: 33px;
    }

    .row.services-section {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 33px;
    }

    .contact-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .services-blue-bg {
        padding: 29px 24px;
    }

    .services-servis-wrapper img {
        width: 50px;
        height: auto;
    }

    .services-section img {
        max-width: 100%;
        height: auto;
    }

    #poptavka {
        padding: 30px;
    }

    .reference-card {
        min-width: auto !important;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .reference-card-wrapper {
        flex: 0 0 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .reference-headline-section {
        padding: 0 42px;
    }

}

@media screen and (max-width: 485px) {
    #header {
        height: 710px;
        background-image: url("../images/image_static.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*.footer-photo {*/
    /*    background-image: url("/assets/images/footerMobile.png") !important;*/
    /*    height: 260px;*/
    /*    background-size: cover;*/
    /*}*/

    header video {
        display: none !important;
    }

    #header {
        height: auto !important;
        min-height: 0 !important;
        padding-bottom: 0 !important;
    }


    .row.header-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .col-sm-3.menu-logo img {
        height: 35px;
        margin-top: 20px;
    }


    .gallery-image-wrapper {
        flex-grow: 1;
        width: 100%;
        overflow: hidden;
    }

    .gallery-image-wrapper img {
        width: 100%;
        height: 100%;
        /*object-fit: contain;*/
        display: block;
    }

    .gallery-text-wrapper {
        width: 100%;
        height: 90px;
        background-color: rgba(0, 119, 200, 0.85);
        color: #FFFFFF;
        text-align: center;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.75;
        margin-top: -90px
    }

    .logo-and-headline h4 {
        font-size: 13px !important;
    }

    .row.services-content {
        margin-top: 20px;
    }


    .col-lg-12.header-text {
        display: flex;
        justify-content: left;
        align-items: flex-start;
        color: #0077C8;
    }

    .col-lg-12.certificates-header-text {
        display: flex;
        justify-content: left;
        align-items: flex-start;
        color: #0077C8;
    }


    .col-lg-7.header-sub-text-wrapper {
        display: flex;
        justify-content: left;
        align-items: flex-start;
        text-align: left;
    }

    .row.services-section-black {
        padding: 30px 24px 30px 24px;

    }

    #certificates {
        padding: 30px 24px 30px 24px;
    }


    .col-lg-12.services-content-section {
        padding: 0;
    }


    .blue-stripe {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .services-image img {
        height: 191px;
    }


    .row.gallery-content {
        gap: 30px;
    }


    .col-lg-12.blue-stripe-footer {
        justify-content: left;
        align-items: center;
        padding: 50px 24px;
        gap: 20px;
    }

    .col-lg-12.blue-stripe-footer h1 {
        text-align: left;
        width: 100%;
    }

    .sub-text-blue-stripe {
        width: 100%;
    }

    .sub-text-blue-stripe h5 {
        text-align: left !important;
    }

    .col-lg-6.about-us-image {
        width: 100%;
        height: 400px;
    }

    .header-image {
        display: none;
    }

    #services-header {
        padding-bottom: 30px;
    }

    .header-gallery {
        padding-bottom: 15px;
    }

    .gallery-cards {
        width: 265px;
    }

    #image-placeholder {
        width: 54px;
        height: auto;
    }

    #sub-text-4 {
        /*margin-bottom: 150px;*/
    }


    #sub-text-2 {
        /*margin-bottom: 50px;*/
    }

    #sub-text-3 {
        /*margin-bottom: 120px;*/
    }

    .row.certificates-content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .certificates-cards {
        margin-top: 10px;
        min-height: 0 !important;
        height: auto !important;
        padding: 20px;
    }

    .row.certificates-content-wrapper {
        gap: 2px;
    }

    .logo-and-headline h4 {
        font-weight: bold;
        font-size: 10px;
        margin-bottom: 10px;
    }

    .row.gallery-section-black {
        margin-top: 10px;
        padding: 50px 24px 50px;
    }

    .col-lg-12.form-header-text {
        justify-content: left;
        align-items: flex-start;
    }

    .form-headline {
        display: flex;
        justify-content: left;
        text-align: left;
        color: #181D36;
    }

    .form-headline h2 {
        color: #181D36;
        /*font-family: "Open Sans";*/
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .blue-stripe-section-logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .blue-stripe-text p {
        color: #FFFFFF;
        line-height: 20px;
    }

    .blue-stripe-section-logo img {
        width: 265px;
        height: auto;
    }

    .col-sm-3.menu-logo {
        margin: 0;
        display: flex;
        justify-content: start;
    }

    .row.header-text {
        flex-direction: column;
        justify-content: left;
        align-items: center;
        text-align: center;
    }

    .header-text-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .col-sm-12.text {
        padding: 5px;
        width: 318px;
    }

    .col-sm-12.text p {
        text-align: left;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
        margin-bottom: 20px;
    }


    .col-sm-12.text h1 {
        text-align: left;
        color: #FFF;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 132%;
    }

    .col-sm-12.contact-button {
        display: flex;
        justify-content: left;
    }

    .row.about-us-section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #second-text {
        margin-top: 0;
    }

    .about-us-image,
    .about-us-text {
        width: 100%;
    }

    .about-us-text {
        padding: 24px 24px;
    }

    .row.services-section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 33px;
    }

    .form-section form .form-row {
        display: flex;
        flex-direction: column;
    }

    #poptavka {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    iframe {
        width: 320px;
        height: 333px;
    }

    .reference-content-section .reference-card:nth-child(2) {
        display: none;
    }

    .reference-headline-section {
        flex-direction: row;
        align-items: center;
        padding: 0 16px;
    }

    .reference-navigation {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .reference-navigation h2 {
        color: #181D36;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }

    .reference-navigation p {
        display: none;
    }

    .referecne-section {
        margin-top: 10px !important;
    }

    .row.referecne-section {
        height: 424px !important;
        width: 375px;
    }

    .reference-navigation img {
        width: 60px;
    }

    .reference-content-section {
        padding: 0 16px;
    }

    .reference-card {
        min-width: 343px;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .reference-text-wrapper {
        padding: 10px 0;
    }

    .reference-card-wrapper {
        padding: 20px 0;
    }

    .more-information img {
        width: 25px;
        height: auto;
    }

    .services-flight-service {
        padding: 0 24px;
    }
}


@media screen and (max-width: 1280px) {
    .col-sm-3.menu-logo {
        margin-top: -10px;
    }

    .gallery-cards {
        max-width: none;
    }
}

@media screen and (max-width: 500px) {
    #header {
        height: 710px;
    }

    .col-sm-3.menu-logo {
        margin: 0;
        display: flex;
        justify-content: start;
    }

    .row.header-text {
        flex-direction: column;
        justify-content: left;
        align-items: center;
        text-align: center;
    }

    .col-sm-12.text {
        padding: 5px;
        width: 253px;
    }

    .col-sm-12.text p {
        text-align: left;
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
        margin-bottom: 20px;
    }

    .sub-text {
        margin-bottom: 20px;
    }

    .col-sm-12.text h1 {
        text-align: left;
        color: #FFF;
        /*font-family: "Open Sans";*/
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 132%; /* 42.24px */
    }

    .col-sm-12.contact-button {
        display: flex;
        justify-content: left;
    }

    .row.about-us-section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .about-us-image,
    .about-us-text {
        width: 100%;
    }

    .row.services-section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 33px;
    }

    .form-section form .form-row {
        display: flex;
        flex-direction: column;
    }

    #poptavka {
        margin-top: 33px;
    }

    iframe {
        width: 320px;
        height: 333px;
    }

    .reference-headline-section {
        flex-direction: row;
        align-items: center;
        padding: 0 16px;
    }

    .reference-navigation {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .reference-navigation h2 {
        color: #181D36;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px; /* 100% */
    }

    .reference-navigation p {
        display: none;
    }

    .row.referecne-section {
        height: 404px;
        width: 100%;
    }

    .reference-navigation img {
        width: 68px;
    }

    .reference-content-section {
        padding: 0;
    }

    .reference-card {
        min-width: 343px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1494px) {
    .logo-and-headline h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .col-lg-3.gallery-cards {
        width: 332px;
        height: 420px;
    }
}

@media screen and (max-width: 1123px) {
    .row.gallery-content {
        gap: 35px;
    }

    .col-lg-3.gallery-cards {
        width: 312px;
        height: 400px;
    }
}

@media screen and (max-width: 1056px) {
    .col-sm-3.menu-logo {
        margin-top: -10px;
    }

    .col-lg-3.gallery-cards {
        width: 292px;
        height: 380px;
    }
}

@media screen and (max-width: 1000px) {
    .col-lg-3.gallery-cards {
        width: 272px;
        height: 360px;
    }
}

@media screen and (max-width: 991px) {
    .services-content {
        flex-direction: column;
    }

    .services-content .services-image {
        order: -1;

    }

    .services-content .services-image img {
        width: 100%;
    }

    .services-content > div:nth-child(2) {
        display: none;
    }

    .col-lg-5.services-text {
        margin-top: 25px;
    }
}