/*отзывы*/

.maot-reviews-block .page-lbl {
	margin-bottom: 18px;
}
.testimonials-flat {
    padding: 80px 0px 0px 0px;
    width: 100%;
    height: 350px;
    margin: 0px 0px 93px 0px;
    background: url(../img/reviews/review-bck.jpg) center top no-repeat;
}
.maot-reviews-block .testimonials-flat {
    margin: 0;
}
.testimonials-holder {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}
.testimonials-i {
    text-align: center;
    top: 20px;
}
.testimonials-a {
    margin-bottom: 17px;
}
.testimonials-b {
    margin-bottom: 10px;
    font-size: 14px;
    color: #455051;
    font-family: 'Roboto';
    line-height: 26px;
    padding-left: 60px;
    padding-right: 60px;
}
.testimonials-flat .testimonials-b,
.testimonials-flat .testimonials-d {
    color: #fff;
}
.testimonials-c {
    margin-bottom: 10px;
}
.testimonials-c li {
    display: inline-block;
}
.testimonials-d {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 11px;
    color: #454545;
    font-weight: 500;
}

.testimonials-holder .bx-prev,
.testimonials-holder .bx-next {
    display: block;
    width: 11px;
    height: 21px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.testimonials-holder .bx-prev {
    background: url(../img/icons/test-l.gif) left top no-repeat;
    left: 0px;
}
.testimonials-flat .testimonials-holder .bx-prev {
    background: url(../img/icons/ss-l.png) left top no-repeat;
    height: 21px;
    width: 12px;
}
.testimonials-holder .bx-next {
    background: url(../img/icons/test-r.gif) left top no-repeat;
    right: 0px;
}
.testimonials-flat .testimonials-holder .bx-next {
    background: url(../img/icons/ss-r.png) left top no-repeat;
    height: 21px;
    width: 12px;
}
@media (max-width: 660px) {
    .testimonials-holder .bx-prev,
    .testimonials-holder .bx-next {
        display: none;
    }
}
