.heureka_reviews{
    display: block;
    width: 100%;
    background: #efefef;
    color: #37474f;
    font-size: 14px;
    padding: 20px;
    margin-top: 30px;
}

.heureka_reviews .left{
    width: 50%;
    display: block;
    float: left;
}

.heureka_reviews .right{
    width: 50%;
    display: block;
    float: left;
}

.heureka_reviews .left .heureka_link{
    color: #00a0dc;
    display: block;
}

.heureka_reviews .left .mobile_reviews{
    display: none;
}

.heureka_reviews .left .heureka_link:before{
    content: "\2192";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.heureka_reviews .left a{
    display: block;
    margin-top: 5px;
}

.heureka_reviews .items .item{
    height: 175px;
}

.heureka_reviews .items .item .bg_helper{
    background: #fff;
    height: 150px;
    padding: 15px 40px;
}

.heureka_reviews .left h2{
    margin: 0px;
    padding: 0px;
}

.heureka_reviews .left p{
    margin: 50px 0px 0px 0px;
    padding: 0px;
}

.heureka_reviews .items .item .text{
    display: block;
    clear: both;
    font-style: italic;
}

.heureka_reviews .items .item .date{
    display: block;
    clear: both;
    margin-top: 10px;
    font-size: 12px;
    color: #909090;
}

.heureka_reviews .items .item .overeno_icon{
    width: 50px;
    display: table;
    margin: 0 auto;
    margin-top: -25px;
}

.heureka_reviews .stars{
    background: url('half.png') no-repeat;
    width: 66px;
    height: 12px;
    display: block;
    float: left;
    margin-top: 5px;
}

.heureka_reviews .stars_inside{
    background: url('stars.png') no-repeat;
    width: 66px;
    height: 12px;
    display: block;
    float: left;
}

@media (max-width: 1024px) {
    .heureka_reviews .left{
        width: 100%;
    }

    .heureka_reviews .left .mobile_reviews{
        display: block;
    }

    .heureka_reviews .right{
        display: none;
    }

    .heureka_reviews .left p{
        margin: 25px 0px 0px 0px;
    }

    .heureka_reviews .left h2{
        margin: 0px 0px 25px 0px;
    }
}