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

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

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
}

html {
  height: 100%;
}

.container {
  max-width: 1200px;
  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;
}

body[lang] .button {
  padding: 12px 24px;
  border-radius: 90px;
  background: #cc0d0c;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

body[lang] .button:hover {
  background: #aa0f0e;
}

body[lang] .button.arrow {
  -webkit-padding-end: 62px;
          padding-inline-end: 62px;
}

body[lang] .button.arrow::after {
  content: '';
  position: absolute;
  background: url(./arrows.svg) no-repeat;
  width: 34px;
  height: 34px;
  background-size: 34px auto;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  margin-top: -6px;
}

body[lang] main {
  background: url(webp/main_BG_1920.webp) no-repeat center top;
  min-height: 712px;
  color: #1c4a70;
}

body[lang] main header {
  padding-top: 50px;
}

body[lang] main header #logo {
  background: url(./logo.svg) no-repeat;
  background-size: auto 58px;
  height: 58px;
}

body[lang] main .title {
  font-size: 51px;
  max-width: 560px;
  font-weight: bolder;
  line-height: 120%;
  margin-top: 53px;
}

body[lang] main .sub_title {
  max-width: 633px;
  font-size: 17px;
  margin-top: 25px;
}

body[lang] main .sub_title2 {
  font-size: 15px;
  max-width: 633px;
  color: #92a8bb;
  margin-top: 40px;
}

body[lang] main .button {
  margin-top: 38px;
}

body[lang] .form__wrapper {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1c4a700d), to(#1831590d)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1c4a700d 0%, #1831590d 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  padding: 70px 0px;
}

body[lang] .form__wrapper .form_title {
  color: #1c4a70;
  font-size: 30px;
  font-weight: 600;
}

body[lang] .form__wrapper .rows {
  text-align: initial;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
  margin-top: 25px;
}

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

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

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

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

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

body[lang] .form__wrapper .rows input:focus,
body[lang] .form__wrapper .rows select:focus {
  outline: none;
  border: 2px solid #3962cb;
  color: #3962cb;
}

body[lang] .form__wrapper .rows input:focus::-webkit-input-placeholder,
body[lang] .form__wrapper .rows select:focus::-webkit-input-placeholder {
  color: #3962cb;
}

body[lang] .form__wrapper .rows input:focus:-ms-input-placeholder,
body[lang] .form__wrapper .rows select:focus:-ms-input-placeholder {
  color: #3962cb;
}

body[lang] .form__wrapper .rows input:focus::-ms-input-placeholder,
body[lang] .form__wrapper .rows select:focus::-ms-input-placeholder {
  color: #3962cb;
}

body[lang] .form__wrapper .rows input:focus::placeholder,
body[lang] .form__wrapper .rows select:focus::placeholder {
  color: #3962cb;
}

body[lang] .form__wrapper .rows select {
  background: url("./chevron-down.svg") no-repeat center right 10px;
  background-size: auto 40%;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

body[lang] .form__wrapper .rows input[type='radio'],
body[lang] .form__wrapper .rows input[type='checkbox'] {
  width: 17px;
  height: 17px;
  cursor: pointer;
}

body[lang] .form__wrapper .rows #divBday {
  margin-top: -20px;
  text-align: initial;
}

body[lang] .form__wrapper .button {
  margin-top: 33px;
}

body[lang] .form__wrapper #gdpr {
  margin-top: 25px;
  color: #000000;
}

body[lang] .form__wrapper #gdpr .anchor {
  color: #000000;
}

body[lang] .section {
  padding: 80px 0px;
}

body[lang] .section .container {
  background: url(webp/section_BG_1920.webp) no-repeat center right;
}

body[lang] .section__title, body[lang] .section__paragraph {
  max-width: 600px;
}

body[lang] .section__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  color: #1c4a70;
}

body[lang] .section__paragraph {
  font-size: 18px;
  color: #191717;
  margin-top: 24px;
}

