*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  line-height: 1.7;
}
.required {
  color: red;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.header--copy {
  color: #000;
}
.btn--color {
  background-image: linear-gradient(to bottom, #27861a, #27861a);
  border-radius: 5px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-weight: 700;
  height: 70px;
  margin: 1rem 0.5rem;
  min-width: 200px;
  padding: 0 25px;
  transition: all 0.3s;
}
.btn--color:hover {
  cursor: pointer;
}
.btn {
  background: linear-gradient(to top, #444 0%, #888 100%);
  border-radius: 5px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
  font-weight: 700;
  height: 70px;
  margin: 1rem 0.5rem;
  min-width: 200px;
  padding: 0 25px;
  transition: all 0.3s;
}
.btn:hover {
  cursor: pointer;
}
.btn--box {
  margin: 2rem 0;
}
.label-for-checking {
  background-color: #afafaf;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-right: 1px;
  padding: 8px;
  user-select: none;
}
.label-for-checking-active {
  background-color: #ea1d5d;
}
.input {
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 20px;
  margin: 1.5rem 0;
  min-width: 300px;
  padding: 1.5rem 0.5rem;
  text-align: center;
}
.form__select--select {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form__select--box {
  margin: 5px;
  min-width: 200px;
}
.footer {
  background: lightgray;
  color: #000;
  display: flex;
  height: 10px;
  position: fixed;
  top: 0;
  width: 100%;
}
.footer p {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: center;
  width: calc(100% / 6);
}
.footer--active {
  background-color: #007bff;
}
.content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.content--bg {
  text-align: center;
  width: 40%;
}
.content--p-2 {
  color: #492c49;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
.container__box-2--form {
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 2rem;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 900px) {
  body {
    background-image: url("../media/png/image_05.jpg") !important;
  }
  .content--bg {
    background-color: rgba(255, 255, 255, 0.77);
    border-radius: 10px;
    bottom: 20px;
    position: relative;
    width: 85%;
  }
  .form__select {
    flex-direction: column;
  }
  .btn--color {
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    margin: 0.5rem 0.2rem;
    min-width: 150px;
    padding: 0 20px;
    transition: all 0.3s;
  }
  .btn {
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    margin: 0.5rem 0.2rem;
    min-width: 150px;
    padding: 0 20px;
    transition: all 0.3s;
  }
  .btn--box {
    margin: 0;
  }
}
