*,
*: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-green: #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: underline;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: none;
}

#main {
  margin: 0 auto;
  max-width: 100%;
}

#header_text .block1 {
  background: #2c2e31;
  color: #aaa;
  font-size: 11px;
  padding: 40px 25px;
  text-align: right;
}
#header_text .block2 {
  background: white;
  margin: 0 auto;
  max-width: 1440px;
}
#header_text .block3 {
  color: black;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 1rem 24px 1rem;
  display: flex;
  align-items: center;
}
#header_text .block3 .logo {
  width: 50%;
}
#header_text .block3 p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header_text .block3 a {
  background: var(--primary-green);
  border-radius: 30px;
  color: white;
  font-size: 22px;
  padding: 10px 20px;
  text-decoration: none;
}
#header_text .block3 a:hover {
  background: var(--primary-red);
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 1140px;
}

#content {
  padding: 30px 0;
}
#content h1,
.p111 h1.type2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
}
#content p,
#content ul {
  margin: 0 0 15px 0;
}
#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;
}

#form_holder {
  padding: 15px 0;
}
.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-green);
  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: 15px 30px;
  transition: background-color 0.3s;
}
.SubmitButt:hover {
  background: black;
}

.required {
  color: var(--primary-red);
}
div.required {
  color: black;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
div.required span {
  color: var(--primary-red);
}
#a_l_txt_title,
#i_l_txt_payment_method,
#a_l_txt_purchased_products_number,
#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut {
  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;
  bottom: 32px;
  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,
div[id^="date_purchase"],
div[id^="serial_number"],
#date_birth_u_info {
  color: #b6b9b9;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}
#r_purchase_upload_file label,
#r_purchase_upload_file .fileinputs {
  float: left;
  width: 50%;
}
#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: #3b3b3b;
  border: 0;
  border-radius: 0;
  color: #ddd;
  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 a.popup {
  background: white !important;
  border: 1px solid black;
  border-radius: 50%;
  color: black !important;
  display: inline-block;
  height: 21px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 21px;
}
label[id^="l_upload_barcode"] {
  display: inline;
  line-height: 1.1;
}
.second_row {
  float: right;
}
#checkboxes-div {
  padding-top: 15px;
}

.accordion-panel {
  margin: 1px;
}
.accordion-panel .panel-caption {
  background: #eee;
  border: 1px solid white;
  border-radius: 3px;
  margin: 1px 0;
  padding: 0 5px;
  position: relative;
}
.accordion-panel .panel-caption .chevron {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: 15px;
}
.accordion-panel .panel-caption.active .chevron {
  transform: rotate(-90deg);
  top: 2px;
  left: 15px;
}
#content .accordion-panel .panel-caption p {
  margin: 0;
}
.accordion-panel .panel-caption a {
  color: black;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
}
.accordion-panel .panel-caption a:hover {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
.accordion-panel .panel-caption.active {
  background: #fff;
  border: 1px solid #aaa;
}
.accordion-panel .panel-body {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 20px 20px 20px 35px;
  transition: 0s;
  width: auto;
}
.accordion-panel .panel-body p {
  margin: 0 0 15px 0;
}

#footer {
  clear: both;
  color: #b6b9b9;
  font-size: 11px;
}
#footer a {
  color: black;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .block1 {
  border-top: 2px solid #939393;
  margin: 0 auto;
  max-width: 1140px;
  padding: 25px 15px 50px 15px;
}
#footer .block1 ul {
  overflow: hidden;
}
#footer .block1 li {
  float: left;
  margin: 0 15px 0 0;
}
#footer .block1 li.last {
  float: right;
  margin: 0;
}
#footer .block2 {
  background: #2c2e31;
  color: #aaa;
  padding: 40px 25px;
  text-align: right;
}

#main.ty #printArea,
#main.ty #printArea + p,
#main.ty #header_text .block3 a {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 24px;
  line-height: 1.5;
  padding: 100px 0;
  text-align: center;
}

