*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
caption,
footer,
header,
nav,
section,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  direction: ltr;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

.hide-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

nav,
header,
main {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.page {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .page {
    padding: 1.5rem;
  }
}

.lang {
  width: 100%;
  background: #5ebd69;
  color: #ffffff;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.lang__selected {
  width: 100%;
  outline: none;
  border: 1px solid #5ebd69;
  background: #5ebd69;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.425rem 1.875rem;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.lang__selected:hover {
  background-color: #00844c;
}

.lang-switcher {
  background: #ffffff;
  width: 100%;
  display: none;
}
.lang-switcher div {
  padding: 0.2rem 0;
  display: flex;
  padding: 0.425rem 1.875rem;
  justify-content: space-between;
  align-items: center;
  background: #5ebd69;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.lang-switcher div:hover {
  background-color: #00844c;
}
header {
  padding: 0.3125rem;
  margin-bottom: 1rem;
}

.logo {
  width: 100%;
  margin: 2rem auto 0;
  padding-left: 1.75rem;
}
.logo img {
  width: 100%;
  max-width: 55px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__content {
  background: url("https://image.haifa-group.info/lib/fe2f11737364047e751378/m/1/4bcb9536-4615-4650-9237-e5a289468a65.png") no-repeat right;
  background-size: contain;
  min-height: 286px;
  padding: 5rem 1.5rem 0rem 1rem;
  color: #ffffff;
}
@media screen and (min-width: 350px) {
  .header__content {
    padding: 5rem 3rem 0rem 2.5rem;
  }
}
.header__content h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.5rem;
}
@media screen and (min-width: 350px) {
  .header__content h1 {
    font-size: 3rem;
    line-height: 4.0625rem;
  }
}
.header__content h2,
.header__content p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 400;
}
@media screen and (min-width: 350px) {
  .header__content h2,
  .header__content p {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

main {
  padding: 0.5rem;
}
@media screen and (min-width: 576px) {
  main {
    padding: 1.5rem;
    padding: 0 2.0625rem;
  }
}

.form-items {
  margin: 0;
}
.form-items--item {
  display: flex;
}
.form-items--item__col {
  flex-direction: column;
}
.form-items textarea,
.form-items select,
.form-items input {
  border: 1px solid #a3a2a2;
  border-radius: 0.5rem;
  padding: 0.575rem 1.125rem;
}
.form-items textarea.form__input--error,
.form-items select.form__input--error,
.form-items input.form__input--error {
  border: 1px solid #c23934;
  color: #c23934;
}
.form-items textarea.form__input--error:focus,
.form-items select.form__input--error:focus,
.form-items input.form__input--error:focus {
  outline: none !important;
  border: 1px solid #c23934;
  box-shadow: 0 0 6px #c23934;
}
.form-items textarea.form__input--error::-moz-placeholder, .form-items select.form__input--error::-moz-placeholder, .form-items input.form__input--error::-moz-placeholder {
  color: #c23934;
}
.form-items textarea.form__input--error::placeholder,
.form-items select.form__input--error::placeholder,
.form-items input.form__input--error::placeholder {
  color: #c23934;
}
.form-items textarea {
  resize: none;
}
.form-items ::-moz-placeholder {
  font-size: 0.8125rem;
  color: #a3a2a2;
  opacity: 1;
}
.form-items ::placeholder {
  font-size: 0.8125rem;
  color: #a3a2a2;
  opacity: 1;
}
.form-items select {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23205 9C6.46225 10.3333 4.53775 10.3333 3.76795 9L0.73686 3.75C-0.03294 2.41666 0.929312 0.749999 2.46891 0.749999L8.53109 0.75C10.0707 0.75 11.0329 2.41667 10.2631 3.75L7.23205 9Z' fill='%23494746' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 1rem center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #a3a2a2;
  background-size: 0.75rem;
  background-color: #fff;
}
.form-items select.form__input--error {
  border: 1px solid #c23934;
  color: #c23934;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23205 9C6.46225 10.3333 4.53775 10.3333 3.76795 9L0.73686 3.75C-0.03294 2.41666 0.929312 0.749999 2.46891 0.749999L8.53109 0.75C10.0707 0.75 11.0329 2.41667 10.2631 3.75L7.23205 9Z' fill='%23C23934'/%3E%3C/svg%3E");
}
.form-items select.form__input--error::-moz-placeholder {
  color: #c23934;
}
.form-items select.form__input--error::placeholder {
  color: #c23934;
}
.form-items small {
  visibility: hidden;
  font-size: 0.625rem;
  padding: 0.125rem 1.125rem;
  margin-bottom: 0.1875rem;
  color: #494746;
}
.form-items small.form__message--error {
  visibility: visible;
  color: #c23934;
}
.form-items .checkbox {
  margin: 0;
}
.form-items .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.form-items .checkbox input[type=checkbox] + .checkbox_label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid hsl(155, 100%, 26%);
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  position: relative;
  top: 0;
  margin-right: 0.2em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.form-items .checkbox input[type=checkbox] + .checkbox_label:before.form__input--error {
  border: 2px solid #c23934;
}
.form-items .checkbox input[type=checkbox] + .checkbox_label.form__input--error:before {
  border: 2px solid #c23934;
}
.form-items .checkbox input[type=checkbox]:checked + .checkbox_label:before {
  background-color: hsl(155, 100%, 26%);
  box-shadow: inset 0 0 0 2px #ffffff;
}
.form-items .checkbox input[type=checkbox]:focus + .checkbox_label:before {
  outline: none;
  border-color: #5ebd69;
}
.form-items .checkbox input[type=checkbox]:focus + .checkbox_label.form__input--error:before {
  border-color: #c23934;
}
.form-items .checkbox input[type=checkbox] + .checkbox_label:empty:before {
  margin-right: 0;
}
.form-items .checkbox_text,
.form-items .checkbox_label {
  font-size: 0.8125rem;
  color: #494746;
  display: flex;
  flex: 1 0;
}
.form-items .checkbox_text.form__input--error,
.form-items .checkbox_label.form__input--error {
  color: #c23934;
}
.form-items .checkbox-error {
  padding-left: 1.3rem;
}

.form__button {
  width: 100%;
  margin-top: 0.875rem;
}
.form__button button {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.575rem 1.125rem;
  color: #fff;
  font-size: 0.8125rem;
  background-color: hsl(155, 100%, 26%);
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: 2px solid hsl(155, 100%, 26%);
}
.form__button button:hover {
  border: 2px solid #5ebd69;
}

.optional-inputs {
  display: none;
}

/* Translations  */
/*HE - translation*/
html[lang=he] .header__content > *:not(:first-child),
html[lang=he] input,
html[lang=he] select,
html[lang=he] .checkbox {
  direction: rtl;
}

html[lang=he] select {
  background-position: left 1rem center;
}
html[lang=he] input[type=checkbox] + .checkbox_label:before {
  margin-right: 0;
  margin-left: 0.2em;
}
@media screen and (min-width: 350px) {
html[lang=he] .header__content h2,
html[lang=he] .header__content h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 800;
}}
/*NL + ES - translation*/
@media screen and (min-width: 350px) {
  html[lang=es] .header__content,
  html[lang=nl] .header__content {
    padding: 4.7rem 3rem 0rem 2.6rem;
  }
}
html[lang=es] .header__content h1,
html[lang=nl] .header__content h1 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 350px) {
  html[lang=es] .header__content h1,
  html[lang=nl] .header__content h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
html[lang=es] .header__content h2,
html[lang=es] .header__content p,
html[lang=nl] .header__content h2,
html[lang=nl] .header__content p {
  font-size: 1rem;
  line-height: 1.1rem;
}

/*FR + IT- translation*/
@media screen and (min-width: 350px) {
  html[lang=el] .header__content,
  html[lang=pt] .header__content,
  html[lang=it] .header__content,
  html[lang=ro] .header__content,
  html[lang=ru] .header__content,
  html[lang=fr] .header__content {
    padding: 4.3rem 3rem 0rem 2.6rem;
  }
}
html[lang=el] .header__content h1,
html[lang=pt] .header__content h1,
html[lang=it] .header__content h1,
html[lang=ro] .header__content h1,
html[lang=ru] .header__content h1,
html[lang=fr] .header__content h1 {
  font-size: 1.5rem;
  line-height: 1.65rem;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 350px) {
  html[lang=el] .header__content h1,
  html[lang=pt] .header__content h1,
  html[lang=it] .header__content h1,
  html[lang=ro] .header__content h1,
  html[lang=ru] .header__content h1,
  html[lang=fr] .header__content h1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
html[lang=el] .header__content h2,
html[lang=el] .header__content p,
html[lang=pt] .header__content h2,
html[lang=pt] .header__content p,
html[lang=it] .header__content h2,
html[lang=it] .header__content p,
html[lang=ro] .header__content h2,
html[lang=ro] .header__content p,
html[lang=ru] .header__content h2,
html[lang=ru] .header__content p,
html[lang=fr] .header__content h2,
html[lang=fr] .header__content p {
  font-size: 0.9rem;
  line-height: 1rem;
}
@media screen and (min-width: 350px) {
  html[lang=el] .header__content h2,
  html[lang=el] .header__content p,
  html[lang=pt] .header__content h2,
  html[lang=pt] .header__content p,
  html[lang=it] .header__content h2,
  html[lang=it] .header__content p,
  html[lang=ro] .header__content h2,
  html[lang=ro] .header__content p,
  html[lang=ru] .header__content h2,
  html[lang=ru] .header__content p,
  html[lang=fr] .header__content h2,
  html[lang=fr] .header__content p {
    font-size: 1rem;
    line-height: 1.1rem;
  }
}

/*zh-hans- translation*/
html[lang=zh-hans] h2,
html[lang=zh-hans] p {
  font-size: 0.9rem;
}
@media screen and (min-width: 350px) {
  html[lang=zh-hans] h2,
  html[lang=zh-hans] p {
    font-size: 1rem;
  }
}

/* TR - translation*/
html[lang=tr] h1 {
  font-size: 1.5rem;
  line-height: 1.65rem;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 350px) {
  html[lang=tr] h1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}/*# sourceMappingURL=style.css.map */