body {
  background-color: #121132;
}

.container {
  background: linear-gradient(0deg,
      rgba(34, 34, 34, 0.5),
      rgba(34, 34, 34, 0.5)),
    url(images/bg.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  height: calc(100% - 0px);
}

.header {
  width: 100%;
}

.header_top {
  position: absolute;
  width: 104px;
  height: 33px;
  left: calc(50% - 52px);
  top: 56px;
  font-family: "Orbitron", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 42px;

  line-height: 53px;

  align-items: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.header_title {
  position: absolute;
  width: 814px;
  height: 90px;
  left: calc(50% - 407px);
  top: calc(40% - 45px);

  font-family: "Orbitron", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 71px;
  text-transform: uppercase;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.02em;

  color: #ffffff;
}

.header_subtitle {
  position: absolute;
  width: 349px;
  height: 29px;
  left: calc(50% - 174.5px);
  top: calc(40% + 45px + 3px);

  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;

  color: #ffffff;
}

@media only screen and (max-width: 940px) {
  .header_title {
    font-size: 24px;
    line-height: 26px;
    width: 320px;
    height: 26px;
    left: calc(50% - 160px);
    top: calc(40% - 13px);
  }

  .header_subtitle {
    font-size: 18px;
    line-height: 20px;
    width: 280px;
    height: 20px;
    left: calc(50% - 140px);
    top: calc(40% + 13px + 6px);
  }
}

footer {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 178px;
  background: #09081a;
}

.footer_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer_item {
  width: 33%;
  height: 178px;
  display: flex;
  flex-direction: column;
}

.footer_content {
  height: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

footer a {
  color: #FE4E7C;
}

.footer_item_button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(50% - 85px);
  justify-content: end;
  padding-right: 85px;
}

.footer_button {
  height: 20px;
  left: 950px;
  top: 1017px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 50px;
}

.footer_item_container1 {
  margin: 48px 0px 54px 0px;
  align-self: center;
}

.footer_item_container2 {
  margin: 36px 0px 36px 0px;
  align-self: center;
}

.footer_item_container3 {
  margin: 36px 80px 36px 0px;
  align-self: center;
}

.footer_item_grid3 {
  align-items: end;
}

@media only screen and (max-width: 940px) {
  .footer_inner {
    flex-direction: column;
  }

  .footer_item {
    width: 100%;
    height: 100%;
  }

  .footer_item_container1,
  .footer_item_container2,
  .footer_item_container3 {
    margin: 0;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .footer_text_align {
    text-align: center;
  }

  .footer_content {
    text-align: center;
  }

  .footer_item_grid,
  .footer_item_grid3 {
    align-items: center;
  }
}

/* .footer_button:last-child {
  padding-right: 85px;
} */
button {
  height: 20px;
  border: none;
  background-color: transparent;
  color: #fd4575;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 0;
  cursor: pointer;
}

button:hover {
  opacity: 50%;
  transition-duration: 0.5s;
}

.width_120 {
  width: 120px;
}

@media only screen and (max-width: 940px) {
  .width_120 {
    text-align: center;
  }
}

/* Support modal */

.support_modal {
  position: absolute;
  width: 906px;
  height: 584px;
  left: calc(50% - 453px);
  top: calc(45% - 342px);
  background: linear-gradient(110.32deg, rgba(249, 249, 249, 0.25) 14.09%, rgba(255, 255, 255, 0) 102.32%);
  backdrop-filter: blur(35px);
  border-radius: 30px;
}

.support_modal_inputs {
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  border: none;
  resize: none;
  text-indent: 26px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
}

.support_modal_inputs::placeholder {
  text-indent: 26px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;

  color: #949494;
}

.support_modal_body .support_modal_inputs {
  padding-top: 26px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 12px;
}

.support_modal_title {
  position: absolute;
  width: 234px;
  left: calc(50% - 117px);
  top: 50px;

  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.support_modal_name {
  position: absolute;
  width: 680px;
  height: 57px;
  top: 140px;
  left: calc(50% - 340px);
}

.support_modal_email {
  position: absolute;
  width: 680px;
  height: 57px;
  top: 222px;
  left: calc(50% - 340px);
}

.support_modal_body {
  position: absolute;
  width: 680px;
  height: 119px;
  top: 304px;
  left: calc(50% - 340px);
}

.support_modal_button {
  position: absolute;
  width: 326px;
  height: 50px;
  top: 495px;
  left: calc(50% - 163px);

  background: #FE4E7C;
  border-radius: 60px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}