

/* Start:/bitrix/templates/aspro-premier/components/bitrix/news.list/service_price/style.css?17616063941956*/
.grid_content {
    column-count: 1;
    column-gap: 0;
}
.box_table {
    display: grid;
    grid-template-rows: auto auto;
    break-inside: avoid;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
    -23px 0 20px -23px rgba(120, 84, 222, 0.16),
    23px 0 20px -23px rgba(120, 84, 222, 0.16),
    0 0 40px rgba(0, 0, 0, .1) inset;
    border-radius: 10px;
    outline-offset: -1px;
}
@media (min-width: 992px) {
    .grid_content {
        column-count: 2;
        column-gap: 20px;
        padding: 10px;
    }

    .box_table {
        display: grid;
        grid-template-rows: auto auto;
        break-inside: avoid;
        padding: 20px;
        margin: 0 0 20px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .3),
        -23px 0 20px -23px rgba(120, 84, 222, 0.16),
        23px 0 20px -23px rgba(120, 84, 222, 0.16),
        0 0 40px rgba(0, 0, 0, .1) inset;
        border-radius: 10px;
        outline-offset: -1px;
    }
}


.th-mobile {
    display:none;
}
td:nth-child(2) {
    width:20%;
    vertical-align: middle!important;
}

.btn-servis {
    border: solid 3px #edeef0;
    padding: 10px;
    display: block;
}
.btn-servis:hover {
    background: #edeef0;
}

.table_grid {
    grid-row: auto / auto;
    grid-column: 1;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(11, 105, 62, 0.2); /* rgba для цвета #0aa360 */
    }
    50% {
        box-shadow: 0 0 20px rgba(4, 65, 39, 0.8);
    }
}

.glow-highlight {
    animation: glow 1.5s 1s 7 alternate;
    border-radius: 8px;
}

.btn_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%;
}
.btn_box {
    width: max-content;
    margin:10px 0 10px 0;
    font-size: 17px;
    font-weight: bold;
}

.title_cat {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
/* End */
/* /bitrix/templates/aspro-premier/components/bitrix/news.list/service_price/style.css?17616063941956 */
