

/* Start:/local/templates/WBE70/components/WBE70/catalog/template12/bitrix/catalog.element/.default/style.css?17509549941207*/
.card_box_discription .catalog_box_cont_card_discrib_btn_price {
    align-items: center;
}

.card_box_discription .catalog_box_cont_card_discrib_btn_price span {
    margin-left: 20px;
    display: block !important;
}
/* Сетка */
.docs-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
    gap:40px 24px;
}

/* Карточка */
.docs-card{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:400px;
    padding:32px 28px;
    border:1px solid #ECECEC;
    border-radius:12px;
    background:#FFF;
    transition:box-shadow .25s;
}
.docs-card:hover{ box-shadow:0 8px 24px rgba(0,0,0,.06); }

.docs-card__icon{ opacity:.35; }

.docs-card__title{
    font-weight:600;
    font-size:18px;
    line-height:1.35;
    margin:0 0 12px;
    color:#2B2B2B;
}

.docs-card__link{
    font-size: 16px;
    line-height: 135%;
    color: #33383A;
    margin-right: 24px;
    text-decoration: none;
    transition: .3s;
}
.docs-card__link:hover{ color: #c49a6c }
h1.page-title.page-title--docs {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.02em;
    color: #33383A;
    font-weight: 700;
}

/* End */
/* /local/templates/WBE70/components/WBE70/catalog/template12/bitrix/catalog.element/.default/style.css?17509549941207 */
