@media (min-width: 1600px) {
}@media (max-width: 768px) {
}@media (min-width: 768px) {
}@media (min-width: 992px) {
}@media (min-width: 768px) {
}@media (max-width: 1199px) {
}@media (max-width: 1199px) {
}@media (max-width: 767px) {
}.xr_spinner_icon {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  height: 15px;
  width: 15px;
  vertical-align: text-bottom;
}
.xr_spinner_icon svg {
  -webkit-animation: xr_spinner-spin 2s infinite linear;
  animation: xr_spinner-spin 2s infinite linear;
}
@-webkit-keyframes xr_spinner-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xr_spinner-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
button.xr_active {
  cursor: progress;
  opacity: 1;
  width: auto;
  min-width: 20px;
}
.xr_form .btn {
  margin-top: 15px;
}
.form-control.js-datepicker-birthday[disabled],
.form-control.js-datepicker-birthday[readonly] {
  background: #FFF;
}
.form-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.form-group.checkbox {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  margin-bottom: 0.5rem;
}
.form-group.checkbox .checkbox-label {
  max-width: none;
}
@media (min-width: 768px) {
  .form-group.checkbox .checkbox-label {
    max-width: 50%;
  }
}
.form-group.checkbox .checkbox-full-width {
  width: 100%;
  min-width: 100%;
  max-width: none;
}
.form-group.radio {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  margin-bottom: 0.5rem;
}
.form-group.radio .radio-label {
  max-width: none;
}
@media (min-width: 768px) {
  .form-group.radio .radio-label {
    max-width: 50%;
  }
}
.form-group.radio .radio-full-width {
  width: 100%;
  min-width: 100%;
  max-width: none;
}
.form-group .label-text {
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.checkbox-label,
.radio-label,
.radio-full-width,
.checkbox-full-width {
  display: inline-flex;
  width: auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 23px;
  margin-bottom: 0.5rem;
}
.checkbox-label .inner-checkbox,
.radio-label .inner-checkbox,
.radio-full-width .inner-checkbox,
.checkbox-full-width .inner-checkbox {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
.checkbox-label input[type='radio'],
.radio-label input[type='radio'],
.radio-full-width input[type='radio'],
.checkbox-full-width input[type='radio'],
.checkbox-label input[type='checkbox'],
.radio-label input[type='checkbox'],
.radio-full-width input[type='checkbox'],
.checkbox-full-width input[type='checkbox'] {
  display: none;
}
.checkbox-label input[type='radio'] ~ .fakebox,
.radio-label input[type='radio'] ~ .fakebox,
.radio-full-width input[type='radio'] ~ .fakebox,
.checkbox-full-width input[type='radio'] ~ .fakebox,
.checkbox-label input[type='checkbox'] ~ .fakebox,
.radio-label input[type='checkbox'] ~ .fakebox,
.radio-full-width input[type='checkbox'] ~ .fakebox,
.checkbox-full-width input[type='checkbox'] ~ .fakebox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  background: none;
}
.checkbox-label input[type='radio'] ~ .fakebox:after,
.radio-label input[type='radio'] ~ .fakebox:after,
.radio-full-width input[type='radio'] ~ .fakebox:after,
.checkbox-full-width input[type='radio'] ~ .fakebox:after,
.checkbox-label input[type='checkbox'] ~ .fakebox:after,
.radio-label input[type='checkbox'] ~ .fakebox:after,
.radio-full-width input[type='checkbox'] ~ .fakebox:after,
.checkbox-full-width input[type='checkbox'] ~ .fakebox:after {
  content: '';
  position: absolute;
  color: currentColor;
  background: var(--color);
  width: 9px;
  height: 9px;
  top: 2px;
  left: 2px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.checkbox-label input[type='radio'] ~ .fakebox + span,
.radio-label input[type='radio'] ~ .fakebox + span,
.radio-full-width input[type='radio'] ~ .fakebox + span,
.checkbox-full-width input[type='radio'] ~ .fakebox + span,
.checkbox-label input[type='checkbox'] ~ .fakebox + span,
.radio-label input[type='checkbox'] ~ .fakebox + span,
.radio-full-width input[type='checkbox'] ~ .fakebox + span,
.checkbox-full-width input[type='checkbox'] ~ .fakebox + span,
.checkbox-label input[type='radio'] ~ .fakebox + .radio-inner,
.radio-label input[type='radio'] ~ .fakebox + .radio-inner,
.radio-full-width input[type='radio'] ~ .fakebox + .radio-inner,
.checkbox-full-width input[type='radio'] ~ .fakebox + .radio-inner,
.checkbox-label input[type='checkbox'] ~ .fakebox + .radio-inner,
.radio-label input[type='checkbox'] ~ .fakebox + .radio-inner,
.radio-full-width input[type='checkbox'] ~ .fakebox + .radio-inner,
.checkbox-full-width input[type='checkbox'] ~ .fakebox + .radio-inner,
.checkbox-label input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.radio-label input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.radio-full-width input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-full-width input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-label input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.radio-label input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.radio-full-width input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-full-width input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-label input[type='radio'] ~ .fakebox + .inner-checkbox,
.radio-label input[type='radio'] ~ .fakebox + .inner-checkbox,
.radio-full-width input[type='radio'] ~ .fakebox + .inner-checkbox,
.checkbox-full-width input[type='radio'] ~ .fakebox + .inner-checkbox,
.checkbox-label input[type='checkbox'] ~ .fakebox + .inner-checkbox,
.radio-label input[type='checkbox'] ~ .fakebox + .inner-checkbox,
.radio-full-width input[type='checkbox'] ~ .fakebox + .inner-checkbox,
.checkbox-full-width input[type='checkbox'] ~ .fakebox + .inner-checkbox {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  margin-top: -0.1em;
  cursor: pointer;
  word-break: break-word;
  font-size: 14px;
}
@media (min-width: 768px) {
  .checkbox-label input[type='radio'] ~ .fakebox + span,
  .radio-label input[type='radio'] ~ .fakebox + span,
  .radio-full-width input[type='radio'] ~ .fakebox + span,
  .checkbox-full-width input[type='radio'] ~ .fakebox + span,
  .checkbox-label input[type='checkbox'] ~ .fakebox + span,
  .radio-label input[type='checkbox'] ~ .fakebox + span,
  .radio-full-width input[type='checkbox'] ~ .fakebox + span,
  .checkbox-full-width input[type='checkbox'] ~ .fakebox + span,
  .checkbox-label input[type='radio'] ~ .fakebox + .radio-inner,
  .radio-label input[type='radio'] ~ .fakebox + .radio-inner,
  .radio-full-width input[type='radio'] ~ .fakebox + .radio-inner,
  .checkbox-full-width input[type='radio'] ~ .fakebox + .radio-inner,
  .checkbox-label input[type='checkbox'] ~ .fakebox + .radio-inner,
  .radio-label input[type='checkbox'] ~ .fakebox + .radio-inner,
  .radio-full-width input[type='checkbox'] ~ .fakebox + .radio-inner,
  .checkbox-full-width input[type='checkbox'] ~ .fakebox + .radio-inner,
  .checkbox-label input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .radio-label input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .radio-full-width input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-full-width input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-label input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .radio-label input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .radio-full-width input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-full-width input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-label input[type='radio'] ~ .fakebox + .inner-checkbox,
  .radio-label input[type='radio'] ~ .fakebox + .inner-checkbox,
  .radio-full-width input[type='radio'] ~ .fakebox + .inner-checkbox,
  .checkbox-full-width input[type='radio'] ~ .fakebox + .inner-checkbox,
  .checkbox-label input[type='checkbox'] ~ .fakebox + .inner-checkbox,
  .radio-label input[type='checkbox'] ~ .fakebox + .inner-checkbox,
  .radio-full-width input[type='checkbox'] ~ .fakebox + .inner-checkbox,
  .checkbox-full-width input[type='checkbox'] ~ .fakebox + .inner-checkbox {
    font-size: 16px;
  }
}
.checkbox-label input[type='radio']:checked ~ .fakebox:after,
.radio-label input[type='radio']:checked ~ .fakebox:after,
.radio-full-width input[type='radio']:checked ~ .fakebox:after,
.checkbox-full-width input[type='radio']:checked ~ .fakebox:after,
.checkbox-label input[type='checkbox']:checked ~ .fakebox:after,
.radio-label input[type='checkbox']:checked ~ .fakebox:after,
.radio-full-width input[type='checkbox']:checked ~ .fakebox:after,
.checkbox-full-width input[type='checkbox']:checked ~ .fakebox:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.checkbox-label.small-text input[type='radio'] ~ .fakebox:after,
.radio-label.small-text input[type='radio'] ~ .fakebox:after,
.radio-full-width.small-text input[type='radio'] ~ .fakebox:after,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox:after,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox:after,
.radio-label.small-text input[type='checkbox'] ~ .fakebox:after,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox:after,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox:after {
  color: currentColor;
}
.checkbox-label.small-text input[type='radio'] ~ .fakebox + span,
.radio-label.small-text input[type='radio'] ~ .fakebox + span,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + span,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + span,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + span,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + span,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + span,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + span,
.checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner,
.radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
.checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
.radio-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0px;
  text-transform: none;
}
@media (min-width: 768px) {
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + span,
  .radio-label.small-text input[type='radio'] ~ .fakebox + span,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + span,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + span,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + span,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + span,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + span,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + span,
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner,
  .radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner,
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
  .radio-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
  }
}
.checkbox-label.small-text input[type='radio'] ~ .fakebox + span .inner-text,
.radio-label.small-text input[type='radio'] ~ .fakebox + span .inner-text,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + span .inner-text,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + span .inner-text,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
.checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
.checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
.checkbox-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
.radio-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
.radio-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
.checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
.checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text,
.radio-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text,
.radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text,
.checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0px;
  text-transform: none;
}
@media (min-width: 768px) {
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + span .inner-text,
  .radio-label.small-text input[type='radio'] ~ .fakebox + span .inner-text,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + span .inner-text,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + span .inner-text,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + span .inner-text,
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text,
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .radio-label.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .radio-inner .inner-text .inner-text,
  .checkbox-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
  .radio-label.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
  .radio-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
  .checkbox-full-width.small-text input[type='radio'] ~ .fakebox + .inner-checkbox .inner-text,
  .checkbox-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text,
  .radio-label.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text,
  .radio-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text,
  .checkbox-full-width.small-text input[type='checkbox'] ~ .fakebox + .inner-checkbox .inner-text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
  }
}
.sod_select,
input.form-control,
.form-control,
textarea.form-control {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 15px;
  font-size: 16px;
  color: var(--color);
  background-color: var(--background-color);
  border: 1px solid currentColor;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
  filter: none;
}
.sod_select::placeholder,
input.form-control::placeholder,
.form-control::placeholder,
textarea.form-control::placeholder {
  font-size: 12px;
  color: #bdbdbd;
}
@media (min-width: 992px) {
  .sod_select::placeholder,
  input.form-control::placeholder,
  .form-control::placeholder,
  textarea.form-control::placeholder {
    font-size: 16px;
  }
}
.sod_select:focus,
input.form-control:focus,
.form-control:focus,
textarea.form-control:focus {
  color: var(--color);
  border-color: currentColor;
  background-color: var(--background-color);
}
.sod_select:-webkit-autofill,
input.form-control:-webkit-autofill,
.form-control:-webkit-autofill,
textarea.form-control:-webkit-autofill,
.sod_select:-webkit-autofill:hover,
input.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:hover,
textarea.form-control:-webkit-autofill:hover,
.sod_select:-webkit-autofill:focus,
input.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:focus,
textarea.form-control:-webkit-autofill:focus,
.sod_select:-webkit-autofill:active,
input.form-control:-webkit-autofill:active,
.form-control:-webkit-autofill:active,
textarea.form-control:-webkit-autofill:active {
  -webkit-text-fill-color: var(--color);
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.sod_select.default-form-error,
input.form-control.default-form-error,
.form-control.default-form-error,
textarea.form-control.default-form-error {
  border-color: #FF174E;
}
.sod_select .sod_label,
input.form-control .sod_label,
.form-control .sod_label,
textarea.form-control .sod_label {
  text-transform: none;
  color: #495057;
  font-size: 16px;
}
textarea,
textarea.form-control {
  height: 105px;
  resize: none;
  padding: 13px;
}
.xr_error_tooltip {
  position: absolute;
  background: #FF174E;
  color: white;
  top: 1px;
  right: 1px;
  height: 36px;
  width: 28px;
  text-align: center;
  line-height: 36px;
}
.sod_select {
  z-index: 2;
}
.sod_select:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.sod_select:after,
.sod_select:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
}
.sod_select:after {
  display: block;
  color: currentColor;
  content: "\e906";
}
.sod_select.open:after {
  display: none;
}
.sod_select:before {
  content: "\e905";
  display: none;
  color: var(--color);
}
.sod_select.open {
  z-index: 4;
}
.sod_select.open:before {
  display: block;
}
.sod_select:focus {
  outline: none;
}
.sod_select .sod_label {
  display: block;
  line-height: 35px;
}
.sod_select .sod_list_wrapper {
  width: 100%;
  border: 1px solid var(--color);
  box-sizing: content-box;
  background: var(--background-color);
}
.sod_select .sod_option {
  padding: 8px 15px;
  font-size: 12px;
  text-transform: none;
  color: var(--color);
  cursor: pointer;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
.sod_select .sod_option.active {
  background: #363636;
  color: #FFF;
}
label {
  display: block;
  width: 100%;
  font-family: 'Kanit', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
@media (min-width: 992px) {
  label {
    font-size: 18px;
  }
}
.hidden-label label {
  visibility: hidden;
}
.xr_error {
  position: absolute;
  bottom: -17px;
  left: 1px;
  font-size: 0.8em;
  color: red;
}
.button-label {
  cursor: pointer;
}
.button-label.inline {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.button-label .fake-label {
  padding: 4px 15px;
  background: transparent;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
.button-label .fake-label:hover {
  background: #ddd;
}
.button-label input[type='radio'],
.button-label input[type='checkbox'] {
  display: none;
}
.button-label input[type='radio'][disabled] + .fake-label,
.button-label input[type='checkbox'][disabled] + .fake-label {
  opacity: 0.5;
  position: relative;
}
.button-label input[type='radio'][disabled] + .fake-label:before,
.button-label input[type='checkbox'][disabled] + .fake-label:before {
  content: '';
  background: url('/xstorage/1/template/img/icons/not-allowed.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.button-label input[type='radio'][disabled] + .fake-label:hover,
.button-label input[type='checkbox'][disabled] + .fake-label:hover {
  background: transparent;
  cursor: not-allowed;
}
.button-label input[type='radio']:checked + .fake-label,
.button-label input[type='checkbox']:checked + .fake-label {
  background: #151515;
  color: #FFF;
}
.image-label {
  cursor: pointer;
}
.image-label.inline {
  display: inline-block;
  width: auto;
}
.image-label.color {
  vertical-align: middle;
}
.image-label.color .color-wrapper {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  padding: 4px;
  outline: 1px solid #000;
  margin-right: 15px;
}
.image-label.color .color-wrapper .inner {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.image-label input[type='radio'],
.image-label input[type='checkbox'] {
  display: none;
}
.image-label input[type='radio']:checked + .image-wrapper:before,
.image-label input[type='checkbox']:checked + .image-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 18px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 18px solid #000;
  z-index: 9;
}
.image-label input[type='radio']:checked + .color-wrapper,
.image-label input[type='checkbox']:checked + .color-wrapper {
  height: 40px;
  width: 40px;
  outline: 3px solid #000;
}
.image-label .image-wrapper {
  position: relative;
  margin-right: 20px;
  background: #f0eff0;
}
@media (max-width: 767px) {
  .image-label .image-wrapper {
    width: 80px;
  }
}
.image-label .image-wrapper .image {
  width: 100%;
  height: auto;
}
.image-label.with-outline {
  border: 5px solid rgba(255, 255, 255, 0);
  background: transparent;
}
.image-label.with-outline input[type='radio']:checked + .image-wrapper,
.image-label.with-outline input[type='checkbox']:checked + .image-wrapper {
  position: relative;
}
.image-label.with-outline input[type='radio']:checked + .image-wrapper:after,
.image-label.with-outline input[type='checkbox']:checked + .image-wrapper:after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  left: -2px;
  top: -2px;
  display: block;
  border: 3.5px solid #000000;
  z-index: 9;
}
.image-label.with-outline input[type='radio']:checked + .image-wrapper:before,
.image-label.with-outline input[type='checkbox']:checked + .image-wrapper:before {
  border-bottom: 18px solid #000000;
}
.image-label.with-outline .image-wrapper {
  background: #f0eff0;
  margin: 0px;
  padding: 5px;
}
@media (max-width: 767px) {
  .image-label.with-outline .image-wrapper {
    width: 100%;
  }
}
.underline-form .sod_select,
.underline-form input.form-control,
.underline-form .form-control,
.underline-form textarea.form-control {
  border-bottom: 2px solid currentColor;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background: transparent;
  color: var(--color);
}
.underline-form .sod_select::placeholder,
.underline-form input.form-control::placeholder,
.underline-form .form-control::placeholder,
.underline-form textarea.form-control::placeholder {
  color: currentColor;
}
.underline-form .sod_select:-webkit-autofill,
.underline-form input.form-control:-webkit-autofill,
.underline-form .form-control:-webkit-autofill,
.underline-form textarea.form-control:-webkit-autofill,
.underline-form .sod_select:-webkit-autofill:hover,
.underline-form input.form-control:-webkit-autofill:hover,
.underline-form .form-control:-webkit-autofill:hover,
.underline-form textarea.form-control:-webkit-autofill:hover,
.underline-form .sod_select:-webkit-autofill:focus,
.underline-form input.form-control:-webkit-autofill:focus,
.underline-form .form-control:-webkit-autofill:focus,
.underline-form textarea.form-control:-webkit-autofill:focus,
.underline-form .sod_select:-webkit-autofill:active,
.underline-form input.form-control:-webkit-autofill:active,
.underline-form .form-control:-webkit-autofill:active,
.underline-form textarea.form-control:-webkit-autofill:active {
  -webkit-text-fill-color: currentColor;
}
.underline-form textarea,
.underline-form textarea.form-control {
  border: 2px solid var(--color);
}
.underline-form textarea:focus,
.underline-form textarea.form-control:focus {
  border: 2px solid var(--color);
}
.underline-form .xr_error_tooltip {
  top: 0;
}
.underline-form .default-form-error {
  border-top: 0;
}
.underline-form .sod_select {
  background: transparent;
  border-bottom: 2px solid var(--color);
  border-left: 0;
  border-right: 0;
}
.underline-form .sod_select .sod_list_wrapper {
  background: var(--color-reverse);
  border: 1px solid var(--color);
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/100.css.css.map */