.reviews-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 40px;
}
.reviews-items .reviews-item {
    position: relative;
    display: flex;
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 20px 0px;
    border-radius: 30px;
    transition: box-shadow .2s ease-in-out 0s;
    gap: 30px;
}

.reviews-item.trustpilot {
    background: -webkit-radial-gradient(5% 5%, ellipse, #7bcf6a 0%, rgba(123,207,106,0) 75%),-webkit-radial-gradient(95% 5%, ellipse, #aec154 0%, rgba(174,193,84,0) 75%),-webkit-radial-gradient(95% 95%, ellipse, #68a9bb 0%, rgba(104,169,187,0) 75%),-webkit-radial-gradient(5% 95%, ellipse, #5fc28a 0%, rgba(95,194,138,0) 75%);
    background: radial-gradient(ellipse at 5% 5%, #7bcf6a 0%, rgba(123,207,106,0) 75%),radial-gradient(ellipse at 95% 5%, #aec154 0%, rgba(174,193,84,0) 75%),radial-gradient(ellipse at 95% 95%, #68a9bb 0%, rgba(104,169,187,0) 75%),radial-gradient(ellipse at 5% 95%, #5fc28a 0%, rgba(95,194,138,0) 75%);
    padding: 40px;
    gap: 40px;
}
.reviews-item.trustpilot h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}
.reviews-item.trustpilot:before {
    height: 100px;
    width: 100px;
    font-size: 50px;
}
.trustpilot .reviews-item-column > p,
.trustpilot .reviews-item-column > p:before,
.trustpilot .reviews-item-column > p > span {
    color: #fff;
    font-size: 20px;
}
.trustpilot .reviews-item-column > p,
.trustpilot .reviews-item-column > p > span {
    font-weight: 600;
}
.reviews-item.yandex,
.reviews-item.vk {
    width: calc(50% - 20px);
    flex-wrap: wrap;
    align-content: flex-start;
}
.reviews-items .reviews-item:hover {
    box-shadow: rgba(0,0,0,.08) 0px 8px 16px 0px;
}
.reviews-item:before {
    display: flex;
    height: 64px;
    width: 64px;
    background: #2f2f2f;
    border-radius: 25%;
    font-size: 30px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.reviews-item.vk:before {background: #69adfa; color: #fff}
.reviews-item.yandex:before {content:'\f413'; background: #2f2f2f; color: #f00}
.reviews-item.trustpilot:before {color: #00b67a}

.reviews-item-column h2 {
    font-size: 40px;
    line-height: 1em;
}
.reviews-item-column > p {
    margin-top: 20px;
    color: #272e40;
    font-weight: 500;
    white-space: nowrap;
}
.reviews-item-column > p > span {
    margin-left: 10px;
    color: #AFBBC5;
    font-weight: normal;
}
.trustpilot .reviews-item-column .trustpilot-stars,
.yandex-rating-bar {
    margin: 20px 0 30px;
}
.yandex-rating-bar {
    position: relative;
    width: 100%;
    height: 25px;
    border-radius: 20px;
    background: #eceff3;
    overflow: hidden;
}
.yandex-rating {
    position: absolute;
    padding: 0 10px;
    width: 85%;
    height: 100%;
    background: #00b67a;
    color: #fff;
    line-height: 25px;
    border-radius: 20px;
}
.yandex-rating:before {
    content: '\f118';
    margin-right: 5px;
}
.reviews-item-column > p:before {
    display: inline-block;
    margin-right: 10px;
    color: #AFBBC5;
}
.reviews-item-column > p.reviews:before {content:'\f075'}
.reviews-item-column > p.subscribers:before {content:'\f007'}
.reviews-item-column > p.yandex-sign1:before {content:'\f521'}
.reviews-item-column > p.yandex-sign2:before {content: '\f7e4'}
.reviews-item-column > p.yandex-sqi:before {content: '\f414'}

.reviews-item-column > p.yandex-sign1:before,
.reviews-item-column > p.yandex-sign2:before,
.reviews-item-column > p.yandex-sqi:before {
    background: #00b67a;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    vertical-align: baseline;
}
.reviews-item-column > p.yandex-sqi:before {
    background: #AFBBC5; 
}
.reviews-item.faw-vk .emoji {
    position: absolute;
    bottom: -20px;
    right: -20px;
}
/* Comments list */
.commentlist-post > .comment {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}
.commentlist-post .comment-box {
    position: relative;
    padding: 25px 0 25px 40px;
}
.comment ul.children {
    border-top: 1px solid #f2f4f7;
}
.depth-2 > .comment-box {
    padding-left: 60px;
}
.depth-3 > .comment-box {
    padding-left: 80px;
}
.depth-4 > .comment-box {
    padding-left: 100px;
}
.comment-box-author {
    position: relative;
    margin-bottom: 10px;
}
.comment-author {
    color: #272E40;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.comment-author:after {
    font-size: 13px;
    margin-left: 4px;
    vertical-align: 2px;
}
.comment-author-limeside > div .comment-author:after {
    content: '\f00c';
    vertical-align: 0;
}
.comment-date, .approved {
    color: #AFBBC5;
    font-size: 14px;
}
.comment-text {
    padding-right: 80px;
    line-height: 1.5;
}
.comment-reply {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
    opacity: 0;
    transition: .3s;
    transition-delay: .1s;
}
.comment-reply a {
    color: #AFBBC5;
}
.comment-reply a:before {
    display: inline-block;
    font-family: 'Fontawesome';
    content: '\f176';
    font-size: 13px;
    color: #dce5ec;
    margin-right: 7px;
    transform: rotate(-45deg);
}
.comment-box:hover .comment-reply {
    opacity: 1;
}
.comment-reply a:hover {
    color: #656565;
}
.comment-counter-list {
    margin-bottom: 20px;
    color: #AFBBC5;
    font-size: 20px;
}
.comment-respond {
    position: relative;
    padding: 30px;
    margin-top: 0;
    background: #eceff3;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 500;
}
li.depth-1+.comment-respond {
    margin-top: -10px;
}
.comment-reply-title {
    color: #8a8f9c;
}
.reply-form {
    position: relative;
}
.reply-form textarea {
    padding-right: 35px;
    margin: 0 0 20px;
}
.reply-form input {
    margin: 0;
}
#cancel-comment-reply-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    background: #d9dce0;
    text-align: center;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    z-index: 1;
}
#cancel-comment-reply-link:before {
    content: '\f00d ';
    font-family: 'Fontawesome';
}
#cancel-comment-reply-link:hover {
    background: #f66261;
}

.comment-form-author input,
.comment-form-email input {
    margin: 0 0 10px 0;
}
.comment-form-author {
    display: inline-block;
    width: 50%;
    padding: 0 10px 0 0;
}
.comment-form-email {
    display: inline-block;
    width: 49%;
    text-align: right;
}
.comment-form-url {
    display: inline-block;
    width: 33%;
    text-align: right;
    padding: 0;
}

/* Phone Adaptation - ph */
@media screen and (max-width: 900px)
{
    .comment-respond {
        padding: 10px;
    }
    .reply-form textarea {
        margin: 0 0 3px;
    }
    .comment-text {
        padding-right: 10px;
    }
    .commentlist-post > .comment {
        margin-bottom: 20px;
    }
    .commentlist-post .comment-box {
        padding: 15px 0 15px 20px;
    }
    .comment-author {
        font-size: 16px;
    }
    .depth-2 > .comment-box {
    padding-left: 30px;
    }
    .depth-3 > .comment-box {
    padding-left: 50px;
    }
    .depth-4 > .comment-box {
    padding-left: 70px;
    }
    .comment-reply {
        bottom: 5px;
        right: 10px;
        font-size: 12px;
        opacity: .3;
    }
    .comment-reply a:before {
        display:none
    }
    #cancel-comment-reply-link {
        bottom: 10px;
        right: 10px;
    }
    
    .reviews-items {
        margin-bottom: 30px;
        gap: 20px;
    }
    .reviews-items .reviews-item {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
        gap: 20px;
    }
    .reviews-item:before {
        height: 54px!important;
        width: 54px!important;
        font-size: 30px!important;
    }
    .reviews-item-column h2 {
        font-size: 25px!important;
        margin-bottom: 15px;
    }
    .reviews-item-column > p {
        margin-top: 10px;
    }
    .reviews-item-column > p,
    .reviews-item-column > p:before,
    .reviews-item-column > p > span {
        font-size: 16px!important;
    }
    .trustpilot .reviews-item-column .trustpilot-stars,
    .yandex-rating-bar {
        margin: 15px 0 20px;
    }
    .trustpilot .reviews-item-column .trustpilot-stars > div {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .reviews-item.faw-vk .emoji {
        height: 48px;
        width: 48px;
        right: 10px;
        bottom: 10px;
    }
}