.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab-switch.active:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-red);
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
label {
  margin-right: 10px;
}
label input[type="radio"],label input[type="checkbox"] {
  margin-right: 5px;
}

.multi-form-tabs .uk-container-large .section-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.tab-note {
  margin-bottom: 40px;
}
.acceptance {
  margin-top: 20px;
}

.form-hidden {
  display: none;
}
.form-hidden-method {
  display: none;
}
.sub-title {
  font-weight: 600;
  color: #000;
  margin: 20px 0px;
}
.result {
  font-weight: 600;
}
.uk-input.error,
.uk-select.error {
  border-color: var(--color-red);
}
.error label, label.error {color: var(--color-red);}

.thankyou {color: var(--color-blue) !important}
form.filter-form.contact-form {
  margin-top: 0px;
  padding: 30px 0px;
}
form.filter-form.contact-form .filter-item textarea {
  height: 200px;
  resize: none;
}