

/* Start:/local/templates/.default/components/machaon/mfs.special.orderold/redesign/style.css?175128939316915*/
body #layer .layer_body {
    background: rgba(23, 80, 209, 0.06);
    padding-top: 50px;
    padding-bottom: 50px;
}

.js-price-dynamic {
    display: inline-block;
}



.sale-paysystem-yandex-button-item {
    color: #fff!important;
}
.sale-paysystem-yandex-button-item:hover{
    color: #fff!important;
}

.sale-paysystem-yandex-button-item {
    background-color: #000;
}
.pay-redesign__payments {
    margin-bottom: 3.0555555556rem;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.pay-redesign__payment {
    font-weight: 400;
}

.pay-redesign__payment-wrapper {
    margin-right: 25px;
}

.order-page {
    display: flex;
    justify-content: center;
}

.pay-redesign__title {
    font-weight: 800;
    font-size: 30px;
    margin: 32px 0;
    line-height: 35px;
}

.pay-redesign__block {
    padding: 24px 16px;
    background: #FFF;
    margin-bottom: 65px;
    display: flex;
    flex-direction: column;
}

.pay-redesign__block.pay-redesign__block_pb {
    justify-content: space-between;
    padding-bottom: 44px;
}

.pay-redesign__name {
    font-size: 20px;
    font-weight: 800;
    line-height: 23px;
    margin: 0 0 16px 0;
}

.pay-redesign__start {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}

.pay-redesign__start-date {
    font-weight: 600
}

.pay-redesign__payment-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 17px;
}

.pay-redesign__prices {
    display: flex;
    gap: 9px;
    margin-bottom: 12px;
    align-items: center;
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
}

.pay-redesign__prices-old {
    min-width: 62px;
    text-decoration: line-through;
    text-transform: lowercase;
}

.pay-redesign__prices-discount {
    background: #F9D7CE;
    padding: 2px 6px 1px 6px;
    min-width: 53px;
    text-align: center;
}

.pay-redesign__prices-discount:empty, .pay-redesign__prices-old:empty {
    display: none;
}

.pay-redesign__price {
    font-weight: 600;
    margin-bottom: 8px;
    display: inline;
}

.pay-redesign__price-note {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 43px;
}

.pay-redesign__btns {
    display: flex;
    gap: 5px;
    margin-bottom: 24px;
}

.pay-redesign__btn-item {

    text-align: center;
  background: #f5f5f5;
  padding: .6666666667rem .6111111111rem .5555555556rem;
  font-weight: 600;
  border: .0555555556rem solid #ababb0;
  font-size: .7777777778rem;
  color: #333;
  border-radius: .2777777778rem;
  display: block;
  cursor: pointer;
  width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    height: 45px;
    padding: 0 5px;
    border-radius: 5px;
    border: 1.5px solid rgba(23, 80, 209, 0.06);
    background: rgba(23, 80, 209, 0.06);
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    flex: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6D6D6D;
    transition: all ease 0.2s; */
}

.pay-redesign__radio {
    display: none;
}

.pay-redesign__radio:checked + label {
    background: rgba(23, 80, 209, 0.12);
    border-color: #1750D1;
    color: #000;
 }

.pay-redesign__note {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 28px;
    color: #6D6D6D;
}

.pay-redesign__promocode {
    position: relative;
}

.pay-redesign__promocode-label {
    color: #C2C1C1;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 13px;
    top: 13px;
    font-weight: 400;
}

.filed .pay-redesign__promocode-label {
    top: 3px;
    font-size: 11px;
    transition: all ease 0.2s;
}

.pay-redesign__promocode .pay-redesign__promocode-input[type="text"] {
    flex: 1;
    height: 44px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #C2C1C1;
    padding: 0 13px;
    max-width: none;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
}

.pay-redesign__promocode.filed .pay-redesign__promocode-input[type="text"] {
    padding-top: 12px;
}

.pay-redesign :focus {
    outline: none;
}

