* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "Metric-Black";
  src: url("../../assets/fonts/Metric/v1/Metric-Black.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Black.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Black.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "Metric-Bold";
  src: url("../../assets/fonts/Metric/v1/Metric-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Bold.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Bold.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "Metric-Light";
  src: url("../../assets/fonts/Metric/v1/Metric-Light.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Light.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Light.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "Metric-Medium";
  src: url("../../assets/fonts/Metric/v1/Metric-Medium.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Medium.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Medium.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "Metric-Regular";
  src: url("../../assets/fonts/Metric/v1/Metric-Regular.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Regular.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Regular.otf") format("otf");
  font-weight: normal;
}

:root {
  --primary-black: #040404;
  --secondary-red: #c80028;
  --tertiary-red: #97021e;
}

body {
  background: #620b1f;
  color: #ffffff;
  font-family: "Metric-Regular", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

a {
  color: var(--secondary-red);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main {
  max-width: 100%;
}

label {
  padding: 1% 0;
}

#header_text .block1 {
  background: #040404;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  text-align: right;
}
#header_text .block1 a {
  color: white;
  font-weight: normal;
}
#header_text .block2 {
  background: rgb(22, 28, 28);
  background: linear-gradient(
    179deg,
    #474749 -394.61%,
    #111717 99.37%,
    #161c1c 99.42%
  );
  font-size: 21px;
  font-weight: bold;
  padding: 25px 0;
}
#header_text .block2:after {
  content: "";
  clear: both;
  height: 1px;
  width: 1px;
}
#header_text .block2 .block0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 100%;
  width: 1440px;
}
.p413 #header_text .block2 .block0,
.p413 #main > form,
.p413 #main > h1 {
  width: 100%;
  max-width: 1440px;
}
#header_text .block2 p.logo {
  margin-right: 100px;
}
#header_text .toggle {
  display: none;
}
#header_text .block2 ul {
  display: flex;
  list-style: none;
  font-weight: normal;
  font-size: 20px;
}
#header_text .block2 li {
  margin-right: 50px;
}
#header_text .block2 li a {
  color: #c3c4c7;
}
#header_text .block3 {
  background: #040404;
  text-align: right;
  position: relative;
}
#header_text .block3 > br {
  display: none;
}
#header_text .block3 .block0 {
  margin: 0 auto;
  max-width: 1200px;
}
#header_text .block3 h1 {
  background: #040404;
  color: white;
  font-size: 66px;
  font-weight: bold;
  max-width: 500px;
  padding: 100px 50px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 150px;
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 1440px;
}
#promo_content,
.land-main #content .block1 {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
#promo_content.info_text_left #form_holder,
.info_text_left #info_text_holder,
.info_text_right #info_text_holder,
.info_text_left #form_holder,
.info_text_right #form_holder {
  width: 100%;
  margin: 0 auto;
}
#info_text_holder #info_text {
  padding: 0;
}
#main.ty #info_text_holder #info_text {
  width: 50%;
  margin: 0 auto;
}
#promo_content.info_text_left #info_text_holder {
  display: flex;
  align-items: start;
  align-self: start;
}
#form_holder,
#info_text_holder {
  padding: 0;
  background: transparent;
}

#form_titles {
  margin: 0 0 30px 0; /* padding-left: 40px; */
}
#form_titles h1 {
  font-size: 62px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1rem;
  color: #ffffff;
}
#form_titles p {
  color: #ffffff;
  opacity: 0.85;
  font-weight: 300;
  line-height: 1.25;
  font-size: 20px;
}
#form_titles .block3 ul {
  overflow: hidden;
  padding: 30px 0;
  padding-bottom: 0;
}

#form_titles .block3 li {
  /* border-bottom: 4px solid #272C2C; */
  font-family: "Metric-Medium", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  clear: none;
  color: #898a8b;
  float: left;
  font-size: 16px;
  list-style: none;
  padding-bottom: 10px;
  width: 33.33%;
}
#form_titles .block3 li::after {
  height: 5px;
  width: 90%;
  background-color: #272c2c;
  border-radius: 100px;
  margin: 0 auto;
  content: " ";
  display: block;
  cursor: pointer;
}

