.order-steps {
  margin-bottom: 14px; }
  .order-steps .step-link {
    background: #FFFFFF;
    color: #2F2F2F;
    padding: 10px 16px 10px 38px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    cursor: pointer;
    position: relative; }
    .order-steps .step-link:before {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      border: 1px solid #A3A3A3; }
    .order-steps .step-link:hover {
      color: #2F2F2F;
      background: #EFF0F1; }
    .order-steps .step-link.active {
      color: #2F2F2F;
      border: 1px solid #2F2F2F;
      cursor: default; }
      .order-steps .step-link.active:hover {
        color: #2F2F2F;
        background: #FFFFFF; }
      .order-steps .step-link.active:before {
        border: 4px solid #2F2F2F; }
    .order-steps .step-link.done {
      color: #08A518;
      border: 1px solid #08A518;
      cursor: default; }
      .order-steps .step-link.done:hover {
        color: #08A518;
        background: #FFFFFF; }
      .order-steps .step-link.done:before {
        height: 18px;
        left: 18px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: none;
        margin-top: -1px;
        margin-left: -2px;
        background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2308A518' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z'/%3E%3C/svg%3E"); }

#loading_screen {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1150;
  margin-top: -32px;
  margin-left: -32px;
  width: 64px;
  height: 64px; }

#bx-soa-orderSave,
.bx-soa-pp-delivery-cost {
  display: none; }

#bx-soa-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  @media (max-width: 991px) {
    #bx-soa-order {
      display: block; } }
  #bx-soa-order .bx-soa-section,
  #bx-soa-order .bx-soa-cart-total {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    margin-bottom: 24px;
    padding: 24px; }
    @media (max-width: 599px) {
      #bx-soa-order .bx-soa-section,
      #bx-soa-order .bx-soa-cart-total {
        margin-bottom: 15px;
        padding: 15px 20px; } }
  @media (max-width: 991px) {
    #bx-soa-order .bx-soa-cart-total-ghost {
      padding-top: 0 !important; } }
  #bx-soa-order .bx-soa-cart-total.bx-soa-cart-total-fixed {
    position: fixed;
    top: 24px; }
    @media (max-width: 991px) {
      #bx-soa-order .bx-soa-cart-total.bx-soa-cart-total-fixed {
        position: relative;
        top: 0; } }
  #bx-soa-order #bx-soa-total {
    width: 378px;
    min-width: 378px;
    margin-left: 24px; }
    @media (max-width: 1199px) {
      #bx-soa-order #bx-soa-total {
        width: 340px;
        min-width: 340px; } }
    @media (max-width: 991px) {
      #bx-soa-order #bx-soa-total {
        width: 100%;
        margin-left: 0; } }
  #bx-soa-order .bx-soa {
    width: 100%; }
  #bx-soa-order .bx-soa-section-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 599px) {
      #bx-soa-order .bx-soa-section-title {
        font-size: 18px;
        margin-bottom: 20px; } }
    #bx-soa-order .bx-soa-section-title .btn {
      padding: 8px 10px;
      font-size: 14px; }
  #bx-soa-order .bx-soa-section-content,
  #bx-soa-order .bx-soa-section-title,
  #bx-soa-order .bx-soa-address {
    max-width: 756px; }
  #bx-soa-order .bx-soa-customer,
  #bx-soa-order .bx-soa-address {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: spase-between;
    -moz-box-pack: spase-between;
    -ms-flex-pack: spase-between;
    -webkit-justify-content: spase-between;
    justify-content: spase-between; }
    #bx-soa-order .bx-soa-customer .form-group,
    #bx-soa-order .bx-soa-address .form-group {
      min-width: calc(50% - 12px);
      width: calc(50% - 12px);
      margin-right: 24px; }
      @media (max-width: 599px) {
        #bx-soa-order .bx-soa-customer .form-group,
        #bx-soa-order .bx-soa-address .form-group {
          width: 100%;
          margin-right: 0; } }
      #bx-soa-order .bx-soa-customer .form-group input,
      #bx-soa-order .bx-soa-address .form-group input {
        margin-bottom: 12px; }
        @media (max-width: 599px) {
          #bx-soa-order .bx-soa-customer .form-group input,
          #bx-soa-order .bx-soa-address .form-group input {
            margin-bottom: 10px; } }
      #bx-soa-order .bx-soa-customer .form-group:nth-child(2n),
      #bx-soa-order .bx-soa-address .form-group:nth-child(2n) {
        margin-right: 0; }
      #bx-soa-order .bx-soa-customer .form-group.property-name-HOUSE,
      #bx-soa-order .bx-soa-address .form-group.property-name-HOUSE {
        min-width: calc(25% - 12px);
        width: calc(25% - 12px);
        margin-right: 12px; }
        @media (max-width: 599px) {
          #bx-soa-order .bx-soa-customer .form-group.property-name-HOUSE,
          #bx-soa-order .bx-soa-address .form-group.property-name-HOUSE {
            min-width: calc(50% - 6px);
            width: calc(50% - 6px); } }
      #bx-soa-order .bx-soa-customer .form-group.property-name-FLAT,
      #bx-soa-order .bx-soa-address .form-group.property-name-FLAT {
        min-width: calc(25% - 12px);
        width: calc(25% - 12px);
        margin-right: 0; }
        @media (max-width: 599px) {
          #bx-soa-order .bx-soa-customer .form-group.property-name-FLAT,
          #bx-soa-order .bx-soa-address .form-group.property-name-FLAT {
            min-width: calc(50% - 6px);
            width: calc(50% - 6px); } }
      #bx-soa-order .bx-soa-customer .form-group.property-name-DATE_DELIVERY,
      #bx-soa-order .bx-soa-address .form-group.property-name-DATE_DELIVERY {
        margin-right: 24px; }
        @media (max-width: 599px) {
          #bx-soa-order .bx-soa-customer .form-group.property-name-DATE_DELIVERY,
          #bx-soa-order .bx-soa-address .form-group.property-name-DATE_DELIVERY {
            margin-right: 0; } }
      #bx-soa-order .bx-soa-customer .form-group.property-name-TIME_DELIVERY,
      #bx-soa-order .bx-soa-address .form-group.property-name-TIME_DELIVERY {
        margin-right: 0; }
        @media (max-width: 599px) {
          #bx-soa-order .bx-soa-customer .form-group.property-name-TIME_DELIVERY,
          #bx-soa-order .bx-soa-address .form-group.property-name-TIME_DELIVERY {
            margin-right: 0; } }
  #bx-soa-order .bx-soa-address .form-group .input-wrap {
    margin-bottom: 0; }
  #bx-soa-order .bx-soa-address .form-group input {
    margin-bottom: 0;
    margin-top: 12px; }
    @media (max-width: 599px) {
      #bx-soa-order .bx-soa-address .form-group input {
        margin-top: 10px; } }
  #bx-soa-order #bx-soa-properties {
    padding-bottom: 12px; }
  #bx-soa-order #bx-soa-delivery .sdek_pvzLair {
    margin-top: 12px; }
    #bx-soa-order #bx-soa-delivery .sdek_pvzLair .btn {
      border-radius: 0;
      color: #454545; }
    #bx-soa-order #bx-soa-delivery .sdek_pvzLair .sdek_pvzAddr {
      margin-top: 8px;
      display: inline-block; }
  #bx-soa-order #bx-soa-delivery .bx-soa-pp-delivery-period {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    line-height: 120%; }
  #bx-soa-order .bx-soa-delivery-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    #bx-soa-order .bx-soa-delivery-wrap .bx-soa-pp-company {
      font-weight: 500;
      font-size: 14px;
      line-height: 120%;
      padding: 7px 10px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      background: #EFF0F1;
      margin: 0 8px 8px 0;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #bx-soa-order .bx-soa-delivery-wrap .bx-soa-pp-company.bx-selected {
        color: #FFFFFF;
        background: #2F2F2F; }
      #bx-soa-order .bx-soa-delivery-wrap .bx-soa-pp-company input {
        display: none; }
  #bx-soa-order .bx-soa-pay-wrap .bx-soa-pp-company {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    padding: 16px 16px 16px 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #FFFFFF;
    width: 100%;
    max-width: 242px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #EFF0F1;
    position: relative; }
    @media (max-width: 599px) {
      #bx-soa-order .bx-soa-pay-wrap .bx-soa-pp-company {
        max-width: none; } }
    #bx-soa-order .bx-soa-pay-wrap .bx-soa-pp-company:before {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      border-radius: 16px;
      left: 16px;
      top: 50%;
      margin-top: -8px;
      border: 1px solid #A3A3A3; }
    #bx-soa-order .bx-soa-pay-wrap .bx-soa-pp-company.bx-selected {
      font-weight: 600;
      border-color: #2F2F2F; }
      #bx-soa-order .bx-soa-pay-wrap .bx-soa-pp-company.bx-selected:before {
        border: 4px solid #2F2F2F; }
    #bx-soa-order .bx-soa-pay-wrap .bx-soa-pp-company input {
      display: none; }
  #bx-soa-order #bx-soa-total .btn {
    display: block;
    width: 100%;
    padding: 15px 14px 14px;
    font-size: 16px;
    text-align: center;
    margin-top: 18px; }
  #bx-soa-order #bx-soa-total .bx-soa-cart-total-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px; }
    #bx-soa-order #bx-soa-total .bx-soa-cart-total-line .bx-soa-cart-d {
      font-weight: 600;
      text-align: right; }
  #bx-soa-order #bx-soa-total .privacy-link {
    color: #A3A3A3;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    margin-top: 16px;
    display: block; }
  #bx-soa-order #bx-soa-paysystem .bx-soa-pp-inner-ps {
    max-width: 260px;
    font-size: 14px;
    font-weight: 500; }
    @media (max-width: 599px) {
      #bx-soa-order #bx-soa-paysystem .bx-soa-pp-inner-ps {
        max-width: none; } }
    #bx-soa-order #bx-soa-paysystem .bx-soa-pp-inner-ps .bx-soa-pp-company-subTitle {
      line-height: 24px;
      padding-left: 32px;
      position: relative;
      cursor: pointer;
      margin-top: 24px; }
      #bx-soa-order #bx-soa-paysystem .bx-soa-pp-inner-ps .bx-soa-pp-company-subTitle:before {
        content: '';
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        border: 1px solid #D0D0D0;
        top: 0;
        left: 0;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
    #bx-soa-order #bx-soa-paysystem .bx-soa-pp-inner-ps .bx-soa-pp-company-desc {
      color: #A3A3A3;
      line-height: 120%;
      margin-top: 8px; }
    #bx-soa-order #bx-soa-paysystem .bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-subTitle:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='6' fill='%232F2F2F'/%3E%3Cpath d='M7 12L10.6667 16L18 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      border: none; }
    #bx-soa-order #bx-soa-paysystem .bx-soa-pp-inner-ps input[type='checkbox'] {
      display: none; }

