

/* Start:/local/templates/hisense/dist/bx-styles/form-contacts.css?17502577252075*/
.form-required {
  color: red;
}

.form__message {
  font-size: 15px;
  line-height: 1.615384615384615;
  margin-top: 160px;
  margin-bottom: 160px;
  text-transform: uppercase;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.form__message p {
  margin-bottom: 24px;
}

.form__row .jq-selectbox {
  z-index: 2;
}

.form__row .jq-selectbox__select {
  height: 58px;
  border-color: #cac7c775 !important;
  background: #ffffff !important;
}

.form__row .jq-selectbox__select-text {
  line-height: 56px;
}

.form__row .jq-selectbox__trigger-arrow {
  top: 25px;
}

.form__row select ~ .error {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 14px;
}

.form__message.fancybox-content {
  text-align: center;
  width: 320px;
  overflow: hidden;
}

.form__message .button {
  padding: 10px;
}

.form__element .jq-selectbox__select {
  border: none !important;
  color: #807878;
  font-size: 20px;
  padding-left: 0;
  font-family: "Futura", sans-serif;
}

.form__row label a {
  color: #0cc;
  border-bottom: 1px solid rgba(0, 204, 204, 0.5);
}

.form__row label a:hover {
  border-color: transparent;
}

.left-align {
  text-align: left;
  width: 100%;
}

.model_input {
  display: none !important;
}

.chosen-single {
  list-style-type: none;
  padding-left: 0px;
  position: relative;
  display: block;
  min-height: 1.2em;
  outline: none;
  width: 100%;
  border-radius: 0px;
  border: none;
  background: #fff;
  transition: 0.2s;
  width: 100%;
  font-family: "Futura", sans-serif;
  color: #888;
  font-size: 20px;
}

.chosen-results li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
  font: 14px/18px Arial, sans-serif;
}

#models-select_jq-styler {
  display: none;
}

li .no-results {
  display: none !important;
}

@media (max-width: 767px) {
  .form__row .jq-selectbox__select {
    height: 40px;
  }

  .form__row .jq-selectbox__select-text {
    line-height: 40px;
  }
}
/* End */