body[lang] .section__paragraph ~ .section__paragraph {
  margin-top: 0px;
}

body[lang] footer {
  background: #1c4a70;
  color: #ffffff;
  text-align: center;
  padding: 30px 0px;
}

body[lang='es'] .button {
  font-size: 18px;
}

body[lang='es'] main .title {
  font-size: 37px;
}

body[lang='es'] main .sub_title {
  font-size: 16px;
}

body[lang='es'] .form__wrapper .form_title {
  font-size: 26px;
}

body[lang='es'] .section__title {
  font-size: 33px;
  line-height: normal;
}

body[lang='ar'] {
  direction: rtl;
}

body[lang='ar'] .button.arrow::after {
  -webkit-transform: translateX(-20px) rotate(180deg);
          transform: translateX(-20px) rotate(180deg);
}

body[lang='ar'] main {
  background: url(webp/main_BG_1920_ar.webp) no-repeat center top;
  min-height: 705px;
}

body[lang='ar'] main header #logo {
  background-position: right;
}

body[lang='ar'] main .sub_title {
  font-size: 21px;
  line-height: 23px;
}

body[lang='ar'] .section .container {
  background-position: center left;
}

body[lang='ar'] .section__paragraph {
  font-size: 20px;
}

body[lang='fr'] .button {
  font-size: 17px;
}

body[lang='fr'] main .title {
  font-size: 35px;
}

body[lang='fr'] .form__wrapper .form_title {
  font-size: 25px;
}

body[lang='ru'] main .title {
  font-size: 40px;
}

