body {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
}

.mail-icon{
  content:url("../img/icons/email-icon.svg");
  margin-bottom: 18px;
}

.mail-loading{
  width: 64px;
  height: 64px;
  content:url("../img/icons/mail-loading.gif");
  margin-bottom: 18px;
}
.webform-confirmation__message .form-event-next{
  padding: 56px;
}
.bg-default-form {
  background-color: #FFFFFF;
  padding-bottom: 100px;
}
.descripition-container {
  background: linear-gradient(180deg, #229269 0%, #6BC15D 100%);
  mix-blend-mode: normal;
  padding: 104px 96px;
  height: 629px;
  border-radius: 48px 0px;
}
.descripition-container::before {
    content: ''!important;
    position: absolute !important;
    background: url("../img/brand/bg-repeat-light.svg")!important;
    height: 658px !important;
    width: 50% !important;
    left: 50%;
    top: 0;
}
.descripition-container h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 32px;
  max-width: 264px;
  color: #FFFFFF;
}
.descripition-container p {
  font-size: 16px;
  line-height: 175%;
  max-width: 264px;
  color: #FFFFFF;
}
.form-event-card {
  background-color: #FFFFFF;
  position: relative;
  left: 384px;
  top: -550px;
  border-radius: 48px 0px;
  padding: 56px;
  margin-bottom: -520px;
  border: 1px solid #DDDDDD;
}
.form-event-card .form-label {
  font-weight: 600;
  font-size: 14px;
}
.form-event-card .form-control {
  background: #F6F6F6;
  border-radius: 16px;
  border-color: transparent;
  color: #A0A0A0;
  margin-bottom: 32px;
}
.form-event-card .form-select {
  background-color: #F6F6F6;
  border-radius: 16px;
  border-color: transparent;
  color: #A0A0A0;
}
.form-event-card .form-check-input {
  width: 20px;
  height: 20px;
  border: 2px solid #3C7C00;
  border-radius: 4px;
  cursor: pointer;
}
.form-event-card .form-check-input:checked {
  background-color: #3C7C00;
}
.form-event-card p {
  font-size: 14px;
  line-height: 175%;
  color: #222222;
  margin-left: 12px;
}
.form-event-card .webform-element-description {
  font-size: 14px;
}
.form-event-card a {
  color: #3C7C00;
  font-weight: 600;
}
.form-event-card button, .form-event-card .btn-weber {
  background-color: #3C7C00;
  border-radius: 12px;
  color: #F6F6F6;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-color: transparent;
}
.form-event-card button:hover, .form-event-card .btn-weber:hover {
  background-color: #204A00;
}
.form-event-card button:disabled, .form-event-card .btn-weber:disabled {
  background-color: #B8B8B8;
}
.form-event-card button .material-icons {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}
.form-event-card .alert-danger {
  background: #FFF2F2;
  border-color: #FFF2F2;
  border-radius: 16px;
}
.form-event-card .alert-danger .text-error {
  color: #6C0000;
  font-size: 14px;
  line-height: 175%;
  display: flex;
}
.form-event-card .alert-danger .text-error > span {
  margin-right: 16px;
}
.form-event-next {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.form-event-next p {
  color: #666666;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  max-width: 456px;
}
.form-event-next p > strong {
  color: #222222;
  font-size: 20px;
  margin: 16px 0;
}

@media (max-width: 1024px) {
  .form-event-card {
    max-width: 570px;
  }
}
@media (max-width: 768px) {
  .form-event-card {
    max-width: 665px;
    left: 26px;
    top: -280px;
    margin-bottom: -270px;
  }
  .form-event-next {
    top: -240px;
  }
  .descripition-container p {
    max-width: inherit;
  }
}
@media (max-width: 540px) {
  .descripition-container h3 {
    font-size: 24px;
  }
  .form-event-card {
    max-width: 488px;
    left: 0;
    margin-left: 26px;
    padding: 38px;
  }
  .form-event-next {
    top: -180px;
  }
}
@media (max-width: 414px) {
  .form-event-card {
    max-width: 362px;
  }
  .descripition-container {
    padding: 104px 70px;
  }
  .form-event-next {
    top: -190px;
  }
}
@media (max-width: 375px) {
  .form-event-card {
    max-width: 324px;
  }
  .descripition-container {
    padding: 80px 50px;
  }
  .form-event-next {
    top: -200px;
  }
}
@media (max-width: 320px) {
  .descripition-container {
    padding: 50px 30px;
  }
  .form-event-card {
    margin-left: 0px;
  }
  .form-event-next {
    top: -220px;
  }
}
