html {
  height: 100%
}

body {
  height: 100%
}

.page__wrapper {
  min-height: 100%;
  background-color: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}

h1,
h2,
h3,
h4,
a,
p,
span {
  padding: 0;
  margin: 0
}

.displayNone {
  display: none
}

.support__container {
  max-width: 950px;
 }

.support__top-block {
  padding: 0 0 60px 0
}

.support__caption {
  font-family: 'pf_dindisplay_probold';
  font-size: 58px;
  color: #e2062b;
  text-transform: uppercase
}

.support__lang-block {
  height: 47px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 15px 40px;
  background-color: #383838;
  border-radius: 25px;
  cursor: pointer;
  transition: .3s all
}

.support__lang-block:hover .support__lang-dropdown {
  display: block;
  transition: .3s all
}

.support__lang {
  color: white;
  display: inline-block
}

.support__lang-dropdown {
  transition: .3s all;
  padding: 10px 0;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 8px;
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%
}

.support__link-lang {
  transition: .3s all;
  color: #383838;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 3px 0;
  width: 100%
}

.support__link-lang:hover {
  transition: .3s all;
  text-decoration: none;
  color: #e2062b
}

.support__link-lang:focus {
  transition: .3s all;
  text-decoration: none;
  color: #e2062b
}

.support__form-block {
 
  max-width: 540px;
 
 }

.form__upload {
  margin-top: 20px
}

.form__line-block {
  background-color: #dddddd;
  width: 100%;
  height: 1px;
  margin: 0 0 20px 0
}

.form__group-two {
  width: 49%
}

.form__caption {
  font-family: 'pf_dindisplay_probold';
  color: #e2062b;
  font-size: 20px;
  margin: 0 0 25px 0
}

.form__mandatory {
  font-size: 16px;
  color: #7d7d7d;
  font-family: 'pf_dindisplay_proregular'
}

.form__control {
  font-family: 'pf_dindisplay_proregular'
}

.form__control-two {
  font-family: 'pf_dindisplay_proregular'
}

.form__service {
  font-family: 'pf_dindisplay_proregular'
}

.form__issue {
  font-family: 'pf_dindisplay_proregular'
}

.form__text-block {
  height: 100% !important;
  max-height: 100px;
  min-height: 102px
}

.form__textarea {
  max-height: 100px;
  min-height: 100px;
  font-family: 'pf_dindisplay_proregular'
}

.form__textarea::-webkit-input-placeholder {
  padding: 0
}

.form__btn-send {
  position: relative;
  background-color: #e2062b;
  border: 1px solid #e2062b;
  padding: 8px 90px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: 'pf_dindisplay_proregular';
  color: white;
  cursor: pointer;
  transition: .3s all
}

.form__btn-send:hover {
  transition: .3s all;
  background-color: transparent;
  color: #e2062b
}

.form__btn-send:focus {
  outline: none
}

.preloader {
  width: 30px;
  position: absolute;
  top: 5px;
  left: 42%
}

.vis_hidden {
  visibility: hidden
}

.has-error .form-control {
  border: 1px solid #383838;
  border-radius: 8px;
  transition: .3s all
}

.has-danger .form-control {
  transition: .3s all;
  box-shadow: 0 0 0 0.1rem rgba(217, 65, 58, 0.25) !important;
  border-color: #e2062b !important
}

.selectron--is-touch--is-filled,
.selectron__trigger--is-filled {
  padding: 0 13px !important
}

.form-control {
  height: 40px;
  border-radius: 8px;
  color: black;
  font-family: 'pf_dindisplay_proregular'
}

.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25) !important
}

.form__textarea {
  resize: none;
  color: black
}

.form__textarea:focus {
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25)
}

.success {
  color: green;
  padding: 20px 0;
  font-family: 'pf_dindisplay_proregular'
}

.errors {
  color: red;
  padding: 20px 0;
  font-family: 'pf_dindisplay_proregular'
}

input::placeholder {
  color: #999 !important
}

.btn.disabled {
  cursor: no-drop
}

