/*Стили в заголовке блока с текстом слева/справа*/
.t486__title div span {
    position: relative !important;
}
.t486__title div span::after {
    content: "";
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: solid #9bc414 10px;
}

/*Стили в заголовке блока с отзывами*/
/*.t-section__title div span {
    position: relative !important;
}
.t-section__title div span::after {
    content: "";
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: solid #9bc414 10px;
}*/

/*Стили заголовков с подчеркиванием*/
.t050__title div span,
.t795__title div span,
.t165__title {
    position: relative !important;
}
.t050__title div span::after,
.t795__title div span::after,
.t165__title::after
{
    content: "";
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;*
    /*border-bottom: solid #9bc414 10px;*/
}

/*Скрываем подчеркивание в блоке преимущества*/
.t502 .t-section__container .t-col .t-section__topwrapper .t-section__title div span::after {
    content: none !important;
}

/*для меню*/
    #rec503670638 {
        width: 100%;
        position: fixed !important;
        top: 0;
        z-index: 9997;
    }
/*для мобильного меню*/
    #rec515580397 {
        width: 100%;
        position: fixed !important;
        top: 0;
        z-index: 9997;
    }
    /*для корзины*/