#form_titles .block3 li:nth-child(1),
.stage2 #form_titles .block3 li:nth-child(2),
.stage3 #form_titles .block3 li:nth-child(3),
#form_titles > div > div > div > ul > li:nth-child(2) {
  color: white;
}
#form_titles .block3 li:nth-child(1)::after,
.stage2 #form_titles .block3 li:nth-child(2)::after,
.stage3 #form_titles > div > div > div > ul > li:nth-child(2)::after,
.stage3 #form_titles .block3 li:nth-child(3)::after {
  background-color: #d9d9d9;
}
#info_text .mob_banner {
  display: none;
}
.info_text_left #form_holder {
  margin: 0;
}

#content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}
#content h1 {
  font-size: 24px;
  font-weight: bold;
}
#content ol {
  list-style: numeric inside;
}
#content li,
#content p {
  margin: 0 0 15px 0;
}
#content table {
  width: 100%;
}
#content td {
  border: 1px solid #cfcfcf;
  padding: 10px;
}
#content td p {
  margin: 0;
}

.field-row {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.field-row .table-cell {
  clear: none;
  float: none;
  width: calc(100% - 30px);
  order: 1;
}
.field-row .table-cell.coll1,
.field-row .table-cell.coll1_field_sub_group_btm {
  order: 2;
  width: 16px;
  align-self: flex-start;
  display: flex;
}
.field-row .table-cell.coll1 span,
.field-row .table-cell.coll1_field_sub_group_btm span {
  padding: 0 0 0 4px;
}
.plc_holder_parent label {
  display: none;
  opacity: 0;
  font-size: 13px;
  font-weight: bold;
  color: white;
  transition: all 0.2s;
  pointer-events: none;
}
.field-row .table-cell.coll1,
.table-cell.coll1_field_sub_group_btm {
  clear: none;
  padding: 0;
}
.table-cell a {
  text-decoration: underline;
}
.table-cell a:hover {
  text-decoration: none;
}
.second_row {
  float: right;
}

.table-cell input[type="text"],
.table-cell select {
  font-size: 15px;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-family: "Metric-Regular", Arial, sans-serif;
  padding: 10px 5px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
}
.table-cell select option {
  color: black;
}
:focus {
  outline: none;
  border: none;
}
.plc_holder,
.table-cell input[type="text"]::placeholder,
.table-cell input[type="text"]::-webkit-input-placeholder,
.table-cell input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

input::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 1; /* For Firefox */
}

/* For older Safari/Chrome */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}

/* For older Firefox */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#submit-div {
  padding: 50px 0;
  text-align: left;
}
.SubmitButt {
  background: var(--secondary-red);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-size: 23px;
  padding: 10px 150px;
  transition: background-color 0.3s;
}
.SubmitButt:hover {
  background: var(--tertiary-red);
}

