.conditions {
    margin-top:40px;
    margin-bottom:24px;
}

.conditions h3{
    color: #000;
    /* Desktop_Heading/20_H3 */
    font-family: Montserrat-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
    margin-bottom:16px;
}

.conditions ol {
    padding-left:20px;
}

.conditions ol li{
    color: #000;
    /* Text_18/Regular */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-bottom:16px;
}

.paysystems {
    padding-top:24px;
}

.paysystem {
    padding:24px;
    display: flex;
    flex-direction: column;
    gap:8px;
    border-radius: 5px;
    background: #F7F8F9;
    color: #4F4F4F;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height:100%;
    line-height: 20px; /* 142.857% */
}

.paysystem a{
    display: inline-block;
    margin-right:24px;
    color: #1B3B75;
    text-decoration: none;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.paysystem strong{
    color:#000;
    /* Text_14/None/SemiBold */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

@media (min-width: 768px) and (max-width: 1199px) {
    .pb15 {
        padding-bottom: 16px;
    }

    .del_choose_head br{
        display: none;
    }
}

@media (max-width: 767.98px) {
    .conditions h3 {
        color: #000;
        font-family: Montserrat-Bold;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 16px;
    }

    .conditions ol li {
        color: #000;
        /* Text_12/Regular */
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
    }
}