.certificates-page {
  margin-top: -40px;
}
@media screen and (min-width: 1600px) {
  .certificates-page {
    max-width: 1800px;
  }
}
.bg-field {
  max-width: 930px;
  background: #f8f8f8;
  margin: auto;
  padding: 90px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 85px;
  box-sizing: border-box;
}
.bg-field_input {
  display: flex;
  width: 100%;
  max-width: 550px;
  border-bottom: 2px solid #000;
  margin-bottom: 28px;
  justify-content: start;
}
.bg-field_input input {
  font-weight: 700;
  font-size: clamp(2.75rem, 2.5073rem + 1.0356vw, 3.75rem);
  line-height: 140%;
  color: #141414;
  field-sizing: content;
  letter-spacing: 2px;
  max-width: 90%;
  font-family: "FuturaPT";
}
.bg-field_input > span {
  font-weight: 700;
  font-size: clamp(2.75rem, 2.5073rem + 1.0356vw, 3.75rem);
  line-height: 140%;
  color: #141414;
  font-family: "FuturaPT";
}
.bg-field_input + span {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #6d6d6d;
  width: 100%;
  max-width: 550px;
  letter-spacing: -0.6px;
}
.input-box input,
.input-box textarea {
  padding-bottom: 19px;
  border-bottom: 2px solid #000;
  width: 100%;
  line-height: 140%;
}
.input-box textarea {
  height: 44px;
  box-sizing: border-box;
}
.input-box input::placeholder,
.input-box textarea::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #7e7e7e;
  font-family: "FuturaPT";
}
.input-box input,
.input-box textarea {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  font-family: "FuturaPT";
}
.form-custom-radios {
  display: flex;
  gap: 20px 44px;
}
.input-box .custom-radio {
  position: absolute;
  opacity: 0;
  �ursor: pointer;
  width: auto;
}
.form-custom-radios label {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-family: "FuturaPT";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  flex-direction: row-reverse;
}
.form-custom-radios span {
  height: 16px;
  width: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  box-sizing: border-box;
  position: static;
}
.form-custom-radios label input:checked ~ span {
  border: 5px solid #000000;
}
.input-box button {
  width: 100%;
}
.input-box .form-policy {
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #8a8a8a;
  font-family: "FuturaPT";
  font-weight: 300;
}
.input-box .form-policy a {
  text-decoration: underline;
}
.input-box_title,
.input-box_title.text-h4 {
  font-weight: 450;
  font-size: clamp(1.75rem, 1.659rem + 0.3883vw, 2.125rem);
  line-height: 140%;
  color: #000000;
  margin-bottom: 60px;
  letter-spacing: -0.9px;
}
.input-box .form-row {
  margin-bottom: 60px;
}
.input-box {
  max-width: 550px;
  margin: auto;
}
/**/
.selection-image {
  padding-bottom: 105px;
}
.selection-image_main {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(153, 153, 153, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  padding-top: 63px;
  margin-bottom: 53px;
}
.selection-image_main img {
  max-width: 759px;
  width: 100%;
  -webkit-filter: drop-shadow(30px 80px 55px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(30px 80px 55px rgba(0, 0, 0, 0.4));
}
.selection-image_cards {
  display: flex;
  align-items: center;
  column-gap: 32px;
  justify-content: center;
}
.selection-image_cards label {
  cursor: pointer;
}
.selection-image_cards-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selection-image_cards-item img {
  margin-top: 10px;
  margin-left: 10px;
  max-width: 108px;
  transition: transform 0.2s;
  -webkit-filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.4));
}
.selection-image_cards
  input[type="radio"]:checked
  + .selection-image_cards-item:before {
  content: "";
  border: 4.22px solid #007fbb;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  z-index: -1;
  min-width: 64px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selection-image_cards-item:hover img {
  transform: scale(1.1);
}
.selection-image_cards input[type="radio"] {
  display: none;
}
@media (max-width: 990px) {
  .selection-image_main {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .selection-image {
    padding-bottom: 68px;
  }
  .selection-image_cards-item img {
    max-width: 18.5vw;
  }
  .selection-image_cards
    input[type="radio"]:checked
    + .selection-image_cards-item:before {
    width: 10vw;
    height: 10vw;
    min-width: 10vw;
  }
  .selection-image_cards {
    column-gap: 16px;
  }
  .selection-image_main img {
    -webkit-filter: drop-shadow(4vw 10vw 5vw rgba(0, 0, 0, 0.4));
    filter: drop-shadow(4vw 10vw 5vw rgba(0, 0, 0, 0.4));
  }
  /**/
  .bg-field {
    padding: 45px 20px;
    align-items: start;
    margin-bottom: 55px;
  }
  .bg-field_input input {
    padding-bottom: 8px;
  }
  .bg-field_input {
    margin-bottom: 20px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .bg-field_input + span {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .input-box .form-row .btn {
    padding: 28px 25px;
    font-size: 20px;
  }
  .bg-field_input input {
    letter-spacing: 0;
  }
  .input-box_title {
    margin-bottom: 58px;
  }
}
@media (max-width: 550px) {
  .bg-field_input + span {
    margin-right: 0;
    margin-left: 0;
  }
  .input-box textarea {
    height: auto;
    line-height: 120%;
    padding-bottom: 0px;
  }
}