.required {
  color: #ffffff;
}
#progress_detailed {
  display: none;
}
div.required span {
  color: var(--secondary-red);
}
.accordion-content {
  padding-left: 45px;
}
#a_l_txt_title,
#a_l_txt_purchased_products_number,
#i_l_txt_payment_method,
#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut,
#a_l_txt_payment_method {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
.accordion-toggle {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding-left: 0;
}
.accordion-toggle.active:after,
.accordion-toggle:before {
  background: transparent url("../images/accordion-drow-collapse.svg") no-repeat
    center center;
  width: 32px;
  height: 32px;
  border: 0;
  order: 1;
  top: 0;
  position: relative;
}
.accordion-toggle .table-cell {
  order: 2;
}
.accordion-toggle:before {
  background: transparent url("../images/accordion-drow-expand.svg") no-repeat
    center center;
}
#i_l_txt_payment_method .required {
  display: none;
}
#country_promotion {
  display: inline-block;
  padding: 10px 0;
  color: white;
}
#r_payment_method .table-cell {
  float: none;
  width: 100%;
}
#r_payment_method .cbox_list {
  float: left;
  width: 50%;
  color: rgba(255, 255, 255, 0.8);
}
#promo_content a.popup {
  background: var(--primary-black) !important;
  border-radius: 50%;
  color: white !important;
  display: inline-block;
  height: 23px;
  width: 21px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  padding: 0.2rem 0.45rem;
  width: auto;
}
#bank_benficiary_u_info,
#bank_beneficiary_rev_u_info,
div[id^="date_purchase"] {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
div[id^="r_date_purchase"] .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: auto !important;
  bottom: 31px !important;
  right: 7px;
}
.field-row .inputfile.inputfile__btn + label {
  background: var(--secondary-red) !important;
  width: calc(100% - 30px);
  transition: background-color 0.3s;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background: var(--tertiary-red) !important;
}
#add_another_product,
#remove_last_product {
  background: #7e858b;
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-family: "Metric-Regular", Arial, sans-serif;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
}
label[id^="l_purchase_upload_file"] {
  font-size: 15px;
}
div[id^="serial_number"] {
  display: inline-block;
  font-size: 15px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.8);
}
div[id^="serial_number"] a {
  display: inline-block;
  margin-bottom: 5px;
}
#add_another_product {
  margin: 0 0 5px 0;
}
#add_another_product.disabled,
#remove_last_product.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover {
  background: #a4a8ab;
}
.tc-box .tc-box-textarea {
  border: 1px solid #a4a8ab;
}
#l_right_txt_terms_conditions {
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.8);
}
#r_purchase_upload_file1 > div:nth-child(2) > span.dynamic_info_logo.selected {
  top: 40px;
}
[id^="r_purchase_upload_file"] {
  display: grid;
}
[id^="r_purchase_upload_file"].field-row .table-cell.coll1_field_sub_group_btm {
  order: 1;
  width: 100%;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
}
[id^="r_purchase_upload_file"] .table-cell {
  float: none;
  padding: 5px 0;
  width: 100%;
}
#r_date_purchase1
  > div.table-cell.plc_holder_parent
  > span.dynamic_info_logo.selected {
  right: 39px;
}
.ui-datepicker-trigger {
  background: url(../images/calendar.png) center center no-repeat;
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  width: 33px;
  position: absolute;
  top: 4px;
  right: 1px;
}
#r_bank_details_international .no_label {
  width: 100%;
}

#r_store_name_crm_select1 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase1 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion1 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions1 > div.table-cell.coll1_field_sub_group_btm {
  clear: none;
  float: right;
  padding: 0 0 0 5px;
  width: 30px;
}

#r_store_name_crm_select1 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase1 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion1 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions1 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select2 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase2 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion2 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions2 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select3 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase3 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion3 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions3 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select4 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase4 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion4 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions4 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select5 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase5 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion5 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions5 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select6 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase6 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion6 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions6 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select7 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase7 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion7 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions7 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select8 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase8 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion8 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions8 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select9 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase9 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion9 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions9 > div.table-cell.coll1_field_sub_group_btm,
#r_store_name_crm_select10 > div.table-cell.coll1_field_sub_group_btm,
#r_date_purchase10 > div.table-cell.coll1_field_sub_group_btm,
#r_products_promotion10 > div.table-cell.coll1_field_sub_group_btm,
#r_series_promotions10 > div.table-cell.coll1_field_sub_group_btm {
  clear: none;
  float: right;
  padding: 0 0 0 5px;
  width: 30px;
}
#r_bank_revolut .no_label,
.first_row.step3 .no_label {
  width: 100%;
}
#r_add_another_product .no_label {
  display: none;
}

