* {
    font-family: 'PT Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    background-color: #efefef;
    min-height: 100vh;
}

h2 {
    color: white;
    font-size: 1em;
}

h3 {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}

p {
    margin: 0;
    color: rgb(128, 128, 128);
    font-weight: 400;
    font-size: 0.7em;
    line-height: 1.2em;
}

a {
    color: #a4aab0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
}

section.errorpage, section.manual-hero, section.settings, section.profile-hero, section.settings-safe {
    min-height: 82vh;
    margin-top: 60px;
}

section.hero {
    min-height: 82vh;
    margin-top: 106px;
}

button {
    cursor: pointer;
}

button:active {
    scale: 1.05;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1300px;
}

.language-menu {
    margin-top: 15px;
}

.language-switch {
    font-size: 12px;
    margin-right: 5px;
}

.title-hero {
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    width: 100%;
}

.title-hero-paragraph.first,
.title-hero-paragraph.second,
.title-hero-paragraph.thirt {
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
}

.title-hero-paragraph.first {
    font-size: 38px;
}

.title-hero-paragraph.thirt {
    font-size: 24px;
}

.description-hero {
    color: #000000;
    line-height: 31px;
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
}

.in-action-button-hero {
    background-color: #16aaff;
    text-transform: uppercase;
    min-width: 230px;
}

.use-links-list {
    display: flex;
    padding-top: 20px;
}

.use-img {
    width: 130px;
}

.hero-left-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-img {
    width: 100vw;
}

.hero-right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 46px;
}

.connect-button {
    font-size: 14px;
    background-color: #12c48b;
    text-transform: uppercase;
    min-width: 270px;
    align-items: center;
    color: white;
    font-weight: 700;
    letter-spacing: .1em;
    border: 1px solid white;
    border-radius: 30px;
    border-spacing: 2px;
    padding: 12px 24px 12px 24px;
    margin-top: 15px;
}

.hero-user-manual {
    padding-top: 20px;
}

.icon-container {
    display: flex;
    align-items: center;
    text-decoration: underline solid;
    color: #16aaff;
}

.user-manual-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("user-manual.png");
    background-size: cover;
    margin-right: 5px;
}

.card-list {
    display: flex;
    flex-direction: column;
}

.card-item {
    background-color: #FFFFFF;
    border-radius: 15px;
    margin-top: 60px;
}

.card-img-background {
    position: relative;
    background-color: #1d3b73;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    top: -40px;
    left: 30px;
}

.card-img {
    position: relative;
    padding: 20px;
    margin: 0;
}

.card-content {
    margin: -25px 15px 20px 15px;
    text-align: center;
}

.card-title {
    color: black;
    font-size: 19px;
}

.card-description {
    color: black;
    font-size: 16px;
}

.ability {
    background-color: #1d3b73;
    padding-top: 20px;
}

.ability-container {
    padding-top: 20px;
}

