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

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-family: Poppins;
}

body {
  position: relative;
}

.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;
}

.button {
  border-radius: 8px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#137d70), to(#3bbdab));
  background-image: linear-gradient(to bottom, #137d70 0%, #3bbdab 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  padding: 5px 40px;
  cursor: pointer;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#306f67), to(#449086));
  background-image: linear-gradient(to bottom, #306f67 0%, #449086 100%);
}

#hoverApply {
  display: none;
  opacity: 0;
  position: fixed !important;
  -webkit-font-smoothing: subpixel-antialiased;
  width: 100%;
  z-index: 99999;
  border-radius: 0 !important;
  bottom: 0;
  text-align: center;
  left: 0;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fece0b), to(#fce99d));
  background-image: linear-gradient(to bottom, #fece0b 0%, #fce99d 100%);
  color: #012e29;
}

main {
  padding-top: 18px;
  background-image: url(bg_1200.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 716px;
}

main #logo {
  background-image: url(logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 144px;
  height: 76px;
}

main #title {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 69px;
  font-weight: 700;
  margin-top: 25px;
  font-family: initial;
  max-width: 700px;
}

main #subtitle {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 24px;
  margin-top: 20px;
}

main #applyBtn {
  margin-top: 25px;
}

#middle {
  padding: 48px 0 64px;
}

#middle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bullets {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.bullets__title {
  font-size: 33px;
  font-family: initial;
  color: #137d70;
  font-weight: 700;
}

.bullets__image {
  width: 458px;
  height: 311px;
  background-image: url(bullets_image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bullets .bullet {
  padding-left: 30px;
  background-image: url(check_icon.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  margin-top: 15px;
  font-size: 20px;
  max-width: 512px;
}

.bullets .bullet:first-of-type {
  margin-top: 32px;
}

#bottom {
  min-height: 785px;
  background-image: url(bg_section.png);
  background-repeat: no-repeat;
  background-position: center;
}

.cards {
  padding: 56px 0 50px;
}

.cards__title {
  color: #fece0b;
  font-family: initial;
  font-size: 33px;
  text-align: center;
}

.cards__container {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.cards__container .card {
  width: 570px;
  height: 185px;
  background-color: #ffffff33;
  border-radius: 10px;
  color: #012e29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards__container .card__text {
  max-width: 265px;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  font-size: 20px;
  color: #012e29;
}

.cards__container .card__icon {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cards__container .card #card1 {
  background-image: url(card1.png);
  width: 57px;
  height: 57px;
}

.cards__container .card #card2 {
  background-image: url(card2.png);
  width: 54px;
  height: 58px;
}

.cards__container .card #card3 {
  background-image: url(card3.png);
  width: 55px;
  height: 63px;
}

.cards__container .card #card4 {
  background-image: url(card4.png);
  width: 54px;
  height: 52px;
}

.cards__container .card #card5 {
  background-image: url(card5.png);
  width: 55px;
  height: 41px;
}

.cards__container .card #card6 {
  background-image: url(card6.png);
  width: 56px;
  height: 65px;
}

#form {
  background-image: url(bg_form.png);
  background-color: #e5a908;
  background-position: top;
  background-repeat: no-repeat;
  padding: 40px 0 35px;
  text-align: center;
}

#form__title {
  color: #137d70;
  font-size: 34px;
  font-family: initial;
  font-weight: 700;
  text-align: center;
}

#form__inputs {
  margin-top: 33px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#form__inputs input,
#form__inputs select {
  height: 48px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bed6ea;
  outline: none;
  padding: 0 20px;
  outline-color: #39baa9;
}

#form__inputs input:focus,
#form__inputs select:focus {
  border: 1px solid #39baa9;
}

#form__inputs input[type='radio'] {
  height: 20px;
  width: 20px;
}

#form__inputs .Form_Element_Holder_Div {
  position: relative;
}

#form__inputs .Form_Element_title {
  position: absolute;
  top: -18px;
  font-size: 15px;
  color: #012e29;
}

#form__inputs #passport_inputs,
#form__inputs #passport_label {
  font-size: 22px;
  color: #012e29;
}

#form__inputs #passport_label,
#form__inputs .passport_input_item:first-of-type {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

#form__inputs checkbox-news-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#form__inputs checkbox-news-letter #divSendEmail {
  text-align: left;
}

#form__inputs checkbox-news-letter #divSendEmail input {
  width: unset;
  height: unset;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

#form #submitBTN {
  margin: auto;
  margin-top: 45px;
}

#form #gdprText {
  margin-top: 20px;
  font-size: 12px;
}

