*,
*: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;
}

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: #b6b9b9;
  font-size: 11px;
  padding: 40px 25px;
  text-align: right;
}
#header_text .block2 {
  color: black;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
}
#header_text .block3 {
  color: black;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  justify-content: center;
}
#header_text .block21 {
  width: 50%;
  position: relative;
  z-index: 2;
  margin-right: 50px;
}
#header_text .block21 img {
  display: block;
}
#header_text .block22 {
  width: 50%;
}
#header_text h1 {
  font-family: "Tungsten", Arial, sans-serif;
  font-size: 168px;
  font-weight: bold;
  line-height: 0.85;
  margin-left: 5%;
  text-transform: uppercase;
  position: relative;
}
[lang="ro"] #header_text h1 {
  font-size: 100px;
}
[lang="mk"] #header_text h1 {
  font-size: 80px;
}
[lang="sr"] #header_text h1,
[lang="hr"] #header_text h1,
[lang="sl"] #header_text h1 {
  font-size: 120px;
}
[lang="bg"] #header_text h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100px;
}
#header_text h1 em {
  font-family: "TungstenReveal", Arial, sans-serif;
  font-weight: normal;
}
[lang="bg"] #header_text h1 em {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#header_text h1::before {
  background: var(--primary-red);
  border-radius: 4px;
  content: "";
  display: block;
  /* height: calc(100% + 30px); */
  height: 110%;
  width: 4px;
  position: absolute;
  top: -11px;
  left: 27px;
  transform: rotate(-15deg);
}
[lang="sr"] #header_text h1::before {
  left: 17px;
}
[lang="ro"] #header_text h1::before {
  left: 15px;
}
[lang="sl"] #header_text h1::before,
[lang="hr"] #header_text h1::before {
  left: 20px;
}
[lang="mk"] #header_text h1::before,
[lang="bg"] #header_text h1::before {
  display: none;
}
#header_text h1 .line2 {
  display: block;
  margin-left: 35px;
}
[lang="hr"] #header_text h1 .line2,
[lang="sl"] #header_text h1 .line2 {
  display: block;
  margin-left: 30px;
}
[lang="ro"] #header_text h1 .line2 {
  display: block;
  margin-left: 25px;
}
#header_text h1 .line3 {
  display: block;
  margin-left: 64px;
}
#header_text h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 15px -30px;
  text-transform: uppercase;
}
#header_text h2 em {
  color: #c8102e;
}
#header_text h2 .line2 {
  display: block;
  margin-left: 8px;
}
#header_text h2 .line3 {
  display: block;
  margin-left: 16px;
}
#header_text p {
  font-size: 20px;
  margin: 0;
}
#header_text p .line2 {
  display: block;
  margin-left: 5px;
}
#header_text p.subtext .line2 {
  display: block;
  margin-left: 15px;
  font-size: 14px;
  margin-top: 15px;
}
#header_text p .line3 {
  display: block;
  margin-left: 10px;
}
#header_text p .line4 {
  display: block;
  margin-left: 15px;
}
#header_text p .line5 {
  display: block;
  margin-left: 20px;
}
#header_text p a {
  color: white;
  text-decoration: underline;
}
#header_text p a:hover {
  text-decoration: none;
}

#header_text .block3 p.logo {
  width: 30%;
  margin-right: 20px;
  order: 1;
  text-align: center;
}
#header_text .block3 p.subtext {
  width: 50%;
  order: 2;
  line-height: 1.2;
}

#header_text .block4 {
  padding: 0 0 30px 0;
  text-align: center;
}
#header_text .block4 a {
  background: var(--primary-red);
  border-radius: 30px;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
#header_text .block4 a:hover {
  background: var(--primary-blue);
}

#content {
  margin: 0 auto;
  max-width: 1440px;
  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 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;
  max-width: 800px;
  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-red);
  border: 0;
  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: 20px 1%;
}

.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_purchased_products_number,
#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut,
#a_l_txt_new_productgroup_all1 {
  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,
div[id^="serial_number"],
div[id^="date_purchase"],
div[id^="purchase_upload_file"],
#bank_account_u_info,
#bank_code_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: 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;
}

.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;
}

