* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "NEFFHand";
  src: url("../../assets/fonts/NeffHand/v1/NEFFHandCaps-Regular.eot");
  src: url("../../assets/fonts/NeffHand/v1/NEFFHandCaps-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/NeffHand/v1/NEFFHandCaps-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/NeffHand/v1/NEFFHandCaps-Regular.woff")
      format("woff"),
    url("../../assets/fonts/NeffHand/v1/NEFFHandCaps-Regular.ttf")
      format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "NeffSans";
  src: url("../../assets/fonts/NeffSans/v1/NeffSansDisplay-Light.eot");
  src: url("../../assets/fonts/NeffSans/v1/NeffSansDisplay-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/NeffSans/v1/NeffSansDisplay-Light.woff2")
      format("woff2"),
    url("../../assets/fonts/NeffSans/v1/NeffSansDisplay-Light.woff")
      format("woff"),
    url("../../assets/fonts/NeffSans/v1/NeffSansDisplay-Light.ttf")
      format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NeffSans";
  src: url("../../assets/fonts/NeffSans/v1/NeffSans-Regular.eot");
  src: url("../../assets/fonts/NeffSans/v1/NeffSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/NeffSans/v1/NeffSans-Regular.woff2") format("woff2"),
    url("../../assets/fonts/NeffSans/v1/NeffSans-Regular.woff") format("woff"),
    url("../../assets/fonts/NeffSans/v1/NeffSans-Regular.ttf")
      format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "NeffSans";
  src: url("../../assets/fonts/NeffSans/v1/NeffSans-Bold.eot");
  src: url("../../assets/fonts/NeffSans/v1/NeffSans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/NeffSans/v1/NeffSans-Bold.woff2") format("woff2"),
    url("../../assets/fonts/NeffSans/v1/NeffSans-Bold.woff") format("woff"),
    url("../../assets/fonts/NeffSans/v1/NeffSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

:root {
  --primary-red: #b10035;
  --text-color: #bababa;
}

body {
  background: white;
  background-size: cover;
  color: black;
  font-family: "NeffSans", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
a {
  color: var(--primary-red);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main {
  max-width: 100%;
  width: 100%;
}

#header_text {
  background: url(../images/bg-footer.jpg) center center no-repeat;
  background-size: cover;
  display: none;
}
.p413 #header_text {
  background: white;
  display: block;
  text-align: center;
}
#header_text .block1 {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px 0;
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 1200px;
}

.p19 {
  background: white;
}
#content {
  margin: 30px auto;
  overflow: hidden;
  padding: 50px 15px;
}
#content .block1 {
  background: white;
  border-radius: 12px;
  float: right;
  min-height: 600px;
  padding: 30px;
  width: 50%;
}
#content h1 {
  color: black;
  margin: 0 0 30px 0;
}
#content p {
  margin: 0 0 15px 0;
}

#alertBox__content > p {
  color: black !important;
}

#promo_content,
#form_holder {
  background: transparent;
}
.info_text_right #form_holder {
  background: white;
  border-radius: 12px;
  margin: 50px 0;
  padding: 30px;
  width: 54%;
}
#form_holder {
  width: 60%;
  margin: 0 auto;
}

.table-cell label {
  display: inline-block;
  padding: 10px 0;
}
.table-cell input[type="text"],
.table-cell select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #868686;
  border-radius: 0;
  color: black;
  font-family: "NeffSans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0.3rem;
  padding: 0.5rem 0.35rem;
  width: 100%;
}
.table-cell select option {
  color: #000;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.next_step,
.SubmitButt,
#info_text .button1 a {
  background: var(--primary-red);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "NeffSans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 10px;
  text-align: center;
  width: 137px;
  transition: background-color 0.3s;
}
.next_step:hover,
.SubmitButt:hover,
#info_text .button1 a:hover {
  background-color: #8a0223;
  text-decoration: none;
}
#info_text .button1 {
  margin-top: 1.75rem;
  display: block;
}

