

/* Start:/bitrix/templates/aspro-premier/components/bitrix/news.list/service_price/style.css?16848625252155*/
.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;
}
html {
    scroll-behavior: smooth;
}
.btn-servis {
    border: solid 3px #edeef0;
    padding: 10px;
    display: block;
}
.btn-servis:hover {
    background: #edeef0;
}

.table_grid {
    grid-row: auto / auto;
    grid-column: 1;
}

.blink {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    animation-duration: 1.5s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1.5s;
}

@keyframes blinker {
    from { outline: red 1px solid;  }
    to { outline: none;}
}

@-webkit-keyframes blinker {
    from { outline: red 1px solid;}
    to { outline: none;}
}

.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?16848625252155 */
