@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../font/NYDWBdD4gIq26G5XYbHsFD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../font/HV_H5nosKj8mZupFxrHqHA.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/mbmhprMH69Zi6eEPBYVFhT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../font/PwZc-YbIL414wB9rB1IAPT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(../font/phsu-QZXz1JBv0PbFoPmED8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(../font/7m8l7TlFO-S3VkhHuR0at0bnXQ06sCSpaytluCdpFnY.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(../font/siQR0c1plrd8i43rIfDOFfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(../font/OLffGBTaF0XFOW1gnuHF0UbnXQ06sCSpaytluCdpFnY.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(../font/t6Nd4cfPRhZP44Q5QAjcC0bnXQ06sCSpaytluCdpFnY.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(../font/bmC0pGMXrhphrZJmniIZpUbnXQ06sCSpaytluCdpFnY.woff) format('woff');
}

html,body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body.home {
    /* background-image: none; */
    background: -moz-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
    /* background: -webkit-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%); */
    background: -webkit-gradient(linear, 45deg, from(rgba(42, 27, 161, 0.7)), to(rgba(29, 210, 177, 0.7)));
    background: -o-linear-gradient(45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
    background: linear-gradient(to 45deg, rgba(42, 27, 161, 0.7), rgba(29, 210, 177, 0.7) 100%);
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.auth-form-link {
    color: #13bef3;
}

p {
    font-size: 14px;
}
/*GRID*/
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.good_message,
.gray_message,
.error_message {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 9px;
    margin-top: 4px;
    padding: 10px !important;
    border-radius: 3px;
    vertical-align: middle;
    text-align: left;
    font-size: 13px;
    line-height: 12px;
}

.error_message {
    background: #f8e1e1;
    color: #db4a29 !important;
}

.gray_message {
    background: #f1f4f5;
    color: #0086c0 !important;
}

.good_message {
    background: #e4f5cc;
    color: #5f7a12 !important;
}

.error_message.border {
    border: 2px solid #e6a394;
}

.gray_message.border {
    border: 2px solid #677c85;
}

.good_message.border {
    border: 2px solid #5f7a12;
}

.error_message .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    display: inline-block;
    margin-top: -9px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url(../images/alert.png) no-repeat center;
    vertical-align: middle;
}

.gray_message .imp,
.good_message .imp,
.error_message .imp {
    font-weight: bold;
    font-size: 17px;
}

.gray_message .help,
.good_message .help,
.error_message .help {
    text-transform: uppercase;
    font-size: 12px;
}

/*Font Color*/
a.fblue,
.fblue {
    color: #6093D3;
}

a.fblue:hover {
    color: #3566a2;
}

a.fgreen,
.fgreen {
    color: #468847;
}

a.fgreen:hover {
    color: #19691a;
}

a.fred,
.fred {
    color: #B94A48;
}

a.fred:hover {
    color: #7f1c1a;
}

a.fgray,
.fgray {
    color: #585858;
}

a.fgray:hover {
    color: #231c1c;
}

a.fblack,
.fblack {
    color: #585858;
}

a.fblack:hover {
    color: #000;
}

a.faqua,
.faqua {
    color: #2FC6F7;
}

a.faqua:hover {
    color: #2FC6F7;
}

/*BUTTONS*/
.button {
    display: inline-block;
    outline: none !important;
    border: none;
    border-radius: 3px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}

/*-- SIZE --*/
.button.big {
    padding: 0 30px;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
}

.button.big.bdrd50 {
    border-radius: 20px;
}

.button.medium {
    padding: 0 15px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
}

.button.medium.bdrd50 {
    border-radius: 17px;
}

.button.small {
    padding: 0 12px;
    height: 21px;
    font-size: 11px;
    line-height: 21px;
}

.button.small.bdrd50 {
    border-radius: 10px;
}

.button.grayrad:hover {
    background: #f2f4f5;
}

.button.grayrad:active {
    background: #d8d8d8;
}

.button.blueborder {
    border: solid 2px #2fc6f7;
    color: #2fc6f7;
    background: #fff;
}

.button.blueborder:hover {
    border: solid 2px #1ab8eb;
    color: #1ab8eb;
    background: #fff;
}

.button.blueborder:active {
    border: solid 2px #1a83bf;
    color: #1a83bf;
    background: #fff;
}

.button.blue {
    background: #2fc6f7;
    color: #fff;
}

.button.blue:hover {
    background: #1ab8eb;
    color: #fff;
}

.button.blue:active {
    background: #1a83bf;
    color: #fff;
}


/* ForM */
.form_group.small {
    margin-bottom: 10px;
}

.form_group.medium {
    margin-bottom: 15px;
}

.form_group.big {
    margin-bottom: 25px;
}

.form_control {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    /*padding: 10px 6px;*/
    padding: 5px 6px;
    /*!!*/
    outline: none;
    border: 2px solid #d5dde0;
    border-radius: 5px;
    background-color: #fff;
    background-image: none;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.428571429;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
    height: 34px;
}

.start_select {
    padding: 10px 6px;
    width: 170px;
}

.form_control.error {
    border-color: #9e0000;
}

.form_control {
    width: 100%;
}

.form_control:focus {
    outline: 0;
    border-color: #26a2d6;
}

.form_group.small  .form_control,.form_control.small {
    height: 30px;
    border-radius: 3px;
    line-height: 20px;
    padding: 5px 10px;
}

.form_group.medium .form_control,.form_control.medium {
    height: 42px;
    border-radius: 4px;
    line-height: 32px;
    padding: 5px 10px;
}

.form_group.big    .form_control,.form_control.big {
    height: 55px;
    border-radius: 4px;
    line-height: 40px;
    padding: 5px 10px;
}

.form_control.small_border {
    border-width: 1px;
}

.form_inline .form_group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form_group label.double {
    font-size: 19px;
    line-height: 21px;
}

.form_group label.double small,
.form_group label.double span {
    display: block;
    font-size: smaller;
}

.form_group label {
    color: #7d9199;
    /*cursor: pointer;*/
    vertical-align: middle;
    font-size: 19px;
    line-height: 42px;
}

.form_group.small  label {
    line-height: 30px;
}

.form_group.medium label {
    line-height: 42px;
}

.form_group.big    label {
    line-height: 50px;
}

.form_group.small  input[type="text"],.form_group.small  input[type="password"] {
    font-size: 14px;
}

.form_group.medium input[type="text"],.form_group.medium input[type="password"] {
    font-size: 19px;
}

.form_group.big    input[type="text"],.form_group.big    input[type="password"] {
    font-size: 19px;
}

.form_group.desc_v2 label {
    color: #6d6c6c;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 42px;
}

.form_group.desc_v2 label.double {
    font-size: 14px;
    line-height: 21px;
}

.form_group.desc_v2 label.double small,
.form_group.desc_v2 label.double span {
    color: #7d9199;
    font-size: 11px;
}
/*Inline form*/
.form_inline .form_group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
/* selcet */
.form_group       input[type="checkbox"],
.form_group       input[type="radio"],
.confirm_greement input[type="checkbox"],
.confirm_greement input[type="radio"] {
    display: none;
}

.form_group       input[type="checkbox"]+ label.custon_style,
.form_group       input[type="radio"]   + label.custon_style,
.confirm_greement input[type="checkbox"]+ label.custon_style,
.confirm_greement input[type="radio"]   + label.custon_style {
    font: 18px bold;
    color: #444;
    cursor: pointer;
}

.form_group       input[type="checkbox"]+ label.custon_style::before,
.form_group       input[type="radio"]   + label.custon_style::before,
.confirm_greement input[type="checkbox"]+ label.custon_style::before,
.confirm_greement input[type="radio"]   + label.custon_style::before {
    content: " ";
    display: inline-block;
    height: 22px;
    width: 21px;
    margin: 0 5px 0 0;
    position: relative;
    bottom: -4px;
    background-image: url(../images/gui_4.png);
    background-repeat: no-repeat;
}

.form_group       input[type="checkbox"] + label.custon_style::before,
.confirm_greement input[type="checkbox"] + label.custon_style::before {
    background-position: -75px -298px;
}

.form_group       input[type="checkbox"]:checked + label.custon_style::before ,
.confirm_greement input[type="checkbox"]:checked + label.custon_style::before {
    background-position: -75px -275px;
}

.login_block_home .logo {
    margin: auto;
    display: block;
    width: 200px;
    background-size: auto 100%;
    height: 55px;
    background-position: center;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
}

.form-1 {
    width: 90%;
    margin: auto;
}

.login_block_home {
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 23px 20px;
    width: 320px;
    background: #fff;
    border-radius: 20px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-animation-name: block-home_n4;
    animation-name: block-home_n4;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: infinite;
    animation-direction: infinite;
    background-color: rgb(255 255 255);
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: inline-table;
    height: 300px
}

.login_block_home.animate {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-animation-name: block-home_n4;
    animation-name: block-home_n4;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: infinite;
    animation-direction: infinite;
}

.reg_link.active,
.login_title.active {
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    line-height: 35px;
}

.reg_link,
.login_title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
}

.login_title a,
.reg_link a {
    display: block;
    /* border-bottom: 2px solid #ffffff; */
    margin: 10px auto;
    color: #14a59c;
    vertical-align: bottom;
    text-decoration: none;
    line-height: 20px;
    position: relative;
    text-decoration: underline;
    text-align: center;
    /* bottom: 3px; */
    -webkit-transition: border-color ease-in-out .1s;
    transition: border-color ease-in-out .1s;
}

/*.login_title a:hover,
.reg_link a:hover {
    border-bottom: 2px solid #ffffff
}*/

.inputfile {
    border-bottom: 2px dotted #ffffff;
    color: #ffffff !important;
    font-size: 16px !important;
    cursor: pointer;
}

.inputfile:hover {
    border-color: #fff;
}

.checkreg label {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
}

.checkreg label a {
    color: #ffffff;
}

.registration_block_home {
    padding: 30px 35px;
    width: 830px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-animation-name: block-home_n5;
    animation-name: block-home_n5;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: infinite;
    animation-direction: infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.login_block_page {
    padding: 30px 35px;
    width: 730px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-animation-name: block-home_n5;
    animation-name: block-home_n5;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: infinite;
    animation-direction: infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.login_block_page_text {
    color: #667076;
    font-size: 14px;
    padding-bottom: 35px;
    line-height: 20px;
}

.reg_footer {
    padding-top: 20px;
    color: #737373;
    text-align: center;
    font-size: 15px;
}

/*START HOME*/
.workarea.start {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.workarea.net_login {
    position: relative;
    margin-top: 50px;
    width: 100%;
    max-width: 1100px;
}

.start_width_title {
    margin-bottom: 50px;
    padding-top: 40px;
    padding-right: 50px;
    color: #fff;
    font-size: 22px;
}

.start_width_desc {
    margin-bottom: 80px;
    padding-right: 60px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.start_width_desc a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
}

.start_width_desc a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.start_width_footer {
    padding-right: 50px;
    color: #005e94;
    font-size: 17px;
}

.start_width_footer a {
    color: #005e94;
}

.start_block_home {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 35px 30px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

.confirm_greement {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    color: #5e5d5d;
    font-size: 13px;
}

.confirm_greement a {
    color: #2fc6f7;
}

.confirm_greement input[type="checkbox"] {
    position: absolute;
    top: 19px;
    left: -7px;
}

.footer.container.home {
    padding-top: 10px;
    color: #fff;
    font-size: 13px;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}

.copyright-wrap {
    text-align: center;
    width: 100%;
}

.copyright {
    padding-top: 30px;
    color: #819aa4;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
}

.copyright_block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.copyright_1cb {
    display: inline-block;
    margin: 0 10px;
    width: 84px;
    height: 16px;
    vertical-align: middle;
}

.agreement_page {
    margin: 20px auto;
    padding: 50px;
    max-width: 950px;
    border-radius: 10px;
    background-color: #FFF;
}

.agreement_page h2 {
    margin-bottom: 42px;
    text-align: center;
}

.agreement_page>div {
    color: #222;
    font-size: 15px;
    line-height: 23px;
}

/* ===== Debug class ===== */
.dbg1 {
    background-color: rgba(0,0,255,.3);
}

.dbg2 {
    background-color: rgba(0,255,0,.3);
}

.dbg3 {
    background-color: rgba(255,0,0,.3);
}

.clearboth {
    clear: both;
}

/*Buttons*/
.bx-btn {
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -ms-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #868d95;
    outline: none;
}

.bx-btn:hover {
    background-color: #5b6573;
    color: #fff;
}

.bx-btn:active {
    background-color: #3b506e;
    color: #fff;
    outline: none;
}

.bx-btn.wait {
    background: #3b506e url(../images/ld_gray.gif) center no-repeat;
    -webkit-background-size: auto 70% !important;
    background-size: auto 70% !important;
    color: rgba(0,0,0,0) !important;
}

.bx-btn.wait {
    background: #3b506e url(../images/ld_gray.gif) center no-repeat;
}

.bx-btn.xbig {
    line-height: 48px;
    height: 48px;
    font-size: 14px;
}

.bx-btn.big {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
}

.bx-btn.small {
    line-height: 29px;
    height: 29px;
    font-size: 11px;
}

.bx-btn.xsmall {
    line-height: 18px;
    height: 20px;
    font-size: 11px;
    padding-bottom: 2px;
    font-weight: normal;
    text-transform: none;
}

.bx-btn.green,
.bx-btn.green.arrow         span {
    background-color: #bbed21;
    color: #535b69;
}

.bx-btn.green:hover,
.bx-btn.green.arrow:hover   span {
    background-color: #d2f95f;
    color: #535b69;
}

.bx-btn.green:active,
.bx-btn.green.arrow:active  span {
    background-color: #b2e233;
    color: #535b69;
}

.bx-btn.green.arrow.wait    span {
    background-color: #b2e233;
}

.bx-btn.blue,
.bx-btn.blue.arrow          span {
    background-color: #e63225;
    color: #ffffff;
    width: 100%;
}

.bx-btn.blue:hover,
.bx-btn.blue.arrow:hover    span {
    background-color: #b12318;
    color: #fff;
}

.bx-btn.blue:active,
.bx-btn.blue.arrow:active   span {
    background-color: #26a2d6;
    color: #fff;
}

.bx-btn.blue.wait {
    background: #26a2d6 url(../images/ld_blue.gif) center no-repeat;
}

.bx-btn.blue.arrow.wait     span {
    background-color: #26a2d6;
}

.bx-btn.bdr50.xbig {
    border-radius: 24px;
    padding: 0 20px;
}

.bx-btn.bdr50.big {border-radius: 9px;}

.bx-btn.bdr50 {
}

.bx-btn.bdr50.small {
    border-radius: 14px
}

.bx-btn.bdr50.xsmall {
    border-radius: 9px
}

.bx-btn.cm-padding {
    padding: 0 15px
}

.bgblur {
    position: absolute;
    left: -10%;
    top: -10%;
    border-radius: 10px;
    width: 123%;
    height: 118%;
    -webkit-filter: blur(5px);
    filter: blur(25px);
    background-position: center;
    z-index: 0;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}