/* Стили для страницы LLM Info */

.llm-info-page {
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

.llm-info-content {
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}

/* Вводный блок */
.llm-intro {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #e6ebff;
}

.llm-lead {
	font-size: 16px;
	line-height: 1.8;
	color: #0f2448;
	margin: 0;
	padding: 20px;
	background: #f5f7ff;
	border-left: 4px solid #4a90e2;
	border-radius: 6px;
}

.llm-lead strong {
	color: #4a90e2;
	font-weight: 600;
}

/* Секции */
.llm-section {
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6ebff;
}

.llm-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.llm-section-title {
	font: normal 22px/28px 'PT Sans', Arial, sans-serif;
	color: #0f2448;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	background: linear-gradient(135deg, #f5f7ff 0%, #e6ebff 100%);
	border-left: 4px solid #4a90e2;
	border-radius: 6px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.llm-section p {
	margin: 0 0 15px 0;
	line-height: 1.8;
	color: #333;
}

.llm-section p:last-child {
	margin-bottom: 0;
}

.llm-subtitle {
	font-size: 16px;
	font-weight: 600;
	color: #0f2448;
	margin: 20px 0 12px 0 !important;
	padding-top: 10px;
}

/* Списки */
.llm-list {
	margin: 15px 0 20px 25px;
	padding: 0;
	list-style: none;
}

.llm-list li {
	position: relative;
	padding: 10px 0 10px 25px;
	line-height: 1.7;
	color: #333;
	border-bottom: 1px dotted #e0e0e0;
}

.llm-list li:last-child {
	border-bottom: none;
}

.llm-list li:before {
	content: "•";
	position: absolute;
	left: 8px;
	color: #4a90e2;
	font-size: 18px;
	font-weight: bold;
	top: 10px;
	line-height: 1.7;
}

.llm-list.llm-advantages li {
	padding: 15px 15px 15px 30px;
	background: #fafbff;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #e6ebff;
	border-left: 3px solid #4a90e2;
	position: relative;
	line-height: 1.7;
	font-size: 15px;
}

.llm-list.llm-advantages li:before {
	content: "•";
	position: absolute;
	left: 8px;
	color: #4a90e2;
	font-size: 15px;
	font-weight: bold;
	top: 15px;
	line-height: 1.7;
}

.llm-list.llm-contacts li,
.llm-list.llm-links li {
	padding: 12px 0 12px 25px;
	display: block;
	position: relative;
}

.llm-list.llm-contacts li:before,
.llm-list.llm-links li:before {
	left: 5px;
	top: 12px;
}

.llm-list.llm-contacts li strong,
.llm-list.llm-links li strong {
	color: #0f2448;
	min-width: 180px;
	display: inline-block;
	margin-right: 5px;
}

/* Гарантия видимости ссылок внутри strong */
.llm-list.llm-links li strong a,
.llm-list.llm-contacts li strong a,
.llm-list.llm-links li a,
.llm-list.llm-contacts li a {
	display: inline !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #4a90e2 !important;
	border-bottom: 1px solid #4a90e2 !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	white-space: normal !important;
	word-break: break-all;
}

.llm-list.llm-links li strong a:hover,
.llm-list.llm-contacts li strong a:hover,
.llm-list.llm-links li a:hover,
.llm-list.llm-contacts li a:hover {
	color: #357abd !important;
	border-bottom-color: #357abd !important;
}

/* Ссылки */
.llm-link {
	color: #4a90e2;
	text-decoration: none;
	border-bottom: 1px solid #4a90e2;
	transition: all 0.3s ease;
	font-weight: 500;
}

.llm-link:hover {
	color: #357abd;
	border-bottom-color: #357abd;
	text-decoration: none;
}

.llm-link:visited {
	color: #6b4ce6;
}

/* Улучшенная видимость ссылок в списках */
.llm-list.llm-links li,
.llm-list.llm-contacts li {
	margin-bottom: 8px;
	line-height: 1.8;
}

.llm-list.llm-links li a.llm-link,
.llm-list.llm-contacts li a.llm-link,
.llm-list.llm-links li a,
.llm-list.llm-contacts li a {
	display: inline !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin-left: 5px;
	word-break: break-all;
	padding: 2px 0;
	color: #4a90e2 !important;
	border-bottom: 1px solid #4a90e2 !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	background: transparent !important;
	white-space: normal !important;
	max-width: 100%;
}

.llm-list.llm-links li a.llm-link:hover,
.llm-list.llm-contacts li a.llm-link:hover {
	color: #357abd !important;
	border-bottom-color: #357abd !important;
}

.llm-list.llm-links li a.llm-link:focus,
.llm-list.llm-contacts li a.llm-link:focus {
	outline: 2px solid #4a90e2;
	outline-offset: 2px;
}

/* Адаптивность для планшетов */
@media screen and (max-width: 768px) {
	.llm-info-page {
		margin: 0 !important;
		padding: 0;
		border-radius: 0;
	}

	.m_pad_page {
		padding: 10px !important;
		box-sizing: border-box;
	}

	.llm-info-content {
		font-size: 14px;
		line-height: 1.6;
		padding: 0 5px;
	}

	.llm-intro {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.llm-lead {
		font-size: 15px;
		line-height: 1.7;
		padding: 15px;
	}

	.llm-section {
		margin-bottom: 25px;
		padding-bottom: 20px;
	}

	.llm-section-title {
		font-size: 18px;
		line-height: 24px;
		padding: 12px 15px;
		margin-bottom: 15px;
		letter-spacing: 0.3px;
	}

	.llm-subtitle {
		font-size: 15px;
		margin: 15px 0 10px 0 !important;
	}

	.llm-list {
		margin-left: 0 !important;
		margin-right: 10px;
		padding-left: 0 !important;
	}

	.llm-list li {
		padding: 10px 0 10px 18px;
		font-size: 14px;
		line-height: 1.6;
	}

	.llm-list li:before {
		left: 0 !important;
		top: 10px;
		font-size: 16px;
	}

	.llm-list.llm-advantages li {
		padding: 12px 10px 12px 20px !important;
		margin-bottom: 10px;
		display: block;
	}

	.llm-list.llm-advantages li:before {
		left: 5px !important;
		top: 12px;
		font-size: 15px;
	}

	.llm-list.llm-contacts li,
	.llm-list.llm-links li {
		padding: 10px 0 10px 18px !important;
		display: block;
	}

	.llm-list.llm-contacts li:before,
	.llm-list.llm-links li:before {
		left: 3px !important;
		top: 10px;
	}

	.llm-list.llm-contacts li strong,
	.llm-list.llm-links li strong {
		display: block;
		margin-bottom: 5px;
		min-width: auto;
		font-size: 14px;
	}

	.llm-list.llm-links li a.llm-link,
	.llm-list.llm-contacts li a.llm-link {
		display: block;
		margin-left: 0;
		margin-top: 5px;
		word-break: break-all;
		font-size: 14px;
	}
}

/* Адаптивность для мобильных устройств */
@media screen and (max-width: 480px) {
	.llm-info-page {
		margin: 0 !important;
		padding: 0;
		border-radius: 0;
	}

	.m_pad_page {
		padding: 8px !important;
		box-sizing: border-box;
	}

	.llm-info-content {
		font-size: 13px;
		line-height: 1.6;
		padding: 0;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.llm-intro {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.llm-lead {
		font-size: 14px;
		line-height: 1.6;
		padding: 12px;
		border-left-width: 3px;
	}

	.llm-section {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}

	.llm-section-title {
		font-size: 16px;
		line-height: 22px;
		padding: 10px 12px;
		margin-bottom: 12px;
		letter-spacing: 0.2px;
	}

	.llm-section p {
		font-size: 13px;
		line-height: 1.6;
		margin-bottom: 12px;
	}

	.llm-subtitle {
		font-size: 14px;
		margin: 15px 0 8px 0 !important;
		padding-top: 8px;
	}

	.llm-list {
		margin-left: 0 !important;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 15px;
		padding-left: 0 !important;
	}

	.llm-list li {
		padding: 8px 0 8px 16px;
		font-size: 13px;
		line-height: 1.6;
	}

	.llm-list li:before {
		left: 0 !important;
		top: 8px;
		font-size: 14px;
	}

	.llm-list.llm-advantages li {
		padding: 10px 8px 10px 18px !important;
		margin-bottom: 8px;
		font-size: 13px;
	}

	.llm-list.llm-advantages li:before {
		left: 3px !important;
		top: 10px;
		font-size: 14px;
	}

	.llm-list.llm-contacts li,
	.llm-list.llm-links li {
		padding: 8px 0 8px 16px !important;
		margin-bottom: 6px;
		display: block;
	}

	.llm-list.llm-contacts li:before,
	.llm-list.llm-links li:before {
		left: 2px !important;
		top: 8px;
	}

	.llm-list.llm-contacts li strong,
	.llm-list.llm-links li strong {
		display: block;
		margin-bottom: 4px;
		min-width: auto;
		font-size: 13px;
		font-weight: 600;
	}

	.llm-list.llm-links li a.llm-link,
	.llm-list.llm-contacts li a.llm-link {
		display: block;
		margin-left: 0;
		margin-top: 4px;
		word-break: break-all;
		font-size: 13px;
		padding: 2px 0;
	}
}

/* Дополнительная адаптивность для очень маленьких экранов */
@media screen and (max-width: 360px) {
	.llm-info-content {
		font-size: 12px;
	}

	.llm-section-title {
		font-size: 15px;
		padding: 8px 10px;
	}

	.llm-lead {
		font-size: 13px;
		padding: 10px;
	}

	.llm-list {
		margin-left: 0;
		padding-left: 0;
	}

	.llm-list li {
		padding-left: 16px;
		font-size: 12px;
	}

	.llm-list li:before {
		left: 0;
	}

	.llm-list.llm-advantages li {
		padding: 8px 6px 8px 16px !important;
	}

	.llm-list.llm-advantages li:before {
		left: 2px !important;
	}

	.llm-list.llm-contacts li,
	.llm-list.llm-links li {
		padding: 8px 0 8px 14px !important;
	}

	.llm-list.llm-contacts li:before,
	.llm-list.llm-links li:before {
		left: 1px !important;
		top: 8px;
	}
}

