﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

html {
    scrollbar-gutter: stable
}

*::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px
}

body::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px
}

body::-webkit-scrollbar-track {
    background: #717176
}

body::-webkit-scrollbar-thumb {
    background: #ed2f1f;
    min-height: 150px
}

body::-webkit-scrollbar-thumb:hover {
    background: #ce4133
}

.header {
    height: 112px;
    width: 100%;
    max-width: 1921px;
    margin: 0 auto;
    padding: 0 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100
}

.header_logo {
    cursor: pointer;
    width: 120px;
    flex: 0 0 120px
}

.header_logo img {
    width: 100%
}

.header .overflow {
    display: none;
    width: 100vw;
    height: 200vh;
    position: fixed;
    background-color: #0000005e;
    opacity: 0;
    transition: opacity .4s;
    z-index: 20;
    margin-left: -50px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

@media (max-width: 767px) {
    .header .overflow {
        margin-left: -24px
    }
}

.header .overflow.active {
    opacity: 1
}

.header .nav-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 59px;
    height: 100%;
    line-height: 120%
}

@media (max-width: 1435px) {
    .header .nav-bar {
        padding-left: 40px
    }
}

.header .nav-bar_wrapper {
    gap: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.header .nav-bar_buttons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 46px;
    color: #ffffff61
}

@media (max-width: 1610px) {
    .header .nav-bar_buttons {
        gap: 35px
    }
}

@media (max-width: 1480px) {
    .header .nav-bar_buttons {
        gap: 25px
    }
}

.header .nav-bar_buttons a {
    white-space: nowrap;
    display: block;
    transition: color .25s;
    display: flex;
    align-items: center;
    gap: 12px
}

.header .nav-bar_buttons a path {
    transition: fill-opacity .25s
}

.header .nav-bar_buttons a.giveaway {
    position: relative;
    background: linear-gradient(90deg, #be3cf9 30.44%, #2a6ade 59.26%, #be3cf9 84.27%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200%;
    animation: textGradient 3s infinite;
    font-weight: 400;
    height: 100%;
    padding: 0 10px;
    margin: 0 0 0 -10px
}

@media (min-width: 1230px) {
    .header .nav-bar_buttons a.giveaway.with-row:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        background: linear-gradient(0deg, #0078d640, #0078d600 30.83%);
        transition: .2s
    }

    .header .nav-bar_buttons a.giveaway.with-row:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #be3cf9 30.44%, #2a6ade 59.26%, #be3cf9 84.27%);
        background-size: 200% 100%;
        animation: backgroundGradient 3s infinite
    }
}

.header .nav-bar_buttons a.active:not(.giveaway) {
    color: #ffffffb7
}

.header .nav-bar_buttons a.active:not(.giveaway) path {
    fill-opacity: .7
}

.header .nav-bar_buttons a.active.with-row.giveaway:before {
    height: 100%
}

.header .nav-bar_func-panel {
    display: flex;
    gap: 49px;
    align-items: center;
    height: 42px
}

.header .nav-bar_func-panel .language-select {
    width: 168px;
    height: 100%;
    position: relative
}

.header .nav-bar_func-panel .language-select_container {
    width: 168px;
    height: 50px;
    align-items: center
}

@media (min-width: 1230px) and (max-width: 1560px) {

    .header .nav-bar_func-panel .language-select,
    .header .nav-bar_func-panel .language-select_container {
        width: 24px
    }
}

.header .nav-bar_func-panel .language-select button {
    height: 40px;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 170%);
    pointer-events: none;
    line-height: 40px;
    font-weight: 300;
    border: solid 1px rgba(255, 251, 239, 0);
    border-radius: 5px;
    transition: all .3s
}

@media (min-width: 1230px) and (max-width: 1560px) {
    .header .nav-bar_func-panel .language-select button {
        padding: 0 18px
    }
}

.header .nav-bar_func-panel .language-select button img {
    width: 24px;
    height: 24px
}

.header .nav-bar_func-panel .language-select button:hover {
    background-color: #fffbef0e;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: solid 1px rgba(255, 251, 239, .253)
}

@media (min-width: 1230px) and (max-width: 1560px) {
    .header .nav-bar_func-panel .language-select button span {
        display: none
    }
}

.header .nav-bar_func-panel .language-select button.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%)
}

.header .nav-bar_func-panel .language-select button.active:hover {
    border: solid 1px rgba(255, 251, 239, 0);
    background: none
}

.header .nav-bar_func-panel .language-select_container.active {
    height: 80px
}

.header .nav-bar_func-panel .language-select_container.active button {
    opacity: 1;
    pointer-events: all;
    transform: translate(-50%, 120%)
}

.header .nav-bar_func-panel .language-select_container.active button.active {
    transform: translate(-50%)
}

.header .nav-bar_func-panel .screen-mode-select {
    height: -moz-max-content;
    height: max-content;
    display: flex;
    display: none
}

.header .nav-bar_func-panel .screen-mode-select button {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: #fffbef00;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s
}

.header .nav-bar_func-panel .screen-mode-select button:first-child {
    margin-right: 8px
}

.header .nav-bar_func-panel .screen-mode-select button:hover {
    background-color: #fffbef0d
}

.header .nav-bar_func-panel .screen-mode-select button.active {
    background-color: #fffbef26
}

.header .nav-bar_func-panel .screen-mode-select button.active .first-path {
    opacity: .8
}

.header .nav-bar_func-panel .screen-mode-select button.active .second-path {
    opacity: 1;
    fill-opacity: 1
}