#footer {
  background: var(--primary-black);
  color: white;
  padding: 30px 0;
  font-size: 18px;
  margin-top: -1rem;
}
#footer .block0 {
  margin: 0 auto;
  max-width: 100%;
  width: 1440px;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .block1 {
  margin: 0 0 30px 0;
}
#footer .block2 {
  overflow: hidden;
}
#footer .block21 {
  float: left;
  line-height: 1.1;
}
#footer .block22 {
  float: right;
}
#footer .block22 ul {
  list-style: none;
}
#footer .block22 li {
  display: inline-block;
  margin-left: 30px;
}

#main.ty #form_titles,
#main.ty #form_titles .button1,
#main.ty #printArea,
#main.ty #printLink {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 20px;
  line-height: 1.5;
  padding: 0;
}
#main.ty #promo_content {
  min-height: calc(100vh - 330px);
}
#main.ty #form_wrapper h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
#main.ty #promo_content {
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-position: right center;
  display: flex;
  flex-flow: column;
  width: 1440px;
  max-width: 100%;
  text-align: center;
  justify-content: center;
  gap: 3rem;
}
#main.ty #promo_content.info_text_left #info_text_holder {
  justify-content: center;
}

.land-main #header_text .block3 {
  display: none;
}
.land-main #content {
  max-width: 100%;
  padding: 0;
  background-size: cover;
  background-position: right top;
  height: auto;
  width: 100%;
}
#promo_content,
.land-main #content .block1,
.land-main #content .block2 {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
}
.land-main #content .block2 {
  padding: 0 40px;
  padding-top: 100px;
}
.land-main #section06 .block2 {
  padding: 0;
}
#promo_content,
.land-main #content .block1 {
  display: grid;
  grid-template-columns: 600px 1fr;
  align-items: center;
  position: relative;
  gap: 6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#promo_content {
  align-items: start;
}
.land-main #content .block3 {
  width: 600px;
  max-width: 100%;
}
.land-main #content .block11 img {
  width: 34%;
  display: none;
}
.land-main #content .block12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.land-main #content .block12 h1 {
  font-size: 80px;
  font-weight: normal;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-family: "Metric-Light", Arial, sans-serif;
  color: white;
}
.land-main #content .block12 h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  max-width: 75%;
}
.land-main #content .block12 a {
  background: var(--secondary-red);
  border-radius: 0;
  color: white;
  display: inline-block;
  max-width: 75%;
  padding: 15px;
  text-align: center;
  width: 50%;
  transition: background-color 0.3s;
}
.land-main #content .block12 a:hover {
  background: black;
  text-decoration: none;
}
.land-main #content .block2 {
  display: flex;
  justify-content: center;
}
.land-main #content .block21 {
  display: flex;
  align-items: center;
  font-size: 53px;
  font-weight: bold;
  padding: 50px 15px;
  width: 34%;
}
.land-main #content .block22 {
  font-size: 20px;
  width: 100%;
  padding: 4rem 0;
}
.land-main #content .steps {
  overflow: hidden;
  display: flex;
  gap: 4rem;
}
.land-main #content .step {
  padding: 0;
  width: 33.3%;
  text-align: center;
}
.land-main #content .step p.step_title {
  font-size: 29px;
  font-family: "Metric", Arial, sans-serif;
  position: relative;
  color: #ffffff;
}
.land-main #content .step p.step_title::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  margin: 0 auto;
  content: " ";
  display: block;
  cursor: pointer;
}
#content > div.block2 > div > div > div:nth-child(1) > p:nth-child(2),
#content > div.block2 > div > div > div:nth-child(2) > p:nth-child(2),
#content > div.block2 > div > div > div:nth-child(3) > p:nth-child(2) {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
#section06 {
  background: #303030;
  color: rgba(255, 255, 255, 0.5);
}
.land-main #content .step p:last-child {
  margin: 3rem 0;
  color: rgba(255, 255, 255, 0.75);
}
.land-main #content .step a {
  color: white;
  text-decoration: underline;
}
.land-main #content .step a:hover {
  text-decoration: none;
}
.land-main #content .block22 > p {
  font-size: 13px;
}
.land-main #content .block11,
.land-main #content .block21 {
  width: 60%;
}