#progress_detailed {
  display: none;
}
#promo_content .block3 {
  margin: 0 auto;
  max-width: 1200px;
}
#promo_content .block3 ul {
  overflow: hidden;
  padding: 30px 0;
}
#promo_content .block3 li {
  border-top: 4px solid #ddd;
  clear: none;
  color: #6c757d;
  float: left;
  font-size: 15px;
  list-style: none;
  padding-top: 10px;
  text-transform: uppercase;
  width: 33.33%;
  text-align: center;
}
#promo_content .block3 li:nth-child(2) {
  text-align: center;
}
#promo_content .block3 li:nth-child(3) {
  text-align: center;
}
#promo_content .block3 li:nth-child(1),
.stage2 #promo_content .block3 li:nth-child(2),
.stage3 #promo_content .block3 li:nth-child(3) {
  border-color: #0071b8;
  color: #0071b8;
  font-weight: bold;
}
.stage3 #r_button_subscribe {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

.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) {
  border-color: #0071b8;
  color: #0071b8;
  font-weight: bold;
}

#main.ty #header_text .block4 {
  display: none;
}

#submit-div {
  padding: 30px 0;
  text-align: center;
}
.next_step,
.SubmitButt {
  background: #2e9597;
  border: 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 15px;
  text-align: center;
  width: 150px;
  transition: background-color 0.3s;
}
.next_step:hover,
.SubmitButt:hover {
  background-color: #228183;
}

.prev_step {
  background: #34454e;
  border: 0;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 15px;
  text-align: center;
  width: 150px;
  transition: background-color 0.3s;
}
.prev_step:hover {
  background: #27333a;
}

#footer {
  clear: both;
  color: #b6b9b9;
}
#footer a {
  color: #939393;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .canon_footer {
  background: #fcfcfc;
}
#footer .block1 {
  border-top: 1px solid #939393;
  padding: 25px;
  background: #fcfcfc;
  color: #939393;
  max-width: 1440px;
  margin: 0 auto;
}
#footer .block3 {
  padding: 20px 25px;
  background: #2c2e31;
  text-align: right;
}
#footer .block1 ul {
  overflow: hidden;
}
#footer .block1 li {
  float: left;
  margin: 0 15px 0 0;
}
#footer .block1 li.last {
  float: right;
}
#footer .block2 {
  background: #2c2e31;
  font-size: 11px;
  padding: 40px 25px;
  text-align: right;
}

#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;
}

/* HEBREW PAGE */

[lang="he"] #header_text h1 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 90px;
  font-weight: bold;
  line-height: 0.85;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
  width: 90%;
}
[lang="he"] #header_text h1::before {
  display: none;
}
[lang="he"] #header_text .block21 {
  width: 50%;
  position: relative;
  z-index: 2;
  margin-right: 0;
}

/* html[lang='he'] #r_subscribe input,
html[lang='ar'] #r_subscribe input,
html[lang='he'] #tc-box-checkbox input,
html[lang='ar'] #tc-box-checkbox input { left: auto; right: 0; } */

html[lang="he"] .dynamic_info_logo,
html[lang="ar"] .dynamic_info_logo {
  right: auto;
  left: 10px;
}
html[lang="he"][id^="r_date_"] .dynamic_info_logo {
  right: 35px;
  top: 8px;
}
html[lang="he"] [id^="r_date_"] .dynamic_info_logo,
html[lang="ar"] [id^="r_date_"] .dynamic_info_logo {
  right: auto;
  left: -35px;
}

html[lang="he"] #footer .block2 p,
html[lang="ar"] #footer .block2 p {
  float: right;
}
html[lang="he"] #footer .block2 ul,
html[lang="ar"] #footer .block2 ul {
  float: left;
}
html[lang="he"] #footer .block2 li,
html[lang="ar"] #footer .block2 li {
  margin-left: 0;
  margin-right: 15px;
}

html[lang="he"] .field-row .table-cell {
  float: left;
  clear: none !important;
  width: 70%;
}
html[lang="he"] .table-cell.coll1 {
  float: right;
  clear: none;
  width: 20%;
}
html[lang="he"] .ui-datepicker-trigger {
  left: 8px !important;
  right: unset;
}
html[lang="he"] #tc-box-checkbox input {
  float: none;
}
html[lang="he"] #r_subscribe input {
  float: none;
  position: relative;
  margin-right: 8px;
}

.p18 #main.ty #info_text_holder {
  display: none;
}

[lang="he"] .table-cell.coll1_field_sub_group_btm {
  float: right !important;
  width: 25% !important;
}
[lang="he"] #l_right_txt_subscribe {
  display: inline-block;
  float: left;
  line-height: 18px;
  width: 93%;
}

.p19 {
  background: #fcfcfc;
}
.p19 #header_text .block4 {
  display: none;
}
.p19 #content {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.p19 #header_text .block2,
.p19 #header_text .block3 {
  display: none;
}
.p19 a {
  word-break: break-all;
}

