@font-face {
  font-family: "Strong Concrete";
  src: url("../fonts/StrongConcrete.woff2"), url("../fonts/StrongConcrete.woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Strong Concrete";
  src: url("../fonts/StrongConcrete-Bold.woff2"), url("../fonts/StrongConcrete-Bold.woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Strong Concrete";
  src: url("../fonts/StrongConcrete-Ultrabold.woff2"), url("../fonts/StrongConcrete-Ultrabold.woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
[class*=__conteiner] {
  max-width: 1042px;
  margin: 0 auto;
  padding: 0px 15px;
}

a {
  color: white;
}

body {
  overflow-x: hidden;
  background-color: #007EA7;
  font-family: Strong Concrete;
}

.header__conteiner {
  display: flex;
  min-height: 111px;
  align-items: end;
  justify-content: center;
}

.menu {
  display: flex;
}

.menu__list {
  display: flex;
  gap: 30px;
}

.menu__link {
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: white;
}

.header__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: white;
}

.burger {
  display: none;
  position: absolute;
  z-index: 50;
  width: 30px;
  height: 18px;
  align-items: center;
  justify-content: center;
}

.burger span {
  height: 2px;
  width: 100%;
  transform: scale(1);
  background-color: white;
}

.burger::before, .burger::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease 0s;
}

.open {
  display: flex !important;
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger.active span {
  width: 70%;
}

.burger.active::before {
  width: 100%;
}

.burger.active::after {
  width: 30%;
}

@media (max-width: 826px) {
  .burger {
    display: flex;
  }
  .menu {
    display: none;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: #00171F;
  }
  .menu__list {
    margin-top: 140px;
    flex-direction: column;
    text-align: center;
    row-gap: 50px;
  }
  .menu__link {
    margin-right: 0;
  }
  .header__conteiner {
    flex-direction: row;
  }
  .star {
    display: none;
  }
}
.describe__title {
  font-weight: 800;
  font-size: 64px;
  line-height: 6, 3;
  color: white;
  position: relative;
}

.describe__conteiner {
  margin-top: 30px;
}

.support1 {
  margin-top: -600px;
  margin-left: 140px;
}

.support {
  max-width: 100%;
  display: none;
}

.star {
  margin-top: 60px;
  max-width: 100%;
}

@media (max-width: 1500px) {
  .support {
    display: flex;
    width: 100%;
  }
  .support1 {
    display: none;
  }
}
@media (max-width: 826px) {
  [class*=__conteiner] {
    max-width: 600px;
  }
  .describe__title {
    font-size: 44px;
  }
  .support {
    min-height: 100%;
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  [class*=__conteiner] {
    max-width: 500px;
  }
  .describe__title {
    font-size: 34px;
  }
}
@media (max-width: 1000px) {
  .describe__title {
    text-align: center;
  }
}
html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}/*# sourceMappingURL=main.css.map */