.cdekpay-logo {
    background-image: url(/assets/images/site/icon/cdekpay_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 177px;
    height: 74px;
}
.payment-section, 
.delivery-section,
.refund-section,
.contacts-section
{
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%;
}
.payment-section h1,
.delivery-section h1,
.refund-section h1,
.contacts-section h1
{
    color: rgba(255, 105, 0, 1);
    font-weight: 700;
    font-size: 45px;
    line-height: 46px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    width: 1300px;
}
.payment-section p,
.delivery-section p,
.refund-section p,
.contacts-section p
{
    margin: 10px 0px;
}

.payment-section ul,
.delivery-section ul,
.refund-section ul,
.contacts-section ul {
    margin: 10px 15px;
}

.payment-main,
.delivery-main,
.refund-main,
.contacts-main
{
    display: flex;
    width: 1300px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    height: 100%;
    padding: 25px;
    gap: 20px;
}
.refund-main
{
    flex-direction: column;
}
