.b-trusted.light_gray {
    background: #f9f9fc;
}
.b-trusted.white {
    background: #fff;
}
.b-trusted__wrapper {
    margin: auto;
    max-width: 1000px;
}
.b-trusted__flex {
    margin: 50px auto 20px;
    display: flex;
    justify-content: space-between;
}
.b-trusted__item {
    position: relative;
    width: 320px;
    border-radius: 6px;
    padding: 30px 30px 68px;
    color: #1b222f;
}
.b-trusted__item.light_gray {
    background: #ffffff url(../png/trusted-bg-gray.png) calc(100% - 30px) -4px / 58px 47px no-repeat;
}
.b-trusted__item.white {
    background: #f7f8fa url(../png/trusted-bg-white.png) calc(100% - 30px) -4px / 58px 47px no-repeat;
}
.b-trusted__image {
    display: inline-block;
    float: left;
    margin: 0 18px 0 0;
    border-radius: 33px;
}
.b-trusted__item-name {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    padding-top: 10px;
}
.lazyloaded .b-trusted__stars {
    background: url(../png/rating-2.png) 0 0 / 26px 24px repeat-x;
}
.b-trusted__stars {
    display: inline-block;
    width: 128px;
    height: 24px;
    margin: 9px 0 25px;
}
.b-trusted__item-text {
    color: #575c63;
    font-size: 14px;
    line-height: 22px;
}
.b-trusted__trustpilot {
    display: block;
    position: absolute;
    bottom: 30px;
    color: #575c63;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
.b-trusted__trustpilot span {
    color: #009665;
}
.b-trusted__trustpilot:hover {
    text-decoration: underline;
}
