.banner {
    width: 100%;
    height: 373px;
    -o-object-fit: cover;
    object-fit: cover;
}

.activity_menu_wrapper {
    position: sticky !important;
    top: 40px; !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.activity_menu_wrapper .burger {
    padding: 19px 0;
    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;
    background-color: var(--main_color);
    margin: -45px -40px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.activity_menu_wrapper .menu_bottom_gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    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%);
}

/* Аккордеон стили */
.menu_item_with_children {
    position: relative;
}

.menu_item_with_children > a {
    position: relative;
    display: block;
    padding: 0 0 0 28px;
    cursor: pointer;
}

.menu_item_wrapper-link {
    margin-bottom: 10px;
}

.menu_item_wrapper-link a {
    display: block;
    color: var(--main_color);
}

.menu_item_with_children > a::after {
    content: '';
    position: absolute;
    /*right: 15px;*/
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: translateY(-50%) rotate(-45deg);
    transition: transform 0.3s ease;
}

.menu_item_with_children.expanded > a::after {
    transform: translateY(-50%) rotate(45deg);
}

.activity_menu_sub {
    max-height: 0;
    overflow: hidden;
    /*transition: all 0.2s linear;*/
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.activity_menu_sub.expanded {
    max-height: 1000px;
    padding: 0 0 0 20px;
    margin-top: 10px;
    /*transition: all 0.2s linear;*/
}

.activity_menu_sub.collapsed {
    max-height: 0;
    padding: 0;
}

/* Стили для дочерних элементов внутри аккордеона */
.activity_menu_sub .activity_menu_link {
    display: block;
    color: var(--main_color);
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.activity_menu_sub .activity_menu_link:hover,
.activity_menu_sub .activity_menu_link.active {
}

.activity_menu_sub a {
    display: block;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

/*.menu_shirt .main_container_menu {*/
/*    max-height: 175px !important;*/
/*}*/

.activity_menu_sub:not(.collapsed):not(.expanded) {
    /*background: var(--main_color);*/
    -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: 24px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: var(--gray-menu);
    display: -ms-grid;
    display: grid;
    grid-gap: 4px;
}

.activity_menu_sub a {
    display: flex;
    align-items: center;
    color: var(--main_color);
}

.activity_menu_sub a .dot {
    width: 5px;
    height: 5px;
    background-color: var(--gray-menu);
    border-radius: 50px;
    margin-right: 10px;
    margin-left: 20px;
}

.activity_menu_sub a .text {
    flex: 1;
}

.sub_active {
    color: var(--yellow) !important;
}

.activity_text {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.npa_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 30px;
}

.npa_item p {
    min-height: 40px;
}

.npa_item:hover,
.npa_item:hover p,
.npa_item.active,
.npa_item.active p {
    background: #10afca;
    color: #ffffff;
}

.npa_item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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: 20px;
}

.npa_item img {
    padding: 10px 0;
}

.npa_item:hover img,
.npa_item.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.activity_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}

.npa_link_item:hover,
.npa_link_item.active {
    color: #fdc50c;
}

.npa_link_item {
    color: #10afca;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.activity_table_wrapper {
    margin-top: 25px;
}

.activity_text a {
    color: var(--main_color);
}

.video_slides {
    /* display: flex;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  min-width: 768px;
  max-width: 1000px;
  overflow-x: auto; */
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
}

.video_slide {
    width: 100%;
    height: 100%;
    /* flex: 1 0 50%; */
}

.button {
    background-color: #ffffff;
    color: var(--main_color);
}

.button img {
    color: var(--main_color);
    /* filter: brightness(100) invert(1); */
}

.button:hover {
    background-color: var(--main_color);
    color: #ffffff;
}

.button:hover img {
    color: var(--main_color);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.tab_wrapper {
    padding: 45px;
    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: 0px 10px 10px 10px;
}

.tab_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tab_item:first-child {
    border-radius: 10px 0px 0px 0px !important;
}

.tab_item:last-child {
    border-radius: 0px 10px 0px 0px !important;
}

.tab_item.active {
    background: #00aec9;
    color: #f5f5f5;
}

.tab_item {
    cursor: pointer;
    color: #00aec9;
    padding: 25px 20px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.activity_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 15px;
}

.activity_item:hover a,
.activity_item:hover,
.activity_item.active {
    background: #10afca;
    color: #ffffff;
}

.activity_item {
    cursor: pointer;
    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;
    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: 20px;
}

.activity_item_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.activity_title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #0d1323;
    padding: 10px 0;
}

.activity_item img {
    padding: 10px 20px;
}

.activity_item:hover img,
.activity_item.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.airline_list_wrapper {
    margin-top: 10px;
    max-height: 60vh;
    overflow-y: scroll;
}

.airline_list_wrapper::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

.airline_list_wrapper::-webkit-scrollbar-track {
    background: #ffffff;
    /* color of the tracking area */
}

.airline_list_wrapper::-webkit-scrollbar-thumb {
    background-color: var(--main_color);
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #ffffff;
    /* creates padding around scroll thumb */
}


/* .airline_list_wrapper::-webkit-scrollbar-thumb {
  background-color: var(
    --main_color
  ) !important;
  border-radius: 20px;
  border: 3px solid orange;
} */

.airline {
    padding: 30px 0;
    border-bottom: 1px dashed #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.airline_logo_wrapper {
    width: 77px;
    min-width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.airline_logo_wrapper img {
    width: 54px;
    max-width: 54px;
    max-height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    margin: auto;
}

.airline_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}

.airline_short_name {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: var(--main_color);
}

.airline_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.airline_contacts a {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: var(--main_color);
}

.map {
    width: 100%;
    height: 400px;
}

.video_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.video_main {
    /* display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; */
    width: 100%;
    padding-top: 56.25%;
    /* 1:1 Aspect Ratio */
    position: relative;
}

.video_main video,
.video_main iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video_tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -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;
    height: 100px;
}

.video_tile {
    height: 100px;
    width: 200px;
    z-index: 0;
    /* padding-top: 56.25%;   */
    position: relative;
}

.video_tile_overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.video_main_overlay {
    z-index: 1;
    position: absolute;
    left: 60px;
    bottom: 60px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.video_tile>video,
.video_tile>iframe {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* mobile */

@media screen and (max-width: 1024px) {
    .activity_menu_wrapper {
        position: unset !important;
    }
}

@media (max-width: 768px) {
    .tab_menu {
        display: -ms-grid;
        display: grid;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-items: center;
    }
    .tab_item:first-child {
        border-radius: 10px 10px 0px 0px !important;
    }
    .tab_item:last-child {
        border-radius: 0px 0px 10px 10px !important;
    }
    .npa_list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .activity_list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .airline {
        gap: 20px;
    }
}

@media screen and (max-width: 560px) {
    .airline {
        gap: 20px;
    }
    .airline_contacts {
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 7px;
    }
}

@media screen and (max-width: 420px) {
    .activity_menu_wrapper .burger {
        margin-top: -30px;
        padding: 10px;
    }
    .activity_menu_sub {
        padding: 30px 20px;
        gap: 10px;
    }
    .activity_menu_sub a {
        font-size: 12px;
        line-height: 1.4;
    }
    .main_container_content h1 {
        font-size: 22px;
        font-weight: bold;
    }
    .activity_menu_wrapper .menu_bottom_gradient {
        height: 30px;
    }
}