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

.owl-nav-custom.project-nav {
    position: absolute;
    right: 15px;
    display: flex
;
    gap: 10px;
    bottom: 285px;
    z-index: 1;
}

.quote-list {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  justify-content: space-between;
    display: flex;
}
.quote-card {
    max-width: 220px;
    display: flex
;
    flex-direction: column;
}

.facts-list {
    display: flex
;
    flex-direction: row;
    gap: 50px;
    margin-top: 20px;
}

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

.schedule-nav {
    position: absolute;
    right: 15px;
    display: flex
;
    gap: 10px;
    bottom: 215px;
    z-index: 1;
}

    .owl-nav-custom.project-nav {
    position: absolute;
    right: 15px;
    display: flex
;
    gap: 10px;
    bottom: 250px;
    z-index: 1;
}

    .lang_header {
    margin: 0px 14px;
    font-family: GTDemiBold;
}
    header .container {
    display: flex
;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.navi_header ul li {
    list-style: none;
    padding: 10px;
}

    .text_slider {
        height: 265px;
        position: relative;
        width: 38%;
        float: right;
        text-align: right;
        color: #B1D9E5;
        padding: 20px 30px 100px 0;
        background: linear-gradient(260deg, rgba(0, 35, 57, 1) 52%, rgba(0, 35, 57, 0) 93%);
        /* padding-left: 10%; */
    }
.quote-list {
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
.quote-card {
    max-width: 270px;
    display: flex
;
    flex-direction: column;
}

.schedule_item_live {
    overflow: hidden;
    padding-bottom: 10px;
    font-family: 'GTRegular';
    position: relative;
    width: 219px;
}

.schedule_item {
  overflow: hidden;
  padding-bottom: 10px;
  font-family: 'GTRegular';
  position: relative;
  width: 219px;
}

}


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

    header .container {
        display: flex
;
        justify-content: flex-end;
        padding: 5px;
        align-items: center;
    }

.line_header {
    display: flex
;
    align-items: center;
    justify-content: end;
    width: 21%;
}

.lang_search {
    display: flex
;
    /* justify-content: start; */
    width: 12%;
    top: 40px;
    left: 70px;
}

.logo {
    width: 100%;
}

.live_header {
    border-radius: 8px;
    /* overflow: hidden; */
}

span.subtitle {
    color: #7799a3;
}

.quote-list {
    display: grid
;
    grid-template-columns: 1fr 1fr;
}

.slider_content {
    position: relative;
    width: 100%;
}

.text_slider {
        width: 100%;
        height: 190px;
        text-align: center;
        background: #002339;
    }

    .quote-card {
        max-width: 270px;
        display: flex
;
        flex-direction: column;
    }

 .news-section .news-grid .news-item:nth-child(4) {
    display: none;
  }

    .site-footer .container {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}
.facts-list {
    display: grid;
}

    .owl-nav-custom.project-nav {
        position: absolute;
        right: 15px;
        display: flex
;
        gap: 10px;
        bottom: 320px;
        z-index: 1;
    }

    .owl-nav-custom {
    position: absolute;
    right: 15px;
    display: flex
;
    gap: 10px;
    bottom: 20px;
    z-index: 1;
}

.schedule-nav {
    position: absolute;
    right: 15px;
    display: flex
;
    gap: 10px;
    bottom: 230px;
    z-index: 1;
}

nav#mobileMenu.navi_header_mobile {
  position: fixed;
  top: 0;
  right: -100%; /* Скрыто справа */
  height: 100%;
  width: 100%;
  background: white;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 60px 20px;
  transition: right 0.3s ease; /* плавный выезд */
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
}

nav#mobileMenu.navi_header_mobile.active {
  right: 0; /* Показываем */
}

  .navi_header {
    display: none; /* прячем десктопное меню */
  }

  .burger {
    display: flex !important;
  }
  nav#mobileMenu.navi_header_mobile ul {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
