

/* Start:/local/templates/s1/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17749643811075*/
.price_item_box{
    margin-bottom: 4rem;
}
.price_item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.price_item:last-child{
    margin-bottom: 0;
}
.price_item:before{
    position: absolute;
    bottom: .2em;
    left: 0;
    display: block;
    width: 100%;
    border-bottom: 1px dotted var(--title-color);
    content: "";
}
.price_item div{
    z-index: 1;
    background: var(--white-color);
}
.price_item .left{
    padding-right: 0.4rem;
}
.price_item .left strong{
    font-weight: 700;
}
.price_item .right{
    padding-left: 0.4rem;
    font-weight: 700;
    white-space: nowrap;
}
.price_btn{
    text-align: center;
    margin-bottom: 4rem;
}
.how_margin{
    margin-bottom: 24px;
}
footer{
    margin-top: 0;
}

@media(max-width:767px) {
    .price_item{
        border-bottom: 1px solid var(--border-color);
    }
    .price_item:before{
        border-bottom: 0;
    }
}
/* End */
/* /local/templates/s1/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17749643811075 */
