.slide-right {
  animation: slide-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
  bottom: 12px;
  position: absolute;
  right: 20px;
  -webkit-animation: slide-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite both;
}
@-webkit-keyframes slide-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
}
*,
*::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: "Lato", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.background {
  align-items: center;
  background-image: url("../media/bg-cards.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: top;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
  width: 100%;
}
.required {
  background-color: #f34134;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 10px;
  text-align: center;
  width: 100%;
}
ion-icon {
  font-size: 3rem;
  transition: all 0.5s;
}
.btn {
  background-color: #000;
  border: none;
  border-radius: 0.5em;
  box-shadow: 2px 2px 3px #000000b4;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  padding: 0.6em 0.8em;
  width: 292px;
}
.btncontainer {
  background: linear-gradient(90deg, #03a9f4, #f1f441);
  border-radius: 0.9em;
  margin-top: 20px;
  padding: 3px;
  position: relative;
  transition: all 0.4s ease;
  width: 300px;
}
.form__module--box {
  display: none;
}
.form__module--box__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2.5rem;
  width: 45rem;
}
.form__module--box__span {
  font-size: 34px;
  text-align: center;
}
.form__module--box__select {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  padding: 11.5px 10px;
  width: 100%;
}
.form__module--box__input {
  border: none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  margin-top: 20px;
  padding: 11.5px 10px;
  width: 100%;
}
select.form__module--box__input {
  width: 30%;
}
select.characteristics {
  min-width: 300px;
}
.form__select {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.header--copy {
  margin: 1rem 0;
}
.title {
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: -1px;
  line-height: 1.1;
  text-align: center;
  width: 90%;
}
.title--01 {
  font-size: 40px;
  font-weight: bold;
}
.images {
  display: flex;
  justify-content: center;
  margin: 2rem;
}
.images--box {
  align-items: center;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  margin: 0 1rem;
  min-width: 300px;
  position: relative;
}
.images--box::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 0;
}
.images--box:hover::before {
  opacity: 0;
}
.images--box p {
  line-height: 1.2;
  padding: 3px;
  text-align: center;
}
.images--img {
  width: 100%;
}
input[type="checkbox"] {
  display: none;
}
.blue {
  background-color: #000;
  color: #03a9f4;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 950px) {
  .title {
    padding: 0 2rem;
    width: 100%;
  }
  .title--01 {
    font-size: 30px;
    font-weight: bold;
  }
  .images--box {
    min-width: 180px;
  }
  .form__module--box__span {
    background-color: #000;
    color: yellow;
    font-size: 28px;
    line-height: 30px;
    padding: 5px;
    width: 100%;
  }
  .blue {
    background-color: #000;
    color: #03a9f4;
  }
  .images--box::before {
    background: none;
  }
}
@media only screen and (max-width: 715px) {
  .background {
    padding-top: 10px;
  }
  .images {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .title--01 {
    font-size: 24px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 500px) {
  .images--box {
    margin: 10px;
    min-width: 160px;
    width: 160px;
  }
  .form__module--box__content {
    width: 100%;
  }
  .form__module--box__input,
  .form__module--box__select {
    width: 90%;
  }
  .header--copy {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 390px) {
  .images--box {
    min-width: 140px;
    width: 140px;
  }
}
@media only screen and (max-width: 360px) {
  .images--box {
    min-width: 120px;
    width: 120px;
  }
}
@media only screen and (max-width: 330px) {
  .images--box {
    min-width: 100px;
    width: 100px;
  }
  .title--01 {
    font-size: 18px;
  }
}
a {
  color: inherit;
  text-decoration: none !important;
}