.header_mobile_menu {
    display: flex;
}
  nav#mobileMenu.navi_header_mobile ul li {
    width: 100%;
  }
.banner_header_mobi a {
    padding: 5px 5px 5px 5px;
}
.banner_header_mobi {
    height: 20%;
}
    .banner_header_mobi img {
        width: 100px;
        height: 70px;
        -o-object-fit: contain;
        object-fit: contain;
    }
  nav#mobileMenu.navi_header_mobile ul li a {
    font-size: 28px;
    color: #043C4D;
    font-family: 'GTDemiBold';
  }
  nav#mobileMenu ul li {
    margin-bottom: 15px;
}

  .line_header {
    display: none;
  }
}
  



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

.news-section .news-grid .news-item:nth-child(2) {
    display: none;
}

.owl-nav-custom {
    position: absolute;
    right: 30px;
    display: flex
;
    gap: 10px;
    bottom: 15px;
    z-index: 1;
}

  .site-footer .container {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    flex-direction: column;
}
.schedule_item {
    overflow: hidden;
    padding-bottom: 10px;
    font-family: 'GTRegular';
    position: relative;
    width: 159px;
}

    .owl-nav-custom.project-nav {
        position: absolute;
        right: 15px;
        display: flex
;
        gap: 10px;
        bottom: 225px;
        z-index: 1;
    }

.schedule-nav {
    position: absolute;
    right: 15px;
    display: flex
;
    gap: 10px;
    bottom: 240px;
    z-index: 1;
}

.schedule_item {
        overflow: hidden;
        padding-bottom: 10px;
        font-family: 'GTRegular';
        position: relative;
        width: 248px;
    }

    .schedule_item_live {
        overflow: hidden;
        padding-bottom: 10px;
        font-family: 'GTRegular';
        position: relative;
        width: 220px;
    }
    .burger {
    display: flex;
  }

  .navi_header {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    background: white;
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 20px;
    z-index: 1000;
  }

  .navi_header.active {
    display: flex;
  }

  .navi_header ul {
    flex-direction: column;
    gap: 15px;
  }

  .navi_header ul li a {
    font-size: 18px;
    color: #0D6781;
  }

  .line_header {
    display: none;
  }

  .lang_search {
    position: absolute;
    top: 10px;
    right: 40px;
  }
          header .container {
        display: flex
;
        justify-content: flex-end;
        padding: 10px;
        align-items: center;
    }
        .logo {
    width: 50%;
}
        .lang_search {
        position: absolute;
        top: 40px;
        left: 90px;
    }
    .owl-nav-custom.project-nav {
        position: absolute;
        right: 15px;
        display: flex
;
        gap: 10px;
        bottom: 220px;
        z-index: 1;
    }

        .owl-nav-custom {
        position: absolute;
        right: 15px;
        display: flex
;
        gap: 10px;
        bottom: 15px;
        z-index: 1;
    }

    .schedule-nav {
    position: absolute;
    right: 15px;
    display: flex
;
    gap: 10px;
    bottom: 235px;
    z-index: 1;
}