footer {
  color: #012e29;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 768px;
  }
  .button {
    font-size: 27px;
    padding: 7px 50px;
  }
  main {
    padding-top: 18px;
    background-image: url(bg_768.jpg);
    min-height: 716px;
    text-align: center;
  }
  main #logo {
    width: 109px;
    height: 57px;
  }
  main #title {
    font-size: 62px;
    margin-top: 27px;
    max-width: none;
  }
  main #subtitle {
    font-size: 24px;
    margin-top: 28px;
  }
  main #applyBtn {
    margin: auto;
    margin-top: 25px;
  }
  #middle {
    padding: 30px 0 55px;
  }
  .bullets__title {
    font-size: 29px;
  }
  .bullets__image {
    width: 348px;
    height: 238px;
    background-image: url(bullets_image.png);
  }
  .bullets .bullet {
    margin-top: 15px;
    font-size: 18px;
    max-width: 300px;
  }
  .bullets .bullet:first-of-type {
    margin-top: 20px;
  }
  #bottom {
    min-height: 765px;
    background-image: url(bg_section_768.png);
  }
  .cards {
    padding: 50px 0;
  }
  .cards__title {
    font-size: 29px;
  }
  .cards__container {
    margin-top: 35px;
  }
  .cards__container .card {
    width: 354px;
    height: 185px;
    border-radius: 10px;
  }
  .cards__container .card__text {
    max-width: 170px;
    -webkit-margin-start: 25px;
            margin-inline-start: 25px;
    font-size: 18px;
  }
  .cards__container .card #card1 {
    width: 57px;
    height: 57px;
  }
  .cards__container .card #card2 {
    width: 56px;
    height: 60px;
  }
  .cards__container .card #card3 {
    width: 55px;
    height: 63px;
  }
  .cards__container .card #card4 {
    width: 56px;
    height: 54px;
  }
  .cards__container .card #card5 {
    width: 57px;
    height: 42px;
  }
  .cards__container .card #card6 {
    width: 57px;
    height: 66px;
  }
  #form {
    background-image: url(bg_form_768.png);
    padding: 20px 0 40px;
  }
  #form__title {
    font-size: 29px;
  }
  #form__inputs {
    margin-top: 22px;
    gap: 30px 20px;
  }
  #form__inputs .Form_Element_title {
    top: -22px;
    font-size: 18px;
  }
  #form__inputs #passport_inputs,
  #form__inputs #passport_label {
    font-size: 18px;
  }
  #form__inputs .passport_input_item:first-of-type {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  #form #submitBTN {
    margin: auto;
    margin-top: 30px;
  }
  #form #gdprText {
    margin-top: 20px;
    font-size: 12px;
  }
  footer {
    font-size: 14px;
    padding: 25px 0;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
  .button {
    font-size: 22px;
    padding: 7px 40px;
  }
  #hoverApply {
    opacity: 1;
  }
  main {
    padding-top: 18px;
    background-image: url(bg_320.jpg);
    min-height: 545px;
    text-align: center;
  }
  main #logo {
    width: 109px;
    height: 57px;
  }
  main #title {
    font-size: 38px;
    margin-top: 32px;
  }
  main #subtitle {
    font-size: 17px;
    margin-top: 18px;
  }
  main #applyBtn {
    margin: auto;
    margin-top: 25px;
  }
  #middle {
    padding: 20px 0;
  }
  #middle .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bullets__title {
    font-size: 21px;
  }
  .bullets__image {
    width: 280px;
    height: 191px;
    background-image: url(bullets_image_320.png);
    margin-top: 23px;
  }
  .bullets .bullet {
    min-height: 30px;
    margin-top: 10px;
    font-size: 16px;
    max-width: none;
  }
  .bullets .bullet:first-of-type {
    margin-top: 15px;
  }
  #bottom {
    min-height: 1030px;
    background-image: url(bg_section_320.png);
  }
  .cards {
    padding: 20px 0 0;
  }
  .cards__title {
    font-size: 21px;
  }
  .cards__container {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 14px;
  }
  .cards__container .card {
    width: 281px;
    height: 143px;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .cards__container .card__text {
    max-width: 130px;
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
    font-size: 16px;
  }
  .cards__container .card #card1 {
    width: 48px;
    height: 48px;
  }
  .cards__container .card #card2 {
    width: 47px;
    height: 50px;
  }
  .cards__container .card #card3 {
    width: 46px;
    height: 53px;
  }
  .cards__container .card #card4 {
    width: 47px;
    height: 45px;
  }
  .cards__container .card #card5 {
    width: 48px;
    height: 35px;
  }
  .cards__container .card #card6 {
    width: 48px;
    height: 55px;
  }
  #form {
    background-image: url(bg_form_320.png);
    padding: 20px 0 60px;
  }
  #form__title {
    font-size: 21px;
  }
  #form__inputs {
    margin-top: 17px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 12px;
  }
  #form__inputs .Form_Element_title {
    top: -14px;
    font-size: 12px;
  }
  #form__inputs input,
  #form__inputs select {
    height: 35px;
  }
  #form__inputs #passport_inputs,
  #form__inputs #passport_label {
    font-size: 18px;
    text-align: initial;
  }
  #form__inputs #NoPassportRadio {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  #form__inputs #passport_label {
    display: block;
    width: 100%;
  }
  #form__inputs .passport_input_item:first-of-type {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  #form #submitBTN {
    margin: auto;
    margin-top: 25px;
  }
  #form #gdprText {
    margin-top: 20px;
    font-size: 12px;
  }
  footer {
    font-size: 14px;
    padding: 25px 0;
  }
}
/*# sourceMappingURL=style.css.map */