* {
  box-sizing: border-box;
  transition: background-color 0.3s;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/Roboto/v1/Roboto-Regular.ttf") format("woff2"),
    url("../../assets/fonts/Roboto/v1/Roboto-Regular.woff") format("woff"),
    url("../../assets/fonts/Roboto/v1/Roboto-Regular.otf") format("otf"),
    url("../../assets/fonts/Roboto/v1/Roboto-Regular.eot") format("eot");
  font-weight: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/Inter/Inter-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Inter/Inter-Bold.woff") format("woff"),
    url("../../assets/fonts/Inter/Inter-Bold.otf") format("otf"),
    url("../../assets/fonts/Inter/Inter-Bold.eot") format("eot");
  font-weight: normal;
}

@font-face {
  font-family: "BoshSans";
  src: url("../../assets/fonts/BoschSans/v1/BoschSans-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/BoschSans/v1/BoschSans-Regular.woff") format("woff"),
    url("../../assets/fonts/BoschSans/v1/BoschSans-Regular.otf") format("otf"),
    url("../../assets/fonts/BoschSans/v1/BoschSans-Regular.eot") format("eot");
  font-weight: normal;
}

@font-face {
  font-family: "BoshSans";
  src: url("../../assets/fonts/BoschSans/v1/BoschSans-Black.woff2")
      format("woff2"),
    url("../../assets/fonts/BoschSans/v1/BoschSans-Black.woff") format("woff"),
    url("../../assets/fonts/BoschSans/v1/BoschSans-Black.otf") format("otf"),
    url("../../assets/fonts/BoschSans/v1/BoschSans-Black.eot") format("eot");
  font-weight: 600;
}

:root {
  --primary-violet: #b70273;
  --primary-purple: #4e2b8a;
  --primary-cyan: #00aaac;
  --primary-blue: #007bbf;
  --primary-darkblue: #005f99;
}

body {
  background: #fff;
  color: #292929;
  font-family: "BoschSans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}
a {
  color: #007bbf;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: underline;
}

#main {
  max-width: 100%;
}

/* #header_text { display: block; } */
#header_text::before {
  background: url(../images/shape_horizontal.svg) center center/cover no-repeat;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  height: 6px;
  z-index: 240;
}
/* #header_text .block1 .logo { padding-top: 40px; padding-left:20px;} */
#header_text .block1 {
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 0px;
  padding-bottom: 20px;
}

#promo_content,
#content {
  background: transparent;
  margin: 0 auto;
  max-width: 1280px;
  min-height: calc(100vh - 80px);
}

#content {
  background: rgba(255, 255, 255, 0.9);
  padding: 0px;
}
#content h2 {
  font-size: 1.3rem; /*font-weight: bold;*/
  margin: 0 0 15px 0;
}

#content ol {
  list-style: decimal inside;
}
/* #content ul { list-style: disc inside; } */
#content table {
  background-color: #fafafa;
  width: 100% !important;
}
#content table td {
  border: 1px solid #eee;
  padding: 5px;
  width: 33.33% !important;
}
.tc-box .tc-box-textarea {
  background: white;
  border: 2px solid #d0d3d4;
  padding: 15px;
}
.tc-box .tc-box-textarea table {
  width: 100% !important;
}
.tc-box .tc-box-textarea ul li,
.tc-box .tc-box-textarea ol li,
.tc-box .tc-box-textarea td {
  font-size: 15px;
}

#promo_content.info_text_left #info_text_holder {
  margin: 0;
  padding: 0;
  width: 42%;
}
#info_text p:first-child {
  margin: 0 0 0 0;
}
#info_text p:last-child img {
  display: block;
  margin: 0 auto;
}

#info_text .logos {
  background: url(../images/shape_horizontal.jpg) top left no-repeat;
  background-size: contain;
  padding-top: 30px;
}

#info_text .banner {
  position: relative; /*min-height: 600px;*/
}
/* #info_text .banner_image { min-height: 600px;} */

#info_text .Title h1 {
  font-size: 24px;
  letter-spacing: 0.01cm;
  line-height: 1.2;
  font-weight: bold;
  font-family: "BoshSans", Arial, sans-serif;
  margin-bottom: 30px;
  color: black;
  text-align: left;
  max-width: 555px;
  padding-left: 15px;
}
/* #info_text .Title h1 strong { font-weight: 600; } */
#info_text .Title h2 {
  font-size: 10px;
  letter-spacing: 0.01cm;
  line-height: 1.3;
  font-family: "BoshSans", Arial, sans-serif;
  color: black;
  text-align: left;
  padding-left: 15px;
}
/* #info_text .Title h2 strong { font-weight: 600; } */
#info_text .Title .badge {
  position: absolute;
  top: 50px;
  left: 0;
}
#info_text .Additional_info {
  margin-top: 20px;
  text-align: left;
}
#info_text .Additional_info p {
  margin-top: 10px;
  line-height: 1.2;
}
#info_text .Additional_info p em {
  font-weight: 600;
}
#info_text .mob_banner {
  display: none;
}

