.trustpilot {
    align-items: center;
    background-color: #fff;
    display: flex;
    margin-bottom: 30px;
    padding: 30px 20px
}

.trustpilotLeft {
    margin-right: 20px;
    text-align: center
}

.trustpilotLeft h3 {
    font-size: 24px;
    margin-bottom: 14px
}

.trustpilotLeft > div img {
    height: auto
}

.trustpilotLeft > div:first-of-type img {
    height: auto;
    width: 170px
}

.trustpilotLeft > div:nth-of-type(2) img {
    height: auto;
    width: 100px
}

.trustpilotLeft p {
    color: #7a7a7a;
    font-size: 12px;
    margin: 12px 0 10px
}

.trustpilotRight {
    flex: 1;
    overflow: hidden;
    padding-top: 10px
}

.trustpilotRight > div {
    padding: 0 50px;
    position: relative
}

.trustpilotRight > div .trustpilotNext, .trustpilotRight > div .trustpilotPrev {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    height: 28px;
    width: 28px
}

    .trustpilotRight > div .trustpilotNext:after, .trustpilotRight > div .trustpilotPrev:after {
        color: #c9c9c9;
        font-size: 12px;
        font-weight: 700
    }

    .trustpilotRight > div .trustpilotNext:hover, .trustpilotRight > div .trustpilotPrev:hover {
        border-color: #007bff
    }

        .trustpilotRight > div .trustpilotNext:hover:after, .trustpilotRight > div .trustpilotPrev:hover:after {
            color: #007bff
        }

.trustpilotRight > div .trustpilotNext {
    right: 20px
}

.trustpilotRight > div .trustpilotPrev {
    left: 10px
}

.trustpilotRight .trustpilotRTip {
    margin-top: 10px;
    padding: 0 50px
}

.trustpilotBox {
    cursor: pointer
}

.trustpilotBox .trustpilotImg {
    align-items: center;
    display: flex
}

.trustpilotBox .trustpilotImg > img:first-of-type {
    height: auto;
    margin-right: 12px;
    width: 100px
}

.trustpilotBox .trustpilotImg > img:nth-of-type(2) {
    height: 16px;
    margin-right: 4px;
    width: 16px
}

.trustpilotBox .trustpilotImg span {
    color: #7a7a7a;
    font-size: 12px
}

.trustpilotBox > h3 {
    font-family: Inter-Medium;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0 6px
}

.trustpilotBox > p {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 16px
}

    .trustpilotBox > p:first-of-type {
        color: #3f3f3f;
        font-size: 13px;
        margin-bottom: 8px
    }

.popularParts > h2 {
    display: flex;
    font-family: Inter-SemiBold;
    font-weight: 400;
    margin-bottom: 20px
}

.popularParts > h2 > div {
    position: relative
}

.popularParts > h2 > div span {
    white-space: nowrap
}

.popularParts > h2.htImg span {
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.popularParts > ul {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 25px 10px
}

.popularParts li {
    color: #575757;
    flex: 0 0 20%;
    font-size: 14px;
    margin-bottom: 15px
}

.popularParts li span {
    cursor: pointer
}

.popularParts li a:hover {
    color: #007bff;
    text-decoration: underline
}

.pageIndex {
    background-color: #fff;
    display: flex;
    padding: 25px;
    width: 1430px;
    margin: auto;
}

.pageIndex > span {
    display: block;
    font-family: Inter-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-right: 10px
}

.pageIndex > div {
    flex: 1
}

.pageIndex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pageIndex li {
    color: #007bff;
    flex: 0 0 30px;
    font-size: 16px;
    min-width: 30px;
    text-align: center
}

.pageIndex li span {
    cursor: pointer
}

.pageIndex li a {
    border-radius: 4px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px
}

    .pageIndex li a:hover {
        background-color: #007bff;
        color: #fff
    }

@media screen and (max-width: 1400px) {
    .pageIndex ul {
        justify-content: flex-start
    }
}
