.demo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    margin-right: -98px;
}



.pay-page h1 {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 31px;
}

.inverse {
    background: #0099fa;
    color: #f4f7fa;
}

.demo__img {
    background: url(/local/templates/public/img/section-demo_img1.png) no-repeat left top;
    width: 54%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.demo__img img {
    max-width: 100%;
    height: auto;
}

.demo__info {
    overflow: hidden;
    padding-top: 69px;
    max-width: 54%;
    padding-bottom: 30px;
    width: 584px;
    padding-right: 26px;
}

.demo__info p {
    line-height: 1.65;
}

.demo__title {
    font-size: 24px;
    margin-bottom: 31px;
}

.section-step {
    padding: 120px 0 118px 0;
}

.step__img {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.step__img img {
    min-width: 100%;
    height: auto;
    border-radius: 50%;
}

.step__title {
    text-align: center;
    font-size: 18px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #667587;
}

.section-pay .pay__title {
    font-weight: 400;
    margin: 0 0 19px;
    line-height: 1.25;
    font-size: 24px;
    color: #010101;
}

.section-pay {
    padding-bottom: 10px;
}

.pay {
    margin-top: 115px;
}

.pay__list {
    padding-top: 10px;
    margin-bottom: 30px;
}

.pay__list:last-of-type {
    margin-top: 20px;
}

.pay__item {
    border: 1px solid #dfe6ee;
    border-radius: 3px;
    padding: 20px 20px 20px 197px;
    position: relative;
    display: table;
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
}
.pay__item.pay_moneycare .pay__info{
    padding: 32px 0;
}

.pay__item :last-child {
    margin-bottom: 0;
}

.pay__img {
    position: absolute;
    width: 198px;
    height: 100%;
    left: 0;
    top: 0;
}

.pay__img:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

.pay__img_one:before {
    width: 134px;
    height: 82px;
    background-image: url(/local/templates/public/img/svg/pay_img1.svg);
}

.pay__img_two:before {
    width: 110px;
    height: 83px;
    background-image: url(/local/templates/public/img/svg/pay_img2.svg);
}

.pay__img_three:before {
    width: 98px;
    height: 80px;
    background-image: url(/local/templates/public/img/svg/pay_img3.svg);
}

.pay__img_four:before {
    width: 77px;
    height: 73px;
    background-image: url(/local/templates/public/img/svg/pay_img4.svg);
}

.pay__img_five:before {
    width: 57px;
    height: 94px;
    top: 105px;
    background-image: url(/local/templates/public/img/svg/pay_img5.svg);
}

.pay__info {
    display: table-cell;
    vertical-align: middle;
}

.pay__name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.pay__sub-name {
    font-weight: 500;
    margin-bottom: 2px;
}

.pay__desc {
    color: #667587;
    line-height: 1.6;
}
.pay__desc p{
    margin: 0;
}
.pay_moneycare .pay__desc p {
    margin: 24px 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #455A64;
}
.pay_moneycare .pay__desc ul{
    padding-left: 20px;
}
.pay_moneycare .pay__desc li{
    margin-bottom: 10px;
    font-size: 14px;
}
.pay_moneycare .pay__desc span{
    font-size: 16px;
}

.pay .point-list {
    margin: 0;
    list-style: none;
}

.pay .point-list li {
    padding-left: 10px;
    position: relative;
}

.pay .point-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #667587;
}

.pay .text-style {
    color: #0085d9;
    display: block;
}

.pay .text-style:hover {
    text-decoration: underline;
}

.pay__link {
    color: #0085f9;
    text-decoration: underline;
}

.info-note {
    color: #313541;
    padding: 25px 20px 25px 99px;
    border-radius: 3px;
    position: relative;
    line-height: 1.6;
}

.info-note:before {
    content: '';
    position: absolute;
    left: 29px;
    top: 29px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-image: url("/local/templates/public/img/svg/note_info.svg?ver1.2");
}

.info-note_info {
    background-color: #f4f7fa;
    border: 1px solid #dfe6ee;
}

.info-note_info:before {
    color: #009afc;
}

.info-note_danger {
    background: #fbe9e7;
    border: 1px solid #e34c4c;
}

.info-note_danger:before {
    background-image: url("/local/templates/public/img/svg/note_danger.svg?ver1.2");
}

.info-note p {
    margin: 0;
}

.payment-logo {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.non-list {
    list-style: none;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .demo {
        margin-right: -125px;
    }
}

@media (max-width: 991px) {
    .demo {
        display: block;
        height: auto;
        margin: 0;
    }

    .demo__img {
        left: 0;
        display: block;
        width: auto;
        height: 350px;
        margin: 0 -30px 0 -22px;
        background-size: contain;
        background-position: center top;
    }

    .demo__info {
        right: 0;
        display: block;
        width: 100%;
        max-width: 1000px;
        padding: 23px 0 0 33px;
    }

    .demo__title {
        margin-bottom: 23px;
    }

    .section-step {
        padding: 59px 0 59px 0;
    }

    .step__title {
        line-height: 1.2;
    }

    .step__img_bad {
        width: 193px;
        height: 193px;
        margin-bottom: 25px;
    }

    .section-step .container {
        width: calc(83% - 6px);
    }

    .section-pay {
        padding-bottom: 4px;
    }

    .section-pay h3 {
        padding-left: 30px;
    }

    .pay-page h1 {
        padding-left: 30px;
    }

    .pay {
        margin-top: 56px;
    }

    .pay__item {
        border: 1px solid #dfe6ee;
        border-radius: 3px;
        padding: 25px 20px 24px 199px;
    }
    .pay__name {
        margin-bottom: 6px;
    }

    .pay__sub-name {
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .pay__list:last-of-type {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .pay__img_five:before {
        top: 103px;
    }

    .info-note {
        letter-spacing: -0.6px;
        padding-right: 35px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .pay-page .container {
        width: calc(80% - 6px);
    }
}

@media (max-width: 768px) {
    .pay-page .container {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .pay-page h1 {
        font-size: 24px;
    }
    
    .step__item {
        margin-bottom: 40px;
    }

    .step__img {
        margin-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .demo__img {
        height: 300px;
    }

    .demo__img {
        height: 250px;
    }

    .demo__info {
        padding: 23px 0 0 0;
    }

    .demo__info p {
        line-height: 1.35;
    }

    .demo__title {
        line-height: 1.3;
    }

    .section-step {
        padding: 59px 0 24px 0;
    }

    .step__item {
        margin-bottom: 30px;
    }

    .step__title {
        padding: 0 20px;
    }

    .section-pay h3 {
        padding-left: 0;
        line-height: 1.3;
    }

    .pay__list {
        padding-top: 4px;
    }

    .pay__list:last-of-type {
        margin-top: 26px;
    }

    .pay__item {
        display: block;
        padding: 0;
        height: auto;
        padding-bottom: 10px;
    }

    .pay__img {
        display: block;
        width: 100%;
        height: 165px;
        position: relative;
    }

    .pay__img_five:before {
        top: 50%;
    }

    .pay__img:before {
        left: 30px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .pay__info {
        display: block;
        width: 100%;
        padding: 0 14px;
    }

    .pay__name {
        font-size: 16px;
    }

    .pay__sub-name {
        margin-bottom: 3px;
    }

    .pay__desc {
        font-size: 14px;
        line-height: 1.43;
    }

    .pay__desc p {
        display: inline;
    }

    .pay__desc .text-style {
        display: inline;
    }

    .pay .point-list {
        line-height: 1.75;
    }

    .pay__link {
        display: block;
    }

    .info-note {
        padding: 8px 24px 10px 68px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .info-note_danger {
        line-height: 1.75;
        padding-bottom: 7px;
        padding: 10px 26px 6px 68px;
    }

    .info-note:before {
        left: 14px;
        top: 13px;
        line-height: 1;
    }

    .pay-page h1 {
        padding-left: 0;
        line-height: 1;
    }

    .section-demo {
        padding-bottom: 8px;
    }
}

@media (max-width: 500px) {
    .demo__img {
        height: 200px;
    }
}

@media (max-width: 400px) {
    .demo__img {
        height: 180px;
    }
}

@media (max-width: 320px) {
    .demo__img {
        height: 145px;
    }

}