* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "OpenSans";
  src: url("../../assets/fonts/OpenSans/v1/OpenSans-Regular.woff")
      format("woff"),
    url("../../assets/fonts/OpenSans/v1/OpenSans-Regular.ttf")
      format("truetype");
  font-weight: normal;
  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;
}

body {
  background: #000;
  color: #fff;
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 15px;
}
a {
  color: #41aaaa;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

/* #main { max-width: 100%; min-height:100vh; } */
#main {
  max-width: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

#promo_content.info_text_left {
  display: flex;
  flex: 1;

  margin: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
}

#promo_content.info_text_left #form_holder {
  flex: 1;
  float: none !important;
  width: auto !important;
  margin: 0px 10% !important;
}

#info_text_holder {
  /* 12em is the width of the columns */
  flex: 0 0 472px;
  float: none !important;
  width: auto !important;
  margin: 0px !important;
  background-color: #67c1bf;
}

#info_text_holder #info_text .banner_container {
  max-width: 100%;
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

#header_text header {
  display: block;
  max-width: 1180px;
  margin: 0px auto;
  padding: 30px 0px;
}
.p18 #header_text header {
  display: none;
}
#header_text .logo {
  width: 100%;
  text-align: left;
}
#promo_content,
#content {
  margin: 0 auto;
  min-height: 95vh;
  max-width: 1180px;
}
/* -- */
.info_text_left #info_text_holder,
.info_text_right #info_text_holder,
.info_text_left #form_holder,
.info_text_right #form_holder {
  width: 57%;
}

.info_text_left #info_text_holder {
  background: black;
  margin: 0 !important ;
  width: 40%;
  padding: 0;
}

#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;
}
.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;
}

#form_titles {
  margin: 0 0 30px 0;
  padding-left: 30px;
}
#form_titles p {
  font-family: "SiemensSans", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
}
#form_titles .block1 {
  background: rgb(65, 170, 170);
  background: linear-gradient(
    90deg,
    rgba(65, 170, 170, 1) 0%,
    rgba(0, 153, 203, 1) 100%
  );
  padding: 30px;
}
#form_titles .block1 h1 {
  font-size: 34px;
  margin: 0 0 15px 0;
}
#form_titles .block1 p {
  margin: 0;
}

.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;
}
#country_promotion {
  display: block;
  padding: 10px 0;
}
[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: #41aaaa !important;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background: #34454e !important;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
}
#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;
}

/* --- */
#purchase_upload_file_u_info {
  color: #00cccc;
}
#purchase_upload_file {
  background: #34454e;
}
.field-row .table-cell {
  width: 50%;
}

/* --- */
#footer {
  clear: both;
  position: relative;
  z-index: 1;
  height: -3em;
  width: 100%;
  background: #2b2f43;
  font-size: 14px;
  line-height: 1.2;
  padding: 50px 0 30px 0;
}
#footer .block1 {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  padding: 0px 50px;
}
#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 #form_wrapper {
  font-size: 18px;
  line-height: 1.5;
  padding: 350px 0 100px 30px;
}

/* -- */
#content {
  padding-top: 60px;
}

#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_benficiary_individual_u_info,
#revolut_tag_u_info,
#bank_benficiary_rev_individual_u_info,
#bank_beneficiary_rev_u_info {
  padding-top: 10px;
  font-size: 14px;
}

#input_block_payment_method {
  width: 100%;
}
#input_block_payment_method > div > div:nth-child(1),
#input_block_payment_method > div > div:nth-child(2) {
  display: inline-block;
  width: 50%;
}

#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut {
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

.p18 #header_text p {
  display: none;
}

a.popup {
  background: black !important;
  border: 1px solid white;
  border-radius: 30px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 15px;
}

#l_right_txt_terms_conditions {
  color: #b2b2b2;
}
#serial_number_u_info {
  color: #b2b2b2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p413 #main > h1 {
  margin-top: 200px;
  text-align: center;
}
.p413 #main > h1,
.p413 #main > form {
  width: 100%;
}
.check-status {
  border: 0;
}
.check-status h2 {
  border-bottom: 0;
  font-size: 26px;
}
.check-status input[type="text"] {
  padding: 10px;
  width: 100%;
}
.check-status #l_promotion_submission_id {
  display: block;
  padding: 10px 0;
}
.check-status .form-field.submit,
.check-status .foot {
  text-align: center;
}
.check-status #button_ajax,
#btn_new_search {
  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;
}
.check-status #button_ajax:hover,
#btn_new_search:hover {
  background: #fff;
  color: #41aaaa;
}
.p413 #footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}
.table-body .table-cell.id {
  background: #41aaaa;
}

.p111 #faq a {
  color: white;
}
.p111 #faq a:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent white;
  transform: rotate(0deg);
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
}
.p111 #faq .answer {
  color: #7ccdcd;
  border-left: 2px solid #7ccdcd !important;
}
.p111 .type2 {
  color: white;
}

@media (min-width: 1181px) {
  .mobile-video {
    display: none;
  }
}
@media (max-width: 1180px) {
  .desktop-video {
    display: none;
  }
  #header_text .logo {
    padding-left: 20px;
  }
}
@media (max-width: 1180px) {
  body.p18 {
    background: #000 url(../images/bg-600.jpg) top center no-repeat !important;
  }
  .p18 #header_text {
    margin-bottom: 1090px;
    padding: 0 45px;
  }
  #header_text {
    margin-bottom: 15px;
  }
  #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;
  }
  #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 {
    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%;
  }

  #main.ty #form_wrapper {
    padding: 50px 0 100px 30px;
  }
}
@media (max-width: 600px) {
  body.p18 {
    background-size: contain !important;
  }
  #promo_content,
  #content {
    min-height: 27em;
  }
  #promo_content.info_text_left #form_holder {
    margin: 0px 0% !important;
  }
}
@media (max-width: 550px) {
  .p18 #header_text {
    margin-bottom: 970px;
  }
  #promo_content,
  #content {
    min-height: 27em;
  }
}
@media (max-width: 500px) {
  .p18 #header_text {
    margin-bottom: 890px;
  }
  #promo_content,
  #content {
    min-height: 27em;
  }
}
@media (max-width: 450px) {
  .p18 #header_text {
    margin-bottom: 790px;
  }
  #promo_content,
  #content {
    min-height: 27em;
  }
}
@media (max-width: 400px) {
  .p18 #header_text {
    margin-bottom: 730px;
    padding: 0 15px;
  }
  #promo_content,
  #content {
    min-height: 27em;
  }
  #form_titles,
  div.required,
  .accordion-content,
  #submit-div {
    padding-left: 0;
  }
  #footer .block1 {
    padding: 0 15px;
  }
}
