

/* Start:/local/templates/bitcorp_s1/components/bitrix/news.list/price_inside_custom/style.css?17568835021186*/
.grid__card__wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.card__custom__item {
    width: 100%;
    height: 300px;
    display: block;


}

.card__custom__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card__custom__item_wrapper {
    border: 1px solid gray;
    border-radius: 10px;
    overflow: hidden;
    /*height: 500px;*/
    display: flex;
    flex-direction: column;
}

.price_wrapper {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid black;
    width: fit-content;
    height: fit-content;

}

.price_container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.card__custom__item__content {
    padding: 0 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.card__actions .btn {
    height: fit-content;
}

@media (max-width: 768px) {
    .grid__card__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}



@media (max-width: 500px) {
    .grid__card__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* End */


/* Start:/bitrix/components/boxsol/forms/templates/.default/style.css?175688344657*/
#service-order-form .title__h2 {
    font-weight: bold;
}
/* End */
/* /local/templates/bitcorp_s1/components/bitrix/news.list/price_inside_custom/style.css?17568835021186 */
/* /bitrix/components/boxsol/forms/templates/.default/style.css?175688344657 */