.prev_step {
  background: #34454e;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "NeffSans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 10px;
  text-align: center;
  width: 137px;
  transition: background-color 0.3s;
}
.prev_step:hover {
  background: #27333a;
}

/* .accordion { width: 100%; }
.accordion-toggle { border: 0; color: black; display: block; font-size: 25px; font-weight: bold; padding: 0 0 20px 40px; text-transform: uppercase; }
.accordion-toggle::before { background: url("../images/sprite-accordion.png") no-repeat 0 0; border: 0; height: 28px; width: 28px; left: 0; top: 0; }
.accordion-toggle.active { color: black; }
.accordion-toggle.active::after { background: url("../images/sprite-accordion.png") no-repeat 0 -28px; border: 0; height: 28px; width: 28px; left: 0; top: 0; }
/* .accordion-toggle.active::before { background: url(../images/line.jpg) 0 0 repeat-y; content: ''; display: block; height: 100%; width: 1px; position: absolute; top: 0; left: 14px; }
.accordion-content { background: url(../images/line.jpg) 14px 0 repeat-y; 
padding: 0 0 20px 40px; }  */
#progress_detailed {
  display: none;
}
#promo_content .block3,
#header_text .block3 {
  margin: 0 auto;
  max-width: 780px;
}
#promo_content .block3 ul,
#header_text .block3 ul {
  overflow: hidden;
  padding: 30px 0;
}
#promo_content .block3 li,
#header_text .block3 li {
  border-top: 4px solid #ddd;
  clear: none;
  color: var(--primary-text);
  float: left;
  font-size: 15px;
  list-style: none;
  padding-top: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 33.33%;
}
#promo_content .block3 li:nth-child(2),
#header_text .block3 li:nth-child(2) {
  text-align: center;
}
#promo_content .block3 li:nth-child(3),
#header_text .block3 li:nth-child(3) {
  text-align: right;
}
#promo_content .block3 li:nth-child(1),
.stage2 #promo_content .block3 li:nth-child(2),
.stage3 #promo_content .block3 li:nth-child(3),
#header_text .block3 li:nth-child(1),
.stage2 #header_text .block3 li:nth-child(2),
.stage3 #header_text .block3 li:nth-child(3) {
  border-color: #b10932;
  color: #b10932;
  font-weight: bold;
}
.stage3 #r_button_subscribe {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

/* #add_premiums_multiple1, #premiums_multiple1_u_info { float: right; width: 50%; } */

.stage2 #promo_content .block3 li:nth-child(1),
.stage3 #promo_content .block3 li:nth-child(1),
.stage3 #promo_content .block3 li:nth-child(2),
#main.ty #promo_content .block3 li:nth-child(1),
#main.ty #promo_content .block3 li:nth-child(2),
#main.ty #promo_content .block3 li:nth-child(3),
.stage2 #header_text .block3 li:nth-child(1),
.stage3 #header_text .block3 li:nth-child(1),
.stage3 #header_text .block3 li:nth-child(2),
#main.ty #header_text .block3 li:nth-child(1),
#main.ty #header_text .block3 li:nth-child(2),
#main.ty #header_text .block3 li:nth-child(3) {
  border-color: var(--secondary-orange);
  color: var(--secondary-orange);
  font-weight: bold;
}

#a_l_txt_title,
#a_l_txt_payment_method,
#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut,
#a_l_txt_products_promotion,
#a_l_txt_first_name,
#a_l_txt_purchased_products_number {
  color: #000;
  display: block;
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 15px 0;
}

#promo_content #info_text_holder {
  margin: 0;
  margin-top: 2%;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
#promo_content {
  min-height: calc(100vh - 175px);
}

.p19 #extend_content #content > div.T\&C_banner {
  text-align: center;
  margin-bottom: 12px;
}

.required {
  color: var(--primary-red);
}
div.required {
  color: black;
  margin: 0 0 15px 0;
}
div.required span {
  color: var(--primary-red);
}
/* #form_titles { margin: 0 0 30px 0; } */
#form_titles .block1 {
  display: none;
}
#form_titles h1 {
  color: #fff;
  font-size: 46px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
