

/* Start:/bitrix/templates/creativebz.carrent/components/bitrix/catalog.section.list/services-sections/style.css?17665095921600*/
.services-sections{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
    gap:20px;
    margin-bottom:40px;
}

.services-sections__item{
    display:block;
    padding:18px;
    border:1px solid #ececec;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 26px rgba(0,0,0,0.05);
    text-decoration:none;
    color:#0f1115;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    position:relative;
    overflow:hidden;
}

.services-sections__item::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:16px;
    background:linear-gradient(135deg, rgba(219,0,50,0.08), rgba(219,0,50,0.02));
    opacity:0;
    transition:opacity .25s ease;
    pointer-events:none;
}

.services-sections__item:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 34px rgba(0,0,0,0.08);
}

.services-sections__image{
    display:block;
    position:relative;
    padding-top:58%;
    margin-bottom:14px;
    border-radius:12px;
    overflow:hidden;
    background:#f6f6f6;
}

.services-sections__image img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.services-sections__title{
    font-weight:700;
    font-size:17px;
    line-height:1.35;
    display:block;
    color:#16181d;
}

.services-sections__desc{
    display:block;
    margin-top:8px;
    font-size:14px;
    line-height:1.5;
    color:#4c5563;
}

@media (max-width: 768px){
    .services-sections{
        grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
        gap:14px;
    }
}

/* End */
/* /bitrix/templates/creativebz.carrent/components/bitrix/catalog.section.list/services-sections/style.css?17665095921600 */
