.payment_methods {
    max-width: 1090px;
    margin-top: 60px;
    font-size: 18px;
}

.payment_methods a {
    text-decoration: none;
    color: #2086CF;
}

.payment_methods section {
    display: none;
}

.payment_methods_elements {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.payment_methods_directly {
    border: 2px solid #2085CF;
    color: #2085CF;
    border-radius: 14px;
    padding: 20px 80px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    max-width: 350px;
    width: 100%;
}

.payment_methods_elements .payment_methods_directly.active {
    color: #fff;
    background-color: #2085CF;
}

.payment_methods .active {
    display: block;
}

.tabs__content ul {
    list-style: none;
    padding-left: 5px;
}

.tabs__content ul li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}

.tabs__content li {
    margin-bottom: 10px;
}

.online_payment_individuals_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px 0;
}

.online_payment_individuals_img img {
    margin-right: 40px;
}

.online_payment_legal_entities_element {
    display: flex;
    justify-content: space-between;
}

.online_payment_legal_entities_element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.online_payment_legal_entities_element_img {
    border: 1px solid #EDEDED;
    border-radius: 20px;
    padding: 20px;
    margin-right: 50px;
}

.online_payment_legal_entities_element_img img {
    width: 240px;
    height: 140px;
}

.online_payment_legal_entities_element span {
    font-weight: 600;
}

@media (max-width: 950px) {
    .payment_methods_elements {
        justify-content: center;
        flex-wrap: wrap;
    }

    .payment_methods_directly {
        margin-bottom: 30px;
    }

    .online_payment_legal_entities_element {
        justify-content: center;
        flex-wrap: wrap;
    }
}