* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.container {
  max-width: 1440px;
  margin: auto;
}

body {
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  padding: 0;
}

.header {
  min-height: 100vh;
}

.header-image {
  background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.header-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(41, 45, 51, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.navbar {
  display: flex;
  align-items: center;
  height: 94px;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(235, 235, 240, 0.2);
}

.header-logo {
  padding: 25px 50px;
  border-right: 1px solid rgba(235, 235, 240, 0.2);
  height: 100%;
}

.header-nav {
  flex-basis: 100%;
  display: flex;
  list-style: none;
  padding: 0 50px;
  margin: 0;
}

.header-nav-link {
  text-decoration: none;
  font-size: 16px;
  margin-right: 50px;
  color: inherit;
}

.header-phone {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 50px;
}

.header-phone-link {
  text-decoration: none;
  font-size: 16px;
  color: inherit;
}

.button {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  background: #3a71d1;
  padding: 25px 60px;
  border: none;
  cursor: pointer;
}

.navbar-button {
  flex-shrink: 0;
  height: 100%;
}

.header-button {
  height: 100%;
}

.header-content {
  padding-top: 150px;
  position: relative;
  z-index: 1;
  color: white;
}

.seporator {
  background: #5c8ee5;
  width: 150px;
  height: 2px;
}

.header-title {
  max-width: 1080px;
  font-family: "Bebas Neue";
  font-size: 80px;
  line-height: 120%;
  margin: 30px 0;
}

.header-text {
  max-width: 720px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 50px;
}

.header-features {
  display: flex;
  min-height: 168px;
  margin-top: 100px;
  padding: 0;
  list-style: none;
  color: white;
  position: relative;
}

.header-features-item {
  padding: 30px 50px;
  border: 1px solid rgba(235, 235, 240, 0.2);
}

.header-features-item:not(:last-child) {
  border-right: none;
}

.header-features-text {
    font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
