:root {
    --primary-font: "LineageSerif", Gotham-Book, sans-serif;
    --secondary-font: Gotham-Book, sans-serif;
    --secondary-light-font: Gotham-Book, sans-serif;
    --brand-color: #e7e1bd
}

.text-area {
    width: 100%;
    font-family: var(--secondary-light-font);
    font-size: 16px;
    line-height: 24px;
    color: #e1e8f3
}

@media(max-width: 1024px) {
    .text-area {
        font-size:14px;
        line-height: 20px
    }
}

.text-area--big {
    font-size: 20px;
    line-height: 28px
}

@media(max-width: 1024px) {
    .text-area--big {
        font-size:18px;
        line-height: 26px
    }
}

.text-area>img {
    width: 100%;
    margin: 0;
    padding: 0
}

.text-area b {
    font-family: var(--secondary-font)
}

.text-area p {
    margin: 0
}

.text-area p b {
    color: #fff
}

.text-area p img {
    height: auto !important;
    max-width: 100% !important;
    vertical-align: middle
}

.text-area>*:not(:first-child) {
    margin-top: 20px
}

.text-area ul,.text-area ol {
    padding-left: 20px
}

.text-area ul li,.text-area ol li {
    font-size: 16px;
    line-height: 24px;
    color: #e1e8f3
}

@media(max-width: 1024px) {
    .text-area ul li,.text-area ol li {
        font-size:14px;
        line-height: 20px
    }
}

.text-area ul li::marker,.text-area ol li::marker {
    color: var(--brand-color);
    font-weight: 700
}

.text-area ul li:not(:first-child),.text-area ol li:not(:first-child) {
    margin-top: 15px
}

.text-area ul li img,.text-area ol li img {
    vertical-align: middle
}

.text-area--big ul li,.text-area--big ol li {
    font-size: 20px;
    line-height: 28px
}

@media(max-width: 1024px) {
    .text-area--big ul li,.text-area--big ol li {
        font-size:18px;
        line-height: 26px
    }
}

.text-area ul li {
    position: relative;
    list-style-type: none
}

.text-area ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 8px;
    left: -20px;
    transform: rotate(45deg);
    background: var(--brand-color)
}

.text-area ul ul:not(:first-child) {
    margin-top: 15px
}

.text-area a {
    color: #fff;
    text-decoration: underline;
    transition: color .3s ease-in-out
}

.text-area a:hover {
    color: var(--brand-color)
}

.text-area hr {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3)
}

.text-area h1,.text-area h2,.text-area h3,.text-area h4,.text-area h5,.text-area h6 {
    font-family: var(--primary-font);
    color: var(--brand-color);
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 5px
}

.text-area h1 b,.text-area h2 b,.text-area h3 b,.text-area h4 b,.text-area h5 b,.text-area h6 b {
    font-family: var(--primary-font)
}

.text-area h1 {
    font-size: 36px;
    line-height: 40px
}

@media(max-width: 1460px) {
    .text-area h1 {
        font-size:32px;
        line-height: 36px
    }
}

@media(max-width: 1024px) {
    .text-area h1 {
        font-size:26px;
        line-height: 30px
    }
}

.text-area h2 {
    font-size: 32px;
    line-height: 36px
}

@media(max-width: 1460px) {
    .text-area h2 {
        font-size:26px;
        line-height: 30px
    }
}

@media(max-width: 1024px) {
    .text-area h2 {
        font-size:22px;
        line-height: 26px
    }
}

.text-area h3 {
    font-size: 26px;
    line-height: 30px
}

@media(max-width: 1460px) {
    .text-area h3 {
        font-size:22px;
        line-height: 26px
    }
}

@media(max-width: 1024px) {
    .text-area h3 {
        font-size:18px;
        line-height: 22px
    }
}

.text-area h4,.text-area h5,.text-area h6 {
    font-size: 22px;
    line-height: 26px
}

@media(max-width: 1460px) {
    .text-area h4,.text-area h5,.text-area h6 {
        font-size:18px;
        line-height: 22px
    }
}

.text-area table {
    width: 100% !important;
    min-width: 700px
}

.text-area table tr td {
    padding: 16px 20px
}

