

/* Start:/local/templates/main/components/bitrix/news.list/services/style.css?17885144731640*/
@media(min-width: 992px) {
    .services-main__item.full {
        background-position: center right;
        height: auto!important;
        min-height: auto!important;
    }
}

.services-main__item.full {
    background-size: contain;
}

.services-main__item.item__long.geo {
    background-size: auto;
}

.subcat {
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.subcat__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.subcat__item .subcat__title {
    position: relative;
}

.subcat__item:hover .subcat__title {
    color: inherit;
}

.subcat__item .subcat__title:before {
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -5px;
    transition: all .5s;
    background: #743fdd;
    content: '';
}

.subcat__item:hover .subcat__title:before {
    width: 100%;
}

@media(max-width: 576px) {
    .services-main__item.item__long.geo {
        height: auto;
        background-image: none !important;
        min-height: auto;
    }

    .services-main__item.geo .subcat {
        justify-content: center;
        gap: 18px 12px;
        margin-top: 24px;
    }

    .services-main__item.geo .subcat__item {
        flex: 0 0 calc((100% - 24px) / 3);
        min-width: 0;
        gap: 7px;
        font-size: 13px;
        line-height: 1.2;
        text-align: center;
    }

    .services-main__item.geo .subcat__img img {
        display: block;
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/services/style.css?17885144731640 */
