
.header-mobile-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #f0f0f0;
  overflow-y: auto;
  z-index: 99;
  display: none;
}
@media (max-width: 1199px) {
  .header-mobile-menu {
    display: block;
    left: -100%;
    transition: left 0.3s;
  }
}
@media (max-width: 1199px) {
  .header-mobile-menu--opened-menu {
    left: 0;
    transition: left 0.3s;
  }
}

.header-mobile-menu__wrapper {
  padding: 90px 30px 20px;
}
@media (max-width: 767px) {
  .header-mobile-menu__wrapper {
    padding: 62px 8px 70px;
  }
}

.header-mobile-menu__box {
  margin-top: 20px;
  padding: 8px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .header-mobile-menu__box {
    margin-top: 8px;
    padding: 8px;
  }
}

.header-mobile-menu__login {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: #005f60;
}
.header-mobile-menu__login::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#user");
          mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#user");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #e1b430;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header-mobile-menu__login {
    font-size: 14px;
  }
}

.header-mobile-menu__nav-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #005f60;
}
.header-mobile-menu__nav-list li {
  margin-bottom: 15px;
}
.header-mobile-menu__nav-list li:last-child {
  margin-bottom: 0;
}
.header-mobile-menu__nav-list a {
  display: block;
  color: #005f60;
}
.header-mobile-menu__nav-list a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .header-mobile-menu__nav-list {
    font-size: 14px;
    line-height: 30px;
  }
}

.header-mobile-menu__info-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 30px;
  font-weight: 800;
  font-size: 16px;
  line-height: 36px;
  color: #798b90;
}
.header-mobile-menu__info-list li {
  margin-bottom: 15px;
}
.header-mobile-menu__info-list li:last-child {
  margin-bottom: 0;
}
.header-mobile-menu__info-list a {
  display: block;
  color: #798b90;
}
.header-mobile-menu__info-list a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .header-mobile-menu__info-list {
    font-size: 14px;
    line-height: 30px;
  }
}

.header-mobile-menu__contact-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.header-mobile-menu__contact-list li {
  margin-bottom: 10px;
}
.header-mobile-menu__contact-list .header-mobile-menu__contact-link {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: #005f60;
}
.header-mobile-menu__contact-list .header-mobile-menu__contact-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #e1b430;
  transform: translateY(-50%);
}
.header-mobile-menu__contact-list .header-mobile-menu__contact-link--phone::before {
  -webkit-mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#phone");
          mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#phone");
}
.header-mobile-menu__contact-list .header-mobile-menu__contact-link--mail::before {
  -webkit-mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#mail");
          mask-image: url("/themes/custom/fourcheeses/assets/img/icons/stack.svg#mail");
}
.header-mobile-menu__contact-list .header-mobile-menu__contact-link:hover {
  color: #e1b430;
}
@media (max-width: 767px) {
  .header-mobile-menu__contact-list .header-mobile-menu__contact-link {
    font-size: 14px;
  }
}

.header-mobile-menu__copyright {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #47595e;
}
@media (max-width: 767px) {
  .header-mobile-menu__copyright {
    font-size: 14px;
  }
}
