

/* Start:/local/templates/bionagro/components/bitrix/news/news_catalog/bitrix/news.detail/.default/style.css?17416137321239*/
.container-item {
    margin-top:15px;
}
.product-content{
    margin-top:15px;
    font-weight: 500;
	padding-bottom: 60px;
}
.product-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.product-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.sticky-image {
    position: sticky;
    top: 20px; 
    width: 100%; 
    object-fit: cover; 
}
.product-description {
    font-size: 16px;
    margin-top: 15px;
}

.consultation-button {
    margin-top: 20px;
    text-align: center;
}

.consultation-btn {
    background-color: #64a64c; 
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin-top:15px;
}

.consultation-btn:hover {
    background-color: #4b8e29;
    color: #fff;
}

.characteristics-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

table.table {
    width: 100%;
    border-collapse: collapse;
}

table.table th, table.table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: center;
}

table.table th {
    background-color: #f4f4f4;
    font-weight: bold;
}
/* End */
/* /local/templates/bionagro/components/bitrix/news/news_catalog/bitrix/news.detail/.default/style.css?17416137321239 */
