body {
  background-color: #bdd2d0 !important;
}

.header {
  background-color: white;
  border-radius: 0px 0px 30px 30px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.header__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.header .logo-img {
  width: 67px;
  height: 38px;
}
.header .points-container {
  display: flex;
  gap: 10px;
}
.header .main-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

video {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px !important;
  }
}
@media (max-width: 768px) {
  .header {
    gap: 5px;
    font-size: 10px;
  }
  .header .main-menu {
    gap: 10px;
  }
  .header .points-container {
    font-size: 10px;
    gap: 5px;
  }
  .header p {
    font-size: 10px;
  }
  .header a {
    font-size: 10px;
  }
}

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