* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "OpenSans";
  src: url("../../assets/fonts/OpenSans/v1/OpenSans.woff") format("woff"),
    url("../../assets/fonts/OpenSans/v1/OpenSans.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SiemensSans";
  src: url("../../assets/fonts/SiemensSans/v1/SiemensSansOTRegular.woff")
      format("woff"),
    url("../../assets/fonts/SiemensSans/v1/SiemensSansOTRegular.ttf")
      format("truetype"),
    url("../../assets/fonts/SiemensSans/v1/SiemensSansOTRegular.eot")
      format("eot"),
    url("../../assets/fonts/SiemensSans/v1/SiemensSansOTRegular.svg")
      format("svg"),
    url("../../assets/fonts/SiemensSans/v1/SiemensSansOTRegular.woff2")
      format("woff2");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
}
body {
  background: #00012c;
  color: #fff;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
}

a {
  color: #41aaaa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* #main { max-width: 100%; min-height:100vh; } */
#main {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

#promo_content {
  margin: 0 auto; /*max-width: calc(100% - 140px);*/
  width: 50%;
  padding-top: 50px;
}

#promo_content.info_text_left #form_holder {
  float: right;
  width: 52%;
  margin: 0 !important;
}

#info_text_holder {
  /* 12em is the width of the columns */
  /* float: left;
    width: 45%;
    margin: 0px !important; */
  padding: 0;
  margin: 20px 0;
}

#info_text_holder #info_text .banner_container {
  max-width: 100%;
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

#info_text_holder h1 {
  font-size: 36px;
}
#form_intro {
  margin: 15px 0;
}

#header_text {
  margin: 0 auto;
  max-width: calc(100% - 140px);
  padding: 40px 0 0 0;
  width: 100%;
}
#content {
  margin: 0 auto;
  min-height: 95vh;
  max-width: calc(100% - 140px);
}
/* -- */

#info_text_holder #info_text .banner_container {
  position: relative;
  text-align: left;
  color: white;
}
/* #info_text_holder #info_text .banner_container .banner_image { display: none; } */
#info_text_holder #info_text .banner_container .banner_text {
  display: none;
  position: absolute;
  bottom: 3%;
  left: 7%;
  width: 90%;
  color: #000;
  line-height: 200%;
}
#info_text_holder #info_text .banner_container .banner_text h1 {
  font-size: 65px;
  font-weight: bolder;
  line-height: 120%;
  margin-bottom: 2%;
}
#info_text_holder #info_text .banner_container .banner_text h2 {
  font-size: 50px;
  font-family: "SiemensSans";
  line-height: 120%;
}
#info_text_holder #info_text .banner_container .banner_text h5 {
  font-size: 16px;
  font-weight: bolder;
  line-height: 110%;
  font-family: "OpenSans";
  margin-bottom: 5%;
}
#info_text_holder #info_text .banner_container .banner_text h6 {
  font-size: 10px;
  font-weight: bolder;
  font-family: "OpenSans";
  line-height: 115%;
}

/*--  */
#content {
  padding-top: 300px;
  padding-bottom: 60px;
}
#content h2 {
  font-size: 24px;
  margin: 0 0 30px 0;
  text-transform: none;
}
#content h3 {
  font-size: 22px;
}
#content h4 {
  font-size: 20px;
}
#content li {
  list-style: inside;
}
#content table {
  background: #222;
  border-collapse: collapse;
  margin: 0 0 15px 0;
  width: 100%;
}
#content td {
  border: 1px solid #000;
  padding: 5px;
}
.tc-box .tc-box-textarea p {
  margin: 0;
}

#promo_content,
#form_holder {
  background: transparent;
}
#promo_content.info_text_left #form_holder {
  float: right;
  margin: 3vh 0 0 2vh;
  padding: 0 15px;
}
.field-row label {
  display: inline-block;
  padding: 10px 0;
}
.field-row select,
.field-row input[type="text"] {
  border-radius: 0;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
  padding: 10px;
  width: 100%;
}
.field-row select {
  padding: 10px 5px;
}
#submit-div {
  padding: 24px;
  margin: 0 auto;
}
.SubmitButt {
  background: #41aaaa;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 19px;
  margin: 0 auto;
  min-width: 150px;
  padding: 10px;
  transition: background-color 0.3s, color 0.3s;
}
.SubmitButt:hover {
  background: #fff;
  color: #41aaaa;
}
#submit-div #r_button_subscribe .no_label {
  display: table;
  margin: 0 auto !important;
}