#r_subscribe + div {
  display: none;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #333;
  font-size: 15px;
  padding: 20px 10px 30px 10px;
  text-align: left;
  width: 1140px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#r_subscribe + div ul {
  counter-reset: item;
  list-style-type: decimal;
  margin: 0 0 15px 15px;
}
#r_subscribe + div a {
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 30px;
}
#r_terms_conditions,
#r_subscribe {
  position: relative;
  line-height: 18px;
  padding: 0 0 0 23px;
}
#r_terms_conditions {
  margin: 15px 0 30px 0;
}
#r_terms_conditions input,
#r_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}

#r_subscribe + div p {
  font-size: 25px;
  margin: 0 100px 50px 100px;
  text-align: center;
}
#r_subscribe + div li {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 1.2;
  padding: 110px 10px 0 45px;
  width: 33.3%;
  position: relative;
}
#info_text .block1 p {
  text-align: left;
}
#info_text .block1 strong {
  background: var(--primary-red);
  border-radius: 15px;
  color: #fff;
  float: left;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 32px;
  position: relative;
  top: -2px;
}
#r_subscribe + div li:nth-child(1) {
  background: url(../images/icon1.gif) top center no-repeat;
}
#r_subscribe + div li:nth-child(2) {
  background: url(../images/icon2.gif) top center no-repeat;
}
#r_subscribe + div li:nth-child(3) {
  background: url(../images/icon3.gif) top center no-repeat;
}
#r_subscribe + div li:nth-child(4) {
  background: url(../images/icon4.gif) top center no-repeat;
}
#r_subscribe + div li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  color: #fff;
  background: #c00;
  width: 32px;
  text-align: center;
  display: block;
  float: left;
  line-height: 32px;
  margin: 0 10px 0 0;
  border-radius: 15px;
  font-size: 20px;
  position: absolute;
  top: 110px;
  left: 0;
}

.p314 .appl_alert,
.p348 .appl_alert {
  margin: 50px auto 100px auto;
  max-width: 1140px;
  text-align: center;
}
.p314 .appl_alert h1,
.p348 .appl_alert h1 {
  font-size: 18px;
}

@media (max-width: 1140px) {
  #header_text .block1,
  #form_holder,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text h1 {
    font-size: 125px;
    margin-left: -155px;
  }
  #header_text h1 .line2 {
    margin-left: 25px;
  }
  #header_text h2 {
    font-size: 30px;
  }
  #header_text h2 strong {
    font-size: 40px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #r_subscribe + div {
    width: 100%;
  }
  #r_subscribe + div li {
    width: 100%;
  }
}
@media (max-width: 999px) {
  #header_text .block21 {
    width: 45%;
  }
  #header_text .block22 {
    width: 55%;
  }
  #header_text h1 {
    margin-left: -105px;
  }
  #header_text h2 {
    font-size: 24px;
  }
  #header_text h2 strong {
    font-size: 30px;
  }
  #header_text .block3 {
    padding: 40px 1rem 10px 1rem;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #header_text .block3 .logo {
    width: auto;
  }
  #header_text .block3 a {
    font-size: 1rem;
  }
}
@media (max-width: 799px) {
  #header_text h1 {
    font-size: 80px;
    margin-left: -80px;
  }
  #header_text h1 .line2 {
    margin-left: 20px;
  }
  #header_text h2 {
    font-size: 20px;
  }
  #header_text h2 strong {
    font-size: 24px;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell,
  #r_purchase_upload_file label,
  #r_purchase_upload_file .fileinputs {
    float: none;
    width: 100%;
  }
  .dynamic_info_logo {
    right: 0;
  }
  div[id^="r_upload_barcode"] .coll1_field_sub_group_btm {
    width: calc(100% - 30px);
  }
}
@media (max-width: 599px) {
  #header_text .block21 {
    width: 50%;
  }
  #header_text .block22 {
    width: 50%;
  }
  #header_text h1 {
    margin-left: -65px;
    margin-bottom: 20px;
  }
  #header_text h1 .line2 {
    margin-left: 15px;
  }
  #header_text h2 {
    font-size: 14px;
  }
  #header_text h2 strong {
    font-size: 24px;
  }
  #header_text .block3 {
    gap: 2rem;
  }
  #footer .block1 li {
    float: none;
    margin: 10px 0;
  }
}
@media (max-width: 599px) {
  #header_text h1 {
    margin-left: -55px;
  }
  #header_text h2 {
    margin-left: 15px;
  }
  #content a {
    word-break: break-word;
  }
}