#info_text .texts_container {
  width: 100%;
  min-height: 820px;
  text-align: left;
  position: relative;
}
#info_text .texts_container .texts_border {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 560px;
}
#info_text .texts_container .texts {
  background: white;
  padding: 40px 10px;
  padding-bottom: 30px;
  position: unset;
  top: 10%;
  left: 2%;
}
#info_text .texts_container h1 {
  font-size: 2rem;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-family: "BoschSans", Arial, sans-serif;
}
#info_text .texts_container h2 {
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "BoschSans", Arial, sans-serif;
  margin-bottom: 35px;
}
#info_text .texts_container p {
  font-size: 0.8rem;
}

#form_holder {
  background: transparent;
  overflow: hidden;
}
#form_titles {
  margin: 0 0 30px 0; /* padding-left: 40px;*/
}
#form_titles h3 {
  font-size: 44px;
  font-weight: 300;
}

.accordion {
  width: 100%;
}
.accordion-toggle {
  border-bottom: 0;
  color: #292929;
  font-size: 24px; /* margin: 10px 0;*/
  padding: 10px 0 5px 40px;
}
.accordion-toggle.active {
  color: #292929;
}
.accordion-toggle:before {
  background: url(../images/arrow-accordion.png) center no-repeat;
  border: 0;
  height: 32px;
  width: 32px;
  top: 10px;
  left: 0;
}
.accordion-toggle.active:after {
  background: url(../images/arrow-accordion.png) center center no-repeat;
  border: 0;
  height: 32px;
  width: 32px;
  top: 10px;
  left: 0;
  transform: rotate(-90deg);
}
.accordion-content {
  padding-left: 40px;
}
.accordion b {
  font-weight: normal;
}

#promo_content.info_text_left #form_holder {
  margin: 0; /*padding-top: 55px;*/
  width: 50%;
  padding-top: 0;
}
.table-cell label {
  /*display: inline-block;*/
  padding: 10px 0;
}
.table-cell select,
.table-cell input[type="text"] {
  border-radius: 0;
  font-family: "BoschSans", Arial, sans-serif;
  padding: 8px;
  width: 100%;
}
.table-cell select {
  padding: 8px 5px;
}
#submit-div {
  padding: 30px 0;
  text-align: left;
  padding-right: 25px;
  padding-left: 40px;
}

.prev_step {
  height: 60px;
  background-color: black;
  min-width: 130px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 10px 30px;
  transition: background-color 0.3s, color 0.3s;
}

.next_step,
.SubmitButt,
.button {
  font-family: "BoschSans", Arial, sans-serif;
  height: 60px;
  min-width: 130px;
  background-color: var(--primary-blue);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 15px 15px;
  padding: 10px 30px;
  transition: background-color 0.3s, color 0.3s;
}
.SubmitButt:hover,
.button:hover {
  background-color: #333;
}
a.button,
.land-main #content a.button {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
}
#r_button_subscribe {
  display: inline-block;
}

.required {
  color: red;
}
div.required {
  color: black;
  padding-bottom: 20px;
}
div.required span {
  color: red;
}
#country_promotion {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
#date_birth_u_info,
#bank_benficiary_u_info,
#date_purchase_u_info,
#send_purchase_by_u_info,
#date_purchase1_u_info,
#bank_benficiary_individual_u_info,
#prommq_answers_u_info,
#date_purchase2_u_info,
#date_purchase3_u_info,
#date_purchase4_u_info,
#date_purchase5_u_info,
#date_purchase6_u_info,
#date_purchase7_u_info,
#date_purchase8_u_info,
#date_purchase9_u_info,
#date_purchase10_u_info,
#revolut_tag_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_rev_individual_u_info {
  font-size: 13px;
  display: block;
  padding: 5px 0;
}
[id^="r_date_purchase"] .table-cell {
  position: relative;
}
[id^="r_date_"] .dynamic_info_logo.selected {
  right: 36px;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
#add_another_product,
#remove_last_product {
  background-color: #525e6a;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
}
#remove_last_product.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover {
  background-color: #333;
}
#r_purchase_upload_file {
  float: right;
  width: 100%;
}
#r_subscribe {
  padding-left: 20px;
  position: relative;
}
#r_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}
.dynamic_info_logo {
  top: 6px;
  right: 0px;
}
.desktop-video,
.mobile-video {
  background: url(../images/icon-video.png) center center no-repeat;
  display: inline-block;
  height: 27px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 27px;
}
.desktop-video:hover,
.mobile-video:hover {
  background: url(../images/icon-video-black.png) center center no-repeat;
  text-decoration: underline;
}
#r_sms_subscribe {
  padding-left: 20px;
  position: relative;
}
#r_sms_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}
.field-row .inputfile.inputfile__btn + label {
  background: var(--primary-blue) !important;
  width: 100%;
  transition: background-color 0.3s;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
  font-size: 13px;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background: var(--primary-darkblue) !important;
}
#promo_content a.popup {
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  right: 36px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  width: 18px;
  position: absolute;
  width: 18px;
  top: 7px;
  z-index: 2;
}
#send_purchase_by_u_info p {
  display: inline;
  vertical-align: middle;
}

#input_block_payment_method > div > div:nth-child(1),
#input_block_payment_method > div > div:nth-child(2) {
  display: inline-block;
  margin-right: 20px;
}

#l_purchase_upload_file {
  width: 90%;
}