.bootstrap-select>.dropdown-toggle:focus {
  outline: none !important
}

.bootstrap-select .btn {
  height: 100%;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #ced4da
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border: none
}

.display-none {
  display: none !important
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e2062b;
  color: white;
  outline: none
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: #f8f9fa
}

.bootstrap-select .dropdown-menu {
  width: 100%
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #383838;
  border: 1px solid #383838
}

.selectron {
  color: #7d7d7d;
  display: inline-block;
  font-family: sans-serif;
  font-size: 16px;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none
}

.selectronselect {
  display: none
}

.selectron--disabled {
  opacity: 0.5;
  pointer-events: none
}

.selectron--is-touch .selectron__select {
  color: #666;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 16px;
  height: 100%;
  padding: 17px 50px 18px 18px;
  visibility: visible;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.selectron__select {
  background-color: transparent;
  border: none;
  height: 0;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 0
}

.selectron--is-touch,
.selectron__trigger {
  border-radius: 8px !important;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  color: #7d7d7d;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 1.2;
  outline: none;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'pf_dindisplay_proregular';
  width: 100%
}

.selectron--is-touch::-moz-focus-inner,
.selectron__trigger::-moz-focus-inner {
  border: none
}

.selectron--is-touch--is-filled,
.selectron__trigger--is-filled {
  color: #7d7d7d
}

.selectron--is-touch--is-open,
.selectron__trigger--is-open {
  border-color: #999;
  border-radius: 4px 4px 0 0;
  color: #7d7d7d
}

.selectron--is-touch--is-overflowing,
.selectron__trigger--is-overflowing {
  border-radius: 0 0 4px 4px
}

.selectron--is-touch:focus,
.selectron__trigger:focus {
  border-color: #ced4da;
  outline: none !important
}

.selectron--is-touch:before,
.selectron__trigger:before {
  content: "";
  border-bottom: 2px solid #e2062b;
  border-left: 2px solid #e2062b;
  height: 6px;
  border-radius: 0 0 0 0px;
  width: 6px;
  position: absolute;
  top: 50%;
  right: calc(20px - 4px);
  margin-top: -1px;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  -o-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%)
}

.selectron__search {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #999;
  border-top: none;
  box-sizing: border-box;
  color: #666;
  font-family: sans-serif;
  font-size: 16px;
  height: 45px;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 14px 18px 14px 18px;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%
}

.selectron__search+.selectron__options {
  top: calc(100% + 45px)
}

.selectron__search--is-overflowing {
  border-bottom: none;
  border-top: 1px solid #999;
  bottom: 100%;
  top: auto
}

.selectron__search--is-overflowing+.selectron__options {
  bottom: calc(100% + 45px);
  top: auto
}

.selectron__search--is-open {
  opacity: 1;
  visibility: visible
}

.selectron__options {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ced4da;
  border-radius: 8px;
  border-top: none;
  box-sizing: border-box;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 200px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  width: 100%;
  z-index: 50;
  -webkit-overflow-scrolling: touch
}

.selectron__options--is-open {
  opacity: 1;
  visibility: visible
}

.selectron__options--is-overflowing {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #999;
  bottom: 100%;
  top: auto
}

.selectron__option {
  font-size: 16px;
  font-family: 'pf_dindisplay_proregular';
  cursor: pointer;
  line-height: 1.2;
  overflow: hidden;
  padding: 13px 18px 14px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.selectron__option--optgroup {
  padding: 13px 18px 14px 28px
}

.selectron__option--is-selected {
  background-color: transparent;
  color: #e2062b
}

.selectron__option--is-disabled,
.selectron__option[data-value=""] {
  color: #ccc
}

.selectron__option--is-disabled {
  pointer-events: none
}

.selectron__option--is-hidden {
  display: none
}

.selectron__option--is-hovered {
  background-color: #e2062b;
  color: #fff !important
}

.selectron__no-results {
  line-height: 1.2;
  padding: 13px 18px 14px
}

.selectron__option-group {
  color: #999;
  cursor: default;
  padding: 13px 18px 14px
}

.selectron__icon {
  display: inline-block;
  margin: 0 10px 0px 0;
  max-width: 50px;
  vertical-align: middle
}

.selectron--block .selectron__trigger:before {
  background-color: #f70c36;
  border: none;
  height: 100%;
  margin: 0;
  right: 0;
  top: 0;
  width: 50px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none
}

.selectron--block .selectron__trigger:after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  right: 22px
}