.header .nav-bar_cabinet-btn {
    height: 54px;
    width: 54px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: box-shadow .2s ease;
    border-radius: 4px;
    background: linear-gradient(90deg, #1977fd, #00439e)
}

.header .nav-bar_cabinet-btn .cabinet-btn-text {
    white-space: nowrap;
    font-weight: 600
}

.header .nav-bar_cabinet-btn.active {
    box-shadow: 0 0 25px #1a2fa5
}

.header_vacantion {
    margin-left: 36px;
    width: 180px;
    height: 54px;
    background-image: linear-gradient(90deg, #ec2b1d, #f17d36, #ec2b1d);
    background-size: 200% 100%;
    background-position: 0%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-family: Gotham Pro, sans-serif;
    font-weight: 400;
    transition: background-position .4s
}

.header_vacantion:hover {
    background-position: 100%
}

.header_vacantion img {
    width: 24px
}

.header_vacantion span {
    display: flex;
    height: 100%;
    align-items: center
}

.header .mobile-hamburger {
    display: none;
    width: 50px;
    height: 50px;
    padding: 14px 12px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff1a;
    border-radius: 15px
}

.header .mobile-hamburger div {
    width: 100%;
    height: 2px;
    background-color: #89898f;
    border-radius: 2px
}

@media (max-width: 1840px) {
    .header {
        padding: 0 100px
    }
}

@media (max-width: 1435px) {
    .header {
        height: 112px;
        padding: 0 80px
    }

    .section-button {
        width: 300px;
        height: 70px;
        font-size: 22px
    }
}

@media (max-width: 1360px) {
    .header {
        height: 112px
    }
}

@media (max-width: 1230px) {
    .header {
        height: 112px;
        padding: 0 50px
    }

    .header_logo {
        z-index: 2
    }

    .header .nav-bar {
        position: fixed;
        flex-direction: column;
        height: 100vh;
        width: max(30%, 350px);
        left: 0;
        top: 0;
        transform: translate(-100%);
        transition: transform .4s .4s;
        background-color: #070714;
        z-index: 21
    }

    .header .nav-bar_buttons {
        margin-top: 130px;
        flex-direction: column;
        gap: 32px;
        align-items: start
    }

    .header .nav-bar_buttons a {
        transform: translate(-100vw);
        transition: transform .35s
    }

    .header .nav-bar_buttons a:nth-child(1) {
        transition-delay: .25s
    }

    .header .nav-bar_buttons a:nth-child(2) {
        transition-delay: .2s
    }

    .header .nav-bar_buttons a:nth-child(3) {
        transition-delay: .15s
    }

    .header .nav-bar_buttons a:nth-child(4) {
        transition-delay: .1s
    }

    .header .nav-bar_buttons a:nth-child(5) {
        transition-delay: .05s
    }

    .header .nav-bar .header_vacantion {
        top: 45px;
        transition: transform .2s .2s;
        transform: translate(-100vw)
    }

    .header .nav-bar .header_vacantion:hover {
        background-position: 0%
    }

    .header .nav-bar_func-panel {
        position: absolute;
        bottom: 185px;
        left: 50%;
        transform: translate(-150vw);
        transition: transform .5s;
        transition-delay: 0s
    }

    .header .nav-bar_func-panel .language-select_container {
        bottom: 0
    }

    .header .nav-bar_func-panel .language-select button {
        transform: translate(-50%, -170%)
    }

    .header .nav-bar_func-panel .language-select button:hover {
        background-color: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        border: none
    }

    .header .nav-bar_func-panel .language-select button.active {
        bottom: 0;
        top: unset
    }

    .header .nav-bar_func-panel .language-select button.active:hover {
        background-color: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        border: none
    }

    .header .nav-bar_func-panel .language-select_container.active button {
        bottom: 0;
        top: unset;
        transform: translate(-50%, -120%)
    }

    .header .nav-bar_func-panel .language-select_container.active button.active {
        transform: translate(-50%);
        background-color: #fffbef0e;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: solid 1px rgba(255, 251, 239, .253)
    }

    .header .nav-bar .nav-bar_cabinet-btn {
        position: absolute;
        bottom: 100px;
        transition: .5s;
        transform: translate(-150vw);
        left: 50%
    }

    .header .mobile-hamburger {
        position: relative;
        display: flex;
        z-index: 21
    }

    .header .mobile-hamburger div {
        width: 26.5px;
        position: relative
    }

    .header .mobile-hamburger div:nth-child(1) {
        top: 0%;
        transform: translateY(0);
        transition: all .3s .3s, rotate .3s
    }

    .header .mobile-hamburger div:nth-child(2) {
        opacity: 1;
        transition: opacity .3s;
        transition-delay: 0s
    }

    .header .mobile-hamburger div:nth-child(3) {
        bottom: 0;
        transform: translateY(0);
        transition: all .3s .3s, rotate .3s
    }

    .header .mobile-hamburger.active div:nth-child(1) {
        top: 50%;
        transform: translateY(-50%);
        rotate: 45deg;
        transition: all .3s, rotate .3s .3s
    }

    .header .mobile-hamburger.active div:nth-child(2) {
        opacity: 0;
        transition-delay: .3s
    }

    .header .mobile-hamburger.active div:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%);
        rotate: -45deg;
        transition: all .3s, rotate .3s .3s
    }

    .header .nav-bar.active {
        transform: translate(0)
    }

    .header .nav-bar.active .nav-bar_func-panel {
        transform: translate(-50%);
        transition-delay: .5s
    }

    .header .nav-bar.active .nav-bar_buttons a {
        transform: translate(0)
    }

    .header .nav-bar.active .nav-bar_buttons a:nth-child(1) {
        transition-delay: .3s
    }

    .header .nav-bar.active .nav-bar_buttons a:nth-child(2) {
        transition-delay: .35s
    }

    .header .nav-bar.active .nav-bar_buttons a:nth-child(3) {
        transition-delay: .4s
    }

    .header .nav-bar.active .nav-bar_buttons a:nth-child(4) {
        transition-delay: .45s
    }

    .header .nav-bar.active .nav-bar_buttons a:nth-child(5) {
        transition-delay: .5s
    }

    .header .nav-bar.active .nav-bar_buttons a:nth-child(6) {
        transition-delay: .55s
    }

    .header .nav-bar.active .header_vacantion {
        transform: translate(0);
        transition: transform .3s .25s
    }

    .header .nav-bar.active .nav-bar_cabinet-btn {
        transform: translate(-50%);
        transition-delay: .5s
    }

    .header_vacantion {
        position: absolute;
        top: 20px;
        left: 59px;
        margin: 0
    }
}