/* Start:/local/templates/hisense/dist/bx-styles/order.css?176855495925097*/
@charset "UTF-8";
.order {
  padding: 40px 0 150px;
  background-color: #000;
  color: #202020;
  width: 100%; }
  .order__page {
    position: relative;
    padding-top: 32px;
    padding-bottom: 65px;
    background-color: #e5e5e5; }
    @media (max-width: 1000px) {
      .order__page {
        position: relative;
        z-index: 150; } }
    @media (max-width: 767px) {
      .order__page {
        padding-top: 10px;
        padding-bottom: 32px; } }
    .order__page__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 393px;
      border-radius: 0 0 32px 32px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .order__page__bg {
          height: 253px;
          border-radius: 0 0 24px 24px; } }
      .order__page__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .order__page__container {
      position: relative;
      z-index: 2; }
    @media (max-width: 1200px) {
      .order__page .container_md {
        padding-left: 20px;
        padding-right: 20px; } }
    .order__page__title {
      margin-bottom: 24px;
      font-weight: 600;
      font-size: 56px;
      line-height: 130%;
      color: #ffffff; }
      @media (max-width: 767px) {
        .order__page__title {
          font-size: 28px; } }
    .order__page__wrapper {
      margin-bottom: 20px;
      padding: 40px;
      border-radius: 32px;
      background-color: #f8f8f8; }
      @media (max-width: 1400px) {
        .order__page__wrapper {
          padding: 25px;
          border-radius: 20px; } }
      @media (max-width: 767px) {
        .order__page__wrapper {
          margin-bottom: 16px;
          margin-left: -20px;
          margin-right: -20px;
          padding: 16px 15px 47px;
          border-radius: 12px; } }
  .order-list {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .order-list .order-item {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      .order-list .order-item__title {
        flex: 2; }
      .order-list .order-item__price {
        flex: 1;
        text-align: right;
        margin-right: 20px; }
      .order-list .order-item__qty {
        display: flex;
        align-items: center; }
        .order-list .order-item__qty button {
          width: 30px;
          height: 30px; }
        .order-list .order-item__qty input {
          width: 50px;
          text-align: center; }
  .order__loader {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 100vh;
    left: 0px;
    top: 0;
    display: flex;
    align-items: center;
    background: black;
    opacity: 0.5; }
  .order__title {
    font-size: 50px;
    font-weight: 600;
    width: fit-content;
    margin: 0; }
  .order__app {
    display: flex;
    gap: 20px; }
    @media (max-width: 1280px) {
      .order__app {
        flex-direction: column; } }
    .order__app .form__delivery-cost {
      display: flex;
      padding: 6px 16px;
      justify-content: space-between;
      width: 100%;
      border: 1px solid #E8E8E8;
      align-items: center;
      color: #3D3D3D;
      font-size: 18px;
      line-height: 130%;
      border-radius: 8px; }
      @media (max-width: 768px) {
        .order__app .form__delivery-cost {
          font-size: 15px; } }
      .order__app .form__delivery-cost span:last-child {
        font-size: 20px;
        color: #202020;
        font-weight: 500;
        line-height: 140%; }
    .order__app .payment {
      background-color: #161616;
      padding: 20px;
      display: flex;
      gap: 30px;
      flex-direction: column; }
      @media (max-width: 768px) {
        .order__app .payment {
          gap: 17px; } }
      .order__app .payment__options {
        display: flex;
        gap: 10px; }
      .order__app .payment__option {
        font-size: 18px;
        font-weight: 450;
        color: #202020;
        padding: 14.5px 20px;
        background-color: transparent;
        border: 1px solid #F3F3F3;
        border-radius: 12px;
        cursor: pointer; }
        .order__app .payment__option input[type='radio'] {
          display: none; }
        .order__app .payment__option--active {
          background-color: #00AAA7;
          color: #fff; }
    .order__app .summary {
      position: sticky;
      height: fit-content;
      padding: 30px;
      background-color: #161616;
      display: flex;
      flex-direction: column;
      gap: 23px;
      width: 100%;
      top: 50px; }
      .order__app .summary__wrapper {
        flex-direction: column;
        max-width: 455px;
        width: 100%;
        top: 50px;
        display: flex;
        gap: 30px; }
        @media (max-width: 1280px) {
          .order__app .summary__wrapper {
            max-width: 100%;
            margin: 0 auto; } }
      .order__app .summary__prices {
        display: flex;
        gap: 16px;
        flex-direction: column; }
        @media (max-width: 768px) {
          .order__app .summary__prices {
            gap: 12px; } }
      .order__app .summary__price {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .order__app .summary__price-delivery {
          font-size: 18px;
          font-weight: 450;
          line-height: 140%; }
        .order__app .summary__price-label {
          gap: 20px;
          display: flex; }
        .order__app .summary__price-discount {
          justify-content: space-between;
          gap: 16px;
          flex-direction: column; }
        .order__app .summary__price-label {
          font-size: 18px;
          color: #3D3D3D;
          font-weight: 400;
          line-height: 130%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (max-width: 768px) {
            .order__app .summary__price-label {
              font-size: 16px; } }
          .order__app .summary__price-label span {
            font-weight: 450;
            line-height: 140%; }
            @media (max-width: 768px) {
              .order__app .summary__price-label span {
                font-size: 15px; } }
        .order__app .summary__price-value {
          font-size: 20px;
          color: black;
          font-weight: 700;
          line-height: 140%; }
          .order__app .summary__price-value-total {
            font-size: 24px;
            font-weight: 700; }
          @media (max-width: 768px) {
            .order__app .summary__price-value {
              font-size: 18px; } }
          .order__app .summary__price-value-percent {
            color: #414141; }
      .order__app .summary__title {
        font-size: 35px;
        font-weight: 450;
        margin: 0; }
      .order__app .summary__button {
        background-color: #00AAA7;
        display: flex;
        justify-content: center;
        font-size: 18px;
        color: white;
        font-weight: 600;
        height: 64px;
        border-radius: 12px;
        align-items: center; }
        .order__app .summary__button:disabled {
          cursor: not-allowed;
          background-color: #E5E5E5;
          color: #ACADAF; }
      .order__app .summary__promo {
        height: 64px;
        border: 1px solid #E8E8E8;
        padding: 6px 6px 6px 20px;
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        background-color: #F4F4F4;
        border-radius: 12px; }
        .order__app .summary__promo__text {
          color: tomato; }
        .order__app .summary__promo-error {
          border-color: tomato; }
        .order__app .summary__promo__text {
          text-align: left; }
          .order__app .summary__promo__text-error {
            color: tomato; }
          .order__app .summary__promo__text-success {
            color: #00AAA7; }
        .order__app .summary__promo-icon {
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          pointer-events: none; }
        .order__app .summary__promo-button {
          max-width: 112px;
          background-color: #00AAA7;
          color: white;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 500;
          height: 52px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 17px;
          border-radius: 8px; }
          .order__app .summary__promo-button:disabled {
            cursor: not-allowed;
            background-color: #E5E5E5;
            color: #ACADAF; }
        .order__app .summary__promo-input {
          border: none !important;
          padding: 0 !important; }
          .order__app .summary__promo-input-wrapper {
            width: 100%;
            position: relative; }
          .order__app .summary__promo-input:focus {
            outline: none; }
        .order__app .summary__promo-item {
          display: flex;
          gap: 8px;
          align-items: center; }
        .order__app .summary__promo-list {
          display: flex;
          flex-direction: column;
          gap: 8px;
          font-size: 16px; }
    .order__app .notification {
      padding: 15px;
      justify-content: space-between;
      align-items: center;
      color: white;
      display: flex;
      width: 100%;
      border-radius: 16px;
      background-color: #018792;
      margin-bottom: 10px; }
      .order__app .notification__text {
        font-size: 20px;
        font-weight: 500; }
      .order__app .notification__close {
        color: white;
        font-size: 32px; }
    .order__app .loader {
      border: 8px solid #f3f3f3;
      /* светлый фон */
      border-top: 8px solid #0cc;
      /* синий цвет для анимации */
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 2s linear infinite;
      /* анимация */
      margin: 100px auto; }
    .order__app .order__list,
    .order__app .form__contact,
    .order__app .form__delivery,
    .order__app .payment,
    .order__app .summary {
      background-color: #fff;
      border-radius: 16px;
      border: 1px solid #F2F2F2;
      padding: 24px 25px; }
      @media (max-width: 768px) {
        .order__app .order__list,
        .order__app .form__contact,
        .order__app .form__delivery,
        .order__app .payment,
        .order__app .summary {
          padding: 16px; } }
    .order__app .form {
      padding: 20px; }
      .order__app .form__note {
        margin: 0;
        text-align: left;
        font-size: 18px;
        color: #3D3D3D;
        font-weight: 400; }
      .order__app .form__error {
        text-align: left;
        color: tomato;
        display: block; }
      .order__app .form__input {
        color: #202020;
        width: 100%;
        max-height: 64px;
        height: 100%;
        border: 1px solid #E5E5E5;
        border-radius: 12px;
        padding: 20px;
        background-color: #f5f5f5; }
        @media (max-width: 768px) {
          .order__app .form__input {
            max-width: 100%; } }
      .order__app .form__contact {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
        gap: 20px; }
        .order__app .form__contact .form__title-wrapper {
          grid-column: 1 / -1; }
        .order__app .form__contact .form__group,
        .order__app .form__contact .form__group-col {
          width: 100%; }
          @media (max-width: 768px) {
            .order__app .form__contact .form__group,
            .order__app .form__contact .form__group-col {
              max-width: 100%; } }
        .order__app .form__contact .form__group-wrapper {
          display: flex;
          flex-direction: column;
          gap: 10px; }
        .order__app .form__contact .form__group-col {
          display: flex;
          flex-direction: column; }
          @media (max-width: 768px) {
            .order__app .form__contact .form__group-col {
              width: 100%;
              grid-column: 1 / -1; } }
        .order__app .form__contact .form__group-row {
          display: flex;
          align-items: center; }
          .order__app .form__contact .form__group-row input {
            margin-left: 20px; }
          .order__app .form__contact .form__group-row-sms {
            cursor: pointer; }
          .order__app .form__contact .form__group-row-disabled {
            opacity: 0.3;
            cursor: not-allowed; }
        @media (max-width: 768px) {
          .order__app .form__contact {
            grid-template-columns: 1fr;
            gap: 8px; } }
      .order__app .form__delivery {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px; }
        .order__app .form__delivery .form__input-list {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          @media screen and (max-width: 768px) {
            .order__app .form__delivery .form__input-list {
              gap: 8px; } }
        @media (max-width: 768px) {
          .order__app .form__delivery {
            grid-template-columns: 1fr;
            gap: 8px; } }
        .order__app .form__delivery .form__group {
          width: 100%;
          position: relative; }
          @media (max-width: 768px) {
            .order__app .form__delivery .form__group {
              max-width: 100%; } }
          .order__app .form__delivery .form__group-checkbox {
            max-width: 100%;
            align-items: flex-end;
            justify-content: flex-start;
            display: flex; }
          .order__app .form__delivery .form__group-textarea {
            max-width: 100%; }
            .order__app .form__delivery .form__group-textarea textarea {
              background-color: #f5f5f5;
              border: 1px solid #E8E8E8;
              padding: 20px;
              color: #202020;
              border-radius: 12px; }
        .order__app .form__delivery .form__grid-2x2 {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; }
          @media (max-width: 768px) {
            .order__app .form__delivery .form__grid-2x2 {
              gap: 8px;
              grid-template-columns: 1fr; } }
          .order__app .form__delivery .form__grid-2x2 .form__group {
            width: 100%; }
        .order__app .form__delivery-address {
          width: 100%;
          display: flex;
          overflow-x: auto;
          padding-bottom: 10px;
          scrollbar-width: thin;
          scrollbar-color: #ccc transparent; }
          .order__app .form__delivery-address::-webkit-scrollbar {
            height: 6px; }
          .order__app .form__delivery-address::-webkit-scrollbar-thumb {
            background: #ccc;
            border-radius: 4px; }
          .order__app .form__delivery-address-empty {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 24px;
            border: 1px solid #E8E8E8;
            border-radius: 12px;
            width: 100%; }
            @media (max-width: 768px) {
              .order__app .form__delivery-address-empty {
                padding: 12px; } }
            .order__app .form__delivery-address-empty div {
              display: flex;
              gap: 12px;
              align-items: center;
              font-size: 18px;
              font-weight: 400;
              color: #3D3D3D; }
              @media (max-width: 768px) {
                .order__app .form__delivery-address-empty div {
                  font-size: 15px; } }
              .order__app .form__delivery-address-empty div span {
                color: #00AAA7;
                font-size: 20px;
                font-weight: 450; }
                @media (max-width: 768px) {
                  .order__app .form__delivery-address-empty div span {
                    font-size: 18px; } }
          .order__app .form__delivery-address-card {
            flex: 0 0 381px;
            width: 381px;
            border-radius: 12px;
            border: 1px solid #F2F2F2;
            padding: 16px 20px;
            gap: 4px;
            display: flex;
            flex-direction: column; }
            .order__app .form__delivery-address-card-selected {
              border: 1px solid #00AAA7; }
            .order__app .form__delivery-address-card:focus {
              outline: none; }
            @media (max-width: 768px) {
              .order__app .form__delivery-address-card {
                padding: 16px;
                width: 225px;
                flex: 0 0 225px; } }
            .order__app .form__delivery-address-card__heading {
              display: flex;
              gap: 12px;
              align-items: center;
              font-size: 16px;
              font-weight: 450;
              line-height: 130%;
              color: #00AAA7; }
              @media (max-width: 768px) {
                .order__app .form__delivery-address-card__heading {
                  flex-direction: column;
                  gap: 5.5px;
                  align-items: baseline; } }
              .order__app .form__delivery-address-card__heading div {
                gap: 4px;
                display: flex;
                align-items: center; }
            .order__app .form__delivery-address-card__general {
              height: 22px;
              background-color: #00AAA7;
              color: white;
              font-size: 14px;
              border-radius: 32px;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 2px 8px; }
            .order__app .form__delivery-address-card__full {
              font-size: 18px;
              font-weight: 450;
              color: #202020; }
              @media (max-width: 768px) {
                .order__app .form__delivery-address-card__full {
                  font-size: 15px; } }
            .order__app .form__delivery-address-card__list {
              display: flex;
              flex-wrap: nowrap;
              gap: 8px; }
      .order__app .form__button-sms {
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #00AAA7;
        width: 150px;
        cursor: unset; }
      .order__app .form__title {
        margin: 0;
        font-weight: 600;
        font-size: 28px; }
        @media (max-width: 768px) {
          .order__app .form__title {
            font-size: 20px; } }
        .order__app .form__title-wrapper {
          width: 100%;
          display: flex;
          gap: 18px;
          align-items: center;
          margin-bottom: 12px; }
        .order__app .form__title-num {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          color: #ffffff;
          background-color: #202020;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 22px;
          font-weight: 500; }
      .order__app .form__label {
        text-align: left;
        font-size: 22px;
        color: #202020;
        font-weight: 400; }
      .order__app .form__label-checkbox {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        .order__app .form__label-checkbox input[type='checkbox'] {
          position: absolute;
          top: 0;
          left: 0;
          width: 1px;
          height: 1px;
          opacity: 0; }
          .order__app .form__label-checkbox input[type='checkbox']:checked + .form__label-mark {
            background-color: #00AAA7;
            border-color: #00AAA7; }
            .order__app .form__label-checkbox input[type='checkbox']:checked + .form__label-mark svg {
              opacity: 1; }
      .order__app .form__label-mark {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background-color: transparent;
        border: 1px solid #414141;
        border-radius: 6px;
        margin-right: 15px;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
        .order__app .form__label-mark svg {
          opacity: 0;
          transition: opacity 0.2s ease-in-out; }
  .order__body {
    max-width: 1175px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .order__qty {
    display: flex; }
    .order__qty-btn {
      appearance: none;
      width: 36px;
      height: 48px;
      background-color: #383838;
      color: white;
      border: unset;
      cursor: pointer; }
    .order__qty-input {
      color: #202020;
      text-align: center;
      border: unset;
      width: fit-content;
      max-width: 48px;
      background-color: transparent; }
  .order__list {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .order__item {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .order__item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px; } }
    .order__item-qty {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      padding: 12px 20.5px;
      background-color: #E5E5E5;
      gap: 12px;
      border-radius: 12px;
      height: 48px;
      width: 141px;
      justify-content: center; }
      .order__item-qty-disabled {
        opacity: 0.5;
        pointer-events: none; }
      .order__item-qty div {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 768px) {
          .order__item-qty div {
            justify-content: space-between;
            width: 100%; } }
      @media screen and (max-width: 768px) {
        .order__item-qty {
          justify-content: space-between;
          width: 100%; } }
    .order__item-title {
      font-size: 18px;
      font-weight: 450;
      line-height: 130%;
      color: #202020;
      max-width: 240px;
      width: 100%; }
    .order__item-out-of-stock {
      color: #ff6347;
      font-weight: 450; }
    .order__item > a {
      margin-right: 10px; }
    .order__item-img {
      flex-shrink: 0;
      width: 128px;
      max-height: 86px;
      height: auto; }
      @media screen and (max-width: 768px) {
        .order__item-img {
          padding-right: 0; } }
      @media (max-width: 768px) {
        .order__item-img {
          width: 100%; } }
      .order__item-img-deleted {
        opacity: 0.5; }
    .order__item-info {
      display: flex;
      min-width: 0;
      flex-direction: column;
      gap: 12px;
      text-align: left;
      width: 100%;
      max-width: 240px; }
      @media screen and (max-width: 768px) {
        .order__item-info {
          padding-right: 0; } }
    .order__item-price {
      flex-shrink: 1;
      width: 265px;
      justify-self: end;
      text-align: right;
      min-width: 0;
      color: #202020;
      line-height: 130%;
      font-size: 24px;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        .order__item-price {
          text-align: start;
          font-size: 18px; } }
      .order__item-price-original {
        font-size: 16px;
        font-weight: 450;
        color: #ACADAF;
        text-decoration: line-through;
        margin-left: 12px; }
        @media screen and (max-width: 768px) {
          .order__item-price-original {
            font-size: 15px; } }
      .order__item-price-total {
        font-size: 24px;
        font-weight: 500;
        white-space: nowrap; }
      .order__item-price-each {
        font-size: 15px;
        font-weight: 400;
        line-height: 130%; }
        .order__item-price-each span:last-child {
          margin-left: 8px;
          color: #ACADAF;
          text-decoration: line-through; }
    .order__item-actions {
      cursor: pointer;
      width: fit-content; }
  .order__delete-btn {
    font-size: 15px;
    line-height: 130%;
    font-weight: 400;
    color: #202020;
    display: flex;
    gap: 10px;
    cursor: pointer; }
  .order__delete-ico {
    width: 17px;
    height: 19px; }
    .order__delete-ico svg {
      width: 100%;
      height: 100%;
      fill: #909090;
      margin-right: 4px; }
  .order__delete-timer {
    gap: 12px;
    align-items: center; }
    .order__delete-timer span:first-child {
      color: #202020;
      font-size: 23px;
      border-radius: 43px;
      width: 43px;
      height: 43px;
      padding: 5px 14px; }
    .order__delete-timer span:last-child {
      font-weight: 500;
      font-size: 16px;
      line-height: 120%;
      color: #00AAA7; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

/* End */
/* /local/templates/hisense/dist/bx-styles/form-contacts.css?17502577252075 */
/* /local/templates/hisense/dist/bx-styles/order.css?176855495925097 */
