.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1408px) {
  .header {
    padding-top: calc(15px + 5 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .header {
    padding-bottom: calc(15px + 5 * (100vw - 360px) / 1048);
  }
}
.header__body {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .header__body {
    padding: 15px 20px;
  }
}
.header__logo {
  font-size: 24px;
  line-height: 100%;
  color: #0c0c0c;
  font-weight: 500;
}
.header__logo img {
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .header__col-02 {
    position: absolute;
    top: 100%;
    right: -100vw;
    margin-top: 16px;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    width: 100%;
    padding: 48px 16px;
    border-radius: 8px;
    z-index: 999;
  }
  .header__col-02._active {
    right: 0;
  }
}
.header__col-03 {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.header__nav .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 992px) {
  .header__nav .menu-list {
    flex-direction: column;
    gap: 24px;
  }
}
.header__nav .menu-list li a {
  color: #0c0c0c;
  transition: all 0.3s ease 0s;
  font-family: "Arial", sans-serif;
}
.header__nav .menu-list li a:hover {
  color: #056dff;
}
@media (max-width: 992px) {
  .header__nav .menu-list li a {
    font-size: 26px;
    padding: 5px 0;
  }
}
.header__btn-menu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0c0c0c;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .header__btn-menu {
    display: none;
  }
}
.header__btn-menu:hover {
  border-color: #056dff;
}
.header__btn-menu:hover .open svg path {
  stroke: #056dff;
}
.header__btn-menu:hover .close svg path {
  stroke: #056dff;
}
.header__btn-menu .open {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.header__btn-menu .open svg path {
  transition: all 0.3s ease 0s;
}
.header__btn-menu .close {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.header__btn-menu .close svg path {
  transition: all 0.3s ease 0s;
}
.header__btn-menu._active .open {
  opacity: 0;
  visibility: hidden;
}
.header__btn-menu._active .close {
  opacity: 1;
  visibility: visible;
}
.header__cart {
  display: none;
}

.header-two {
  background-color: #e76b6e;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1408px) {
  .header-two {
    padding-top: calc(15px + 5 * (100vw - 360px) / 1048);
  }
}
@media (max-width: 1408px) {
  .header-two {
    padding-bottom: calc(15px + 5 * (100vw - 360px) / 1048);
  }
}
.header-two__body {
  padding: 0;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-two__logo {
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
}
.header-two__logo img {
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .header-two__col-02 {
    position: absolute;
    top: 100%;
    right: -100vw;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    width: 100%;
    padding: 48px 16px;
    z-index: 999;
    min-height: 100vh;
  }
  .header-two__col-02._active {
    right: 0;
  }
}
.header-two__nav .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 992px) {
  .header-two__nav .menu-list {
    flex-direction: column;
    gap: 24px;
  }
}
.header-two__nav .menu-list li a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  font-family: "Arial", sans-serif;
}
.header-two__nav .menu-list li a:hover {
  color: #0c0c0c;
}
@media (max-width: 992px) {
  .header-two__nav .menu-list li a {
    font-size: 26px;
    padding: 5px 0;
  }
}
@media (max-width: 992px) {
  .header-two__nav .menu-list li a {
    font-size: 24px;
    color: #e76b6e;
  }
  .header-two__nav .menu-list li a:hover {
    color: #0c0c0c;
  }
}
.header-two__col-03 {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.header-two__cart {
  display: flex;
}
.header-two__cart svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header-two__cart svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .header-two__cart svg {
    width: 27px;
    height: 27px;
  }
}
.header-two__cart:hover svg path {
  fill: #0c0c0c;
}
.header-two__btn-menu {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .header-two__btn-menu {
    display: none;
  }
}
.header-two__btn-menu svg {
  width: 35px;
  height: 35px;
}
.header-two__btn-menu svg path {
  stroke: #fff;
}
.header-two__btn-menu .open {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.header-two__btn-menu .open svg path {
  transition: all 0.3s ease 0s;
}
.header-two__btn-menu .close {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.header-two__btn-menu .close svg path {
  transition: all 0.3s ease 0s;
}
.header-two__btn-menu._active .open {
  opacity: 0;
  visibility: hidden;
}
.header-two__btn-menu._active .close {
  opacity: 1;
  visibility: visible;
}

.header-three {
  background-color: #ebe9fe;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .header-three {
    overflow: hidden;
    position: absolute;
  }
  .header-three._active {
    overflow: visible;
  }
}
.header-three__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-three__logo img {
  width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .header-three__col-02 {
    position: absolute;
    top: 100%;
    right: -100vw;
    transition: all 0.3s ease 0s;
    background-color: #ebe9fe;
    width: 100%;
    padding: 48px 16px;
    z-index: 999;
  }
  .header-three__col-02._active {
    right: 0;
  }
}
@media (max-width: 992px) {
  .header-three__nav .menu-container {
    overflow: auto;
  }
}
.header-three__nav .menu-container .menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 992px) {
  .header-three__nav .menu-container .menu-list {
    flex-direction: column;
    gap: 24px;
  }
}
.header-three__nav .menu-container .menu-list li a {
  color: #1e266d;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  position: relative;
}
.header-three__nav .menu-container .menu-list li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0%;
  height: 1px;
  background-color: #1e266d;
  transition: all 0.4s ease 0s;
}
.header-three__nav .menu-container .menu-list li a:hover {
  color: #252f8a;
}
.header-three__nav .menu-container .menu-list li a:hover::before {
  width: 100%;
}
@media (min-width: 992px) {
  .header-three__col-03 {
    display: none;
  }
}
.header-three__btn-menu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0c0c0c;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.header-three__btn-menu:hover {
  border-color: #056dff;
}
.header-three__btn-menu:hover .open svg path {
  stroke: #056dff;
}
.header-three__btn-menu:hover .close svg path {
  stroke: #056dff;
}
.header-three__btn-menu .open {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.header-three__btn-menu .open svg path {
  transition: all 0.3s ease 0s;
}
.header-three__btn-menu .close {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.header-three__btn-menu .close svg path {
  transition: all 0.3s ease 0s;
}
.header-three__btn-menu._active .open {
  opacity: 0;
  visibility: hidden;
}
.header-three__btn-menu._active .close {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .header-four {
    overflow: hidden;
    position: relative;
  }
  .header-four._active {
    overflow: visible;
  }
}
.header-four__row-01 {
  background-color: #016888;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header-four__row-01 ._container {
  width: 100%;
}
.header-four__wrapper-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header-four__col-01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .header-four__col-02 {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-four__col-03 {
    position: absolute;
    top: 112px;
    right: -100vw;
    transition: all 0.3s ease 0s;
    background-color: #ffb52f;
    width: 100%;
    padding: 48px 16px;
    z-index: 999;
  }
  .header-four__col-03._active {
    right: 0;
  }
}
.header-four__row-02 {
  background-color: #ffb52f;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .header-four__row-02 {
    background-color: transparent;
    padding: 0;
  }
}
.header-four__wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .header-four__wrapper {
    display: none;
  }
}
.header-four__btn-search {
  position: relative;
  width: 40px;
  height: 40px;
}
.header-four__btn-search .open {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.header-four__btn-search .open svg {
  width: 20px;
}
.header-four__btn-search .open svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.header-four__btn-search .close {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.header-four__btn-search .close svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.header-four__btn-search._active .open {
  opacity: 0;
  visibility: hidden;
}
.header-four__btn-search._active .close {
  opacity: 1;
  visibility: visible;
}
.header-four__btn-search:hover .open svg path {
  fill: #ffb52f;
}
.header-four__btn-search:hover .close svg path {
  fill: #ffb52f;
}
.header-four__search {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.header-four__search .search-form {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-four__search .search-form label input {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.header-four__search .search-form .search-submit {
  background-color: #ffb52f;
  padding: 8px 10px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
}
.header-four__search._active {
  opacity: 1;
  visibility: visible;
}
.header-four__logo img {
  width: 80px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-four__btn-menu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0c0c0c;
  background-color: #ffb52f;
  transition: all 0.3s ease 0s;
}
.header-four__btn-menu:hover {
  border-color: #000000;
}
.header-four__btn-menu:hover .open svg path {
  stroke: #000000;
}
.header-four__btn-menu:hover .close svg path {
  stroke: #000000;
}
.header-four__btn-menu .open {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}
.header-four__btn-menu .open svg path {
  transition: all 0.3s ease 0s;
}
.header-four__btn-menu .close {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.header-four__btn-menu .close svg path {
  transition: all 0.3s ease 0s;
}
.header-four__btn-menu._active .open {
  opacity: 0;
  visibility: hidden;
}
.header-four__btn-menu._active .close {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  .header-four__nav .menu-container {
    overflow: auto;
  }
}
.header-four__nav .menu-container .menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 992px) {
  .header-four__nav .menu-container .menu-list {
    flex-direction: column;
    gap: 24px;
  }
}
.header-four__nav .menu-container .menu-list li a {
  color: #4c565e;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  position: relative;
}
.header-four__nav .menu-container .menu-list li a:hover {
  color: #fff;
}/*# sourceMappingURL=header.css.map */