

/* Start:/local/templates/serptop/components/bitrix/news/promo/bitrix/news.list/.default/style.css?17652605951189*/
.promo-retail .main-services-items .item {
    flex: 0 0 calc(49% - 45px / 4);
    margin-right: 15px;
    position: relative;
    border: 1px solid #fff;
    transition: all 0.4s ease;
}

.service-inner-main .left button.promo-main-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    background-color: #0d6db4;
    margin-top: 40px;
    padding: 18px 40px;
    width: unset;
    height: unset;
}

.promo-retail .main-services-items:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -50px;
    width: 150px;
    height: 100px;
    /* background: url(/images/pluses-7-5.svg) center center no-repeat; */
    background: url(/images/pattern-blue--7-5.svg) center center no-repeat;
    background-size: contain;
    z-index: -1;
}

@media (max-width: 991px) {
    .promo-retail .main-services-items {
        flex-direction: column;
    }
    .promo-retail .main-services-items .item {
        margin-right: 0;
    }

    .promo-retail .main-services-items .item p {
        display: block;
    }
}

/* End */
/* /local/templates/serptop/components/bitrix/news/promo/bitrix/news.list/.default/style.css?17652605951189 */
