.widget-reviews.template-1{
    position: relative;
    overflow: hidden;
}
.widget-reviews.template-1 .widget-header{
    display: flex;
    align-items: flex-end;
    gap: 20px 40px;
}
.widget-reviews.template-1 .widget-header .widget-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 116%;
    color: #000000;
}
.widget-reviews.template-1 .widget-header .widget-description{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #626262;
    max-width: 518px;
    margin-bottom: 9px;
}
.widget-reviews.template-1 .widget-header + .widget-content{
    margin-top: 50px;
}
.widget-reviews.template-1 .widget-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 90px 60px;
}
.widget-reviews.template-1 .widget-item{
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
}
.widget-reviews.template-1 .widget-item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F7F7F9;
    transform: translateY(45px);
    pointer-events: none;
}
.widget-reviews.template-1 .widget-item:last-child:after{
    display: none;
}
.widget-reviews.template-1 .widget-item-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 0 30px;
}
.widget-reviews.template-1 .widget-item-picture{
    position: relative;
    overflow: hidden;
    width: 88px;
    flex: 0 0 88px;
    aspect-ratio: 4/4;
    border-radius: 50%;
}
.widget-reviews.template-1 .widget-item-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.widget-reviews.template-1 .widget-item-person{}
.widget-reviews.template-1 .widget-item-fio{
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    color: #000000;
}
.widget-reviews.template-1 .widget-item-position{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #626262;
    margin-top: 5px;
}
.widget-reviews.template-1 .widget-item-description{
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    color: #252525;
    margin-top: 22px;
}
.widget-reviews.template-1 .widget-item-description span.special{
    color: var(--main-color);
}
@media all and (max-width: 1240px) {
    .widget-reviews.template-1 .widget-header{
        flex-wrap: wrap;
    }
    .widget-reviews.template-1 .widget-header + .widget-content{
        margin-top: 46px;
    }
    .widget-reviews.template-1 .widget-items{
        gap: 64px 60px;
    }
    .widget-reviews.template-1 .widget-item:after{
        transform: translateY(32px);
    }
    .widget-reviews.template-1 .widget-item-fio{
        font-size: 26px;
    }
    .widget-reviews.template-1 .widget-item-position{
        font-size: 18px;
    }
    .widget-reviews.template-1 .widget-item-description{
        font-size: 18px;
    }
    .widget-reviews.template-1 .widget-item-description br{
        display: none;
    }
}
@media all and (max-width: 1000px) {
    .widget-reviews.template-1 .widget-header{
        gap: 16px 66px;
    }
    .widget-reviews.template-1 .widget-header .widget-title{
        font-size: 36px;
    }
    .widget-reviews.template-1 .widget-header .widget-title br{
        display: none;
    }
    .widget-reviews.template-1 .widget-items {
        gap: 48px 60px;
    }
    .widget-reviews.template-1 .widget-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-reviews.template-1 .widget-item:after{
        transform: translateY(24px);
    }
}
@media all and (max-width: 600px) {
    .widget-reviews.template-1 .widget-header{
        gap: 14px 66px;
    }
    .widget-reviews.template-1 .widget-header .widget-title{
        font-size: 28px;
        line-height: 110%;
    }
    .widget-reviews.template-1 .widget-header .widget-description{
        font-size: 18px;
    }
    .widget-reviews.template-1 .widget-header + .widget-content{
        margin-top: 32px;
    }
    .widget-reviews.template-1 .widget-items{
        gap: 40px 60px;
    }
    .widget-reviews.template-1 .widget-item-wrapper{
        flex-wrap: wrap;
    }
    .widget-reviews.template-1 .widget-item-picture{
        width: 57px;
        flex: 0 0 57px;
        margin-bottom: -50px;
    }
    .widget-reviews.template-1 .widget-item-fio,
    .widget-reviews.template-1 .widget-item-position{
        margin-left: 77px;
    }
    .widget-reviews.template-1 .widget-item-fio{
        font-size: 16px;
    }
    .widget-reviews.template-1 .widget-item-position{
        font-size: 13px;
        margin-top: 0;
    }
    .widget-reviews.template-1 .widget-item-description{
        font-size: 16px;
        line-height: 125%;
        margin-top: 26px;
    }
    .widget-reviews.template-1 .widget-item:after{
        transform: translateY(20px);
    }
}