.ability-title {
    text-transform: uppercase;
    margin: 0 20px 40px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.ability-description-brief-container {
    width: 100%;
    height: 56px;
    display: flex;
    flex-direction: row;
    border: 2px solid #12c48b;
    margin: 30px 0;
    max-width: 420px;
    padding: 0 16px;
}

.ability-description-brief-select {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    color: #12c48b;
    font-size: 16px;
    font-weight: 600;
}

.brief-item {
    background-color: #1d3b73;
    text-transform: uppercase;
}

.pattern-title {
    font-size: 32px;
    text-align: center;
}

.pattern-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.pattern-title-base {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.pattern-title-p {
    line-height: 47px;
    font-style: italic;
    font-size: 26px;
    font-weight: 400;
    color: white;
}

.pattern-description-base {
    color: white;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.ability-description, .pattern-description {
    color: white;
    font-size: 16px;
    text-align: center;
}

.pattern-description {
    margin-bottom: 30px;
}

.pattern {
    padding-top: 20px;
}

.login {
    margin: 86px 20px 20px 20px;
    height: 80vh;
}

.login a {
    color: #3f6ad8;
}

.login-container {
    padding: 20px 0;
    background-color: white;
    border-radius: 15px;
    max-width: 800px;
}

.login-title {
    color: #1d3b73;
    font-size: 20px;
}

.login-form {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.login-label {
    width: 60vw;
}

.login-input {
    width: 70vw;
}

.login-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50%;
    font-size: 12px;
}

.login-button-form {
    padding: 3px 15px;
    border-radius: 6px;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
    color: white;
}

#error {
    color: darkred;
    font-size: 16px;
    max-width: 250px;
    text-align: center;
}

.remember-me {
    margin-top: 10px;
}

.remember-me-input, .login-button-form {
    margin-right: 6px;
}

.custom-line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.operational-notifications {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: #2d3238;
    padding-top: 60px;
    padding-bottom: 15px;
}

.operational-notifications-title {
    color: white;
    width: min-content;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 36px;
}

.operational-notifications-text {
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
}

.alarm-img {
    margin: 30px 0;
    width: 150px;
}

.changing-balance-container {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 26px;
}

.changing-balance-img {
    margin-left: 8px;
    width: 40px;
    height: 40px;
}

.changing-balance-info-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.changing-balance-title {
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.changing-balance-text {
    color: white;
    font-size: 14px;
}

.tariff-plans {
    display: flex;
    width: 100%;
    padding: 60px 0 0;
    flex-direction: column;
    align-items: center;
    background-color: #efefef;
}

.tariff-select {
    margin-bottom: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariff-plans-container {
    margin-bottom: 20px;
}

.tariff-plans-title {
    font-weight: 600;
    font-size: 26px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.tariff-plans-info-1 {
    color: black;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}

.table-title {
    font-weight: bold;
}

.function-container {
    background-color: white;
    max-width: 700px;
    padding: 26px 10px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.function-title-container {
    background-color: #ebf0f5;
    width: 190px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.function-title {
    text-transform: uppercase;
    color: #2a5298;
    font-size: 20px;
    font-weight: 600;
}

.function-info-container, .function-categories-container {
    padding: 0;
}

.function-info-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 24px;
}

.function-categories-container {
    display: flex;
    align-items: center;
}

.available-templates-title {
    font-size: 14px;
}

.available-templates-list {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 0 10px;
}

.function-info-item {
    font-size: 12px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}

.available-templates-item {
    margin-bottom: 10px;
}

.function-price-free-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 6px;
}

.function-price-free-item {
    margin-bottom: 4px;
}

.function-price-free-item-cross-img {
    width: 20px;
}

.function-price-free-item-cross-img:first-of-type {
    margin-top: 0;
}

.function-price-free-item-mark-img {
    width: 23px;
    margin-left: -1px;
}

.function-price-pro-item {
    width: 108px;
    height: 30px;
    border: 0 solid transparent;
    background-color: #ebf0f5;
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 8px;
    align-items: center;
    position: relative;
}

.function-price-pro-item:focus {
    outline: none;
}

.function-price-pro-item-text {
    text-transform: uppercase;
    color: #2a5298;
    font-size: 12px;
    font-weight: 600;
}

.bi.bi-caret-down-fill {
    color: #2a5298;
    font-size: 14px;
}

.function-price-pro-item-buttons-list, .function-price-pro-item-buttons-list-item, .function-price-button-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.function-price-free-container {
    padding: 0;
    width: max-content;
}

.function-price-pro-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.function-price-pro-item-buttons {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.function-price-pro-item-buttons.open {
    display: flex;
    width: 126px;
}

.function-price-button-item {
    border: 0 solid transparent;
}

.function-price-button-item:focus {
    outline: none;
}

.function-price-pro-item-buttons-list-item:last-of-type {
    margin-bottom: 4px;
}

.function-price-pro-item-buttons-list {
    max-height: 160px;
    overflow-y: scroll;
    padding: 10px 0 0;
    margin-top: -6px;
    background-color: #ebf0f5;
    border-radius: 0 0 12px 12px;
}

.function-price-pro-item-buttons-list::-webkit-scrollbar {
    width: 0;
}

.function-price-free-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date-updating-data {
    font-size: 14px;
    color: black;
    width: max-content;
    margin-top: 14px;
}

.number-of-accounts {
    color: black;
    margin-top: 16px;
    font-size: 20px;
}

.price {
    color: black;
    margin-top: 14px;
    font-size: 14px;
}

@media screen and (min-width: 375px) and (max-width: 414px) {
    .title-hero {
        margin-top: 6px;
        text-align: center;
    }

    .title-hero-paragraph.first,
    .title-hero-paragraph.second,
    .title-hero-paragraph.thirt {
        font-size: 22px;
        font-weight: 700;
        width: 100%;
    }

    .title-hero-paragraph.first {
        font-size: 46px;
    }

    .title-hero-paragraph.thirt {
        font-size: 28px;
    }
}

@media screen and (min-width: 414px) and (max-width: 768px) {
    .title-hero {
        margin-top: 12px;
        text-align: center;
    }

    .title-hero-paragraph.first,
    .title-hero-paragraph.second,
    .title-hero-paragraph.thirt {
        font-size: 26px;
        font-weight: 700;
        width: 100%;
    }

    .title-hero-paragraph.first {
        font-size: 54px;
    }

    .title-hero-paragraph.thirt {
        font-size: 34px;
    }
}

@media (width >= 768px) {
    .title-hero {
        text-align: center;
    }

    .title-hero-paragraph.first,
    .title-hero-paragraph.second,
    .title-hero-paragraph.thirt {
        font-size: 26px;
        font-weight: 700;
        width: 100%;
    }

    .title-hero-paragraph.first {
        font-size: 54px;
    }

    .title-hero-paragraph.thirt {
        font-size: 34px;
    }

    .cash-container {
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .cash-account {
        min-width: 49%;
        margin-right: 12px;
    }

    .cash-account-title {
        display: inline;
    }

    .positions {
        margin-left: 6px;
    }

    .general-info {
        max-width: 300px;
    }

    .hero-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .hero-img {
        margin-top: 30px;
        margin-right: -20px;
        width: 40vw;
        max-width: 576px;
    }

    .hero-left-block {
        max-width: 550px;
        /*margin-right: 140px;*/
    }

    .cards {
        margin-top: 100px;
    }

    .card-list {
        flex-direction: row;
    }

    .card-item {
        margin: 20px;
    }

    .ability-container {
        max-width: 80vh;
    }

    .pattern {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .pattern-img {
        max-width: 400px;
    }

    .confirm-email {
        display: flex;
        flex-direction: column;
    }

    .hidden {
        display: none;
    }

    .cash-account-number {
        display: inline;
    }

    .change-number {
        display: inline;
    }

    .account-name-changer.open {
        display: inline;
    }

    .name-changer-input {
        margin-left: 6px;
    }

    .name-changer-button {
        margin: 0 0 0 6px;
        padding: 3px;
    }

    .available-templates-item {
        margin-bottom: 18px;
    }

    .function-info-item {
        margin-bottom: 20px;
    }

    .table-title {
        padding-right: 80px;
    }

    #error {
        max-width: 500px;
    }
}