body {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  color: #666666;
  display: flex;
}
footer,
header {
  width: calc(100% - 100px);
  min-width: 280px;
  min-height: 165px;
  padding: 100px 50px;
  margin; 0 auto;
  overflow: hidden;
  float: left;
  text-align: center;
  background: #68B1FA;
  background: linear-gradient(270deg, rgba(104, 177, 250, 1) 10%, rgba(20, 100, 179, 1) 73%);
}
footer {
  min-height: 100px;
  padding: 50px;
}
main {
  width: calc(100% - 100px);
  max-width: 1000px;
  min-width: 280px;
  padding: 10px 50px 0 50px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
main#thanks {
  display: flex;
  height: calc(100% - 265px);
  align-items: center;
  justify-content: center;
}
.requirements {
  max-width: 1000px;
  width: calc(100% - 100px);
  margin: 0 auto;
  overflow: hidden;
}
.requirements ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
  color: #FFFFFF;
}
h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
}
footer h2 {
  color: #FFFFFF;
}
h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.button {
  border-radius: 40px;
  padding: 25px 50px;
  border: 0;
  color: #0066CC;
  font-size: 20px;
  line-height: 40px;
  background: #FFFFFF;
  text-decoration: none;
}

  #formblock {
    width: 100%;
    max-width: 850px;
    min-width: 300px;
    margin: 20px auto;
    z-index: 1000;
    overflow: hidden;
    text-align: left;
  }
  .formrow2,
  .formrow {
    width: 100%;
    margin: 0 0 25px 0;
    float: left;
  }
  .formrow2 {
    flex-direction: column;
  }
  .formitem {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .formitem2 {
    width: 100%;
  }
  .formitemfull {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .formheader {
    width: 30%;
    margin: 0 0 5px 0;
    float: left;
  }
  .formfield {
    width: 40%;
    float: left;
  }
  .formerror {
    width: 30%;
    color: #980f0f;
    font-size: 14px;
    float: left;
  }
  .formheader2 {
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
  }
  .formfield2 {
    width: 100%;
    float: left;
  }
  .formerror2 {
    width: 100%;
    color: #980f0f;
    font-size: 14px;
    float: left;
  }
  input[type=password],
  input[type=text] {
    box-sizing: border-box;
    height: 46px;
    border: none;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #CCCCCC;
    background-color: #f5f5f5;
    color: #000;
    font-size: 16px;
    font-family: "Lato", Helvetica, Arial;
    transition: background-color .3s ease-in-out;
  }

.formitem2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.formitem2 ul li {
  position: relative;
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin: 0 0 10px 0;
  width: calc(50% - 15px);
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

input[type="checkbox"]+label {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
  color: #666666;
}

input[type="checkbox"]+label:before {
    font-size: 19px;
    font-family: "Font Awesome 5 Pro";
    content: '\00f0c8';
    display: inline-block;
    width: 16px;
    padding: 2px 0 0 3px;
    margin-right: 0.5em;
}

input[type="checkbox"]:checked+label:after {
    font-size: 25px;
    font-family: "Font Awesome 5 Pro";
    content: '\00f00c';
    display: inline-block;
    width: 16px;
    padding: 2px 0 0 3px;
    margin-right: 0.5em;
    position: absolute;
    left: 0;
}

input[type="checkbox"]:focus+label:before {
    outline: 0;
}

