#j-ordersTransactions-orderCreate-bl {
    width: 100%;
    /*max-width: 1000px;*/
    /*margin: 0 auto;*/
    padding: 0 15px;
    box-sizing: border-box;
}

.ot-checkout.py-5 {
    padding: 40px 0 48px;
}

.ot-checkout__title {
    margin: 0 0 16px;
    line-height: 1.25;
}

.ot-checkout__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.ot-checkout__col {
    box-sizing: border-box;
    padding: 0 12px;
    width: 100%;
}

.ot-checkout__col--main {
    width: 58.333%;
}

.ot-checkout__col--aside {
    width: 41.667%;
}

@media (min-width: 768px) {
    .ot-checkout__col--aside {
        position: -webkit-sticky;
        position: sticky;
        top: 16px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.ot-checkout__card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.ot-checkout__card.mb-3 {
    margin-bottom: 16px;
}

.ot-checkout__card-body {
    padding: 20px;
}

.ot-checkout__card-title {
    margin: 0 0 14px;
    line-height: 1.3;
}

.ot-checkout__hint {
    margin: 0 0 12px;
    color: #777;
    font-size: 13px;
    line-height: 1.45;
}

.ot-checkout__same {
    display: block;
    margin: 0 0 14px;
}

.ot-checkout__fields-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.ot-checkout__fields-row .ot-checkout__field {
    box-sizing: border-box;
    padding: 0 8px;
    width: 50%;
}

.ot-checkout__field {
    margin-bottom: 12px;
}

.ot-checkout__field label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
}

.ot-checkout__field--error input {
    border-color: #b94a48;
}

.ot-checkout__pay-systems {
    margin-bottom: 0;
    margin-right: 0;
}

.ot-checkout__pay-systems .ot-checkout__item {
    cursor: pointer;
    margin: 0 0 8px;
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.ot-checkout__pay-systems .ot-checkout__item.active {
    background: #f3f8f4;
    border-color: #cfe8d4;
}

.ot-checkout__pay-systems .ot-checkout__item label {
    margin: 0;
    cursor: pointer;
}

.ot-checkout__pay-systems .ot-checkout__item .radio {
    margin: 0;
}

.ot-checkout__item__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.ot-checkout__item__icon img {
    width: 20px;
    height: 20px;
}

.ot-checkout__terms {
    margin-top: 12px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
}

.ot-checkout__terms-general {
    margin-bottom: 16px;
}

.ot-checkout__summary-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.4;
}

.ot-checkout__summary-row strong {
    text-align: right;
    font-weight: 600;
}

.ot-checkout__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 14px;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.ot-checkout__product-thumb {
    display: block;
    width: 64px;
    min-width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 4px;
}

.ot-checkout__product-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ot-checkout__product-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.ot-checkout__product-title {
    display: block;
    margin: 0 0 4px;
    font-weight: 600;
    line-height: 1.3;
}

.ot-checkout__product-qty {
    color: #777;
    font-size: 13px;
}

.ot-checkout__product-sum {
    white-space: nowrap;
    font-weight: 600;
}

.ot-checkout__totals {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.ot-checkout__totals-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 12px;
}

.ot-checkout__submit {
    margin-top: 16px;
}

.ot-checkout__submit .btn-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.ot-checkout__privacy {
    margin: 12px 0 0;
    color: #888;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.ot-checkout__empty {
    margin: 0 0 12px;
    color: #777;
}

.ot-checkout__success {
    text-align: center;
    padding: 40px 20px;
}

.ot-settings {
    padding: 20px 0 40px;
}

.ot-settings__back {
    margin-bottom: 12px;
}

.ot-settings__pay-link {
    font-size: 13px;
    white-space: nowrap;
}

.ot-settings__pay-systems .sr-ico-check {
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
}

.ot-settings__pay-systems .sr-ico-check:before {
    font-size: 10px !important;
    width: 12px !important;
    height: 12px !important;
}

@media (max-width: 767px) {
    .ot-checkout.py-5 {
        padding: 24px 0 36px;
    }

    .ot-checkout__title {
        font-size: 22px;
    }

    .ot-checkout__col--main,
    .ot-checkout__col--aside {
        width: 100%;
    }

    .ot-checkout__col--main {
        margin-bottom: 8px;
    }

    .ot-checkout__card-body {
        padding: 16px;
    }

    .ot-checkout__fields-row .ot-checkout__field {
        width: 100%;
    }
}
