html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 1.1428571429vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #633b20;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  body {
  font-size: 1.125rem;
  }
}

.container {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  border: none;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 960px) {
  .container {
  }
}

.form-column {
  display: block;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .form-column {
    display: grid;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
    grid-template-columns: 12.5rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

fieldset {
  display: contents;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
}

.form-column-textarea {
  align-items: flex-start;
  margin-bottom: 80px;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .input-group {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-top: 0;
    margin-top: initial;
  }
}

.input-group span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 25px;
  padding-left: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .input-group span {
    line-height: normal;
    font-size: 1.125rem;
    padding-left: 1.6875rem;
    line-height: 2;
  }
}

.input-group span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #e1bcb9;
  border: 0.125rem solid #e1bcb9;
}

.input-group span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  left: 0.3125rem;
  border-radius: 50%;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border: 2px solid #e1bcb9;
  border: 0.125rem solid #e1bcb9;
  background: #e1bcb9;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

label.label {
  position: relative;
  width: 300px;
  padding-left: 3em;
  margin: 10px 0;
  font-weight: 700;
}

legend.label {
  position: relative;
  width: 300px;
  padding-left: 3em;
  margin: 10px 0;
  font-weight: 700;
}

.form-column {
  margin-top: 40px;
}

.badge-required {
  position: absolute;
  top: 1px;
  left: 0;
  width: auto;
  display: inline-block;
  margin-left: 0;
  padding: 5px 8px;
  line-height: 1;
  font-size: 0.75em;
  color: #fff;
  background-color: #deb0ac;
  border-radius: 4px;
}

legend .badge-required {
  margin-left: 0;
  background-color: #deb0ac;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0.3125rem;
  width: 100%;
  border: none;
  padding: 10px;
  padding: 0.625rem;
  background: #faebe9;
  border: 1px solid #e1bcb9;
  border: 0.0625rem solid #e1bcb9;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    border-radius: 0.625rem;
  }
}

textarea {
  height: 240px;
  height: 15rem;
  resize: vertical;
}
@media screen and (min-width: 960px) {
  textarea {
    height: 18.75rem;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(0, 0, 0) inset !important;
          box-shadow: 0 0 0 1000px rgb(0, 0, 0) inset !important;
  -webkit-text-fill-color: #faebe9 !important;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.contact__data {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 960px) {
  .contact__data {
    margin-top: 0;
    margin-top: initial;
  }
}

.button-group {
  text-align: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 280px;
  width: 17.5rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .button-group {
    margin-top: 1.25rem;
    width: 31.25rem;
  }
}

.button-group::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 43px;
  right: 2.6875rem;
  translate: 0 -50%;
  width: 32px;
  width: 2rem;
  height: 15px;
  height: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .button-group::after {
    right: 23%;
    width: 2.625rem;
    height: 1.25rem;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.button {
  display: inline-block;
  background: #deb0ac;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: normal;
  padding: 17px 66px 17px 66px;
  padding: 1.0625rem 4.125rem 1.0625rem 4.125rem;
  border: none;
  border-radius: 3.125rem;
}
@media screen and (min-width: 960px) {
  .button {
    font-size: 1.5rem;
    padding: 1.4375rem 8.125rem 1.4375rem 8.125rem;
    border-radius: 2.5rem;
  }
}
@media (any-hover: hover) {
  .button:hover {
    opacity: 0.7;
  }
}

.button-group button[type=submit].button-back {
  background-color: #ddd;
  margin-bottom: 50px;
}

*:focus {
outline: none;
}

.message-block-confirmation {
  text-align: center;
  color: #a94442;
  Margin-top: 30px;
}

.button[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity = 35);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.35;
    color: #FFF;
    background-color: #deb0ac;
    border-color: #ccc;
}

iframe {
  border: none;
}