.reviews__text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews__arrows{
    position: static;
}
.reviews__slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    width: 377px;
    height: 384px;
    background: #F0F1F5;
    border-radius: 20px;
}

.reviews__slider{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    visibility: visible !important;
}
.reviews__image{
    width: 377px;
    height: 220px;
    border-radius: 20px 20px 10px 10px;
    overflow: hidden;
    object-fit: cover;
}
.rewiews__info-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 100%;
    transition: opacity 0.3s ease;
}
.rewiews__nickname-icon{
    transition: opacity 0.01s ease;
}
.rewiews__icon{
    transition: opacity 0.01s ease;
}
.rewiews__nickname{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    transition: opacity 0.3s ease;

}
.rewiews__grade{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    transition: opacity 0.3s ease;

}
.rewiews__nickname-name{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #0A0F15;
    transition: opacity 0.3s ease;
}
.rewiews__info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
    width: 377px;
    height: 164px;

}
.rewiews__info-description{
    width: 337px;
    height: 51px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #657084;
}
.rewiews__info-addition{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 337px;
    height: 17px;
}
.rewiews__data{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #657084;
}
.revews__button{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #D42824;
}
.reviews-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; 
}

.reviews-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden; 
}


.reviews-slider {
    width: 100%;
    margin-left: -20px;
    padding-left: 20px; 
}

.reviews-slider-outer {
    position: relative;
    width: 100%;
    clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 30px 100%);
}

.reviews-slider {
    width: 100%;
    margin-left: -30px;
    padding-left: 30px;
}

.reviews-slider .splide__track {
    overflow: hidden !important; 
}
.reviews-slider-mask {
    position: relative;
    width: 100%;
    overflow: visible;
}

.reviews__slider {
    width: 100%;
    margin-left: -30px; 
    padding-left: 30px; 
}

.reviews__slider .splide__track {
    overflow: visible !important; 
}

.reviews__slider .splide__list {
    display: flex;
    gap: 16px;
}

.reviews__slide {
    flex: 0 0 auto;
    width: 377px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.reviews__slider{
    overflow: visible !important;
}
.reviews__track{
    overflow: visible !important;
}

.reviews__slide {
    transition: all 0.3s ease;
    height: 384px;
    display: flex;
    flex-direction: column;
}

.reviews__image {
    transition: all 0.3s ease;
    flex-shrink: 0;
    
}

.rewiews__info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.rewiews__info-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    flex: 1;
}

.rewiews__info-description.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    height: auto;
}

.revews__button {
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.revews__button svg {
    transition: all 0.3s ease;
}

.reviews__slide {
    height: 384px;
}

@media (max-width: 768px) {
    .reviews__slide.expanded .reviews__image {
        height: 120px !important;
        min-height: 120px !important;
    }
}
.catalog__bar {
    padding: 40px 20px;
    position: relative;
    z-index: 10;
}

.custom-progress {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.progress-track {
    position: relative;
    height: 2px;
    background: #E5E7EB;
    margin: 40px 0;
    max-width: 334px;
    left:30px;
}

.progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #0A0F15;
    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 0%;
    z-index: 1;
}

.progress-balls-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    height: 0;
}

.progress-balls {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.balls-group {
    display: flex;
    gap: 4px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.left-group {
    justify-content: flex-start;
}

.right-group {
    justify-content: flex-end;
}

.progress-ball {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    bottom: 60px;
}

.ball-number {
    font-size: 12px;
    font-weight: 600;
    transition: all 0.4s ease;
}

.progress-ball.active {
    background: #0A0F15 !important;
    transform: scale(1.2) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.progress-ball.active .ball-number {
    color: white !important;
}

.progress-ball.completed {
    background: #0A0F15 !important;
}

.progress-ball.completed .ball-number {
    color: white !important;
}

.progress-ball.upcoming {
    background: #D2D6E1 !important;
}

.progress-ball.upcoming .ball-number {
    color: #121213 !important;
}

.progress-ball {
    border: none !important;
    outline: none !important;
}

@media (max-width: 768px) {
    .catalog__bar {
        padding: 30px 0;
    }
    
    .progress-track {
        margin: 30px 0;
    }
    
    .progress-ball {
        width: 35px;
        height: 35px;
    }
    
    .ball-number {
        font-size: 11px;
    }
    
    .balls-group {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .progress-ball {
        width: 30px;
        height: 30px;
    }
    
    .ball-number {
        font-size: 10px;
    }
    
    .balls-group {
        gap: 5px;
    }
}
.rewiews__info-description {
    transition: all 0.3s ease;
}

.revews__button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.revews__button:hover {
    opacity: 0.8;
}
.rewiews__info-addition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.revews__button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #D42824;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.3s ease;
    background: none;
    border: none;
    padding: 0;
}

.revews__button:hover {
    opacity: 0.8;
}

.revews__button.expanded {
    color: #0A0F15;
}
.rewiews__info-addition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.revews__button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #D42824;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    border: none;
    text-decoration: none;
}

.revews__button:hover {
    opacity: 0.8;
}

.revews__button.expanded {
    color: #0A0F15;
}