:root {
  --brand_top_panel_bg_color: white;
  --white: white;
  --brand_payment_active_button_bg_color: #14305d;
  --brand_payment_active_button_text_color: var(--white);
  --brand_payment_desktop_bg_color: #14305d8a;
  --brand_payment_mobile_bg_color: #14305d;
  --brand_payment_second_line_font: Inter, sans-serif;
  --brand_payment_desktop_heading_text_color: white;
  --brand_payment_mobile_heading_text_color: var(--white);
  --brand_payment_first_line_font: Inter, sans-serif;
  --brand_payment_continue_button_bg_color: #16a8aa;
  --brand_payment_continue_button_text_color: var(--white);
  --brand_email_logo_width: 320px;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #30313d;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

li {
  margin-bottom: 2px;
}

label {
  color: #30313d;
  margin-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 14.55px;
  font-weight: 400;
  line-height: 17.11px;
  display: block;
}

.navbar {
  background-color: var(--brand_top_panel_bg_color);
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.template-body {
  background-image: linear-gradient(#14305d8a, #14305d8a),
    url("../images/sa_background.jpg");
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.template-body.bottom-padding {
  min-height: 600px;
  padding-bottom: 40px;
  position: relative;
}

.template-heading-block {
  color: #3c3c3b;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 30px;
  display: flex;
}

.template-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.94px;
}

.template-sub-heading {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.99px;
}

.payment-card-block {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 43px 40px;
}

.ignore-form-block {
  margin-bottom: 0;
}

.payment-form {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.payment-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.payment-grid.margin-bottom {
  margin-bottom: 20px;
}

.payment-input-field {
  background-color: var(--white);
  color: #30313d;
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  height: 44px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15.25px;
  font-weight: 400;
  line-height: 18.4px;
  transition: box-shadow 0.3s, border 0.3s;
}

.payment-input-field:hover {
  border-color: #6792f4;
}

.payment-input-field:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.payment-input-field.price {
  background-image: url("../images/Price-Sign.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.payment-input-field.text-area {
  height: 44px;
  padding-top: 12px;
}

.payment-input-field.text-area::placeholder {
  color: #75767f;
}

.brand-logo {
  width: 334.06px;
}

.payment-continue-button {
  color: var(--white);
  text-align: center;
  letter-spacing: 0.2px;
  background-color: #16a8aa;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: block;
  box-shadow: 0 1px 1px #00000014, 0 2px 5px #0000001f;
}

.widget-block {
  padding-top: 40px;
}

.payment-widget {
  margin-bottom: 24px;
}

.payment-submit-button {
  text-align: center;
  letter-spacing: 0.2px;
  background-color: #061835;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: 0 1px 1px #00000014, 0 2px 5px #0000001f;
}

.success-message {
  color: var(--white);
  background-color: #061835;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 52px;
  padding-top: 18px;
  font-family: Inter, sans-serif;
  font-size: 14.55px;
  font-weight: 400;
  line-height: 17.11px;
}

.success-form-field {
  padding-top: 28px;
  display: none;
}

.billing-content-block {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  padding-bottom: 20px;
  display: flex;
}

.billing-left-block {
  max-width: 189px;
}

.billied-tittle {
  color: #75767f;
  font-size: 14px;
  line-height: 24px;
}

.billied-tittle.price {
  text-align: right;
}

.billed-info-text {
  color: #30313d;
}

.billed-info-text.price {
  text-align: right;
}

.top-content-block {
  margin-bottom: 20px;
}

.billing-right-block {
  flex: 1;
}

.billing-heading-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: minmax(24px, 24px) minmax(198px, 1fr) minmax(65px, 1fr) 1fr 1fr;
  padding-bottom: 16px;
}

.billing-table-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ccc;
  grid-template-rows: auto;
  grid-template-columns: minmax(24px, 24px) minmax(198px, 1fr) minmax(65px, 1fr) 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-billing-block {
  text-align: right;
  padding-bottom: 40px;
}

.billing-footer-tittle {
  color: #30313d;
  margin-bottom: 8px;
  font-weight: 600;
}

.billing-footer-tittle.large {
  margin-bottom: 0;
  font-size: 16px;
}

.mobile-payment-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.billed-info-block {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 32px 20px 24px;
  display: flex;
}

.billing-right {
  text-align: right;
}

.billing-amount {
  color: #30313d;
  font-weight: 600;
}

.single-payment-invoice {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ccc;
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.invoice-main-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  padding: 20px 32px 20px 24px;
  display: flex;
}

.invoice-top-block {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.billing-footer-top {
  justify-content: space-between;
  padding-bottom: 16px;
  display: flex;
}

.button-mobile-device {
  background-color: #16a8aa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.payment-billing-block {
  background-color: #fff;
  border-radius: 6px;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 43px 40px;
}

.payment-tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.tab-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--brand_payment_active_button_bg_color);
  background-color: var(--brand_payment_active_button_text_color);
  color: var(--brand_payment_active_button_bg_color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.11px;
  display: flex;
}

.tab-button.w--current {
  border-color: var(--brand_payment_active_button_bg_color);
  background-color: var(--brand_payment_active_button_bg_color);
  color: var(--brand_payment_active_button_text_color);
}

.multi-step-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.tax-filling-card {
  cursor: pointer;
  border: 1px solid #01aaa4;
  border-radius: 6px;
  justify-content: space-between;
  min-height: 100px;
  padding: 24px;
  display: flex;
  position: relative;
}

.tax-filling-card.no-border {
  cursor: auto;
  border: 0 #0000;
  padding-bottom: 20px;
  padding-right: 0;
}

.tax-card-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.left-content-block {
  color: #30313d;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.1px;
}

.text-card-right {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.card-tittle {
  color: #14305d;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
}

.card-tittle.less-margin {
  color: #30313d;
  margin-bottom: 10px;
}

.vat-price-block {
  color: #75767f;
}

.vat-price-block.text-dark {
  color: #30313d;
}

.list-tittle {
  padding-bottom: 16px;
}

.check-block {
  color: #30313d;
  position: static;
  inset: auto 24px 14px auto;
}

.check-block.right-align {
  justify-content: flex-end;
  display: flex;
}

.qr-code-block {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 276px;
  height: 276px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.qr-code {
  width: 256px;
  height: 256px;
}

.gretting-block {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
}

.gretting-text {
  padding-top: 28px;
}

.active-border {
  pointer-events: none;
  border: 2px solid #3c3c3b;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.buton-bg-block {
  background-color: #061835;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 24px;
  display: none;
}

.template-heading-text {
  color: var(--white);
  margin-bottom: 0;
  line-height: 16.94px;
}

.heading-text-block {
  padding-top: 14px;
}

.condition-block {
  padding-top: 14px;
  padding-bottom: 20px;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  display: flex;
}

.checkbox {
  cursor: pointer;
  border-color: #d5dbe1;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  box-shadow: 0 2px 5px #30313d14, 0 1px 1px #0000001f;
}

.checkbox.w--redirected-checked {
  background-color: #1e50c0;
  background-size: 12px;
  border: 0 #fff;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  margin-bottom: 0;
}

.link-text {
  color: #30313d;
  text-decoration: underline;
}

.fixed-badge-block {
  position: absolute;
  bottom: 16px;
  right: 24px;
}

.syon-a4-invoice {
  background-color: #fff;
  flex-flow: column;
  width: 794px;
  height: 1123px;
  padding: 42px 54px 36px;
  display: flex;
}

.invoice-header {
  justify-content: space-between;
  display: flex;
}

.invoice-logo {
  color: #b2b7c2;
  letter-spacing: -0.3px;
  font-size: 33.36px;
  font-weight: 600;
  line-height: 53.38px;
}

.small-space {
  min-height: 48px;
}

.invoice-details-block {
  justify-content: space-between;
  display: flex;
}

.details-single-block.right {
  text-align: right;
}

.invoice-heading {
  color: #5e6470;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 600;
  line-height: 18.68px;
}

.invoice-heading.price {
  text-align: right;
}

.invoice-text {
  color: #5e6470;
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 18.68px;
}

.invoice-text.bold {
  color: #1a1c21;
  font-size: 13px;
  font-weight: 600;
}

.invoice-text.price {
  text-align: right;
}

.invoice-field-block {
  margin-bottom: 20px;
}

.large-space {
  min-height: 86px;
}

.invoice-heading-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 1px solid #d7dae0;
  grid-template-rows: auto;
  grid-template-columns:
    minmax(18px, 1fr) minmax(310px, 1fr) minmax(65px, 1fr) minmax(21px, 1fr)
    minmax(42px, 1fr);
  padding-bottom: 8px;
}

.invoice-content-body {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 1px solid #d7dae0;
  grid-template-rows: auto;
  grid-template-columns:
    minmax(18px, 1fr) minmax(310px, 1fr) minmax(65px, 1fr) minmax(21px, 1fr)
    minmax(42px, 1fr);
  padding-top: 10px;
  padding-bottom: 12px;
}

.billing-top {
  flex: 1;
}

.invoice-total-wrap {
  border-bottom: 1px solid #d7dae0;
  justify-content: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.total-amount-grid {
  grid-column-gap: 48px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.total-paid {
  justify-content: flex-end;
  padding-top: 14px;
  display: flex;
}

.total-paid-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.invoice-footer-block {
  margin-top: auto;
}

.footer-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.footer-text {
  color: #5e6470;
  letter-spacing: 0.4px;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

.footer-text.bold {
  color: #1a1c21;
  letter-spacing: 0.1px;
  font-weight: 500;
}

.powered-badge {
  background-color: var(--white);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 167.49px;
  height: 21px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
}

.qr-page-navbar {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  min-height: 160px;
  padding-bottom: 24px;
  display: flex;
}

.printset-body {
  background-image: linear-gradient(
      to bottom,
      var(--brand_payment_desktop_bg_color),
      var(--brand_payment_desktop_bg_color)
    ),
    url("../images/printset_bkg_1500.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.printset-body.bottom-padding {
  min-height: 600px;
  padding-bottom: 40px;
  position: relative;
}

.printset_heading {
  font: var(--brand_payment_second_line_font);
  color: var(--brand_payment_desktop_heading_text_color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  line-height: 39.94px;
}

.printset_sub-heading {
  font: var(--brand_payment_first_line_font);
  color: var(--brand_payment_desktop_heading_text_color);
  font-size: 19px;
  font-weight: 700;
  line-height: 22.99px;
}

.printset_heading-text {
  color: var(--brand_payment_desktop_heading_text_color);
  margin-bottom: 0;
  line-height: 16.94px;
}

.printset_submit-btn {
  background-color: var(--brand_payment_continue_button_bg_color);
  color: var(--brand_payment_continue_button_text_color);
  text-align: center;
  letter-spacing: 0.2px;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: 0 1px 1px #00000014, 0 2px 5px #0000001f, 0 -1px 1px #0000001f;
}

.printset_btn-block {
  background-color: #061835;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 24px;
  display: none;
}

.printset_payment-btn {
  background-color: #3c3c3b;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.printset_continue-btn {
  background-color: var(--brand_payment_continue_button_bg_color);
  color: var(--brand_payment_continue_button_text_color);
  text-align: center;
  letter-spacing: 0.2px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: block;
  box-shadow: 0 1px 1px #00000014, 0 2px 5px #0000001f;
}

.printset_filling-card {
  cursor: pointer;
  border: 1px solid #3c3c3b;
  border-radius: 8px;
  justify-content: space-between;
  min-height: 100px;
  padding: 24px;
  transition: background-color 0.2s;
  display: flex;
  position: relative;
}

.printset_filling-card:hover {
  background-color: #f8f8f8;
}

.printset_filling-card.no-border {
  cursor: auto;
  border: 0 #0000;
  padding-bottom: 20px;
  padding-right: 0;
}

.primary-icon {
  display: flex;
}

.printset-logo {
  width: var(--brand_email_logo_width);
}

.printset_tab-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--brand_payment_active_button_bg_color);
  background-color: var(--brand_payment_active_button_text_color);
  color: var(--brand_payment_active_button_bg_color);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.11px;
  display: flex;
}

.printset_tab-btn.w--current {
  border-color: var(--brand_payment_active_button_bg_color);
  background-color: var(--brand_payment_active_button_bg_color);
  color: var(--brand_payment_active_button_text_color);
}


.form-input-message {
  justify-content: flex-start;
  align-items: center;
  min-height: 20px;
  margin-top: 8px;
  font-size: 12px;
  display: flex;
}

.form-input-message.error {
  color: #c53434;
}

.fim-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  display: flex;
}

.fim-text {
  line-height: 19px;
}

.unit-price-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #cfd6dd;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding: 8px;
  transition: box-shadow 0.3s;
  display: flex;
}

.unit-price-wrapper:focus {
  box-shadow: inset 0 0 0 2px #6792f4;
}

.unit-price-currency {
  background-color: #dee3e5;
  border-radius: 4px;
  height: 26px;
  padding-top: 1px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 12px;
}

.unit-price-input {
  color: #30313d;
  border: 0 #000;
  height: 28px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15.25px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .template-body {
    background-image: linear-gradient(#14305d8a, #14305d8a),
      url("../images/sa_background.jpg");
    background-position: 0 0, 50% 0;
  }

  .payment-card-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-logo {
    width: 300px;
  }

  .billing-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
  }

  .billing-heading-grid {
    grid-template-columns:
      minmax(24px, 24px) minmax(140px, 1fr) minmax(65px, 1fr)
      1fr 1fr;
  }

  .billing-table-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns:
      minmax(24px, 24px) minmax(140px, 1fr) minmax(65px, 1fr)
      1fr 1fr;
  }

  .payment-billing-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .qr-code-text {
    color: var(--white);
    font-size: 15px;
    line-height: 18.1px;
  }

  .qr-code {
    max-width: none;
  }

  .gretting-text {
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
  }

  .invoice-heading-grid {
    grid-template-columns:
      minmax(24px, 24px) minmax(140px, 1fr) minmax(65px, 1fr)
      1fr 1fr;
  }

  .invoice-content-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns:
      minmax(24px, 24px) minmax(140px, 1fr) minmax(65px, 1fr)
      1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  ul {
    margin-bottom: 0;
  }

  .template-body {
    background-image: none;
    background-position: 0 0;
  }

  .template-body.bottom-padding {
    min-height: auto;
    padding-bottom: 20px;
  }

  .template-heading-block {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .template-heading {
    max-width: 20ch;
    font-size: 28px;
    line-height: 32px;
  }

  .template-sub-heading {
    font-size: 16px;
  }

  .payment-card-block {
    padding: 32px 40px 20px;
  }

  .payment-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .payment-input-field.text-area {
    height: 88px;
  }

  .payment-button-block {
    margin-top: 10px;
  }

  .brand-logo {
    width: 260px;
  }

  .body {
    background-color: #14305d;
  }

  .billing-left-block.full-width {
    max-width: none;
  }

  .top-content-block {
    margin-bottom: 0;
  }

  .footer-billing-block {
    padding-bottom: 0;
  }

  .mobile-payment-block {
    display: block;
  }

  .billed-info-block {
    margin-bottom: 10px;
  }

  .billing-right.flex-bottom {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .invoice-main-block {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .payment-billing-block {
    padding-top: 32px;
    padding-left: 48px;
    padding-right: 48px;
    display: none;
  }

  .sticky-main {
    background-color: #14305d;
    padding-bottom: 20px;
    position: sticky;
    bottom: 0;
  }

  .tab-button {
    text-align: center;
    min-height: 67px;
    font-size: 16px;
  }

  .multi-step-block {
    flex-flow: column-reverse;
    justify-content: flex-start;
  }

  .tax-filling-card {
    flex-flow: column;
  }

  .tax-filling-card.no-border {
    padding-top: 8px;
    padding-left: 0;
  }

  .tax-card-left {
    word-break: break-all;
  }

  .tax-card-left.display-none {
    display: none;
  }

  .text-card-right {
    text-align: left;
    padding-top: 14px;
  }

  .check-block {
    text-align: right;
    position: absolute;
    bottom: 24px;
  }

  .active-check-block {
    display: none;
  }

  .qr-code-text {
    margin-top: 24px;
  }

  .gretting-block {
    text-align: center;
  }

  .buton-bg-block {
    background-color: #061835;
    border-top: 1px solid #e9e9e9;
    display: block;
  }

  .template-heading-text {
    max-width: 40ch;
  }

  .heading-text-block {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .fixed-badge-block {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 6px;
    display: flex;
    position: static;
  }

  .template-content-block {
    padding-top: 40px;
  }

  .printset-body {
    background-color: var(--brand_payment_mobile_bg_color);
    background-image: none;
    background-position: 0 0;
  }

  .printset-body.bottom-padding {
    min-height: auto;
    padding-bottom: 20px;
  }

  .printset_heading {
    color: var(--brand_payment_mobile_heading_text_color);
    max-width: 20ch;
    font-size: 28px;
    line-height: 32px;
  }

  .printset_sub-heading {
    color: var(--brand_payment_mobile_heading_text_color);
    font-size: 16px;
  }

  .printset_heading-text {
    color: var(--brand_payment_mobile_heading_text_color);
    max-width: 40ch;
  }

  .printset_body {
    background-color: #3c3c3b;
  }

  .printset_btn-block {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    display: block;
  }

  .printset_sticky-block {
    background-color: #3c3c3b;
    padding-bottom: 20px;
    position: sticky;
    bottom: 0;
  }

  .printset_filling-card {
    flex-flow: column;
  }

  .printset_filling-card.no-border {
    padding-top: 8px;
    padding-left: 0;
  }

  .printset_tab-btn {
    text-align: center;
    min-height: 67px;
    font-size: 16px;
  }

  .unit-price-currency {
    padding-top: 1px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    min-height: 94px;
  }

  .template-body {
    background-image: none;
    background-position: 0 0;
    min-height: auto;
  }

  .template-heading-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .template-heading-block.less-paddding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .template-heading {
    text-align: center;
    font-size: 26px;
    line-height: 31.47px;
  }

  .template-sub-heading {
    font-size: 14px;
    line-height: 16.94px;
  }

  .payment-card-block {
    padding: 24px;
  }

  .payment-button-block {
    padding-top: 0;
  }

  .brand-logo {
    width: 187.91px;
  }

  .invoice-main-block.less-padding {
    padding-right: 24px;
  }

  .payment-billing-block {
    padding: 23px 37px 30px;
  }

  .tab-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 16.94px;
  }

  .tax-filling-card {
    overflow-wrap: anywhere;
  }

  .tax-filling-card.no-border {
    padding-top: 0;
  }

  .left-content-block {
    font-size: 14px;
  }

  .card-tittle {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .list-tittle {
    font-size: 14px;
  }

  .tab-menu-text {
    max-width: 60%;
  }

  .gretting-block {
    text-align: center;
  }

  .template-heading-text {
    margin-bottom: 10px;
  }

  .heading-text-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .checkbox {
    flex: none;
  }

  .checkbox-label.primary-text {
    font-size: 13px;
  }

  .qr-page-navbar {
    min-height: 140px;
  }

  .printset-body {
    background-image: none;
    background-position: 0 0;
    min-height: auto;
  }

  .printset_heading {
    text-align: center;
    font-size: 26px;
    line-height: 31.47px;
  }

  .printset_sub-heading {
    font-size: 14px;
    line-height: 16.94px;
  }

  .printset_heading-text {
    margin-bottom: 10px;
  }

  .printset_filling-card {
    overflow-wrap: anywhere;
  }

  .printset_filling-card.no-border {
    padding-top: 0;
  }

  .printset-logo {
    width: 187.91px;
  }

  .printset_tab-btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 16.94px;
  }
}

#w-node-_1b54e0cc-3a0a-890c-6c96-be7e8f1323c9-4b9d121e,
#w-node-_9391be7e-544b-4cb9-56f6-4b4d0eec347e-4b9d121e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f5d2ed9-1459-293b-f12c-7461a1d3fa87-4b9d121e,
#w-node-d2bac89a-f7e5-a2b9-1b69-18a3a284a4ee-4b9d121e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee8a6e58-3859-aa10-6899-8e5a4518bd49-4b9d121e,
#w-node-ee8a6e58-3859-aa10-6899-8e5a4518bd4d-4b9d121e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee8a6e58-3859-aa10-6899-8e5a4518bd51-4b9d121e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_060dc5d5-a608-47fe-e360-ee4ecb9b293a-8ce67771,
#w-node-a0d3f85b-a8df-33e4-7cc7-36833443a62c-8ce67771,
#w-node-_78c9f406-1d7d-532c-18d0-e0727dd254fc-8ce67771,
#w-node-_7940f03e-7457-d2f0-3efb-8df32c5cb7db-8ce67771,
#w-node-_92a435db-cf2f-7ace-5299-42ca7847bc6d-8ce67771,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210e9-8ce67771,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210eb-8ce67771,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210ed-8ce67771,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210ef-8ce67771,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210f1-8ce67771,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e0-8ce67771,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e2-8ce67771,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e4-8ce67771,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e6-8ce67771,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e8-8ce67771,
#w-node-_1b54e0cc-3a0a-890c-6c96-be7e8f1323c9-6435dedc,
#w-node-_9391be7e-544b-4cb9-56f6-4b4d0eec347e-6435dedc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4946fbe6-7f0f-f376-94ce-8e77e6884c18-6435dedc,
#w-node-d2bac89a-f7e5-a2b9-1b69-18a3a284a4ee-6435dedc,
#w-node-a17f54a2-01e6-042c-f72d-387082152ae6-6435dedc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcb91-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcb93-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcb95-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcb97-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcb99-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcb9c-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcb9e-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcba0-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcba2-5ed44f16,
#w-node-_6d721c7d-525b-5f0c-d771-34c8fe0fcba4-5ed44f16,
#w-node-d0c412a4-b2ec-4d26-32f5-32eeef6692bb-5ed44f16,
#w-node-d0c412a4-b2ec-4d26-32f5-32eeef6692bd-5ed44f16,
#w-node-d0c412a4-b2ec-4d26-32f5-32eeef6692bf-5ed44f16,
#w-node-d0c412a4-b2ec-4d26-32f5-32eeef6692c1-5ed44f16,
#w-node-d0c412a4-b2ec-4d26-32f5-32eeef6692c3-5ed44f16,
#w-node-_060dc5d5-a608-47fe-e360-ee4ecb9b293a-ac2cb6a3,
#w-node-a0d3f85b-a8df-33e4-7cc7-36833443a62c-ac2cb6a3,
#w-node-_78c9f406-1d7d-532c-18d0-e0727dd254fc-ac2cb6a3,
#w-node-_7940f03e-7457-d2f0-3efb-8df32c5cb7db-ac2cb6a3,
#w-node-_92a435db-cf2f-7ace-5299-42ca7847bc6d-ac2cb6a3,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210e9-ac2cb6a3,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210eb-ac2cb6a3,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210ed-ac2cb6a3,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210ef-ac2cb6a3,
#w-node-af69faf1-4cb3-7c10-ea3a-6c97a65210f1-ac2cb6a3,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e0-ac2cb6a3,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e2-ac2cb6a3,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e4-ac2cb6a3,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e6-ac2cb6a3,
#w-node-dc642c77-3fa0-043f-5a50-f577b6c5f7e8-ac2cb6a3,
#w-node-_1b54e0cc-3a0a-890c-6c96-be7e8f1323c9-9b8ab79b,
#w-node-_9391be7e-544b-4cb9-56f6-4b4d0eec347e-9b8ab79b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2bac89a-f7e5-a2b9-1b69-18a3a284a4ee-9b8ab79b,
#w-node-a17f54a2-01e6-042c-f72d-387082152ae6-9b8ab79b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-ae3acefa-289d-c176-ef2b-26beaa70ff75-4b9d121e,
  #w-node-dd2428fe-7775-6060-204d-b2240ad6b809-4b9d121e,
  #w-node-_1b54e0cc-3a0a-890c-6c96-be7e8f1323c9-4b9d121e,
  #w-node-_9391be7e-544b-4cb9-56f6-4b4d0eec347e-4b9d121e,
  #w-node-ae3acefa-289d-c176-ef2b-26beaa70ff75-6435dedc,
  #w-node-dd2428fe-7775-6060-204d-b2240ad6b809-6435dedc,
  #w-node-_1b54e0cc-3a0a-890c-6c96-be7e8f1323c9-6435dedc,
  #w-node-_9391be7e-544b-4cb9-56f6-4b4d0eec347e-6435dedc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a17f54a2-01e6-042c-f72d-387082152ad6-6435dedc {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a17f54a2-01e6-042c-f72d-387082152ada-6435dedc,
  #w-node-ae3acefa-289d-c176-ef2b-26beaa70ff75-9b8ab79b,
  #w-node-dd2428fe-7775-6060-204d-b2240ad6b809-9b8ab79b,
  #w-node-_0afd62ef-49b2-3598-ae64-d7bf45e24bb6-9b8ab79b,
  #w-node-_7039d2da-38b0-8c78-abf9-418be34487ec-9b8ab79b,
  #w-node-_1b54e0cc-3a0a-890c-6c96-be7e8f1323c9-9b8ab79b,
  #w-node-_9391be7e-544b-4cb9-56f6-4b4d0eec347e-9b8ab79b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a17f54a2-01e6-042c-f72d-387082152ad6-9b8ab79b {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a17f54a2-01e6-042c-f72d-387082152ada-9b8ab79b,
  #w-node-_83eef5e1-e2bd-27b3-b810-2f74f52aa8ad-9b8ab79b,
  #w-node-e192a19b-8eda-406b-4151-99a9d3ffb089-9b8ab79b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
