

/* Start:/bitrix/templates/furniture_gray/components/bitrix/breadcrumb/.default/style.css?1734084625660*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.bx-breadcrumb i:before {content: '/'; display: inline-block;}
.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-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a, .bx-breadcrumb .bx-breadcrumb-item div {display: inline-block; border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/news.detail/news/style.css?17682904534740*/
div.news-detail {
	word-wrap: break-word;
}
div.news-detail h1 {
}
div.news-detail .news-img {
	text-align: center;
	margin: 0 0 40px;
}
div.news-detail .news-time-read {
	margin: 0 0 40px;
}
div.news-detail .contents {
	margin: 0 0 40px;
	background: #EDEEED;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0px 4px 4px 0px #0000001A;
}
div.news-detail .contents h2 {
	color: #1E1E1E;
	font-size: 22px;
	margin: 0 0 20px;
}
div.news-detail .contents ol {
	padding: 0 0 0 20px
}
div.news-detail .contents li {
	margin: 0 0 5px
}
div.news-detail .contents a {
	text-decoration: underline
}
div.news-detail .news-img img {
	border-radius: 10px;
}
div.news-detail .news-name {
	margin: 0 0 20px;
}
div.news-detail .news-preview-text {
	margin: 0 0 20px;
}
div.news-detail .news-detail-text {
	margin: 0 0 20px;
}
div.news-detail .news-detail-text a {
	font-size: inherit;
	color: #D72225;
}
div.news-detail .news-detail-text a:hover {
	text-decoration: underline
}
div.news-detail .news-date-time {
	margin: 0 0 20px;
	font-weight: 700;
}
div.news-detail .news-avtor {
	margin: 0 0 20px;
}

div.news-detail .news-social {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}
div.news-detail blockquote {
	display: block;
	padding: 10px;
	border-radius: 10px;
	border-left: 2px;
	border-right: 2px;
	border-style: solid;
	border-color: #D72225;
	margin: 0 0 20px;
}
div.news-detail p {
	display: block;
	margin: 0 0 20px;
}
.news-detail-back {
	margin: 0 0 20px;
	display: inline-block;
    padding: 10px 15px 10px 35px; 
    border: 1px solid;
	border-radius: 5px;
	border-color: #D72225;
	text-transform: uppercase;
}
.news-detail-back:hover {
	background: #D72225;
	color: #fff;
}
.legal-cta-wrapper {
	max-width: 700px;
	margin: 0 auto;
	background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
	border: 2px solid #e9ecef;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}

.legal-cta-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #dc2626, #ef4444, #dc2626);
	border-radius: 16px 16px 0 0;
}

.legal-cta-content {
	text-align: center;
}

.legal-cta-icon {
	display: inline-flex;
	width: 64px;
	height: 64px;
	background: linear-gradient(135deg, #dc2626, #ef4444);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: white;
	margin: 0 auto 20px;
	box-shadow: 0 4px 16px rgba(220, 38, 38, 0.3);
}

.legal-cta-title {
	font-size: 24px;
	font-weight: 700;
	color: #1f2937;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.legal-cta-description {
	font-size: 16px;
	color: #6b7280;
	margin: 0 0 24px 0;
	line-height: 1.5;
}

.legal-cta-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-bottom: 32px;
	text-align: left;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.legal-feature-item {
	font-size: 14px;
	color: #374151;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.legal-feature-item:nth-child(3) {
	justify-content: center;
	text-align: center;
}

.legal-cta-button {
	background: linear-gradient(135deg, #dc2626, #ef4444);
	color: white;
	border: none;
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(220, 38, 38, 0.3);
	position: relative;
	overflow: hidden;
}

.legal-cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(220, 38, 38, 0.4);
	background: linear-gradient(135deg, #b91c1c, #dc2626);
}

.legal-cta-button:active {
	transform: translateY(0);
}

.legal-button-arrow {
	transition: transform 0.3s ease;
}

.legal-cta-button:hover .legal-button-arrow {
	transform: translateX(4px);
}

.legal-cta-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.legal-cta-button:hover::before {
	left: 100%;
}

@media (max-width: 768px) {
	.legal-cta-wrapper {
		margin: 0 16px;
		padding: 24px;
	}
	
	.legal-cta-title {
		font-size: 20px;
	}
	
	.legal-cta-description {
		font-size: 14px;
	}
	
	.legal-cta-features {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.legal-feature-item {
		justify-content: center;
	}
	
	.legal-cta-button {
		padding: 14px 24px;
		font-size: 14px;
	}
}

@media (min-width: 480px) {
	.legal-cta-features {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		text-align: center;
	}
	
	.legal-feature-item {
		justify-content: center;
	}
}
/* End */
/* /bitrix/templates/furniture_gray/components/bitrix/breadcrumb/.default/style.css?1734084625660 */
/* /bitrix/templates/furniture_gray/components/bitrix/news.detail/news/style.css?17682904534740 */
