*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
}

a{
    text-decoration:none;
}

button{
    cursor:pointer;
}

.order-btn{

    display:block;

    width:100%;

    text-align:center;

    padding:15px;

    margin-top:20px;

    border-radius:15px;

    background:
    linear-gradient(
    135deg,
    #5ca7ff,
    #145de7
    );

    color:white;

    text-decoration:none;

    font-weight:600;
}

.bonus-card{

    background:white;

    border-radius:20px;

    padding:20px;

    margin-bottom:15px;

    box-shadow:
    0 5px 20px rgba(0,0,0,.06);
}

.bonus-card h3{

    color:#145de7;

    margin-bottom:10px;
}

.bonus-card h2{

    color:#25b864;

    margin-top:10px;
}

.empty{

    background:white;

    padding:30px;

    border-radius:20px;

    text-align:center;
}

.phone{
    width:430px;
    max-width:100%;
    background:white;
    border-radius:35px;
    padding:20px;
}