* {
  box-sizing: border-box;
  transition: background-color 0.3s;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "UVP";
  src: url("../../assets/fonts/UniviaPro/v1/UniviaProRegular.woff2")
      format("woff2"),
    url("../../assets/fonts/UniviaPro/v1/UniviaProRegular.woff") format("woff"),
    url("../../assets/fonts/UniviaPro/v1/UniviaProRegular.otf") format("otf");
  font-weight: normal;
}
@font-face {
  font-family: "UVP";
  src: url("../../assets/fonts/UniviaPro/v1/UniviaPro-Bold.woff2")
      format("woff2"),
    url("../../assets/fonts/UniviaPro/v1/UniviaPro-Bold.woff") format("woff"),
    url("../../assets/fonts/UniviaPro/v1/UniviaPro-Bold.otf") format("otf");
  font-weight: bold;
}
@font-face {
  font-family: "WorkSans";
  src: url("../../assets/fonts/WorkSans/v1/WorkSans-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/WorkSans/v1/WorkSans-Regular.woff") format("woff"),
    url("../../assets/fonts/WorkSans/v1/WorkSans-Regular.ttf") format("ttf");
  font-weight: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../../assets/fonts/WorkSans/v1/WorkSans-Bold.woff2") format("woff2"),
    url("../../assets/fonts/WorkSans/v1/WorkSans-Bold.woff") format("woff"),
    url("../../assets/fonts/WorkSans/v1/WorkSans-Bold.ttf") format("ttf");
  font-weight: bold;
}

:root {
  --primary-violet: #b70273;
  --primary-purple: #4e2b8a;
  --primary-cyan: #00aaac;
  --primary-blue: #267eb8;
  --primary-darkblue: #005f99;
  --primary-green: #0c8d54;
  --primary-red: #d3394c;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  background: white;
  color: black;
  font-family: "WorkSans", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
a {
  color: #000000;
  text-decoration: underline;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: underline;
}

#main {
  max-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#header_text {
  margin: 0 auto;
  width: 1220px;
  max-width: 100%;
}
#header_text .block1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 30px 0;
}
#header_text:before {
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  height: 6px;
  z-index: 240;
}
#header_text .block2 {
  position: relative;
}
#header_text .block2 .roundel {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.header .logo,
#header_text .logo {
  width: 174px;
  padding: 2rem 0;
}
.land-main #gallerycontainer_imgitem_19535 {
  display: none;
}

.info_text_left #info_text_holder,
.info_text_left #form_holder {
  margin: 0;
  padding: 0;
  width: auto;
}
#info_text .block1 {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#info_text .block1 p.logo {
  display: inline-block;
}
#info_text .block1 h1 {
  display: inline-block;
}
#info_text h2 {
  font-size: 30px;
}
#info_text h2 em {
  font-weight: 800;
}
#info_text h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
#info_text p.center {
  padding: 30px;
  text-align: center;
}
#info_text p.center a {
  background-color: var(--primary-blue);
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 10px 45px;
  transition: background-color 0.3s, color 0.3s;
}
#info_text p.center a:hover {
  background-color: #333;
  text-decoration: none;
}

#promo_content,
#content {
  background: transparent;
  margin: 0 auto;
  max-width: 1220px;
}
#promo_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.p62 #header_text {
  display: none;
}
.p62 .container {
  padding: 0px 15px 30px 15px;
  max-width: 1220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.p62 #content:before {
  left: 0;
  width: 100%;
  content: "";
  background: url(../images/shape_horizontal.svg) center center/cover no-repeat;
  position: absolute;
  height: 6px;
  z-index: 240;
}
.p62 .container .block1 {
  width: 50%;
  margin-bottom: 150px;
}
.p62 .container .banner {
  padding-top: 120px;
}

