* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  font-family: 'Vidaloka';
  scroll-behavior: smooth;
}

.myContainer {
  width: 100%;
  max-width: 1160px;
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  margin: auto;
}

.bg {
  background-image: url(bg_1920x821.png);
  height: 821px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}

#header {
  height: 101px;
  background-color: #232d44;
  opacity: 0.4;
  padding: 14px 0;
}

#logo {
  background-image: url(logo_315x73.png);
  height: 73px;
  width: 100%;
  background-repeat: no-repeat;
}

.title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.41);
  color: #fcfcfc;
  font-size: 66px;
  font-weight: 400;
  padding: 187px 0 135px;
  text-align: center;
  width: 770px;
  margin: auto;
}

.contactBtn {
  color: #fcfcfc;
  font-family: Roboto;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

#ContactUs {
  margin: auto;
  background-color: #9abe0b;
  width: 100%;
  max-width: 320px;
  border-radius: 10px;
  padding: 13px;
  cursor: pointer;
}

#submitBTN {
  margin: auto;
  background-color: #9abe0b;
  width: 100%;
  max-width: 206px;
  border-radius: 10px;
  padding: 13px;
  cursor: pointer;
  margin: 35px 0 15px;
}

#gdprText {
  color: #ffffff;
  text-align: center;
}

#main {
  padding: 62px 0 76px;
}

#headline {
  color: #308fd9;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  width: 678px;
  margin: auto;
}

.box_info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 55px;
  width: 100%;
  padding: 68px 0 90px;
}

.img {
  height: 205px;
  width: 350px;
}

#img_proffesional {
  background-image: url(proffesional_1_350x205.png);
  background-repeat: no-repeat;
}

#img_benefits {
  background-image: url(benefits_1_350x205.png);
  background-repeat: no-repeat;
}

#img_we_are {
  background-image: url(we_are_1_350x205.png);
  background-repeat: no-repeat;
}

.wrap_text {
  color: #308fd9;
  font-size: 24px;
  font-weight: 400;
  padding: 34px 0 30px;
}

.wrap_subtext {
  color: #062b48;
  font-family: 'Roboto';
  font-size: 17px;
  font-weight: 400;
  line-height: 28.89px;
}

.box_subtitle {
  color: #308fd9;
  font-size: 29px;
  font-weight: 400;
  text-align: center;
}

.bullet_box {
  padding-top: 32px;
}

.bullet_wrap {
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bullet {
  background-image: url(V.png);
  height: 11px;
  width: 14px;
  margin-right: 8px;
  background-repeat: no-repeat;
}

.bullet_text {
  color: #062b48;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
}

#bottom {
  background-color: #0b5791;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#262b33), to(#64748e));
  background-image: linear-gradient(to top, #262b33 0%, #64748e 100%);
  height: auto;
  padding: 65px 0 65px;
  position: relative;
}

#bottom #overlay {
  width: 602px;
  height: 296px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  padding-top: 60px;
  text-align: center;
  font-family: 'Roboto';
  z-index: 5;
}

#bottom #overlay #close {
  width: 21px;
  height: 21px;
  background: url(close.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}

#bottom #overlay_title {
  color: #308fd9;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 29px;
}

#bottom #overlay_subtitle {
  color: #308fd9;
  font-size: 26px;
  font-weight: 700;
  width: 75%;
  margin: auto;
}

.contact_info {
  color: #ffffff;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
}

.bottom_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 150px;
  padding: 70px 0 0;
}

.contact_info_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto';
}

.contact_info_box {
  display: -ms-grid;
  display: grid;
  padding-top: 25px;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 25px;
}

#footer {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: center;
}

.footer_text {
  color: #353c49;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
}

#form_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.Form_Element_Holder_Div {
  background-color: #f8f8e4;
  width: 280px;
  height: 40px;
}

#Fname,
#Lname,
#Email,
#phone,
#phone_code,
#occupation {
  width: 100%;
  background-color: #f8f8e4;
  height: 100%;
  padding-left: 15px;
  color: #000000;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
}

label {
  position: relative;
  grid-column: span 2;
}

#utm_help_text {
  background-color: #f8f8e4;
  width: 100%;
  height: 100%;
  padding: 25px 15px;
}

textarea {
  resize: none;
}

text-area {
  width: 100%;
}

text-area .Form_Element_Holder_Div {
  width: 580px;
  height: 224px;
}

text-area .title,
text-area .box_subtext {
  display: none;
}