#alertBox p {
  color: black;
}
.dynamic_info_logo {
  right: 50px;
  top: 11px;
}

#r_terms_conditions_box {
  width: calc(100% - 30px);
}

#submit-div > input.next_step,
.SubmitButt {
  background: var(--secondary-red);
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  max-width: 550px;
  text-align: center;
  border: 0px;
  transition: background-color 0.3s;
  display: inline-block;
  font-family: "Metric-Light", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  padding: 0.75rem 3rem;
}
#submit-div > input.next_step {
  display: none;
}

#submit-div > input.prev_step {
  background: #7e858b;
  display: inline-block;
  border-radius: 5px;
  border: 0px;
  color: white;
  cursor: pointer;
  display: inline-block;
  max-width: 550px;
  padding: 15px;
  text-align: center;
  width: 49%;
  transition: background-color 0.3s;
  font-family: "Metric-Light", Arial, sans-serif;
  font-size: 16px;
  display: none;
}
#submit-div,
#submit-div #r_button_subscribe {
  width: 100%;
}

#r_button_subscribe {
  display: inline-block;
}
.stage3 #button_subscribe {
  background: var(--secondary-red);
  border-radius: 5px;
  color: white;
  display: inline-block;
  max-width: 550px;
  padding: 15px;
  text-align: center;
  width: 100%;
  border: 0px;
  transition: background-color 0.3s;
  display: inline-block;
  font-family: "Metric-Light", Arial, sans-serif;
  font-size: 16px;
}

#submit-div {
  padding: 30px 0;
  padding-right: 30px;
}

.stage3 #r_button_subscribe {
  width: 49%;
}

/* ----HOW IT WORKS LP SCROLL------ */
a.gotosteps {
  background: #7e858b !important;
}
a.gotosteps:hover {
  background: var(--primary-black) !important;
}

/* a.gotosteps { background: none!important;
                border-radius: 0;
                color: white;
                display: inline-block;
                max-width: 75%;
                padding: 15px;
                text-align: center;
                text-decoration: underline;
                width: 100%;
                transition: background-color 0.3s;
            position: relative; } */

/* a.gotosteps::after { content: '';
                background: url(../images/scroll.svg) center center no-repeat;
    cursor: pointer;
    height: 84px;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    width: 84px;
    position: absolute;
    top: 11px;
    right: 40%;} */

.p413 input[type="text"] {
  padding: 10px;
  width: 100%;
}
.p413 .clear {
  display: none;
}
.p413 #l_promotion_submission_id {
  display: inline-block;
  padding: 10px 0;
}
.p413 .form-field.submit {
  text-align: center;
}
.p413 #button_ajax,
.p413 #btn_new_search {
  background: var(--secondary-red);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-size: 18px;
  padding: 18px 50px;
  transition: background-color 0.3s;
}
.p413 #button_ajax:hover,
.p413 #btn_new_search {
  background: var(--tertiary-red);
}
.p413 .table-body .table-cell.id {
  background: var(--secondary-red);
}
.p413 #footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.p413 #main > h1,
.p413 #main > form {
  padding: 1rem;
}

#bank_benficiary_individual_u_info,
#revolut_tag_u_info,
#bank_benficiary_rev_individual_u_info {
  display: inline-block;
  font-size: 13px;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.8);
}
.ui-datepicker td a {
  padding: 2px 0;
}
.ui-datepicker .ui-datepicker-title select,
.ui-widget button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-datepicker th {
  font-size: 12px;
}
.ui-datepicker {
  width: 250px;
}
.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: rgba(255, 255, 255, 0.75);
  border-left: 2px solid #c80028 !important;
}
.p111 .type2 {
  margin-top: 30px;
  font-size: 2rem;
}

