

.hint-wrapper {
	
}
.hint-wrapper ul {
	padding: 1rem;
    font-size: .85rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	margin: 0;
}
.hint-wrapper ul li{
	border: 1px solid transparent;
	margin-bottom: .25rem;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.hint-wrapper ul li:only-child{
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.hint-wrapper ul li:first-child{
	/* border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0; */
}
.hint-wrapper ul li:last-child{
	margin-bottom: 0;
	/* border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px; */
}
/* .hint-wrapper ul li:nth-child(even){
	background: rgba(0,0,0,.05);
} */
.hint-wrapper ul li:hover{
	border-color: #c9dcf9
}
.hint-wrapper .sr-image{
	width: 50px;
}
.hint-wrapper .sr-image img{
	width: 100%;
}
.hint-wrapper a:hover {
	color: #0089ff!important
}

.btn-addtocart {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid #0089ff;
    color: #000;
    cursor: pointer;
    padding: 5px 10px;
    line-height: 1;
    font-size: .75rem;
}
.btn-addtocart:hover {
	background: #0089ff;
	color: #fff;
}

.btn-purple {
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid transparent;
    background: #543b97;
    padding: .65rem ;
    display: inline-block;
    color: #fff!important;
    font-size: .9rem;
    cursor: pointer;
}

.btn-yellow {
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid #000;
    background: #543b97;
    padding: .65rem;
    display: inline-block;
    color: #fff!important;
    font-size: .9rem;
    cursor: pointer;
}

#popupSearch {
	border: none;
	width:100%;
	height:50px;
	padding: 0 25px;
	font-size:.9rem;
	outline:none!important;
	font-size: 1.25rem;
}

.mod_details-btn {
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 3px solid transparent;
    /* border: 3px solid transparent; */
	background: none;
    padding: .75rem 1.3rem;
    display: inline-block;
	background: #f3d632!important;
    color: #000;
    font-size: 1.25rem;
	cursor: pointer;
}

.btn-noborder {
    border-color: transparent!important;
}

.btn-yellow {
	background: #f3d632!important;
    color: #000!important;
}

/* Чек-бокс согласия на обработку ПД (ФЗ-152) */
.consent-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.82rem;
	line-height: 1.4;
	padding: 6px 0;
	text-align: left;
}
/* В футерной форме поля имеют max-width:460px + margin:0 auto.
   Выравниваем чек-бокс по той же оси, иначе он торчит у левого края формы. */
.footer-form-wrapper .consent-wrapper,
.popup-body .consent-wrapper {
	max-width: 460px;
	margin: 0 auto;
}

/* Кнопки документации на /documents — flex-row по центру с фиксированной шириной карточки.
   Работает корректно при 2–6 кнопках: на 2 — две по центру, на 3+ — заворот с центровкой,
   при тесном экране кнопки сжимаются до min-width. */
.com_content_links-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 32px auto;
	max-width: 920px;
	padding: 0 8px;
}
.com_content_links-grid .com_content_links-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex: 0 1 300px;
	min-width: 0;
	min-height: 96px;
	padding: 20px 22px;
	color: #fff !important;
	background: #5c41a6;
	border-radius: 14px;
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.35;
	letter-spacing: 0.01em;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(92, 65, 166, 0.18);
	transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.com_content_links-grid .com_content_links-button:hover {
	background: #4a3387;
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(92, 65, 166, 0.32);
	text-decoration: none;
}
.com_content_links-grid .com_content_links-button.is-active {
	background: #2e1f5e;
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(92, 65, 166, 0.42);
}
.com_content_links-grid .com_content_links-button.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	border: 8px solid transparent;
	border-top-color: #2e1f5e;
}
@media (max-width: 575px) {
	.com_content_links-grid {
		gap: 14px;
		margin: 24px auto;
	}
	.com_content_links-grid .com_content_links-button {
		flex: 1 1 100%;
		min-height: 80px;
		padding: 16px 18px;
		font-size: 1rem;
	}
}

