.pay-methods {
    margin-bottom: 120px;
}

.pay-methods__descr {
    margin-bottom: 60px;
}

.methods-pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    background-color: #F3F4F4;
    border-radius: 10px;
    height: 100%;
}

.methods-pay__img {
    margin-bottom: 25px;
}

.methods-pay__title {
    font-weight: 800;
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 15px;
    text-align: center;
}

.methods-pay__descr {
    font-size: 16px;
    line-height: 160%;
    color: #6A777D;
    text-align: center;
}

.methods-pay__list {
    margin-top: 30px;
    display: flex;
}

.methods-pay__item {
    margin-right: 10px;
}

.methods-pay__item:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    .pay-methods {
        margin-bottom: 60px;
    }

    .pay-methods__descr {
        margin-bottom: 30px;
    }

    .methods-pay {
        padding: 30px 15px;
    }

    .methods-pay__img {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }

    .methods-pay__title {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 15px;
    }

    .methods-pay__descr {
        font-size: 14px;
        line-height: 140%;
    }

    .methods-pay__list {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .methods-pay {
        height: initial;
    }
}

@media (max-width: 575px) {
    .pay-metods {
        background-image: url("../../img/background-mobile-main-block.svg");
        background-repeat: no-repeat;
    }

    .methods-pay {
        align-items: initial;
    }

    .methods-pay__title {
        text-align: initial;
    }

    .methods-pay__descr {
        text-align: initial;
    }
}