[id^="r_premiums_multiple"] {
  margin-bottom: 10px;
}
[id^="add_premiums_multiple"] {
  background: #41aaaa;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "NeffSans", Verdana, sans-serif;
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 50%;
  transition: background-color 0.3s;
}
[id^="remove_premiums_multiple"] {
  background: #41aaaa;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "NeffSans", Verdana, sans-serif;
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
}

[id^="add_premiums_multiple"],
[id^="list_of_premiums"],
#premiums_multiple1_u_info {
  float: right;
  width: 100%;
  clear: both;
  margin-top: 10px;
}
.premiums_selected {
  font-weight: bold;
  margin-bottom: 5px;
}

#add_premiums_multiple1.disabled,
#remove_premiums_multiple1.disabled {
  display: none;
}
#add_premiums_multiple1:hover,
#remove_premiums_multiple1:hover {
  background: white;
  color: #00cccc;
}

.accordion {
  width: 100%;
}
.accordion-toggle {
  border-bottom: 0;
  font-size: 26px;
  padding-left: 30px;
  position: relative;
}
.accordion-toggle:before {
  background: url(../images/sprite-accordion.png) 0 0 no-repeat;
  border: 0;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 13px;
  left: 0;
}
.accordion-toggle.active {
  color: #fff;
}
.accordion-toggle.active:after {
  background: url(../images/sprite-accordion.png) 0 -20px no-repeat;
  border: 0;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 13px;
  left: 0;
}
.accordion-content {
  padding-left: 30px;
}

.required {
  color: #4aaeb0;
}
div.required {
  color: #c1c8ce; /*padding-left: 30px;*/
}
div.required span {
  color: #4aaeb0;
}
#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut,
#a_l_txt_first_name,
#a_l_txt_payment_method,
#a_l_txt_purchased_products_number {
  font-size: 26px;
}
#a_l_purchased_products_number_div,
#a_l_payment_method_div,
#a_l_first_name_div {
  margin: 12px 0;
}
#bank_benficiary_individual_u_info,
#bank_benficiary_u_info,
#purchase_price1_u_info,
#revolut_tag_u_info,
#bank_benficiary_rev_individual_u_info,
#bank_beneficiary_rev_u_info {
  padding-top: 8px;
  font-size: 12px;
}
#country_promotion {
  display: block;
  padding: 10px 0;
}
#purchase_price2_u_info,
#purchase_price3_u_info,
#purchase_price4_u_info,
#purchase_price5_u_info,
#purchase_price6_u_info,
#purchase_price7_u_info,
#purchase_price8_u_info,
#purchase_price9_u_info {
  padding-top: 8px;
  font-size: 12px;
}
[id^="date_purchase"] {
  display: block;
  font-size: 13px;
  padding: 5px 0;
}
[id^="r_date_purchase"] .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
#add_another_product,
#remove_last_product {
  background: #41aaaa;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}
#remove_last_product.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover {
  background: #fff;
  color: #41aaaa;
}
.field-row .inputfile.inputfile__btn + label {
  float: right;
  font-size: 13px;
  width: 100%;
  transition: background-color 0.3s;
  background: #34454e !important;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background: #41aaaa !important;
}
#purchase_upload_file_u_info {
  float: right;
  font-size: 13px;
  padding: 5px 0;
  width: 100%;
}
#r_subscribe {
  padding-left: 20px;
  position: relative;
}
#r_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}
#alertBox {
  color: #000;
}
.dynamic_info_logo {
  top: 10px;
}
[id^="r_date_"] .dynamic_info_logo {
  top: 8px;
}
.desktop-video,
.mobile-video {
  background: url(../images/icon-video.png) center center no-repeat;
  display: inline-block;
  height: 27px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 27px;
}
.desktop-video:hover,
.mobile-video:hover {
  background: url(../images/icon-video-black.png) center center no-repeat;
  text-decoration: underline;
}
#r_purchase_upload_file > div.no_label > div {
  float: right;
}
a.popup {
  background: transparent !important;
  border: 1px solid white !important;
  border-radius: 50%;
  color: white !important;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding: 0;
  text-align: center;
  width: 21px;
}
#promo_content a.popup:hover {
  color: white !important;
}

