body,
.body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1,
h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

h2 {
  font-size: 32px;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

a {
  color: #3898ec;
  text-decoration: none;
}

.success-message {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, .69);
}

.heading-message {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
}

.text-message-success {
  color: #fff;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 31px;
  font-weight: 400;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: rgba(26, 148, 16, .69);
}

.submit-button.button {
  height: 50px;
  background-color: rgba(26, 148, 16, .69);
  font-size: 18px;
  font-weight: 600;
}

.submit-button.button:hover {
  background-color: rgba(21, 124, 13, .69);
}

.form-block {
  display: block;
  max-width: 500px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.error-message {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  border-radius: 5px;
  background-color: hsla(0, 100%, 83%, .3);
}

.column-left {
  padding-left: 0px;
}

.column-right {
  padding-right: 0px;
}

.row {
  display: inline-block;
  width: 100%;
}

.label-required {
  color: #da2323;
}

.checkbox-terms {
  margin-top: 10px;
}

.receipt-button {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #3898ec;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.receipt-button:hover {
  background-color: #2985d6;
}

.block-receipt {
  margin-bottom: 15px;
}

.block-name {
  display: block;
}

.block-payout {
  margin-top: 10px;
}

.label-note {
  margin-top: 8px;
  color: #666;
  text-align: left;
}

.checkbox-newsletter {
  display: block;
}

.text-field {
  border-radius: 5px;
  font-size: 16px;
}

.text-field.text-field-uppercase {
  text-transform: uppercase;
}

.body {
  display: block;
}

.form {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  text-align: left;
}

.span-receipt-date {
  font-weight: 600;
}

.span-receipt-sum {
  font-weight: 600;
}

.span-receipt-merchant {
  font-weight: 600;
}

.row-buttons {
  margin-top: 8px;
  margin-bottom: 8px;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
}

.link {
  text-decoration: none;
}

.checkbox-label {
  margin-top: 2px;
}

.label-note-email {
  margin-top: 0px;
  color: #666;
  text-align: left;
}

.radio-button-field {
  height: 44px;
  border: 2px solid #3898ec;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 600;
  text-align: center;
}

.radio-button-field:hover {
  background-color: #3898ec;
  color: #fff;
}

.radio-button-label {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  color: #3898ec;
  font-weight: 600;
}

.radio-button-label:hover {
  color: #fff;
}

.input-file {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  overflow: hidden;
  width: 500px;
  height: 50px;
  clear: none;
  opacity: 0.01;
  cursor: pointer;
}

.div-block {
  position: relative;
  overflow: hidden;
}

.loader {
  position: static;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .76);
}

.div-block-3 {
  position: absolute;
  z-index: 9999;
  display: block;
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  position: static;
  margin-bottom: 0px;
}

.block-data-policy {
  display: none;
  padding: 16px;
}

.heading-2 {
  margin-top: 10px;
  font-weight: 600;
}

.btn-data-policy-close {
  position: static;
  float: right;
  border-radius: 5px;
}

.column {
  margin-top: 10px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
}

.bold-text {
  font-size: 24px;
  font-weight: 600;
}

.subheadline {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.recaptcha {
  display: block;
  margin: 20px auto 0px;
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.block-terms-of-use {
  display: none;
  padding: 16px;
}

.btn-terms-of-use-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

.block-terms-of-participation {
  display: none;
  padding: 16px;
}

.btn-terms-of-participation-close {
  position: static;
  display: block;
  float: right;
  border-radius: 5px;
}

.text-block-2 {
  margin-bottom: 20px;
}

.block-salutation {
  display: block;
}

.select-field {
  font-size: 16px;
}

.block-birthday {
  display: block;
}

.block-address {
  display: block;
}

@media (max-width: 479px) {
  .column-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .label-note {
    text-align: left;
  }

  .form {
    padding-right: 10px;
    padding-left: 10px;
  }

  .label-note-email {
    text-align: left;
  }

  .radio-button-field {
    width: 95%;
    float: none;
  }

  .radio-button-field.radio-button-right-field {
    float: right;
  }

  .block-terms-of-participation {
    display: none;
  }

  .select-field {
    border-radius: 5px;
  }
}