.selectron--dark {
  color: #fff
}

.selectron--dark .selectron__trigger {
  background-color: #363636;
  border: none;
  color: #666
}

.selectron--dark .selectron__trigger--is-filled {
  color: #fff
}

.selectron--dark .selectron__trigger--is-open {
  background-color: #434343;
  color: #fff
}

.selectron--dark .selectron__trigger:focus {
  background-color: #434343
}

.selectron--dark .selectron__options {
  background-color: #363636;
  border: none
}

.selectron--dark .selectron__option[data-value=""] {
  color: #666
}

.selectron--dark .selectron__option--is-hovered,
.selectron--dark .selectron__option:hover {
  color: #fff
}


.confirm-popup__inner {
  display: flex;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 440px;
  height: 210px;
  background-color: #fff;
  z-index: 10;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 29px;
  color: #7d7d7d;
  font-size: 14px;
}

form {
  width: auto;
}

.confirm-popup:before {
  content: "";
  width: 100%;
  height: calc(100% + 200px);
  background-color: #000;
  opacity: .5;
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}


.success-icon {

  width: 50px;
}

.confirm-popup__inner p {
  text-align: center;
  padding: 20px 0;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input label {
  white-space: nowrap;
  margin-right: 15px;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  border-radius: 10px;
  border: none;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  cursor: pointer;
  margin: 0;
  position: relative;

}

 
 
 

label {
  color: #7d7d7d;

}

.number-input input[type=number] {
  max-width: 120px;
  text-align: center;
}


.inst-add-group input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.inst-add-group {
  display: flex;
  align-items: center;
}

.contry-code,
.total-price {


  color: #979797;
  background-color: #f3f3f3;

}

.contry-code {
  width: 50px;
  margin-right: 15px;
}

label[for=total-price] {
  margin-right: 15px;
  white-space: nowrap;
}

input[type="radio"] {
  display: none;

}

input[type="radio"]+.box {
  color: #7d7d7d;
  text-align: center;
}

input[type="radio"]:checked+.box {
  color: white;
  background-color: #e2062b;

}

label {
  margin-bottom: 0;

}

.payment-type {
  flex-wrap: wrap;
}

.payment-type>span {
  color: #7d7d7d;
  margin-right: 10px;
}

.payment-type>label {
  width: 50%;
}

input[type="radio"]:checked span {

  transform: translateY(70px);

}



input[type="radio"]:checked:before {
  transform: translateY(0px);
  opacity: 1;
}


.credit-card {
  border-right: none;
  border-radius: 25px;
}

.by-invoice {
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.invoice-text {
  font-size: 15px;
  margin-top: 10px;
  color: #747474;
  display: none;
}

@media only screen and (max-width: 600px) {
  .number-input label {
    width: 100%;
  }

  .payment-type {
    margin-bottom: 10px;
  }


  .payment-type>label {
    width: 50%;
  }

  .confirm-popup__inner {
    height: 230px;
    width: 310px;
  }
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;


  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




:root {
  /* Brand */
  --sale-red:          #DF141B;
  --sale-red-hover:    #C5121A;
  --sale-badge-bg:     #F9D0D1;
  --sale-badge-text:   #DF141B;

  /* Neutrals */
  --sale-page-bg:      #F4F4F4;
  --sale-card-bg:      #FFFFFF;
  --sale-text:         #181818;
  --sale-text-muted:   #6F6F6F;
  --sale-old-price:    #C9C9C9;
  --sale-border:       #E5E5E5;
  --sale-total-bg:     #E5E5E5;
  --sale-hero-overlay: rgba(0, 0, 0, .38);

  /* Radii */
  --sale-radius-sm:    8px;
  --sale-radius-md:    12px;
  --sale-radius-lg:    24px;
  --sale-radius-pill:  999px;

  /* Shadows */
  --sale-card-shadow:  0 2px 8px rgba(0, 0, 0, .04);

  /* Layout */
  --sale-container:    1112px;

  /* Typography */
  --sale-font:         'Product Sans', 'Rubik', 'Nunito', -apple-system, BlinkMacSystemFont,
                       'Segoe UI', Roboto, Arial, sans-serif;
}

/* ---------- Page base ---------- */
.order-page {
  margin: 0;
  background: var(--sale-page-bg);
  color: var(--sale-text);
  font-family: var(--sale-font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.order-page .container {
  max-width: var(--sale-container);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.page__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ==========================================================================
   Header
   ========================================================================== */
.order-header {
  padding: 20px 0 30px;
}

.order-header .qt-logo-wrapper {
  padding: 0;
}

.order-header__logo {
  display: block;
  height: auto;
  max-height: 132px;
  max-width: 210px;
}

/* ==========================================================================
   Hero
   ========================================================================== */
.order-hero {
  padding: 0 0 30px;
}

.order-hero__banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--sale-radius-lg);
  background-size: cover;
  background-position: center;
  min-height: 374px;
  display: flex;
  align-items: center;
}

.order-hero__overlay {
  position: absolute;
  inset: 0;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center;
}

.order-hero__content {
  position: relative;
  z-index: 1;
  padding: 48px 70px;
  max-width: 920px;
  color: #fff;
  margin-top: 50px;
}

.order-hero__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 20px;
  color: #F4F4F4;
}

.order-hero__subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #F4F4F4;
  opacity: .92;
  max-width: 880px;
}

/* ==========================================================================
   Promo line
   ========================================================================== */
.order-promo {
  padding: 60px 0 30px;
}

.order-promo__text {
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: var(--sale-text);
  font-weight: 700;
}

.order-promo__highlight {
  color: var(--sale-red);
  font-weight: 700;
}

/* ==========================================================================
   Products grid
   ========================================================================== */
.order-products {
  padding: 60px 0 50px;
}

.order-products__row {
  margin-left: -14px;
  margin-right: -14px;
  row-gap: 30px;
}

.order-products__col {
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

/* ----- Product card ----- */
.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--sale-card-bg);
  border-radius: var(--sale-radius-md);
  padding: 32px 30px;
}

.product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin-bottom: 18px;
}

