.page-header {
  display: flex;
  padding: 2.5rem;
  margin: 0 auto;
  width: 100%;
  max-width: 95rem;
  flex-wrap: nowrap;
  align-items: center;
}
.page-header__logo {
  width: 15.68rem;
  height: 3.75rem;
  flex-shrink: 0;
}
.page-header__navigation {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.page-header__navigation__item {
  font-weight: 400;
  line-height: 160%;
  font-size: 0.937rem;
  padding: 0.625rem 1.5rem;
}
.page-header__navigation__item:hover {
  color: white;
  background-color: #014141;
}
.page-header__actions {
  flex-shrink: 0;
}
.page-header__actions .q-btn {
  height: 3.75rem;
  padding: 1.25rem 3rem;
}
body.mobile .page-header {
  max-width: unset;
  padding: 1.5rem 1rem;
}
body.mobile .page-header__logo {
  width: 10.46rem;
  height: 2.5rem;
  flex-shrink: 0;
}
body.mobile .page-header__actions {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
body.mobile .page-header__actions .q-btn {
  height: 3rem;
  width: 3rem;
  padding: 0;
}.page-footer {
  color: white;
  background-color: #014141;
  padding: 7.8rem 0 2.437rem;
}
.page-footer__wrapper {
  display: grid;
  grid-row-gap: 5rem;
  grid-template-rows: 18.437rem 1.625rem;
  grid-template-columns: 39.9rem auto 1fr;
  grid-template-areas: "logo navigation contacts" "copyright legal legal";
}
.page-footer__logo {
  grid-area: logo;
}
.page-footer__logo .q-img {
  width: 15.6925rem;
  height: 3.75rem;
}
.page-footer__text {
  max-width: 27.25rem;
  margin-top: 2.375rem;
}
.page-footer__navigation {
  grid-area: navigation;
}
.page-footer__navigation .q-btn {
  padding: 0;
}
.page-footer__contacts {
  grid-area: contacts;
}
.page-footer__contacts a {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0 2.75rem;
}
.page-footer__copyright {
  grid-area: copyright;
}
.page-footer__legal {
  grid-area: legal;
}
.page-footer .text-weight-regular > .q-focus-helper {
  display: none;
}
body.mobile .page-footer {
  padding: 1.5rem 0 1.5rem;
}
body.mobile .page-footer__wrapper {
  display: grid;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "contacts" "copyright" "legal";
}
body.mobile .page-footer__logo {
  grid-area: logo;
  padding-bottom: 2rem;
}
body.mobile .page-footer__logo .q-img {
  width: 10.46rem;
  height: 2.5rem;
}
body.mobile .page-footer__text {
  max-width: 27.25rem;
  margin-top: 1.5rem;
}
body.mobile .page-footer__navigation {
  grid-area: navigation;
}
body.mobile .page-footer__navigation .q-btn {
  padding: 0;
}
body.mobile .page-footer__contacts {
  grid-area: contacts;
  padding-bottom: 2rem;
  align-items: flex-start !important;
}
body.mobile .page-footer__contacts a {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  margin: 1rem 0 0;
}
body.mobile .page-footer__copyright {
  grid-area: copyright;
}
body.mobile .page-footer__legal {
  grid-area: legal;
  justify-content: space-between;
}
body.mobile .page-footer__legal .q-btn {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
}
body.mobile .page-footer .text-weight-regular > .q-focus-helper {
  display: none;
}