

/* Start:/local/templates/hytest/components/bitrix/news/product-info/bitrix/news.detail/new_article/style.css?17794551537138*/

#siteContent .techNoteContent p, .techNoteContent ul li{
	font-size: 16px;
}
.technote-content img {
	display: block;
	max-width: 100%;
}
.product-side-upper-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.technote-content b ,
.technote-content strong {
	font-weight: 600;
}

.oglav .oglav-h1 {
	margin-top: 15px;
}

.mt-8 {
	padding-bottom: 10px;
}

.period {
	display: inline;
}
.period span {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	margin: 0 12px 0 0;
	font-size: 14px;
	color: #555555;
}
.expert .ex-wrap {
	margin-bottom: 5px;
}
.expert .ex-wrap .ex-photo {
display: inline-block;
}
.expert .ex-wrap .ex-photo img {
	width: 100px;
	height: auto;
	border-radius: 5px;
	margin: 0 10px 0 0;
}
.expert .ex-wrap .ex-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	vertical-align: middle;
	flex-wrap: wrap;
	font-size: 14px;
	margin: 10px 0;
}
.expert .ex-wrap .ex-desc {
	font-size: 14px;
}
.expert .ex-wrap .ex-desc span{
	font-size: 16px;
	line-height: 1.5;
}
.supportContent .decorativeContent {
	font-size: 20px;
	font-weight: 300;
}
.supportContent .decorativeContent li a{
	font-size: 14px;
	font-weight: 300;
}


.article-faq-section {
	margin: 30px 0;
}
.faq-section {
	margin-bottom: 25px;
}
.technote-content h4.faq-section-title {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 2px solid #eee;
	color: #333;
}
.faq-item {
margin-bottom: 10px;
border: 1px solid #e0e0e0;
border-radius: 8px;
overflow: hidden;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.faq-question {
padding: 10px 12px;
background-color: #f8f9fa;
cursor: pointer;
font-weight: 500;
color: #2c3e50;
position: relative;
transition: background-color 0.3s ease;
display: flex;
justify-content: space-between;
align-items: top;
}
.faq-question:hover {
background-color: #e9ecef;
}
.faq-question::after {
content: '\25BC';
font-size: 12px;
color: #6c757d;
transition: transform 0.3s ease;
}
.faq-question.active::after {
transform: rotate(180deg);
}
.faq-answer {
padding: 0 20px;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-out, padding 0.3s ease;
background-color: #fff;
border-top: 0 solid transparent;
}
.faq-answer.active {
padding: 20px;
max-height: 500px;
border-top: 1px solid #e0e0e0;
}
.faq-section-label {
font-size: 14px;
color: #2c3e50;
margin-bottom: 5px;
}
.faq-section-name {
color: #2c3e50;
font-weight: 500;
}

/* Стили для сквозных блоков */

.blog__bottom .url-block__right {
text-align: right;
margin-bottom: 10px;
}
.blog__bottom .url-block__left {
margin-bottom: 10px;
}
.post-article-blocks {
margin-top: 50px;
border-top: 1px solid #e0e0e0;
padding-top: 40px;
}
.blocks-container {
display: flex;
gap: 30px;
max-width: 1440px;
margin: 0 auto;
}
.block-left, .block-right {
flex: 1;
background: white;
padding: 30px;
border-radius: 12px;
color: #333;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.block-right h4, .block-left h4 {
color: #333;
margin-top: 0;
margin-bottom: 20px;
font-size: 20px;
font-weight: 600;
border-bottom: 2px solid #003366;
padding-bottom: 10px;
}
.block-left p {
margin: 0;
line-height: 1.6;
color: #333;
}
.block-left p:last-child {
margin-bottom: 0;
}
.block-left .contact-email {
font-size: 18px;
font-weight: 500;
color: #333;
text-decoration: none;
display: inline-block;
margin: 5px 0 25px 0;
border-bottom: 1px dashed #333;
transition: border-color 0.3s;
}
.block-left .contact-email:hover {
	border-bottom-color: #667eea;
}
.block-left .contact-description {
	opacity: 1;
	margin-bottom: 0;
}
.block-left .contact-description:last-child {
	margin-bottom: 0;
}
.certificate-image {
	margin-top: 20px;
	text-align: center;
}
.certificate-image img {
	max-width:150px;
	object-fit: cover;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s;
	cursor: pointer;
}
.certificate-image img:hover {
	transform: scale(1.04);
}
.block-right p {
	line-height: 1.6;
	margin-bottom: 15px;
	color: #333;
	}
.columnBoxes.main-directions {
	background-color: white;
	margin: 25px 0;
}

.columnBoxes.main-directions .five-col:not(:last-child):before {
	background-color: #003366;
}

.nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: #f8f9fa;
	border-radius: 20px;
	color: #2c3e50;
	text-decoration: none;
	transition: all 0.2s;
	border: 1px solid #e0e0e0;
}

.nav-link:hover {
	background: #e9ecef;
	border-color: #103666;
	color: #003366;
}

.nav-link.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none;
	border-color: #e0e0e0;
}

.nav-arrow {
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.2s;
}

.nav-link-prev:hover .nav-arrow {
	transform: translateX(-4px);
}

.nav-link-next:hover .nav-arrow {
	transform: translateX(4px);
}

.s-wrapper {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.certificate-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.certificate-modal-content {
	position: relative;
	margin: auto;
	padding: 20px;
	width: 90%;
	height: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate-modal-content img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.certificate-modal-close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff;
	font-size: 50px;
	cursor: pointer;
	z-index: 10000;
}

.certificate-modal-close:hover {
	color: #ff4444;
}

.decorativeContent:before {
	display: none!important;
}
.article-header {
	margin: 0 0 25px 0;
}
@media (min-width: 1200px) {

    .decorativeContent.product-side-lower {
    	border-left: 5px #5BBAE3 solid;
        transition: none !important;
        will-change: left, top;
        /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
    }
}

@media (max-width: 1200px) {
	.decorativeContent.product-side-lower {
		margin: -70px 0px 25px 0px;
	}
}

@media (max-width: 768px) {
	.decorativeContent .wireframeButton {
		font-size: 16px;
	}
	.oglav {
		margin-bottom: 25px;
	}
	section .container-fluid {
		padding: 1rem;
	}

	.decorativeContent.product-side-lower {
		margin: -90px 0 30px 0;
	}

	.supportContent .decorativeContent h4 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.supportContent .decorativeContent ul li {
		line-height: 1.2;
		list-style: disc;
	}
	.supportContent .decorativeContent ul li a {
		font-size: 14px;
	}
	.blocks-container {
		flex-direction: column;
	}
	.block-left, .block-right {
		width: 100%;
	}
	.nav-link {
	padding: 6px 8px;
	}
	.certificate-image img {
		max-width: 350px;
	}
	.s-wrapper {
		max-width: 120px;
		font-size: 14px;
	}

	.nav-arrow {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.technote-content h4.faq-section-title {
		font-size: 22px;
	}
	.certificate-image img {
		max-width: 275px;
	}
	.columnBoxes.main-directions h2{
		font-size: 20px;
		font-weight: 600;
	}
	.columnBoxes.main-directions .five-col:not(:last-child):before {
		background: none;
	}
}



/* End */
/* /local/templates/hytest/components/bitrix/news/product-info/bitrix/news.detail/new_article/style.css?17794551537138 */