#r_date_birth .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  background: url(../images/calendar.png) center center no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  right: 5px;
}
#date_birth_u_info,
#date_purchase_u_info,
#u_l_serial_number,
#u_l_barcode,
#u_l_receipt_number,
#bank_benficiary_u_info,
#bank_benficiary_individual_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_rev_individual_u_info {
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
#r_subscribe {
  padding-left: 20px;
  position: relative;
}
#r_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}
#r_purchase_upload_file .table-cell {
  width: 100%;
}

#r_purchase_upload_file .fileinputs {
  float: right;
  width: 50%;
}
#r_purchase_upload_file label {
  float: left;
  width: 49%;
}
#r_purchase_upload_file > div.table-cell.coll1 > div > label {
  width: 100%;
}
.field-row .inputfile.inputfile__btn + label {
  background: var(--primary-red) !important;
  float: none;
  width: 100%;
  transition: background-color 0.3s;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background: #333 !important;
}
#u_l_purchase_upload_file p {
  float: left;
  line-height: 27px;
  width: 50%;
}
[id^="label-under-purchase_upload_file"] p {
  display: inline-block;
  vertical-align: middle;
}
#add_another_product,
#remove_last_product {
  background: var(--primary-red);
  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;
}
#add_another_product.disabled,
#remove_last_product.disabled,
#add_premiums_multiple1.disabled,
#remove_premiums_multiple1.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover,
#add_premiums_multiple1:hover,
#remove_premiums_multiple1:hover {
  background: #333;
}
.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;
}
a.popup {
  background: var(--primary-red) !important;
  border-radius: 50%;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding: 0;
  text-align: center;
  width: 21px;
  transition: color 0.3s;
}
#main a.popup:hover {
  color: #ccc !important;
  text-decoration: none;
}
#input_block_payment_method {
  width: 100%;
  float: none;
}
#input_block_payment_method > div > div:nth-child(1),
#input_block_payment_method > div > div:nth-child(2) {
  display: inline-block;
}
#input_block_payment_method > div > div:nth-child(1) {
  margin-right: 10px;
}

[id^="r_premiums_multiple"] {
  margin-bottom: 10px;
}
[id^="add_premiums_multiple"] {
  background: var(--primary-red);
  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: var(--primary-red);
  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: 50%;
  clear: both;
}
.premiums_selected {
  font-weight: bold;
  margin-bottom: 5px;
}

.tc-box .tc-box-textarea {
  background: white;
  border: 1px solid #333;
  color: black;
}
.tc-box .tc-box-textarea ul li {
  font-size: 16px;
}

#footer {
  background: url(../images/bg-footer.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 25px;
}
#footer .container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 30px 0;
  text-align: left;
  position: relative;
}
#footer > div.container > ul > li:nth-child(4) {
  float: right;
}
#footer p {
  position: absolute;
  top: -250px;
  left: 320px;
}
#footer li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  color: #fff;
}
#footer a {
  color: #fff;
}

#main.ty #form_titles,
#main.ty #printArea,
#main.ty #printArea + p {
  display: none;
}
#main.ty #form_wrapper {
  color: black;
  font-size: 24px;
  line-height: 1.5;
  padding: 110px 0;
  text-align: center;
}
#main.ty #form_wrapper .block1 {
  display: none;
}

.p19 #content table {
  margin-left: 25px;
  width: 98%;
}
.p19 #content table td {
  border: 1px solid #d3d3d3;
  background-color: #f5f5f5;
  padding: 5px;
}
.p19 #content li {
  margin: 5px 0;
}
.p19 #content > ol {
  list-style: decimal outside;
}
.p19 #content ol li {
  margin-left: 25px;
}

#info_text .block2 {
  text-align: center;
}