#r_promo_agreement,
#r_terms_conditions_box,
#r_subscribe,
#r_prommq_answers {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  width: calc(100% - 30px);
}
#r_promo_agreement {
  padding-bottom: 0;
}
/* #r_subscribe { padding-left: 35px; } */
#r_subscribe input {
  top: 15px;
  left: 0px;
}
#r_subscribe p {
  padding: 5px 0;
}
#r_answer_43884 .table-cell {
  float: none;
  padding-left: 20px;
  width: 100%;
}
#answer_43884 {
  display: none;
}
#r_answer_43885,
#r_answer_43886,
#r_answer_43887 {
  display: inline-block;
  margin-right: 30px;
  max-width: 200px;
  padding-left: 20px;
  vertical-align: top;
  position: relative;
}
#r_answer_43885 {
  margin-left: 20px;
}
#r_answer_43885 .table-cell,
#r_answer_43886 .table-cell,
#r_answer_43887 .table-cell {
  width: 100%;
}
#r_answer_43885 label,
#r_answer_43886 label,
#r_answer_43887 label {
  padding: 0;
}
#r_answer_43885 input,
#r_answer_43886 input,
#r_answer_43887 input {
  position: absolute;
  top: 0;
  left: 0;
}

#r_answer_50167 > div:nth-child(2) {
  display: none;
}
#r_answer_50167 > div.table-cell.coll1 {
  width: 100%;
}

#r_answer_50168 .table-cell,
#r_answer_50169 .table-cell,
#r_answer_50170 .table-cell,
#r_answer_50171 .table-cell,
#r_answer_50172 .table-cell,
#r_answer_50173 .table-cell,
#r_answer_50174 .table-cell,
#r_answer_50175 .table-cell {
  padding-left: 20px;
  width: 100%;
  float: none;
}

#r_answer_50168 input,
#r_answer_50169 input,
#r_answer_50170 input,
#r_answer_50171 input,
#r_answer_50172 input,
#r_answer_50173 input,
#r_answer_50174 input,
#r_answer_50175 input {
  position: absolute;
  top: 10px;
  left: 0;
}

.field-row .table-cell {
  width: 46%;
}

#l_answer_50165,
#l_answer_50166,
#l_answer_50167,
#l_answer_50176,
#l_answer_50177,
#l_answer_50178 {
  font-weight: 500;
}

#footer {
  font-weight: 400;
  clear: both;
  position: relative;
  z-index: 1;
  height: -3em;
  margin-top: 2em;
  width: 100%;
}
#footer .block1 {
  color: #000;
  font-size: 14px;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  padding: 0 0 30px 0;
}
#footer .last {
  float: right;
  font-weight: bold;
}
#footer a {
  color: #005691;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .fu-1 {
  float: left;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 15px;
}
/* .p18.stage2 #apply_form_box, .p18.stage3 #apply_form_box { min-height: 1000px;} */
#main.ty #info_text span.button3 {
  display: none;
}

#main.ty #form_titles,
#main.ty #printArea,
#main.ty #printArea + p {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 24px;
  line-height: 1.5;
  padding: 233px 0 233px 40px;
  width: 100%;
}

/* -----SHORT OTS STYLE----- */

#reg_promotion_customers_short_ots {
  width: 100%;
}
#reg_promotion_customers_short_ots .check-status {
  border: 0;
}
#reg_promotion_customers_short_ots .check-status h2 {
  text-align: left;
  border: 0;
  font-size: 32px;
  letter-spacing: 0.01cm;
  line-height: 1.2;
  font-weight: bold;
  font-family: "BoshSans", Arial, sans-serif;
  margin-bottom: 30px;
  color: white;
}
#reg_promotion_customers_short_ots .check-status .form-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#reg_promotion_customers_short_ots
  .check-status
  .form-holder
  #r_promotion_submission_id {
  width: 73%;
  display: inline-block;
}
#reg_promotion_customers_short_ots .check-status .form-holder #r_button_ajax {
  width: 25%;
  text-align: left;
  display: inline-block;
}
#reg_promotion_customers_short_ots
  .check-status
  .form-holder
  input[type="text"] {
  border-bottom: 1px solid grey;
  width: 100%;
  min-height: 65px;
}
.check-status .input-field {
  width: 100%;
  float: none;
}
#l_promotion_submission_id {
  font-weight: normal;
  font-family: "BoshSans", Arial, sans-serif;
  font-size: 20px;
}
#r_promotion_submission_id > div.label-field {
  margin-bottom: 10px;
  color: white;
  font-weight: normal;
  font-family: "BoshSans", Arial, sans-serif;
}
.form-field.submit {
  padding-top: 0;
}
.check-status .label-field {
  float: none;
  width: 100%;
}
#button_ajax {
  display: block;
  background-color: #00629a;
  border: 0;
  color: white !important;
  cursor: pointer;

  font-size: 1rem;

  text-align: left;
  min-height: 65px;
  padding: 16px 32px;
  transition: 0.3s;
  text-decoration: none !important;
  font-family: "BoschSans", "Roboto", Arial, sans-serif;
}

#button_ajax:hover {
  transition: 0.3s;
  border: 1px solid white;
  background-color: #007bc0;
}