/* #r_promo_agreement, #r_terms_conditions_box, #r_subscribe, #r_prommq_answers { padding: 15px;} */
#r_prommq_answers {
  margin-bottom: 12px;
}
#r_promo_agreement {
  margin-top: 20px;
  padding-bottom: 0;
}
#r_subscribe {
  padding-left: 35px;
  padding-top: 5px;
}

#r_subscribe input {
  top: 5px;
  left: 15px;
}
#gallerycontainer_imgitem_17471 {
  max-width: 40%;
}
#r_payment_method .cbox_list {
  float: left;
  width: 50%;
}
#r_payment_method .table-cell {
  float: none;
  width: 100%;
}

/* --- */
#purchase_upload_file_u_info {
  color: #00cccc;
}
#purchase_upload_file {
  background: #34454e;
}
.field-row .table-cell {
  width: 50%;
}

#other_promo_code1_u_info {
  margin: 5px 0;
}

/* --- */
#footer {
  clear: both;
  position: relative;
  z-index: 1;
  height: -3em;
  width: 100%;
  background: #6f7278;
  font-size: 14px;
  line-height: 1.2;
  padding: 50px 0 30px 0;
}
#footer .block1 {
  margin: 0 auto;
  max-width: calc(100% - 140px);
  overflow: hidden;
}
#footer .last {
  float: right;
}
#footer .fu-1 {
  float: left;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 0 0;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}

#main.ty #promo_content {
  min-height: calc(100vh - 140px);
  padding-top: 220px;
}
#main.ty #form_wrapper {
  font-size: 18px;
  line-height: 1.5;
}

/* --/landing page/-- */
.p62 #header_text {
  display: none;
}
.p62 .lp_layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p62 #content .logo {
  margin-bottom: 15px;
}
.p62 #content .lp_layout .texts {
  font-family: SiemensSans, "OpenSans", Arial, sans-serif;
  color: white;
  width: 50%;
}
.p62 #content .lp_layout .texts h1 {
  font-size: 42px;
  margin-bottom: 24px;
  font-weight: 600;
}
.p62 #content .lp_layout .texts p a {
  color: white;
  text-decoration: underline;
}
.p62 #content .lp_layout .texts p {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 100;
}
.p62 #content .lp_layout .texts .btn-submit {
  display: inline-block;
  background: rgb(0, 255, 186);
  background: linear-gradient(
    0deg,
    rgba(0, 255, 186, 1) 0%,
    rgba(0, 231, 218, 1) 100%
  );
  border: 0;
  color: black;
  cursor: pointer;
  font-weight: bolder;
  font-family: SiemensSans, "OpenSans", Arial, sans-serif;
  text-decoration: none;
  font-size: 24px;
  min-width: 150px;
  padding: 16px 32px;
  transition: background-color 0.1s;
}
.p62 #content .lp_layout .texts .btn-submit:hover {
  background: #94ffe2f1;
}

.p62 .lp_layout .banner-wrap {
  width: 40%;
}
.p62 .lp_layout .banner {
  display: block;
}
.p62 .lp_layout .banner img {
  width: 100%;
  display: block;
}

.desktop-video,
.mobile-video {
  background: url(../images/icon-video.png) center center no-repeat;
  display: inline-block;
  height: 27px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 27px;
}
.desktop-video:hover,
.mobile-video:hover {
  background: url(../images/icon-video-black.png) center center no-repeat;
  text-decoration: underline;
}

/* -- */
#content {
  padding-top: 40px;
}

#l_purchase_upload_file {
  float: left;
  width: 50%;
}
.fileinputs {
  clear: none;
  float: left;
  width: 50%;
}
#r_purchase_upload_file .table-cell.coll1 {
  width: 100%;
}
/* -- */

.p19 #extend_content #content h1 {
  font-size: 34px;
  margin-top: 10px;
}
.p19 #extend_content #content h2 {
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-top: 20px;
}
/* --- */

/* #r_bank_benficiary .table-cell #bank_benficiary_u_info, #bank_beneficiary_rev_u_info, #bank_benficiary_individual_u_info {padding-top: 20px;} */

.field-row .table-cell,
.field-row .table-cell.coll1 {
  width: 100%;
}
.field-row .inputfile.inputfile__btn + label,
#purchase_upload_file_u_info {
  float: none;
  width: 100%;
}