/* ---- SHORT OTS---- */

.check-status {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 0 auto 30px auto;
  width: 100%;
}
.check-status h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-bottom: 0.75rem;
}
body.p413 {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.p413 #main {
  flex: 1;
  width: 100%;
}
.p413 #main #footer {
  grid-row: 3;
}
.p413 #main > h1,
.p413 #main > form {
  width: 100%;
}
.p413 #main > h1 {
  padding-top: 3rem;
}
.p413 #main > h1 {
  text-align: center;
}

.check-status .form-field.submit,
.check-status .foot {
  text-align: center;
}
.check-status #button_ajax,
#btn_new_search {
  background: #c80028;
  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;
}

@media (max-width: 1800px) {
  #header_text .block3 h1 {
    padding: 100px 30px;
    left: 30px;
  }
  .land-main #content .block22 {
    width: 100%;
  }
  .land-main #content .block12 h1 {
    font-size: 60px;
  }
  .land-main #content .block12 h2 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
  }
  /* .land-main #content .block12, .land-main #content .block21, .land-main #content .block22 { padding: 30px; } */
  .land-main #content {
    background: transparent;
    background-size: cover;
    background-position: right top;
    width: 100%;
  }
  #promo_content,
  .land-main #content .block1 {
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }
  #header_text .block2 .block0,
  .land-main #content .block22,
  #footer .block0 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1200px) {
  .land-main #content .block1 {
    grid-template-columns: 480px 1fr;
    gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .land-main #content .block12 h1 {
    font-size: 48px;
  }
  #promo_content {
    grid-template-columns: auto;
    padding-top: 0;
    gap: 4rem;
    padding-bottom: 0;
  }
  #promo_content.info_text_left #info_text_holder {
    width: 50%;
    margin: 0 auto;
    padding: 4rem 0 0 0;
  }
  #form_intro {
    padding-bottom: 1rem;
  }
  #extend_content #content {
    padding: 2rem 1rem;
  }
  #main.ty #info_text_holder #info_text {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  #form_titles h1 {
    font-size: 52px;
  }
  #promo_content.info_text_left #form_holder {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #promo_content {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  #info_text .mob_banner {
    display: block;
    width: 100%;
  }
  #form_titles .block3 ul {
    width: 100%;
  }
  #promo_content.info_text_left #form_holder {
    padding-right: 20px;
    padding-left: 20px;
  }
  .stage3 #r_button_subscribe {
    width: 49%;
  }
  input.next_step,
  .SubmitButt,
  #submit-div > input.prev_step {
    width: 50%;
  }

  #main.ty #form_wrapper {
    font-size: 20px;
    line-height: 1.25;
    margin: 0 auto;
  }

  #main.ty #promo_content {
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    background-position: top center;
    height: 900px;
    width: 100%;
  }
  .p413 #main {
    padding-bottom: 100px;
  }
  .p413 #main > form {
    height: auto;
  }
  .p413 #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@media (max-width: 999px) {
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    padding: 0;
    width: 100%;
  }
  #header_text .block2 .block0 {
    display: flex;
  }
  #header_text .block2 .block0 p {
    order: 2;
    margin-right: 0;
    padding-right: 10%;
    text-align: center;
    width: 90%;
  }
  #header_text .block2 .block0 .nav {
    order: 1;
    margin-right: 30px;
    width: 10%;
    position: relative;
  }
  #header_text .block2 .block0 .toggle {
    background: url(../images/hamburger.png) center center no-repeat;
    display: inline-block;
    height: 25px;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    width: 33px;
  }
  #header_text .block2 .block0 ul {
    display: none;
    background: var(--primary-black);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    padding: 10px;
    text-align: center;
    width: 250px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
  }
  #header_text .block2 .block0 li {
    margin: 15px 0;
  }
  #header_text .block2 li:first-child {
    margin-right: 0;
  }
  #header_text .block3 {
    padding-bottom: 150px;
  }
  #header_text .block3 h1 {
    font-size: 60px;
    max-width: calc(100% - 60px);
    padding: 50px 25px;
    top: auto;
    bottom: 30px;
  }
  #footer .block21,
  #footer .block22 {
    float: none;
  }
  #footer .block22 li {
    display: block;
    margin: 10px 0;
  }
  .land-main #content .block11,
  .land-main #content .block21,
  .land-main #content .block12,
  .land-main #content .block22 {
    float: none;
    width: 100%;
  }
  .land-main #content .step {
    text-align: left;
    color: #ffffff;
  }
  .land-main #content .block12 h2 {
    max-width: 100%;
  }
  /* .land-main #content .block11 { display: block; } */
  .land-main #content .block1 img {
    display: block;
  }
  .land-main #content {
    height: auto;
  }
  .land-main #content .block11 img {
    width: 100%;
  }
  .land-main #content .block12 {
    display: block;
    top: 200px;
    position: static;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .land-main #content .step {
    float: none;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  .land-main #content .block12 a {
    max-width: 100%;
  }
  #content > div.block1 > div.block12 > p:nth-child(4) {
    display: none;
  }

  .p413 #main > h1 {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 860px) {
  .land-main #content .block1 {
    grid-template-columns: auto;
    justify-items: center;
    text-align: center;
  }
  .land-main #content .block3 {
    width: 100%;
  }
  .land-main #content .block12 {
    padding-top: 0;
  }
  .land-main #content .block12 h2 {
    width: 80%;
    margin: 0 auto 2rem auto;
  }
  .land-main #content .steps {
    flex-flow: column;
    gap: 0;
  }
  .land-main #content .step {
    padding: 0;
  }
  .land-main #content .block22 > p {
    text-align: center;
  }
}