@media (max-width: 767px) {
    .header {
        height: 150px;
        padding: 0 24px
    }

    .header_vacantion span {
        padding-top: 2px
    }
}

@media (max-width: 500px) {
    .header .nav-bar {
        width: 100%
    }
}

.support.with-cookie {
    bottom: 123px
}

.cookie-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: .3s;
    transition-delay: .3s;
    border: 1px solid rgba(65, 63, 65, .5607843137);
    background: #040f20;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 22px 24px;
    z-index: 100;
    margin-left: 20px
}

.cookie-container .left {
    display: flex;
    align-items: center;
    gap: 15px
}

.cookie-container .left .image {
    width: 46px;
    height: 46px
}

.cookie-container .left .text {
    color: #fff9;
    font-size: 14px;
    line-height: 140%;
    max-width: 370px
}

.cookie-container .right {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 38px
}

.cookie-btn {
    height: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    transition: .2s;
    padding: 0 29px;
    cursor: pointer
}

.cookie-container .right .cancel-btn {
    background: #1977fd0d;
    color: #fffc
}

.cookie-container .right .accept-btn {
    background: #1977fd;
    transition: .2s
}

.cookie-container.hide {
    opacity: 0;
    pointer-events: none
}

@media (any-hover: hover) {
    .cookie-container .right .accept-btn:hover {
        box-shadow: 0 0 20px #1a2fa5
    }

    .cookie-container .right .cancel-btn:hover {
        box-shadow: 0 0 25px #05142b;
        color: #fff
    }
}

@media (max-width: 832.8px) {
    .support.with-cookie {
        bottom: 135px !important
    }
}

@media (max-width: 767.8px) {
    .cookie-container {
        flex-direction: column;
        gap: 24px;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        border-radius: 0;
        border-right: none;
        border-left: none;
        border-bottom: none;
        align-items: start
    }

    .cookie-container .left .text {
        font-size: 12px
    }

    .cookie-container .left .image {
        width: 38px;
        height: 38px
    }

    .cookie-container .right {
        height: 34px
    }

    .cookie-btn {
        flex: 1 1 100%
    }

    .cookie-container .right {
        width: 100%
    }

    .support.with-cookie {
        bottom: 156px !important
    }
}

@media (max-width: 417.8px) {
    .support.with-cookie {
        bottom: 168px !important
    }
}

@keyframes support {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.support {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: .3s
}

.support.hidden {
    pointer-events: none;
    opacity: 0
}

.support__text-container {
    margin-top: 3px;
    background-color: #070714;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    z-index: 9998;
    border-radius: 5px
}

.support__img-container {
    width: 40px;
    height: 40px;
    background-color: #16abff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.support__img-container img {
    width: 30px;
    height: 30px
}

.support.hide {
    opacity: 0;
    pointer-events: none
}

footer {
    padding-bottom: 31px;
    padding-top: 36px;
    background-color: #fffbef05
}

footer .container {
    width: 100%;
    max-width: 1921px;
    padding: 0 200px;
    margin: 0 auto
}

.footer {
    display: flex
}

.footer_body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 75px
}

.footer_grid {
    display: flex;
    -moz-column-gap: 68px;
    column-gap: 68px;
    row-gap: 42px
}

.footer_grid_item {
    max-width: 192px
}

.footer_grid_item img {
    width: 178px
}

.footer_grid_item ul {
    margin-top: 16px
}

.footer_grid_item li {
    cursor: pointer
}

.footer_grid_item li>a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    opacity: .4;
    transition: opacity .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.footer_grid_item li:hover a {
    opacity: .8
}

.footer_grid_item:first-child {
    cursor: pointer
}

.footer_grid_item:first-child a {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2
}

.footer_grid_item img {
    height: 108px
}

.footer_grid_title {
    font-size: 16px;
    font-weight: 400
}

.footer_grid_title svg {
    display: none
}

.footer_flex_container {
    width: 347px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 12px;
    justify-content: end
}

.footer_flex_container .social-item {
    padding: 10px 12px 10px 10px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    background-color: #fffbef0a;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .25s
}

.footer_flex_container .social-item img {
    width: 24px;
    height: 24px
}

.footer_flex_container .social-item span {
    font-weight: 400;
    font-size: 12px;
    opacity: .4;
    transition: opacity .3s
}

.footer_flex_container .social-item:hover {
    background-color: #fffbef11
}

.footer_flex_container .social-item:hover span {
    opacity: .8
}

.footer_flex {
    position: relative
}

.footer_flex .section-button {
    width: 302px;
    height: 64px;
    position: absolute;
    right: 0;
    bottom: 44px;
    font-size: 16px
}

.footer_bottom {
    margin-top: 18px
}

.footer_bottom_text {
    width: 100%;
    font-size: 12px;
    line-height: 150%;
    color: #fffbef33;
    display: flex;
    justify-content: space-between;
    align-items: end
}

