/* картинки закругление Каталог магазинов */
.t923__bgimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    border-radius: 15px;
}
/* расстояние от описания до блока Вопрос ответ */
.t472__descr {
    margin-bottom: 11px;
}
/* почему выбирают нас расстояни от заголовка до блока */
.t497 .t-section__topwrapper {
    margin-bottom: 85px;
}
/* мы принимаем расстояние между описанием и иконками*/
.t491 .t-section__topwrapper {
    margin-bottom: 60px;
}
.t491 .t-section__title {
    margin-bottom: 25px;
}
/* схема работы межстрочное*/
.t577 .t-section__topwrapper {
    margin-bottom: 70px;
}
/* география нашей работы межстрочное*/
.t490 .t-section__topwrapper {
    margin-bottom: 80px;
}
/* почему выбирают нас межстрочное*/
.t497 .t-section__topwrapper {
    margin-bottom: 75px;
}
/* схемы работы подобрать снизу*/
.t577__textwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 53px 30px 30px;
    height: 100%;
    box-sizing: border-box;
}
/* скругление картинки отзывы стр*/
.t558__bgimg {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 15px;
}