#contact .inner {
  max-width: 780px;
}

#contact .section__txt {
  margin-bottom: 16vw;
}

@media screen and (min-width: 768px) {
  #contact .section__txt {
    margin-bottom: 70px;
  }
}

#contact .form-wrap {
  margin-top: 50px;
}

#contact input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  position: relative;
}

#contact input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -30px;
}

#contact label {
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

#contact #sw-contact,
#contact #sw-request {
  margin-right: 10px;
}

#contact #sw-contact:checked ~ #form-contact {
  display: block;
}

#contact #sw-contact:checked ~ #form-request {
  display: none;
}

#contact #sw-request {
  margin-left: 40px;
}

#contact #sw-request:checked ~ #form-contact {
  display: none;
}

#contact #sw-request:checked ~ #form-request {
  display: block;
}

#contact #thanks {
  text-align: center;
}