.text-area table tr td img {
    vertical-align: middle
}

.text-area table thead tr td {
    background: #303e61;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}

@media(max-width: 1024px) {
    .text-area table thead tr td {
        font-size:16px;
        line-height: 16px
    }
}

.text-area table tbody tr:nth-child(even) td {
    background: #14384f
}

.text-area table tbody tr:nth-child(odd) td {
    background: #163d55
}

.text-area table tbody tr td {
    font-size: 16px;
    line-height: 22px;
    color: #e1e8f3
}

@media(max-width: 1024px) {
    .text-area table tbody tr td {
        font-size:14px;
        line-height: 18px
    }
}

.text-area table td {
    border-color: #2f546b !important;
    border-width: 1px
}

.text-area--big table thead tr td,.text-area--big table thead th td,.text-area--big table tbody tr td,.text-area--big table tbody th td {
    font-size: 20px;
    line-height: 20px
}

@media(max-width: 1024px) {
    .text-area--big table thead tr td,.text-area--big table thead th td,.text-area--big table tbody tr td,.text-area--big table tbody th td {
        font-size:18px;
        line-height: 18px
    }
}

.table-bg {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #2f546b;
    padding: 5px
}

.table-bg::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #213862
}

.table-bg::-webkit-scrollbar-thumb {
    background-color: var(--brand-color)
}

.table-bg::-webkit-scrollbar-thumb:hover {
    background-color: var(--brand-color)
}

.spoiler {
    width: 100%;
    border-left: 2px solid var(--brand-color);
    background: rgba(65,98,127,.3)
}

.spoiler__title {
    width: 100%;
    padding: 20px 40px 18px 20px !important;
    background-color: #316a8c;
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    color: var(--brand-color);
    cursor: pointer;
    position: relative;
    transition: background-color .3s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px
}

@media(max-width: 1024px) {
    .spoiler__title {
        font-size:16px;
        line-height: 16px
    }
}

.spoiler__title:hover {
    background-color: #367497
}

.spoiler__title:before {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    position: absolute;
    top: calc((100% - 7px)/2);
    right: 20px;
    background: url("../images/dist/icons/arrow.png") center center no-repeat;
    background-size: 100% 100%;
    transition: transform .3s ease-in-out
}

.spoiler__title img {
    height: 30px
}

.spoiler.active>.spoiler__title:before {
    transform: scale(1, -1)
}

.spoiler__content {
    width: 100%;
    padding: 20px;
    display: none
}

.icon-stroke {
    width: 100%
}

.icon-stroke__line {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.icon-stroke__line:not(:first-child) {
    margin-top: 15px
}

.icon-stroke__line-icon {
    width: 32px;
    height: 32px;
    align-self: stretch;
    position: relative
}

@media(max-width: 1024px) {
    .icon-stroke__line-icon {
        width:24px;
        height: 24px
    }
}

.icon-stroke__line-icon img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center
}

.icon-stroke__line-text {
    width: calc(100% - 32px);
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 3px
}

@media(max-width: 1024px) {
    .icon-stroke__line-text {
        width:calc(100% - 24px);
        padding-left: 10px;
        padding-top: 1px
    }
}

.header {
    position: fixed
}

.header-video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none
}

.header-video video {
    width: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 80%, rgba(42, 59, 91, 0) 100%);
    -webkit-mask-size: 100% 100%
}

@media(max-width: 1920px) {
    .header-video video {
        width:1920px
    }
}

@media(max-width: 1200px) {
    .header-video video {
        display:none
    }
}

@media(max-width: 1024px) {
    .header-video video {
        display:none
    }
}

.section-content .block {
    align-self: stretch
}

.block__title {
    font-family: var(--primary-font);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1em;
    color: var(--brand-color);
    border-bottom: 1px solid #4b6b7f;
    padding: 30px;
    text-align: center
}

@media(max-width: 1024px) {
    .block__title {
        font-size:24px
    }
}

.support-link {
    padding: 0 20px
}

.info-tile__description {
    color: #bbb;
    margin-top: 15px
}

.feature-card__content {
    pointer-events: none;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .5s ease-in-out;
    font-size: 16px;
    padding-top: 10px
}

