*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.ttf")
      format("ttf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff")
      format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.otf") format("otf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.eot") format("eot");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/v1/Montserrat-Light.ttf")
      format("ttf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff") format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.otf") format("otf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.eot") format("eot");
  font-weight: 300;
}
@font-face {
  font-family: "Tungsten";
  src: url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.ttf") format("ttf"),
    url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.woff") format("woff"),
    url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.woff2")
      format("woff2"),
    url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "TungstenReveal";
  src: url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.ttf")
      format("ttf"),
    url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.woff")
      format("woff"),
    url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.woff2")
      format("woff2"),
    url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.otf") format("otf");
  font-weight: normal;
}

:root {
  --primary-red: #c8102e;
  --primary-blue: #5698d0;
  --primary-aqua: #2e9597;
}

body {
  background: white;
  color: black;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
a {
  color: var(--primary-red);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: underline;
}

#main {
  margin: 0 auto;
  max-width: 100%;
}

#header_text .block1 {
  background: #2c2e31;
  color: #bbb;
  font-size: 10px;
  padding: 40px 0;
  text-align: right;
}
#header_text .block0 {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
#header_text .block2 .block0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
#header_text .block21,
#header_text .block22 {
  width: 50%;
}
#header_text .block22 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 0 0 100px;
  position: relative;
}
#header_text .block22 h1 {
  font-family: "Tungsten";
  font-size: 94px;
  line-height: 0.725;
  text-transform: uppercase;
  position: relative;
}
#header_text .block22 h1:before {
  background: var(--primary-red);
  border-radius: 5px;
  content: "";
  display: inline-block;
  height: 256px;
  width: 5px;
  transform: rotate(-15deg);
  position: absolute;
  left: 20px;
  top: -20px;
}
#header_text .block22 h1 em {
  font-family: "TungstenReveal";
}
#header_text .block22 h1 .line2 {
  margin-left: 19px;
}
#header_text .block22 h1 .line3 {
  margin-left: 36px;
}
#header_text .block22 .product {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 220px;
}

#content {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0;
}
#content h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
}
#content p,
#content ul {
  margin: 0 0 15px 0;
}
#content p,
.tc-box .tc-box-textarea p {
  padding-left: 0 !important;
}
#content table {
  background: #eee;
  margin: 0 0 15px 0;
  width: 100%;
}
#content td {
  border: 1px solid #ddd;
  padding: 10px;
}
#content td p {
  margin: 0;
}
.tc-box .tc-box-textarea td {
  font-size: 15px;
}

#info_text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  padding: 50px 0;
}
#info_text .block1 {
  max-width: 600px;
}
#info_text .block1 p {
  font-size: 20px;
  margin: 0 0 15px 0;
}
#info_text .block2 p {
  margin: 0 0 15px 0;
}
#info_text .block2 a {
  background: var(--primary-aqua);
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#info_text .block2 a:hover {
  background: black;
}

#form_holder {
  padding: 15px 0;
  max-width: 1140px;
  margin: 0 auto;
}
.field-row label {
  display: inline-block;
  padding: 10px 5px 10px 0;
}
.table-cell input[type="text"],
.table-cell select {
  border: 1px solid #b6b9b9;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  padding: 10px;
  width: 100%;
}
.table-cell select {
  padding: 10px 5px;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.SubmitButt {
  background: var(--primary-aqua);
  border: 0;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 15px 0;
  min-width: 165px;
  padding: 10px;
  transition: background-color 0.3s;
}
.SubmitButt:hover {
  background: black;
}
#form_holder,
#info_text_holder {
  padding: 0;
}

.required {
  color: var(--primary-red);
}
div.required {
  color: black;
  font-size: 18px;
  font-weight: 300;
}
div.required span {
  color: var(--primary-red);
}
#a_l_txt_title,
#i_l_txt_payment_method,
#a_l_txt_new_productgroup_all,
#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut,
#a_l_txt_new_productgroup_all1 {
  color: #4a4e52;
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0;
}
#country_promotion {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
#i_l_txt_payment_method .required {
  display: none;
}
#r_payment_method .table-cell,
#r_purchase_upload_file .table-cell.coll1 {
  float: none;
  width: 100%;
}
#r_payment_method .cbox_list {
  float: left;
  width: 50%;
}
#r_date_purchase .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 8px;
  right: 8px;
}
#date_purchase_u_info,
#bank_benficiary_individual_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_u_info,
#bank_benficiary_rev_individual_u_info,
#upload_serial_number1_u_info,
#upload_barcode1_u_info,
#date_purchase1_u_info {
  color: #787878;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}
#r_purchase_upload_file label,
#r_purchase_upload_file .fileinputs {
  float: left;
}
#promo_content .field-row .inputfile.inputfile__btn + label {
  background: var(--primary-red);
  float: none;
  width: 100%;
  transition: background-color 0.3s;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
  font-size: 13px;
}
#promo_content .field-row .inputfile.inputfile__btn + label:hover {
  background: black;
}
#add_another_product,
#remove_last_product {
  background: var(--primary-blue);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
}
#add_another_product.disabled,
#remove_last_product.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover {
  background-color: black;
}
#r_terms_conditions_box {
  margin: 0 0 10px 0;
}
#promo_content,
#form_holder {
  background: #fcfcfc;
}
#form_intro {
  margin-bottom: 30px;
}
#date_purchase_u_info,
#bank_benficiary_individual_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_u_info,
#bank_benficiary_rev_individual_u_info,
#date_birth_u_info,
#purchase_upload_file_u_info {
  color: #b6b9b9;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}
#r_promo_agreement {
  margin: 0 0 10px 0;
  padding-left: 20px;
  position: relative;
}
#r_promo_agreement input {
  position: absolute;
  top: 0;
  left: 0;
}

