h1.b-content__title
{
    display:none;
}
.bonus-page
{
    padding-bottom:100px;
}
.bonus-page h1
{
    font-family: Roboto;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom:15px;

}
.bonus-page .botton
{
    display:block;
    font-family: Roboto;
    font-weight: 800;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    max-width:220px;
    border-radius: 10px;
    padding:16px 10px;
    background:#F4943E;
    margin:15px auto;
}
.bonus-page h1 span
{
    color:#F4943E;
}
.bonus-page .subtitle
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color:#4F5358;
    margin-bottom:40px;
}

.first-row
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    max-width:1170px;
    margin:0px auto;
    margin-bottom:70px;
}
.first-row>div
{
    padding-left:25px;
    padding-right:25px;
}

.first-row .li1 {
    order: 1;
    width:40%;
}
.first-row .center-block {
    order: 2;
    width:20%;
}
.first-row .center-block img
{
    margin-bottom:15px;
}
.first-row .li2 {
    order: 3;
    width:40%;
}

.first-row .list-items
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:stretch;
}
.first-row .list-items .item
{
    display:flex;
    flex-direction: row;
    align-items: center;
    margin-top:10px;
    margin-bottom:10px;
    background: #F2EFEC;
    border-radius: 10px;
    padding:31px 10px 31px 16px;
}

.first-row .list-items .item .icon
{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    height:58px;
    width:58px;
    padding:10px;
    background:#F4943E;
    border-radius:5px;
    padding:10px;
}
.first-row .list-items .item .description
{
    flex:1;
}
.first-row .list-items .item .title
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #F4943E;
    font-weight:bold;
}
.first-row .list-items .item .text
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0%;
    color: #4F5358;
}
.reviews-list
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.reviews-list .reviews-item-outer
{
    padding-left:10px;
    padding-right:10px;
    width:33%;
}
.reviews-list .reviews-item-outer .review-item
{
    padding: 20px;
    background: #F2EFEC;
    border-radius: 10px;
    margin-bottom: 20px;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:30px;
}
.reviews-list .reviews-item-outer .review-item img
{
    margin-bottom:18px;
}
.reviews-list .reviews-item-outer .review-item .author
{
    margin-bottom:18px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: center;

}
.reviews-list .reviews-item-outer .review-item .text
{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
}
.reviews-row .title
{
    font-family: Roboto;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom:35px;
}
.banner-row
{
    background:url('/images/bonus/bonus-fon.png') no-repeat center center;
    border-radius: 20px;
    padding:50px 20px;
    margin-bottom:70px;
}
.banner-row .title
{
    font-family: Roboto;
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    letter-spacing: 0%;
    text-align: center;
    color:#F4943E;
    margin-bottom:25px;
}
.banner-row .sub-title
{
    font-family: Roboto;
    font-weight: 400;
    font-size: 35px;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom:25px;
}
@media (max-width: 1024px) {
    .first-row {
        flex-wrap: wrap;
    }
    .first-row .li1 {
        order: 1;
        width:50%;
    }
    .first-row .center-block {
        order: 3;
        width:50%;
        text-align: center;
    }
    .first-row .center-block img
    {
        margin-bottom:15px;
    }
    .first-row .li2 {
        order: 2;
        width:50%;
    }
    .reviews-list
    {
        justify-content: center;
    }
    .reviews-list .reviews-item-outer
    {
        width:50%;
        margin-bottom:10px;
        margin-top:10px;
    }
}

@media (max-width: 768px) {
    .first-row .li1 {
        order: 2;
        width:100%;
    }
    .first-row .center-block {
        order: 1;
        width:100%;
        text-align: center;
    }
    .first-row .li2 {
        order: 3;
        width:100%;
    }  
    .first-row .list-items .item
    {
        padding:22px 10px 22px 22px;
        margin-top:5px;
        margin-bottom:5px;
    }
    .first-row .list-items .item .title
    {
        font-size: 14px;
        line-height: 19px;
    }
    .first-row .list-items .item .text
    {
        font-size: 14px;
        line-height: 19px;
    }
    .first-row>div
    {
        padding-left:15px;
    }
    .first-row .list-items .item .icon
    {
        margin-right:10px;
    }
    .bonus-page h1
    {
        font-size: 20px;
        line-height: 28px;
    }

    .bonus-page .subtitle
    {
        font-size: 14px;
        line-height: 20px;
    }
    .reviews-list .reviews-item-outer
    {
        width:100%;
    }
    
    .banner-row
    {
        border-radius: 0px;

    }
    .banner-row .title
    {

        font-size: 30px;
        line-height: 38px;

    }
    .banner-row .sub-title
    {

        font-size: 18px;
        line-height: 14px;

    }
}