@font-face {
    font-family: RubrikNew;
    src: url("../fonts/rubriknew/RubrikNew-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: RubrikNew;
    src: url("../fonts/rubriknew/RubrikNew-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: RubrikNew;
    src: url("../fonts/rubriknew/RubrikNew-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

h1 {
    font-family: RubrikNew;
}

body {
    transform-origin: center top;
}

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

#outer {
    width: 1440px;
}

.struct {
    }

.header {
        height: 72px;
    padding: 0 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #747E89;
    align-self: stretch;
}

.header .inner a, a:hover, a:active, a:focus {
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    color: #747E89;
    background: #FFFFFF;
}

.header .bank_logo {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .bank_logo img {
    flex: 1 0 auto;
    max-height: 72px;
}

.header .bank_links {
    margin-left: auto;
}

.dropbtn {
    padding-left: 24px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    color: #747E89;
    border: none;
    background-color: #ffffff;
}

.dropdown {
    position: relative;
}

.dropbtn {
    display: flex;
}

.dropbtn img {
    margin-top: 1px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    right: 0;
    padding: 8px 24px 24px;
}


.dropdown-content a {
    text-decoration: none;
    display: block;
    transform: translateX(0%);
    white-space: nowrap;
}

.contact {
    font-size: 16px;
    line-height: 24px;
    color: #10002B;
}

.contact-info {
    font-size: 14px;
    line-height: 16px;
    color: #6A6A6A;
}

.dropdown:hover .dropdown-content a {
    padding-left: 0px;
    padding-top: 16px;
}

.dropdown:hover .dropdown-content {
    display: block;
    }

.content {
    flex: 1 0 auto;
}

.banner-login-box {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
    width: 1440px;
    height: 640px;
    overflow: hidden;
}

.banner-login-box .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.underline {
    text-decoration: underline;
}

.line-center.underline a {
    padding-top: 16px;
}

.button-link, .button-close {
    background: none;
    border: solid 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-decoration-line: underline;
    color: #00B2A9;
    cursor: pointer;
}

.button-link {
    margin-top: 16px;
    text-decoration-line: underline;
}

.banner-login-box h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #10002B;
    margin: 0;
}

.banner-login-box a {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    color: #00B2A9;
}

.banner-new {
    width: 100%;
    height: 640px;
    background: no-repeat center;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    }

.arrow-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #FFFFFF;
    opacity: 0.1;
}

.banner-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.banner-next-container, .banner-prev-container {
    position: absolute;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
}

.banner-login-box .banner-next-container {
    right: 36px;
}

.banner-login-box .banner-prev-container {
    left: 36px;
}

.banner-counter {
    position: absolute;
    top: 64px;
    right: 32px;
    display: none;
    color: #FFFFFF;
}

.banner-container {
    position: relative;
    display: inline-block;
    background: no-repeat center;
    background-size: 100% 100%;
    width: 1440px;
    height: 640px;
    margin: 0;
    float: left;
}

.banner-container-empty {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: no-repeat center/100%;
    width: 100%;
    height: 100%;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.banner-image img {
    max-height: 100%;
    max-width: 100%;
    z-index: 1;
}

.banner-container .banner-image img {
    max-height: 100%;
    max-width: 100%;
    padding-right: 87px;
    z-index: 1;
}

.banner-info {
    position: absolute;
    top: 136px;
    left: 656px;
    z-index: 2;
}

.banner-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 123px;
    height: 56px;
    margin-top: 40px;
    background: #00B2A9;
    border-radius: 4px;
    border: solid 0;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    padding: 16px 20px;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.banner-text {
    max-width: 592px;
    max-height: 172px;
    overflow: hidden;
}

.banner-text h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 8px 0;
}

.banner-text div {
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 8px 0;
}

.banner-link-buttons {
    display: inline-flex;
    margin: 18px 0 0 -10px;
    max-width: 350px;
    max-height: 210px;
    overflow:hidden;
    flex-wrap: wrap;
}

.banner-link-buttons a{
    height: 50px;
    margin: 10px;
    min-width: 50px;
}

.banner-img-newline{
    flex-basis: 100%;
    height: 0;
}

.banner-img-container {
    height: 100%;
    min-width: 100%;
}

.banner-img-cont {
    height: 100%;
    min-width: 100%;
}

.banner-img-context.bordered {
    border: 1px solid white;
    border-radius: 6px;
    height: 100%;
}

.banner-img-context span {
    padding: 12px 10px;
    max-width: 350px;
}

.banner-link-buttons a, .banner-link-buttons a:hover{
    background: none;
}

.banner-img-context {
    display: flex;
    justify-content: center;
    height: 100%;
}

.banner-img {
    display: flex;
    align-items: center;
}

.banner-img-context img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.form-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.form-box {
    width: 488px;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 1;
    padding: 0 0 24px;
    position: relative;
}

.form-box .button-close {
    position: absolute;
    z-index: 11;
    top: 31px;
    right: 31px;
}

.tooltips {
    font-family: Roboto;
    font-weight: 400;
    color: #10002B;
    margin-top: 5px;
    display: flex;
}

.tooltips div {
    display: inline-block;
}

.tooltips .main {
    font-size: 13px;
    line-height: 20px;
    width: 90%;
    padding-left: 15px;
}

.tooltips-auth {
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -7.5px;
    cursor: pointer;
    width: 25px;
}

.tooltips-content {
    position: relative;
}

.tooltips-auth:hover {
    right: -286px;
    width: 286px;
}

.tooltips-auth:hover .tooltips-message {
    display: inline-block;
}

.tooltips-message {
    display: none;
    font-size: 12px;
    line-height: 20px;
    padding: 13px 15px 10px;
    background: #f5f6f8;
    border-radius: 3px;
    box-shadow: 0 10px 20px 0 #00000026;
    z-index: 1;
    position: absolute;
    top: -15px;
    left: 35px;
    width: auto;
    max-width: 286px;
}

.tooltips-message::before {
    content: ' ';
    position: absolute;
    top: 17px;
    left: -11px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent #f5f6f8 transparent transparent;
}

.icoinfo {
    width: 30px;
    height: 30px;
    background: url(../img/new/ico-info.svg) no-repeat;
}

.icohelp {
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url(../img/new/ico-help.svg) no-repeat;
}

.tooltips-auth:hover .icohelp {
    background: url(../img/new/ico-help-fill.svg) no-repeat;
}

.main-tooltip-pic {
    width: 30px;
    height: 30px;
}

.messages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 32px;
}

.errmsg {
    padding: 0 24px;
    font-size: 13px;
    line-height: 16px;
    color: #FF4733;
}

#captchaErrorFrame {
    height: 16px;
}