#footer {
  clear: both;
  color: #666;
  font-size: 11px;
  line-height: 1.2;
}
#footer a {
  color: #bbb;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .block0 {
  text-align: center;
}
#footer .block0 a {
  font-size: 1rem;
  margin: 0 auto 3rem auto;
  background: var(--primary-red);
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  padding: 1rem;
  text-decoration: none;
  cursor: pointer;
}
#footer .block0 a:hover {
  background: #000000;
}
#footer .block1 {
  border-top: 2px solid #939393;
  padding: 25px 15px 50px 15px;
  max-width: 1140px;
  margin: 0 auto;
}
#footer .block3 {
  padding: 20px 25px;
  background: #2c2e31;
  text-align: right;
}
#footer .block1 ul {
  overflow: hidden;
}
#footer .block1 li {
  float: right;
  margin: 0 0 0 15px;
}
#footer .block1 li:first-child {
  float: left;
  margin: 0 15px 0 0;
}
#footer .block2 {
  background: #2c2e31;
  color: #bbb;
  font-size: 10px;
  overflow: hidden;
  padding: 40px 0;
  text-align: right;
}
#footer .block0 {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

#main.ty #info_text_holder,
#main.ty #printArea,
#main.ty #printArea + p {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 24px;
  line-height: 1.5;
  padding: 100px 0;
  text-align: center;
}

#main.ty #header_text .block3 {
  display: none;
}

#r_upload_barcode_secondary > div.table-cell.coll1 {
  width: 100%;
}
#l_upload_barcode_secondary {
  width: 49%;
}
#r_upload_barcode_secondary > div.table-cell.coll1 > div {
  display: inline-block;
  width: 50%;
}

#u_l_customer_code {
  width: 50%;
  float: right;
  color: #787878;
  font-size: 12px;
  padding: 5px 0;
}

@media (max-width: 1440px) {
  #header_text .block22 {
    padding-top: 50px;
  }
  #header_text .block22 .product {
    max-width: 160px;
    top: 0;
  }
  #header_text .block22 h1:before {
    height: 235px;
    left: 20px;
  }
  #header_text .block22 h1 .line2 {
    margin-left: 18px;
  }
  #header_text .block22 h1 .line3 {
    margin-left: 35px;
  }
  #promo_content,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  #header_text .block22 {
    padding: 20px 0 0 50px;
  }
  #header_text .block22 h1 {
    font-size: 74px;
  }
  #header_text .block22 h1:before {
    height: 215px;
    left: 15px;
  }
  #header_text .block22 h1 .line2 {
    margin-left: 14px;
  }
  #header_text .block22 h1 .line3 {
    margin-left: 29px;
  }
  #header_text .block22 .product {
    top: -30px;
  }
}
@media (max-width: 1140px) {
  #header_text .block2 .block0 {
    flex-direction: column;
  }
  #header_text .block21,
  #header_text .block22 {
    width: 100%;
  }
  #header_text .block22 {
    padding-top: 50px;
  }
  #header_text .block22 .product {
    top: 15px;
    right: auto;
    left: 370px;
  }
  #header_text .block21 img {
    width: 100%;
  }
  #info_text {
    flex-direction: column;
    align-items: stretch;
  }
  #info_text .block1 {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  #info_text .block2 {
    max-width: 410px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 799px) {
  #content a {
    word-break: break-word;
  }
}
@media (max-width: 560px) {
  #header_text .block22 {
    padding-left: 24px;
  }
  #header_text .block22 .product {
    right: 1rem;
    left: auto;
  }
  #header_text .block22 h1 {
    font-size: 60px;
  }
  #header_text .block22 h1:before {
    height: 175px;
    left: 11px;
  }
  #header_text .block22 h1 .line2 {
    margin-left: 13px;
  }
  #header_text .block22 h1 .line3 {
    margin-left: 24px;
  }
  #info_text {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  #header_text .block2 {
    flex-direction: column;
    align-items: flex-start;
  }
  #header_text .block21 {
    width: 100%;
  }
  #header_text .block22 {
    padding: 30px;
    width: 100%;
    margin-top: 20px;
    padding-left: 16px; /* margin-left: 10px!important;*/
  }
  #header_text h1 {
    margin-left: 0;
  }
  #header_text .block22 h1 {
    font-size: 56px;
  }
  #header_text .block22 h1:before {
    left: 17px;
  }
  #header_text .block22 h1 em {
    padding-left: 7px;
  }
  #header_text .block22 h1 .line2 {
    margin-left: 11px;
  }
  #header_text .block22 h1 .line3 {
    margin-left: 22px;
  }
  #header_text .block22 .product {
    max-width: 120px;
  }
  #header_text h2 {
    margin-left: 30px;
  }
  #info_text .block2 a {
    display: block;
    font-size: 17px;
  }
  #a_l_txt_title,
  #i_l_txt_payment_method,
  #a_l_txt_new_productgroup_all,
  #a_l_txt_bank_details_international,
  #a_l_txt_bank_revolut {
    font-size: 30px;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell {
    float: none;
    width: 100%;
  }
  #info_text {
    padding-top: 30px;
  }
}
@media (max-width: 390px) {
  #header_text .block22 .product {
    max-width: 110px;
    top: -10px;
  }
  #header_text .block22 h1 {
    font-size: 50px;
  }
  #header_text .block22 h1:before {
    height: 158px;
  }
  #header_text .block22 h1:before {
    left: 15px;
  }
  #header_text .block22 h1 .line2 {
    margin-left: 10px;
  }
  #header_text .block22 h1 .line3 {
    margin-left: 20px;
  }
  #info_text {
    padding-top: 20px;
  }
}