#content > section.product_counter.active > div > p > span {
  text-decoration: none !important;
}
#content > section.product_counter.active > div > p > span strong {
  font-weight: normal;
  font-family: "BoshSans", Arial, sans-serif;
  font-size: 20px;
}

/* -----STEPS---- */

#progress_detailed {
  display: none;
}

#form_titles .block3 ul {
  overflow: hidden;
  /* padding: 30px 0; */
  font-family: "BoschSans", Arial, sans-serif;
}

#form_titles .block3 li {
  border-top: 4px solid #ddd;
  clear: none;
  color: var(--primary-text);
  float: left;
  font-size: 10px;
  list-style: none;
  padding-top: 10px;
  text-transform: uppercase;
  width: 33.33%;
  font-weight: bold;
}

#form_titles .block3 li:nth-child(1),
.stage2 #form_titles .block3 li:nth-child(2),
.stage3 #form_titles .block3 li:nth-child(3) {
  border-color: #267eb8;
  color: #267eb8;
}

#form_titles .block3 li:nth-child(2) {
  text-align: center;
}

#form_titles .block3 li:nth-child(3) {
  text-align: right;
}

.stage2 #form_titles .block3 li:nth-child(1),
.stage3 #form_titles .block3 li:nth-child(1),
.stage3 #form_titles .block3 li:nth-child(2),
#main.ty #form_titles .block3 li:nth-child(1),
#main.ty #form_titles .block3 li:nth-child(2),
#main.ty #form_titles .block3 li:nth-child(3) {
  border-color: black;
  color: black;
  font-weight: bold;
}

#a_l_txt_terms_conditions_box,
#step2 #a_l_txt_terms_conditions_box,
#a_l_txt_bank_revolut,
#a_l_txt_payment_method,
#a_l_txt_first_name,
#a_l_txt_series_promotions,
#a_l_txt_purchased_products_number,
#a_l_txt_title,
#a_l_txt_bank_details_international {
  color: #000;
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 0px 0 15px 0;
  font-family: "BoschSans", Arial, sans-serif;
}

#a_l_bank_revolut_div,
#a_l_bank_details_international_div {
  margin-top: 10px;
}

/* ---- */

.land-main #header_text {
  display: none;
}
.land-main #content {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.land-main #content .section {
  font-size: 24px;
  line-height: 1.25;
  padding: 50px 0;
  text-align: center;
}
.land-main #content .section .left {
  display: inline-block;
  padding: 50px 0;
  vertical-align: middle;
  width: 60%;
}
.land-main #content .section .right {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
}
.land-main #content .section.grey {
  background: #dfdfe0;
}
.land-main #content h1 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin: 0 0 20px 0;
  font-weight: 600;
  font-family: "BoschSans", Arial, sans-serif;
}
/* .land-main #content h1 strong { font-weight: bold; } */
.land-main #content a {
  color: black;
  text-decoration: underline;
}
.land-main #content a:hover {
  text-decoration: none;
}
.land-main #content .section .left a:last-child {
  background: var(--primary-blue);
  color: white;
  display: inline-block;
  padding: 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.land-main #content .section .left a:last-child:hover {
  background: #333;
  text-decoration: none;
}

/* --- */
.dynamic_info_logo.selected,
#promo_content a.popup {
  right: 0.25rem;
  top: 4px;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
}
.dynamic_info_logo.selected {
  right: 1rem;
}
#promo_content a.popup {
  right: 0.25rem;
  top: 6px;
  z-index: 2;
  background: red;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  text-align: center;
}
#promo_content a.popup {
  right: 0;
}

#r_purchase_upload_file
  > div.table-cell.coll1
  > div
  > span.dynamic_info_logo.selected {
  top: 14px;
}
#promo_content a.popup:hover {
  color: #ffffff !important;
}

#r_purchase_upload_file1 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file2 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file3 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file4 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file5 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file6 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file7 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file8 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file9 > div.table-cell.coll1_field_sub_group_btm,
#r_purchase_upload_file10 > div.table-cell.coll1_field_sub_group_btm {
  width: 100%;
}
#l_purchase_upload_file,
#l_purchase_upload_file1,
#l_purchase_upload_file2,
#l_purchase_upload_file3,
#l_purchase_upload_file4,
#l_purchase_upload_file5,
#l_purchase_upload_file6,
#l_purchase_upload_file7,
#l_purchase_upload_file8,
#l_purchase_upload_file9,
#l_purchase_upload_file10 {
  float: none;
  width: 100%;
  display: block;
  clear: none;
}
.fileinputs {
  clear: none;
  float: none;
  width: 100%;
  display: block;
}
#r_purchase_upload_file .table-cell.coll1 {
  width: 100%;
}

.p19 #extend_content #content h1 {
  font-size: 34px;
  margin-top: 10px;
}
.p19 #extend_content #content h2 {
  font-size: 16px !important;
  font-weight: bolder !important;
  margin-top: 20px;
}
/* strong{
  font-weight:bold
} */

#r_purchase_upload_file > div.no_label > div {
  float: right;
}
#send_purchase_by_u_info > p > a {
  font-size: 14px;
}

/* -- */

.p62.land-legal-notice h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.p62.land-legal-notice p {
  margin: 15px 0;
}

.p62.land-information-about-promoter h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.p62.land-information-about-promoter p {
  margin: 15px 0;
}

