

/* Start:/local/templates/insertdesign/components/bitrix/news.list/norms/style.css?17772205522710*/
/* Стили для блока норм освещения */
.norms {
    margin-top: 1rem;
    margin-bottom: 30px;
    border: 1px solid #e8ecef;
    border-radius: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Карточка документа */

.norms .cell > a {
    display: flex;

      color: #333;
    padding: 0 1.25rem;

    text-decoration: none;
    position: relative;

}


.norms .cell > a:hover .name {

    background-color: #e8f4fb; border-radius: 12px;

}

/* Иконка документа */
.norms .cell .icon { position: relative; height: 40px;
margin:8px 15px 0 0;
}
.ext{ position: absolute; font-weight: bold; font-size: 11px; bottom: 6px; color: white; width: 100%; text-align: center; text-transform: uppercase}


.norms .cell .name {
    line-height: 1em!important; padding:8px 10px; transition: all 0.3s ease; display: flex; align-items: center; width: 100%;
}



.norms .cell .name b {
    font-size: 1rem;

    color: #1e3a5f;
    margin-bottom: 0.3rem;

    transition: color 0.2s ease;
}



/* Описание/превью текст */
.norms .cell .name span {

    font-weight: 400;
    line-height: 1.4;
}


.norms-button {display: none!important;margin: 10px auto;  border-radius: 10px !important;}
@media screen and (max-width: 768px) {
    .norms .cell .name  {
        font-size: 0.9rem;
    }
    .norms .cell .icon { margin-right: 5px}
}
/* Адаптивность */
@media screen and (max-width: 640px) {

    .norms .cell .name  {
        font-size: 0.8rem;
    }
    .norms .cell > a {
        padding: 0.4rem 1rem;
    }
    .show-more-block-norms::after {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent, #fff) repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: inline-block;
        height: 40px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .show-more-block-norms_active.show-more-block-norms::after {
        background: transparent !important;
    }
    .norms-button{ display: block!important; margin: auto!important;width: 100%;max-width: 340px; }

    .show-more-block-norms {
        position: relative;
        overflow: hidden;
        height: 11lh;
    }
    .show-more-block-norms_active {
        height: auto;
    }
}


/* Для очень маленьких экранов */
@media screen and (max-width: 480px) {

}


.button__more-info {
    display: block;
}
.button__hide-info {
    display: none;
}
.show-more-button .button__hide-info{display: block }
.show-more-button .button__more-info{display: none }


/* End */
/* /local/templates/insertdesign/components/bitrix/news.list/norms/style.css?17772205522710 */
