.footer__conditions a{
    color: #FFFFFF;
}
@media (max-width: 500px){
    .cards {
        grid-template-columns: none;
    }
}
.intro__block {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.intro__nav {
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intro__nav-link {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 21px;
    line-height: 145%;
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

.intro__nav-link:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .intro__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .intro__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .intro__nav-link {
        margin-right: 20px;
    }
    .intro__nav-link:last-child {
        margin-right: 0;
    }
}

/* ==================================================================== */
/* LOGIN FORM
/* ==================================================================== */
.login-form {
    padding-bottom: 100px;
    max-width: 900px; }
.login-form-wrapper {
    color: #000;
    border-bottom: 1px dashed #d6d6d6;
    border-top: 1px dashed #d6d6d6;
    padding-left: 50px;
    padding-bottom: 26px;
    margin-bottom: 25px;
    overflow: hidden;
    min-height: 330px;
    background: url(../img/access-lock.png) right center no-repeat #ececec; }
.login-form-wrapper .article-page-block__content-wrapper {
    padding-right: 268px !important; }
.login-form__header {
    font-size: 24px;
    line-height: 24px;
    padding-top: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 28px; }
.login-form__table {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 146px; }
.login-form__table-left {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-right: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 5px; }
.login-form__table-left p:last-of-type {
    -ms-flex-positive: 1;
    flex-grow: 1; }
.login-form__table-right {
    /*padding-left: 60px;*/
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start; }
.login-form__table-left + .login-form__table-right {
    padding-left: 60px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 5px; }
.login-form__table-left + .login-form__table-right p:last-of-type {
    -ms-flex-positive: 1;
    flex-grow: 1; }
.login-form p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px !important; }
.login-form p + span {
    margin-top: 18px !important;
    display: block; }
.login-form .button {
    font-size: 16px;
    padding: 9px 12px 8px 12px !important;
    margin-top: 14px !important;
    line-height: 19px;
    white-space: nowrap;
    border: none !important; }