:root {
  --white: white;
  --black: black;
  --light-cyan: #cdf7ff;
}

.main-body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.footer {
  width: auto;
  min-width: 320px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  background: #0a2340;
}

.footml {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.main-bg {
  width: 100%;
  min-height: 100vh;
  color: #0e0e0e;
  background-color: #002c34;
  background-image: url('../assets/background4.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1074px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-content {
  width: 990px;
  min-height: 100vh;
  background-image: radial-gradient(circle, rgba(0, 120, 180, 0.93), rgba(0, 44, 104, 0.93));
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-header {
  width: 100%;
  min-height: 100px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-5 {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-top: 27px;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 15px;
  font-size: 56px;
  font-style: italic;
  line-height: 61px;
}

.div-block-6 {
  width: 620px;
  margin-top: 68px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  padding-left: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

.form-block {
  width: 100%;
  min-height: 300px;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 8px auto 30px;
  padding: 5px 10px;
}

.legal-text {
  width: 80%;
  color: #fff;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 17px;
}

@media screen and (max-width: 991px) {
  .footer {
    width: auto;
  }
  .footml {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .main-container {
    max-width: 900px;
  }
  .main-content {
    width: 768px;
  }
  .div-block-6 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    width: auto;
  }
  .footml {
    flex-wrap: wrap;
  }
  .main-container {
    max-width: 520px;
  }
  .main-content {
    width: 480px;
  }
  .div-block-6 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    width: auto;
  }
  .main-container {
    max-width: 430px;
  }
  .main-content {
    width: 90%;
    max-width: 470px;
    min-width: 320px;
  }
  .div-block-6 {
    width: 100%;
  }
}