.p62.land-bosch-data-protection-notice h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.p62.land-bosch-data-protection-notice p {
  margin: 15px 0;
}

#promo_agreement {
  float: left;
}
#l_right_txt_promo_agreement {
  display: inline-block;

  line-height: 18px;
  width: 93%;
}

.field-row .table-cell input,
.table-cell select {
  /*height: 3rem;*/
  background: #e0e2e5;
  border-bottom: solid 1px black;
}

#input_block_title > label {
  background: none;
}

.field-row .table-cell,
#r_purchase_upload_file > div.table-cell.coll1 > div > label {
  clear: none;
  float: none;
  width: calc(100% - 30px);
  position: relative;
}
#answer_53785 {
  width: 100%;
}
.field-row .table-cell.coll1,
.field-row .table-cell.coll1_field_sub_group_btm {
  clear: none;
  float: right;
  /* padding-left: 5px; */
  width: 25px;
}

.wrap_step {
  margin-bottom: 5px;
}

/* ---------- LP ------- */
#promo_content,
#content {
  background: transparent; /*margin: 0 auto calc(100vh - 79vh) auto;*/
  max-width: 1200px;
  margin: 0 auto;
}

.p62 #content .lp_layout {
  width: 100%;
}

.p62 .texts_container {
  width: 100%;
  height: 560px;
  background: url(../images/LP_banner_desktop.jpg) center center/cover no-repeat;
}
.p62 .texts_container .texts_border {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 560px;
}
.p62 .texts_container .texts {
  max-width: 50%;
  background: white;
  padding: 50px 40px;
  padding-bottom: 20px;
  position: absolute;
  top: 10%;
  left: 0;
}

.p62 .texts_container .texts .btn-submit {
  display: block;
  background: #007bc0;
  border: 0;
  color: #fff !important;
  cursor: pointer;
  margin-top: 0.5rem;
  font-size: 1rem;

  text-align: left;
  margin: 8px 0;
  padding: 16px 32px;
  transition: background-color 0.3s;
  text-decoration: none !important;
  font-family: "BoschSans", "Roboto", Arial, sans-serif;
}
.p62 .texts_container .texts .btn-submit:hover {
  background-color: #00629a;
  transition: 0.7s;
}

.p62 .product_counter {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
  padding-top: 30px;
}
/* .p62 .product_counter .reveal { padding: 5%; background: #eff1f2; width: 80%;    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0em;
    column-gap: 0em;
    max-width: 1280px; }

    .p62 .product_counter .reveal p { display: block; } */
/* #product_box .text {
    float: left;
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    width: 130px;
    height: 20px;
}
#product_box .counter {
    float: left;
    display: block;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    width: 55px;
    height: 20px;
    background: #007BC0;
    text-align: center;
}

#product_box {
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: 200px;
    height: 25px;
}

#msg_box {
    float: left;
    margin: 0px;
    padding: 10px;
    width: 315px;
    background-color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
} */

#product_box {
  text-align: center;
  /* float: left; */
  margin: 0px 0px 5px 0px;
  padding: 0px;
  width: 200px;
  height: 54px;
  margin: 0 auto;
}

#product_box .text {
  /* float: left; */

  display: block;
  margin: 0px 0px 10px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  padding: 5px 0px 0px 0px;
  width: 130px;
  height: 20px;
  font-family: "BoschSans", "Roboto", Arial, sans-serif;
}

#product_box .counter {
  /* float: left; */
  display: block;
  margin: 0px;
  padding: 5px 0px 0px 0px;
  width: 92px;
  height: 20px;
  font-weight: bold;
  font-size: 20px;
  /* background: #007BC0; */
  margin: 0 auto;
  text-align: center;
  color: #007bc0;

  font-family: "BoschSans", "Roboto", Arial, sans-serif;
  font-weight: 600;
}

/* #product_box .counter::after { content: counter(count);
  animation: counter 5s linear infinite alternate;
  counter-reset: count 0;} */

.p62 .product_counter .reveal {
  padding: 5%;
  background: #eff1f2;
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 1.4em;
  column-gap: 0em;
  max-width: 1280px;
}

.p62 .product_counter .container {
  padding: 0px 15px 30px 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-direction: column;
}
.p62 .product_counter .container h2 {
  line-height: 3rem;
  font-size: 2.2rem !important;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 40px 0;
  padding-left: 50px;
  padding-bottom: 30px;
}
.p62 .product_counter .container p {
  padding-left: 50px;
  padding-bottom: 30px;
}

.p62 .ots {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  max-width: 100vw;
  align-items: center;
  padding: 1rem;
  background: #007bc0;
}
.p62 .ots .btn-submit {
  position: relative;
  display: block;

  border: 0;
  color: #fff !important;
  cursor: pointer;
  font-family: SiemensSans, "OpenSans", Arial, sans-serif;
  font-size: 1rem;

  text-align: left;

  margin-top: 15px;
  transition: background-color 0.3s;
  text-decoration: none !important;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
}
.p62 .ots .btn-submit:hover {
  text-decoration: underline !important;
  transition: 0.7s;
}

.p62 .ots .btn-submit::after {
  background: url(../images/arrow_bttn.svg) center center no-repeat;
  transition: left 0.4s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  cursor: pointer;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: -6px;
  left: 160px;
}