#bx-soa-basket a {
  color: #2F2F2F;
  text-decoration: none; }
#bx-soa-basket .bx-soa-item-block {
  width: 100%;
  margin-right: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  #bx-soa-basket .bx-soa-item-block .bx-soa-item-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 48px; }
  #bx-soa-basket .bx-soa-item-block .bx-soa-item-img-block {
    min-width: 48px;
    margin-right: 16px; }
#bx-soa-basket .bx-soa-item-imgcontainer {
  width: 48px;
  height: 48px;
  background-color: #EFF0F1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
#bx-soa-basket .bx-soa-item-tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 10px; }
  @media (max-width: 599px) {
    #bx-soa-basket .bx-soa-item-tr {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; } }
  #bx-soa-basket .bx-soa-item-tr:last-of-type {
    margin-bottom: 0; }
#bx-soa-basket .bx-soa-item-props {
  white-space: nowrap;
  margin-left: 14px;
  min-width: 62px;
  line-height: 48px; }
  #bx-soa-basket .bx-soa-item-props:last-of-type {
    min-width: 76px;
    text-align: right; }
  #bx-soa-basket .bx-soa-item-props .bx-price-old {
    display: none; }

#bx-soa-region .bx-soa-custom-label,
#bx-soa-region .bx-soa-tooltip,
#bx-soa-region .bx-soa-reference,
#bx-soa-region .person-type-wrap {
  display: none !important; }

/*# sourceMappingURL=order.css.map */
