.airport_airline_audit_title2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.airport_airline_audit_plan {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    margin-top: 29px;
}

.airport_airline_audit_plan img {
    max-width: 100%;
    height: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.airport_airline_plan_image {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.airport_airline_plan_images img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.airport_airline_plan_image:hover::before {
    content: url("../img/maximize.png");
    background: rgba(0, 139, 239, 0.5) !important;
    padding: 100%;
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 222;
}

.departament_tab_wrapper {
    width: 100%;
}

.tab_content_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.tab_content_text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
}

.departament_tab_wrapper {
    margin-top: 25px;
}

.department_projects_slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
    max-width: calc(66vw);
    width: 100%;
    display: flex;
    overflow: scroll;
    scroll-behavior: smooth;
    margin-top: 25px;
}

.departament_slide {
    position: relative;
    overflow: hidden;
    min-width: 339px;
    height: 450px;
}

.departament_slide img {
    min-width: 339px;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.departament_slide:hover::before {
    content: url("../img/maximize.png");
    background: rgba(0, 139, 239, 0.5) !important;
    padding: 100%;
    color: red;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 222;
}

.airport_services_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-top: 25px;
}

.departament_reports {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

.report {
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 34px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.contact_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact_wrapper .contact {
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 34px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 50%;
    width: 100%;
}

.contact_wrapper .contact:hover p {
    color: var(--yellow);
}

.national_programm_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 30px;
}

.national_programm_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.national_programm_links .report {
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 34px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.national_programm_links .report p {
    width: 100%;
}

.national_programm_links .report span {
    color: var(--main_color);
}

.national_programm_links .report:hover span,
.national_programm_links .report:hover p {
    color: var(--yellow);
}

.aero_contact_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.aero_contact_wrapper .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px 30px;
    gap: 20px;
}

.aero_contact_wrapper .contact p {
    width: 100%;
}

.contact_phone_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.contact_phone_wrapper .phones {
    min-width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact_site {
    min-width: 120px;
    max-width: 250px;
    width: 100%;
    color: var(--main_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.contact_site:hover {
    color: var(--yellow);
}

.select_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.select_wrapper select {
    width: 100%;
    max-width: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    border: 1px solid #000000;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 10px;
}

.contact_desc {
    width: 100%;
}

.contact_desc table tr {
    border-bottom: none;
}

.contact_desc table tr th {
    color: #cccccc;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 10px;
}

.contact_desc table tr td {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #10afca;
    padding: 5px 10px;
}

.contact_desc table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.flex_end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.more {
    color: var(--main_color);
    padding: 20px;
    width: 100%;
    text-align: center;
}

.more:hover {
    color: var(--yellow);
}

@media screen and (max-width: 1024px) {
    .national_programm_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .department_projects_slides {
        max-width: calc(100vw - 60px);
    }
    .aero_contact_wrapper .contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .aero_contact_wrapper .contact p {
        width: auto;
    }
    .contact_site {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact_desc table {
        width: inherit;
    }
}

@media screen and (max-width: 420px) {
    .airport_airline_audit_title2 {
        font-size: 18px;
        line-height: 1.4;
    }
    .main_container .content_title {
        font-size: 20px;
    }
    .airport_airline_audit_plan {
        margin-top: 10px;
    }
    .national_programm_wrapper img {
        max-width: 100% !important;
    }
    .report {
        padding: 20px !important;
        gap: 10px !important;
    }
    .report p {
        font-size: 12px;
        line-height: 1.2;
    }
    .report img {
        max-width: 30px !important;
    }
    .airport_airline_audit_title2 {
        font-size: 16px;
    }
}