.p18 .header #gallerycontainer_imgitem_19534,
.p18 .header #gallerycontainer_imgitem_19535,
.p19 .header #gallerycontainer_imgitem_19535,
.p413 .header #gallerycontainer_imgitem_19535,
.p111 .header #gallerycontainer_imgitem_19535 {
  display: none;
}
.p19 #header_text .ct {
  display: block;
}
#content {
  padding: 0;
}
#content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#content p {
  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: 1px 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;
}
.land-main #content {
  width: 100%;
  max-width: 100%;
}
.land-main #content h1 {
  font-family: "UVP", Arial, sans-serif;
  text-align: center;
  margin: 3rem auto 2rem auto;
}
.land-main .subtitle {
  font-family: "UVP", Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}
.land-main #content table {
  font-family: "UVP", Arial, sans-serif;
  margin: 2rem auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid transparent;
  border-radius: 12px;
  overflow: hidden;
}
.land-main #products thead {
  background-color: #f7c9b1;
  font-size: 20px;
  color: #000000;
  text-align: left;
}
.land-main #content table thead th {
  padding: 0.75rem 1rem;
  border: none;
}
.land-main #content table tbody {
  background-color: #fdf4ef;
}
.land-main #content table tbody tr td {
  border: none;
  padding: 0.75rem 1rem;
  text-align: left;
}
.land-main #content .block1 {
  text-align: center;
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.25;
}
#content ul.buttons,
#content #products-gallery-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 2rem auto;
  padding: 0;
  justify-content: center;
}
ul.buttons a,
.button,
.SubmitButt,
#add_another_product,
#remove_last_product,
.p413 #button_ajax,
.check-status .btn-new-search {
  display: inline-flex;
  padding: 16px 28px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #202020;
  color: #202020;
  transition: all 0.15s ease-in-out;
  font-size: 1rem;
  cursor: pointer;
}
ul.buttons a.primary,
.button.primary,
.SubmitButt,
.p413 #button_ajax,
.check-status .btn-new-search {
  background: #202020;
  color: white;
}
ul.buttons a:hover,
.button:hover,
.SubmitButt:hover,
#add_another_product:hover,
#remove_last_product:hover,
.p413 #button_ajax:hover,
.check-status .btn-new-search:hover {
  box-shadow: 1px 3px 6px #f7c9b1;
  text-decoration: none;
}
#content #products-gallery-list {
  font-family: "UVP", Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  width: 1220px;
  max-width: 100%;
  margin: 2rem auto 3rem auto;
}
#content #products-gallery-list ul {
  gap: 4rem;
  text-align: center;
  justify-content: center;
  padding-top: 1.5rem;
}
#content #products-gallery-list ul li {
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
}
#content #products-gallery-list ul li p {
  font-weight: bold;
}
#content #products-gallery-list p {
  font-weight: normal;
  text-align: center;
  line-height: 1.25;
  margin: 0;
}
.land-main .steps h2,
.land-main .tracker h2 {
  font-family: "WorkSans", Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #111111;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.land-main .tracker h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 2rem 0;
}
.land-main .tracker p {
  opacity: 0.8;
  font-size: 15px;
}
.land-main .tracker a.button {
  margin: 1.5rem auto 1rem auto;
}
.land-main #content .steps > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
  width: 1220px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  text-align: center;
}
.land-main #content .steps > ul > li {
  width: 300px;
  flex-grow: 1;
}
.land-main .steps h4 {
  font-size: 42px;
  color: #202020;
  font-weight: bold;
  padding: 0.5rem;
}
.land-main .steps h3 {
  font-size: 24px;
  color: #3a3a3a;
  font-weight: bold;
  padding: 0.25rem 1rem 1rem 1rem;
}
.land-main .steps p,
.land-main .steps ul ul {
  opacity: 0.8;
  font-size: 15px;
  line-height: 1.25;
}
.land-main .steps a.button {
  margin: 0.5rem auto;
  display: grid;
  width: fit-content;
  align-self: center;
}
.land-main .steps {
  padding-bottom: 2rem;
}

.header {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}
.steps,
.tracker {
  background: #fdf4ef;
}
.land-main #content .tracker .block1 {
  border-top: 1px solid #f7c9b1;
  padding: 0rem 1rem 3rem 1rem;
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
}

