.main__reviews__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-container{
    display: flex;
    justify-content: flex-start;
}

.tab:nth-child(2){
    border-radius: 0px 900px 900px 0px;
}

.tab{
    background-color: #fff;
    width: 170px;
    text-align: center;
}

.main__reviews__text__grid{
    display: flex !important;
    justify-content: space-between;
}

.main__reviews__text__block{
    width: 580px;
    height: 300px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 30px 46px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    gap: 26px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.main__reviews__top_title{
    display: flex;
    align-items: center;
}

.main__rewiews__top_name{
    margin-left: 16px;
    font-weight: 700;
    font-size: 17px;
    line-height: 130%;
}

.main__reviews__text__top{
    display: flex;
    justify-content: space-between;
}

.main__reviews__date{
    font-size: 13px;
    line-height: 120%;
    color: #C4C4C4;
}

.main__reviews__bottom__text{
    height: 95px;
    overflow: hidden;
    font-size: 15px;
    line-height: 130%;
    margin-top: 26px;
}

.main__reviews__full{
    margin-top: 26px;
    display: flex;
    align-items:baseline;
}

.main__reviews__full a{
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    color: #ACACAC;
}

.expanded{
    height: auto;
}

.rotate{
    transform: rotate(180deg);
  }

.swiper_img__full_text{
    margin-left: 8px;
}

.tab__reviews__grid{
    display: flex;
    justify-content: start;
    gap: 0 20px;
}

.tab__reviews__block{
    width: 380px;
    height: 419px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video__feedback{
    position: absolute;
}

.mtb__button a{
    padding: 20px 60px;
    background-color: #3EA700;
    border-radius: 900px;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    color: #fff;
}