.p413 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.p413 #main {
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.p413 form {
  flex: 1;
}
.p413 #main > h1 {
  line-height: 1.35;
}
.check-status {
  width: 580px;
  max-width: 100%;
}
.check-status h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1rem;
}
.check-status .form-field {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.check-status #button_ajax {
  background: #00aaac;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.15rem;
  border: 0;
  padding: 0.75rem 2rem;
  cursor: pointer;
  margin: 0 auto;
}
.p111 #faq {
  padding-bottom: 3rem;
}
.p111 #faq a {
  color: #ffffff;
}
.p111 #faq a:before {
  border-color: transparent transparent transparent #00aaac;
}
.p111 #faq .answer {
  border-left: 2px solid #00aaac !important;
  color: rgba(255, 255, 255, 0.75);
  overflow: unset;
}

@media (min-width: 1181px) {
  .mobile-video {
    display: none;
  }
}
@media (max-width: 1180px) {
  .desktop-video {
    display: none;
  }
}

@media (max-width: 1180px) {
  #promo_content.info_text_left #form_holder {
    padding: 0;
  }
  body {
    background: #00012c;
  }
  .land-main {
    background: #00012c;
  }
  .land-main #header_text {
    margin-bottom: 30px;
  }
  #header_text {
    padding: 25px;
    max-width: 100%;
  }
  .p62 #content .logo {
    margin: 0;
    padding: 25px;
  }
  #form_titles p {
    margin: 0;
  }
  #form_titles p img {
    display: block;
  }
  #content {
    padding: 0 15px 60px 15px;
  }
  #promo_content.info_text_left #info_text_holder {
    display: none;
  }
  #promo_content,
  #content {
    min-height: 27em;
    max-width: 100%;
  }
  #promo_content.info_text_left #form_holder {
    float: none;
    padding: 0 15px;
    width: 100%;
  }
  .field-row .table-cell,
  .field-row .table-cell.coll1 {
    width: 100%;
  }
  .field-row .inputfile.inputfile__btn + label,
  #purchase_upload_file_u_info {
    float: none;
    width: 100%;
  }
  #footer .block1 {
    max-width: 100%;
    padding: 0 45px;
  }
  #footer .last,
  #footer .fu-1 {
    float: none;
  }
  #footer li {
    display: block;
    margin: 10px 0;
  }
  /* -- */
  .p19 #extend_content {
    margin-left: 15px;
    margin-right: 15px;
  }
  #r_button_subscribe .no_label .SubmitButt {
    display: table;
    margin: 0 auto;
  }

  #l_purchase_upload_file {
    float: left;
    width: 50%;
  }
  .fileinputs {
    float: left;
    width: 100%;
  }
  #r_payment_method .cbox_list {
    float: none;
    width: 100%;
  }

  .p62 .lp_layout {
    flex-direction: column;
  }
  .p62 #content .lp_layout .texts {
    width: 100%;
    order: 2;
  }
  .p62 #content .lp_layout .banner-wrap {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  #promo_content {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .check-status {
    width: 100%;
    min-width: 340px;
  }
  .check-status .form-field {
    flex-flow: column;
    justify-content: center;
  }
  .check-status .label-field {
    text-align: center;
  }
  .check-status .label-field,
  .check-status .input-field {
    float: unset;
    width: 100%;
  }
  .check-status input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 600px) {
  body {
    background-size: contain;
  }
  #promo_content,
  #content {
    min-height: 27em;
  }
  #promo_content.info_text_left #form_holder {
    margin: 0px 0% !important;
  }
  .p62 #content .lp_layout .texts {
    width: 90%;
  }
  .p62 #content .lp_layout .banner-wrap {
    width: 90%;
  }

  #promo_content {
    width: 90%;
  }
}
@media (max-width: 550px) {
  #promo_content,
  #content {
    min-height: 27em;
  }
}
@media (max-width: 500px) {
  #promo_content,
  #content {
    min-height: 27em;
  }
  .p62 #content .lp_layout .texts {
    width: 100%;
  }
  .p62 #content .lp_layout .banner-wrap {
    width: 100%;
  }
  #promo_content {
    width: 90%;
  }
}
@media (max-width: 450px) {
  #promo_content,
  #content {
    min-height: 27em;
  }
}
@media (max-width: 400px) {
  #header_text {
    padding: 25px 15px;
  }
  .p62 #content .logo {
    padding: 25px 15px;
  }
  #promo_content,
  #content {
    min-height: 27em;
  }
  #form_titles,
  div.required,
  .accordion-content,
  #submit-div {
    padding-left: 0;
  }
  #footer .block1 {
    padding: 0 15px;
  }
}
