/* Ш-7523 Директива lsa-expanded-block-directive - разворачивающийся блок - НАЧАЛО */
.lebd_expand_click {
    text-decoration: underline;
}
.lebd_expand_click:hover {
    background-color: #f5ffbc;
}
/* Тут явно указана структура через >div> для того чтобы */
/* не было бага когда друг в друга вложены директивы как это было в redh */
/* см. Ш-7523 там скрины примеры случая вложенности с багом */
.lebd_expand_container>div>.lebd_expand_sign{
    border: 1px solid black;
    width: 1.2em;
    height: 1.6em;
    padding: 1px 3px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.lebd_expand_container.noactive>div>.lebd_expand_sign.minus{
    display: none;
}
.lebd_expand_container.noactive>div>.lebd_expand_sign.plus{
    display: inline-flex;
}
.lebd_expand_container.active>div>.lebd_expand_sign.minus{
    display: inline-flex;
}
.lebd_expand_container.active>div>.lebd_expand_sign.plus{
    display: none;
}
/* Ш-7523 Директива lsa-expanded-block-directive - разворачивающийся блок - КОНЕЦ */


/* Директива pvl-expanded-block-and-status - разворачивающийся блок - НАЧАЛО */

/* Ш-7873 Панель фильтров скрыта на мобильном изнчально */
.pi_filter_pannel_hide_content{
    display: none;
}
.lsa1_step_pannel{
    border-radius: 23px;
    border: 2px solid transparent;
    padding: 15px 15px 0px 15px;
    margin-top: 10px;
}

.lsa1_step_pannel_m_active{
    background-color: #f5feff;
    border-color: #c6c6ff;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/* модификатор повернуть стрелку вправо,  */
.lsa1_step_pannel_m_active .md_arrow_right{
    transform: rotate(45deg);
}

/* Ш-8019 Стрелка вниз в главном меню - НАЧАЛО */
.md_arrow_bottom{
    border-right: 3px solid #349fde;
    border-bottom: 3px solid #349fde;
    border-color: #0d6efd;

    transform: rotate(45deg);
    display: inline-block;
    position: relative;
    border-radius: 2px;

    /* это сделано чтоб и на больших и маленьких текстах быол по центру */
    /* пример http://pvoytko.ru/jx/iJpP91mVez */
    top: -0.15em;
    width: 0.5em;
    height: 0.5em;

    /* Плавность анимации при скрытии-открытии */
    transition: transform 0.3s linear;
}
/* модификатор повернуть стрелку вправо,  */
.md_arrow_right{
    transform: rotate(-45deg);
}
/* прописываем чтобы в классе полу-ссылки */
/* evge_half_link_blue_bg она меняла цвет как она при наведении */
/* и была такого же цвета изначально (border-color) */
.evge_half_link_blue_bg .md_arrow_bottom{
    border-color: #3498db;
}
.evge_half_link_blue_bg:hover .md_arrow_bottom{
    border-color: #0961c6;
}
/* Ш-8019 Стрелка вниз в главном меню - КОНЕЦ */

/* Директива pvl-expanded-block-and-status - разворачивающийся блок - КОНЕЦ */