.captcha-part .field-input {
    width: 100%
}

.qr-part {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.qr-info {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #6A6A6A;
    margin: 24px 0;
}

.login-box {
    margin: 32px 40px 0;
}

.login-box-tooltips {
    margin: 32px 50px 0 40px;
}

.qr-part, .captcha-part {
    margin: 32px 81px 0;
}

#captcha {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 20px 0 60px 0;
}

.fieldset {
    margin-top: 15px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.form .field {
    }

.form .field .field-label {
    display: block;
    margin: 6px 0;
    color: #313131;
    font-size: 15px;
    line-height: 1.33;
}

.field-input {
    position: relative;
}

.field-input input {
    width: 100%;
    padding: 18px 24px;
    color: #747E89;
    font-size: 18px;
    line-height: 28px;

    border: 1px solid #D5D9DE;
    box-sizing: border-box;
    border-radius: 4px;
    background: #FAFAFB;
}

.field-input input:focus {
    outline: none !important;
    background: #FFF7F5;
    border: 2px solid #FF4733;
    box-sizing: border-box;
    border-radius: 4px;
}

.form .field .field-input input[vki_attached] {
    padding-right: 67px;
}

.form .field .field-input input.withErrors {
    border-color: #cc0001;
    box-shadow: inset 0 1px 2px 0 rgba(255, 255, 255, 0.15);
}

.form .field .field-input input::placeholder {
    color: #b8b6b6;
    opacity: 1;
}

.form .field .field-input input::-webkit-input-placeholder {
    color: #b8b6b6;
}

.form .field .field-input input:-ms-input-placeholder {
    color: #b8b6b6;
}

.banner-ext-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 121px;
    width: 100%;
    height: 232px;
}

.banner-arrow.prev, .banner-arrow.next,
.banner-arrow.news-next, .banner-arrow.news-prev {
    display: none;
}

.banner-ext-arrow {
    width: 112px;
    height: 100%;
    padding: 85px 36px 107px 36px;
}

.banner-ext {
    margin: 0 32px;
    width: 1152px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner-ext-carousel {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner-ext-container {
    display: inline-block;
    position: relative;
    margin: 0 16px;
    height: 100%;
    width: 544px;
    float: left;
    border-radius: 8px;
    border: solid 0px;
    overflow: hidden;
    background: no-repeat center;
    background-size: 100% 100%;
}

.banner-ext-text {
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 2;
    max-width: 300px;
    max-height: 110px;
    overflow: hidden;
}

.banner-ext-text h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
}

.banner-ext-details {
    position: absolute;
    bottom: 24px;
    left: 32px;
    z-index: 2;
}

.banner-ext-details a {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
}

.news-box-section {
    margin-top: 120px;
    height: 302px;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.news-box-section h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    padding-left: 112px;
}

.news-arrow-prev {
    width: 96px;
    height: 100%;
    padding: 54px 20px 124px 36px;
}

.news-arrow-next {
    width: 96px;
    height: 100%;
    padding: 54px 36px 124px 20px;
}

.news-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 170px;
}

.news {
    width: 1248px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.news-carousel {
    width: 100%;
    height: 100%;
    position: absolute;
}

.news-container {
    display: inline-block;
    position: relative;
    margin: 0 16px;
    height: 100%;
    width: 384px;
    float: left;
    border: solid 0px;
    overflow: hidden;
}

.news-date {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 28px;
    color: #6C6C6C;
}

.news-title {
    max-height: 116px;
    overflow: hidden;
}

.news-title span, .news-title a, .news-title a:hover {
    font-size: 18px;
    line-height: 28px;
    color: #1E60BE;
}

.footer {
    margin-top: 28px
}

.footer .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.separate {
    width: 100%;
    height: 1px;
    border: 0;
    background: #E3E3E3;
}

.contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
    padding: 0 112px;
}