.p62 .ots .info {
  margin-right: 30px;
  width: 100%;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1200px;
  align-items: flex-start;
}
.p62 .ots .info p.title {
  font-size: 1.8rem;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  display: block;
  color: white;
}
.p62 .ots .banner {
  width: 50%;
}

.p62 .texts_container .texts li {
  width: 80%;
  position: relative !important;
}
.p62 .texts_container .texts li::after {
  background: url(../images/arrow_bttn.svg) center center no-repeat;
  transition: left 0.4s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  cursor: pointer;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 6px;
  right: 5px;
}

/* .p62 #header_text { display: none; }  */
.p62 .container {
  padding: 0px 15px 30px 0px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.p62 #content {
  max-width: 100vw; /*background: url(../images/shape_horizontal.jpg) top center repeat-x; */
}
.p62 #content::before {
  background: url(../images/shape_horizontal.svg) center center/cover no-repeat;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  height: 6px;
  z-index: 240;
}
.p62 .container .block1,
#header_text .block1 {
  /*margin-bottom: 90px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p62 .container .block1 p.slogan,
#header_text .block1 p.slogan {
  font-family: "Inter", "Roboto", Arial, sans-serif;
}
.p62 .container .banner {
  width: 50%; /* padding-top: 10px;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .p62 #content h2 { font-size: 1.2rem; margin: 0 0 34px 0; font-weight: normal; font-family: 'BoschSans', Arial, sans-serif; } */
.p62 #content .texts p {
  width: 80%;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 12px;
  font-family: "BoschSans", Arial, sans-serif;
}
/* .p62 { background: url(../images/LP_banner.jpg) top right no-repeat; } */
.p62 #content .lp_layout {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  margin-right: 30px;
}
.p62 #content .banner .texts {
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
  color: #000;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-right: 15px;
}
.p62 #content .banner .texts h1 {
  font-size: 50px;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.p62 #content .banner .texts p {
  font-size: 22px;
  margin-bottom: 32px;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
}
.p62 #content .banner .btn-submit {
  display: inline-block;
  background: #005f99;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: SiemensSans, "OpenSans", Arial, sans-serif;
  font-size: 24px;
  min-width: 360px;
  text-align: center;
  margin: 8px 0;
  padding: 16px 32px;
  transition: background-color 0.3s;
  text-decoration: none;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
}
.p62 #content .banner .btn-submit:hover {
  background-color: #292929;
  transition: 0.7s;
}

.p62 #content .banner .btn-submit::after {
  background: url(../images/arrow_bttn.svg) center center no-repeat;
  display: inline-block;
  content: "";
}

.p62 .LP_mob_banner {
  display: none;
}
.p62 .lp_layout .banner-wrap {
  max-width: 900px;
}
.p62 .lp_layout .banner {
  display: block;
}
.p62 #content {
  overflow: hidden;
  min-height: calc(100vh - 60px);
}

.p413 #l_promotion_submission_id {
  color: black;
}
.p111 .type2 {
  font-size: 30px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
}
.p413 #reg_promotion_customers_short_ots {
  min-height: calc(100vh - 300px);
}

#info_text > div > div > p:nth-child(3) {
  margin-bottom: 40px;
}
#info_text span.button3,
#btn_new_search {
  font-family: "BoschSans", Arial, sans-serif;
  height: 60px;
  margin-bottom: 40px;
  min-width: 130px;
  background-color: var(--primary-blue);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px; /*margin: 0 0 15px 15px;*/
  padding: 10px 30px;
  transition: background-color 0.3s, color 0.3s;
}
#info_text span.button3:hover,
#btn_new_search:hover {
  background-color: #333;
  text-decoration: none;
}
#info_text span.button3 a {
  color: white;
}
#info_text span.button3 a:hover {
  text-decoration: none;
}

/* ----STEPS REVEAL--- */

.p62.land-main .steps {
  padding: 20px;
  margin: 0;
  min-height: 45vh;
  padding-bottom: 20px;
  background: white; /*background: #eff1f2;*/
  padding-top: 40px;
}
.p62.land-main .steps .main-container {
  display: grid;
  place-items: center;
}
.p62.land-main .steps .main-container .sample-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.7em;
  column-gap: 0.8em;
  max-width: 1200px;
}
.p62.land-main .steps .main-container .sample-steps .step1,
.p62.land-main .steps .main-container .sample-steps .step2,
.p62.land-main .steps .main-container .sample-steps .step3 {
  width: 380px;
  min-width: 150px;
  min-height: 200px;
  background: #eff1f2; /*background: white;*/
  display: flex;
  justify-content: top;
  align-items: flex-start;
  flex-direction: column; /* padding: 25px 35px; padding-top: 50px;*/
}
.p62.land-main .steps .main-container .sample-steps h3 {
  padding: 0px 35px;
  padding-top: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
}
.p62.land-main .steps .main-container .sample-steps p {
  padding: 0px 35px;
  padding-bottom: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 10px;
  font-family: "BoschSans", Helvetica, Arial, sans-serif;
}
.p62.land-main .steps .main-container .sample-steps p.step_icon {
  margin: 0;
  padding: 0;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s ease;
  transition-property: transform, opacity;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

.step_icon_mob {
  display: none;
}

.check-status {
  border: 0;
  margin: 0 auto 30px auto;
  width: 100%;
}
.p413 #main > h1,
.p413 #main > form {
  width: 100%;
}
.check-status .form-field.submit,
.check-status .foot {
  text-align: center;
}

