._28l5C .moon-doc {
    max-width: 720px;
    margin: auto;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
}
._28l5C .moon-doc h1 {
	text-align: center;
}
._28l5C .moon-doc h2 {
	font-size: 1.5em;
	font-weight: 400;
}
._28l5C .moon-doc h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 0;
}
._28l5C .moon-doc h4 {
	margin-bottom: 0;
}
._28l5C .moon-doc .letter-items {
	list-style: lower-latin;
}
._28l5C .moon-doc .no-items {
	list-style: none;
}
._28l5C .moon-doc li::marker {
	padding-right: 8px;
}
._28l5C .moon-doc .size-h2 > li::marker {
	font-size: 1.5em;
}
._28l5C .moon-doc .size-h3 > li::marker {
	font-size: 1.17em;
	font-weight: bold;
}
._28l5C .moon-doc .no-padding {
	padding: 0;
}
._28l5C table {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
._28l5C table td, ._28l5C table th {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 0 8px;
}
._28l5C table th {
	background-color: #fef9f4;
}
._28l5C p.western {
	margin: 0;
	padding: 0;
}
._28l5C .moon-doc.list-numbering ol {
	list-style: none;
	counter-reset: li;
	padding: 0;
}
._28l5C .moon-doc.list-numbering .main > li {
	margin-bottom: 2em;
}
._28l5C .moon-doc.list-numbering .main ol {
	margin-left: 24px;
}
._28l5C .moon-doc.list-numbering li:before {
	counter-increment: li; 
	content: counters(li,".") ". ";
	padding-right: 10px;
}
._28l5C .moon-doc.list-numbering li>h2 {
	display: inline;
}
._28l5C .moon-doc.list-numbering li>p {
	margin: 0 0 0 24px;
}
._28l5C .moon-doc .list-bracket {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
}
._28l5C .moon-doc .list-bracket li {
	counter-increment: item; /* Задаём имя счетчика */
}
._28l5C .moon-doc .list-bracket li::marker {
	content: counter(item, lower-alpha) ")\A0";
}
._28l5C .moon-doc .list-type-a {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
}
._28l5C .moon-doc .list-type-a li {
	counter-increment: item; /* Задаём имя счетчика */
}
._28l5C .moon-doc .list-type-a li::marker {
	content: counter(item, lower-alpha) ")\A0";
}
._28l5C .moon-doc .list-type-a li::before {
	content: '';
	padding: 0;
}
._1Vm39 {
    position: absolute;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    top: 192px;
    width: 25%;
    width: calc(50% - 360px);
}
._1Vm39 ul {
    margin: 2px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}
._1Vm39 ul li {
    flex: 1 1 100%;
    text-align: center;
}
._1Vm39 ul li a {
    display: inline-block;
    line-height: 18px;
    text-decoration: none;
    width: 220px;
    color: #303c45;
    color: var(--phoenixDark, #303c45);
    text-align: left;
    padding: 10px 16px;
}
._1Vm39 ul li a:hover {
    background: #f5f8fa;
}
._1Vm39 ul li a.z4sEc {
    background: #dcffe0;
    background: var(--primaryBackground, #dcffe0);
    color: #008c52;
    color: var(--primaryDark, #008c52);
    font-weight: bold;
}
._3gdQ1 {
    font-family: "Montserrat", sans-serif;
    color: #303c45;
    color: var(--phoenixDark, #303c45);
    box-sizing: border-box;
    opacity: 0;
    transition: 0.2s;
}
._3gdQ1._2ye-S {
    opacity: 1;
}
._28l5C {
    margin: 72px auto 120px;
    padding: 0 16px;
}
._28l5C .legal-doc {
    max-width: 720px;
    margin: auto;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
}
._28l5C .legal-doc h1 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 64px;
    word-break: break-word;
}
._28l5C .legal-doc h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin: 36px 0 24px;
    word-break: break-word;
}
._28l5C .legal-doc h3 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    word-break: break-word;
}
._28l5C .legal-doc p {
    margin-top: 8px;
    margin-bottom: 8px;
}
._28l5C .legal-doc p>* {
    padding-left: 0;
}
._28l5C .legal-doc>OL {
    counter-reset: item;
    padding-left: 10px;
}
._28l5C .legal-doc>OL>LI>h2::before {
    content: counter(item) ". ";
    counter-increment: item;
}
._28l5C .legal-doc>OL>LI {
    padding-bottom: 2em;
}
._28l5C .legal-doc LI>OL {
    counter-reset: subitem;
}
._28l5C .legal-doc LI>OL>LI,
._28l5C .legal-doc LI>UL>LI {
    padding-top: 8px;
}
._28l5C .legal-doc LI>UL>LI::before {
    content: "-";
    padding-right: 8px;
}
._28l5C .legal-doc LI>OL>LI::before {
    content: counter(item) "." counters(subitem, ".") ". ";
    counter-increment: subitem;
}
._28l5C .legal-doc OL.bracket {
    padding-left: 40px;

    &>LI::before {
        content: counters(subitem, ".") ") ";
        counter-increment: subitem;
    }
}
._28l5C .legal-doc ol,
._28l5C .legal-doc ul {
    list-style: none;
    padding: 0;
}
._28l5C .legal-doc ol.decimal {
    list-style: decimal;
    padding: 40px;
}
._28l5C .legal-doc ol.roman {
    list-style: upper-roman;
    padding-left: 40px;

    li {
        padding-bottom: 0.25em;
    }
}
._28l5C .legal-doc .out-link {
    font-size: 0.8em;
    border-radius: 16px;
    padding: 24px 32px;
    background-color: #EBEFF2;
    margin-top: 64px;
    display: flex;
    grid-gap: 32px;
    gap: 32px;

    svg {
        min-width: 36px;
    }

    a {
        display: inline-block;
        color: #008C52;
        width: 100%;
        text-decoration: none;
        margin-bottom: 24px;

        &:hover {
            text-decoration: underline;
        }

        &:last-child {
            margin-bottom: 0;
        }

    }
}
@media (max-width: 1264px) {
    ._1Vm39 {
        position: static;
        width: 100%;
        margin-top: 64px;
    }

    ._28l5C .legal-doc h1 {
        font-size: 32px;
    }

    ._28l5C .legal-doc h2 {
        font-size: 24px;
    }

    ._28l5C .legal-doc h3 {
        font-size: 18px;
    }
}
._28l5C .flyby h3 {
    margin: 1em 0 0;
}
