@font-face {
    font-family: 'b_rent_regular';
    src: url("../fonts/texgyreheros-regular-webfont.eot");
    src: url("../fonts/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros-regular-webfont.woff") format("woff"), url("../fonts/texgyreheros-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreheros-regular-webfont.svg#tex_gyre_herosregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b_rent_bold';
    src: url("../fonts/texgyreheros-bold-webfont.eot");
    src: url("../fonts/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros-bold-webfont.woff") format("woff"), url("../fonts/texgyreheros-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreheros-bold-webfont.svg#tex_gyre_herosregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b_rent_italic';
    src: url("../fonts/texgyreheros-italic-webfont.eot");
    src: url("../fonts/texgyreheros-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros-italic-webfont.woff2") format("woff2"), url("../fonts/texgyreheros-italic-webfont.woff") format("woff"), url("../fonts/texgyreheros-italic-webfont.ttf") format("truetype"), url("../fonts/texgyreheros-italic-webfont.svg#tex_gyre_herosregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b_rent_regularCn';
    src: url("../fonts/texgyreheroscn-regular-webfont.eot");
    src: url("../fonts/texgyreheroscn-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheroscn-regular-webfont.woff2") format("woff2"), url("../fonts/texgyreheroscn-regular-webfont.woff") format("woff"), url("../fonts/texgyreheroscn-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreheroscn-regular-webfont.svg#tex_gyre_herosregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'b_rent_boldCn';
    src: url("../fonts/texgyreheroscn-bold-webfont.eot");
    src: url("../fonts/texgyreheroscn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheroscn-bold-webfont.woff2") format("woff2"), url("../fonts/texgyreheroscn-bold-webfont.woff") format("woff"), url("../fonts/texgyreheroscn-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreheroscn-bold-webfont.svg#tex_gyre_herosregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: 'b_rent_regular';
    color: #16325c;
}

body {
    padding: 0px;
    margin: 0 auto;
    font-size: .8125rem;
}

h1 {
    font-size: 1.5rem;
    font-family: 'b_rent_regular';
}

h2 {
    font-size: 1.125rem;
    font-family: 'b_rent_regular';
}

 :placeholder {
    color: #54698d;
}

 ::-webkit-input-placeholder {
    color: #54698d;
}

 :-moz-placeholder {
    color: #54698d;
    opacity: 1;
}

 ::-moz-placeholder {
    color: #54698d;
    opacity: 1;
}

 :-ms-input-placeholder {
    color: #54698d;
}

.pr {
    position: relative;
}

.di {
    display: inline;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.mr8 {
    margin-right: 8px;
}

.mr16 {
    margin-right: 16px;
}

.mb12 {
    margin-bottom: .75rem;
}

.mb16 {
    margin-bottom: 1rem;
}

.mb20 {
    margin-bottom: 1.25rem;
}

.mb24 {
    margin-bottom: 1.5rem;
}

.mt8 {
    margin-top: .5rem;
}

.mt24 {
    margin-top: 24px;
}

.r4 {
    border-radius: 4px;
}

.p16 {
    padding: 16px 0;
}

.pt16 {
    padding-top: 16px;
}

.bt {
    border-top: 1px solid #F4F6F9;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    text-decoration: none;
    transition: all 0.1s;
}

a:hover,
a:active {
    color: #005fb2;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

p {
    display: block;
    text-align: left;
    text-align: start;
    margin: 0px;
    line-height: 1.5rem;
}

.small {
    font-size: .75rem;
}

.label {
    font-size: 12px;
    color: #54698d;
    margin: 0 0 8px 0;
    line-height: inherit;
}

div,
form {
    margin: 0px;
    padding: 0px;
}

.zen-assistiveText {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.button {
    padding: 12px 24px;
    border-radius: 4px;
    border: 0;
    font-size: .8125rem;
    font-family: 'b_rent_bold';
    color: white;
    background-color: #D8DDE6;
    cursor: pointer;
    background-image: none!important;
}

a.button {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

a.secondary,
a.secondary:link,
a.secondary:hover,
a.secondary:active {
    color: #0070d2;
}

.primary {
    background-color: #0070d2;
    color: white;
    transition: all 0.1s;
    border: 1px solid transparent;
}

.primary:hover,
.primary:focus {
    background-color: #005fb2;
}

.secondary {
    background-color: #ffffff;
    border: 1px solid #D8DDE6;
    color: #0070d2!important;
}

.secondary:hover {
    background-color: #F4F6F9;
}

.wide {
    width: 100%;
}

input {
    height: auto!important;
}

input.input {
    border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: 'b_rent_regular';
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: .8125rem;
    transition: all 0.1s;
}

.input {
    padding: 12px;
}

.input:focus {
    background-color: #ffffff;
    border: 1px solid #1589ee;
    outline: 0;
    box-shadow: 0 0 3px #0070D2;
}

input[type="checkbox"] {
    width: auto;
}

input[type='submit'] {
    -webkit-appearance: none;
}

.username {
    display: block;
}

.password {
    display: block;
}

#wrapper {
    padding: 20px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.standard_logo_wrapper {
    height: 113px;
    overflow: hidden;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
}

.standard_logo {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    max-width: 180px;
    max-height: 113px;
}

#header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'b_rent_regular';
    display: block;
}

#wrap {
    min-height: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 48px;
}

#footer {
    position: relative;
    margin-top: -24px;
    height: 24px;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: .75rem;
}

#content {
    margin: 0px auto;
    padding: 1.25rem;
    border-radius: 0.25rem;
    border: 1px solid #D8DDE6;
    color: #16325c;
}

#left {
    display: table-cell;
    height: 100%;
}

#right {
    display: table-cell;
    vertical-align: top;
    background-color: #D8DDE6;
    width: 50%;
    height: 100%;
    color: rgba(255, 255, 255, 0.6);
}

#right iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
    float: right;
}

#pwcaps {
    font-size: 12px;
    color: #54698d;
    margin-top: -8px;
}

#pwcapsicon {
    margin-right: 8px;
}