.product-card__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-card__name {
  margin: 0 0 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--sale-text);
}

.product-card__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.product-card__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.product-card__old {
  font-size: 16px;
  color: var(--sale-old-price);
  text-decoration: line-through;
  line-height: 1;
  margin-bottom: 6px;
}

.product-card__new {
  font-size: 24px;
  font-weight: 700;
  color: var(--sale-red);
  line-height: 1;
}

.product-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: var(--sale-badge-bg);
  color: var(--sale-badge-text);
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--sale-radius-pill);
  white-space: nowrap;
  letter-spacing: .02em;
}

.product-card__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--sale-text);
}

/* ==========================================================================
   Form
   ========================================================================== */
.order-form-section {
  padding: 40px 0 90px;
}

.order-form-section .support__form-block {
 
  margin: 0 auto;
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.order-form__group {
  margin: 0;
}

.order-form__label {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 400;
  color: var(--sale-text);
}

.order-form__control,
.order-form__control.form-control {
  height: 52px;
  width: 100%;
  padding: 0 18px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--sale-radius-sm);
  font-size: 16px;
  color: var(--sale-text);
  font-family: inherit;
  box-shadow: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.order-form__control:focus,
.order-form__control.form-control:focus {
  outline: none;
  border-color: var(--sale-red);
  box-shadow: 0 0 0 3px rgba(223, 20, 27, .12);
}

.order-form__control::placeholder {
  color: var(--sale-text-muted);
}

/* Select arrow */
.order-form__select,
.order-form__select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23181818' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 44px;
  cursor: pointer;
}

