body {
  background: url("../../assets/img/bg.png") top center/cover no-repeat;
  font-family: "Avenir";
  color: #fff;
}
.contact {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 30px;
  font-family: Roboto, sans-serif;
}
.SupportPage--form {
  padding-top: 50px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 640px;
  -ms-flex-item-align: center;
  align-self: center;
}
.SupportPage--form ul {
  list-style-type: none;
  width: 100%;
}
.SupportPage--form ul li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.SupportPage--form ul li label {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.2px;
  /* color: #595e69; */
  color: #ffffff;
}
.SupportPage--form ul li input {
  background: #fff;
  border: 1px solid #d5dce9;
  height: 57px;
  padding: 0 15px;
}
.SupportPage--form ul .liForTextarea textarea {
  background: #fff;
  border: 1px solid #d5dce9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 10px 15px;
}
.SupportPage--form ul li:last-child {
  margin-bottom: 0;
}
.SupportPage--form ul li .ma-2 {
  height: 58px !important;
  border-radius: inherit;
  grid-column-start: 2;
  background: #596ee3 !important;
  overflow: hidden;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.4px;
  color: #fff;
  border: none;
}

.popup-container {
  display: none;
}
.popup {
  background: #fff;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
  z-index: 1001;
  padding: 5% 9%;
  width: 70%;
  max-width: 768px;
}
.popup .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 34px;
  color: #242152;
  position: relative;
}
.back {
  display: block;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: rgba(17, 17, 15, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.footer-5451 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 26px;
    position: relative;
    height: 189px;
  }
  
  .footer-5451__links {
    display: block;
    position: relative;
    z-index: 5;
  }
  
  .footer-5451__link {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-decoration: none;
    color: #ffffff;
  }
  
  .footer-5451__bg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

@media (max-width: 700px) {
  .popup {
    padding: 96px 17px 76px;
    width: 90%;
  }
}
@media (max-width: 568px) {
  .SupportPage--form ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .SupportPage--form ul li label,
  .SupportPage--form ul li label:before {
    font-size: 18px;
  }
  .SupportPage--form ul li button,
  .SupportPage--form ul li input {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .SupportPage--form ul li {
    grid-template-columns: 1fr;
  }
  .SupportPage--form ul li .ma-2 {
    grid-column-start: auto;
  }
}
