* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.how-use {
    width: 100%;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    word-wrap: break-word;
    margin-top: 35px;
    margin-bottom: 16px;
}

.card-user {
    height: 480px;
    position: relative;
    background: #F5F5F5;
    border-radius: 10px;
    overflow: hidden;
    border: 1px #A5A5A5 solid;
}

.heading-card {
    margin: 30px 0 15px;
}

.btn-register {
    height: 70px;
    background: #4CAF50;
    border-radius: 10px;
    top: 250px;
    font-size: 17px;
}

.btn-bonus-history {
    height: 40px;
    background: #4CAF50;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;

}

/* If the user is authorized, he will be able to see information about his bonuses instead of the block with the “Register” button */

.bonus-points-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 20px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #A5A5A5;
    max-width: 100%;
    margin: 30px auto -30px auto;
}

.bonus-points-label {
    font-weight: bold;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.bonus-points-icon {
    width: 18px;
    height: 18px;
    margin: 0 5px;
}

.bonus-points-input {
    display: flex;
    align-items: center;
    justify-content: center;
}




.divider-user-reg {
    width: 100%;
    border: none;
    height: 1px;
    background-color: #A5A5A5;
    margin: 10px 0;
}

.bonus-points-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.bonus-points-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Featurettes
------------------------- */

.featurette-divider {
    visibility: hidden;
    margin: 28px 0;
}

.featurette-heading {
    font-weight: 700;
    line-height: 23.80px;
    letter-spacing: -1px;
    color: #333333;
    text-align: center;
    font-size: 16px;
    width: 100%;
    word-wrap: break-word;
}

.lead {
    margin: 1px 0 0 -23px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
}


.featurette-list {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
}

.bonus-points-field {
    width: 100%;
    max-width: 180px;
    padding: 8px;
    border: 1px solid #4CAF50;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px
}

.bonus-link {
    color: #4caf50;
    text-decoration: none;
}

.bonus-link:hover {
    color: #ffa500;
}

.lead > li {
    margin-bottom: 14px;
}

.img-top {
    top: -60px;
}
#bonus_history{
    line-height: 40px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {

    .how-use {
        font-size: 23px;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .bonus-points-wrapper {
        flex-direction: row;
        align-items: flex-start;
        margin: 50px auto -30px auto;
    }

    .bonus-points-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .btn-bonus-history {
        width: 100%;
        max-width: 280px;
    }

    .divider-user-reg {
        width: 1px;
        height: 73px;
        background-color: #A5A5A5;
        border: none;
        margin: 12px 20px 0 20px;
    }

    .bonus-points-right {
        gap: 0;
    }
    .bonus-points-label {
        font-size: 14px;
        margin: 15px 0 15px 0;
    }

    .featurette-heading {
        margin-top: 30px;
        text-align: left;
        font-size: 20px;
    }

    .featurette-list li {
        font-size: 18px;
    }

    .lead {
        margin: 19px -12px 19px -21px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.7;
    }

    .lead > li {
        margin-bottom: 3px;
    }

    .card-user {
        height: 340px;
    }

    .img-top {
        top: 60px;
        left: 20px;
    }

    .card-top {
        top: 60px;
        left: 20px;
    }

    .btn-register {
        top: 20px;
        font-size: 22px;
    }

    .bonus-points-field{
        font-size: 20px;
    }

}

@media screen and (min-width: 992px) {
    /*text_how_use*/
    .how-use {
        font-size: 27px;
        font-weight: 700;
        word-wrap: break-word;
        margin-top: 65px;
        margin-bottom: 55px;
    }

    .divider-user-reg {
        margin: 12px 50px 0 50px;
    }

    .bonus-points-label {
        font-size: 17px;
    }

    /* Карточка "Если вы новый пользователь сайта"*/
    .card-user {
        height: 320px;
        position: relative;
        background: #F5F5F5;
        border-radius: 10px;
        overflow: hidden;
        border: 1px #A5A5A5 solid;
    }

    .lead {
        margin: 0 0 23px -20px;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.4;
    }

    .img-top {
        top: 50px;
        left: 0;
    }

    .featurette-heading {

        text-align: left;
        font-size: 20px;
        width: 100%;
        word-wrap: break-word;
        margin-top: -10px;

    }

    .featurette-divider {
        visibility: hidden;
        margin: 46px 0;
    }

    .featurette-list li {
        margin-bottom: -10px;
    }
    .featurette .featurette-heading {
        margin-top: 27px;
    }
    .featurette .monitoring {
        margin-top: 74px;
    }
}

@media screen and (min-width: 1200px) {
    .card-user .lead {
        margin: 0 0 23px -20px;
        font-size: 15px;
        font-weight: 300;
        line-height: 2.4;
    }

    .divider-user-reg {
        height: 85px;
        margin: 12px 40px 0 40px;
    }

    .bonus-points-label {
        font-size: 24px;
    }

    .lead {
        font-size: 17px;
    }

    .lead > li {
        margin-bottom: 10px;
    }

    .bonus-points-wrapper{
        margin-top: 50px;
        padding: 16px 20px 25px
    }
}

@media screen and (min-width: 1600px) {
    .divider-user-reg {
        margin: 12px 100px 0 100px;
    }
}








