.client-problems-wrap{
    margin-bottom: 144px;
}
.prodazha-asic-majnerov-page-wrap .client-problems-wrap h2{
    font-family: Unbounded;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    margin: 0 0 40px;
    color: #141414;
    text-shadow:1px 0 0 #757575,0 1px 0 #757575,-1px 0 0 #757575,0 -1px 0 #757575;
}
.prodazha-asic-majnerov-page-wrap .client-problems-wrap h2 span{
    font-family: Unbounded;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: none;
}
#myTabClients{
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
    border: none;
}
#myTabClients .nav-link{
    background: transparent;
    border: 1px solid #5C5C5C;
    padding: 10px 20px;
    font-family: Unbounded;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #757575;
    border-radius: 50px;
}
#myTabClients .nav-item.show .nav-link, #myTabClients .nav-link.active{
    color: #fff;
    border: 1px solid #FF741F
}
.client-problems-wrap .carousel-control-next, .client-problems-wrap .carousel-control-prev{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF0D;
    color: #FF741F;
    opacity: 1;
    top: 119px;
}
.carousel-inner button:hover path{
    stroke: #FF741F
}
.client-problems-wrap .tab-content{
    padding: 0;
    max-width: 852px;
    margin: 0 auto;
}
.client-problems-wrap .carousel{
    padding-bottom: 30px;
}
.client-problems-wrap .carousel-inner{
    padding: 0;
}
.client-problems-wrap .carousel-item .rew-slide-item-wrap {
    width: calc(100% - 136px);
    margin: 0 68px;
}
.client-problems-wrap .carousel-indicators{
    gap: 5px;
    bottom: -14px;
}
.client-problems-wrap .carousel-indicators button{
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #5C5C5C;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 1;
}
.client-problems-wrap .carousel-indicators .active{
    width: 24px;
}
.client-problems-wrap .carousel-indicators button:hover{
    width: 24px;
}
.stars-wrap{
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.stars-wrap .active-star{
    color: #FFCC00;
}
.rew-slide-item-wrap{
    border-radius: 40px;
    background: #262626;
    padding: 20px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    display: flex;
    gap: 24px;
}
.rew-content{
    width: 100%;
}
.rew-slide-item-wrap .icon{
    width: 100%;
    max-width: 48px;
    height: 48px;
    background: url("../img/logo-rew.jpg") no-repeat center;
    border-radius: 50%;
    overflow: hidden;
}
.rew-slide-item-wrap .wpd-comment-footer .wpd-vote-up, .rew-slide-item-wrap .wpd-comment-footer .wpd-vote-down{
    width: 16px;
    height: 16px;
    opacity: 0.7;
    cursor: default;
}
.rew-slide-item-wrap .wpd-comment-footer .wpd-vote-up svg, .rew-slide-item-wrap .wpd-comment-footer .wpd-vote-down svg {
    fill: #888888;
    cursor: default;
}
.rew-slide-item-wrap .wpd-comment-footer .wpd-vote-result {
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    color: #757575;
}
.wpd-vote-result-sep {
    height: 11px;
    align-self: center;
    width: 1px;
    background-color: #757575;
}
.rew-slide-item-wrap .wpd-comment-footer .wpd-reply-button {
    font-size: 14px;
    color: #757575;
    white-space: nowrap;
}
.rew-slide-item-wrap .wpd-comment-footer .wpd-reply-button svg {
    vertical-align: middle;
    transform: rotate(180deg);
    width: 22px;
    height: 22px;
    opacity: 0.7;
    fill: #757575;
    margin-right: 2px;
}
#comments .rew-slide-item-wrap span, #respond .rew-slide-item-wrap span, .rew-slide-item-wrap span {
    display: inline;
    letter-spacing: inherit;
    text-transform: none;
    font-size: 1em;
}
.top-name{
    display: flex;
    padding: 5px 0 13px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.top-name .time{
    margin-left: 8px;
}
.top-name .name{
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.7px;
    margin-right: 24px;
    color: #fff;
    position: relative;
    display: flex;
    gap: 0;
}
.client-problems-wrap .symbol{
    display: inline-block;
    height: 20px;
    width: 6px;
    background: #5C5C5C;
    border: none;
}
.client-problems-wrap .company-name .symbol{
    margin-bottom: -3px;
}
/*.top-name .name:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: -3%;*/
/*    top: -3%;*/
/*    width: 106%;*/
/*    height: 106%;*/
/*    background: #D9D9D903;*/
/*    backdrop-filter: blur(3px)*/
/*}*/
.comment-text{
    color: #fff;
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.comment-text span{
    border-bottom: 1px #FF741F solid;
    position: relative;
}
.comment-text .company-name{
    border: none;
}
.from{
    margin-bottom: 20px;
}
.wpd-comment-footer{
    display: flex;
}
.wpd-comment-footer .wpd-vote{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
    font-size: 0;
}
@media (max-width: 1730px) {
    .client-problems-wrap {
        margin-bottom: 88px;
    }
}
@media (max-width: 1439px) {
    .client-problems-wrap {
        margin-bottom: 48px;
    }
    .prodazha-asic-majnerov-page-wrap .client-problems-wrap h2{
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    #myTabClients{
        max-width: 446px;
        gap: 10px;
        margin:0 auto 20px;
    }
    #myTabClients .nav-link{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 15px;
    }
    .client-problems-wrap .tab-content{
        max-width: 557px;
    }
    .client-problems-wrap .carousel-control-next, .client-problems-wrap .carousel-control-prev{
        width: 32px;
        height: 32px;
        top: 96px;
    }
    .client-problems-wrap .carousel-item .rew-slide-item-wrap{
        padding: 15px;
        border-radius: 20px;
        position: relative;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .client-problems-wrap .symbol{
        height: 16px;
    }
    .rew-slide-item-wrap .icon{
        position: absolute;
        content: '';
        width: 32px;
        height: 32px;
        left: 15px;
        top: 15px;
        background-size: cover;
    }
    .top-name, .stars-wrap{
        padding-left: 48px;
        padding-top: 0;
    }
    .top-name{
        padding-bottom: 10px;
    }
    .top-name .name{
        margin-right: 20px;
    }
    .stars-wrap{
        margin-bottom: 16px;
        gap: 5px;
    }
    .stars-wrap i{
        font-size: 10px;
        line-height: 1;
    }
    .comment-text{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .from{
        margin-bottom: 10px;
    }
    .client-problems-wrap .carousel-indicators button{
        width: 6px;
        margin: 0;
        height: 6px;
        border: none;
    }
    #comments .rew-slide-item-wrap span, #respond .rew-slide-item-wrap span, .rew-slide-item-wrap span{
        font-family: Mulish;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .rew-slide-item-wrap .wpd-comment-footer .wpd-vote-result{
        font-size: 12px;
        line-height: 16px;
    }
    .prodazha-asic-majnerov-page-wrap .client-problems-wrap h2 span {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .client-problems-wrap {
        margin-bottom: 92px;
    }
    .prodazha-asic-majnerov-page-wrap .client-problems-wrap h2{
        font-weight: 400;
        font-size: 26px;
        line-height: 30px;
    }

    #myTabClients .nav-link{
        padding: 5px 10px;
    }
    .client-problems-wrap .carousel-item .rew-slide-item-wrap{
        width: 100%;
        margin: 0;
    }
    .client-problems-wrap .carousel-control-next, .client-problems-wrap .carousel-control-prev{
        top: auto;
        bottom: -30px;
    }
    .client-problems-wrap .carousel-control-next{
        right: calc(50% - 42px);
    }
    .client-problems-wrap .carousel-control-prev{
        left: calc(50% - 42px);
    }
    .client-problems-wrap .carousel-indicators{
        display: none;
    }
}