@media (max-width: 1280px) {
  .p62.land-main .steps .main-container .sample-steps .step1,
  .p62.land-main .steps .main-container .sample-steps .step2,
  .p62.land-main .steps .main-container .sample-steps .step3 {
    width: 100%;
  }
  #promo_content.info_text_left #info_text_holder {
    float: none;
    width: 555px;
    margin: 0 auto; /* margin-bottom: 20px;*/
  }
  #promo_content.info_text_left #form_holder {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #form_holder,
  #content,
  .land-main #content .section .left,
  .land-main #content .section .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    padding: 0;
    width: 100%;
  }
  .field-row[id^="r_barcode"]
    .table-cell.plc_holder_parent
    .dynamic_info_logo.selected,
  .field-row[id^="r_other_promo_code"]
    .table-cell.plc_holder_parent
    .dynamic_info_logo.selected,
  .field-row[id^="r_serial_number"]
    .table-cell.plc_holder_parent
    .dynamic_info_logo.selected {
    right: 34px;
  }
  #promo_content a.popup {
    right: 1rem;
  }
  .field-row .table-cell.coll1_field_sub_group_btm {
    position: relative;
  }

  #info_text {
    text-align: center;
    width: 555px;
    margin: 0 auto;
    position: relative;
  }
  #r_purchase_upload_file {
    float: none;
    width: 100%;
  }
  #footer .block1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .fu-1,
  #footer .last {
    float: none;
  }
  #footer li {
    display: block;
    margin: 10px 0;
  }
  #main.ty #form_wrapper {
    max-width: 100%;
    padding: 50px 0;
    text-align: center;
  }
  .land-main #content {
    padding-left: 0;
    padding-right: 0;
  }
  .land-main #content .section {
    display: flex;
    flex-direction: column;
  }
  .land-main #content .section .left {
    order: 2;
    width: 100%;
  }
  .land-main #content .section .right {
    order: 1;
    width: 100%;
  }
  .fileinputs {
    clear: none;
    float: left;
    width: 100%;
  }
  #l_purchase_upload_file {
    float: left;
    width: 100%;
  }
  #promo_content.info_text_left #form_holder {
    padding-top: 0px;
  }
  #promo_content a.popup {
    right: 1rem;
  }

  #submit-div {
    text-align: center;
    padding-left: 0;
  }

  .field-row .table-cell,
  #r_purchase_upload_file > div.table-cell.coll1 > div > label {
    clear: none;
    float: none;
    width: calc(100% - 10px);
  }

  .field-row .table-cell.coll1,
  .field-row .table-cell.coll1_field_sub_group_btm {
    clear: none;
    float: right;
    padding-left: 5px;
    width: 10px;
  }

  .dynamic_info_logo {
    top: 4px;
    right: 30px;
  }
  #r_promo_agreement,
  #r_terms_conditions_box,
  #r_subscribe,
  #r_prommq_answers {
    width: calc(100% - 10px);
  }

  .p62 .container {
    padding: 0px 15px 30px 16px;
  }
  #header_text .block1 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p62 #content .banner .btn-submit::before {
    background: url(../images/arrow_bttn.svg) center center no-repeat;
    border: 0;
    height: 32px;
    width: 32px;
    top: 10px;
    right: 0;
  }
}

@media (min-width: 1281px) {
  .mobile-video {
    display: none;
  }
}
@media (max-width: 1280px) {
  .desktop-video {
    display: none;
  }
}
@media (max-width: 1200px) {
  .p62 .texts_container .texts {
    left: 5%;
  }
}
@media (max-width: 1000px) {
  .p62 .container {
    flex-direction: column;
  }
  .p62 #content .lp_layout,
  .p62 .container .banner {
    width: 100%;
  }

  .p62 #content .banner .btn-submit {
    display: inline-block;
    background: #005f99;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: SiemensSans, "OpenSans", Arial, sans-serif;
    font-size: 18px;
    min-width: 100%;
    text-align: center;
    margin: 5px 0;
    padding: 16px 32px;
    transition: background-color 0.3s;
    text-decoration: none;
    font-family: "BoschSans", Helvetica, Arial, sans-serif;
  }
  #info_text .texts_container {
    width: 100%;
    min-height: 698px;
  }
}
@media (max-width: 950px) {
  .p62 .texts_container .texts {
    max-width: 60%;
  }
}
@media (max-width: 850px) {
  .p62 .texts_container .texts {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p62.land-main .steps .main-container .sample-steps [class^="step"] {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(auto, 200px) 1fr;
  }
  .p62.land-main .steps .main-container .sample-steps {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1.7em;
    column-gap: 1.5em;
    max-width: 100%;
    margin-top: 1rem;
  }
  .p62.land-main .steps .main-container {
    width: 100%;
  }
  /* .p62.land-main .steps .main-container .sample-steps .step1, .p62.land-main .steps .main-container .sample-steps .step2, .p62.land-main .steps .main-container .sample-steps .step3 { padding-top: 50px; } */

  #form_titles .block3 ul {
    padding: 30px 0;
    padding-bottom: 0;
  }

  .p62.land-main .steps .main-container .sample-steps .step1,
  .p62.land-main .steps .main-container .sample-steps .step2,
  .p62.land-main .steps .main-container .sample-steps .step3 {
    min-height: 100%;
  }

  #form_titles .block3 li,
  #form_titles .block3 li:nth-child(3) {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
  }

  .p19 .table-scroll {
    overflow-x: auto;
  }
  .p19 .table-scroll table {
    min-width: 850px;
  }
  .p62 .texts_container {
    width: 100%;
    height: 800px;
    background: url(../images/LP_banner_desktop.jpg) top center no-repeat;
    background-size: contain;
  }

  .p62 .texts_container .texts {
    /* display: block; */
    /* position: unset; */
    bottom: 0;
    left: 0;
    top: 80%;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .p62 .product_counter .container {
    padding-right: 0;
  }
  .p62 .product_counter .reveal {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  #reg_promotion_customers_short_ots .check-status .form-holder {
    flex-direction: column;
  }
  #reg_promotion_customers_short_ots
    .check-status
    .form-holder
    #r_promotion_submission_id {
    width: 100%;
  }
  #reg_promotion_customers_short_ots .check-status .form-holder #r_button_ajax {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  #button_ajax {
    width: 100%;
    text-align: center;
    background-color: #00629a;
    transition: 0.7s;
    color: white !important;
  }
}

