header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  padding: 40px 0 10px;
  background-color: #ffffff;
}
header .header-logo {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 25px auto;
}
header .header-nav-flex {
  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;
  gap: 25px;
}
header .heder-nav-ul {
  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;
  gap: 20px;
}
header .header-nav-list {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 400;
}
header .header-nav-list a.active {
  color: #449c5f;
}
header .header-nav-contact {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.07em;
  padding-bottom: 10px;
  margin-bottom: -10px;
  position: relative;
}
header .header-nav-contact > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 21px;
  gap: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
header .header-nav-contact > a::before {
  content: "";
  display: inline-block;
  background-image: url(../img/header/tel.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-nav-reserve {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}
header .header-nav-reserve > a {
  display: block;
  background-color: #534741;
  color: #ffffff;
  border: 1px solid #534741;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 3px 8.5px;
  cursor: pointer;
}
header .header-nav-reserve > a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/header/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .sub-menu {
  opacity: 0;
  overflow: visible;
  position: absolute;
  max-width: 222px;
  width: 200px;
  top: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
header .sub-menu.open {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
header .sub-menu-contact {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #449c5f;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(90deg, #449c5f, #449c5f 1px, transparent 1px, transparent 5px), repeating-linear-gradient(180deg, #449c5f, #449c5f 1px, transparent 1px, transparent 5px), repeating-linear-gradient(90deg, #449c5f, #449c5f 1px, transparent 1px, transparent 5px), repeating-linear-gradient(180deg, #449c5f, #449c5f 1px, transparent 1px, transparent 5px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  padding: 13.5px 8px;
  margin-bottom: 5px;
}
header .sub-menu-contact::before {
  content: "";
  display: block;
  background-image: url(../img/header/tel-g.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
}
header .sub-menu-contact::after {
  content: "";
  display: block;
  background-image: url(../img/header/arrow-g.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}
header .sub-menu-contact-txt {
  -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(29%) saturate(722%) hue-rotate(86deg) brightness(100%) contrast(91%);
          filter: brightness(0) saturate(100%) invert(49%) sepia(29%) saturate(722%) hue-rotate(86deg) brightness(100%) contrast(91%);
  max-width: 148px;
  width: 100%;
}
header .sub-menu-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-align: center;
  background-color: #534741;
  color: #fff;
  padding: 10.5px 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #534741;
}
header .sub-menu-reserve::before {
  content: "";
  display: block;
  background-image: url(../img/header/hotpepper.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
header .sub-menu-reserve::after {
  content: "";
  display: block;
  background-image: url(../img/header/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}
header .sub-menu-reserve-txt {
  max-width: 148px;
  width: 100%;
}
@media (hover: hover) {
  header .header-nav-contact:hover > a {
    color: #449c5f;
  }
  header .header-nav-contact:hover > a::before {
    -webkit-filter: brightness(0) saturate(100%) invert(49%) sepia(29%) saturate(722%) hue-rotate(86deg) brightness(100%) contrast(91%);
            filter: brightness(0) saturate(100%) invert(49%) sepia(29%) saturate(722%) hue-rotate(86deg) brightness(100%) contrast(91%);
  }
  header .header-nav-reserve:hover > a {
    background-color: #ffffff;
    color: #534741;
  }
  header .header-nav-reserve:hover > a::after {
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(6%) saturate(1335%) hue-rotate(335deg) brightness(91%) contrast(85%);
            filter: brightness(0) saturate(100%) invert(27%) sepia(6%) saturate(1335%) hue-rotate(335deg) brightness(91%) contrast(85%);
  }
  header .sub-menu-reserve:hover {
    background-color: #fff;
    color: #534741;
  }
  header .sub-menu-reserve:hover .sub-menu-reserve-txt {
    -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(681%) hue-rotate(336deg) brightness(96%) contrast(88%);
            filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(681%) hue-rotate(336deg) brightness(96%) contrast(88%);
  }
  header .sub-menu-reserve:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(681%) hue-rotate(336deg) brightness(96%) contrast(88%);
            filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(681%) hue-rotate(336deg) brightness(96%) contrast(88%);
  }
}
@media (max-width: 920px) {
  header .sub-menu {
    right: 0;
  }
}

@media (max-width: 767px) {
  body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #cccccc;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  body.back-color::before {
    opacity: 0.8;
    z-index: 1;
  }
  .back-color header {
    background-color: rgba(204, 204, 204, 0);
  }
  header {
    padding: 27px 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  header .header-nav {
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100vh;
    width: 85%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    z-index: 1;
    padding: 0 30px 0 calc((100vw - 186px) / 2 - 15vw);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  header .header-nav.active {
    opacity: 1;
    overflow: visible;
    pointer-events: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header .header-nav-flex {
    padding-top: 90px;
    margin-bottom: 35px;
    -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;
  }
  header .heder-nav-ul {
    -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: 30px 0;
  }
  header .header-nav-list {
    font-size: 16px;
  }
  header .header-logo {
    position: relative;
    max-width: 186px;
    margin-bottom: 0;
    z-index: 2;
  }
  header .header-logo a {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  header .header-logo.active {
    max-width: 186px;
  }
  header .header-btn {
    position: absolute;
    width: 24px;
    height: 8px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
  }
  header .header-btn::before, header .header-btn::after {
    content: "";
    position: absolute;
    background-color: #534741;
    width: 24px;
    height: 1px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  header .header-btn::after {
    bottom: 0;
  }
  header .header-btn::before {
    top: 0;
  }
  header .header-btn.open::after {
    -webkit-transform: translateY(-3px) rotate(196deg);
            transform: translateY(-3px) rotate(196deg);
  }
  header .header-btn.open::before {
    -webkit-transform: translateY(4px) rotate(-196deg);
            transform: translateY(4px) rotate(-196deg);
  }
  header .header-nav-contact {
    font-size: 16px;
  }
  header .header-nav-reserve {
    font-size: 15px;
  }
  header .header-nav-reserve > a {
    padding: 10px 16px;
  }
  header .header-nav-info {
    padding-top: 35px;
    background-image: radial-gradient(circle, #534741 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 6px 2px;
  }
  header .header-nav-info-item {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.07em;
  }
  header .header-nav-info-item:not(:last-child) {
    margin-bottom: 20px;
  }
  header .header-nav-info-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  header .header-nav-info-item a::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
  }
  header .header-nav-info-item .shop::before {
    background-image: url(../img/header/shop.png);
    height: 18px;
  }
  header .header-nav-info-item .insta::before {
    background-image: url(../img/header/insta.png);
    height: 20px;
  }
  header .header-nav-info-item .google::before {
    background-image: url(../img/header/google.png);
    height: 18px;
  }
  header .sub-menu {
    display: none;
  }
}