*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #F5F8FF;
    font-family: 'Roboto', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    scroll-behavior: smooth;
}

.container {
    max-width: 90rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin: 0 auto;
}

.fns-button_outlined-light {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.4);
    margin-left: 2rem;
}

    .fns-button_outlined-light:hover {
        opacity: 0.6;
    }

.fns-button:disabled {
    color: #fff !important;
    background-color: #0057ff !important;
    border-color: #0057ff !important;
    cursor: initial;
    pointer-events: none;
    opacity: .5;
}

.fns-button.fns-button_size_large,
.fns-button.fns-button_size_medium {
    line-height: 1.5rem;
}

.image-fluid {
    max-width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.p-3 {
    padding: 1rem !important;
}

.ma {
    margin: auto;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 2rem !important;
}

.mt-6 {
    margin-top: 2.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 2rem !important;
}

.mb-6 {
    margin-bottom: 2.5rem !important;
}

.mb-9 {
    margin-bottom: 4rem !important;
}

.mr-1 {
    margin-right: .25rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.ml-2 {
    margin-left: .5rem;
}

.flex {
    display: flex;
}

.display-flex {
    display: flex !important;
}

.display-block {
    display: block !important;
    width: 100% !important;
}

.uppercase {
    text-transform: uppercase;
}

.text-regular {
    font-weight: normal !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-light {
    color: #B2B2B2 !important;
}

.text-link-primary {
    color: #0057FF;
}

.no-decoration-link {
    text-decoration: none;
}

.vertical-mid {
    vertical-align: middle;
}

.link-in-text {
    color: #1A1A1A;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 87, 255, 0.4);
}

.flex-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-with-icon {
    display: flex;
    align-items: center;
}

    .text-with-icon img,
    .text-with-icon svg {
        margin-right: .5rem;
    }

.search-icon-inside {
    padding: 2px;
}

.input-align-center {
    padding-top: 2px !important;
}

.slider .slide {
    display: none;
}

.slider .slide-active {
    display: block;
}

.fns-button.slider-controls__button:disabled {
    cursor: not-allowed;
}

.phone img {
    width: auto;
}

.fns-typography.cloud {
    font-weight: bold;
}

.section-page {
    padding: 4rem 0;
    position: relative;
}

    .section-page .content {
        background: #fff;
        padding: 2rem;
        box-shadow: 0 1px 4px rgba(26, 26, 26, 0.08);
        border-radius: 2px;
    }

        .section-page .content.content-blue {
            background: #002266;
        }

            .section-page .content.content-blue .fns-typography {
                color: #fff;
            }

        .section-page .content ol li,
        .section-page .content .list li {
            margin-bottom: 1rem;
        }

        .section-page .content .list {
            padding-left: 1.5rem;
        }

            .section-page .content .list li {
                list-style-type: "—   ";
            }

                .section-page .content ol li:last-of-type,
                .section-page .content .list li:last-of-type {
                    margin-bottom: 1.5rem;
                }

        .section-page .content.content-card {
            padding: 1.5rem;
        }

        .section-page .content h1.fns-typography {
            margin-bottom: 2rem;
        }

            .section-page .content h1.fns-typography.title-bordered {
                padding-bottom: 1rem;
                border-bottom: 1px solid #EDEDED;
            }

        .section-page .content h2.fns-typography {
            margin-top: 4rem;
            margin-bottom: 2rem;
        }

            .section-page .content h2.fns-typography.title-bordered {
                padding-bottom: 1rem;
                border-bottom: 1px solid #EDEDED;
            }

        .section-page .content h3.fns-typography {
            font-weight: normal;
        }

            .section-page .content h3.fns-typography.title-bordered {
                padding-bottom: 1rem;
                border-bottom: 1px solid #EDEDED;
            }

            .section-page .content h3.fns-typography span {
                font-weight: bold;
            }

                .section-page .content h3.fns-typography span.primary {
                    color: #0057ff;
                }

@media (max-width: 539px) {
    .hide-xs {
        display: none;
    }

    .break {
        margin-bottom: 1rem;
    }

    .fns-tabs__tab-list {
        overflow-y: auto !important;
    }

    .fns-tabs__tab {
        height: auto !important;
    }

    .content-card__footer .fns-col.display-flex {
        flex-direction: column !important;
        margin: .25rem 0;
    }

        .content-card__footer .fns-col.display-flex button {
            margin: .25rem 0;
            justify-content: center;
            width: 100% !important;
        }
}

@media (max-width: 678px) {
    .break {
        margin-bottom: 1rem;
    }
}

@media (min-width: 540px) {
    .break-word br {
        display: none;
    }
}

@media (max-width: 457px) {
    .action-card .fns-col {
        flex: 1;
    }
}

@media (max-width: 959px) {
    h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .order-xs-2 {
        order: 2;
    }

    .order-xs-1 {
        order: 1;
    }

    .page-nav-content {
        margin-bottom: 1.5rem;
    }

    .my-xs-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .my-xs-3 .mb-4 {
            margin-bottom: .5rem !important;
        }

    .page-table {
        overflow-x: auto;
    }
}

.fns-textField_floating .fns-textField__formControl {
    width: 100%;
}

@media (max-width: 1279px) {
    .navigation {
        margin-top: .5rem;
        justify-content: center !important;
    }

    .flex-start-xs {
        margin-top: 1rem;
        display: flex !important;
        justify-content: flex-start !important;
    }

    .content-card__footer .flex-end {
        justify-content: flex-start !important;
        margin-top: 1rem;
    }
}

.fns-button {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: inherit;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    transition: all 300ms;
    font-family: inherit;
}

    .fns-button:focus {
        box-shadow: 0 0 0 2px #99bbff;
        outline: none;
    }

    .fns-button:disabled {
        color: #cccccc;
        background-color: #f5f5f5;
        border-color: #e5e5e5;
        cursor: initial;
        pointer-events: none;
    }

.fns-button_contained {
    border: none;
}

.fns-button_contained-default {
    background-color: #ededed;
    color: #1a1a1a;
}

    .fns-button_contained-default:hover {
        background-color: #e5e5e5;
    }

.fns-button_contained-primary {
    background-color: #0057ff;
    color: #ffffff;
}

    .fns-button_contained-primary:hover {
        background-color: #0044cc;
    }

.fns-button_contained-dark {
    background-color: #4d4d4d;
    color: #ffffff;
}

    .fns-button_contained-dark:hover {
        background-color: #1a1a1a;
    }

.fns-button_contained-success {
    background-color: #40bf54;
    color: #ffffff;
}

    .fns-button_contained-success:hover {
        background-color: #339944;
    }

.fns-button_contained-danger {
    background-color: #ff0000;
    color: #ffffff;
}

    .fns-button_contained-danger:hover {
        background-color: #cc0000;
    }

.fns-button_contained-warning {
    background-color: #ffbf00;
    color: #1a1a1a;
}

    .fns-button_contained-warning:hover {
        background-color: #664d00;
    }

.fns-button_text {
    border: none;
}

    .fns-button_text:disabled {
        background-color: transparent;
    }

.fns-button_text-default {
    color: #4d4d4d;
}

    .fns-button_text-default:hover {
        color: #1a1a1a;
    }

.fns-button_text-primary {
    color: #0057ff;
}

    .fns-button_text-primary:hover {
        color: #0044cc;
    }

.fns-button_text-dark {
    color: #4d4d4d;
}

    .fns-button_text-dark:hover {
        color: #1a1a1a;
    }

.fns-button_text-success {
    color: #40bf54;
}

    .fns-button_text-success:hover {
        color: #339944;
    }

.fns-button_text-danger {
    color: #ff0000;
}

    .fns-button_text-danger:hover {
        color: #cc0000;
    }

.fns-button_text-warning {
    color: #ffbf00;
}

    .fns-button_text-warning:hover {
        color: #664d00;
    }

.fns-button_outlined {
    border: 1px solid;
}

    .fns-button_outlined:disabled {
        background-color: transparent;
    }

.fns-button_outlined-default {
    color: #4d4d4d;
    border-color: #4d4d4d;
}

    .fns-button_outlined-default:hover {
        color: #1a1a1a;
        border-color: #4d4d4d;
    }

.fns-button_outlined-primary {
    color: #0057ff;
    border-color: #0057ff;
}

    .fns-button_outlined-primary:hover {
        color: #0044cc;
        border-color: #0057ff;
    }

.fns-button_outlined-dark {
    color: #4d4d4d;
    border-color: #4d4d4d;
}

    .fns-button_outlined-dark:hover {
        color: #1a1a1a;
        border-color: #4d4d4d;
    }

.fns-button_outlined-success {
    color: #40bf54;
    border-color: #40bf54;
}

    .fns-button_outlined-success:hover {
        color: #339944;
        border-color: #40bf54;
    }

.fns-button_outlined-danger {
    color: #ff0000;
    border-color: #ff0000;
}

    .fns-button_outlined-danger:hover {
        color: #cc0000;
        border-color: #ff0000;
    }

.fns-button_outlined-warning {
    color: #ffbf00;
    border-color: #ffbf00;
}

    .fns-button_outlined-warning:hover {
        color: #664d00;
        border-color: #ffbf00;
    }

.fns-button_size_small {
    padding: 4px 12px;
}

.fns-button_size_medium {
    padding: 8px 16px;
}

.fns-button_size_large {
    padding: 16px 32px;
}

.fns-card {
    display: flex;
    position: relative;
}

.fns-card__cover:not(:last-child) {
    padding-bottom: 8px;
}

.fns-card__cover:not(:first-child) {
    padding-top: 8px;
}

.fns-card__header {
    font-weight: 700;
}

    .fns-card__header:not(:last-child) {
        padding-bottom: 0;
    }

    .fns-card__header:not(:first-child) {
        padding-top: 0;
    }

.fns-card__header_bordered {
    border-bottom: 1px solid #ededed;
}

    .fns-card__header_bordered:not(:last-child) {
        padding-bottom: 16px;
    }

.fns-card__body {
    flex: 1;
}

    .fns-card__body:not(:last-child) {
        padding-bottom: 16px;
    }

    .fns-card__body:not(:first-child) {
        padding-top: 16px;
    }

.fns-card__footer_bordered {
    border-top: 1px solid #ededed;
    padding-top: 16px;
}

.fns-card_bordered {
    border: 1px solid #ededed;
    border-radius: 2px;
}

    .fns-card_bordered .fns-card__cover {
        padding: 24px 24px;
    }

        .fns-card_bordered .fns-card__cover:not(:last-child) {
            padding-bottom: 8px;
        }

        .fns-card_bordered .fns-card__cover:not(:first-child) {
            padding-top: 8px;
        }

    .fns-card_bordered .fns-card__header {
        font-weight: 700;
        padding: 24px 24px;
    }

        .fns-card_bordered .fns-card__header:not(:last-child) {
            padding-bottom: 0;
        }

        .fns-card_bordered .fns-card__header:not(:first-child) {
            padding-top: 0;
        }

    .fns-card_bordered .fns-card__header_bordered {
        border-bottom: 1px solid #ededed;
    }

        .fns-card_bordered .fns-card__header_bordered:not(:last-child) {
            padding-bottom: 16px;
        }

    .fns-card_bordered .fns-card__body {
        padding: 24px 24px;
    }

        .fns-card_bordered .fns-card__body:not(:last-child) {
            padding-bottom: 16px;
        }

        .fns-card_bordered .fns-card__body:not(:first-child) {
            padding-top: 16px;
        }

    .fns-card_bordered .fns-card__footer {
        padding: 0 24px 16px;
    }

    .fns-card_bordered .fns-card__footer_bordered {
        border-top: 1px solid #ededed;
        padding-top: 16px;
    }

.fns-button-group > * {
    border-radius: 0;
}

    .fns-button-group > *:first-child {
        border-radius: 2px 0 0 2px;
    }

    .fns-button-group > *:last-child {
        border-radius: 0 2px 2px 0;
    }

.fns-checkbox {
    cursor: pointer;
}

.fns-checkbox_disabled {
    pointer-events: none;
    cursor: default;
}

    .fns-checkbox_disabled .fns-checkbox__label {
        color: #1a1a1a;
    }

    .fns-checkbox_disabled .fns-checkbox__box, .fns-checkbox_disabled .fns-checkbox__box_checked {
        background-color: #e5e5e5;
        box-shadow: 0 0 0 1px #b2b2b2;
    }

    .fns-checkbox_disabled .fns-checkbox__icon {
        fill: #b2b2b2;
    }

.fns-checkbox__iconRoot {
    position: relative;
    padding: 8px;
    display: inline-block;
}

.fns-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

    .fns-checkbox__input:focus + .fns-checkbox__box {
        box-shadow: 0 0 0 2px #99bbff;
    }

.fns-checkbox__box {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    background: #ffffff;
    border-radius: 2px;
    transition: all 200ms;
    box-shadow: 0 0 0 1px #b2b2b2;
}

.fns-checkbox__box_checked {
    background: #0057ff;
    box-shadow: 0 0 0 1px #0057ff;
}

    .fns-checkbox__box_checked .fns-checkbox__icon {
        visibility: visible;
    }

.fns-checkbox__icon {
    fill: #ffffff;
    visibility: hidden;
}

.fns-checkbox__label {
    font-size: 1rem;
    vertical-align: middle;
}

.fns-col {
    flex: 1 0 auto;
}

.fns-col_offset-auto {
    margin-left: auto;
}

.fns-col_xs-1 {
    display: block;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.fns-col_offset-1 {
    margin-left: 8.33333%;
}

.fns-col_xs-2 {
    display: block;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.fns-col_offset-2 {
    margin-left: 16.66667%;
}

.fns-col_xs-3 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
}

.fns-col_offset-3 {
    margin-left: 25%;
}

.fns-col_xs-4 {
    display: block;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.fns-col_offset-4 {
    margin-left: 33.33333%;
}

.fns-col_xs-5 {
    display: block;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.fns-col_offset-5 {
    margin-left: 41.66667%;
}

.fns-col_xs-6 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
}

.fns-col_offset-6 {
    margin-left: 50%;
}

.fns-col_xs-7 {
    display: block;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.fns-col_offset-7 {
    margin-left: 58.33333%;
}

.fns-col_xs-8 {
    display: block;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.fns-col_offset-8 {
    margin-left: 66.66667%;
}

.fns-col_xs-9 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
}

.fns-col_offset-9 {
    margin-left: 75%;
}

.fns-col_xs-10 {
    display: block;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.fns-col_offset-10 {
    margin-left: 83.33333%;
}

.fns-col_xs-11 {
    display: block;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.fns-col_offset-11 {
    margin-left: 91.66667%;
}

.fns-col_xs-12 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

.fns-col_offset-12 {
    margin-left: 100%;
}

@media (min-width: 540px) {
    .fns-col_sm-1 {
        display: block;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .fns-col_sm-2 {
        display: block;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .fns-col_sm-3 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fns-col_sm-4 {
        display: block;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .fns-col_sm-5 {
        display: block;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .fns-col_sm-6 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fns-col_sm-7 {
        display: block;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .fns-col_sm-8 {
        display: block;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .fns-col_sm-9 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fns-col_sm-10 {
        display: block;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .fns-col_sm-11 {
        display: block;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .fns-col_sm-12 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 960px) {
    .fns-col_md-1 {
        display: block;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .fns-col_md-2 {
        display: block;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .fns-col_md-3 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fns-col_md-4 {
        display: block;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .fns-col_md-5 {
        display: block;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .fns-col_md-6 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fns-col_md-7 {
        display: block;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .fns-col_md-8 {
        display: block;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .fns-col_md-9 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fns-col_md-10 {
        display: block;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .fns-col_md-11 {
        display: block;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .fns-col_md-12 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    .fns-col_lg-1 {
        display: block;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .fns-col_lg-2 {
        display: block;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .fns-col_lg-3 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fns-col_lg-4 {
        display: block;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .fns-col_lg-5 {
        display: block;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .fns-col_lg-6 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fns-col_lg-7 {
        display: block;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .fns-col_lg-8 {
        display: block;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .fns-col_lg-9 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fns-col_lg-10 {
        display: block;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .fns-col_lg-11 {
        display: block;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .fns-col_lg-12 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .fns-col_xl-1 {
        display: block;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .fns-col_xl-2 {
        display: block;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .fns-col_xl-3 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fns-col_xl-4 {
        display: block;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .fns-col_xl-5 {
        display: block;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .fns-col_xl-6 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fns-col_xl-7 {
        display: block;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .fns-col_xl-8 {
        display: block;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .fns-col_xl-9 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fns-col_xl-10 {
        display: block;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .fns-col_xl-11 {
        display: block;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .fns-col_xl-12 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1920px) {
    .fns-col_xxl-1 {
        display: block;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .fns-col_xxl-2 {
        display: block;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .fns-col_xxl-3 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .fns-col_xxl-4 {
        display: block;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .fns-col_xxl-5 {
        display: block;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .fns-col_xxl-6 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fns-col_xxl-7 {
        display: block;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .fns-col_xxl-8 {
        display: block;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .fns-col_xxl-9 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .fns-col_xxl-10 {
        display: block;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .fns-col_xxl-11 {
        display: block;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .fns-col_xxl-12 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.fns-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow-y: auto;
}

.fns-list_bordered > * {
    border: 1px solid #b2b2b2;
}

.fns-list > *:not(:last-child) {
    margin-bottom: 8px;
}

.fns-list_scrollable {
    padding-right: 4px;
}

    .fns-list_scrollable::-webkit-scrollbar {
        width: 4px;
    }

    .fns-list_scrollable::-webkit-scrollbar-thumb {
        background: #808080;
        border-radius: 8px;
    }

.fns-listItem {
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.fns-message {
    font-size: 1.125rem;
    position: relative;
    word-wrap: break-word;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    line-height: 1.5rem;
}

.fns-message__icon {
    margin-right: 24px;
}

.fns-message__content {
    flex: 1;
    min-width: 0;
}

.fns-message__close-button {
    margin-left: 21px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 12px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.fns-message_default {
    background-color: #ededed;
    color: #1a1a1a;
}

    .fns-message_default .fns-message__close-button path {
        fill: #1a1a1a;
    }

.fns-message_dark {
    background-color: #4d4d4d;
    color: #ffffff;
}

    .fns-message_dark .fns-message__close-button path {
        fill: #ffffff;
    }

.fns-message_primary {
    background-color: #003399;
    color: #ffffff;
}

    .fns-message_primary .fns-message__close-button path {
        fill: #ffffff;
    }

.fns-message_info {
    background-color: #f5f8ff;
    color: #003399;
}

    .fns-message_info .fns-message__close-button path {
        fill: #003399;
    }

.fns-message_warning {
    background-color: #fff3cc;
    color: #664d00;
}

    .fns-message_warning .fns-message__close-button path {
        fill: #664d00;
    }

.fns-message_danger {
    background-color: #ffebeb;
    color: #cc0000;
}

    .fns-message_danger .fns-message__close-button path {
        fill: #cc0000;
    }

.fns-message_success {
    background-color: #d9f2dd;
    color: #339944;
}

    .fns-message_success .fns-message__close-button path {
        fill: #339944;
    }

.fns-navigationAction {
    color: white;
    min-height: 72px;
    width: 94px;
    border-radius: 4px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.fns-navigationAction_active {
    background-color: #0057ff;
}

.fns-radio {
    cursor: pointer;
}

.fns-radio_disabled {
    pointer-events: none;
    cursor: default;
}

    .fns-radio_disabled .fns-radio__label {
        color: #1a1a1a;
    }

    .fns-radio_disabled .fns-radio__box, .fns-radio_disabled .fns-radio__box_checked {
        background-color: #e5e5e5;
        box-shadow: 0 0 0 1px #b2b2b2;
    }

    .fns-radio_disabled .fns-radio__icon {
        fill: #b2b2b2;
    }

.fns-radio__iconRoot {
    position: relative;
    padding: 8px;
    display: inline-block;
}

.fns-radio__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

    .fns-radio__input:focus + .fns-radio__box {
        box-shadow: 0 0 0 2px #99bbff;
    }

.fns-radio__box {
    display: inline-block;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    background: #ffffff;
    border-radius: 50%;
    transition: all 200ms;
    box-shadow: 0 0 0 1px #b2b2b2;
}

.fns-radio__box_checked {
    background: #0057ff;
    box-shadow: 0 0 0 1px #0057ff;
}

    .fns-radio__box_checked .fns-radio__icon {
        visibility: visible;
    }

.fns-radio__icon {
    fill: #ffffff;
    visibility: hidden;
}

.fns-radio__label {
    font-size: 1rem;
    vertical-align: middle;
}

.fns-row {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.fns-row_start {
    justify-content: flex-start;
}

.fns-row_center {
    justify-content: center;
}

.fns-row_end {
    justify-content: flex-end;
}

.fns-row_space-between {
    justify-content: space-between;
}

.fns-row_space-around {
    justify-content: space-around;
}

.fns-row_top {
    align-items: flex-start;
}

.fns-row_middle {
    align-items: center;
}

.fns-row_bottom {
    align-items: flex-end;
}

.fns-row_no-wrap {
    flex-wrap: nowrap;
}

.fns-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 110px;
    border-radius: 8px;
    background-color: #002266;
    padding: 24px 8px;
    align-items: center;
    color: white;
}

.fns-textField {
    position: relative;
    color: #1a1a1a;
    display: inline-flex;
    padding: 0;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
}

.fns-textField__label {
    font-size: 14px;
    line-height: 18px;
}

.fns-textField_error > .fns-textField__label,
.fns-textField_error > .fns-textField__helperText {
    color: #ff0000;
}

.fns-textField_error > .fns-textField__formControl,
.fns-textField_error > .fns-textField__input:focus {
    border: 1px solid #ff0000;
}

.fns-textField__input {
    display: block;
    border: none;
    outline: transparent;
    font-size: inherit;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .fns-textField__input::placeholder {
        color: #b2b2b2;
        font-family: inherit;
    }

.fns-textField__helperText {
    font-size: 14px;
}

.fns-textField_focused:not(.fns-textField_error) .fns-textField__formControl {
    border: 1px solid #3379ff;
}

.fns-textField_floating {
    display: inline-block;
}

    .fns-textField_floating .fns-textField__label {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
        color: #808080;
        font-size: 16px;
        cursor: text;
    }

    .fns-textField_floating .fns-textField__label_withStartAdornment {
        margin-left: 34px;
    }

    .fns-textField_floating .fns-textField__formControl {
        padding: 26px 12px 10px;
    }

    .fns-textField_floating.fns-textField_focused .fns-textField__label,
    .fns-textField_floating.fns-textField_filled .fns-textField__label {
        font-size: 14px;
        top: 18px;
    }

    .fns-textField_floating .fns-textField__startAdornment,
    .fns-textField_floating .fns-textField__endAdornment {
        margin-top: -11px;
    }

.fns-textField__startAdornment, .fns-textField__endAdornment {
    line-height: 10px;
}

.fns-textField__formControl {
    display: inline-flex;
    align-items: center;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    cursor: text;
    padding: 8px 12px;
}

    .fns-textField__formControl > *:not(:first-child) {
        margin-left: 10px;
    }

.fns-textField__formControl_small {
    padding: 4px 8px;
}

.fns-textField__formControl_large {
    padding: 12px 16px;
}

.fns-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 48px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.35, 0, 0.25, 1);
}

    .fns-switch:focus {
        box-shadow: 0 0 0 2px #99bbff;
        outline: none;
    }

    .fns-switch:after {
        position: absolute;
        content: " ";
        width: 18px;
        height: 18px;
        left: 2px;
        top: 2px;
        border-radius: 50%;
        background-color: #ffffff;
        cursor: pointer;
        box-shadow: 0 1px 2px rgba(26, 26, 26, 0.24);
        transition: all 200ms cubic-bezier(0.35, 0, 0.25, 1);
    }

.fns-switch_checked {
    border: 1px solid #0057ff;
    background-color: #0057ff;
}

    .fns-switch_checked:after {
        left: 26px;
    }

.fns-switch_disabled {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    cursor: no-drop;
}

    .fns-switch_disabled:after {
        background-color: #ededed;
        box-shadow: none;
        cursor: no-drop;
    }

.fns-switch_large {
    width: 64px;
    height: 32px;
}

    .fns-switch_large.fns-switch_checked:after {
        left: 35px;
    }

    .fns-switch_large:after {
        width: 24px;
        height: 24px;
        top: 3px;
    }

.fns-systemName {
    display: flex;
    align-items: center;
}

.fns-systemName__icon {
    margin-right: 12px;
}

.fns-systemName__icon_column {
    margin: 0 0 8px 0;
}

.fns-systemName__label {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}

.fns-systemName__label_column {
    font-size: 8px;
    line-height: 14px;
}

.fns-systemName_column {
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.fns-tag {
    box-sizing: border-box;
    display: inline-block;
    height: auto;
    white-space: nowrap;
    position: relative;
    border-radius: 2px;
    text-align: center;
}

.fns-tag__icon {
    margin-right: 8px;
}

.fns-tag__close-button {
    margin-left: 8px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.fns-tag_small {
    line-height: 18px;
    font-size: 14px;
    padding: 4px 8px;
}

.fns-tag_medium {
    line-height: 18px;
    font-size: 14px;
    padding: 8px 16px;
}

.fns-tag_large {
    line-height: 24px;
    font-size: 16px;
    padding: 12px 24px;
}

    .fns-tag_large .fns-tag__icon {
        margin-right: 10px;
    }

    .fns-tag_large .fns-tag__close-button {
        margin-left: 10px;
    }

.fns-tag_default {
    background-color: #ededed;
    color: #4d4d4d;
}

    .fns-tag_default .fns-tag__icon path {
        fill: #4d4d4d;
    }

    .fns-tag_default .fns-tag__close-button path {
        fill: #4d4d4d;
    }

.fns-tag_info {
    background-color: #f5f8ff;
    color: #0057FF;
}

    .fns-tag_info .fns-tag__icon path {
        fill: #003399;
    }

    .fns-tag_info .fns-tag__close-button path {
        fill: #003399;
    }

.fns-tag_success {
    background-color: #d9f2dd;
    color: #339944;
}

    .fns-tag_success .fns-tag__icon path {
        fill: #339944;
    }

    .fns-tag_success .fns-tag__close-button path {
        fill: #339944;
    }

.fns-tag_danger {
    background-color: #ffebeb;
    color: #cc0000;
}

    .fns-tag_danger .fns-tag__icon path {
        fill: #cc0000;
    }

    .fns-tag_danger .fns-tag__close-button path {
        fill: #cc0000;
    }

.fns-tag_warning {
    background-color: #fff3cc;
    color: #664d00;
}

    .fns-tag_warning .fns-tag__icon path {
        fill: #664d00;
    }

    .fns-tag_warning .fns-tag__close-button path {
        fill: #664d00;
    }

.fns-tag_primary {
    background-color: #0057ff;
    color: #ffffff;
}

    .fns-tag_primary .fns-tag__icon path {
        fill: #ffffff;
    }

    .fns-tag_primary .fns-tag__close-button path {
        fill: #ffffff;
    }

.fns-tag_dark {
    background-color: #4d4d4d;
    color: #ffffff;
}

    .fns-tag_dark .fns-tag__icon path {
        fill: #ffffff;
    }

    .fns-tag_dark .fns-tag__close-button path {
        fill: #ffffff;
    }

.fns-tag_outline {
    border: 1px solid #b2b2b2;
    background-color: #ffffff;
    color: #4d4d4d;
}

    .fns-tag_outline .fns-tag__icon path {
        fill: #4d4d4d;
    }

    .fns-tag_outline .fns-tag__close-button path {
        fill: #4d4d4d;
    }

.fns-tag_stealth {
    background-color: transparent;
    color: #4d4d4d;
}

    .fns-tag_stealth .fns-tag__icon path {
        fill: #4d4d4d;
    }

    .fns-tag_stealth .fns-tag__close-button path {
        fill: #4d4d4d;
    }

.fns-tag_inactive {
    background-color: #ededed;
    color: #b2b2b2;
}

    .fns-tag_inactive .fns-tag__icon path {
        fill: #b2b2b2;
    }

    .fns-tag_inactive .fns-tag__close-button path {
        fill: #b2b2b2;
    }

.fns-tabs__tab {
    box-sizing: border-box;
    cursor: pointer;
    height: 56px;
    padding: 16px 24px;
    font-size: inherit;
    font-family: inherit;
    border: none;
    background: none;
    width: auto;
    color: #808080;
    flex-grow: 1;
    flex-shrink: 1;
}

    .fns-tabs__tab + .fns-tabs__tab {
        margin-left: 8px;
    }

    .fns-tabs__tab:hover {
        color: #4d4d4d;
    }

    .fns-tabs__tab:focus {
        outline: none;
        color: #4d4d4d;
    }

.fns-tabs__tab_disabled {
    cursor: no-drop;
    pointer-events: none;
}

.fns-tabs__tab_selected {
    color: #1a1a1a;
}

.fns-tabs__tab-panel {
    padding: 24px 0;
}

.fns-tabs {
    position: relative;
    list-style: none;
    display: flex;
    overflow: hidden;
}

.fns-tabs_centered {
    justify-content: center;
}

.fns-tabs_right {
    justify-content: flex-end;
}

.fns-tabs__tab-list {
    display: flex;
}

.fns-tabs__tab-list_fullWidth {
    width: 100%;
}

    .fns-tabs__tab-list_fullWidth .fns-tabs__tab {
        max-width: none;
    }

.kkt-tabs .fns-tabs {
    border-bottom: 2px solid #EDEDED;
    overflow: unset;
}

.kkt-tabs .fns-tabs__tab {
    padding: 24px 0;
    height: auto;
    position: relative;
}

    .kkt-tabs .fns-tabs__tab.fns-tabs__tab_selected:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0057ff;
    }

    .kkt-tabs .fns-tabs__tab + .fns-tabs__tab {
        margin-left: 24px;
    }

.fns-tabs__rail {
    position: absolute;
    height: 2px;
    background-color: #0057ff;
    width: 100%;
    transition: all ease 200ms;
    bottom: 0;
}

.fns-typography {
    color: #1a1a1a;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
}

.fns-typography_primary {
    color: #0057ff;
}

.fns-typography_secondary {
    color: #4d4d4d;
}

.fns-typography_success {
    color: #40bf54;
}

.fns-typography_warning {
    color: #ffbf00;
}

.fns-typography_danger {
    color: #ff0000;
}

.fns-typography_lg {
    font-size: 18px;
    line-height: 28px;
}

.fns-typography_sm {
    font-size: 14px;
    line-height: 18px;
}

.fns-typography_xs {
    font-size: 12px;
    line-height: 16px;
}

p.fns-typography {
    margin: 0 0 24px;
}

p.fns-typography_lg {
    margin-bottom: 28px;
}

p.fns-typography_sm {
    margin-bottom: 18px;
}

p.fns-typography_xs {
    margin-bottom: 16px;
}

h1.fns-typography {
    font-style: normal;
    font-weight: bold;
    font-family: Gilroy, Roboto, sans-serif;
    font-size: 44px;
    line-height: 56px;
    margin: 0 0 56px;
}

h1.fns-typography_huge {
    font-style: normal;
    font-weight: normal;
}

h1.fns-typography_huge {
    font-size: 80px;
    line-height: 104px;
    margin-bottom: 104px;
}

h2.fns-typography {
    font-style: normal;
    font-weight: bold;
    font-family: Gilroy, Roboto, sans-serif;
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 48px;
}

h2.fns-typography_huge {
    font-style: normal;
    font-weight: normal;
}

h2.fns-typography_huge {
    font-size: 64px;
    line-height: 80px;
    margin-bottom: 80px;
}

h3.fns-typography {
    font-style: normal;
    font-weight: bold;
    font-family: Gilroy, Roboto, sans-serif;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 36px;
}

h3.fns-typography_huge {
    font-style: normal;
    font-weight: normal;
}

h4.fns-typography {
    font-style: normal;
    font-weight: bold;
    font-family: Gilroy, Roboto, sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px;
}

h4.fns-typography_huge {
    font-style: normal;
    font-weight: normal;
}

h5.fns-typography {
    font-style: normal;
    font-weight: bold;
    font-family: Gilroy, Roboto, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px;
}

h5.fns-typography_huge {
    font-style: normal;
    font-weight: normal;
}

h6.fns-typography {
    font-style: normal;
    font-weight: bold;
    font-family: Gilroy, Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}

h6.fns-typography_huge {
    font-style: normal;
    font-weight: normal;
}

a.fns-typography {
    color: #0057ff;
    cursor: pointer;
}

    a.fns-typography:hover {
        color: #0046cc;
    }

    a.fns-typography:focus {
        outline: transparent;
        color: #0046cc;
    }

a.fns-typography_secondary {
    color: #4d4d4d;
}

    a.fns-typography_secondary:hover {
        color: #343434;
    }

    a.fns-typography_secondary:focus {
        color: #343434;
    }

a.fns-typography_success {
    color: #40bf54;
}

    a.fns-typography_success:hover {
        color: #339943;
    }

    a.fns-typography_success:focus {
        color: #339943;
    }

a.fns-typography_warning {
    color: #ffbf00;
}

    a.fns-typography_warning:hover {
        color: #cc9900;
    }

    a.fns-typography_warning:focus {
        color: #cc9900;
    }

a.fns-typography_danger {
    color: #ff0000;
}

    a.fns-typography_danger:hover {
        color: #cc0000;
    }

    a.fns-typography_danger:focus {
        color: #cc0000;
    }

.fns-user-avatar {
    border-radius: 50%;
}

.fns-user-avatar_bordered {
    border: 1px solid #cccccc;
}

.fns-user-avatar_size_small {
    width: 40px;
    height: 40px;
}

.fns-user-avatar_size_medium {
    width: 80px;
    height: 80px;
}

.fns-user-avatar_size_large {
    width: 120px;
    height: 120px;
}

.fns-user-profile {
    display: flex;
    flex-direction: row;
    max-height: 40px;
    max-width: fit-content;
}

.fns-user-profile__text {
    height: min-content;
    margin: auto 12px;
}

.fns-user-profile__details {
    color: #808080;
}

.topbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
}

    .topbar.topbar__dark {
        background-color: #1A1A1A;
        color: #B2B2B2;
    }

    .topbar a {
        text-decoration: none;
        color: #B2B2B2;
    }

        .topbar a:hover {
            opacity: 0.6;
        }

.header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #fff;
}

    .header .navigation {
        display: flex;
        align-items: center;
    }

        .header .navigation .navigation__link {
            color: #1A1A1A;
            margin-right: 1.5rem;
            text-decoration: none;
        }

            .header .navigation .navigation__link:hover {
                opacity: 0.6;
            }

            .header .navigation .navigation__link:last-of-type {
                margin-right: 0;
            }

    .header.header__mainpage {
        padding-top: 2rem;
        background-color: #002266;
        color: #fff;
    }

        .header.header__mainpage .navigation .navigation__link {
            color: #fff;
        }

@media (max-width: 959px) {
    .nav-trigger {
        position: relative;
    }

    .hide-mobile-nav {
        display: none !important;
    }

    .navigation {
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
    }

        .navigation .navigation__link {
            display: block !important;
            color: #1a1a1a !important;
            padding: .5rem 0;
        }

    .navigation__link span {
        padding: 0 !important;
    }
}

.hero {
    position: relative;
    padding: 7rem 0 10rem 0;
    background-color: #fff;
}

    .hero .container {
        position: relative;
    }

    .hero.hero__mainpage {
        background-color: #002266;
    }

        .hero.hero__mainpage .fns-typography {
            color: #fff;
            margin-bottom: 4rem;
        }

        .hero.hero__mainpage h1 {
            line-height: 80px;
            margin-bottom: 2.5rem;
        }

    .hero .hero__image {
        position: absolute;
        bottom: -5rem;
        right: -2rem;
    }

    .hero .hero__links .navigation__link:hover {
        opacity: 0.6;
    }

@media (min-width: 960px) and (max-width: 1279px) {
    .hero {
        padding: 4rem 0;
    }

        .hero .hero__image {
            top: 0;
            right: 4rem;
            width: 55%;
        }
}

@media (min-width: 650px) and (max-width: 959px) {
    .hero {
        padding: 3rem 0;
    }

        .hero .hero__image {
            top: -3rem;
            right: 1rem;
            width: 50%;
        }
}

@media (max-width: 649px) {
    .hero {
        padding: 3rem 0;
    }

        .hero .hero__image {
            position: static;
            width: 70%;
            margin: 0 auto;
        }
}

.section__lightblue {
    position: relative;
    padding: 2.5rem 0 2rem 0;
    background-color: #F5F8FF;
}

    .section__lightblue h1 {
        margin-bottom: 2rem;
    }

    .section__lightblue p.fns-typography {
        margin-bottom: 0;
    }

    .section__lightblue .bg-primary-800 {
        height: 100%;
        background-color: #003399;
        padding: 0 2.5rem;
        border-radius: 2px;
    }

        .section__lightblue .bg-primary-800 .fns-typography {
            color: #fff;
        }

        .section__lightblue .bg-primary-800 h3 {
            margin-bottom: 3rem;
        }

            .section__lightblue .bg-primary-800 h3.fns-typography {
                color: #fff;
            }

    .section__lightblue .bg-primary-100 {
        height: 100%;
        background-color: #EBF1FF;
        padding: 2.5rem;
        border-radius: 2px;
    }

        .section__lightblue .bg-primary-100 .book {
            margin-right: 4rem;
        }

    .section__lightblue .bg-primary-200 {
        height: 100%;
        background-color: #CCDDFF;
        padding: 2.5rem;
        border-radius: 2px;
    }

    .section__lightblue .bg-primary-900 {
        height: 100%;
        background-color: #002266;
        padding: 2.5rem;
        border-radius: 2px;
    }

        .section__lightblue .bg-primary-900 .fns-typography {
            color: #fff;
        }

    .section__lightblue .info-block {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 2px;
    }

@media (max-width: 959px) {
    .section__lightblue .bg-primary-800 {
        height: 100%;
        background-color: #003399;
        padding: 0 2.5rem 2rem 2.5rem;
        border-radius: 2px;
    }
}

.section-two {
    position: relative;
    padding: 4rem 0 6.5rem 0;
    background: #fff;
}

    .section-two h1 {
        margin-bottom: 2rem;
    }

    .section-two ol {
        margin-bottom: 0;
    }

        .section-two ol li {
            margin-bottom: 1px;
        }

@media (max-width: 959px) {
    .section-two {
        position: relative;
        padding: 2rem 0 3rem 0;
    }

    .hide-on-small {
        display: none;
    }
}

.section-three {
    position: relative;
    padding: 5rem 0 2rem 0;
    background: linear-gradient(180deg, #EBF1FF 0%, #F5F5F5 56.47%, #FFFFFF 60.82%, #FFFFFF 100%);
    overflow: hidden;
}

    .section-three .container {
        position: relative;
        z-index: 2;
    }

    .section-three .decoration {
        position: absolute;
    }

        .section-three .decoration.big {
            top: 0;
            right: 0;
        }

        .section-three .decoration.mid {
            top: -23rem;
            left: 25rem;
        }

        .section-three .decoration.small {
            top: 20rem;
            left: -16rem;
        }

    .section-three .slider-title.fns-typography {
        margin-bottom: 4rem;
    }

    .section-three .store-links {
        margin-top: 3rem;
    }

    .section-three .slider {
        display: flex;
        justify-content: center;
    }

        .section-three .slider .text-block {
            align-self: flex-start;
            max-width: 451px;
            padding: 1.5rem;
            margin: 5rem 1rem 0 0;
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(26, 26, 26, 0.16);
            border-radius: 16px 16px 0 16px;
        }

            .section-three .slider .text-block .fns-typography {
                margin-bottom: 0;
            }

        .section-three .slider .slider-controls {
            position: absolute;
            bottom: 10.3rem;
            right: 1rem;
        }

            .section-three .slider .slider-controls .slider-controls__button {
                padding: 8px 8px 4px 8px;
            }

    .section-three .form-section-3 {
        margin-top: 4rem;
    }

        .section-three .form-section-3 .form-title span {
            color: #1A1A1A;
        }

        .section-three .form-section-3 .fns-button {
            width: 100%;
        }

@media (max-width: 539px) {
    .phone img {
        max-width: 201px;
    }

    .hide-on-small {
        display: none;
    }

    .slider-controls {
        width: 100%;
        top: 1rem;
        right: unset !important;
        bottom: unset !important;
        justify-content: center;
    }

    .section-three .slider .text-block {
        margin-right: 0 !important;
    }
}

@media (max-width: 959px) {
    .section-three {
        padding: 2rem 0;
    }

        .section-three h1 {
            margin-bottom: 2rem !important;
        }

    .phone {
        text-align: center;
    }
}

.section-four {
    position: relative;
    padding: 4rem 0;
    background: #F5F8FF;
}

    .section-four .form-card {
        padding: 5rem 2.5rem 2.5rem 4rem;
        background: #fff;
        box-shadow: 0 1px 4px rgba(26, 26, 26, 0.08);
        border-radius: 2px;
    }

@media (max-width: 959px) {
    .section-four {
        padding: 2rem 0;
    }

        .section-four .form-card {
            padding: 2rem;
        }
}

@media (max-width: 648px) {
    .hero .hero__image {
        display: none;
    }
}

@media (max-width: 539px) {
    .hero .hero__buttons {
        display: block;
    }

    .hero .fns-button {
        display: block !important;
        margin: .5rem 0;
        width: 100%;
    }

    .section-four .form-card .display-flex {
        display: block !important;
    }

        .section-four .form-card .display-flex button {
            display: block !important;
            margin: .5rem 0;
            width: 100%;
        }
}

@media (max-width: 394px) {
    .hero .hero__links {
        display: block;
    }

        .hero .hero__links .navigation__link {
            display: block;
            margin: 0 0 1rem;
        }
}

@media (min-width: 960px) {
    .show-on-mobile-only {
        display: none;
    }

    .hide-on-big-screen {
        display: none;
    }
}

.fns-button_contained-white-bg {
    background-color: #fff !important;
    padding: .5rem;
    margin-left: auto;
}

.faq {
    padding: 5rem 0;
    background: #fff;
}

    .faq h1 {
        margin-bottom: 1.5rem;
    }

    .faq .footer-faq {
        padding: 2rem;
        background: #f5f5f5;
        border-radius: 4px;
    }

    .faq .fns-card {
        border: 0;
        border-radius: 4px;
    }

        .faq .fns-card h5.fns-typography {
            margin-bottom: 1.5rem;
        }

        .faq .fns-card p.fns-typography {
            margin-bottom: 0;
        }

        .faq .fns-card.grey {
            background: #EDEDED;
        }

        .faq .fns-card.primary {
            background: #0044CC;
        }

            .faq .fns-card.primary .fns-typography {
                color: #fff;
            }

        .faq .fns-card.light-blue {
            background: #EBF1FF;
        }

            .faq .fns-card.light-blue .fns-typography {
                color: #002266;
            }

        .faq .fns-card.black {
            background: #EDEDED;
        }

            .faq .fns-card.black .tag-black {
                background: #1A1A1A;
            }

        .faq .fns-card .fns-card__body {
            padding: 2rem;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

            .faq .fns-card .fns-card__body .card-wrapper {
                height: 100%;
                margin-bottom: 4rem;
            }

.footer-section {
    padding: 5rem 0 2.5rem 0;
    background: #f5f5f5;
}

    .footer-section .fns-typography {
        margin-bottom: 0;
    }

    .footer-section a.fns-typography {
        color: #4d4d4d;
        text-decoration: none;
    }

        .footer-section a.fns-typography:hover {
            opacity: 0.6;
        }

.bottombar {
    padding: 1.5rem 0;
    background: #EDEDED;
    justify-content: center;
    align-items: center;
}

    .bottombar .fns-typography {
        color: #B2B2B2;
        margin-bottom: 0;
    }

.header__single-page.header {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(26, 26, 26, 0.08);
}

    .header__single-page.header .navigation {
        display: flex;
        align-items: center;
    }

        .header__single-page.header .navigation .navigation__link {
            color: #1A1A1A;
            margin-right: 1.5rem;
            text-decoration: none;
        }

            .header__single-page.header .navigation .navigation__link span {
                display: block;
                padding: 1.1875rem 0;
            }

            .header__single-page.header .navigation .navigation__link::after {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background-color: #fff;
            }

            .header__single-page.header .navigation .navigation__link.active::after {
                background-color: #0057ff;
            }

            .header__single-page.header .navigation .navigation__link:last-of-type {
                margin-right: 0;
            }

@media (max-width: 959px) {
    .header__single-page.header .navigation {
        margin-top: .5rem;
        display: block;
    }

        .header__single-page.header .navigation .navigation__link {
            display: block;
            margin-right: 0;
            padding: .5rem 0;
            text-align: center;
        }
}

.content-card {
    margin-top: .5rem;
    background: #fff;
    box-shadow: 0 1px 4px rgba(26, 26, 26, 0.08);
    border-radius: 2px;
}

    .content-card.first {
        margin-top: 2rem;
    }

    .content-card .content-card__header {
        padding: 1.5rem;
        border-bottom: 1px solid #EDEDED;
    }

    .content-card .content-card__footer {
        padding: 0 1.5rem 1.5rem 1.5rem;
    }

        .content-card .content-card__footer .light-blue {
            background-color: #EBF1FF !important;
            color: #0057ff !important;
        }

    .content-card.tab-content-card {
        box-shadow: unset;
    }

.message-with-icon .fns-message__content {
    display: flex;
    align-items: center;
}

.action-card {
    padding: 1.5rem;
    border: 1px solid #EDEDED;
    border-radius: 2px;
}

.table tr th,
.table tr td {
    padding: .5rem 1.5rem .5rem 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #EDEDED;
}

    .table tr th.first-column,
    .table tr td.first-column {
        width: 30%;
    }

.table tr th {
    color: #808080;
}

.table tr:last-of-type th,
.table tr:last-of-type td {
    border-bottom: 0;
}

.page-nav-content {
    padding: 0 1.5rem !important;
    top: 1.5rem;
    position: sticky;
    background: #fff;
    box-shadow: 0 1px 4px rgba(26, 26, 26, 0.08);
    border-radius: 2px;
}

    .page-nav-content .page-nav .page-nav__header,
    .page-nav-content .page-nav .page-nav__item {
        padding: 1.5rem 0;
        border-bottom: 1px solid #EDEDED;
    }

        .page-nav-content .page-nav .page-nav__header a,
        .page-nav-content .page-nav .page-nav__item a {
            color: #1A1A1A;
            text-decoration: none;
        }

            .page-nav-content .page-nav .page-nav__header a.active,
            .page-nav-content .page-nav .page-nav__item a.active {
                color: #0057ff;
            }

        .page-nav-content .page-nav .page-nav__header:last-of-type,
        .page-nav-content .page-nav .page-nav__item:last-of-type {
            border-bottom: 0;
        }

    .page-nav-content .page-nav .page-nav__header {
        border-bottom: 0;
    }

.fns-tabs__tab {
    font-weight: bold;
}

.content-card-alt {
    margin-top: 1rem;
    border-radius: 2px;
    border: 1px solid #EDEDED;
}

    .content-card-alt .content-card__header {
        padding: 1.5rem;
        border-bottom: 1px solid #EDEDED;
    }

    .content-card-alt .content-card__footer {
        padding: 1.5rem;
    }

        .content-card-alt .content-card__footer .light-blue {
            background-color: #EBF1FF !important;
            color: #0057ff !important;
        }

.faq-card {
    align-items: center;
    border-bottom: 1px solid #EDEDED;
}

.faq-card__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
}

    .faq-card__question:hover {
        color: #4d4d4d;
    }

.faq-card__not-found {
    display: none;
    text-align: center;
}

.faq-card__question .question {
    color: inherit;
}

.faq-card__question .fns-typography {
    font-weight: bold;
    cursor: pointer;
}

.faq-card__question .faq-card__question-icon {
    transition: transform 200ms;
}

.faq-card__answer {
    display: none;
}

.faq-card:last-of-type {
    border-bottom: 0;
}

.form-block {
    border-radius: 4px;
    border: 1px solid #EDEDED;
    overflow: hidden;
}

    .form-block .form-block__header {
        padding: 1rem 5rem;
        background: #4d4d4d;
        margin-bottom: 2rem;
    }

        .form-block .form-block__header.fns-typography {
            color: #fff;
            text-align: center;
        }

    .form-block .form-block__content {
        padding: 2.5rem 5rem;
    }

        .form-block .form-block__content .form-light-blue .fns-textField__formControl {
            background-color: #F5F8FF;
            border: 0;
        }

            .form-block .form-block__content .form-light-blue .fns-textField__formControl .fns-textField__input {
                background-color: #F5F8FF;
            }

        .form-block .form-block__content .fns-textField__formControl {
            display: block;
        }

    .form-block .form-block__footer {
        padding: 1.5rem 5rem;
        background: #E5E5E5;
    }

        .form-block .form-block__footer .fns-checkbox {
            display: flex;
            align-items: flex-start;
        }

            .form-block .form-block__footer .fns-checkbox .fns-checkbox__iconRoot {
                padding: 0;
                margin-right: .75rem;
            }

            .form-block .form-block__footer .fns-checkbox .fns-checkbox__label {
                margin-top: 3px;
                text-align: left;
            }

.code-block {
    padding: 1.5rem;
    background: #f5f5f5;
    border-radius: 2px;
}

.code {
    font-family: monospace;
    word-break: break-word;
}

@media (max-width: 959px) {
    .form-block__footer,
    .form-block__content,
    .form-block__header {
        padding: 1rem !important;
    }
}

.dropdown-field.fns-textField__formControl {
    margin-left: -1px;
    padding: 20px 0 6px;
}

.submit-result {
    display: none;
}

.tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.tag {
    cursor: pointer;
}

.tag-input {
    display: none;
}

    .tag-input:checked + .fns-tag {
        background-color: #0057ff;
        color: #ffffff;
    }

.icon-button:focus {
    box-shadow: none;
}

.rotate180 {
    transform: rotate(-180deg);
}

.info-btn {
    line-height: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    padding: 0;
}

.loader {
    position: absolute;
    left: 5px;
    visibility: hidden;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    border: .2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