/* PDF-viewer под кнопками: переключение страниц стрелками по бокам iframe */
.pdf-viewer {
	margin: 32px 0;
	background: transparent;
	animation: pdfViewerSlide 0.25s ease-out;
}
@keyframes pdfViewerSlide {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}
.pdf-viewer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 4px;
	background: transparent;
	color: #5c41a6;
}
.pdf-viewer-title {
	flex: 1;
	font-weight: 700;
	font-size: 1.1rem;
	color: #5c41a6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pdf-viewer-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}
.pdf-viewer-page-indicator {
	font-size: 0.85rem;
	font-weight: 600;
	color: #5c41a6;
	background: rgba(92, 65, 166, 0.1);
	padding: 4px 10px;
	border-radius: 999px;
	min-width: 60px;
	text-align: center;
}
.pdf-viewer-zoom {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	border: 1px solid rgba(92, 65, 166, 0.25);
	background: transparent;
	color: #5c41a6;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.pdf-viewer-zoom:hover {
	background: rgba(92, 65, 166, 0.1);
	border-color: #5c41a6;
}
.pdf-viewer-zoom:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	background: transparent;
}
.pdf-viewer-zoom:disabled:hover {
	background: transparent;
	border-color: rgba(92, 65, 166, 0.25);
}
.pdf-viewer-newtab,
.pdf-viewer-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	border: 1px solid rgba(92, 65, 166, 0.25);
	background: transparent;
	color: #5c41a6;
	font-size: 1.2rem;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.pdf-viewer-newtab:hover,
.pdf-viewer-close:hover {
	background: rgba(92, 65, 166, 0.1);
	border-color: #5c41a6;
	color: #5c41a6;
	text-decoration: none;
}
.pdf-viewer-close {
	font-size: 1.5rem;
	line-height: 1;
}

/* Тело — canvas со стрелками страниц по бокам */
.pdf-viewer-body {
	position: relative;
	padding: 16px 0;
	background: transparent;
}
.pdf-viewer-canvas-wrapper {
	min-height: 720px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: transparent;
	overflow: auto;
	padding: 20px;
	position: relative;
}
.pdf-viewer-canvas {
	display: block;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
	max-width: 100%;
	height: auto;
	border-radius: 2px;
}
.pdf-viewer-loading {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: rgba(245, 242, 237, 0.92);
	color: #5c41a6;
	font-weight: 600;
	z-index: 2;
}
.pdf-viewer-spinner {
	width: 42px;
	height: 42px;
	border: 4px solid rgba(92, 65, 166, 0.2);
	border-top-color: #5c41a6;
	border-radius: 50%;
	animation: pdfSpin 0.8s linear infinite;
}
@keyframes pdfSpin { to { transform: rotate(360deg); } }
.pdf-viewer-loading-text { font-size: 0.95rem; }

