@font-face {
  font-family: "Futura";
  src: url("../../fonts/Futura.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #000;
  background-color: #fff;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: unset;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header {
  position: absolute;
  top: 47.92px;
  padding: 0 4.2535446205vw;
  width: 100%;
  color: #fff;
  z-index: 10;
}
@media (max-width: 767px) {
  .site-header {
    top: 19px;
    padding: 0 4.2780748663vw;
  }
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-header__left {
  width: 18.0108423686vw;
}
@media (max-width: 767px) {
  .site-header__left {
    width: 47.7673796791vw;
  }
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: 3.0025020851vw;
}
@media (max-width: 767px) {
  .site-header__right {
    display: none;
  }
}
.site-header__nav-list {
  display: flex;
  list-style: none;
  gap: 51px;
}
.site-header__nav-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
}
.site-header__actions-button {
  display: inline-block;
  padding: 5.5px 2.2518765638vw;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: #163d8c;
  color: #fff;
}
.site-header__actions-button:hover {
  background-color: #1b49a8;
}/*# sourceMappingURL=header.css.map */