.contact-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-width: 756px;
}

.contact-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-width: 460px;
}

.link-conteiner {
    width: 220px;
    margin-right: 32px;
}

.link-conteiner .contact {
    font-weight: 500;
}

.contact-img {
    height: 40px;
}

.contact-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 16px;
    }

.contact-img img {
        display: block;
        }

.footer-info {
    padding: 40px 112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.app {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px 26px;
    width: 280px;
    min-height: 200px;
    background: #F5F5F5;
    border-radius: 4px;
}

.app h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #10002B;
    margin: 4px 0;
    max-width: 248px;
}

.app div {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #989898;
    margin: 4px 0;
    max-width: 248px;
}

.appbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 6px 9px;
    border: 1px solid #10002B;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 8px 0;
    width: 160px;
    height: 40px;
}

.app-login-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    background: #FAFAFB;
    border: 1px solid #10002B;
    border-radius: 7px;
    margin: 27px 8px 0;
}

.app a, .app a:hover {
    background: none;
}

.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 112px;
    margin: 40px 0;
}

.info-text-box {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-right: 32px;
    max-width: 904px;
}

.info-text-box h2 {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #10002B;
    margin-bottom: 24px;
    width: 100%;
}

.info-text {
    font-size: 13px;
    line-height: 16px;
    color: #6C6C6C;
    width: 100%;
    word-wrap: break-word;
    -webkit-column-width: 436px;
    -moz-column-width: 436px;
    column-width: 436px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.info-text a, .info-text a:hover {
    font-size: 13px;
    line-height: 16px;
    color: #0058CC;
    width: 100%;
    word-wrap: break-word;
}

.login .pass-eye, .login .pass-eye-slash {
    margin: 0 8px 0 17px
}

.login .pass-eye {
    background: url(../img/eye.svg) no-repeat;
}

.login .pass-eye-slash {
    background: url(../img/eye-slash.svg) no-repeat;
}

.login .pass-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    cursor: pointer;
}

.login .keyboardInputInitiator {
    position: absolute;
    top: 50%;
    margin: -12px 0 0 0;
    right: 61px;
}

.messages, .caps-indicator, .tooltips, .errms, #errorMessage, #captchaErrorMessage {
    width: 100%;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Hairline.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-HairlineItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-ThinItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-LightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-MediumItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-SemiboldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Heavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-HeavyItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: Lato;
    src: url("../fonts/lato/Lato-BlackItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: Rouble;
    src: url("../fonts/rouble/RUBSN.otf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    width: 100% !important;
        height: 100% !important;
    margin: 0;
}

body,
input,
button {
    font-family: Roboto, sans-serif;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.rub {
    font-family: Rouble;
}

.box-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1px;
}

.box-inner {
    min-width: 1000px;
    max-width: 1280px;
    margin: 0 auto;
}

.header .inner a {
    padding-left: 24px;
}

.header .logo {
    flex: 1 0 auto;
    line-height: 0;
    padding-right: 8px;
}

.form .buttonset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.form button, .captcha-part button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    background: #00B2A9;
    border-radius: 4px;
    border: solid 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    width: 144px;
    height: 56px;
}

.h-layout {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.login .currency-rate {
        padding: 20px;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .65);
    color: #4a4848;
    text-align: left;
}

.login .currency-rate table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.login .currency-rate thead th {
    vertical-align: baseline;
    padding: 0 0 7px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.login .currency-rate thead th:nth-child(1) {
    width: 50%;
}

.login .currency-rate thead th:nth-child(2) {
    width: 30%;
}

.login .currency-rate thead th:nth-child(3) {
    width: 20%;
}

.login .currency-rate tbody th {
    vertical-align: baseline;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.login .currency-rate td {
    vertical-align: baseline;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 300;
}

.login .currency-rate .h {
    padding: 0 0 7px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#curRates {
    padding: 5px 0;
    font-size: 24px;
    font-weight: 300;
}

#curRates .currCode {
    display: inline-block;
    vertical-align: baseline;
    width: 70px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}



.login .chat-box {
    display: block;
    position: fixed;
    right: 0;
    bottom: 186px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px 0 0 4px;
    white-space: nowrap;
    word-spacing: -0.3em;
}

.login .chat-box::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    margin-right: 14px;
    background: url("../img/chat.svg") no-repeat center/contain;
}

.login .chat-box .chat-content {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    white-space: normal;
    word-spacing: normal;
}

.first-login .error-message,
.password-recovery .error-message {
    color: #cc0001;
    font-size: 12px;
    white-space: nowrap;
}

.first-login .error-message .img,
.first-login .error-message .text,
.password-recovery .error-message .img,
.password-recovery .error-message .text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.first-login .error-message .text,
.password-recovery .error-message .text {
    padding: 0 20px 0 5px;
}