.feature-card:hover .feature-card__content {
    grid-template-rows: 1fr
}

.feature-card__content>div {
    overflow: hidden
}

.feature-card__btn {
    margin-top: 15px
}

.feature-card__img {
    background: #316a8c
}

.feature-card__img img {
    transition: opacity .5s ease-in-out,transform .5s ease-in-out
}

.feature-card:hover .feature-card__img img {
    opacity: .3
}

/* ── Files page (/files) ── */
.page--files .nav a.is-active {
    color: var(--brand-color)
}

.files-hero {
    padding-top: 110px;
    padding-bottom: 16px;
    text-align: center
}

.files-hero__body {
    max-width: 720px;
    margin: 0 auto
}

.files-hero__title {
    margin-top: 6px;
    font-size: 42px !important;
    opacity: 0;
    animation: files-fade-up .55s ease forwards
}

.files-hero__lead {
    margin-top: 10px;
    font-family: Gotham-Book,sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #cfd8e6;
    opacity: 0;
    animation: files-fade-up .55s ease .1s forwards
}

.files-steps {
    padding: 16px 0 64px;
    position: relative
}

.files-steps__list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 760px
}

.files-step {
    list-style: none;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 4px 16px;
    align-items: center;
    padding: 18px 24px;
    background: rgba(8,20,36,.55);
    opacity: 0;
    transform: translateY(12px);
    animation: files-fade-up .5s ease forwards
}

.files-step:nth-child(1) {
    animation-delay: .12s
}

.files-step:nth-child(2) {
    animation-delay: .22s
}

.files-step:nth-child(3) {
    animation-delay: .32s
}

.files-step__num {
    font-family: "LineageSerif",Gotham-Book,sans-serif;
    font-size: 28px;
    line-height: 1;
    color: var(--brand-color);
    letter-spacing: .04em
}

.files-step__title {
    font-family: "LineageSerif",Gotham-Book,sans-serif;
    font-size: 20px;
    line-height: 1.15;
    margin: 0 0 4px;
    text-transform: uppercase;
    color: #fff
}

.files-step__text {
    margin: 0;
    font-family: Gotham-Book,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #b8c5d6
}

.files-step__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px
}

.files-step__actions .btn {
    text-decoration: none;
    /* ~70% от стандартных btn (326×77 / 27px) */
    width: 228px;
    min-height: 54px;
    font-size: 19px;
    line-height: .85
}

.files-step__actions .btn--sm,
.files-step__actions--mirrors .btn {
    width: auto;
    min-width: 110px;
    min-height: 38px;
    font-size: 14px;
    padding: 0 16px
}

.files-btn--ghost {
    background-image: none !important;
    background: rgba(12,28,48,.65);
    border: 1px solid rgba(231,225,189,.4);
    color: #e7e1bd;
    box-shadow: none;
    text-shadow: none;
    align-items: center
}

.files-btn--ghost:hover {
    border-color: var(--brand-color);
    color: #fff;
    background: rgba(231,225,189,.1)
}

.files-note {
    max-width: 760px;
    margin: 20px auto 0;
    text-align: center;
    font-family: Gotham-Book,sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #8fa0b5;
    opacity: 0;
    animation: files-fade-up .5s ease .4s forwards
}

.files-note a {
    color: var(--brand-color);
    text-decoration: underline;
    text-underline-offset: 3px
}

.files-note a:hover {
    color: #fff
}

@keyframes files-fade-up {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 767px) {
    .files-hero {
        padding-top: 96px;
        padding-bottom: 8px
    }

    .files-hero__title {
        font-size: 28px !important
    }

    .files-hero__lead {
        font-size: 14px
    }

    .files-steps {
        padding: 12px 0 48px
    }

    .files-step {
        grid-template-columns: 40px 1fr;
        gap: 2px 10px;
        padding: 14px 16px
    }

    .files-step__num {
        font-size: 22px
    }

    .files-step__title {
        font-size: 17px
    }

    .files-step__actions .btn {
        width: 100%;
        max-width: 260px
    }

    .files-step__actions--mirrors .btn {
        width: 100%;
        max-width: none;
        text-align: center
    }
}

/*# sourceMappingURL=additional.min.css.map */