.footer_bottom_text .section-button {
    margin-top: 0;
    width: 302px;
    height: 64px;
    right: 0;
    bottom: 44px;
    font-size: 16px
}

.footer_bottom_text span {
    width: 734px
}

.footer_bottom_pay {
    display: flex;
    gap: 20px
}

.footer_bottom_descr {
    margin-top: 42px;
    height: 38px;
    border-top: solid 1px rgba(255, 251, 239, .1);
    font-size: 14px;
    opacity: .4;
    display: flex;
    align-items: end;
    justify-content: center
}

.footer_bottom_descr div {
    width: -moz-max-content;
    width: max-content
}

@media (max-width: 1840px) {
    .footer .container {
        padding: 0 100px
    }
}

@media (max-width: 1513px) {
    .footer .container {
        padding: 0;
        width: calc(100% - 200px)
    }

    .footer_body {
        gap: unset
    }
}

@media (max-width: 1420px) {
    .footer .container {
        width: 704px;
        margin: 0 auto;
        padding: 0
    }

    .footer_grid {
        width: 100%;
        gap: unset;
        justify-content: space-between
    }

    .footer_body {
        flex-direction: column;
        gap: 40px;
        align-items: center
    }

    .footer_flex {
        width: 100%;
        height: -moz-max-content;
        height: max-content;
        display: flex;
        align-items: center;
        gap: 95px
    }

    .footer_flex_container {
        justify-content: space-between;
        width: 100%
    }

    .footer_flex .section-button {
        width: 260px;
        height: 54px;
        position: relative;
        bottom: unset;
        margin-top: unset
    }

    .footer_bottom {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer_bottom_text {
        width: 100%;
        align-items: center;
        gap: 40px
    }

    .footer_bottom_text span {
        width: 370px
    }

    .footer_bottom_descr {
        width: 100%
    }
}

@media (max-width: 900px) {
    .footer_grid {
        gap: 30px
    }
}

@media (max-width: 1200px) {
    .footer_flex_container .social-item:hover {
        background-color: #fffbef0a
    }

    .footer_flex_container .social-item:hover span {
        opacity: .4
    }
}

@media (max-width: 794px) {
    .footer {
        padding-top: 27px
    }

    .footer .container {
        width: 100%;
        padding: 0 16px;
        position: relative
    }

    .footer .section-button {
        height: 49px
    }

    .footer_body {
        margin: 0;
        width: 100%;
        gap: 30px;
        align-items: center
    }

    .footer_grid {
        width: -moz-max-content;
        width: max-content;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 10px
    }

    .footer_grid .footer_grid_item.active:nth-child(2) ul {
        height: 56px
    }

    .footer_grid_item {
        width: 220px;
        height: -moz-max-content;
        height: max-content;
        max-width: unset
    }

    .footer_grid_item img {
        position: relative
    }

    .footer_grid_item ul {
        padding-right: 25px;
        margin-top: 5px;
        height: 0px;
        opacity: 0;
        overflow: hidden;
        transition: all .5s
    }

    .footer_grid_item:first-child {
        margin-bottom: 10px;
        height: -moz-max-content;
        height: max-content
    }

    .footer_grid_item li:hover a {
        opacity: .4
    }

    .footer_grid_item.active .footer_grid_title svg {
        transform: translateY(-50%) rotate(270deg)
    }

    .footer_grid_item.active ul {
        opacity: 1
    }

    .footer_grid_title {
        width: 100%;
        height: 32px;
        line-height: 32px;
        position: relative
    }

    .footer_grid_title svg {
        height: 13px;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        transition: transform .3s
    }

    .footer_flex {
        flex-direction: column;
        align-items: start;
        gap: 100px
    }

    .footer_flex .section-button {
        width: 280px;
        height: 49px;
        left: 50%;
        transform: translate(-50%)
    }

    .footer_flex_container {
        justify-content: center;
        flex-wrap: wrap
    }

    .footer_bottom {
        margin-top: 0
    }

    .footer_bottom_text {
        width: 80%;
        text-align: center;
        margin-top: 30px;
        flex-direction: column
    }

    .footer_bottom_text span {
        width: 100%
    }
}

@media (max-width: 500px) {
    .footer_body {
        justify-content: start;
        align-items: start
    }

    .footer_grid {
        display: flex;
        flex-direction: column;
        align-items: start
    }

    .footer_grid_item {
        width: 237px
    }

    .footer_flex_container {
        justify-content: start
    }

    .footer_bottom_text {
        width: 100%;
        text-align: left;
        align-items: start
    }

    .footer_bottom_pay {
        flex-wrap: wrap
    }
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Bold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham Pro;
    src: url(../fonts/GothamPro-Black.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Unbounded;
    src: url(../fonts/Unbounded-Bold.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

:root{
  --bg-1:#0b0713;  /* very dark purple */
  --bg-2:#0e0a19;
  --bg-3:#140c24;

  --glow-violet: rgba(138, 92, 245, .22);  /* violet */
  --glow-magenta:rgba(255, 77, 210, .16);  /* magenta */
  --glow-indigo: rgba(96, 70, 200, .14);   /* indigo */
  --line:        rgba(180,140,255,.04);    /* subtle lavender grid */
}

body{
  font-family: Gotham Pro, sans-serif;
  font-weight: 300;
  color-scheme: dark;

  background:
    /* большие пятна свечения */
    radial-gradient(120% 120% at 12% 10%, var(--glow-violet) 0 24%, transparent 60%),
    radial-gradient(120% 140% at 88% 16%, var(--glow-magenta) 0 22%, transparent 62%),
    radial-gradient(140% 120% at 72% 84%, var(--glow-indigo) 0 20%, transparent 65%),
    /* лёгкие диагональные лучи/сеточка */
    conic-gradient(from 210deg at 50% 50%,
      rgba(255,255,255,.03) 0 25%, transparent 25% 50%,
      rgba(255,255,255,.02) 50% 75%, transparent 75% 100%),
    repeating-linear-gradient(135deg, var(--line) 0 1px, transparent 1px 56px),
    /* базовый вертикальный градиент */
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 55%, var(--bg-3) 100%);
  background-attachment: fixed;
}

/* виньетка по краям */
body::before{
  content:"";
  position: fixed; inset:-8vw;
  pointer-events:none;
  background: radial-gradient(120% 100% at 50% 50%, transparent 60%, rgba(0,0,0,.38) 100%);
  mix-blend-mode:multiply;
  z-index:-1;
}

/* едва заметные «искры» */
body::after{
  content:"";
  position: fixed; inset:0; pointer-events:none;
  background:
    radial-gradient(circle at 22% 32%, rgba(220,180,255,.06) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 72%, rgba(200,160,255,.05) 0 2px, transparent 3px);
  background-size: 3px 3px, 4px 4px;
  mix-blend-mode:overlay;
  opacity:.22;
  z-index:-1;
}


* {
    outline: none;
    -webkit-tap-highlight-color: transparent
}

@media (max-width: 1230px) {
    * {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        outline: none
    }
}

* {
    box-sizing: border-box
}

button {
    outline: none;
    border: none;
    background: none;
    color: #fffbef;
    font-weight: 400;
    font-family: Gotham Pro
}

a {
    text-decoration: none;
    color: unset;
    outline: none !important
}

body {
    color: #fffbef;
    overflow-x: hidden
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.container {
    margin: 0 auto;
    width: 1312px
}

.container_left {
    width: 1412px;
    margin-left: calc((100vw - 1412px)/2 - 100px)
}

.container_right {
    width: 1512px;
    margin-right: calc((100vw - 1512px)/2 - 100px)
}

.button {
    padding: 21px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    background-image: linear-gradient(to right, #1977fd, #034fb6 33%, #00439e);
    background-size: 300% auto;
    background-position: 0%;
    transition: all .3s, color .4s
}

.button_black {
    font-size: 16px;
    font-weight: 400;
    color: #fffbef93;
    background-image: linear-gradient(to right, #fff0, #fff0, #ffffff2d)
}

.button.active {
    background-position: 76%;
    color: #fffbefc9;
    box-shadow: 0 0 20px #1a2fa5
}

.button_black.active {
    box-shadow: none
}

h2 {
    display: block;
    font-size: 36px;
    font-family: Unbounded, Gotham Pro, sans-serif;
    font-weight: 500
}

h2 .blue {
    padding-top: 4px;
    display: block;
    font-size: 46px;
    color: #1977fd
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.section_title {
    display: flex;
    justify-content: space-between;
    position: relative
}

.section_title_descr {
    padding-top: 10px;
    width: 523px;
    text-align: right;
    color: #fff9
}

.section_title_button {
    height: -moz-max-content;
    height: max-content;
    padding: 20px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 20px;
    font-weight: 500;
    background-color: #34aadf26;
    font-size: 18px;
    transition: background-color .3s;
    cursor: pointer
}

.section_title_button div {
    width: 24px;
    height: 24px;
    border-radius: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #34aadf
}

.section_title_button div img {
    width: 13.5px
}

.section_title_button.active {
    background-color: #34aadf66
}

.section_title .stroke-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fake-border {
    width: 17px;
    height: calc(100% + 1px);
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #02884f;
    border-left: none;
    border-radius: 0 20px 20px 0;
    pointer-events: none
}

.ellipse-container {
    position: absolute;
    width: 70vw;
    min-height: 70vw;
    z-index: -1;
    overflow: hidden;
    pointer-events: none
}

.ellipse {
    position: absolute;
    width: 40vw;
    height: 40vw;
    min-height: 700px;
    min-width: 700px;
    border-radius: 60%;
    z-index: -1
}

.lock-scroll {
    overflow: hidden
}

@media (max-width: 1700px) {
    .container_right {
        margin: 0 auto;
        width: 1312px
    }
}

@media (max-width: 1500px) {
    .container {
        width: 1100px
    }

    .section_title .stroke-line {
        display: none
    }
}

@media (max-width: 1200px) {
    .container {
        width: 800px
    }

    .container_left {
        margin: 0 auto;
        width: 800px
    }

    .section_title h2 {
        font-size: 32px
    }

    .section_title .blue {
        font-size: 36px
    }

    .section_title_descr {
        width: 345px
    }

    .ellipse-container {
        min-width: 100%;
        min-height: 100%
    }
}

@media (max-width: 900px) {
    .container {
        margin: 0 40px;
        width: calc(100% - 80px)
    }

    .section_title {
        flex-direction: column;
        align-items: center
    }

    .section_title h2,
    .section_title .blue {
        text-align: center
    }

    .section_title_descr {
        margin-top: 10px;
        width: 350px;
        max-width: 100%;
        text-align: center
    }

    .section_title_button {
        margin-top: 33px;
        width: 100%;
        max-width: 400px;
        justify-content: center
    }
}

@media (max-width: 719px) {
    .button {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 16px
    }

    h2 {
        font-size: 18px
    }

    h2 .blue {
        font-size: 29px
    }

    .section_title h2 {
        font-size: 18px
    }

    .section_title h2 .blue {
        font-size: 29px
    }

    .section_title_descr {
        font-size: 14px;
        line-height: 18px
    }

    .section_title_button {
        font-size: 16px;
        padding-top: 16px;
        padding-bottom: 16px
    }

    .section_title_button div {
        width: 18px;
        height: 18px
    }

    .section_title_button div img {
        width: 10.17px
    }
}

@media (max-width: 530px) {
    .container {
        margin: 0 auto;
        width: calc(100% - 32px)
    }

    .section_title {
        align-items: start
    }

    .section_title h2,
    .section_title h2 .blue,
    .section_title_descr,
    h2,
    h2 .blue {
        text-align: start
    }
}

.localPreloader {
    transition: filter .4s;
    transition-delay: 0s
}

.localPreloader.localPreloaderOn {
    transition-delay: .1s;
    filter: blur(1.5px) !important;
    pointer-events: none
}

.loader-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .2s ease;
    opacity: 0
}

.loader-container .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content
}

.loader-container .wrap .logo-container {
    position: relative;
    width: 190px;
    height: 87px;
    animation-duration: .2s;
    animation-iteration-count: 1
}

.loader-container .wrap .logo-container img {
    width: 190px;
    height: 87px;
    -o-object-fit: contain;
    object-fit: contain
}

.loader-container .wrap .logo-container .first-logo,
.loader-container .wrap .logo-container .second-logo {
    position: absolute;
    left: 0;
    top: 0
}

.loader-container .wrap .logo-container .second-logo {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    overflow: hidden;
    animation-timing-function: cubic-bezier(0, .61, .68, .86);
    animation-duration: 8s;
    animation-iteration-count: 1
}

.loader-container.active {
    display: block;
    animation: showLoaderContainer .5s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards
}

.loader-container.active .logo-container .second-logo {
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    animation-name: fillPreloaderLogo
}

@keyframes showLoaderContainer {
    0% {
        opacity: 0;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px)
    }

    to {
        opacity: 1;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background: #030b17de
    }
}

@keyframes flowerFlow {
    0% {
        opacity: 1;
        transform: rotate(0);
        box-shadow: 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor, 0 0 0 -.5em currentcolor
    }

    to {
        opacity: 0;
        transform: rotate(180deg);
        box-shadow: -1em -1em 0 -.35em currentcolor, 0 -1.5em 0 -.35em currentcolor, 1em -1em 0 -.35em currentcolor, -1.5em 0 0 -.35em currentcolor, 1.5em 0 0 -.35em currentcolor, -1em 1em 0 -.35em currentcolor, 0 1.5em 0 -.35em currentcolor, 1em 1em 0 -.35em currentcolor
    }
}

@keyframes dotFirst {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes dotSecond {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes dotThird {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fillPreloaderLogo {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)
    }

    to {
        clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%)
    }
}

@keyframes textGradient {
    0% {
        background-position: 0%
    }

    to {
        background-position: 200%
    }
}

@keyframes backgroundGradient {
    0% {
        background-position: 0% 50%
    }

    to {
        background-position: 200% 50%
    }
}

@keyframes online-icon-animation {
    0% {
        width: 100%;
        height: 100%
    }

    25% {
        width: 75%;
        height: 75%
    }

    50% {
        width: 100%;
        height: 100%
    }

    to {
        width: 100%;
        height: 100%
    }
}

.policy,
.user,
.offert {
    padding-bottom: 100px
}

.policy .text-block__container,
.user .text-block__container,
.offert .text-block__container {
    margin-top: 140px;
    padding: 0 80px
}

.policy .text-block__decor,
.user .text-block__decor,
.offert .text-block__decor {
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%);
    width: 100%;
    height: 100%
}

.policy .text-block__decor img,
.user .text-block__decor img,
.offert .text-block__decor img {
    -o-object-position: center;
    object-position: center;
    max-width: 100%
}

.policy .text-block__container,
.user .text-block__container,
.offert .text-block__container {
    position: relative;
    z-index: 2
}

.policy .text-block__container .title,
.user .text-block__container .title,
.offert .text-block__container .title {
    text-align: center;
    margin-bottom: 40px;
    font-family: Unbounded, Gotham Pro, sans-serif
}

.policy .text-block__wrap,
.user .text-block__wrap,
.offert .text-block__wrap {
    font-size: 16px;
    line-height: 140%
}

.policy .text-block__wrap .text-big,
.user .text-block__wrap .text-big,
.offert .text-block__wrap .text-big {
    font-size: 18px
}

.policy .text-block__wrap a,
.user .text-block__wrap a,
.offert .text-block__wrap a {
    text-decoration: underline;
    transition: all .2s ease
}

.policy .text-block__wrap a:hover,
.user .text-block__wrap a:hover,
.offert .text-block__wrap a:hover {
    color: #ec2b1d
}

.policy .text-block__wrap h2,
.user .text-block__wrap h2,
.offert .text-block__wrap h2 {
    margin: 14px 0;
    font-size: 16px;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #1977fd, #2781ff 33%, #001ec9 50%, #001486);
    font-size: 20px;
    font-weight: 400;
    padding-left: 32px;
    font-family: Unbounded, Gotham Pro, sans-serif
}

.policy .text-block__wrap ul,
.user .text-block__wrap ul,
.offert .text-block__wrap ul {
    padding-left: 1em
}

.policy .text-block__wrap ul li,
.user .text-block__wrap ul li,
.offert .text-block__wrap ul li {
    list-style: disc
}

.policy .title,
.user .title,
.offert .title {
    font-size: 64px;
    line-height: 120%;
    font-weight: 500;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #1977fd, #0068f5 33%, #001ec9 50%, #001486)
}

.policy p,
.user p,
.offert p {
    margin-top: 1vh
}

@media (max-width: 1300px) {

    .policy .title .text-gradient,
    .user .title .text-gradient,
    .offert .title .text-gradient {
        font-size: 48px
    }

    .policy .text-block__container,
    .user .text-block__container,
    .offert .text-block__container {
        margin-top: 120px
    }

    .policy .text-block__container .title,
    .user .text-block__container .title,
    .offert .text-block__container .title {
        margin-bottom: 20px;
        line-height: 80%
    }
}

@media (max-width: 770px) {

    .policy .title .text-gradient,
    .user .title .text-gradient,
    .offert .title .text-gradient {
        font-size: 24px;
        line-height: 20px
    }

    .policy .text-block__wrap,
    .user .text-block__wrap,
    .offert .text-block__wrap {
        font-size: 12px
    }

    .policy .text-block__wrap h2,
    .user .text-block__wrap h2,
    .offert .text-block__wrap h2 {
        padding-left: 20px;
        font-size: 16px
    }

    .policy .text-block__container,
    .user .text-block__container,
    .offert .text-block__container {
        margin-top: 120px;
        padding: 0 16px
    }

    .policy .text-block__container .title,
    .user .text-block__container .title,
    .offert .text-block__container .title {
        line-height: 26px
    }

    .policy .text-block__container .text-big,
    .user .text-block__container .text-big,
    .offert .text-block__container .text-big {
        line-height: 22px;
        font-size: 14px
    }
}


/* ===== ARTICLE PAGE (how-to-buy) ===== */

/* переменные и fallbacks */
:root{
  --a-header:128px;                    /* высота фикс-хедера */
  --a-bg1:rgba(255,255,255,.06);
  --a-bg2:rgba(255,255,255,.03);
  --a-brd:rgba(255,255,255,.12);
  --a-text:#fff;
  --a-dim:rgba(255,255,255,.72);
  --a-dimmer:rgba(255,255,255,.56);
}
@media (max-width:1230px){ :root{ --a-header:112px; } }
@media (max-width:767px){  :root{ --a-header:150px; } }

/* база и центрирование */
main.doc[data-page="article"],
main.doc[data-page="article"] *{ box-sizing:border-box; }
html body main.doc[data-page="article"]{
  display:block;
  position:relative;
  z-index:0;
  padding: calc(var(--a-header,128px) + 24px) 0 64px; /* не залезает под хедер */
}
main.doc[data-page="article"] .doc-wrap{ padding-bottom:56px; }
main.doc[data-page="article"] .doc-c{
  width:min(1220px,100% - 64px);       /* широкая колонка по центру */
  margin-inline:auto;
}

/* герой */
main.doc[data-page="article"] .doc-hero{ padding:10px 0 12px; }
main.doc[data-page="article"] .doc-title{
  margin:0 0 6px !important;
  font:800 clamp(26px,1.4vw + 18px,38px)/1.15 "Gotham Pro",system-ui,-apple-system,Segoe UI,Arial,sans-serif !important;
  color:#fff !important;
}
main.doc[data-page="article"] .doc-lead{
  margin:0;
  color:var(--a-dim);
  font-size:16px;
  line-height:1.5;
}

/* TOC */
main.doc[data-page="article"] .doc-toc{ margin:14px 0 14px; }
main.doc[data-page="article"] .doc-toc>.doc-c{
  border:1px solid var(--a-brd);
  background:linear-gradient(180deg,var(--a-bg1),var(--a-bg2));
  border-radius:14px;
  padding:10px 12px;
}
main.doc[data-page="article"] .doc-toc ul{
  display:flex; flex-wrap:wrap; gap:10px; margin:0; padding:0; list-style:none;
}
main.doc[data-page="article"] .doc-toc a{
  display:inline-block; padding:8px 14px; border-radius:999px;
  border:1px solid var(--a-brd);
  text-decoration:none; color:var(--a-dimmer);
  font-weight:700; font-size:12px;
  transition:border-color .18s ease,color .18s ease,transform .18s ease;
}
main.doc[data-page="article"] .doc-toc a:hover{ border-color:#4fa3ff3d; color:#dfe6fb; transform:translateY(-1px); }

/* секции как карточки по центру */
main.doc[data-page="article"] .doc-sec{ scroll-margin-top:calc(var(--a-header,128px) + 16px); }
main.doc[data-page="article"] .doc-sec + .doc-sec{ margin-top:12px; }
main.doc[data-page="article"] .doc-sec>.doc-c{
  border:1px solid var(--a-brd);
  background:linear-gradient(180deg,var(--a-bg1),var(--a-bg2));
  border-radius:16px;
  padding:20px 22px;
  box-shadow:0 6px 22px rgba(0,0,0,.18);
}

/* заголовки внутри */
main.doc[data-page="article"] .doc-sec h2{
  margin:0 0 10px !important;
  font:800 clamp(22px,1.1vw + 16px,28px)/1.25 "Gotham Pro",system-ui,-apple-system,Segoe UI,Arial,sans-serif !important;
  color:var(--a-text) !important;
}
main.doc[data-page="article"] .doc-sec h3{
  margin:8px 0 8px !important;
  font:700 18px/1.3 "Gotham Pro",system-ui,-apple-system,Segoe UI,Arial,sans-serif !important;
}

/* списки и шаги */
main.doc[data-page="article"] .doc-list{ margin:0; padding-left:20px; color:var(--a-text); }
main.doc[data-page="article"] .doc-list li{ margin:6px 0; }
main.doc[data-page="article"] .doc-steps{ counter-reset:s; list-style:none; margin:0; padding:0; }
main.doc[data-page="article"] .doc-steps li{
  counter-increment:s; margin:8px 0; padding-left:36px; position:relative;
}
main.doc[data-page="article"] .doc-steps li::before{
  content:counter(s);
  position:absolute; left:0; top:0; width:26px; height:26px;
  border-radius:9px; display:grid; place-items:center;
  font-weight:800; font-size:12px; color:#fff;
  background:#233659; border:1px solid #4fa3ff3d;
}

/* примечания и алёрты */
main.doc[data-page="article"] .doc-note{
  margin-top:10px; padding:12px 14px; border-radius:12px;
  border:1px solid var(--a-brd);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  color:var(--a-dim);
}
main.doc[data-page="article"] .doc-callout{
  margin:12px 0; padding:12px 14px; border-radius:12px;
  border:1px solid #ff51733d;
  background:linear-gradient(180deg,#21131a,#1a0f15);
  color:#ffd9e0;
  overflow:hidden;
}

/* CTA и навигация */
main.doc[data-page="article"] .doc-cta{ margin:20px 0 8px; text-align:center; }
main.doc[data-page="article"] .doc-footer .doc-c{
  padding:14px 18px; border:1px solid var(--a-brd);
  background:linear-gradient(180deg,var(--a-bg1),var(--a-bg2));
  border-radius:16px;
}
main.doc[data-page="article"] .doc-meta{ margin:0 0 8px; color:var(--a-dimmer); font-size:12px; }
main.doc[data-page="article"] .doc-nav{ display:flex; gap:10px; flex-wrap:wrap; }
main.doc[data-page="article"] .a-card--mini{ padding:14px; border-radius:12px; font-weight:700; }

/* мобильные правки */
@media (max-width:767px){
  main.doc[data-page="article"] .doc-c{ width:min(100%,100% - 24px); }
  main.doc[data-page="article"] .doc-sec>.doc-c{ padding:16px; }
  main.doc[data-page="article"] .a-cta__btn{ width:100%; }
}

/* защита от глобалок */
main.doc[data-page="article"] [class^="doc-"],
main.doc[data-page="article"] [class*=" doc-"]{
  text-transform:none !important;
  letter-spacing:normal !important;
}

/* украшения — аккуратно */

/* плавный скролл к якорям */
html{ scroll-behavior:smooth; }

/* акцент у h1 */
main.doc[data-page="article"] .doc-title{
  background:linear-gradient(90deg,#fff 0%, #d9e5ff 40%, #a7b9ff 100%);
  -webkit-background-clip:text; background-clip:text; color:transparent !important;
}

/* TOC: активный пункт при :target */
main.doc[data-page="article"] :target{ scroll-margin-top:calc(var(--a-header,128px) + 16px); }
main.doc[data-page="article"] .doc-toc a[href*="#"]{
  text-underline-offset:3px;
}
main.doc[data-page="article"] .doc-toc a[href*="#"]:hover{
  box-shadow:0 0 0 1px #4fa3ff3d inset;
}

/* карточки секций — лёгкий стеклянный эффект */
main.doc[data-page="article"] .doc-sec>.doc-c{
  backdrop-filter: blur(4px) saturate(1.02);
  -webkit-backdrop-filter: blur(4px) saturate(1.02);
  box-shadow:
    0 10px 28px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.04);
}

/* тонкая цветная черта у h2 */
main.doc[data-page="article"] .doc-sec h2{
  position:relative;
}
main.doc[data-page="article"] .doc-sec h2::after{
  content:"";
  position:absolute; left:0; bottom:-6px;
  width:72px; height:3px; border-radius:999px;
  background:linear-gradient(90deg,#6ea8ff,#9cc0ff,#6ea8ff);
  opacity:.5;
}

/* ссылки внутри текста — заметные, но без яда */
main.doc[data-page="article"] a{
  color:#cfe0ff; text-decoration:underline;
  text-decoration-color:rgba(111,168,255,.55);
  text-underline-offset:2px;
}
main.doc[data-page="article"] a:hover{
  text-decoration-color:#9ec0ff;
}

/* шаги — более читаемые бейджи */
main.doc[data-page="article"] .doc-steps li::before{
  background:linear-gradient(180deg,#294067,#223659);
  box-shadow:0 2px 6px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.06);
}

/* примечание и алёрт — иконка слева */
main.doc[data-page="article"] .doc-note,
main.doc[data-page="article"] .doc-callout{
  position:relative; padding-left:42px;
}
main.doc[data-page="article"] .doc-note::before,
main.doc[data-page="article"] .doc-callout::before{
  content:"";
  position:absolute; left:12px; top:50%; transform:translateY(-50%);
  width:18px; height:18px; border-radius:6px;
}
main.doc[data-page="article"] .doc-note::before{
  background:radial-gradient(circle at 30% 30%, #d2e5ff 0, #86a9ff 60%, #5f7bd6 100%);
  box-shadow:0 0 0 2px rgba(111,168,255,.25);
}
main.doc[data-page="article"] .doc-callout::before{
  background:radial-gradient(circle at 30% 30%, #ffd0da 0, #ff8aa1 65%, #ff5a7a 100%);
  box-shadow:0 0 0 2px rgba(255,90,122,.25);
}

/* FAQ — микро-анимация */
main.doc[data-page="article"] details.faq{
  transition:transform .18s ease, box-shadow .18s ease;
}
main.doc[data-page="article"] details.faq:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
main.doc[data-page="article"] details.faq > summary::-webkit-details-marker{ display:none; }
main.doc[data-page="article"] details.faq > summary{
  position:relative; padding-left:22px;
}
main.doc[data-page="article"] details.faq > summary::before{
  content:"+";
  position:absolute; left:0; top:0;
  width:16px; text-align:center; font-weight:900;
  color:#cfe0ff;
}
main.doc[data-page="article"] details.faq[open] > summary::before{ content:"–"; }

/* мини-навигация — лёгкий градиент рамки */
main.doc[data-page="article"] .a-card--mini{
  border-image:linear-gradient(90deg,rgba(111,168,255,.25),rgba(255,255,255,.08)) 1;
}
