body{
    background: #eee;
    margin: 20px 0;

    font-family: 'Manrope', sans-serif;
}
.content-sbp{
    max-width: 500px;
    margin: auto;
    border-radius: 7px;
    background: #fff;
    padding: 32px 22px;
/*    font-family: 'Arial', 'Tahoma', 'PT Sans';*/
}
.content-sbp-logo{
    text-align: center;
}
.content-sbp-logo img {
    max-width: 260px;
}
.content-sbp-logo .back_link {
    text-align: center;
    margin: 20px 0 0 0;
}
.content-sbp-logo .back_link a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.content-sbp-logo .back_link a:hover {
    opacity: 0.7;
}
.content-sbp h1{
    margin: 20px 0 9px;text-align: center;font-size: 28px;color: #000;
}
.content-sbp h1.not_found_order {
    padding: 100px 0;
}
.content-sbp h2{
    margin: 20px 0 9px;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.content-sbp-sum{
    text-align: center;
    margin: 20px;
    color: #444;font-size: 20px;
}
.content-sbp-sum span{

}
.content-sbp-act{
    text-align: center;
}
.content-sbp-act-mob{
    background: #88e5b8;
    display: inline-block;
    padding: 10px 68px 10px 10px;
    background-image: url(/assets/images/sbp.svg);
    background-repeat: no-repeat;
    background-size: 43px;
    background-position: right+11px center;
    text-decoration: none;
    font-weight: 600;
    color: #205239;
    line-height: 30px;
    border-radius: 8px;
    box-shadow: 0 0 8px #d2d2d2;
    border: 2px solid #4b8d6c;
    font-size: 21px;
}
.content-sbp-act p{
    font-size: 14px;
    line-height: 20px;
    color: #444;
}
.content-sbp-act img{
    width: 300px;
}
.content-sbp-success {
    background: #e0ffe0;
    border-radius: 7px;
    padding: 170px 20px;
    margin: 20px 0 9px;
}
.content-sbp-success .success_title {
    text-align: center;
    font-size: 28px;
    color: #000;
}
.content-sbp-success .back_link {
    text-align: center;
    margin: 20px 0 0 0;
}
.content-sbp-success .back_link a {
/*    text-decoration: none;*/
    color: #000;
    font-size: 16px;
}
.list-order{
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
}
.list-order ul{
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.list-order li{
    display: flex;
    margin-bottom: 14px;
    align-items: center;
}
.list-order li span.itm-img{
    display: inline-block;
    vertical-align: top;
}
.list-order li span.itm-img img{
    height: auto;
    max-width: 68px;
}
.list-order li span.itm-name{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    width: 50%;
    padding-left: 10px;
}
.list-order li span.itm-val{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    min-width: 74px;
    font-size: 14px;
}
.list-order li span.itm-cost{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    min-width: 120px;
    font-size: 14px;
}
.sbp-img{
    width: 80px !important;
    margin-top: 10px;
}
footer {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #888;
}
.qr_wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 20px auto;
}
.qr_wrapper:after {
    content: 'загрузка...';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ccc;
    color: #ccc;
    box-sizing: border-box;
    border-radius: 6px;
}
.qr_wrapper img {
    position: relative;
    z-index: 2;
}

.submit_pay {
    margin: 30px 0 20px 0;
}
.submit_pay a {
    background: #63b22f;
    color: #fff;
    text-decoration: none;
    padding: 10px 32px;
    border-radius: 3px;
}

.pay_card {
    padding: 0 0 30px 0;
    text-align: center;
}
.pay_card p {
    font-size: 20px;
    margin: 0;
}
.pay_card > p:first-child {
    opacity: 0.5;
    margin: 0 0 16px 0;
}
.pay_card p a {
    color: inherit;
}

@media screen and (max-width: 600px) {
    body {
        margin: 10px 10px;
    }
    .list-order li span.itm-img{
        display: none;
    }
    .list-order li span.itm-cost {
        min-width: 80px;
    }
    .list-order li span.itm-val {
        min-width: 65px;
    }
    .content-sbp-success .success_title span {
        display: block;
        margin: 0 0 20px 0;
    }
    .content-sbp-success {
        padding: 40px 20px;
    }
}