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

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
}

body {
  position: relative;
  font-family: 'Montserrat';
}

html {
  height: 100%;
}

.container {
  max-width: 700px;
  width: 100%;
  display: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin: auto;
  padding: 0 20px;
}

#sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  border-radius: 0px;
  z-index: 10;
}

body[lang] {
  background: url(main_bg_1920.png) no-repeat center;
}

body[lang] .wrapper .button {
  background-color: #1089b9;
  border: 0;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  padding: 15px 35px;
  cursor: pointer;
  -webkit-transition: background-color 130ms ease-in-out;
  transition: background-color 130ms ease-in-out;
}

body[lang] .wrapper .button:hover {
  background-color: #109ed6;
}

body[lang] .wrapper__form_title {
  font-size: 37px;
  font-family: 'Red Hat Display';
  text-align: center;
  padding: 30px;
}

body[lang] .wrapper .form {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  padding: 35px;
  border-radius: 9px;
  z-index: 3;
  -webkit-box-shadow: 0px 4px 30px 0px #00000026;
          box-shadow: 0px 4px 30px 0px #00000026;
}

body[lang] .wrapper .form .rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  text-align: start;
  gap: 21px 0px;
}

body[lang] .wrapper .form .rows .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 15px 5px;
}

body[lang] .wrapper .form .rows .Form_Element_Holder_Div {
  border-radius: 20px;
}

body[lang] .wrapper .form .rows input,
body[lang] .wrapper .form .rows select {
  width: 100%;
  font-size: 16px;
  height: 44px;
  border: 1px solid #99a4b3;
  background-color: #ffffff;
  padding: 0px 14px;
  color: #535353;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 4px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

body[lang] .wrapper .form .rows input::-webkit-input-placeholder,
body[lang] .wrapper .form .rows select::-webkit-input-placeholder {
  color: #535353;
}

body[lang] .wrapper .form .rows input:-ms-input-placeholder,
body[lang] .wrapper .form .rows select:-ms-input-placeholder {
  color: #535353;
}

body[lang] .wrapper .form .rows input::-ms-input-placeholder,
body[lang] .wrapper .form .rows select::-ms-input-placeholder {
  color: #535353;
}

body[lang] .wrapper .form .rows input::placeholder,
body[lang] .wrapper .form .rows select::placeholder {
  color: #535353;
}

body[lang] .wrapper .form .rows input:focus,
body[lang] .wrapper .form .rows select:focus {
  outline: none;
  border: 2px solid #374861;
  color: #374861;
}

body[lang] .wrapper .form .rows input:focus::-webkit-input-placeholder,
body[lang] .wrapper .form .rows select:focus::-webkit-input-placeholder {
  color: #374861;
}

body[lang] .wrapper .form .rows input:focus:-ms-input-placeholder,
body[lang] .wrapper .form .rows select:focus:-ms-input-placeholder {
  color: #374861;
}

body[lang] .wrapper .form .rows input:focus::-ms-input-placeholder,
body[lang] .wrapper .form .rows select:focus::-ms-input-placeholder {
  color: #374861;
}

body[lang] .wrapper .form .rows input:focus::placeholder,
body[lang] .wrapper .form .rows select:focus::placeholder {
  color: #374861;
}

body[lang] .wrapper .form .rows input[type='radio'],
body[lang] .wrapper .form .rows input[type='checkbox'] {
  width: 17px;
  height: 17px;
  accent-color: #233b73;
}

body[lang] .wrapper .form .rows #divBday {
  margin-top: -20px;
}

body[lang] .wrapper .form #gdpr {
  margin-top: 25px;
}

body[lang] .wrapper .form #gdpr .anchor {
  color: #3ea6ff;
}

body[lang] .wrapper .form .button {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 550px;
  }
  body[lang] {
    background: url(main_bg_1200.png) no-repeat center;
  }
  body[lang] .wrapper__form_title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] {
    background: url(main_bg_768.png) no-repeat center;
  }
  body[lang] .wrapper__form_title {
    font-size: 25px;
  }
  body[lang] .wrapper .form {
    padding: 20px;
  }
}
/*# sourceMappingURL=style.css.map */