

/* Start:/local/templates/bx_orion_redesign/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1744779554716*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.n-content table {
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 1.5;
  }
  
  .n-content thead td {
	background-color: #f2f2f2;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	border: 1px solid #ddd;
  }
  
  .n-content tbody td {
	border: 1px solid #ddd;
	padding: 12px;
	vertical-align: top;
  }
  
  .n-content tbody tr:nth-child(even) {
	background-color: #fafafa;
  }
  
  .n-content tbody tr:hover {
	background-color: #f1f7ff;
  }
  
  .n-content td p {
	margin: 0;
  }
  
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1700540277620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038*/
.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.products--triple {
    grid-template-columns: repeat(3, 1fr);
}
.product {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.product__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.product__label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    color: #f55800;
}
.product__img {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product__title {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.product__title:hover {
    text-decoration: none;
}
.product__caption {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #999;
}
.product__name {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #262626;
}
.product__prices {
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product__price {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #f55800;
}
.product__value {
    font-weight: 600;
    font-size: 20px;
}
.product__button {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}
@media (max-width:996px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 640px) {
    .product {
        padding: 16px;
    }
    .product__label {
        font-size: 15px;
    }
    .product__img {
        height: 200px;
    }
}
@media (max-width:440px) {
    .products {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/bx_orion_redesign/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1744779554716 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.min.css?1700540277620 */
/* /local/templates/bx_orion_redesign/components/bitrix/catalog.section/catalog/style.css?17631038462038 */
