.super_form {
  max-width: 951px;
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .super_form {
    margin-top: 80px;
  }
}
@media (max-width: 720px) {
  .super_form {
    margin-top: 40px;
  }
}
.super_form .form_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 720px) {
  .super_form .form_head {
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .super_form .form_head {
    margin-bottom: 0;
  }
}
.super_form .form_head .form_name {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.8829rem + 1.3392vw, 2.45rem);
  text-transform: uppercase;
  color: #1b1e1b;
}
.super_form .form_head .form_social {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.super_form .form_head .form_social .form_social_link {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 500px) {
  .super_form .form_head .form_social .form_social_link {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 500px) {
  .super_form .form_head .form_social .form_social_link svg {
    width: 24px;
    height: 24px;
  }
}
.super_form .fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 29px 26px;
}
@media (max-width: 768px) {
  .super_form .fields {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.super_form .fields .form-field {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.super_form .fields .form-field input[type=text],
.super_form .fields .form-field input[type=email],
.super_form .fields .form-field input[type=password],
.super_form .fields .form-field textarea {
  width: 100%;
  padding: 15px;
  font-size: clamp(0.875rem, 0.8481rem + 0.1266vw, 1rem);
  border: 1px solid #000;
  outline: none;
  resize: none;
  min-height: 55px;
}
.super_form .fields .form-field input[type=text]::placeholder,
.super_form .fields .form-field input[type=email]::placeholder,
.super_form .fields .form-field input[type=password]::placeholder,
.super_form .fields .form-field textarea::placeholder {
  color: #999;
}
.super_form .fields .form-field input[type=text]:focus,
.super_form .fields .form-field input[type=email]:focus,
.super_form .fields .form-field input[type=password]:focus,
.super_form .fields .form-field textarea:focus {
  border-color: #000;
}
.super_form .fields .form-field textarea {
  min-height: 112px;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .super_form .fields .form-field textarea {
    grid-column: auto;
  }
}
@media (max-width: 500px) {
  .super_form .fields .form-field textarea {
    min-height: 123px;
  }
}
.super_form .fields .form-field input[type=checkbox] {
  margin-right: 8px;
  transform: scale(1.4);
}
.super_form .fields .form-field label {
  font-weight: 400;
  font-size: 14px;
  color: #757575;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: normal;
}
@media (max-width: 920px) {
  .super_form .fields .form-field label {
    font-size: 12px;
  }
}
@media (max-width: 720px) {
  .super_form .fields .form-field label {
    margin-bottom: 20px;
  }
}
.super_form .fields .form-field label a {
  font-weight: 600;
  color: #757575;
  text-decoration: none;
}
.super_form .fields .btn {
  grid-column: 1/3;
  font-weight: 350;
  font-size: 16px;
  line-height: 281%;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 1px;
  padding: 0 20px;
  min-height: 60px;
}
@media (max-width: 768px) {
  .super_form .fields .btn {
    grid-column: auto;
    width: 100%;
  }
}
.super_form .fields .btn:hover {
  background: #333;
}

/*# sourceMappingURL=style.css.map */
