/* cyrillic Open Sans */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url('../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2') format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Lato */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/S6uyw4BMUTPHjx4wXg.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #F6F6F6;
    font-family: "Open Sans", Tahoma, Lato, serif;
    height: 100%;
    min-height: 100%;
}

.main-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 22px);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold;
}

.grants-page .card .card-title img {
    width: 100px;
    height: 100px;
}

.grants-page .card label {
    font-weight: bold;
}

.h40 {
    height: 40px;
}

.softhide {
    visibility: hidden;
    height: 0;
}

.demo-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #4998E1;
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.form-header-container {
    font-size: 16px;
}

.form-input-container {
    margin-left: 41px;
    margin-right: 41px;
}

.form-login-button-container {
    margin-left: 41px;
    margin-right: 41px;
}

.loginForm {
    width: 100%;
    max-width: 458px;
    background: #FFFFFF;
    padding: 30px;
}

.loginInput {
    width: 100%;
    height: 34px;
    background: #F6F6F6;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.loginLabel {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.input-group-text {
    background-color: #F6F6F6;
    border-radius: 0;
}

.login-label-display-inline {
    display: inline-block;
}

.loginButton {
    width: 100%;
    height: 42px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 0;
}

.loginButton:disabled {
    background: rgba(107, 118, 128, 0.76);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.confirmButton {
    width: auto;
}

.loginInputCheckBox {
    display: none;
}

.loginCheckBoxGroup {
    display: flex;
    align-items: center;
}

.loginCheckBox {
    display: block;
    background: rgba(196, 196, 196, 0.15);
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 10px;
    width: 25px;
    height: 25px;
}

.loginCheckBox .hiddenInput {
    visibility: hidden;
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}

.loginCheckBox span {
    margin-right: 9px;
    display: block;
}

.loginCheckBox [type=checkbox] + span:before {
    background: rgba(196, 196, 196, 0.15);
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    display: inline-block;
    content: "";
    overflow: hidden
}

.loginCheckBox [type=checkbox]:checked + span:before {
    content: '\2714';
    color: rgba(47, 112, 209, 0.85);
    padding-left: 3px;
}

.loginCheckboxText {
    padding-left: 16px;
    padding-top: 5px;
    display: inline-block;
}

.loginInvalidPassword {
    color: #b43030;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 6px;
}

.question {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #787878;
}

.question > span {
    margin-left: 5px;
}

.navbar {
    z-index: 2;
}

.navbar-container {
    display: flex;
    flex-direction: column;
}

.navbar-logo {
    width: 195px;
    height: 68px;
}

.logo-container {
    margin-top: 30px;
    margin-bottom: 35px;
    padding-left: 10px;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
}

.signature-text {
    font-size: 17px;
    font-weight: 500;
    color: #1081e9;
    margin-top: 10px;
}

@media (max-width: 420px) {
    .navbar-logo {
        width: 100px;
        height: 42px;
    }

    .logo-container {
        margin-top: 18px;
        margin-bottom: 0;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
    }

    .signature-text {
        font-size: 10px;
        font-weight: 500;
        color: #1081e9;
        margin-top: 5px;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        padding-top: 20px;
    }

    .copyright {
        font-size: 12px;
        line-height: unset;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .loginForm {
        background: none;
        padding: 10px;
    }

    .loginInput {
        background: #fff;
        padding: 8px 8px 8px 12px;
        color: #676767;
        height: 48px;
    }

    .loginLabel {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #676767;
    }

    .main-content {
        background: #F6F6F6;
        padding: 10px;
        min-height: 440px !important;
    }

    .navbar {
        background: #FFFFFF;
    }

    .form-input-container {
        margin-left: 0;
        margin-right: 0;
    }

    #loginHeader {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #2E2E2E;
        margin-top: 26.5px !important;
        margin-bottom: 20px !important;
    }

    #languageSelector {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #2E2E2E;
    }

    #langDropdown {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #2E2E2E;
    }

    #showPass {
        background: #fff;
    }

    .loginButton {
        width: 100%;
    }

    .form-login-button-container {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-height: 520px) {
    .navbar-logo {
        width: 100px;
        height: 42px;
    }

    .logo-container {
        margin-top: 18px;
        margin-bottom: 0;
        margin-left: 10px;
        display: flex;
        flex-direction: column;
    }

    .signature-text {
        font-size: 10px;
        font-weight: 500;
        color: #1081e9;
        margin-top: 5px;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        padding-top: 20px;
    }

    .copyright {
        font-size: 12px;
        line-height: unset;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .loginForm {
        background: none;
        padding: 10px;
    }

    .loginInput {
        background: #fff;
        padding: 8px 8px 8px 12px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #676767;
        height: 48px;
    }

    .loginLabel {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #676767;
    }

    .main-content {
        background: #F6F6F6;
        padding: 10px;
        min-height: 440px !important;
    }

    .navbar {
        background: #FFFFFF;
    }

    .form-input-container {
        margin-left: 0;
        margin-right: 0;
    }

    #loginHeader {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px;
        color: #2E2E2E;
        margin-top: 26.5px !important;
        margin-bottom: 20px !important;
    }

    #languageSelector {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #2E2E2E;
    }

    #langDropdown {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #2E2E2E;
    }

    #showPass {
        background: #fff;
    }

    .loginButton {
        width: 100%;
    }

    .form-login-button-container {
        margin-left: 0;
        margin-right: 0;
    }

    footer {
        display:none;
    }
}

#languageSelector .dropdown-toggle::after {
    display: none;
}

.custom-back-btn {
    width: 30%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
}

.custom-accept-btn {
    width: 60%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
}

.custom-btn {
    width: 100%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
}

#langDropdown {
    font-size: 12px;
    cursor: pointer;
}

#contactsLink {
    margin-right: 15px;
    padding-right: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #1675e0;
}

.contacts {
    min-width: 300px;
    font-size: 14px;
}

.copyright {
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #A2A2A2;
    float: right;
}

footer {
    position: absolute;
    top: calc(100% - 42px);
    left: 0;
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 10px 38px 10px 10px;
}

.contactsForm {
    position: absolute;
    min-width: 357px;
    width: 80%;
    top: 141px;
    height: calc(100vh - 180px);
    background: #FFFFFF;
    padding: 20px;
}

.contact-info {
    font-style: normal;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contact-name {
    font-style: normal;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

.contact-line {
    max-width: 463px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.contacts-hide-button {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #1081E9;
    cursor: pointer;
}

.language-item {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #787878;
}

.langSelector {
    min-width: unset !important;
    font-size: 14px !important;
    border: 0;
}

.pointer {
    cursor: pointer;
}

.fs-14 {
    font-size: 14px;
}

/* station auth styles */

.auth {
    display: flex;
    flex-direction: column;
}

.auth__title {
    font-size: 60px;
    line-height: 80px;
    font-weight: 600;
    text-align: center;
}

.auth__input {
    width: 560px;
    height: 92px;
    border: none;
    border-radius: 16px;
    padding: 12px 12px 12px 24px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600px;
}

.auth__input:focus {
    border: 3px solid #e910e5;
}

.auth__input:first-of-type,
.auth__button:first-of-type {
    margin: 52px 0 20px;
}

.auth__button {
    width: 560px;
    height: 92px;
    padding: 28px 60px 28px 60px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    border: none;
    cursor: pointer;
}

.auth__button--enter {
    background-color: #1081E9;
    color: #FFFFFF;
}

.auth__button--forget {
    color: #1C1B1F;
    border: 1px solid #BDBDBD;
}