#info_text_holder {
  margin: 0 auto;
  max-width: 820px;
  padding: 30px 0;
  font-family: "UVP", sans-serif;
}
#info_text a {
  background: var(--primary-red);
  color: white;
  display: inline-block;
  font-size: 24px;
  padding: 10px 20px;
}
#info_text a:hover {
  background: var(--primary-blue);
  text-decoration: none;
}
#info_text_holder h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 2rem 1rem 1rem 1rem;
}
#info_text_holder p {
  padding: 0.5rem 1rem;
  line-height: 1.25;
}

#progress_detailed {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#progress_detailed > div {
  border-top: 6px solid #d9d9d9;
  color: #d9d9d9;
  font-size: 17px;
  padding-top: 10px;
  text-align: center;
  width: 33.33%;
}
.stage1 #progress_detailed > div:nth-child(1),
.stage2 #progress_detailed > div:nth-child(1),
.stage2 #progress_detailed > div:nth-child(2),
.stage3 #progress_detailed > div:nth-child(1),
.stage3 #progress_detailed > div:nth-child(2),
.stage3 #progress_detailed > div:nth-child(3) {
  border-color: var(--primary-blue);
}
.stage1 #progress_detailed > div:nth-child(1) span,
.stage2 #progress_detailed > div:nth-child(1) span,
.stage2 #progress_detailed > div:nth-child(2) span,
.stage3 #progress_detailed > div:nth-child(1) span,
.stage3 #progress_detailed > div:nth-child(2) span,
.stage3 #progress_detailed > div:nth-child(3) span {
  color: var(--primary-blue);
}

#form_holder {
  background: transparent;
  overflow: hidden;
}

.accordion {
  width: 100%;
  padding-right: 1rem;
}
.title_sub,
.form_titels {
  font-weight: bold;
  font-size: 28px;
  color: #6c6c6c;
}
.accordion-toggle {
  border-bottom: 0;
  color: #292929;
  font-size: 24px;
  margin: 0;
  padding: 0 0 0 40px;
}
.accordion-toggle.active {
  color: #000000;
}
.accordion-toggle.active .title_sub,
.accordion-toggle.active .form_titels {
  color: #000000;
}
.accordion-toggle:before {
  background: url(../images/collapsed.svg) center no-repeat;
  border: 0;
  height: 32px;
  width: 32px;
  top: 0;
  left: 0;
}
.accordion-toggle.active:after {
  background: url(../images/expanded.svg) center center no-repeat;
  border: 0;
  height: 32px;
  width: 32px;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.accordion-content {
  padding-left: 40px;
}
.accordion b {
  font-weight: normal;
}
.wrap_step {
  position: relative;
  padding-bottom: 1.25rem;
}
.step.accordion-content::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 28px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #1a1a1a 0%, #fff 100%);
  opacity: 0.6;
}
.wrap_step:nth-child(4) .step.accordion-content::before {
  display: none;
  opacity: 0;
}

