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

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
}

body[lang] .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] header {
  padding: 20px 0;
}

body[lang] header #logo {
  background: url(logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 54px;
  width: 247px;
  background-size: contain;
}

body[lang] main {
  background: url(bg_1200.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 1402px;
  color: white;
}

body[lang] main .container {
  height: 100%;
}

body[lang] main #top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 30px;
}

body[lang] main #top #titles {
  height: 574px;
  text-align: initial;
}

body[lang] main #top #titles .title {
  text-shadow: 3px 6px 5px rgba(2, 23, 8, 0.88);
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 63px;
  text-align: center;
}

body[lang] main #top #titles .green {
  color: #85ec07;
}

body[lang] main #top #titles .big {
  font-size: 84px;
  line-height: 78px;
}

body[lang] main #top #counterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 22px;
}

body[lang] main #top #counterContainer .numberContainer .days::after {
  width: 5px;
  height: 90px;
  background-color: white;
  display: inline-block;
  content: '';
  position: relative;
  margin-left: 30px;
  top: 10px;
  -webkit-box-shadow: rgba(2, 23, 8, 0.88) 6px 9px 4px;
          box-shadow: rgba(2, 23, 8, 0.88) 6px 9px 4px;
}

body[lang] main #top #counterContainer .numberContainer .minutes::after,
body[lang] main #top #counterContainer .numberContainer .hours::after {
  content: ' :';
}

body[lang] main #top #counterContainer .numberContainer .number {
  font-size: 95px;
  font-weight: 700;
  text-shadow: 6px 9px 4px rgba(2, 23, 8, 0.88);
  line-height: 105px;
}

body[lang] main #top #counterContainer .numberContainer .text {
  font-size: 22px;
}

body[lang] main #top #counterContainer .numberContainer .text[data-translate="minutes"],
body[lang] main #top #counterContainer .numberContainer .text[data-translate="hours"] {
  position: relative;
  right: 20px;
}

body[lang] main #top #info {
  font-size: 24px;
  text-shadow: 1px 2px 2px rgba(2, 23, 8, 0.88);
  font-weight: 500;
}

body[lang] main #top form {
  background-color: rgba(45, 127, 171, 0.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 40px;
  max-width: 380px;
  text-align: center;
  margin-left: 30px;
}

body[lang] main #top form #divBdayHeader {
  font-size: 14px;
}

body[lang] main #top form #form__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

body[lang] main #top form #divBday {
  margin-top: -5px;
  text-align: initial;
}

body[lang] main #top form #divBdaySelects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body[lang] main #top form #divBdaySelects #birth_month {
  margin: 0 2px;
}

body[lang] main #top form .Form_Element_Holder_Div {
  margin-bottom: 10px;
}

body[lang] main #top form input {
  padding: 0 16px;
}

body[lang] main #top form select {
  padding: 0 10px;
}

body[lang] main #top form input, body[lang] main #top form select {
  width: 100%;
  height: 40px;
}

body[lang] main #top form input[type="checkbox"],
body[lang] main #top form input[type="radio"] {
  width: initial;
  height: initial;
}

body[lang] main #top form #divValidPassport {
  text-align: initial;
}

body[lang] main #top form #passport_label {
  display: block;
}

body[lang] main #top form #submitBTN {
  background-color: #6fca01;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0;
  border-radius: 5px;
  margin: 20px auto;
  cursor: pointer;
}

body[lang] main #top form #gdprText {
  font-size: 12px;
}

body[lang] main #bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body[lang] main #bottom #description__title {
  text-shadow: 2px 2px 3px #000000;
  color: #85ec07;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 20px;
}

body[lang] main #bottom #description .description__text {
  margin-bottom: 20px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.86);
}

body[lang] main #bottom #flag {
  background: url(flag_1200.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 541px;
  width: 352px;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  bottom: 60px;
}

body[lang] footer {
  text-align: center;
  padding: 30px 0;
  direction: ltr;
  font-size: 12px;
}

body[lang='ar'] main #top #titles,
body[lang='tr'] main #top #titles,
body[lang='ru'] main #top #titles,
body[lang='pt'] main #top #titles,
body[lang='es'] main #top #titles,
body[lang='fr'] main #top #titles {
  padding-top: 20px;
}

