

/* Start:/local/templates/auth/template_styles.css?17849034463330*/
.cookies-popup
{
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	max-width: 380px;
	padding: 20px 22px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .14);
	font-family: "Roboto", Arial, sans-serif;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 1.45;
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .3s ease, transform .3s ease;
}

.unbold {
	font-weight: normal !important;
}

.legal_links p {
	margin-top: 1rem;
	text-align: center;

}

.cookies-popup.is-visible
{
	opacity: 1;
	transform: translateY(0);
}

.cookies-popup__body p
{
	margin: 0 0 10px;
}

.cookies-popup__body p:last-of-type
{
	margin-bottom: 14px;
}

.cookies-popup__body strong
{
	font-weight: 600;
}

.cookies-popup__btn
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 38px;
	padding: 0 18px;
	border: none;
	border-radius: 8px;
	background: #87ff47;
	color: #231042;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background .2s ease;
}

.cookies-popup__btn:hover
{
	background: #231042;
	color: #f1f0f5;
}

@media (max-width: 480px)
{
	.cookies-popup
	{
		left: 12px;
		right: 12px;
		bottom: 12px;
		max-width: none;
	}
}

/*
 * Типографика для информационных текстовых страниц (политика, метрики, cookie).
 * Ограничивает ширину текста по аналогии с Bootstrap-контейнером,
 * задаёт читаемые отступы, размеры шрифтов и межстрочный интервал.
 */

.catalog.policy
{
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 24px 80px;
}

.policy-breadcrumb
{
	max-width: 1140px;
	margin: 0 auto;
	padding: 24px 24px 0;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #7a7a8c;
}

.policy-breadcrumb a
{
	color: #3cb64f;
	text-decoration: none;
}

.policy-breadcrumb a:hover
{
	text-decoration: underline;
}

.catalog.policy h1
{
	margin: 0 0 28px;
	font-family: "Technikum", "Roboto", Arial, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	color: #231042;
}

.catalog.policy h1 .text-green
{
	color: #3cb64f;
}

.catalog.policy p
{
	margin: 0 0 16px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #2b2b2b;
}

.catalog.policy ul,
.catalog.policy ol
{
	margin: 0 0 20px;
	padding-left: 24px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #2b2b2b;
}

.catalog.policy ul
{
	list-style: disc;
}

.catalog.policy ol
{
	list-style: decimal;
}

.catalog.policy li
{
	margin: 0 0 8px;
}

.catalog.policy li > ol,
.catalog.policy li > ul
{
	margin: 12px 0 16px;
}

.catalog.policy a
{
	color: #3cb64f;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.catalog.policy a:hover
{
	color: #2a8f3d;
}

.catalog.policy strong
{
	font-weight: 600;
}

.catalog.policy .text-green
{
	color: #3cb64f;
}

@media (max-width: 768px)
{
	.catalog.policy
	{
		padding: 24px 16px 48px;
	}

	.policy-breadcrumb
	{
		padding: 16px 16px 0;
	}

	.catalog.policy h1
	{
		font-size: 26px;
	}

	.catalog.policy p,
	.catalog.policy ul,
	.catalog.policy ol
	{
		font-size: 15px;
	}
}

article {
	padding: 2rem;
}
/* End */
/* /local/templates/auth/template_styles.css?17849034463330 */