@media (max-width: 650px) {
  .p62 .product_counter .reveal {
    grid-template-columns: repeat(2, 1fr);
  }
  .p62 .texts_container {
    height: 840px;
  }
  #info_text .texts_container .texts {
    padding-left: 2rem;
  }
  #promo_content.info_text_left #form_holder {
    padding-left: 2rem;
  }
}

@media (max-width: 555px) {
  .p62 .texts_container {
    width: 100%;
    height: 780px;
    background: url(../images/LP_banner_desktop.jpg) top center no-repeat;
    background-size: contain;
  }

  .p62 .ots .info {
    margin-right: 0;
    width: 100%;
    padding: 30px 0px;
  }

  #promo_content.info_text_left #info_text_holder {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #info_text {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  /* #info_text .banner { display: none; } */
  #info_text .mob_banner {
    display: block;
  }
  #info_text .Additional_info {
    padding: 0 15px;
  }

  /* #info_text .Title h1 { padding-top: calc( 100% - 20%); font-size: 1rem;} */

  .p62 .texts_container .texts li {
    width: 100%;
  }

  /* #info_text .texts_container { height: 710px; } */
  #info_text .texts_container .texts {
    /* display: block; */
    /* position: unset; */
    width: 100%;
    bottom: 0;
    left: 0;
    top: 75%;
  }
  #info_text .texts_container h1 {
    font-size: 1.8rem;
  }
  .land-main #content h1 {
    line-height: 2rem;
  }
  .p62 .product_counter .container h2 {
    font-size: 1.5rem !important;
    line-height: 1.8rem;
    word-wrap: break-word;
    padding-top: 20px;
    padding-left: 2rem;
  }
  .p62 .product_counter .container p {
    padding-left: 2rem;
  }
  #info_text .texts_container h2 {
    font-size: 1rem;
  }

  .land-main #content h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  #info_text p:last-child img {
    max-width: 100%;
  }
  #form_titles h3 {
    font-size: 36px;
  }
  #r_answer_43886,
  #r_answer_43887 {
    margin-left: 20px;
  }

  .land-main #content .section .right img {
    max-width: 50%;
  }
  #promo_content,
  #content {
    background: transparent;
    margin: 0 auto 50px auto;
    max-width: 1280px;
  }
  .fileinputs {
    clear: none;
    float: left;
    width: 100%;
  }
  #l_purchase_upload_file {
    float: left;
    width: 100%;
  }
  .p62 .texts_container .texts_border {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 494px;
  }
  #info_text .texts_container .texts {
    /* display: block; */
    /* position: unset; */
    width: 100%;
    bottom: 0;
    left: 0;
    top: 68%;
  }
  /* #info_text .texts_container {
        height: 700px;
    } */

  .p62 .product_counter .reveal {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1em;
    column-gap: 0em;
  }
  .p62.land-main .steps .main-container .sample-steps [class^="step"] {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 1.5rem;
  }

  #a_l_txt_terms_conditions_box,
  #step2 #a_l_txt_terms_conditions_box,
  #a_l_txt_first_name,
  #a_l_txt_series_promotions,
  #a_l_txt_purchased_products_number,
  #a_l_txt_title,
  #a_l_txt_payment_method,
  #a_l_txt_bank_details_international {
    font-size: 22px;
    margin: 6px 0 15px 0;
  }
}

@media (max-width: 420px) {
  .p62 .texts_container {
    height: 680px;
  }
  .p62 .texts_container .texts_border {
    max-width: 100%;
  }
  .p62 .texts_container .texts {
    top: 65%;
    padding: 2rem;
  }
}

@media (max-width: 380px) {
  .p62 .texts_container {
    height: 700px;
  }
  #l_purchase_upload_file {
    float: left;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .p62 .texts_container {
    height: 720px;
  }
}