.pay-redesign__promocode-btn {
    width: 100%;
    height: 44px;
    border-radius: 0 0 5px 5px;
    background: #C2C1C1;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border: 1px solid #C2C1C1;
    box-sizing: border-box;
}

.pay-redesign__promocode.filed .pay-redesign__promocode-btn {
    background: #1750D1;
    border-color: #1750D1;
}

.pay-redesign__promocode.filed .pay-redesign__promocode-btn:hover {
    background: #000;
    border-color: #000;
}

.pay-redesign__promocode.filed .pay-redesign__promocode-input[type="text"] {
    border-color: #1750D1;
}

.pay-redesign__promocode.filed .pay-redesign__promocode-input[type="text"] {
    border-color: #C2C1C1;
}

.pay-redesign__promocode.success .pay-redesign__promocode-input[type="text"] {
    color: #C2C1C1;
}

.pay-redesign__promocode.success .pay-redesign__promocode-btn,
.pay-redesign__promocode.error .pay-redesign__promocode-btn {
    background: #C2C1C1;
    border-color: #1750D1;
}

.pay-redesign__promocode.error:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 18px;
    width: 10px;
    height: 10px;
    background: url("/local/templates/.default/components/machaon/mfs.special.orderold/redesign/images/error.svg") no-repeat 50% 50%;
    background-size: cover;
}

.pay-redesign__promocode.success:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 18px;
    width: 11px;
    height: 9px;
    background: url("/local/templates/.default/components/machaon/mfs.special.orderold/redesign/images/ok.svg") no-repeat 50% 50%;
    background-size: cover;
}

.pay-redesign__promocode.success:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    right: 155px;
    z-index: 10;
}

.pay-redesign__data-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 32px 0;
}

.pay-redesign__form-item {
    margin-bottom: 25px;
    position: relative;
}

.pay-redesign__form-item select {
    width:100%;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
}

.pay-redesign .pay-redesign__form-input[type="text"],
.pay-redesign .pay-redesign__form-input[type="tel"],
.pay-redesign .pay-redesign__form-input[type="email"] {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 0;
}

.pay-redesign__form-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
    display: block;
}

.pay-redesign__form-checkboxes {
    margin-bottom: 5px;
}

.pay-redesign__form-checkbox-label {
    position: relative;
    padding-left: 25px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6D6D6D;
}

.pay-redesign__form-checkbox-label a, #allrecords .pay-redesign__form-checkbox-label a{
    color: inherit;
    text-decoration: underline;
}

.pay-redesign__form-checkbox-label a:hover, #allrecords .pay-redesign__form-checkbox-label a:hover {
    text-decoration: none;
}

.pay-redesign__form-checkbox-label:before {
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    content: "";
}

.pay-redesign__form-checkbox {
    display: none;
}

.pay-redesign__form-checkbox:checked + label:before {
    border-color: #1750D1;
    background: url("/local/templates/.default/components/machaon/mfs.special.orderold/redesign/images/check.svg") no-repeat 50% 50% #1750D1;
    background-size: cover;
}

.pay-redesign__form-checkbox-label-error {
    display: block;
    margin-top: 5px;
    color: red;
}

.pay-redesign__form-checkbox:checked + label .pay-redesign__form-checkbox-label-error {
    display: none;
}

.pay-redesign__form-submit {
    height: 44px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    background: #000;
    cursor: pointer;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: all ease 0.2s;
}

.pay-redesign__error {
    color: #FD0B0B;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.pay-redesign__error:empty {
    display: none;
}

.pay-redesign__success {
    display: none;
}

.pay-redesign__success .b-order__payment {
    margin-top: 20px;
}

.pay-redesign.success .pay-redesign__success{
    display: block;
}

.pay-redesign.success .pay-redesign__fields{
    display: none;
}

@media (min-width:420px){
    .pay-redesign__promocode {
        display: flex;
        align-items: center;
        height: 44px;
        position: relative;
    }

    .pay-redesign__promocode .pay-redesign__promocode-input[type="text"] {
        height: 100%;
        border-radius: 5px 0 0 5px;
    }

    .pay-redesign__promocode-btn {
        width: 142px;
        height: 100%;
        border-radius: 0 5px 5px 0;
    }

    .pay-redesign__promocode.error:after, .pay-redesign__promocode.success:after {
        right: 155px;
        top: 50%;
        margin-top: -5px;
    }
}

