

/* Start:/local/templates/school_of_education/components/machaon/mfs.special.orderold/edschool/style.css?175128939311830*/
.b-order select {
    width: 100%;
    border-bottom: 1px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px;
    background-color: #eee;
}

.b-order label {
    width: 100%;
    color: #ababab;
    font-weight: 400;
    font-size: 15px;
}

body #layer .layer_body {
    background: rgba(23, 80, 209, 0.06);
    padding-top: 50px;
    padding-bottom: 50px;
}


.pay-redesign * {
    font-family: 'MuseoSansCyrl',Arial,sans-serif;
}

.pay-redesign__payments {
    display: flex;
    margin-bottom: auto;
}
.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__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-size: 31px;
    font-weight: 600;
    line-height: 37.353px;
    margin-bottom: 8px;
    text-transform: lowercase;
}

.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 {
    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__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/school_of_education/components/machaon/mfs.special.orderold/edschool/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/school_of_education/components/machaon/mfs.special.orderold/edschool/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: 58px;
}

.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/school_of_education/components/machaon/mfs.special.orderold/edschool/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;
}

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

@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: #1750D1;
    color: #000;
}

.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: auto;
    }

    .pay-redesign__form {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .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__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;
    }
}

/* End */
/* /local/templates/school_of_education/components/machaon/mfs.special.orderold/edschool/style.css?175128939311830 */
