.header {
  position: relative;
  padding: 0;
  z-index: 2;
  /* Media Queries*/
  /* /Media Queries*/
}
.header__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 0.2509803922);
  min-height: 65px;
  padding: 12px 24px 18px;
  position: absolute;
  background-color: #fff;
  border-bottom-left-radius: 50% 20px;
  border-bottom-right-radius: 50% 20px;
}
.header--extended {
  height: auto;
  padding-bottom: 54px;
}
.header__menu {
  margin-block: 41px 60px;
  text-align: center;
}
.header__menu__toggle__btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.header__menu__wrapper {
  display: none;
  color: #003974;
}
.header__menu__wrapper--active {
  display: block;
  flex-basis: 100%;
}
.header__menu__item {
  font-size: 26px;
  line-height: 35px;
}
.header__menu__item:not(:first-child) {
  margin-top: 40px;
}
.header__menu__item--mobile-hide {
  display: none;
}
.header__menu__link {
  color: #003974;
}
.header__accounts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 22px;
}
.header__accounts__title {
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.header__accounts__link {
  display: block;
}
.header__contact {
  padding: 6px 4px;
  background-color: #003974;
  color: #fff;
  border-radius: 6px;
  width: min-content;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    padding-block: 32px 40px;
    border-bottom-left-radius: 50% 40px;
    border-bottom-right-radius: 50% 40px;
  }
  .header__menu__toggle__btn, .header__home, .header__contact, .header__accounts__title, .header__accounts, .header__menu__item--desktop-hide {
    display: none;
  }
  .header__menu {
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .header__menu__wrapper {
    display: block;
    width: 100%;
  }
  .header__menu__item {
    margin: 0px !important;
    font-size: 24px;
    line-height: 32px;
  }
  .header__menu__item--mobile-hide {
    display: block;
  }
  .header__menu__link {
    color: #212529;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu {
    gap: 70px;
  }
    .header__logo {
        width: 150px;
        height: auto;
    }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 246px;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .header__wrapper {
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 50% 86px;
    border-bottom-right-radius: 50% 86px;
  }
}

/*
.header:after, 
.header:before {
    // content: "";
    // position: absolute;
    // inset-block-end: 0;
    // width: 50%;
    // height: 15px;
    // background-color: antiquewhite;
    // z-index: 2;
    // box-shadow: 0px -3px 10px 0px #00000040; 
    // border-top: 1px solid red;


content: "";
position: absolute;
    inset-block-end: 0;
        width: 50%;
  height: 15px;
// box-shadow: 1px -3px 10px 0px rgba(0, 0, 0, 0.2509803922);
    border-top: 1px solid red

}

.header:after {

//   border-top: 15px solid transparent;
//   border-right: 0;
//   border-bottom: 0;
//   border-left: 140px solid blue;


  background-image:
    linear-gradient(to bottom right, transparent 50%, red 0);
  background-position: left, right;
  inset-inline-end: 0;
}
.header:before {
      background-image:
    linear-gradient(to bottom left, transparent 50%, red 0);
  background-position: right, left;
    inset-inline-start: 0;
}
*/
/*# sourceMappingURL=header.min.css.map */