.pay-redesign__form-submit:hover {
    background: #1750D1;
}

.pay-redesign__btn-item:hover {
    border-color: #333;
    background: #e5e5e5;
}

.pay-redesign__promocode.success .pay-redesign__promocode-btn:hover,
.pay-redesign__promocode.error .pay-redesign__promocode-btn:hover {
    background: #1750D1;
}

@media (min-width:960px){
    body #layer .layer_body {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .pay-redesign__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 14px;
    }

    .pay-redesign__note {
        margin-bottom: 50px;
    }

    .pay-redesign__block {
        margin-bottom: 0;
    }

    .pay-redesign__form-submit {
        margin-top: 0;
    }

    .pay-redesign__form {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }

    .pay-redesign__promocode-error {
        margin-top: auto;
    }

    .pay-redesign__btn-item {
        font-size: 14px;
    }

    .pay-redesign__promocode-btn {
        flex: 0 0 139px;
        width: 139px;
    }

    .pay-redesign__note, .pay-redesign__form-checkbox-label {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width:1200px){

    .pay-redesign__form {
        justify-content: normal;
    }

    .pay-redesign__title {
        font-size: 48px;
        margin: 40px 0;
        line-height: 35px;
    }

    .pay-redesign__block {
        padding: 30px 24px;
        display: flex;
        flex-direction: column;
    }

    .pay-redesign__promocode-btn {
        flex-basis: 184px;
        width: 184px;
    }

    .pay-redesign__promocode.error:after {
        right: 202px;
    }

    .pay-redesign__promocode.success:after {
        right: 202px;
    }

    .pay-redesign__promocode.success:before {
        right: 202px;
    }

    .pay-redesign__price {
        margin-bottom: 0;
    }

    .pay-redesign__top {
        display: flex;
        justify-content: space-between;
    }

    .pay-redesign__name {
        max-width: 65%;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 43px;
    }

    .pay-redesign__start {
        padding-top: 5px;
    }

    .pay-redesign__price-main {
        display: flex;
        align-items: flex-end;
        gap: 21px;
        /* margin-bottom: 41px; */
    }

    .pay-redesign__price-note {
        margin-bottom: 5px;
    }

    .pay-redesign__btns {
        margin-bottom: 19px;
    }

    .pay-redesign__payment-title {
        margin-bottom: 9px;
    }

    .pay-redesign__btns {
        gap: 14px;
    }

    .pay-redesign__form-checkbox-label {
        line-height: 16px;
        font-size: 13px;
    }

    .pay-redesign__data-title {
        margin-bottom: 50px;
    }
}