#r_answer_58861,
#r_answer_58869,
#r_answer_58875 {
  float: left;
  width: 50%;
}
#r_answer_58861 .table-cell,
#r_answer_58869 .table-cell,
#r_answer_58875 .table-cell {
  width: 100%;
}
#r_answer_58861 input,
#r_answer_58869 input,
#r_answer_58875 input {
  display: none;
}
#r_answer_58862,
#r_answer_58863,
#r_answer_58864,
#r_answer_58865,
#r_answer_58866,
#r_answer_58867,
#r_answer_58870,
#r_answer_58871,
#r_answer_58872,
#r_answer_58873,
#r_answer_58874,
#r_answer_58876,
#r_answer_58877,
#r_answer_58878,
#r_answer_58879,
#r_answer_58880,
#r_answer_58881 {
  clear: right;
  float: right;
  padding-left: 20px;
  position: relative;
  width: 50%;
}
#r_answer_58882,
#r_answer_58883 {
  float: right;
  width: 50%;
}
#r_answer_58862 .table-cell,
#r_answer_58863 .table-cell,
#r_answer_58864 .table-cell,
#r_answer_58865 .table-cell,
#r_answer_58866 .table-cell,
#r_answer_58867 .table-cell,
#r_answer_58870 .table-cell,
#r_answer_58871 .table-cell,
#r_answer_58872 .table-cell,
#r_answer_58873 .table-cell,
#r_answer_58874 .table-cell,
#r_answer_58876 .table-cell,
#r_answer_58877 .table-cell,
#r_answer_58878 .table-cell,
#r_answer_58879 .table-cell,
#r_answer_58880 .table-cell,
#r_answer_58881 .table-cell {
  width: 100%;
}
#r_answer_58862 label,
#r_answer_58863 label,
#r_answer_58864 label,
#r_answer_58865 label,
#r_answer_58866 label,
#r_answer_58867 label,
#r_answer_58870 label,
#r_answer_58871 label,
#r_answer_58872 label,
#r_answer_58873 label,
#r_answer_58874 label,
#r_answer_58876 label,
#r_answer_58877 label,
#r_answer_58878 label,
#r_answer_58879 label,
#r_answer_58880 label,
#r_answer_58881 label {
  padding: 0;
}
#r_answer_58862 input,
#r_answer_58863 input,
#r_answer_58864 input,
#r_answer_58865 input,
#r_answer_58866 input,
#r_answer_58867 input,
#r_answer_58870 input,
#r_answer_58871 input,
#r_answer_58872 input,
#r_answer_58873 input,
#r_answer_58874 input,
#r_answer_58876 input,
#r_answer_58877 input,
#r_answer_58878 input,
#r_answer_58879 input,
#r_answer_58880 input,
#r_answer_58881 input {
  margin: 0;
  position: absolute;
  top: 3px;
  left: 0;
}
#r_answer_58882,
#r_answer_58883 {
  display: none;
}
#r_answer_58874 {
  margin-bottom: 15px;
}

.land-main #header_text {
  display: none;
}
.land-main #content {
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.land-main #content .header .block1 {
  background: #2c2e31;
  color: #b6b9b9;
  font-size: 11px;
  padding: 40px 25px;
  text-align: right;
}
.land-main #content .header .block2 {
  color: black;
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: space-between;
}
.land-main #content .header .block3 {
  color: black;
  display: flex;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 0 30px 0;
  justify-content: center;
}
.land-main #content .header .block21 {
  width: 50%;
  position: relative;
  z-index: 2;
  margin-right: 50px;
}
.land-main #content .header .block21 img {
  display: block;
}
.land-main #content .header .block22 {
  width: 50%;
}
.land-main #content .header h1 {
  font-family: "Tungsten", Arial, sans-serif;
  font-size: 168px;
  font-weight: bold;
  line-height: 0.85;
  margin-left: 5%;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}