body[lang='ar'] main #top #titles .title,
body[lang='tr'] main #top #titles .title,
body[lang='ru'] main #top #titles .title,
body[lang='pt'] main #top #titles .title,
body[lang='es'] main #top #titles .title,
body[lang='fr'] main #top #titles .title {
  font-size: 40px;
}

body[lang='ar'] main #top #titles .green,
body[lang='tr'] main #top #titles .green,
body[lang='ru'] main #top #titles .green,
body[lang='pt'] main #top #titles .green,
body[lang='es'] main #top #titles .green,
body[lang='fr'] main #top #titles .green {
  color: white;
}

body[lang='ar'] main #top #titles .big,
body[lang='tr'] main #top #titles .big,
body[lang='ru'] main #top #titles .big,
body[lang='pt'] main #top #titles .big,
body[lang='es'] main #top #titles .big,
body[lang='fr'] main #top #titles .big {
  font-size: 60px;
}

body[lang='ar'] main #top form #form__title,
body[lang='tr'] main #top form #form__title,
body[lang='ru'] main #top form #form__title,
body[lang='pt'] main #top form #form__title,
body[lang='es'] main #top form #form__title,
body[lang='fr'] main #top form #form__title {
  font-size: 17px;
}

body[lang='ar'] main #top form #submitBTN,
body[lang='tr'] main #top form #submitBTN,
body[lang='ru'] main #top form #submitBTN,
body[lang='pt'] main #top form #submitBTN,
body[lang='es'] main #top form #submitBTN,
body[lang='fr'] main #top form #submitBTN {
  font-size: 13px;
}

body[lang='ar'] main #bottom #description__title,
body[lang='tr'] main #bottom #description__title,
body[lang='ru'] main #bottom #description__title,
body[lang='pt'] main #bottom #description__title,
body[lang='es'] main #bottom #description__title,
body[lang='fr'] main #bottom #description__title {
  font-size: 23px;
}

body[lang='ar'] main #bottom #flag,
body[lang='tr'] main #bottom #flag,
body[lang='ru'] main #bottom #flag,
body[lang='pt'] main #bottom #flag,
body[lang='es'] main #bottom #flag,
body[lang='fr'] main #bottom #flag {
  top: 30px;
}

body[lang='fr'] main #top #titles {
  text-align: center;
}

body[lang='fr'] main #top #titles .title {
  display: inline;
}

body[lang='fr'] main #top #titles .big {
  font-size: 40px;
  line-height: 63px;
}

body[lang='pt'] main #top #titles .title {
  font-size: 38px;
  line-height: 52px;
}

body[lang='pt'] main #top #titles .big {
  font-size: 70px;
  line-height: 78px;
}

body[lang='pt'] main #top form #form__title {
  font-size: 22px;
}

body[lang='pt'] main #bottom #flag {
  top: 30px;
}

body[lang='tr'] main #top #titles {
  padding-top: 10px;
}

body[lang='tr'] main #top #titles .title {
  font-size: 50px;
}

body[lang='tr'] main #top #titles .big {
  font-size: 70px;
}

body[lang='ru'] main #top #titles .big {
  font-size: 37px;
  line-height: 45px;
}

body[lang='ru'] main #top form #form__title {
  font-size: 20px;
}

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

body[lang='ar'] main {
  background-image: url(bg_1200_ar.jpg);
}

body[lang='ar'] main #top #counterContainer {
  direction: ltr;
}

body[lang='ar'] main #top #titles {
  padding-top: 10px;
}

body[lang='ar'] main #top #titles .title {
  font-size: 50px;
}

body[lang='ar'] main #top #titles .big {
  font-size: 70px;
}

body[lang='ar'] main #top form #form__title {
  font-size: 16px;
}

body[lang='ar'] main #bottom #flag {
  top: 60px;
}

body[lang='es'] main #top #counterContainer {
  margin-bottom: 14px;
}

body[lang='es'] main #top #titles {
  padding-top: 5px;
}

body[lang='es'] main #top #titles .title {
  font-size: 38px;
  line-height: 52px;
  text-shadow: 3px 4px 5px rgba(2, 23, 8, 0.88);
}

body[lang='es'] main #top #titles .big {
  font-size: 70px;
  line-height: 78px;
}

