.reviews_container {
    display: grid;
    grid-template-columns: 323px auto;
    gap: 32px;
    align-items: start;
    justify-content: space-between;
} 
.ya_reviews {
    width: 323px;
    max-width: 323px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px #0000000F;
    padding: 32px 25px 32px 32px;
    border-radius: 16px;
}
.all_estim span {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #8C8C8C;
}
a.btn.btn-reviews {
    background: #3DB845;
    border-radius: 16px;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: white;
    padding: 16px 68px;
}
.review_item-question {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px #0000000F;
    padding: 40px 48px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.head-review {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.review_info {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}
.review-img img {
    width: 48px;
    height: 48px;
    max-width: 48px;
    border-radius: 120px;
}
.review_name-star {
    font-family: var(--inter);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.review_name-star span {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.review_name-star span img {
    max-width: 18px;
    height: 18px;
}
.review_date {
    color: #8C8C8C;
    font-family: var(--inter);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}
.subtitle-review {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 8px;
}
.description-review p {
    margin: 0 0 16px 0;
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
.reviews_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.review_item-answer {
    margin: 16px 0 0 59px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px #0000000F;
    padding: 40px 48px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.review_item-answer:before {
    content: url(/reviews/arrow-turn.png);
    position: absolute;
    left: -59px;
    top: 16px;
    width: 27px;
    height: 27px;
}
.all_estim-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.all_estim-list div:nth-child(1) {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
}
.all_estim-list div:nth-child(2) {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.all_estim-list div:nth-child(3) {
    color: #3E3E3E;
    font-family: var(--inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-style: solid;
}
.reviews .breadcrumbs {
    margin-bottom: 40px;
}
.reviews .title {
    margin-bottom: 48px;
}
.description-review p:last-child {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .product-cart__tabs-header-item {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    html {
        overflow-x: hidden;
    } 
    .product-cart__tabs-header {
        padding-bottom: 20px;
        width: 100%;
        overflow: scroll;
        white-space: nowrap;
    } 
    .scroll-tabs {
        max-width: 100%;
        position: relative;
        overflow: scroll;
    }
}
@media screen and (max-width: 768px) {
    .reviews_container {
        display: grid;
        grid-template-columns: 100%;
        gap: 16px;
        align-items: start;
        justify-content: space-between;
    }
    .review_item-question {
        padding: 20px 28px;
    }
    .review_item-answer {
        padding: 20px 28px;
    }
}

@media screen and (max-width: 575px) {
    .review_info { 
        gap: 6px; 
    }
    .review_item-question, .review_item-answer {
        padding: 16px 18px;
        position: relative;
    }
    .review_name-star {
        gap: 0px;
    }
    .review_name-star span {
        gap: 3px;
    }
    .review_name-star span img {
        max-width: 15px;
        height: 15px;
    }
    .ya_reviews {
        margin: 0 auto;
        width: 100%;
        padding: 16px 16px 16px 16px;
    }
    .review_item-answer:before { 
        left: -35px; 
    }
    .review_item-answer {
        margin: 16px 0 0 40px;
    }
    .review_date {
        font-size: 11px;
        position: relative;

    }
    ul.breadcrumbs.container {
        margin-top: 50px;
    }
    .breadcrumbs{


    }
}
@media screen and (max-width: 475px) {
    .product-cart__tabs-header {
        width: 100%;
    }
}
.breadcrumbs.container{
    line-height: 24px;
    margin-top: 20px;
}