/* ----- Device rows (Device + Quantity) ----- */
.order-form__devices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order-form__device-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.order-form__device-select {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
}

.order-form__device-qty {
  flex: 0 0 auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-form__device-qty .order-form__label {
  align-self: center;
  text-align: center;
}

/* - [ n ] +  control */
.order-form__qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
}

.number-input__btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.number-input__btn::before,
.number-input__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--sale-text);
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

/* minus: one horizontal bar */
.number-input__btn.minus::before { width: 16px; height: 2px; }
.number-input__btn.minus::after  { display: none; }

/* plus: horizontal + vertical bars */
.number-input__btn.plus::before { width: 16px; height: 2px; }
.number-input__btn.plus::after  { width: 2px; height: 16px; }

.order-form__qty,
.order-form__qty.form-control {
  width: 75px;
  height: 52px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: var(--sale-radius-sm);
  -moz-appearance: textfield;
}

.order-form__qty::-webkit-outer-spin-button,
.order-form__qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==========================================================================
   Submit + total
   ========================================================================== */
.order-form__submit-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
}

.order-form__submit-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 257px;
}

.order-form__submit,
.order-form__submit.btn {
  width: 100%;
  height: 52px;
  background: var(--sale-red);
  color: #fff;
  border: 0;
  border-radius: var(--sale-radius-sm);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color .15s ease;
}

.order-form__submit:hover,
.order-form__submit.btn:hover { background: var(--sale-red-hover); }

.order-form__submit .submit_text {
  margin: 0;
  color: inherit;
}

.order-form__submit .preloader {
  position: absolute;
  right: 18px;
  width: 20px;
  height: 20px;
}

.order-form__submit .vis_hidden { visibility: hidden; }

/* Total block */
.order-form__total {
  flex: 0 0 auto;
  width: 150px;
  margin: 0;
  text-align: center;
}

.order-form__total .order-form__label {
  text-align: center;
}

.order-form__total-input,
.order-form__total-input.form-control {
  width: 100%;
  height: 52px;
  background: var(--sale-total-bg);
  border: 0;
  border-radius: var(--sale-radius-sm);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--sale-red);
  opacity: 1; /* override browser [disabled] fade */
}

.order-form__total-input:disabled { opacity: 1; }

/* ==========================================================================
   Footer
   ========================================================================== */
.order-footer {
  margin-top: auto;
  padding: 30px 0 30px;
  border-top: 1px solid var(--sale-border);
}

.order-footer__text {
  margin: 12px 0 0;
  text-align: center;
  font-size: 16px;
  color: #231F20;
}

.order-form__note {
  margin: 16px 0 0;
  text-align: left;
  font-size: 13px;
  color: #6c757d;
  font-style: italic;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991.98px) {
  .order-hero__content    { padding: 36px 40px; }
  .order-hero__title      { font-size: 30px; }
  .order-promo__text      { font-size: 18px; }
  .product-card           { padding: 28px 24px; }
}

@media (max-width: 767.98px) {
  .order-hero__banner     { min-height: 280px; border-radius: var(--sale-radius-md); }
  .order-hero__content    { padding: 28px 24px; }
  .order-hero__title      { font-size: 24px; margin-bottom: 14px; }
  .order-hero__subtitle   { font-size: 14px; }
  .order-promo            { padding: 24px 0 16px; }
  .order-promo__text      { font-size: 16px; }
  .product-card__name     { font-size: 18px; }
  .product-card__new      { font-size: 22px; }
  .order-form__device-row { flex-direction: column; gap: 16px; }
  .order-form__device-qty { align-self: flex-start; }
  .order-form__submit-row { flex-direction: column-reverse; align-items: stretch; }
  .order-form__submit-wrap,
  .order-form__total      { width: 100%; }
}

@media (max-width: 479.98px) {
  .order-header__logo     { max-width: 160px; }
  .order-hero__title      { font-size: 22px; }
  .product-card__price-row{ flex-wrap: wrap; }
}