#popup-payment .flip-content {
    height: calc(100% - 95px);
    margin-top: 8px;
}

#popup-payment .mCSB_inside>.mCSB_container {
    padding: 20px 16px 16px 0;
}

.payment-info {
    padding-right: 0;
}

.payment-description {
    display: none;
}

.payment-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #263238;
    padding: 0 0 0 15px;
    margin-bottom: 21px;
}

.payment-item {
    display: flex;
    margin-bottom: 40px;
}
.payment-item:last-child {
    margin-bottom: 0;
}

.payment-item-img {
    height: 80px;
    width: 80px;
    flex: 0 0 auto;
    background-image: url("/local/templates/public/img/payment-cash.svg");
}
.payment-item:nth-child(2) .payment-item-img {
    background-image: url("/local/templates/public/img/payment-card.svg");
}
.payment-item:nth-child(4) .payment-item-img {
    background-image: url("/local/templates/public/img/payment-bill.svg");
}
.payment-item:nth-child(5) .payment-item-img {
    background-image: url("/local/templates/public/img/payment-elec.svg");
}
.payment-item:nth-child(6) .payment-item-img {
    background-image: url("/local/templates/public/img/payment-credit.svg");
}

.payment-item-info {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #78909C;
    margin-left: 16px;
}
.payment-item-info ul {
    margin-top: 8px;
    margin-bottom: 0;
    list-style: none;
    position: relative;
}
.payment-item-info li {
    margin-top: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #78909C;
}
.payment-item-info li:before {
    content: '•';
    position: relative;
    margin-right: 4px;
}

.payment-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #263238;
    margin-bottom: 8px;
}


.payment-attention {
    position: relative;
    margin-bottom: 40px;
    padding: 16px 16px 16px 96px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #FBE9E7;
}
.payment-attention:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -16px;
    width: calc(100% + 40px);
    background-color: #FF8A80;
    z-index: -1;
}

.payment-attention i {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 12px;
    top: calc(50% - 28px);
    border-radius: 50%;
    border: 2px solid #FFCCBC;
    box-sizing: border-box;
}
.payment-attention i:before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 2px);
    height: 22px;
    width: 4px;
    border: 2px solid #FFCCBC;
    border-radius: 4px;
}
.payment-attention i:after {
    content: '';
    position: absolute;
    top: calc(50% + 12px);
    left: calc(50% - 2px);
    height: 6px;
    width: 4px;
    border: 2px solid #FFCCBC;
    border-radius: 4px;
}

.climb-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.15px;
    color: #263238;
}
.climb-description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;

    color: #78909C;
}

.payment-notes {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #78909C;
    padding-left: 15px;
    margin-top: 56px;
}

.payment-notes > div:not(:last-child) {
    margin-bottom: 16px;
}

.payment-icons {
    margin-bottom: 16px;
    text-align: center;
}
.payment-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 40px;
}


@media (max-width: 767px) {
    #popup-payment .flip-header-description {
        display: none;
    }

    #popup-payment .flip-content {
        height: calc(100% - 16px);
        margin-top: 0;
    }

    .payment-description {
        display: block;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.4px;
        color: #B0BEC5;
        padding-left: 15px;
    }

    .payment-title {
        margin-top: 24px;
    }

    .payment-item {
        flex-direction: column;
        margin-bottom: 22px;
    }

    .payment-item-info {
        margin-left: 0;
    }
}