/* Аккуратные стрелки-шевроны по центру окна, поверх wrapper'а */
.pdf-viewer-pagenav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(92, 65, 166, 0.9);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
	transition: background 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
	opacity: 0.85;
}
.pdf-viewer-pagenav:hover {
	background: #4a3387;
	opacity: 1;
	transform: translateY(-50%) scale(1.08);
}
.pdf-viewer-pagenav:active {
	transform: translateY(-50%) scale(0.96);
}
.pdf-viewer-pageprev { left: 16px; }
.pdf-viewer-pagenext { right: 16px; }
.pdf-viewer-pagenav span {
	display: inline-block;
	transform: translateY(-2px);
}
@media (max-width: 767px) {
	.pdf-viewer-canvas-wrapper { min-height: 60vh; padding: 12px; }
	.pdf-viewer-pagenav { width: 36px; height: 36px; font-size: 1.3rem; }
	.pdf-viewer-pageprev { left: 8px; }
	.pdf-viewer-pagenext { right: 8px; }
	.pdf-viewer-header { padding: 10px 12px; gap: 8px; }
	.pdf-viewer-title { font-size: 0.95rem; }
	.pdf-viewer-zoom { width: 26px; height: 26px; font-size: 0.95rem; }
	.pdf-viewer-page-indicator { font-size: 0.75rem; padding: 3px 8px; min-width: 48px; }
}
.consent-wrapper.input-wrong {
	color: #ff5555;
}
.consent-wrapper.input-wrong .consent-checkbox {
	outline: 2px solid #ff5555;
	outline-offset: 2px;
}
.consent-checkbox {
	margin-top: 4px;
	min-width: 16px;
	min-height: 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	flex-shrink: 0;
}
.consent-label {
	cursor: pointer;
	flex: 1;
	margin: 0;
}
/* fc-white — утилитный класс, на сайте используется в нескольких местах, но определения не было */
.fc-white,
.fc-white a,
.fc-white a:visited {
	color: #fff !important;
}
.consent-wrapper a.consent-link,
.consent-wrapper a.consent-link:link,
.consent-wrapper a.consent-link:visited {
	color: inherit !important;
	text-decoration: underline !important;
	text-decoration-color: currentColor !important;
	transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.consent-wrapper a.consent-link:hover,
.consent-wrapper a.consent-link:focus,
.consent-wrapper a.consent-link:active,
.consent-wrapper.fc-white a.consent-link:hover,
.consent-wrapper.fc-white a.consent-link:focus,
.consent-wrapper .fc-white a.consent-link:hover,
.consent-label.fc-white a.consent-link:hover,
.consent-label.fc-white a.consent-link:focus {
	color: #efda49 !important;
	text-decoration-color: #efda49 !important;
}
button[disabled],
.popup-btn[disabled],
.footer-form-btn[disabled],
.btn-regular[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

/* Контрастные ссылки телефона/email в подвале (на бежевом фоне #f5f2ed) */
.footer-contacts-link,
.footer-contacts-link:hover,
.footer-contacts-link:visited {
	color: #5c41a6 !important;
	text-decoration: none;
}
.footer-contacts-link:hover {
	text-decoration: underline;
}

/* Компактный layout реквизитов в подвале — лейбл + значение в одну строку. */
.footer-contacts .footer-contacts-line {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 4px 16px;
	font-size: 1rem !important;
	line-height: 1.4 !important;
	margin-bottom: 0.55rem !important;
}
.footer-contacts .footer-contacts-line .footer-contacts-line-title:first-child {
	font-weight: 600;
	width: 240px;
	flex-shrink: 0;
}
.footer-contacts .footer-contacts-line .footer-contacts-line-title:last-child {
	flex: 1;
	min-width: 120px;
}
@media (max-width: 767px) {
	.footer-contacts .footer-contacts-line .footer-contacts-line-title:first-child {
		min-width: 100%;
	}
}

/* Развёрнутая стилистика правовых документов (privacy, terms, obrabotka-pers) */
.com_content-content h1 {
	font-size: 2rem;
	font-weight: 700;
	color: #5c41a6;
	margin-bottom: 1.5rem;
	line-height: 1.3;
}
.com_content-content h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #5c41a6;
	margin-top: 2rem;
	margin-bottom: 1rem;
	line-height: 1.4;
}
.com_content-content h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #5c41a6;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}
.com_content-content > p,
.com_content-content .com_content-wrapper > p {
	margin-bottom: 1rem;
	line-height: 1.6;
}
.com_content-content ul {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}
.com_content-content ul > li {
	padding-bottom: 0.85rem;
	line-height: 1.6;
	list-style: none;
}
.com_content-content ul.list-dots {
	padding-left: 1.5rem;
	margin-top: 0.5rem;
}
.com_content-content ul.list-dots > li {
	list-style: disc;
	padding-bottom: 0.5rem;
}
.com_content-content .document-up {
	margin-bottom: 1.5rem;
	color: #85837f;
}
.com_content-content .document-up p {
	margin-bottom: 0.25rem;
}
.com_content-content ol {
	padding-left: 1.5rem;
	counter-reset: legal-counter;
	list-style: none;
	margin-bottom: 1rem;
}
.com_content-content ol > li {
	counter-increment: legal-counter;
	padding-bottom: 0.85rem;
	line-height: 1.6;
	position: relative;
	padding-left: 0.25rem;
}
.com_content-content ol > li::before {
	content: counter(legal-counter) ". ";
	font-weight: 600;
	color: #5c41a6;
	margin-right: 0.4rem;
}