.land-main #content .header h1 em {
  font-family: "TungstenReveal", Arial, sans-serif;
  font-weight: normal;
}
.land-main #content .header h1::before {
  background: var(--primary-red);
  border-radius: 4px;
  content: "";
  display: block;
  /* height: calc(100% + 30px); */
  height: 110%;
  width: 4px;
  position: absolute;
  top: -11px;
  left: 27px;
  transform: rotate(-15deg);
}
.land-main #content .header h1 .line2 {
  display: block;
  margin-left: 35px;
}
.land-main #content .header h1 .line3 {
  display: block;
  margin-left: 64px;
}
.land-main #content .header h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 15px -30px;
  text-transform: uppercase;
}
.land-main #content .header h2 em {
  color: #c8102e;
}
.land-main #content .header h2 .line2 {
  display: block;
  margin-left: 8px;
}
.land-main #content .header h2 .line3 {
  display: block;
  margin-left: 16px;
}
.land-main #content .header p {
  font-size: 20px;
  margin: 0;
}
.land-main #content .header p .line2 {
  display: block;
  margin-left: 5px;
}
.land-main #content .header p.subtext .line2 {
  display: block;
  margin-left: 15px;
  font-size: 14px;
  margin-top: 15px;
}
.land-main #content .header p .line3 {
  display: block;
  margin-left: 10px;
}
.land-main #content .header p .line4 {
  display: block;
  margin-left: 15px;
}
.land-main #content .header p .line5 {
  display: block;
  margin-left: 20px;
}
.land-main #content .header p a {
  color: white;
  text-decoration: underline;
}
.land-main #content .header p a:hover {
  text-decoration: none;
}
.land-main #content .header .block3 {
  text-align: left;
}
.land-main #content .header .block3 p.logo {
  width: 30%;
  margin-right: 20px;
  text-align: center;
}
.land-main #content .header .block3 p.subtext {
  line-height: 1.2;
  width: 50%;
}
.land-main #content .header .block4 {
  padding: 0 0 30px 0;
  text-align: center;
}
.land-main #content .header .block4 a {
  background: var(--primary-red);
  border-radius: 30px;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.land-main #content .header .block4 a:hover {
  background: var(--primary-blue);
}
.land-main #content .content2 {
  margin: 50px 0 100px 0;
}
.land-main #content .content2 a {
  background: var(--primary-red);
  border-radius: 30px;
  color: white;
  display: inline-block;
  margin: 10px;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.land-main #content .content2 a:hover {
  background: var(--primary-blue);
}
#r_purchased_products_number {
  display: none !important;
  align-items: center;
}

@media (max-width: 1600px) {
  #header_text h1,
  .land-main #content .header h1 {
    font-size: 100px;
    margin-left: 15%;
  }
  #header_text h1::before,
  .land-main #content .header h1::before {
    left: 15px;
  }
  #header_text h1 .line2,
  .land-main #content .header h1 .line2 {
    margin-left: 25px;
  }
  [lang="bg"] #header_text h1,
  .land-main #content .header h1 {
    font-size: 80px;
  }
  [lang="mk"] #header_text h1,
  [lang="mk"] .land-main #content .header h1 {
    font-size: 60px;
  }
  [lang="sr"] #header_text h1,
  .land-main #content .header h1 {
    margin-left: 5%;
  }
  [lang="hr"] #header_text h1::before,
  [lang="sl"] #header_text h1::before,
  [lang="hr"] .land-main #content .header h1::before,
  [lang="sl"] .land-main #content .header h1::before {
    left: 15px;
  }
  [lang="sr"] #header_text h1 .line2,
  [lang="hr"] #header_text h1 .line2,
  [lang="sl"] #header_text h1 .line2,
  [lang="sr"] .land-main #content .header h1 .line2,
  [lang="hr"] .land-main #content .header h1 .line2,
  [lang="el"] .land-main #content .header h1 .line2 {
    margin-left: 25px;
  }
}
@media (max-width: 1220px) {
  #header_text .block1,
  .land-main #content .header .block1,
  #form_holder,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text h1,
  .land-main #content .header h1 {
    font-size: 93px;
  }
  #header_text h1 .line2,
  .land-main #content .header h1 .line2 {
    margin-left: 24px;
  }
  [lang="ro"] #header_text h1,
  [lang="ro"] .land-main #content .header h1 {
    font-size: 80px;
  }
  [lang="bg"] #header_text h1,
  [lang="ro"] .land-main #content .header h1 {
    font-size: 60px;
  }
  [lang="mk"] #header_text h1,
  [lang="mk"] .land-main #content .header h1 {
    font-size: 44px;
  }
  #header_text h1:before,
  .land-main #content .header h1:before {
    height: calc(100% + 40px);
    top: -20px;
    left: 15px;
  }
  [lang="ro"] #header_text h1::before,
  [lang="ro"] .land-main #content .header h1::before {
    left: 10px;
  }
  [lang="ro"] #header_text h1:after,
  [lang="ro"] .land-main #content .header h1:after {
    right: calc(100% - 15px);
  }
  [lang="ro"] #header_text h1 .line2,
  [lang="ro"] .land-main #content .header h1 .line2 {
    margin-left: 25px;
  }
  [lang="ro"] #header_text h1 .line2,
  [lang="ro"] .land-main #content .header h1 .line2 {
    margin-left: 18px;
  }
  [lang="ro"] #header_text h1 .line3 {
    margin-left: 36px;
  }
  [lang="ro"] #header_text h2,
  [lang="ro"] .land-main #content .header h2 {
    margin-left: -50px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  [lang="he"] #header_text h1,
  [lang="he"] .land-main #content .header h1 {
    font-size: 70px;
  }
}
@media (max-width: 1100px) {
  #header_text h1,
  .land-main #content .header h1 {
    margin-left: 0;
  }
  #header_text .block22 {
    padding-left: 5%;
  }
  #header_text .block3 {
    justify-content: space-around;
  }
  #header_text p,
  .land-main #content .header p {
    font-size: 16px;
  }
  [lang="he"] #header_text h1,
  [lang="he"] .land-main #content .header h1 {
    font-size: 50px;
  }
  [lang="mk"] #header_text h1,
  [lang="mk"] .land-main #content .header h1 {
    font-size: 36px;
  }
  [lang="ro"] #header_text .block2,
  [lang="ro"] .land-main #content .header .block2 {
    flex-direction: column;
    row-gap: 20px;
  }
  [lang="ro"] #header_text .block21,
  [lang="ro"] .land-main #content .header .block21 {
    margin-right: 0;
    width: 100%;
  }
  [lang="ro"] #header_text .block22 {
    padding-top: 30px;
    width: 100%;
  }
  [lang="sr"] #header_text h1 {
    font-size: 82px;
  }
  [lang="sr"] #header_text h1::before {
    left: 10px;
  }
  [lang="sr"] #header_text h1 .line2 {
    margin-left: 19px;
  }
}
@media (max-width: 799px) {
  #header_text .block1 img,
  .land-main #content .header .block1 img {
    max-width: 125px;
  }
  #header_text .block2,
  .land-main #content .header .block2 {
    position: relative;
  }

  #header_text h1,
  .land-main #content .header h1 {
    font-size: 100px;
    margin: 0 0 20px 0;
  }
  [lang="hr"] #header_text h1,
  [lang="sl"] #header_text h1,
  [lang="sr"] .land-main #content .header h1,
  [lang="hr"] .land-main #content .header h1,
  [lang="sl"] .land-main #content .header h1 {
    font-size: 80px;
  }
  [lang="hr"] #header_text h1::before,
  [lang="sl"] #header_text h1::before,
  [lang="hr"] .land-main #content .header h1::before,
  [lang="sl"] .land-main #content .header h1::before {
    left: 12px;
  }
  [lang="sr"] #header_text h1::before {
    left: 11px;
  }
  [lang="hr"] #header_text h1 .line2,
  [lang="sl"] #header_text h1 .line2,
  [lang="sr"] .land-main #content .header h1 .line2,
  [lang="hr"] .land-main #content .header h1 .line2,
  [lang="sl"] .land-main #content .header h1 .line2 {
    margin-left: 15px;
  }
  #header_text h1:before,
  .land-main #content .header h1:before {
    height: 120%;
    top: -10px;
    left: 16px;
  }

  #promo_content .block3 ul {
    padding: 30px 0;
  }
  #promo_content .block3 li,
  #promo_content .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;
  }

  #header_text .block2,
  .land-main #content .header .block2 {
    flex-direction: column;
  }
  #header_text .block21,
  .land-main #content .header .block21 {
    width: 100%;
    margin: 0;
  }
  #header_text .block22,
  .land-main #content .header .block22 {
    width: 100%;
    margin-top: 40px;
  }

  #header_text .block3,
  .land-main #content .header .block3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text .block3 p.logo,
  .land-main #content .header .block3 p.logo {
    text-align: left;
    margin-bottom: 20px;
  }
  #header_text .block3 p.subtext,
  .land-main #content .header .block3 p.subtext {
    width: 80%;
  }
  [lang="he"] #header_text .block21,
  [lang="he"] .land-main #content .header .block21 {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-right: 0;
  }
  [lang="he"] #header_text .block3 p.subtext,
  [lang="he"] .land-main #content .header .block3 p.subtext {
    padding-right: 20px;
  }
  [lang="he"] .field-row .table-cell.coll1,
  [lang="he"] .field-row .table-cell,
  [lang="he"] #r_purchase_upload_file label,
  [lang="he"] #r_purchase_upload_file .fileinputs {
    float: none !important;
    width: 100% !important;
  }
  html[lang="he"] #r_subscribe input {
    margin-right: 0px;
  }
  #r_answer_58862,
  #r_answer_58863,
  #r_answer_58864,
  #r_answer_58865,
  #r_answer_58866,
  #r_answer_58867,
  #r_answer_58870,
  #r_answer_58871,
  #r_answer_58872,
  #r_answer_58873,
  #r_answer_58874,
  #r_answer_58876,
  #r_answer_58877,
  #r_answer_58878,
  #r_answer_58879,
  #r_answer_58880,
  #r_answer_58881,
  #r_answer_58861,
  #r_answer_58869,
  #r_answer_58875,
  #r_answer_58882,
  #r_answer_58883 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 550px) {
  #header_text h1,
  .land-main #content .header h1 {
    font-size: 80px;
  }
  #header_text h1 .line2,
  .land-main #content .header h1 .line2 {
    margin-left: 19px;
  }
  [lang="mk"] #header_text h1,
  [lang="mk"] .land-main #content .header h1 {
    font-size: 30px;
  }
  #header_text h1:before,
  .land-main #content .header h1:before {
    height: 120%;
    top: -10px;
    left: 12px;
  }
  [lang="hr"] #header_text h1,
  [lang="sl"] #header_text h1,
  [lang="sr"] .land-main #content .header h1,
  [lang="hr"] .land-main #content .header h1,
  [lang="sl"] .land-main #content .header h1 {
    font-size: 60px;
    margin-left: 0;
  }
  [lang="sr"] #header_text h1 {
    font-size: 64px;
    margin-left: 0;
    padding-left: 4px;
  }
  [lang="hr"] #header_text h1::before,
  [lang="sl"] #header_text h1::before,
  [lang="hr"] .land-main #content .header h1::before,
  [lang="sl"] .land-main #content .header h1::before {
    left: 10px;
  }
  #header_text h2,
  .land-main #content .header h2 {
    font-size: 15px;
  }
  #header_text .block22,
  .land-main #content .header .block22 {
    padding-left: 8%;
  }
  [lang="ro"] #header_text h1,
  [lang="ro"] .land-main #content .header h1 {
    font-size: 60px;
  }
  [lang="ro"] #header_text h1 .line3,
  [lang="ro"] .land-main #content .header h1 .line3 {
    margin-left: 30px;
  }
  [lang="sr"] #header_text h1 .line2 {
    margin-left: 14px;
  }
}
@media (max-width: 500px) {
  #header_text .block21,
  .land-main #content .header .block21 {
    display: block;
    width: 100%;
  }
  #header_text .block22,
  .land-main #content .header .block22 {
    padding-left: 8%;
  }
}
@media (max-width: 480px) {
  #header_text .block2,
  .land-main #content .header .block2 {
    flex-direction: column;
    align-items: flex-start;
  }
  #header_text .block21,
  .land-main #content .header .block21 {
    width: 100%;
  }
  #header_text .block22,
  .land-main #content .header .block22 {
    padding: 30px;
    width: 100%;
    padding-left: 20px;
  }
  #header_text h1,
  .land-main #content .header h1 {
    margin-left: 0;
  }

  [lang="el"] #header_text h1 {
    font-size: 64px;
  }
  [lang="el"] #header_text h1 em {
    margin-left: 4px;
  }
  [lang="el"] #header_text h1 .line2 {
    margin-left: 15px;
  }
  #header_text h2,
  .land-main #content .header h2 {
    margin-left: 50px;
  }
  #header_text p,
  .land-main #content .header p {
    margin: 0 0 15px 40px;
  }
  [lang="he"] #header_text h1,
  [lang="he"] .land-main #content .header h1 {
    padding-right: 0;
  }
  [lang="bg"] #header_text h1,
  [lang="bg"] .land-main #content .header h1 {
    font-size: 40px;
  }
  [lang="ro"] #header_text h1 .line2,
  [lang="ro"] .land-main #content .header h1 .line2 {
    margin-left: 15px;
  }
  [lang="ro"] #header_text h1 .line3,
  [lang="ro"] .land-main #content .header h1 .line3 {
    margin-left: 30px;
  }
  #footer .block1 li,
  #footer .block1 li.last {
    float: none;
    margin: 15px 0;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell {
    float: none;
    width: 100%;
  }
}
