@media screen and (min-width: 1200px) {
  .header {
    padding: 0 56px 0 90px;
    margin-bottom: 1rem;
  }

  .hamburger {
    display: none;
  }

  .header__nav {
    display: block;
    position: relative;
    top: 0;
    background: #ffffff00;
  }

  .header__nav_ul {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__nav_ul a {
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }

  .header__nav_ul li a {
    pointer-events: auto;
  }
  .header__nav_ul li .sub-menu {
    margin: 0 auto;
  }

  .header__nav_ul li .sub-menu {
    opacity: 0;
    display: none;
    top: 63px;
    position: absolute;
    background: linear-gradient(263.9deg, #001880 -9.86%, #45B0B7 103.75%), rgba(20, 69, 144, 0.7);
    width: 261px;
    min-height: 150px;
    transition: all 1s linear;
  }

  .heaeder__logo_cont {
    display: none;
  }

  .header__nav_ul {
    display: flex;
  }
  .header__nav_ul li {
    display: flex;
    flex-direction: row;
  }
  .header__nav_ul li:hover ul {
    opacity: 1;
    display: block;
  }
  .header__nav_ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 1344px) {
  .header__nav_ul a {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .top__header {
    display: none;
  }
}

/*# sourceMappingURL=header_media.css.map */
