

/* Start:/local/templates/mobile/components/bitrix/news.list/services_page/style.css?17253810161251*/
.services-list {
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;

    margin: 0 auto;
}
.services-list h2 {
    color: var(--highlight-color);
}
.services-list h3 {}
.services-list .services-list__col {
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;

    flex: 1 1 calc(33.33% - 30px);
    margin: 5px;
    box-sizing: border-box;
    min-width: 175px;

    background-color: #f4f8f8;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px 0 rgb(27 33 25 / 40%);
    padding: 0;
    border-top: 3px solid var(--highlight-color);
}
.services-list .service-list__col-name {
    text-align: center;
}
.services-list .service-list__col-nav {
    width: 100%;
}
.services-list .service-item {
    display: block;
    line-height: 2;
    background: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 10px;
    white-space: nowrap;
}
.services-list .service-item a,
.services-list .service-item a h3 {
    transition: color .3s cubic-bezier(0,.5,.5,1);
    text-decoration: none;
}
.services-list .service-item a:hover,
.services-list .service-item a:hover h3 {
    color: var(--highlight-color);
}
/* End */
/* /local/templates/mobile/components/bitrix/news.list/services_page/style.css?17253810161251 */
