

/* Start:/local/templates/aspro_optimus/components/bitrix/news.list/main_docs/style.css?17748682931006*/
.docs {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    gap:20px;
    & .item {
        flex:auto;
        background: #fff;
        padding: 15px 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        border:2px #C29B49 solid;
        transition: all 0.3s ease;
        & .item-title a span {
            font-size:16px;
        }
        & .wrapper_inner_block {
            display: flex;
            gap: 20px;
            align-items: center;
            height: 100%;
            & i {
                font-size:32px;
            }
            & .left-block {
                width:100%;
            }
        }
        &:hover {
            background:linear-gradient(180deg,hsl(40, 50%, 70%),hsl(40, 50%, 40%));
            color:#fff;
            transition: all 0.3s ease;
            & .item-title, a {
                color:#fff;
            }
        }
    }
}

@media(max-width:960px) {
    .docs .item {
        flex: auto;
    }
}

/* End */
/* /local/templates/aspro_optimus/components/bitrix/news.list/main_docs/style.css?17748682931006 */