#form_holder {
  margin: 0 auto;
  max-width: 820px;
}
.table-cell label {
  display: inline-block;
  padding: 10px 0;
}
.table-cell select,
.table-cell input[type="text"] {
  border-radius: 0;
  font-family: "Roboto", Arial, sans-serif;
  padding: 8px;
  width: 100%;
}
.table-cell select {
  padding: 8px 5px;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.next_step,
.prev_step {
  background-color: var(--primary-red);
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 10px 45px;
  transition: background-color 0.3s, color 0.3s;
}
.next_step:hover,
.prev_step:hover {
  background-color: var(--primary-blue);
}

.required {
  color: red;
}
div.required {
  color: black;
  font-size: 16px;
  margin: 0 0 15px 0;
}
div.required span {
  color: red;
}
#country_promotion {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
#input_block_payment_method {
  float: none;
  margin: 0 0 15px 0;
  width: 100%;
}
#date_birth_u_info,
#bank_benficiary_u_info,
#date_purchase_u_info,
#send_purchase_by_u_info,
#bank_beneficiary_rev_u_info,
div[id^="other_promo_code"],
#revolut_tag_u_info,
#bank_benficiary_individual_u_info,
#bank_benficiary_rev_individual_u_info,
#barcode_u_info,
div[id^="date_purchase"] {
  font-size: 13px;
  display: block;
  padding: 5px 0;
}
[id^="r_date_purchase"] .table-cell {
  position: relative;
}
[id^="r_date_"] .dynamic_info_logo {
  right: 35px;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
#add_another_product,
#remove_last_product {
  width: 100%;
  padding: 16px;
}
#remove_last_product {
  margin-top: 0.5rem;
  background: #20202017;
}
#remove_last_product.disabled {
  display: none;
}
#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;
}
.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;
}
.mobile-video {
  display: none;
}
#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: #202020 !important;
  color: #ffffff;
  font-family: "WorkSans", sans-serif;
  width: 100%;
  border-radius: 6px;
  padding: 16px;
  font-size: 1rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
  font-size: 13px;
}
.field-row .inputfile.inputfile__btn + label:hover {
  box-shadow: 1px 3px 6px #f7c9b1;
}
#promo_content a.popup {
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  width: 18px;
}
#send_purchase_by_u_info p {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
#r_purchased_products_number {
  display: none;
}
#purchase_upload_file_u_info p {
  display: inline;
  vertical-align: middle;
}
#r_purchase_upload_file .table-cell {
  width: 100%;
}
#l_purchase_upload_file,
#r_purchase_upload_file .fileinputs {
  float: left;
  width: 50%;
}

.first_row {
  padding: 1rem 0;
}
#r_purchase_upload_file {
  margin-bottom: 20px;
}
#r_promo_agreement {
  margin-top: 20px;
}
#r_promo_agreement {
  padding-bottom: 0;
}
#r_terms_conditions_box {
  margin-bottom: 0.75rem;
}
#r_subscribe {
  padding-left: 20px;
  padding-top: 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;
}

#footer {
  background: #2e3033;
  font-weight: 400;
  clear: both;
  width: 100%;
  margin-top: auto;
}
#footer .block-info-container {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .logo {
  width: 174px;
}
#footer .block2 {
  text-align: right;
  display: grid;
  justify-items: end;
  gap: 1rem;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

#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: 100px 1rem;
  width: 100%;
}
#main.ty #form_wrapper h1 {
  font-size: 36px;
  font-weight: 600;
}
#main.ty #form_wrapper h2 {
  font-size: 18px;
}
#main.ty #header_text {
  display: flex;
  gap: 0;
}
#main.ty #promo_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
#main.ty #promo_content.info_text_left #form_holder {
  float: initial;
  margin: 0 auto;
}
#main.ty #info_text_holder {
  padding-bottom: 2rem;
}
#main.ty #info_text_holder h1 {
  display: none;
}
#main.ty #info_text_holder img {
  padding-bottom: 1rem;
}

.p19 #extend_content {
  padding-top: 2.5rem;
}
.p19 #header_text p {
  display: block;
  padding: 30px 0;
  text-align: center;
}

.p111 #header_text p {
  display: block;
  padding: 30px 0;
  text-align: center;
}
.p111 h1.type2 {
  font-weight: bold;
  padding-top: 50px;
}

.p413 .table-body .table-cell.id {
  background: #f7c9b1;
  border-color: #f7c9b1;
}
.p413 #header_text p {
  display: block;
  padding: 30px 0;
  text-align: center;
}
.p413 #header_text .ct {
  display: block;
}
.p413 #main h1 {
  padding-top: 50px;
}
.check-status {
  width: 620px;
  max-width: 100%;
}
.check-status .form-field {
  display: flex;
  gap: 1rem;
}
.p413 .check-status h2 {
  border-bottom: 0;
}
.p413 input[type="text"] {
  padding: 10px;
  width: 100%;
}
.p413 #l_promotion_submission_id {
  display: inline-block;
  padding: 10px 0;
}
.p413 .form-field.submit {
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1260px) {
  .header,
  #content #products-gallery-list {
    padding: 0 1rem;
  }
}

