

/* Start:/local/templates/fortis2023/components/bitrix/catalog/services/bitrix/catalog.section.list/root-level/style.css?16848521552032*/
.service-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
}
    .service-list .item {
        position: relative;
        width: 305px;
        height: 380px;
        padding: 40px 20px;
        margin: 10px 10px 0 0;
        border: 2px solid #DAEAEE;
    }
        .service-list .item:hover {
        background-color: #DAEAEE;
        }
        .service-list .item:hover a {
        color: #3574EE;
        }
        .service-list .item a {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        height: 100%;
        }
        .service-list .item .name {
            margin-top: 25px;
            font-weight: 400;
            font-size: 24px;
            line-height: 150%;
        }
        .service-list .item .img {
        display: flex;
        height: 175px;
        }
        .service-list .item .img img {
        display: block;
        margin: auto;
        max-height: 100%;
        }
    @media (max-width:1550px) and (min-width:1280px) {
        .service-list .item {
            width: 270px;
            height: 350px;
            padding: 35px 20px;
        }
        .service-list .item .name {
            font-size: 20px;
        }
    }
    @media (max-width:1280px)  and (min-width:992px)   {
        .service-list .item {
            width: 225px;
            height: 325px;
            padding: 25px 15px;
        }
        .service-list .item .name {
            font-size: 18px;
        }
    } 
    @media (max-width:991px)  {
        .service-list.auto {
            padding-top: 35px;
        }
            .service-list .item {
                width: 47%;
                height: 208px;
                padding: 30px 12px;
            }
            .service-list .item .name {
                margin-top: 15px;
                font-weight: 400;
                font-size: 14px;
                line-height: 150%;
            }
            .service-list .item .img {
                height: 95px;
            }
    }
/* End */
/* /local/templates/fortis2023/components/bitrix/catalog/services/bitrix/catalog.section.list/root-level/style.css?16848521552032 */