.inputgroup {
    position: relative;
}

#idcard-container {
    background-color: #ffffff;
    border: 1px solid #D8DDE6;
    padding: 2px;
    border-radius: 4px;
}

#idcard {
    padding: 3px;
    border-radius: 4px;
    position: relative;
}

#idcard-identity {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 43px;
    right: 36px;
    line-height: 32px;
}

.avatar {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    vertical-align: middle;
    margin-right: 8px;
    padding: 4px;
    display: inline-block;
}

.clearlink {
    margin-right: 8px;
    margin-top: 8px;
    float: right;
}

.clearicon {
    width: 16px;
    height: 16px;
    cursor: hand;
}

@media only screen and (max-width: 1024px) {
    #left {
        width: 100%;
    }
    #right {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #wrapper {
        max-width: 100%;
        margin-left: inherit;
        left: inherit;
        padding-top: 20px!important;
    }
    #content {
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }
    .button {
        font-size: 1rem;
    }
    .label,
    .small,
    #footer {
        font-size: .875rem;
    }
    input.input {
        font-size: 1rem;
    }
}

@media only screen and (min-height: 1200px) {
    #wrapper {
        padding-top: 240px;
    }
}

@media only screen and (max-height: 1200px) {
    #wrapper {
        padding-top: 180px;
    }
}

@media only screen and (max-height: 1000px) {
    #wrapper {
        padding-top: 140px;
    }
}

@media only screen and (max-height: 900px) {
    #wrapper {
        padding-top: 100px;
    }
}

@media only screen and (max-height: 736px) {
    #wrapper {
        padding-top: 60px;
    }
}

@media only screen and (max-height: 670px) {
    #wrapper {
        padding-top: 40px;
    }
}

@media only screen and (max-height: 610px) {
    #wrapper {
        padding-top: 20px;
    }
}


/*! CSS Used from: Embedded */

html {
    visibility: hidden;
}

a {
    color: #0070d2;
}

body {
    background-color: white;
}

#content {
    background-color: #ffffff;
}

#header {
    color: #16325c;
}

body {
    display: table;
    width: 100%;
}

#content {
    margin-bottom: 24px;
}

#wrap {
    height: 100%;
}

html {
    visibility: hidden;
}


/*---- NEW ----*/


/*--------    HEADER     ---------*/

.top {
    width: 100%;
    height: 110px;
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: none;
    overflow: hidden;
    padding-top: 40px;
}

.container {
    width: 1200px;
    margin: 0px auto;
    display: block;
    position: relative;
}

.logo {
    display: block;
    float: left;
    max-width: 100%;
}

.topmenu {
    display: block;
    float: left;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 50%;
}

.topmenu ul {
    list-style: none;
    padding: 0;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.toplogin {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
    width: 100px;
}

.toplogin a {
    width: 100px;
    height: 31px;
    line-height: 31px;
    color: #362C32;
    font-size: 11px;
    display: block;
    float: left;
    border: 3px solid #F2F2F2;
    padding-left: 5px;
    font-weight: 700;
    font-family: 'b_rent_regular';
}

.numerov {
    max-width: 150px;
    margin-top: 20px;
    margin-left: 25px;
    float: left
}

.bandierine {
    float: right;
}

.bandierine {
    float: left;
    margin-left: 7px;
    margin-top: 30px;
}

.bandierine a img {
    margin-left: 7px;
    max-width: 23px !important;
}

.topmenu ul li {
    float: left;
    margin-top: 10px;
    margin-left: 20px
}

.topmenu ul li a {
    font-size: 13px;
    color: #362C32;
    line-height: 33px;
    text-decoration: none;
    text-transform: uppercase;
}


/*--------    FOOTER     ---------*/

.footer {
    margin-top: 20px;
    padding-top: 50px;
    background: #303030;
    min-height: 80px;
}

.txtsottof {
    color: #b3b3b3;
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

html {
    visibility: hidden;
}

a {
    color: #0070d2;
}

body {
    background-color: white;
}

#content,
.container {
    background-color: #ffffff;
}

#header {
    color: #16325c;
}

body {
    display: table;
    width: 100%;
}

#content {
    margin-bottom: 24px;
}

#wrap {
    height: 100%;
}

html {
    visibility: hidden;
}