

/* Start:/local/templates/.default/components/bitrix/news.list/prokat/style.css?17636342791230*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.items_list_prokat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.list_item_prokat {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрируем содержимое по горизонтали */
    text-align: center; /* Центрируем текст */
}

.image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center; /* Центрируем по вертикали */
    margin-bottom: 15px;
}

.preview_picture {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.prokat-name {
    width: 100%;
    text-align: center;
font-family: Tahoma;
    font-size: 18px;
    letter-spacing: 2px;
}

.order-btn-prokat {
    margin-top: 15px;
}
.pprice {
    display: block;
    width: 100%;
    margin-bottom: -20px;
} 

.trtrtr {
    height: 70px;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/prokat/style.css?17636342791230 */