body[lang='es'] main #bottom #flag {
  top: 0px;
}

body[lang='tr'] main #bottom #flag {
  top: 30px;
}

@media only screen and (max-width: 1199px) {
  body[lang] .container {
    max-width: 768px;
  }
  body[lang] main {
    height: auto;
    background-image: url(bg_768.jpg);
    background-color: #1673ac;
  }
  body[lang] main #top {
    display: block;
    margin-bottom: 40px;
  }
  body[lang] main #top #titles {
    text-align: center;
  }
  body[lang] main #top #titles .title {
    font-size: 58px;
  }
  body[lang] main #top #titles .big {
    font-size: 80px;
  }
  body[lang] main #top #info {
    font-size: 22px;
    margin-bottom: 40px;
  }
  body[lang] main #top form {
    background: transparent;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    max-width: none;
  }
  body[lang] main #top form #form__title {
    font-size: 25px;
  }
  body[lang] main #top form #passport_label {
    display: inline-block;
  }
  body[lang] main #top form #submitBTN {
    display: inline-block;
    padding: 12px 60px;
  }
  body[lang] main #bottom {
    display: block;
  }
  body[lang] main #bottom #description__title {
    font-size: 35px;
    text-shadow: 2px 2px 3px #000000;
    margin-bottom: 10px;
  }
  body[lang] main #bottom #description .description__text {
    margin-bottom: 25px;
  }
  body[lang] main #bottom #description .description__text:last-of-type {
    margin-bottom: 0;
  }
  body[lang] main #bottom #flag {
    margin: auto;
    height: 404px;
    width: auto;
    top: 23px;
  }
  body[lang='ar'] main #top #titles .title,
  body[lang='es'] main #top #titles .title,
  body[lang='fr'] main #top #titles .title {
    font-size: 38px;
  }
  body[lang='ar'] main #top #titles .big,
  body[lang='es'] main #top #titles .big,
  body[lang='fr'] main #top #titles .big {
    font-size: 70px;
  }
  body[lang='fr'] main #top #titles {
    text-align: center;
  }
  body[lang='fr'] main #top #titles .title {
    display: inline;
  }
  body[lang='fr'] main #top #titles .big {
    font-size: 38px;
    line-height: 55px;
  }
  body[lang='tr'] main #top #titles .title {
    line-height: 53px;
  }
  body[lang='tr'] main #top #titles .big {
    line-height: 73px;
  }
  body[lang='ru'] main #top #titles .title {
    line-height: 50px;
  }
  body[lang='ru'] main #top #titles .big {
    font-size: 36px;
    line-height: 45px;
  }
  body[lang='pt'] main #top #titles .title {
    line-height: 50px;
    font-size: 40px;
    text-shadow: 3px 3px 5px rgba(2, 23, 8, 0.88);
  }
  body[lang='pt'] main #top #titles .big {
    line-height: 70px;
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  body[lang] .container {
    max-width: none;
  }
  body[lang] main {
    background-image: url(bg_320.jpg);
  }
  body[lang] main #top {
    display: block;
    margin-bottom: 40px;
  }
  body[lang] main #top #titles {
    text-align: center;
    height: 225px;
  }
  body[lang] main #top #titles .title {
    font-size: 26px;
    line-height: 32px;
    text-shadow: 3px 4px 3px rgba(2, 23, 8, 0.88);
  }
  body[lang] main #top #titles .big {
    font-size: 36px;
    line-height: 39px;
  }
  body[lang] main #top #counterContainer {
    max-width: 320px;
    margin: auto;
    margin-bottom: 30px;
  }
  body[lang] main #top #counterContainer .numberContainer .days::after {
    width: 2px;
    height: 30px;
    margin-left: 10px;
    top: 2px;
  }
  body[lang] main #top #counterContainer .numberContainer .number {
    font-size: 42px;
    line-height: 40px;
    text-shadow: 3px 5px 2px rgba(2, 23, 8, 0.88);
  }
  body[lang] main #top #counterContainer .numberContainer .text {
    font-size: 9px;
  }
  body[lang] main #top #counterContainer .numberContainer .text[data-translate="minutes"],
  body[lang] main #top #counterContainer .numberContainer .text[data-translate="hours"] {
    right: 10px;
  }
  body[lang] main #top #info {
    font-size: 16px;
    margin-bottom: 15px;
  }
  body[lang] main #top form #form__title {
    font-size: 23px;
    margin-bottom: 15px;
    text-shadow: 2px 3px 3px rgba(2, 23, 8, 0.88);
  }
  body[lang] main #top form #passport_label {
    display: block;
  }
  body[lang] main #bottom {
    display: block;
  }
  body[lang] main #bottom #description__title {
    font-size: 25px;
    text-shadow: 2px 3px 3px #000000;
    margin-bottom: 23px;
    text-align: center;
  }
  body[lang] main #bottom #description .description__text {
    margin-bottom: 35px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.86);
    color: #fffbfb;
    text-align: center;
    font-size: 18px;
  }
  body[lang] main #bottom #description .description__text:last-of-type {
    margin-bottom: 0;
  }
  body[lang] main #bottom #flag {
    height: 305px;
    top: 18px;
  }
  body[lang='ar'] main #top #titles .title,
  body[lang='tr'] main #top #titles .title,
  body[lang='ru'] main #top #titles .title,
  body[lang='pt'] main #top #titles .title,
  body[lang='es'] main #top #titles .title,
  body[lang='fr'] main #top #titles .title {
    font-size: 15px;
  }
  body[lang='ar'] main #top #titles .big,
  body[lang='tr'] main #top #titles .big,
  body[lang='ru'] main #top #titles .big,
  body[lang='pt'] main #top #titles .big,
  body[lang='es'] main #top #titles .big,
  body[lang='fr'] main #top #titles .big {
    font-size: 26px;
  }
  body[lang='ar'] main #top form #form__title,
  body[lang='tr'] main #top form #form__title,
  body[lang='ru'] main #top form #form__title,
  body[lang='pt'] main #top form #form__title,
  body[lang='es'] main #top form #form__title,
  body[lang='fr'] main #top form #form__title {
    font-size: 16px;
  }
  body[lang='tr'] main #top #titles {
    padding-top: 5px;
  }
  body[lang='tr'] main #top #titles .title {
    font-size: 20px;
    line-height: 28px;
  }
  body[lang='tr'] main #top #titles .big {
    font-size: 36px;
    line-height: 45px;
  }
  body[lang='ru'] main #top #titles {
    padding-top: 10px;
  }
  body[lang='ru'] main #top #titles .title {
    font-size: 14px;
    line-height: 22px;
    text-shadow: 2px 2px 3px rgba(2, 23, 8, 0.88);
  }
  body[lang='ru'] main #top #titles .big {
    font-size: 18px;
    line-height: 24px;
  }
  body[lang='pt'] main #top #titles {
    padding-top: 5px;
  }
  body[lang='pt'] main #top #titles .title {
    line-height: 28px;
    font-size: 20px;
    text-shadow: 2px 3px 3px rgba(2, 23, 8, 0.88);
  }
  body[lang='pt'] main #top #titles .big {
    line-height: 30px;
    font-size: 24px;
  }
  body[lang='fr'] main #top #titles {
    padding-top: 5px;
  }
  body[lang='fr'] main #top #titles .title {
    line-height: 24px;
    font-size: 15px;
    text-shadow: 2px 3px 3px rgba(2, 23, 8, 0.88);
  }
  body[lang='fr'] main #top #titles .big {
    line-height: 24px;
    font-size: 15px;
  }
  body[lang='es'] main #top #titles {
    padding-top: 5px;
  }
  body[lang='es'] main #top #titles .title {
    line-height: 22px;
    font-size: 15px;
    text-shadow: 2px 2px 3px rgba(2, 23, 8, 0.88);
  }
  body[lang='es'] main #top #titles .big {
    line-height: 30px;
    font-size: 24px;
  }
  body[lang='ar'] main #top #titles {
    padding-top: 5px;
  }
  body[lang='ar'] main #top #titles .title {
    line-height: 28px;
    font-size: 24px;
    text-shadow: 2px 2px 3px rgba(2, 23, 8, 0.88);
  }
  body[lang='ar'] main #top #titles .big {
    line-height: 38px;
    font-size: 34px;
  }
  body[lang='ar'] main #top form #form__title {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */