#trustpilot {
    padding-top: 0;
    position: relative;
    z-index: 100;
}
#trustpilot .wrapper {
    max-width: 1101px;
    margin-right: auto;
    margin-left: auto;
}
#trustpilot h2 {
    display: none;
}
#trustpilot .common {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}
#trustpilot .common .rating {
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}
#trustpilot .common .info {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0 15px 0;
}
#trustpilot .common .info img {
    width: 87px;
    margin-top: -5px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
#trustpilot .common .info a {
    font-weight: bold;
    text-decoration: underline;
    color: #565b65;
}
#trustpilot .common .fa:first-child {
    margin-left: 5px;
}
#trustpilot .fa-star:before,
#trustpilot .fa-star-o:before,
#trustpilot .fa-star-h:before {
    content: "";
    background: #55B27F url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4xOTk3OCAxMi4yODM1TDEyLjczODggMTEuMzM0OEwxNC4yMzA1IDE1Ljk4OTRMOS4xOTk3OCAxMi4yODM1Wk0xNy4zNjAxIDYuMjY1MDRIMTEuMTAwOUw5LjE3MDUzIDAuMjQ2NTgyTDcuMjQwMTMgNi4yNjUwNEgwLjk4MDk1N0w2LjA0MDk0IDEwLjAwMDZMNC4xMTA1NCAxNi4wMTkxTDkuMTcwNTMgMTIuMzEzMUwxMi4zMDAxIDEwLjAwMDZMMTcuMzYwMSA2LjI2NTA0WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
}
#trustpilot .rating span {
    margin-right: 2px;
}
#trustpilot .fa-star-o:before {
    background-color: #d6d6d6;
}
#trustpilot .fa-star-h {
    background-image: linear-gradient(to right, #55B27F 12px, #d6d6d6 0);
}
#trustpilot .fa-star-h:before {
    background-color: transparent;
}
#trustpilot .item {
    padding: 15px 18px;
    background: 0;
    border: 0;
    border-radius: 5px;
    min-height: unset;
    color:#010509;
}
#trustpilot .name {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 13px;
}
#trustpilot .date {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #989898;
    margin: 5px 0 15px;
    float: right;
}
#trustpilot .item .rating {
    float: left;
    margin: 0;
}
#trustpilot .item .subject {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
}
#trustpilot .info {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    margin-top: 15px;
    clear: both;
}



@media screen and (min-width: 992px) {
    #trustpilot-slides .tt_next{right:-50px;}
    #trustpilot-slides .tt_prev{left:-50px;}
}

#trustpilot .tt_next,#trustpilot .tt_prev{width: 30px;height: 50px;background: #fff;border-radius: 5px;}


.tab_body{display:none;padding:20px 0;}
.tab_body.show{display:block;}

.adap_tab_head {display: block;margin: 0;padding: 15px 35px 15px 0;font-size: 20px;font-weight:700;position: relative;line-height: 30px;border-top: 1px solid #9195A4;cursor: pointer;}
.tab_body_item{border-bottom: 1px solid #ddd;}
.adap_tab_head.active{color:var(--clr-1);}

.adap_tab_head:before,.adap_tab_head:after {content: '';width: 10px;height: 2px;background: #3D4151;position: absolute;right: 21px;top: 50%;transition: all .5s ease-out;transform: rotate(-135deg);}
.adap_tab_head:after {transform: rotate(135deg);right: 15px;}
.adap_tab_head.active:before {transform: rotate(-225deg);background: var(--clr-1);}
.adap_tab_head.active:after {transform: rotate(45deg);background:var(--clr-1);}
.adap_tab_head.active.adap_inactive:before{transform: rotate(-135deg);}
.adap_tab_head.active.adap_inactive:after{transform: rotate(135deg);}
