div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.autoservice-uslugi {
    margin-bottom: 80px;
}

.autoservice-reviews {
    background: #F1F2F4;
    margin-bottom: 40px;
}

.autoservice-reviews-navs .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.autoservice-reviews-navs .swiper-navigation>div {
    margin: 0 10px;
    background: #414141;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.autoservice-reviews-navs .swiper-navigation>div.swiper-button-next svg {
    transform: rotate(180deg);
}

.autoservice-reviews-navs .swiper-navigation>div:hover {
    background: #DA2B2B;
}

.autoservice-reviews-header h2 {
    width: 280px;
    max-width: 100%;
}

.autoservice-reviews-list.js-reviews-service-slider {
    overflow: hidden;
}

.js-reviews-service-slider .swiper-slide {
    background: #fff;
    padding: 20px;
    height: 100%;
    align-self: stretch;
}

.js-reviews-service-slider .swiper-wrapper {
    align-items: stretch;
}

.reviews-slide-header {
    border-bottom: 1px solid #F1F2F4;
    padding-bottom: 9px;
    margin-bottom: 10px;
}

.reviews-slide-header {
    min-height: 66px;
    display: flex;
    align-items: center;
}

.reviews-slide-img {
    margin-right: 22px;
}

.reviews-text-name {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}

.reviews-text-stars {
    margin-top: 8px;
    display: flex;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #DA2B2B;
}

.reviews-stars-wr {
    margin-left: 9px;
}

.autoservice-reviews-navs .swiper-navigation {
    position: relative;
}

.autoservice-reviews-navs .swiper-navigation>div::after {
    display: none;
}

.autoservice-reviews-navs .swiper-navigation>div svg {
    width: 10px;
    height: 20px;
}

.autoservice-reviews-navs .swiper-navigation>div {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}

.autoservice-reviews {
    user-select: none;
}