#purchase_upload_file_u_info > p:nth-child(2),
#purchase_upload_file_u_info > p:nth-child(4),
#purchase_upload_file_u_info > p:nth-child(5) {
  display: inline-block;
}

.p18.stage3 #tc-box-textarea > div.T\&C_banner {
  display: none;
}

.check-status {
  margin-bottom: 100px;
}
.check-status input[type="text"] {
  width: 100%;
}
#r_button_ajax {
  text-align: center;
}
#button_ajax {
  background: var(--primary-red);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "NeffSans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 10px;
  text-align: center;
  width: 137px;
  transition: background-color 0.3s;
}
#button_ajax:hover {
  background-color: #8a0223;
}

.p111 #header_text {
  background: none;
  background-size: cover;
  text-align: center;
  display: block;
}
.p111 .type2 {
  margin-top: 30px;
}
.p111 #faq {
  max-width: 800px;
}

@media (max-width: 1000px) {
  body {
    background: white;
    background-size: contain;
  }
  #promo_content {
    background: white;
  }
  .p19 #header_text {
    margin-bottom: 0;
  }
  #header_text .block1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text img {
    max-width: 40%;
  }
  .p413 #header_text img {
    max-width: 100%;
  }
  #promo_content.info_text_right #info_text_holder {
    display: none;
  }
  .info_text_right #form_holder {
    background: transparent;
    margin: 30px 0;
    padding: 0 15px;
    width: 100%;
  }
  #form_titles .block1 {
    display: block !important;
    margin: 0 0 15px 0;
  }
  #form_titles .block1 img {
    max-width: 33%;
  }
  #form_titles h1 {
    font-size: 36px;
  }
  .field-row .table-cell,
  .field-row .table-cell.coll1 {
    float: none;
    width: 100%;
  }
  #footer p {
    display: none;
  }
  .accordion-toggle.active::before {
    display: none;
  }
  .accordion-content {
    background: transparent;
    padding-left: 0;
  }
  #content .block1 {
    background: transparent;
    float: none;
    width: 100%;
  }
  #main.ty #form_wrapper {
    padding: 70px 0;
  }
  #r_purchase_upload_file label,
  #r_purchase_upload_file .fileinputs,
  #u_l_purchase_upload_file p {
    float: none;
    width: 100%;
  }
  #main.ty #form_wrapper .block1 {
    display: block;
  }

  #promo_content.info_text_left #form_holder,
  #promo_content #info_text_holder {
    float: none !important;
    display: block;
    width: 100%;
  }
  #promo_content.info_text_left #form_holder {
    margin: 2% 1%;
  }
  #header_text .block1 {
    padding: 20px 30px;
  }
  #promo_content #info_text_holder {
    padding: 0;
  }
  [id^="add_premiums_multiple"],
  [id^="list_of_premiums"],
  #premiums_multiple1_u_info {
    float: none;
    width: 100%;
    clear: both;
  }

  .p111 #header_text img {
    max-width: 100%;
  }
}
@media (min-width: 1001px) {
  .mobile-video {
    display: none;
  }
}
@media (max-width: 1000px) {
  .desktop-video {
    display: none;
  }
  #form_holder {
    width: 90%;
  }
  #promo_content .block3,
  #header_text .block3 {
    margin: 0 auto;
    max-width: 880px;
    padding: 0 15px;
  }
}
@media (max-width: 800px) {
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    min-width: 800px;
  }
}
@media (max-width: 750px) {
  #promo_content .block3 ul,
  #header_text .block3 ul {
    padding: 30px 0;
  }
  #promo_content .block3 li,
  #promo_content .block3 li:nth-child(3),
  #header_text .block3 li,
  #header_text .block3 li:nth-child(3) {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
  }
  #form_holder {
    width: 100%;
  }
  #form_holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 620px) {
  #footer > div.container > ul > li:nth-child(4) {
    float: none;
  }

  #footer li {
    display: block;
    list-style: none;
    margin: 10px 10px;
  }
}
@media (max-width: 480px) {
  .p413 #footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
