.wtsp_item {
    min-height: 710px;
    margin: 0 auto;
    background: url(../images/ADhTyuE4T3ar.jpg) 50% 0% repeat;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 20px;
    background: #fff;
}

.wtsp_item .info {
    background: #ffffff url(../images/XS6fbttaUIgm.png) 3px 50% no-repeat;
    padding: 16px 110px 13px 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 2;
    border-radius: 20px 20px 0px 0px;
    text-align: left;
}

.new-reviews .wtsp_item .info {
    background-size: contain;
}
.new-reviews .wtsp_item .info>img {
    width: 30px;
    height: 30px;
}
.new-reviews .wtsp_item .info .text>p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}
.new-reviews  .wtsp_item .info .text>small {
    font-size: 12px;
    line-height: 16px;
}

.wtsp_item .info>img {
    float: left;
    border-radius: 50%;
    width: 42px;
    border: 1px solid #0f3a33;
    height: 42px;
    background: #0f3a33;
}

.wtsp_item .info .text {
    overflow: hidden;
    padding-left: 8px;
    color: #333;
}

.wtsp_item .info .text>p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.wtsp_item .info .text>small {
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.wtsp_item .date {
    text-align: center;
    margin-top: 10px;
}

.wtsp_item .date>span {
    display: inline-block;
    vertical-align: top;
    background: #d4ebf3;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 28px;
    color: #3f5250;
    padding: 0 8px;
    border-radius: 7px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wtsp_item .message_container {
    margin-top: 10px;
    padding: 0 12px;

    padding-bottom: 78px;
}

.wtsp_item .message {
    display: inline-block;
    max-width: 295px;
    min-width: 230px;
    padding: 6px 10px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
}


.new-reviews .wtsp_item .message {

    font-size: 14px;
    line-height: 1.4;
}

.wtsp_item .message.client {
    background: #fff;
    border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    left: -6px;
}

.wtsp_item .message>p {
    margin-bottom: 5px;
    text-align: left;
}

.wtsp_item .message>img {
    display: block;
    margin: 6px auto;
    border-radius: 4px;
}

.wtsp_item .message .time {
    text-align: right;
    font-size: 14px;
    line-height: 15px;
    color: #989898;
    padding: 0 5px;
}

.wtsp_item .message:last-child {
    margin-bottom: 0;
}

.wtsp_item .message.author {
    background: #c8e2fd;
    border-radius: 10px 0 10px 10px;
    padding: 6px 10px;
    float: right;
}

.wtsp_item .message.author:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #c8e2fd transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -6px;
}

.wtsp_item .message.author .time {
    padding: 0;
}

.wtsp_item .message.author .time:after {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
}

.wtsp_item:after {
    content: "";
    width: 404px;
    height: 57px;
    background: url(../images/LKvurt5AgpH6.png) 50% 50% no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -202px;
    bottom: 7px;
}
.new-reviews .wtsp_item:after {
    width: 290px;
    left: 50%;
    margin-left: -144px;
    background-size: contain;
}


.swiper-viber {
    max-width: 100%;
}



.fitem {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}

.fitem__img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.fitem__content {
    position: relative;
    min-width: 196px;
}


.fitem__message {
    padding: 8px;
    background: #f0f2f5;
    min-width: 280px;
    border-radius: 14px;
}
.fitem__message img{
 max-width: 100%;
 object-fit: contain;
 margin-bottom: 6px;
 margin-top: 6px;
 display: block;
    border-radius: 14px;
}

.new-reviews .fitem__message {
    min-width: 100px;
}


.fitem__name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #080809;
}

.fitem__text {
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.3;
    color: #080809;
}

.fitem__bottom {
    display: flex;
    gap: 14px;
    margin-top: 4px;
    align-items: center;
    padding-left: 12px;
}


.fitem__bottom span {
    display: block;
    font-size: 12px;
    color: #65686c;
    font-weight: 600;
}

.new-reviews span:nth-child(3) {
 display: none;
}

.fitem__smile {
    display: flex;
    align-items: center;
    gap: 4px;
    position: absolute;
    bottom: 0;
    right: 8px;
    color: #65686c;
    font-size: 13px;
}


.viber-reviews,
.face-reviews {
    padding: 20px 16px;
}

.new-reviews .viber-reviews,
.new-reviews .face-reviews {
    padding: 20px 0px;
}

.viber-reviews h3,
.face-reviews h3 {
    text-align: center;
    padding-bottom: 16px;
}

.review-pagination {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}