.slider-container {
    margin-top: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}
.slider-container .arrow {
    width: 96px;
    cursor: pointer;
    transition: 200ms;
}
.slider-container .arrow:active {
    opacity: 0.5;
}
.slider-container .arrow-right {
    transform: scaleX(-1);
}
.slider-container .slider-content {
    width: calc(100% - 96px * 2 - 32px * 2);
    height: 338px;
    position: relative;
    overflow: hidden;
    transition: 1s;
}
.feedback-item {
    position: absolute;
    width: 367px;
    /*height: 270px;*/
    border: 1px solid #1A191D;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    top: 50%;
    display: none;
    transition: 300ms;
    padding: 26px;
    flex-direction: column;
    gap: 19px;
    cursor: pointer;
    user-select: none;
}
.feedback-item.center {
    display: flex;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.25);
    cursor: unset;
}
.feedback-item.left {
    display: flex;
    left: calc(50% - 510px);
}
.feedback-item.right {
    display: flex;
    left: calc(50% + 510px);
}
.feedback-item.left-left {
    display: flex;
    left: calc(50% - 972px);
}
.feedback-item.right-right {
    display: flex;
    left: calc(50% + 972px);
}
.feedback-item.left-left-left {
    display: flex;
    left: calc(50% - 1132px); /* not used */
}
.feedback-item.right-right-right {
    display: flex;
    left: calc(50% + 1132px); /* not used */
}

.feedback-item h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    text-overflow: ellipsis;
    height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 1000ms;
}
.feedback-item h3.unset-height {
    height: unset;
    display: block;
    overflow: unset;
}
.feedback-item h3.remove-clips {
    display: block;
}
.feedback-item .stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.feedback-item .stats img {
    height: 25px;
}
.feedback-item .stats .date {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}
.feedback-item .description {
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
    transition: 1000ms;
}
.feedback-item button {
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    align-self: center;
    transform: scaleY(1);
    transition: 300ms;
    opacity: 0;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
}
.feedback-item.long button {
    opacity: 1;
    pointer-events: unset;
}

.feedback-item.full {
    /*height: unset;*/
}
.feedback-item.full button {
    transform: scaleY(0);
}
.feedback-item.full .description {
    margin-bottom: -32px;
}
.feedback-item .description.unset-height {
    height: unset;
    display: block;
    overflow: unset;
}
.feedback-item .description.remove-clips {
    display: block;
}

@media (max-width: 1024px) {
    .slider-container {
        margin-top: 44px;
    }
    .slider-container .arrow {
        width: 51px;
    }
    .slider-container .slider-content {
        width: calc(100% - 51px * 2 - 66px * 2);
        height: 182px;
    }
    .feedback-item {
        width: 169px;
        border-radius: 9px;
        padding: 14px;
        gap: 10px;
    }
    .feedback-item.left {
        left: calc(50% - 211px / 2 - 169px / 2 - 68px);
    }
    .feedback-item.right {
        left: calc(50% + 211px / 2 + 169px / 2 + 68px);
    }
    .feedback-item.left-left {
        left: calc(50% - 211px / 2 - (2 * 169px) / 2 - 68px - 104px);
    }
    .feedback-item.right-right {
        left: calc(50% + 211px / 2 + (2 * 169px) / 2 + 68px + 104px);
    }
    .feedback-item.left-left-left {
        display: none
    }
    .feedback-item.right-right-right {
        display: none
    }
    .feedback-item h3 {
        font-size: 12px;
        line-height: 16px;
        height: 16px;
    }
    .feedback-item .stats img {
        height: 14px;
    }
    .feedback-item .stats .date {
        font-size: 7px;
        line-height: 9px;
    }
    .feedback-item .description {
        font-size: 7px;
        line-height: 9px;
        height: 46px;
    }
    .feedback-item button {
        font-size: 7px;
        line-height: 9px;
    }
    .feedback-item.full .description {
        margin-bottom: -18px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        margin-top: 36px;
    }
    .slider-container .arrow {
        display: none;
    }
    .slider-container .slider-content {
        width: 100%;
        height: 322px;
    }
    .feedback-item {
        width: 222px;
        border-radius: 18px;
        padding: 24px;
        gap: 15px;
    }
    .feedback-item.left {
        left: calc(50% - 296px / 2 - 222px / 2 - 24px);
    }
    .feedback-item.right {
        left: calc(50% + 296px / 2 + 222px / 2 + 24px);
    }
    .feedback-item.left-left {
        left: calc(50% - 296px / 2 - (2 * 222px) / 2 - 24px - 98px);
    }
    .feedback-item.right-right {
        left: calc(50% + 296px / 2 + (2 * 222px) / 2 + 24px + 98px);
    }
    .feedback-item.left-left-left {
        display: none
    }
    .feedback-item.right-right-right {
        display: none
    }
    .feedback-item h3 {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
    }
    .feedback-item .stats img {
        height: 15px;
    }
    .feedback-item .stats .date {
        font-size: 8px;
        line-height: 10px;
    }
    .feedback-item .description {
        font-size: 8px;
        line-height: 11px;
        height: 102px;
        -webkit-line-clamp: 9;
    }
    .feedback-item button {
        font-size: 11px;
        line-height: 14px;
    }
    .feedback-item.full .description {
        margin-bottom: -30px;
    }
}
