:root {
  --color-black: #000;
  --color-bg: #202020;
  --font-mullerNextWideTrial: MullerNextWideTrial, Tahoma, sans-serif;
}
@font-face {
  font-family: MullerNextWideTrial;
  src: url('../fonts/MullerNextWideTrial-Regular.eot');
  src: url('../fonts/MullerNextWideTrial-Regular.woff2') format('woff2'), url('../fonts/MullerNextWideTrial-Regular.woff') format('woff'), url('../fonts/MullerNextWideTrial-Regular.otf') format('otf'), url('../fonts/MullerNextWideTrial-Regular.ttf') format('truetype'), url('../fonts/MullerNextWideTrial-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MullerNextWideTrial;
  src: url('../fonts/MullerNextWideTrial-Heavy.eot');
  src: url('../fonts/MullerNextWideTrial-Heavy.woff2') format('woff2'), url('../fonts/MullerNextWideTrial-Heavy.woff') format('woff'), url('../fonts/MullerNextWideTrial-Heavy.otf') format('otf'), url('../fonts/MullerNextWideTrial-Heavy.ttf') format('truetype'), url('../fonts/MullerNextWideTrial-Heavy.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MullerNextWideTrial;
  src: url('../fonts/MullerNextWideTrial-ExtraBold.eot');
  src: url('../fonts/MullerNextWideTrial-ExtraBold.woff2') format('woff2'), url('../fonts/MullerNextWideTrial-ExtraBold.woff') format('woff'), url('../fonts/MullerNextWideTrial-ExtraBold.otf') format('otf'), url('../fonts/MullerNextWideTrial-ExtraBold.ttf') format('truetype'), url('../fonts/MullerNextWideTrial-ExtraBold.svg') format('svg');
  font-weight: 750;
  font-style: normal;
  font-display: swap;
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #212121;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
mark {
  background: none;
  color: inherit;
}
html {
  font-size: 1400/360vmin;
}
@media (min-width: 990px) {
  html {
    font-size: 0.83vw;
  }
}
body {
  font-family: var(--font-mullerNextWideTrial);
  line-height: 1.3;
  color: #212121;
  font-weight: 400;
  font-style: normal;
  background: var(--color-bg);
  color: #fff;
  letter-spacing: 0.02em;
}
@media (min-width: 780px) {
  body {
    font-size: 16px;
  }
}
* {
  box-sizing: border-box;
  max-height: 100000px;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
button,
a[role="button"] {
  cursor: pointer;
}
strong {
  font-weight: 700;
}
.main {
  min-height: 80vh;
  min-width: 320px;
}
.container {
  position: relative;
  z-index: 1;
  padding: 0 4.44vmin;
}
@media (min-width: 990px) {
  .container {
    max-width: 90.73vw;
    padding: 0;
    margin: 0 auto;
  }
}
.text-center {
  text-align: center;
}
.d-ib {
  display: inline-block;
}
[hidden],
.hidden {
  display: none !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.align-self-center {
  align-self: center;
}
@media (max-width: 1249px) {
  .mobile-hidden {
    display: none;
  }
}
@media (min-width: 1250px) {
  .desktop-hidden {
    display: none;
  }
}
.mb-0 {
  margin-bottom: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 2rem !important;
}
.mb-4 {
  margin-bottom: 2.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.mt-3 {
  margin-top: 2rem !important;
}
.mt-4 {
  margin-top: 2.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.logo {
  display: flex;
  align-items: center;
  gap: 2vmin;
}
@media (min-width: 990px) {
  .logo {
    gap: 1.15vw;
  }
}
.logo__icon {
  width: 16vmin;
  display: block;
}
@media (min-width: 990px) {
  .logo__icon {
    width: 5.99vw;
  }
}
.logo__label {
  display: block;
  line-height: 99%;
  font-size: 0.8em;
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 990px) {
  .logo__label {
    font-size: 1.98vw;
  }
}
.cap {
  position: relative;
  background: url(../img/bg-0.webp) center / cover no-repeat;
}
.cap__wrap {
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 4vmin 0;
}
.cap__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cap__contact {
  text-align: right;
  font-size: 0.8em;
}
.cap__contact a {
  display: inline-block;
  font-weight: 750;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  transition: 0.3s text-decoration-color;
}
.cap__contact a:hover {
  text-decoration-color: currentColor;
}
.cap__title {
  margin-top: auto;
  font-weight: 750;
  text-transform: uppercase;
  line-height: 1;
  font-size: 8vmin;
  margin-bottom: 6vmin;
}
.cap__footer {
  display: contents;
}
.cap__sub {
  margin-bottom: auto;
}
.cap__year {
  margin-top: 20vmin;
  font-size: 0.8em;
  line-height: 1.1;
}
@media (min-width: 990px) {
  .cap__wrap {
    padding: 2vh 0 4vh;
  }
  .cap__contact {
    font-size: 1.45vw;
  }
  .cap__title {
    margin-bottom: 2vw;
    font-size: 6.15vw;
  }
  .cap__footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .cap__sub {
    margin-bottom: 0;
    font-size: 1.98vw;
  }
  .cap__year {
    margin-top: 0;
    font-size: 1.25vw;
    text-align: right;
  }
}

/*# sourceMappingURL=header.css.map */
