

/* Start:/local/templates/main/components/bitrix/news.list/encyclopedia_elements_v2.0/style.css?16498547981171*/
.b-ePediaListDef{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.b-ePediaListDef__item{
    position: relative;
    width: calc(33% - 10px);
    margin: 5px;
    box-shadow: 0px 0px 2px #000;
    /*background-color: #f0f0f0;*/
}
.b-ePediaListDef__item:hover{
    background-color: #00a4eb;
}
.b-ePediaListDef__item:hover .b-ePediaListDef__name{
    color: #fff;
}
.b-ePediaListDef__item:hover .b-ePediaListDef__price{
    border: 1px solid #fff;
}
.b-ePediaListDef__content{
    padding: 40px;
    position: relative;
}
.b-ePediaListDef__name{
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
}
.b-ePediaListDef__price{
    margin-top: 10px;
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #00a4eb;
    border: 1px solid transparent;
}

/*---Responsive---*/
@media screen and (max-width: 992px) {
    .b-ePediaListDef__item{
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 576px) {
    .b-ePediaListDef__item{
        width: calc(100% - 10px);
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/encyclopedia_elements_v2.0/style.css?16498547981171 */