@media (max-width: 1220px) {
  #header_text .block2 .roundel {
    max-width: 20%;
  }
  #info_text_holder,
  #form_holder {
    float: none;
    width: 100%;
  }
  #form_holder,
  #content,
  .land-main #content .section .left,
  .land-main #content .section .right,
  #info_text,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .land-main #content {
    padding-left: 0;
    padding-right: 0;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    padding: 0;
    width: 100%;
  }
  .field-row .table-cell,
  .field-row .table-cell.coll1 {
    width: 100%;
  }
  #r_purchase_upload_file {
    float: none;
    width: 100%;
  }
  #footer .block1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .fu-1,
  #footer .last {
    float: none;
  }
  #main.ty #form_wrapper {
    max-width: 100%;
    padding: 50px 0;
  }
  .fileinputs {
    clear: none;
    float: left;
    width: 100%;
  }
  #l_purchase_upload_file {
    float: left;
    width: 100%;
  }
  #header_text .block1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #form_holder {
    padding-top: 20px;
  }
  #r_payment_method .cbox_list,
  #l_purchase_upload_file,
  #r_purchase_upload_file .fileinputs {
    float: none;
    width: 100%;
  }
  .land-main #content .steps > ul {
    gap: 2rem;
  }
}
@media (max-width: 900px) {
  .land-main #content .block1 {
    width: 100%;
    padding: 0 1rem;
  }
  #content > div > div.lp_layout > div.block1 > p {
    text-align: left;
  }
  #footer .block-info-container {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.5rem;
  }
  #footer .block2 {
    justify-items: center;
    text-align: center;
  }
  #footer .block2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 820px) {
  #promo_content {
    gap: 0.5rem;
  }
}
@media (max-width: 680px) {
  #promo_content,
  #main.ty #promo_content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #info_text_holder h1,
  #info_text_holder p,
  .accordion {
    padding-left: 0;
    padding-right: 0;
  }
  .info_text_left #form_holder {
    padding: 0 1rem;
  }
  #main.ty #form_wrapper {
    padding-top: 0;
  }
  #main.ty #info_text_holder {
    padding-bottom: 0.25rem;
  }
  .check-status {
    width: calc(100vw - 2rem);
  }
}
@media (max-width: 600px) {
  #header_text .block1 img {
    max-width: 150px;
  }
  #header_text .block2 .roundel {
    max-width: 35%;
    bottom: auto;
    top: 50px;
  }
  #progress_detailed {
    flex-direction: column;
  }
  #progress_detailed > div {
    width: 100%;
  }
  .header .logo,
  #header_text .logo {
    padding: 1.35rem 0;
  }
}
@media (max-width: 480px) {
  .land-main #gallerycontainer_imgitem_19534,
  .p413 .header #gallerycontainer_imgitem_19534,
  .p19 .header #gallerycontainer_imgitem_19534,
  .p111 .header #gallerycontainer_imgitem_19534 {
    display: none;
  }
  .land-main #gallerycontainer_imgitem_19535,
  .p413 .header #gallerycontainer_imgitem_19535,
  .p19 .header #gallerycontainer_imgitem_19535,
  .p111 .header #gallerycontainer_imgitem_19535 {
    display: block;
  }
  #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 h1 {
    font-size: 32px;
    margin: 2rem auto 1.35rem auto;
  }
  .land-main #content .section .right img {
    max-width: 50%;
  }
  #promo_content,
  #content {
    background: transparent;
    max-width: 1280px;
  }
  .fileinputs {
    clear: none;
    float: left;
    width: 100%;
  }
  #l_purchase_upload_file {
    float: left;
    width: 100%;
  }
  #gallerycontainer_imgitem_16602,
  .p62 #gallerycontainer_imgitem_16602 {
    max-width: 50%;
  }
  #l_upload_serial_number1 {
    width: 70%;
  }
  .mobile-video {
    display: inline-block;
  }
  .desktop-video {
    display: none;
  }
  .check-status .form-field {
    display: grid;
    gap: 0;
    justify-items: center;
  }
  .p413 .form-field.submit {
    justify-content: center;
  }
}
@media (max-width: 380px) {
  #l_purchase_upload_file {
    float: left;
    width: 100%;
  }
  .title_sub,
  .form_titels {
    font-size: 24px;
  }
}