.pay__offer {
    margin-bottom: 1.4444444444rem;
    font-weight: 600;
    font-size: 1.6666666667rem;
  }

  .pay-redesign__block {
    padding: 1.5rem 1.5rem 1.0555555556rem;
  }

  .pay-redesign__promocode-btn:hover {
    background: #adacac;
  }

  .pay__14 {
    margin-bottom: 0.6111111111rem;
    font-size: 0.7777777778rem;
  }
  .pay__14 strong {
    font-weight: 600 !important;
  }

  .pay-redesign__form-checkboxes_some {
    margin-bottom: 2.0555555556rem;
  }

  .pay__finish {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.6111111111rem;
    color: #fff;
    border-radius: 0.2777777778rem;
    font-size: 0.7777777778rem;
    background: #000;
    font-weight: 600;
  }

  .pay-redesign__promocode-label {
    font-size: 0.7777777778rem;
    font-weight: 300;
  }

  .pay-redesign__form-checkbox-label {
    margin-bottom: 1.0555555556rem;
  }

  .pay-redesign__title {
    font-size: 2.6666666667rem;
    font-weight: 600;
  }

  .pay-redesign__promocode {
    margin-bottom: 2.1666666667rem;
  }

  .pay-redesign__payments {
    margin-bottom: 3.0555555556rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .pay-redesign__note {
    margin-bottom: 1.1111111111rem;
  }

  .pay-redesign__payment-wrapper {
    margin-right: 1.3333333333rem;
  }

  .pay-redesign__payment {
    font-weight: 300;
    font-size: 0.8888888889rem;
  }

  .pay__how {
    color: #000;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.7777777778rem;
  }

  .pay__reg {
    font-weight: 300;
    margin-bottom: 3.7222222222rem;
    font-size: 0.8888888889rem;
  }
  .pay__reg strong {
    font-weight: 600 !important;
  }

  .pay__reg_bot {
    margin-bottom: 1.2777777778rem;
  }

  .pay__reg_top {
    padding-top: 0.6666666667rem;
    margin-bottom: 1.2222222222rem;
  }

  .pay__grey {
    color: #6D6D6D;
  }

  .pay-redesign__note {
    color: #000;
  }

  .pay-redesign__note_gate {
    margin-bottom: 9.6111111111rem;
  }

  @media (max-width: 640px) {
    .pay-redesign__title {
      font-size: 1.6666666667rem;
      margin-bottom: 1.7222222222rem;
    }
    .pay-redesign__block {
      padding: 1.6666666667rem 1.3333333333rem;
    }
    .pay__reg {
      margin-bottom: 1.7777777778rem;
      font-size: 0.8333333333rem;
    }
    .pay__reg_top {
      padding-top: 0;
      margin-bottom: 1.9444444444rem;
    }
    .pay__offer {
      margin-bottom: 1.1111111111rem;
      line-height: 1.2;
      font-size: 1.1111111111rem;
    }
    .pay-redesign__note {
      font-weight: 300;
      color: #000;
      margin-bottom: 1.6666666667rem;
      font-size: 0.8333333333rem;
    }
    .pay-redesign__block {
      margin-bottom: 2.2222222222rem;
      padding-bottom: 0.8333333333rem;
    }
    .pay-redesign__payments {
      margin-bottom: 1.6666666667rem;
    }
    .pay-redesign__form-submit {
      margin-bottom: 1.1111111111rem;
    }
    .pay-redesign__form-checkbox-label {
      font-size: 0.7777777778rem;
    }
    .pay-redesign__promocode .pay-redesign__promocode-input[type=text] {
      margin-bottom: 0.5555555556rem;
      border-radius: 0.2777777778rem;
    }
    .pay-redesign__promocode-btn {
      border-radius: 0.2777777778rem;
    }
    .pay-redesign__promocode {
      margin-bottom: 1.9444444444rem;
    }
  }
  .fate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -0.3888888889rem;
    margin-right: -0.3888888889rem;
  }

  .fate__panel {
    width: 100%;
  }

  .fate__content {
    padding-top: 1.4444444444rem;
  }

  .fate__cell {
    width: 50%;
    padding-right: 0.3888888889rem;
    padding-left: 0.3888888889rem;
  }

  .fate__tab {
    text-align: center;
    background: #F5F5F5;
    padding: 0.6666666667rem 0.6111111111rem 0.5555555556rem;
    font-weight: 600;
    border: 0.0555555556rem solid #ABABB0;
    font-size: 0.7777777778rem;
    color: #333;
    border-radius: 0.2777777778rem;
    display: block;
    cursor: pointer;
    width: 100%;
  }
  .fate__tab:hover {
    border-color: #333;
    background: #E5E5E5;
  }

  .fate__tab_active {
    background: #E9EFFC;
    border: 0.0555555556rem solid #1750D1;
  }

  .fate__content {
    width: 100%;
    padding-right: 0.3888888889rem;
    padding-left: 0.3888888889rem;
  }

  @media (max-width: 640px) {
    .fate__cell {
      width: 100%;
    }
    .fate__tab {
      margin-bottom: 0.5555555556rem;
    }
  }

/* End */
/* /local/templates/.default/components/machaon/mfs.special.orderold/redesign/style.css?175128939316915 */
