@font-face {
  font-family: Wigrum;
  src: url("../fonts/Wigrum-Light.woff2") format("woff2"), url("../fonts/Wigrum-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Wigrum;
  src: url("../fonts/Wigrum-Medium.woff2") format("woff2"), url("../fonts/Wigrum-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.d-none {
  display: none;
}

@media (width >= 480px) {
  .d-sm-none {
    display: none;
  }
}
@media (width >= 768px) {
  .d-md-none {
    display: none;
  }
}
@media (width >= 992px) {
  .d-lg-none {
    display: none;
  }
}
@media (width >= 1200px) {
  .d-xl-none {
    display: none;
  }
}
@media (width >= 1400px) {
  .d-xxl-none {
    display: none;
  }
}
.header {
  background-color: #f5f5f5;
}

.footer {
  background-color: #f5f5f5;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
}

.page-layout {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}
.page-layout__content {
  flex: 1 1 auto;
}/*# sourceMappingURL=app.css.map */