.contact-section {
    /* position: relative; */
    width: 100%;
    margin-top: 40px;
}
.contact-map-wrapper {
    /* position: relative; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
;
    flex-direction: column;
}

.contact-map-wrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    border: none;
    z-index: 1;
}

.contact-info-overlay {
    position: relative;
    height: 100%;
    right: 0;
    z-index: 2;
    width: 100%;
    background-color: #043C4DCC;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 6px;
}

}
@media screen and (max-width: 500px) {
    .social_mobi_menu ul {
        display: flex
;
        justify-content: space-between;
        width: 50%;
        margin: 0 auto;
    }
        .site-footer .container {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .owl-nav-custom {
        position: absolute;
        right: 10px;
        display: flex
    ;
        gap: 10px;
        bottom: 125px;
        z-index: 1;
        justify-content: space-between;
        left: 10px;
    }
    .schedule-nav {
        position: absolute;
        right: 10px;
        display: flex;
        gap: 10px;
        bottom: 210px;
        z-index: 1;
        justify-content: right;
    }
    .owl-nav-custom.project-nav {
        position: absolute;
        right: 15px;
        display: flex;
        gap: 10px;
        bottom: 280px;
        z-index: 1;
        justify-content: right;
    }

.schedule-nav {
    position: absolute;
    right: 10px;
    display: flex
;
    gap: 10px;
    bottom: 210px;
    z-index: 1;
}

.owl-next-custom {
    background: #679DAD;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex
;
    align-items: center;
}
.owl-prev-custom {
    background: #679DAD;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex
;
    align-items: center;
}

    .owl-nav-custom.project-nav {
        position: absolute;
        right: 10px;
        display: flex
;
        gap: 10px;
        bottom: 215px;
        z-index: 1;
    }

    .owl-nav-custom.project-nav {
        position: absolute;
        right: 15px;
        display: flex
;
        gap: 10px;
        bottom: 315px;
        z-index: 1;
    }

    .news-section .news-grid .news-item:nth-child(1) {
    display: none;
}

    .schedule_item {
        overflow: hidden;
        padding-bottom: 10px;
        font-family: 'GTRegular';
        position: relative;
        width: 193px;
    }

        .schedule_item_live {
        overflow: hidden;
        padding-bottom: 10px;
        font-family: 'GTRegular';
        position: relative;
        width: 193px;
    }
    
    .quote-list {
        display: grid
;
        grid-template-columns: 1fr;
        /* justify-content: center; */
        justify-items: center;
    }
    .quote-card img {
    border-radius: 10px;
    width: 270px;
    margin-bottom: 10px;
}
    .quote-card {
        max-width: 270px;
        display: flex
;
        flex-direction: column;
        margin-bottom: 15px;
    }

.fact-card {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

    .facts-list {
        justify-content: center;
        display: flex
;
        flex-direction: column;
    }

.fact-img {
    flex-shrink: 0;
    width: 100%;
    justify-items: center;
    max-width: 100%;
}
.contact-section {
    /* position: relative; */
    width: 100%;
    margin-top: 40px;
}
.contact-map-wrapper {
    /* position: relative; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex
;
    flex-direction: column;
}

.contact-map-wrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    border: none;
    z-index: 1;
}

.contact-info-overlay {
    position: relative;
    height: 100%;
    right: 0;
    z-index: 2;
    width: 100%;
    background-color: #043C4DCC;
    color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 6px;
}

    .lang_search {
        position: absolute;
        /* top: 10px; */
        /* right: 40px; */
    }
        .line_header {
        display: flex
;
        align-items: center;
        justify-content: end;
        width: 10%;
        display: none;
    }

        .lang_search {
        position: absolute;
        top: 40px;
        left: 20px;
    }
    
.live_header img {
    width: 120px;
            display: none;
}
.text_live_header {
    margin: 0 10px;
}
.text_slider {
            padding: 20px 0px 100px 0;
}
        header .container {
        display: flex
;
        justify-content: flex-end;
        padding: 10px;
        align-items: center;
    }
    .slider_main {
    margin-top: 25px;
}

.footer-center {
    display: flex
;
    flex-direction: column;
}

.footer-center a {
    margin: 0 10px;
    color: #0D6781;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 0 0;
}
}
@media screen and (max-width: 400px){
    .owl-nav-custom {
        position: absolute;
        right: 10px;
        display: flex
    ;
        gap: 10px;
        bottom: 125px;
        z-index: 1;
        justify-content: space-between;
        left: 10px;
    }
    .schedule-nav {
        position: absolute;
        right: 10px;
        display: flex;
        gap: 10px;
        bottom: 210px;
        z-index: 1;
        justify-content: right;
    }
    .owl-nav-custom.project-nav {
        position: absolute;
        right: 15px;
        display: flex;
        gap: 10px;
        bottom: 280px;
        z-index: 1;
        justify-content: right;
    }
}