* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block
}

html {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic
}

body {
    min-height: 100%;
    -webkit-font-smoothing: subpixel-antialiased
}

.clearfix {
    clear: both;
    zoom: 1
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix:after {
    clear: both
}

.wait-block {
    margin-top: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
}

body.background.error-page-wrapper, .background.error-page-wrapper.preview {
    font-family: 'Source Sans Pro', sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}

.background.error-page-wrapper .content-container {
    border: 1px solid black;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 20px 50px 20px 50px;
    background-color: #fff;
    width: 100%;
    max-width: 525px;
    position: absolute;
    left: 50%;
    margin-left: -262px;
    overflow: hidden;
}

.background.error-page-wrapper .content-container.in {
    left: 0px;
    opacity: 1;
}

.background.error-page-wrapper .head-line {
    transition: color .2s linear;
    font: 48px/60px 'helveticaneuecyrlight';
    /*font-size: 48px;*/
    /*line-height: 60px;*/
    letter-spacing: -1px;
    margin-bottom: 5px;
    color: #ccc;
}

.head-line-middle {
    transition: color .2s linear;
    font: 36px/50px 'helveticaneuecyrlight';
    letter-spacing: -1px;
    margin-bottom: 5px;
    color: #ccc;

}

.background.error-page-wrapper .subheader {
    transition: color .2s linear;
    font: 36px/46px 'helveticaneuecyrlight';
    color: #333;
}

.subheader-middle {
    transition: color .2s linear;
    font: 30px/40px 'helveticaneuecyrlight';
    color: #333;
}

.background.error-page-wrapper .hr {
    height: 1px;
    background-color: #ddd;
    width: 60%;
    max-width: 250px;
    margin: 35px auto;
}

.background.error-page-wrapper .hr-small {
    height: 1px;
    background-color: #ddd;
    width: 60%;
    max-width: 250px;
    margin: 20px auto;
}

.background.error-page-wrapper .context {
    transition: color .2s linear;
    font-size: 18px;
    line-height: 27px;
    color: #bbb;
}

.background.error-page-wrapper .context p {
    margin: 0;
}

.background.error-page-wrapper .context p:nth-child(n+2) {
    margin-top: 16px;
}

.background.error-page-wrapper .buttons-container {
    margin-top: 20px;
    overflow: hidden;
}

.background.error-page-wrapper .buttons-container a {
    transition: text-indent .2s ease-out, color .2s linear, background-color .2s linear;
    text-indent: 0px;
    font: 14px/24px 'helveticaneuecyrlight';
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #2ecc71;
    border-radius: 99px;
    padding: 12px 0 13px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 45%;
}

.background.error-page-wrapper .buttons-container .fa {
    transition: left .2s ease-out;
    position: absolute;
    left: -50px;
}

.background.error-page-wrapper .buttons-container a:hover {
    text-indent: 15px;
}

.background.error-page-wrapper .buttons-container a:nth-child(1) {
    float: left;
}

.background.error-page-wrapper .buttons-container a:nth-child(2) {
    float: right;
}

.background.error-page-wrapper .buttons-container .fa-home {
    font-size: 18px;
    top: 15px;
}

.background.error-page-wrapper .buttons-container a:hover .fa-home {
    left: 10px;
}

.background.error-page-wrapper .buttons-container .fa-warning {
    font-size: 16px;
    top: 17px;
}

.background.error-page-wrapper .buttons-container a:hover .fa-warning {
    left: 5px;
}

.background.error-page-wrapper .buttons-container .fa-sign-in {
    font-size: 16px;
    top: 17px;
}

.background.error-page-wrapper .buttons-container a:hover .fa-sign-in {
    left: 5px;
}

.background.error-page-wrapper .buttons-container .fa-power-off {
    font-size: 16px;
    top: 17px;
}

.background.error-page-wrapper .buttons-container a:hover .fa-power-off {
    left: 9px;
}

.background.error-page-wrapper .buttons-container.single-button {
    text-align: center;
}

.background.error-page-wrapper .buttons-container.single-button a {
    float: none !important;
}

@media screen and (max-width: 555px) {
    .background.error-page-wrapper {
        padding: 30px 5%;
    }

    .background.error-page-wrapper .content-container {
        padding: 37px;
        position: static;
        left: 0;
        margin-left: 0;
    }

    .background.error-page-wrapper .head-line {
        font-size: 36px;
    }

    .background.error-page-wrapper .subheader {
        font: 27px/37px 'helveticaneuecyrlight';
        /*font-size: 27px;*/
        /*line-height: 37px;*/
    }

    .background.error-page-wrapper .hr {
        margin: 30px auto;
        width: 215px;
    }

    .background.error-page-wrapper .buttons-container .fa {
        display: none;
    }

    .background.error-page-wrapper .buttons-container a:hover {
        text-indent: 0px;
    }
}

@media screen and (max-width: 450px) {
    .background.error-page-wrapper {
        padding: 30px;
    }

    .background.error-page-wrapper .head-line {
        font-size: 32px;
    }

    .background.error-page-wrapper .hr {
        margin: 25px auto;
        width: 180px;
    }

    .background.error-page-wrapper .context {
        font-size: 15px;
        line-height: 22px;
    }

    .background.error-page-wrapper .context p:nth-child(n+2) {
        margin-top: 10px;
    }

    .background.error-page-wrapper .buttons-container {
        margin-top: 29px;
    }

    .background.error-page-wrapper .buttons-container a {
        float: none !important;
        width: 65%;
        margin: 0 auto;
        font-size: 13px;
        padding: 9px 0;
    }

    .background.error-page-wrapper .buttons-container a:nth-child(2) {
        margin-top: 12px;
    }
}

.background-image {
    background-color: #FFFFFF;
}

.primary-text-color {
    color: #494949 !important;
}

.secondary-text-color {
    color: #AAAAAA !important;
}

.border-button {
    color: #2ECC71 !important;
    border-color: #2ECC71 !important;
}

.button {
    background-color: #e67c32 !important;
    color: #FFFFFF !important;
}

.shadow {
    box-shadow: 0 0 60px #000000;
}

.center-container {
    position: relative;
}

.absolute-center {
    width: 50%;
    height: 470px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 20%;
    right: 0;
}

.absolute-center.is-fixed {
    position: fixed;
    z-index: 999;
}


.manpower-wall {
    background: url(../images/adviros_wall.png) no-repeat center center;
    background-size: cover;
}

.username, .password, .passrepairemail {
    height: 44px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 6px;
    font: 17px/17px 'helveticaneuecyrlight';
    font-family: FontAwesome , sans-serif;
    text-align: center;
    font-size: 17px;
}

.username:hover, .password:hover, .passrepairemail:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login-box {
    height: 480px;
}

.login-message {
    font: 15px/20px 'helveticaneuecyrlight';
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.login-error {
    background-color: #e74c3c;
}

.logout-success, .pass-repair-success {
    background-color: #2ECC71;
}

.icon-content {
    content: "";
    background-image: none !important;
    margin-top: auto !important;

}

/*header*/
header {
    display: inline;
    min-height: 90px;
}

header .contacts {
    height: 70px;
    font-size: 0;
    text-align: right;
    padding: 23px 0 0 0;
}
header .contacts p {
    display: inline-block;
    font: 15px/20px 'helveticaneuecyrlight';
    vertical-align: middle; color: #373a43;
    margin: 0 14px;
}
header .contacts p a {
    color: #373a43;
}

header .contacts .lang-links a {
    color: #373a43;
    text-decoration: underline;
    display: inline-block;
}

header .contacts .lang-links a:hover {
    text-decoration: none;
}

header .contacts p a:hover {
    text-decoration: underline;
}

header .social {margin-left: 8px;}
.social {font-size: 0; display: inline-block; vertical-align: middle;}
.social a {width: 32px; height: 32px; display: inline-block; vertical-align: top; margin: 0 0 0 15px;}
.social a:first-child {margin: 0;}
.social .fb {background: url(../images/soc_fb.png) no-repeat;}
.social .in {background: url(../images/soc_in.png) no-repeat;}
.social .im {background: url(../images/soc_im.png) no-repeat;}

.logo {
    float: left;
    padding: 10px 0 0 0;
}

.header-clearfix {
    position: relative;
}

.logo a {
    display: block;
    width: 190px;
    height: 40px;
    background: url(../images/adviros_logo2.png) no-repeat;
    background-size: cover;
}

.cent {
    height: 90px;
    max-width: 1230px;
    min-width: 320px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
    position: relative;
}


/*main page*/
.parent {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    white-space: nowrap;
}

.parent:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.block {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
}

.sms-header-text {
    transition: color .2s linear;
    font: 36px/46px 'helveticaneuecyrlight';
    color: #333;
}

#confirm-code-timer {
    margin: 16px;
}

.timer-text {
    font: 16px/24px 'helveticaneuecyrlight';
}

.timer-clock-color{
    color: #555555;
}