body[lang='tr'] main .title {
  font-size: 46px;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  body[lang] main {
    background: url(webp/main_BG_1200.webp) no-repeat center top;
    min-height: 480px;
  }
  body[lang] main header {
    padding-top: 30px;
  }
  body[lang] main header #logo {
    background-size: auto 35px;
    height: 35px;
  }
  body[lang] main .title {
    font-size: 33px;
    max-width: 371px;
    margin-top: 32px;
  }
  body[lang] main .sub_title {
    max-width: 386px;
    font-size: 15px;
    margin-top: 26px;
  }
  body[lang] main .sub_title2 {
    font-size: 14px;
    max-width: 397px;
    padding-bottom: 42px;
  }
  body[lang] main .button {
    margin-top: 28px;
  }
  body[lang] .form__wrapper {
    padding: 35px 0px;
  }
  body[lang] .form__wrapper .form_title {
    font-size: 26px;
  }
  body[lang] .form__wrapper .rows {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  body[lang] .form__wrapper .button {
    margin-top: 33px;
  }
  body[lang] .form__wrapper #gdpr {
    font-size: 13px;
  }
  body[lang] .section {
    padding: 55px 0px 536px 0px;
    background: url(webp/section_BG_1200.webp) no-repeat center bottom 85px;
  }
  body[lang] .section .container {
    background: none;
  }
  body[lang] .section__title, body[lang] .section__paragraph {
    max-width: none;
  }
  body[lang] .section__title {
    font-size: 29px;
  }
  body[lang] .section__paragraph {
    font-size: 17px;
    margin-top: 15px;
  }
  body[lang] .section__paragraph ~ .section__paragraph {
    margin-top: 0px;
  }
  body[lang='es'] main .title {
    font-size: 22px;
  }
  body[lang='es'] main .sub_title {
    max-width: 408px;
  }
  body[lang='es'] .form__wrapper .form_title {
    font-size: 23px;
  }
  body[lang='es'] .section__title {
    font-size: 23px;
    line-height: normal;
  }
  body[lang='es'] .section__paragraph {
    font-size: 16px;
  }
  body[lang='ar'] main {
    background: url(webp/main_BG_1200_ar.webp) no-repeat center top;
  }
  body[lang='ar'] main .counter .label {
    font-size: 17px;
  }
  body[lang='ar'] main .sub_title {
    max-width: 410px;
    font-size: 18px;
    line-height: 18px;
  }
  body[lang='ar'] .section__title {
    font-size: 30px;
  }
  body[lang='ar'] .section__paragraph {
    font-size: 19px;
  }
  body[lang='fr'] .button {
    font-size: 17px;
  }
  body[lang='fr'] main .title {
    font-size: 23px;
  }
  body[lang='fr'] main .sub_title {
    font-size: 14px;
  }
  body[lang='ru'] .button {
    font-size: 18px;
  }
  body[lang='ru'] main .title {
    font-size: 22px;
  }
  body[lang='ru'] main .counter .number:nth-child(3)::after {
    -webkit-transform: translateX(19px);
            transform: translateX(19px);
  }
  body[lang='tr'] main .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  body[lang] .button {
    padding: 10px 21px;
    font-size: 17px;
  }
  body[lang] .button.arrow {
    -webkit-padding-end: 55px;
            padding-inline-end: 55px;
  }
  body[lang] .button.arrow::after {
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
    margin-top: -5px;
  }
  body[lang] main {
    background: url(webp/main_BG_768.webp) no-repeat center bottom;
    min-height: auto;
    padding-bottom: 300px;
    text-align: center;
  }
  body[lang] main header {
    padding-top: 20px;
  }
  body[lang] main header #logo {
    background-size: auto 35px;
    height: 35px;
    width: 197px;
    margin: auto;
  }
  body[lang] main .title {
    max-width: none;
    font-size: 23px;
  }
  body[lang] main .sub_title {
    max-width: none;
    font-size: 15px;
    margin-top: 10px;
  }
  body[lang] main .sub_title2 {
    max-width: none;
    margin-top: 12px;
  }
  body[lang] main .button {
    margin-top: 12px;
  }
  body[lang] .form__wrapper {
    padding: 25px 0px;
  }
  body[lang] .form__wrapper .form_title {
    font-size: 19px;
  }
  body[lang] .section {
    padding: 70px 0px 365px 0px;
    background: url(webp/section_BG_768.webp) no-repeat center bottom 35px;
  }
  body[lang] .section__title {
    font-size: 21px;
    line-height: normal;
  }
  body[lang] .section__paragraph {
    font-size: 16px;
    margin-top: 20px;
  }
  body[lang] .section__paragraph ~ .section__paragraph {
    margin-top: 0px;
  }
  body[lang] footer {
    padding: 25px 0px;
    font-size: 15px;
  }
  body[lang='es'] .button {
    font-size: 14px;
  }
  body[lang='es'] .button,
  body[lang='fr'] .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  body[lang='es'] .button.arrow::after,
  body[lang='fr'] .button.arrow::after {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
    margin-top: 0px;
  }
  body[lang='es'] main .title,
  body[lang='fr'] main .title {
    max-width: 520px;
    font-size: 23px;
  }
  body[lang='es'] .form__wrapper .form_title,
  body[lang='fr'] .form__wrapper .form_title {
    font-size: 17px;
  }
  body[lang='es'] .button,
  body[lang='fr'] .button {
    font-size: 14px;
  }
  body[lang='ru'] .button {
    font-size: 16px;
    padding: 12px 21px;
    margin-top: -6px;
  }
  body[lang='ru'] main .counter .number:nth-child(3)::after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  body[lang='ru'] main .title {
    font-size: 20px;
  }
  body[lang='ar'] .button.arrow::after {
    -webkit-transform: translateX(-20px) rotate(180deg);
            transform: translateX(-20px) rotate(180deg);
  }
  body[lang='ar'] main .sub_title {
    max-width: none;
    font-size: 21px;
    line-height: 20px;
  }
  body[lang='ar'] .section__title {
    line-height: normal;
  }
  body[lang='ar'] .section__paragraph {
    font-size: 18px;
  }
  body[lang='tr'] main .title {
    max-width: none;
  }
}
/*# sourceMappingURL=style.css.map */