: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
}

/*# sourceMappingURL=additional.min.css.map */