@media (max-width: 799px) {
  #header_text .block3 h1 {
    font-size: 36px;
    padding: 25px;
    top: auto;
    bottom: 30px;
  }
  #header_text .block3 {
    padding-bottom: 100px;
  }
  #promo_content.info_text_left #info_text_holder {
    width: 75%;
  }
  #form_titles .block3 li,
  #form_titles .block3 li:nth-child(3) {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
  }
  #form_titles .block3 li::after {
    width: 100%;
  }
  .dynamic_info_logo {
    right: 40px;
  }

  #main.ty #form_wrapper {
    font-size: 20px;
    line-height: 1.25;
    width: 80%;
    margin: 0 auto;
  }

  /* ----SHORT OTS---- */

  .p413 .check-status .label-field,
  .p413 .check-status .input-field {
    float: none;
    display: block;
    width: 100%;
  }

  #content .hero .mob_banner_LP {
    display: block;
  }
  #content .hero .texts {
    display: none;
  }
  #content .hero {
    height: 100%;
    background: #252c2b;
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  #promo_content.info_text_left #info_text_holder {
    width: 100%;
    padding: 3rem 0 0 0;
  }
  #info_text_holder #info_text {
    padding: 0 1rem;
  }
  .land-main #content .block12 h2 {
    width: 100%;
  }
  .stage3 #r_button_subscribe {
    width: 100%;
    margin: 4px 0;
    padding-right: 0;
  }
  input.next_step,
  .SubmitButt,
  #submit-div > input.prev_step,
  #submit-div > input.next_step {
    width: 100%;
    margin: 4px 0;
    padding-right: 0;
  }
  #submit-div {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  #header_text .block1,
  #header_text .block2,
  #content,
  #footer,
  #form_holder {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text .block3 h1 {
    left: 15px;
    max-width: calc(100% - 30px);
  }
  #header_text .block1 {
    font-size: 16px;
  }
  #content a {
    word-break: break-word;
  }
  #content table {
    width: 100%;
    font-size: 14px;
  }
}
