*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

button,
select,
a {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "Aldrich";
  src: url("../fonts/Aldrich-Regular.woff") format("woff"), url("../fonts/Aldrich-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Regular.woff") format("woff"), url("../fonts/Orbitron-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Bold.woff") format("woff"), url("../fonts/Orbitron-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
.footer__logo img, .header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__burger {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: transparent;
  position: relative;
  top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
  border: 2px solid rgb(0, 240, 255);
  display: none;
}
.header__burger span, .header__burger::before, .header__burger::after {
  content: "";
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  right: 15%;
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: rgb(0, 240, 255);
}
.header__burger::before {
  top: 12px;
}
.header__burger::after {
  bottom: 12px;
}
.header__burger span {
  top: calc(50% - 1px);
}
.burger-open .header__burger span {
  width: 0;
}
.burger-open .header__burger::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.burger-open .header__burger::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (max-width: 892px) {
  .header__burger {
    display: block;
  }
}

.no-scroll {
  overflow: hidden;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
@media (min-width: 82.4375em) {
  .head {
    gap: 2.125rem;
  }
}
@media (min-width: 20em) and (max-width: 82.4375em) {
  @supports (gap: clamp( 1.25rem , 0.9697197197rem  +  1.4014014014vw , 2.125rem )) {
    .head {
      gap: clamp( 1.25rem , 0.9697197197rem  +  1.4014014014vw , 2.125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.9697197197rem  +  1.4014014014vw , 2.125rem )) {
    .head {
      gap: calc(1.25rem + 0.875 * (100vw - 20rem) / 62.4375);
    }
  }
}
@media (max-width: 20em) {
  .head {
    gap: 1.25rem;
  }
}
@media (min-width: 82.4375em) {
  .head {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 82.4375em) {
  @supports (margin-bottom: clamp( 1.25rem , 0.8495995996rem  +  2.002002002vw , 2.5rem )) {
    .head {
      margin-bottom: clamp( 1.25rem , 0.8495995996rem  +  2.002002002vw , 2.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.25rem , 0.8495995996rem  +  2.002002002vw , 2.5rem )) {
    .head {
      margin-bottom: calc(1.25rem + 1.25 * (100vw - 20rem) / 62.4375);
    }
  }
}
@media (max-width: 20em) {
  .head {
    margin-bottom: 1.25rem;
  }
}

.title {
  font-family: "Orbitron";
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 13%;
  width: 0;
  height: 2px;
  background: RGBA(0, 240, 255, 1);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 240, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(0, 240, 255) 0%, rgb(255, 255, 255) 100%);
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
.title.animate::before {
  width: 75%;
}

.subtitle {
  font-family: "Orbitron";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-transform: capitalize;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding-block: 20px;
}
.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo {
  width: 200px;
}
.header__box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 892px) {
  .header__box {
    position: fixed;
    width: 100%;
    min-height: 0;
    top: 0;
    left: 0;
    background-color: rgba(16, 16, 17, 0.85);
    overflow-y: auto;
  }
  .burger-open .header__box {
    min-height: 100%;
    padding-top: 120px;
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 82.4375em) {
  .menu__list {
    gap: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 82.4375em) {
  @supports (gap: clamp( 2.5rem , 1.6991991992rem  +  4.004004004vw , 5rem )) {
    .menu__list {
      gap: clamp( 2.5rem , 1.6991991992rem  +  4.004004004vw , 5rem );
    }
  }
  @supports not (gap: clamp( 2.5rem , 1.6991991992rem  +  4.004004004vw , 5rem )) {
    .menu__list {
      gap: calc(2.5rem + 2.5 * (100vw - 20rem) / 62.4375);
    }
  }
}
@media (max-width: 20em) {
  .menu__list {
    gap: 2.5rem;
  }
}
.menu__list li {
  font-size: 14px;
  font-family: "Roboto";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu__list li:hover {
  color: rgb(0, 240, 255);
}
@media (max-width: 892px) {
  .menu__list li {
    font-size: 28px;
  }
}
@media (max-width: 892px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
  }
}

.footer {
  padding-top: 80px;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__box-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__box-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
.footer__list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
.footer__list-menu li {
  font-size: 14px;
  font-family: "Roboto";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__list-menu li:hover {
  color: rgb(0, 240, 255);
}
@media (max-width: 1024px) {
  .footer__list-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__socials svg path {
  fill: rgb(245, 245, 245);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__socials svg path:hover {
  fill: rgb(0, 240, 255);
}
@media (max-width: 1024px) {
  .footer__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 576px) {
  .footer__anchor {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.footer__arrow-anchor {
  width: 40px;
  height: 40px;
}
.footer__arrow-anchor svg:hover rect {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  fill: rgb(0, 240, 255);
}
.footer__logo {
  width: 100%;
  overflow: hidden;
}
.footer__block-bottom {
  margin-bottom: 20px;
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.2;
  color: rgb(125, 125, 125);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 576px) {
  .footer__block-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__privacy {
  border-right: 1px solid rgb(125, 125, 125);
  margin-right: 3px;
  padding-right: 7px;
}

.info__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
.info__name {
  margin-bottom: 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: rgb(125, 125, 125);
}
.info__value {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
  color: rgb(245, 245, 245);
}

body {
  position: relative;
  color: rgb(245, 245, 245);
  background-color: rgb(5, 10, 20);
}

.wrapper {
  position: relative;
  overflow: clip;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class$=__container] {
  max-width: 1289px;
  padding-inline: 15px;
  margin-inline: auto;
}