

/* Start:/local/templates/versta/components/bitrix/catalog/uslugi/bitrix/catalog.section.list/cards/style.css?15336408001040*/
.price {
    border: 1px solid #354157;
    font-size: 18px;
    color: #000;
    flex-grow: 1;
    position: relative;
    padding-top: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price__icon {
    position: absolute;
    width: 90px;
    height: 50px;
    left: calc(50% - 45px);
    background-color: #ffffff;
    top: -25px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price__cost {
    font-size: 16px;
}

.price:hover {
    text-decoration: none;
    color: #db2229;
    border-color: #db2229;
}

.price:hover svg path {
    fill: #db2229 !important;
}

.price-modal {
    font-size: 18px;
    color: #000;
}

@media (min-width: 576px) {
    .price-modal__cost {
        min-width: 250px;
    }
}

.price-modal .modal-dialog {
    max-width: 700px;
}

.price-modal .form-control {
    min-height: 44px;
}

.price-modal .btn_red {
    height: 44px;
    line-height: 24px;
}
/* End */
/* /local/templates/versta/components/bitrix/catalog/uslugi/bitrix/catalog.section.list/cards/style.css?15336408001040 */