@media (max-width: 1200px) {
  .myContainer {
    width: 100%;
    max-width: 768px;
    padding: 0 20px;
  }
  #bottom {
    padding: 42px 0;
  }
  #main {
    padding: 44px 0 51px;
  }
  .bg {
    background-image: url(bg_1200x519.png);
    height: 519px;
  }
  #logo {
    background-image: url(logo_239x55.png);
    height: 55px;
  }
  .box_info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 37px 0 71px;
  }
  .wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .benefits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content {
    width: 100%;
  }
  .img {
    height: 250px;
    width: 100%;
  }
  #img_proffesional {
    background-image: url(proffesional_2_344x250.png);
  }
  #img_benefits {
    background-image: url(benefits_2_344x250.png);
    background-position: top right;
  }
  #img_we_are {
    background-image: url(we_are_2_345x250.png);
  }
  .title {
    font-size: 56px;
    font-weight: 400;
    padding: 75px 0 84px;
    width: 768px;
  }
  .contactBtn {
    font-size: 25px;
    font-weight: 400;
  }
  #headline {
    font-size: 24px;
    width: 580px;
  }
  .bullet_box {
    padding-top: 22px;
  }
  .bullet_text {
    font-size: 15px;
  }
  .benefits .content {
    width: 90%;
  }
  .wrap_text {
    font-size: 21px;
    padding: 0 0 15px;
  }
  .wrap_subtext {
    font-size: 16px;
    line-height: 20.89px;
  }
  .bottom_box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 39px;
    padding: 40px 0 0;
  }
  .Form_Element_Holder_Div {
    width: 350px;
  }
  #Fname,
  #Lname,
  #Email,
  #phone,
  #phone_code,
  #occupation {
    height: 40px;
  }
  text-area .Form_Element_Holder_Div {
    width: 728px;
  }
  .contact_info_text {
    font-size: 17px;
  }
  .contact_info_box {
    padding-top: 20px;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  #submitBTN {
    margin: 35px auto 20px;
  }
  .contact_info {
    font-size: 23px;
  }
  #header {
    height: 77px;
    padding: 11px 0;
  }
  .box_subtitle {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .myContainer {
    width: 100%;
    max-width: 768px;
    padding: 0 10px;
  }
  .bg {
    background-image: url(bg_768x353.png);
    height: 353px;
  }
  #logo {
    background-image: url(logo_181x42.png);
    height: 42px;
  }
  .img {
    width: 100%;
    height: 200px;
  }
  #img_proffesional {
    background-image: url(proffesional_3_300x200.png);
    background-position: center;
  }
  #img_benefits {
    background-image: url(benefits_3_300x200.png);
    background-position: center;
  }
  #img_we_are {
    background-image: url(we_are_3_300x200.png);
    background-position: center;
  }
  #header {
    height: 59px;
    padding: 9px 0;
  }
  .div {
    padding-bottom: 20px;
  }
  .box_subtitle {
    font-size: 20px;
  }
  .box_info {
    padding: 32px 0 50px;
  }
  #main {
    padding: 32px 0 36px;
  }
  .title {
    font-size: 30px;
    padding: 44px 0 50px;
    width: 100%;
  }
  .wrap_text {
    font-size: 19px;
    padding: 28px 0 14px;
  }
  .contactBtn {
    font-size: 20px;
  }
  #ContactUs {
    max-width: 192px;
  }
  #headline {
    width: 100%;
    font-size: 19px;
  }
  .bullet_box {
    padding-top: 22px;
  }
  .bullet_text {
    font-size: 14px;
  }
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap_subtext {
    font-size: 15px;
  }
  .benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #form_1 {
    display: block;
    padding: 20px 0 0;
  }
  text-area .Form_Element_Holder_Div {
    width: 100%;
    height: 200px;
  }
  .Form_Element_Holder_Div {
    width: 100%;
    margin-bottom: 18px;
  }
  .contact_info_box {
    display: block;
  }
  .contact_info_text {
    font-size: 14px;
  }
  #submitBTN {
    max-width: 186px;
  }
  #footer {
    padding: 14px 0;
  }
  .footer_text {
    font-size: 15px;
  }
  .benefits .content {
    width: 100%;
  }
  .bottom_box {
    display: block;
    padding: 30px 0 0;
  }
  .bullet_wrap {
    line-height: 23px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #bottom {
    padding: 26px 0 26px;
  }
  #bottom #overlay {
    width: 300px;
    height: 400px;
    top: auto;
    bottom: 10%;
  }
  .bullet {
    width: 12px;
    margin-right: 4px;
    background-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */