*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

:root {
  --primary-red: #c8102e;
  --primary-violet: #982171;
  --primary-blue: #2e9597;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff")
      format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.otf") format("otf");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../../assets/fonts/Montserrat/v1/Montserrat-Medium.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Medium.woff")
      format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Medium.otf") format("otf");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src:
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff") format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.otf") format("otf");
  font-weight: 100;
}
@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;
}

body {
  color: black;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
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 {
  overflow: hidden;
  padding: 0;
}
#header_text .block00 {
  background: #2c2e31;
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 40px;
  text-align: right;
}
#header_text .block0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  padding: 50px 0;
}
#header_text .block0 a {
  background: var(--primary-blue);
  border-radius: 30px;
  color: white;
  display: inline-block;
  font-size: 19px;
  padding: 15px 25px;
  transition: background-color 0.3s;
}
#header_text .block0 a:hover {
  background: var(--primary-violet);
  text-decoration: none;
}
#header_text .block0 > div {
  text-align: center;
}
#header_text .block3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px auto;
  max-width: 1170px;
  overflow: hidden;
}
#header_text .block1 {
  padding: 0 0 0 50px;
  width: 50%;
}
#header_text .block1 ul.products {
  display: flex;
  justify-content: start;
  align-items: end;
  flex-wrap: wrap;
  margin-top: 20px;
}
#header_text .block1 ul.products li {
  margin: 0 5px;
}

#header_text .button {
  color: white;
  display: inline-block;
  font-size: 17px;
  margin: 0 0 10px 0;
  min-width: 280px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
#content .button1 {
  background-color: var(--primary-red);
  color: white !important;
  padding: 25px;
  padding-left: 41px;
  padding-right: 41px;
  text-decoration: none !important;
}
#content .button2 {
  background-color: var(--primary-violet);
  color: white !important;
  padding: 25px;
  text-decoration: none !important;
}
#header_text .button:hover {
  background-color: black;
}
#header_text .block2 {
  width: 50%;
}

#header_text h1 {
  color: var(--primary-red);
  font-family: "Tungsten", Arial, sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.85;
  margin: 0;
  padding-left: 5px;
  text-transform: uppercase;
  position: relative;
}
#header_text h1 em {
  font-family: "TungstenReveal", Arial, sans-serif;
  font-weight: normal;
}
#header_text h1::before {
  background: var(--primary-red);
  border-radius: 4px;
  content: "";
  display: block;
  height: 120%;
  width: 4px;
  position: absolute;
  top: -10px;
  left: 13px;
  transform: rotate(-15deg);
}
#header_text h1 .line2 {
  display: block;
  margin-left: 15px;
}
#header_text h1 strong {
  color: black;
}
#header_text h2 {
  font-size: 18px;
  margin: 0 0 15px 0;
}
html[lang="cs"] #header_text h1::before,
html[lang="sk"] #header_text h1::before {
  left: 20px;
}
html[lang="cs"] #header_text h1 .line2,
html[lang="sk"] #header_text h1 .line2 {
  margin-left: 14px;
}

#content {
  padding: 30px 0;
}
#content h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#content p {
  margin: 0 10px 62px 0;
  display: inline-block;
}
#content .buttons {
  text-align: center;
}
#content ul {
  overflow: hidden;
}
#content ul li {
  float: left;
  list-style: none;
  margin: 0 0 15px 0;
  width: 25%;
}
#content table {
  border-spacing: 2px;
  border-collapse: separate;
  margin: 0 0 15px 0;
  width: 100%;
}
#content table tr:first-child td {
  background-color: #efefef;
}
#content table td {
  border: 1px solid #efefef;
  padding: 10px;
}
#content table p {
  margin: 0;
}
#content h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 15px 0;
}
#content .block0 {
  margin: 0 0 30px 0;
  overflow: hidden;
}
#content .block1 {
  float: left;
  width: 49%;
}
#content .block2 {
  float: right;
  width: 49%;
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 1170px;
}

#info_text p {
  margin: 0 0 15px 0;
}
#info_text h1 {
  font-size: 26px;
  margin: 0 0 15px 0;
}
#info_text ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
#info_text ol li {
  counter-increment: my-awesome-counter;
  font-size: 16px;
  line-height: 1.3;
  list-style: none;
  margin: 0 0 10px 0;
  padding-left: 25px;
  position: relative;
}
#info_text ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
#info_text .block2 {
  height: 369px;
  margin: 0 0 30px 0;
  position: relative;
}
#info_text .block2 .slide {
  position: absolute;
  z-index: 1;
}
#info_text .block2 .slide1 {
  z-index: 2;
}

.field-row .inputfile.inputfile__btn + label {
  background-color: #4a4e52 !important;
  transition: all 0.3s ease-in-out;
  font-size: 0.9rem;
  display: block;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background-color: #2e3033 !important;
}
.field-row label {
  color: #000;
  display: inline-block;
  font-size: 13px;
  padding: 10px 0;
}
.field-row select,
.field-row input[type="text"] {
  border-radius: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.field-row select {
  padding: 10px 30px 10px 5px;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.SubmitButt {
  background: #c00;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px 0;
  min-width: 165px;
  padding: 10px;
  text-transform: uppercase;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.SubmitButt:hover {
  background: var(--primary-blue);
}

#r_answer_42996.field-row .table-cell,
#r_answer_42996.field-row .table-cell.coll1 {
  width: auto;
  float: none;
  display: inline-block;
  margin-bottom: 0.2rem;
}
#r_answer_42996.field-row .table-cell {
  float: left;
}
#r_answer_42996.field-row .table-cell.coll1 {
  padding-top: 0.15rem;
}
#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;
}
#add_another_product,
#remove_last_product {
  background-color: #4a4e52 !important;
  transition: all 0.3s ease-in-out;
  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:hover,
#remove_last_product:hover {
  background-color: #2e3033 !important;
}

.required {
  color: #c00;
  font-size: 18px;
}
div.required {
  color: #4b4f54;
  font-size: 14px;
}
div.required span {
  color: #c00;
}
#a_l_txt_title,
#a_l_txt_bank_details_international,
#a_l_txt_new_productgroup_all,
.p246 #form_wrapper h1,
#a_l_txt_customer_type,
#a_l_txt_purchased_products_number,
#a_l_txt_new_productgroup_all1 {
  display: block;
  font-size: 22px;
  margin: 30px 0 15px 0;
  font-weight: bolder;
}

.p62 #header_text {
  margin-bottom: 30px;
}

#a_l_txt_bank_details_international strong {
  font-size: 12px;
}
#country_promotion {
  display: block;
  padding: 10px 0;
}
.field-row {
  margin: 0 0 0.25rem 0;
}
#bank_benficiary_u_info,
#date_purchase_u_info,
#serial_number_u_info,
#u_l_send_purchase_by,
#bank_benficiary_individual_u_info,
#serial_number1_u_info,
#date_purchase1_u_info {
  display: block;
  font-size: 13px;
  padding: 5px 0;
}
#r_subscribe {
  padding-left: 20px;
  position: relative;
}
#r_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}
.dynamic_info_logo {
  top: 8px;
  right: 22px;
}
#r_purchase_upload_file
  > div.table-cell.coll1
  > div
  > span.dynamic_info_logo.selected {
  right: 10px;
}
#r_date_purchase .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}

/*#r_purchase_upload_file, #u_l_send_purchase_by { float: right; width: 50%; } */
#r_purchase_upload_file > div.table-cell.coll1 {
  float: none;
  width: 100%;
}
#r_purchase_upload_file > div.table-cell.coll1 > div {
  float: right;
  width: 50%;
  clear: right;
}
#promo_content a.popup {
  background-color: var(--primary-red);
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  transition: background-color 0.3s;
}
#promo_content a.popup:hover {
  background-color: black;
  color: white !important;
  text-decoration: none;
}

#footer {
  color: #6e7276;
  font-weight: 100;
  line-height: 1.1;
}
#footer a {
  color: black;
}
#footer .block0 {
  margin: 0 auto 30px auto;
  max-width: 1170px;
}
#footer .block1 {
  border-top: 1px solid #e2e4e4;
  margin: 0 auto 30px auto;
  max-width: 1170px;
  padding: 15px 0 30px 0;
}
#footer ul {
  overflow: hidden;
}
#footer li {
  float: right;
  margin: 0 0 0 15px;
}
#footer li:first-child {
  float: left;
  margin: 0;
}
#footer .block2 {
  background: #2c2e31;
  color: #888;
  font-size: 11px;
  padding: 40px;
  text-align: right;
}

.p19 table {
  width: 100% !important;
}
.table-scroll table {
  width: 100% !important;
}

#main.ty #info_text h1,
#main.ty ol,
#main.ty #header_text .block0 p:last-child {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 18px;
  line-height: 1.5;
  padding-top: 7rem;
}
#main.ty #form_wrapper h1 {
  font-size: 24px;
  margin: 0 0 30px 0;
}

.land-main #header_text .block1 {
  padding-top: 95px;
}
.land-main #header_text h1 {
  margin: 0 0 30px 0;
}
.land-main #content a {
  color: black;
  text-decoration: underline;
}
.land-main #content a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  #header_text h1 {
    font-size: 50px;
  }
  #header_text h1::before {
    left: 10px;
  }
  #header_text h1 .line2 {
    margin-left: 10px;
  }
  html[lang="cs"] #header_text h1::before,
  html[lang="sk"] #header_text h1::before {
    left: 16px;
    top: -13px;
  }
  html[lang="cs"] #header_text h1 .line2,
  html[lang="sk"] #header_text h1 .line2 {
    margin-left: 12px;
  }
}
@media (max-width: 980px) {
  #header_text .block0,
  #promo_content,
  #content,
  #footer .block1,
  #footer .block2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text {
    display: flex;
    flex-direction: column;
  }
  #header_text .block0 {
    margin: 0 0 30px 0;
  }
  #header_text .block1,
  .land-main #header_text .block1 {
    order: 2;
    padding-top: 0;
  }
  #header_text .block1,
  .land-main #header_text .block1 {
    margin-bottom: 20px;
  }
  #header_text .block2 {
    order: 1;
  }
  #header_text .block1,
  #header_text .block2 {
    float: none;
    width: 100%;
  }
  #header_text .block2 {
    margin-bottom: 15px;
  }
  #header_text .block3 {
    flex-direction: column;
  }
  #header_text h1 {
    margin-top: 20px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    padding: 0;
    width: 100%;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell {
    float: none;
    width: 100%;
  }
  #promo_content.info_text_left #info_text_holder {
    margin: 0 0 15px 0;
  }
  #info_text h1 {
    font-size: 20px;
  }
  #content .block1,
  #content .block2 {
    float: none;
    width: 100%;
  }
  #content table td {
    width: 50%;
  }
  #content ul li {
    width: 50%;
  }
  #footer .block2 p,
  #footer .block2 ul {
    float: none;
    margin: 0;
    padding: 10px 0;
  }
  #footer .block2 li {
    display: block;
    margin: 10px 0;
  }
  #main.ty #form_wrapper {
    padding: 50px 0;
  }
  #r_purchase_upload_file,
  #u_l_send_purchase_by {
    float: none;
    width: 100%;
  }
  #r_purchase_upload_file > div.table-cell.coll1 > div {
    float: right;
    width: 100%;
    clear: right;
  }

  #content .buttons {
    text-align: left;
  }

  #footer .block2 p,
  #footer .block2 ul {
    float: none;
    margin: 0;
    padding: 10px 0;
    text-align: left;
  }
  #footer .block2 ul li {
    display: block;
    margin: 10px 0;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    min-width: 980px;
  }
  #footer li,
  #footer li:first-child {
    float: none;
    margin: 10px 0;
  }
}

@media (max-width: 800px) {
  #header_text .block1 {
    padding-left: 1rem;
  }
}
@media (max-width: 600px) {
  #header_text h1 {
    font-size: 40px;
  }
  #content .buttons {
    text-align: center;
  }
}

@media (max-width: 600px) {
  html[lang="cs"] #header_text h1::before,
  html[lang="sk"] #header_text h1::before {
    left: 13px;
    top: -12px;
  }
  html[lang="cs"] #header_text h1 .line2,
  html[lang="sk"] #header_text h1 .line2 {
    margin-left: 9px;
  }
}

@media (max-width: 480px) {
  #header_text .block0 {
    flex-direction: column;
  }
  #header_text .block0 p {
    margin: 10px 0;
  }
  #header_text .logo img {
    max-width: 120px;
  }
  #content ul li {
    float: none;
    width: 100%;
  }
  #header_text .block1 ul.products li {
    width: 100%;
  }
  #content .buttons p {
    width: 100%;
  }
}
