

/* Start:/bitrix/templates/template/css/help-center.css?17889738051987*/
.help-center-header {
	background-color: #fff;
	padding: 2rem 0;
	margin-bottom: 2rem;
}

.section-title {
	color: #2c3e50;
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-size: 2rem;
}

.search-box {
	max-width: 900px;
}

.search-input {
	border: none;
	background-color: #f5f5f5;
	padding: 0.75rem 1rem;
	border-radius: 25px 0 0 25px;
	font-size: 0.95rem;
}

.search-input:focus {
	background-color: #f5f5f5;
	box-shadow: none;
}

.search-btn {
	background-color: #00b570;
	color: white;
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 0 25px 25px 0;
	font-weight: 500;
}

.search-btn:hover {
	background-color: #009960;
	color: white;
}

.faq-item {
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	margin-bottom: 0.75rem;
	transition: all 0.3s ease;
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 1rem 1.25rem;
}

.faq-item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border-color: #00b570;
	color: inherit;
	text-decoration: none;
}

.faq-item h6 {
	margin: 0;
	color: #2c3e50;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-icon {
	color: #00b570;
	font-size: 1.2rem;
}

.info-card {
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 1.5rem;
	height: 100%;
	transition: box-shadow 0.3s ease;
}

.info-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.info-card h6 {
	color: #2c3e50;
	font-weight: 600;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #f0f0f0;
}

.info-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.info-card li {
	margin-bottom: 0.5rem;
}

.info-card a {
	color: #00b570;
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.2s;
}

.info-card a:hover {
	color: #218838;
	text-decoration: underline;
}

.section-spacing {
	margin-bottom: 3rem;
}

@media (max-width: 768px) {
	.faq-item {
		padding: 0.875rem 1rem;
	}
	
	.info-card {
		margin-bottom: 1rem;
	}
}
/* End */
/* /bitrix/templates/template/css/help-center.css?17889738051987 */
