

/* Start:/local/templates/.default/components/bitrix/breadcrumb/bread/style.css?1711447046585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17782467772684*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	display:block;
	max-width:45%;
	height:auto;
	margin:0 24px 20px 0;
	object-fit:contain;
}
.news-date-time
{
	color:#486DAA;
}

.table-container {
  max-height: 300px; /* Высота прокручиваемой области */
  overflow-y: auto;  /* Включение вертикальной прокрутки */
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}

.table_st {
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
  font-size: inherit;
}

.table_st th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
  text-align: left;
  position: sticky;
  top: 0; /* Фиксируем заголовки при прокрутке */
}

.table_st td {
  border: 1px solid #dddddd;
  padding: 5px;
}

.custom-list {
    margin-top: 24px;
    margin-bottom: 25px;
    padding-left: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-list li:not(:last-child) {
    margin-bottom: 10px;
}

.custom-list li {
    position: relative;
    color: #1d1d1f;
    line-height: 1.3;
    padding-left: 18px;
}

.custom-list li::before {
    background-color: #1D1D1F;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.news-detail .price-request-link {
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	min-height:48px;
	margin-top:16px !important;
	padding:0 24px;
	background:#1d1d1f;
	border:1px solid #1d1d1f;
	color:#fff !important;
	font-size:18px !important;
	font-weight:500;
	line-height:1.1;
	text-align:center;
	text-decoration:none !important;
	text-transform:uppercase;
	transition:0.3s;
	cursor:pointer;
}

.news-detail .price-request-link:hover {
	background:#fff;
	border-color:#1d1d1f;
	color:#1d1d1f !important;
	text-decoration:none !important;
}

.news-detail + p {
	clear:both;
	margin:24px 0 0;
}

.news-detail + p > a {
	display:inline-block;
	padding-bottom:2px;
	border-bottom:1px solid #1d1d1f;
	color:#1d1d1f;
	font-size:18px;
	line-height:1.3;
	text-decoration:none;
	transition:0.3s;
}

.news-detail + p > a:hover {
	border-bottom-color:transparent;
	color:#555;
	text-decoration:none;
}

@media (max-width: 767px) {
	div.news-detail img.detail_picture
	{
		float:none;
		width:100%;
		max-width:100%;
		height:auto;
		margin:0 0 20px 0;
		object-fit:contain;
	}

	.news-detail .price-request-link {
		width:100%;
		min-height:42px;
		padding:0 18px;
		font-size:14px !important;
	}

	.news-detail + p > a {
		font-size:16px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/bread/style.css?1711447046585 */
/* /local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17782467772684 */
