.header {
  --grraboty_fz_base: 13px;
}
.header .working_hours {
  visibility: hidden;
  opacity: 0;
  width: 179px;
  position: absolute;
  top: 78px;
  left: 21px;
  border-top: 2px solid #FF732D;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: rgba(123, 123, 123, var(--header-opacity-menu));
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 2px 11px 10px 14px;
  font-size: var(--grraboty_fz_base);
  color: #fff;
}
.header .working_hours p {
  margin-bottom: 3px;
}
.header .working_hours .working_hours-title {
  color: #FFA274;
  font-size: calc(1.18 * var(--grraboty_fz_base));
  font-weight: 500;
  margin-top: 8px;
}
.header .working_hours ul {
  margin: 0 0 5px 0;
  padding: 0;
}
.header .working_hours ul li {
  list-style: none;
  display: flex;
}
.header .working_hours ul li div:first-child {
  min-width: 68px;
  font-weight: 500;
}
.header .working_hours .working_hours-small {
  font-size: calc(0.9 * var(--grraboty_fz_base));
  line-height: 1.2;
}
.header .working_hours .working_hours-more {
  text-align: center;
  margin-top: 9px;
}
.header .working_hours .working_hours-more a {
  color: #fff;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .working_hours .working_hours-more a svg {
  margin-left: 4px;
}
.header .working_hours .working_hours-more a:hover {
  text-decoration: none;
}
.header .working_hours .working_hours-mt {
  margin-top: 4px;
}
.header .header-container-right {
  position: relative;
}
.header .header-container-right:hover .working_hours {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}/*# sourceMappingURL=header.css.map */