
.products_category {
    margin-bottom: 80px;
}

.product_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.category_products_item {
    width: 32%;
    height: 238px;
    border-radius: 4px;
    padding-top: 0px;
    margin: 5px;
}

.category_products_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.category_products_item h5 {
    margin-top: -100px;
    margin-left: 24px;
    width: 157px;
    vertical-align: center;
}

.green {
    margin-left: 24px;
    position: absolute;
    z-index: 1;
    color: #B0CD1F;
}

span a {
    z-index: 1;
    text-decoration: none;
    object-fit: cover;
}

.stages_work {
    margin-top: 80px;
    margin-bottom: 80px;
}

.step_work {
    margin-top: 24px;
    max-width: 400px;
    height: 150px;
}

.step_work h6 {
    margin-top: 55px;
}

p.stages {
    font-size: 80px;
    color: #B0CD1F4D;
    font-family: Ubuntu;
    line-height: 21px;
}

span {
    font-weight: bold;
}

.section_feedback {
margin-bottom: 0px;
}

.div_button_feedback {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
}

.div_button_feedback h3 {
    margin-bottom: 0px;
}

.btn_href.mob {
    margin: 10px auto;
    display: block;
    width: 157px;
    visibility: hidden;
}

.feedback_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}
.feedback{
    position: relative;
    width: 400px;
    height: 273px;
    padding: 32px 24px;
    margin: 5px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}




.feedback h4 {
    margin-bottom: 4px;
}

.feedback h5 {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 34px;
    color: #25252566;
;

}

.feedback h6 {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 8px;

}

.feedback h7 {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 50px;
    display: block;
}
}

.feedback_rating {
    position: absolute;
    top: 30px;
    left: 70%;
}


/* Точки (булиты) */
#comments .slick-dots{
    margin-top: 35px;
}
#comments .slick-dots li{
    border-radius: 20px;
    border: none;
    width: 8px;
    height: 8px;
    background: #B0CD1F66;


}
/* Активная точка */
#comments .slick-dots li.slick-active{
    background: #B0CD1F;
    width: 14px;
    height: 14px;
}
/* Элемент точки */
.slick-dots li button{

}

.truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 10.9em;
  margin-top: 20px;
}



@media(max-width: 1299px){
    .category_products_item {
        width: 32%;
        height: 238px;
        border-radius: 4px;
        padding-top: 0px;
        margin: 5px;
    }

    .category_products_item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .step_work {
        max-width: 32%;
    }
}
@media(max-width:992px){
    .category_products_item {
        width: 48%;
        height: 238px;
    }

    .category_products_item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .step_work {
        max-width: 48%;
    }
}

@media (max-width: 600px){
    .category_products_item {
        width: 100%;
        height: 238px;
    }

    .category_products_item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .step_work {
        max-width: 100%;
    }
    .product_flex {
        justify-content: flex-start;
    }
    .btn_href.mob {
        visibility: visible;
    }

    .div_button_feedback a{
        visibility: hidden;
    }
}

@media (max-width: 499px){
    .category_products_item {
        width: 100%;
        height: 238px;

    }

    .category_products_item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

