@font-face {
  font-family: "UbuntuLight";
  src: url("../fonts/UbuntuLight.eot");
  src: url("../fonts/UbuntuLight.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuLight.woff") format("woff"), url("../fonts/UbuntuLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "UbuntuRegular";
  src: url("../fonts/UbuntuRegular.eot");
  src: url("../fonts/UbuntuRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuRegular.woff") format("woff"), url("../fonts/UbuntuRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "UbuntuMedium";
  src: url("../fonts/UbuntuMedium.eot");
  src: url("../fonts/UbuntuMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuMedium.woff") format("woff"), url("../fonts/UbuntuMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "UbuntuBold";
  src: url("../fonts/UbuntuBold.eot");
  src: url("../fonts/UbuntuBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuBold.woff") format("woff"), url("../fonts/UbuntuBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  height: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-family: 'UbuntuRegular', sans-serif;
  line-height: normal;
  color: #272727;
}
body {
  min-height: 100%;
  height: 100%;
  background: #fff;
}
.container {
  height: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  min-width: 1440px;
}
.content {
  height: -webkit-calc(100% - 46px);
  height: calc(100% - 46px);
  background: url("../images/content-bg.jpg") 0 0 no-repeat;
  position: relative;
}
.toolbar {
  height: 46px;
  background: -webkit-linear-gradient(269deg, #193376 0%, #1438a6 100%);
  background: -o-linear-gradient(269deg, #193376 0%, #1438a6 100%);
  background: linear-gradient(-179deg, #193376 0%, #1438a6 100%);
}
.toolbar .user {
  float: right;
  position: relative;
  height: 46px;
}
.toolbar .user span,
.toolbar .user a {
  display: block;
  width: 157px;
  text-align: center;
  line-height: 46px;
  height: 46px;
}
.toolbar .user span {
  color: #aabfff;
  font-family: 'UbuntuMedium', sans-serif;
}
.toolbar .user:hover span {
  background: rgba(0,0,0,0.19);
  color: #dae3ff;
}
.toolbar .user:hover span + a {
  display: block;
}
.toolbar .user a {
  position: absolute;
  left: 0;
  top: 100%;
  background: #17358e;
  color: #abc0ff;
  text-decoration: none;
  display: none;
  z-index: 99;
}
.toolbar .menu {
  list-style: none;
}
.toolbar .menu > li {
  float: left;
  height: 46px;
  position: relative;
}
.toolbar .menu > li > a,
.toolbar .menu > li > span {
  display: block;
  line-height: 46px;
  height: 46px;
  color: #aabfff;
  padding: 0 16px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'UbuntuMedium', sans-serif;
}
.toolbar .menu > li:active > a,
.toolbar .menu > li.active > a,
.toolbar .menu > li:active > span,
.toolbar .menu > li.active > span {
  background: -webkit-linear-gradient(269deg, #11348e 0%, #1943c2 100%);
  background: -o-linear-gradient(269deg, #11348e 0%, #1943c2 100%);
  background: linear-gradient(-179deg, #11348e 0%, #1943c2 100%);
}
.toolbar .menu > li:hover > a,
.toolbar .menu > li:hover > span {
  background: rgba(0,0,0,0.19);
}
.toolbar .menu > li:hover > a + ul,
.toolbar .menu > li:hover > span + ul {
  display: block;
}
.toolbar .menu > li >span:after {
  margin-left: 4px;
  margin-top: 1px;
  content: ' ';
  height: 0;
  width: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid;
  border-bottom: 0;
}
.toolbar .menu > li.more >span {
  font-size: 18px;
}
.toolbar .menu > li.more >span:after {
  display: none;
}
.toolbar .menu > li >ul {
  position: absolute;
  left: 0;
  top: 100%;
  background: #17358e;
  display: none;
  list-style: none;
  z-index: 99;
}
.toolbar .menu > li >ul li {
  min-width: 175px;
}
.toolbar .menu > li >ul li a {
  color: #abc0ff;
  display: block;
  padding: 14px 16px;
  text-decoration: none;
}
.toolbar .menu > li >ul li a:hover {
  background: #0a2474;
  color: #dae3ff;
}
.toolbar .menu > li >ul li + li {
  border-top: 1px solid #001e7a;
}
.toolbar .menu > li:first-child > a,
.toolbar .menu > li:first-child > span,
.toolbar .menu > li:first-child >ul li a {
  padding-left: 22px;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  text-align: center;
  z-index: 9999;
  display: none;
}
.overlay.active {
  display: block;
}
.overlay:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.overlay .modal {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: -0.35em;
  width: 652px;
  max-width: 90%;
  background: #fff;
  padding: 45px 50px 50px;
  text-align: left;
  max-height: 90%;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0,0,0,0.17);
  box-shadow: 0 3px 14px 0 rgba(0,0,0,0.17);
}
.overlay .modal .modal_content {
  max-height: 420px;
  max-height: -webkit-calc(90vh - 60px);
  max-height: calc(90vh - 60px);
  font-family: 'UbuntuLight', sans-serif;
  font-size: 16px;
  color: #272727;
  line-height: 1.5;
}
.overlay .modal .modal_content strong {
  color: #000;
  font-family: 'UbuntuMedium', sans-serif;
}
.overlay .modal .modal_content p {
  line-height: 24px;
}
.overlay .modal .modal_content p + p {
  margin-top: 12px;
}
.overlay .modal .modal_content .buttons a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-family: 'UbuntuRegular', sans-serif;
  font-size: 17px;
  margin-right: 10px;
  padding: 0 26px;
  margin-top: 26px;
}
.overlay .modal .modal_content .buttons a#confirm {
  background: #3d6be4;
  background: -webkit-gradient(linear, left bottom, left top, from(#3d6be4), to(#2d52c3));
  background: -webkit-linear-gradient(bottom, #3d6be4 0%, #2d52c3 100%);
  background: -o-linear-gradient(bottom, #3d6be4 0%, #2d52c3 100%);
  background: linear-gradient(0deg, #3d6be4 0%, #2d52c3 100%);
  color: #fff;
  border: 1px solid transparent;
}
.overlay .modal .modal_content .buttons a#confirm:hover {
  background: #2d52c3;
}
.overlay .modal .modal_content .buttons a#confirm:active {
  background: #3d6be3;
  background: -webkit-gradient(linear, left bottom, left top, from(#3d6be4), to(#3d6be3));
  background: -webkit-linear-gradient(bottom, #3d6be4 0%, #3d6be3 100%);
  background: -o-linear-gradient(bottom, #3d6be4 0%, #3d6be3 100%);
  background: linear-gradient(0deg, #3d6be4 0%, #3d6be3 100%);
}
.overlay .modal .modal_content .buttons a#cancel {
  background: #fff;
  color: #3762d8;
  border: 1px solid #9aaadb;
}
.overlay .modal .modal_close {
  position: absolute;
  top: 13px;
  right: 17px;
  cursor: pointer;
  background-image: url("../images/sprite.png");
  background-position: -48px 0px;
  width: 17px;
  height: 17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .overlay .modal .modal_close {
    background-image: url("../images/sprite@2x.png");
    -webkit-background-size: 65px 43px;
    background-size: 65px 43px;
  }
}
.overlay .modal .modal_close:hover {
  background-image: url("../images/sprite.png");
  background-position: -17px -26px;
  width: 17px;
  height: 17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .overlay .modal .modal_close:hover {
    background-image: url("../images/sprite@2x.png");
    -webkit-background-size: 65px 43px;
    background-size: 65px 43px;
  }
}
.overlay .modal .modal_close:active {
  background-image: url("../images/sprite.png");
  background-position: 0px -26px;
  width: 17px;
  height: 17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .overlay .modal .modal_close:active {
    background-image: url("../images/sprite@2x.png");
    -webkit-background-size: 65px 43px;
    background-size: 65px 43px;
  }
}
.login-page {
  height: 100%;
  position: relative;
}
.login-bg {
  position: absolute;
  width: -webkit-calc(100% - 445px);
  width: calc(100% - 445px);
  top: 0;
  height: 100%;
  right: 0;
  background: url("../images/login-bg.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.login-form {
  background: #fff;
  width: 445px;
  position: relative;
  height: 100%;
}
.login-form__logo {
  padding: 37px 0 37px 67px;
  border-bottom: 1px solid #efefef;
}
.login-form__logo img {
  height: 56px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .login-form__logo img {
    display: none;
  }
}
.login-form__logo img + img {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .login-form__logo img + img {
    display: block;
  }
}
.login-form__content {
  height: -webkit-calc(100% - 231px);
  height: calc(100% - 231px);
  position: relative;
}
.login-form__content form {
  position: absolute;
  padding: 0 0 0 67px;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
  transform: translateY(-54%);
}
.login-form__content form .error-msg {
    position: absolute;
    margin-top: 20px;
    font-size: 14px;
    color: #fc3750;
}
.login-form__content form h1 {
  font-weight: 400;
  margin: 0 0 55px;
}
.login-form__content form .form-group {
  margin-bottom: 30px;
  margin-right: 71px;
  position: relative;
}
.login-form__content form .form-group input {
  display: block;
  width: 100%;
  font-family: 'UbuntuLight', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #272727;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c0bebe;
  outline: none;
  line-height: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 11px 18px;
}
.login-form__content form .form-group input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.login-form__content form .form-group input:-moz-placeholder {
  color: #9b9b9b;
}
.login-form__content form .form-group input::-moz-placeholder {
  color: #9b9b9b;
}
.login-form__content form .form-group input:-ms-input-placeholder {
  color: #9b9b9b;
}
.login-form__content form .form-group input#password {
  padding-right: 56px;
}
.login-form__content form .form-group.error input {
  border-color: #ff607d;
}
.login-form__content form .form-group.buttons {
  margin-top: 39px;
  margin-bottom: 0;
}
.login-form__content form .form-group.buttons button {
  background: #3d6be4;
  background: -webkit-gradient(linear, left bottom, left top, from(#3d6be4), to(#2d52c3));
  background: -webkit-linear-gradient(bottom, #3d6be4 0%, #2d52c3 100%);
  background: -o-linear-gradient(bottom, #3d6be4 0%, #2d52c3 100%);
  background: linear-gradient(0deg, #3d6be4 0%, #2d52c3 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 190px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'UbuntuRegular', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  border: none;
}
.login-form__content form .form-group.buttons button:hover {
  background: #2d52c3;
  background: -webkit-gradient(linear, left bottom, left top, from(#2d52c3), to(#2d52c3));
  background: -webkit-linear-gradient(bottom, #2d52c3 0%, #2d52c3 100%);
  background: -o-linear-gradient(bottom, #2d52c3 0%, #2d52c3 100%);
  background: linear-gradient(0deg, #2d52c3 0%, #2d52c3 100%);
}
.login-form__content form .form-group.buttons button:active {
  background: #3d6be3;
  background: -webkit-gradient(linear, left bottom, left top, from(#3d6be4), to(#3d6be3));
  background: -webkit-linear-gradient(bottom, #3d6be4 0%, #3d6be3 100%);
  background: -o-linear-gradient(bottom, #3d6be4 0%, #3d6be3 100%);
  background: linear-gradient(0deg, #3d6be4 0%, #3d6be3 100%);
}
.login-form__content form .form-group #viewPass {
  position: absolute;
  right: 17px;
  top: 18px;
  cursor: pointer;
  background-image: url("../images/sprite.png");
  background-position: 0px -13px;
  width: 24px;
  height: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .login-form__content form .form-group #viewPass {
    background-image: url("../images/sprite@2x.png");
    -webkit-background-size: 65px 43px;
    background-size: 65px 43px;
  }
}
.login-form__content form .form-group #viewPass:hover {
  background-image: url("../images/sprite.png");
  background-position: -24px 0px;
  width: 24px;
  height: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .login-form__content form .form-group #viewPass:hover {
    background-image: url("../images/sprite@2x.png");
    -webkit-background-size: 65px 43px;
    background-size: 65px 43px;
  }
}
.login-form__content form .form-group #viewPass:active,
.login-form__content form .form-group #viewPass.active {
  background-image: url("../images/sprite.png");
  background-position: 0px 0px;
  width: 24px;
  height: 13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .login-form__content form .form-group #viewPass:active,
  .login-form__content form .form-group #viewPass.active {
    background-image: url("../images/sprite@2x.png");
    -webkit-background-size: 65px 43px;
    background-size: 65px 43px;
  }
}
.login-form__info {
  border-top: 1px solid #d8d8d8;
  padding-top: 27px;
  padding-left: 67px;
  font-size: 14px;
  color: #4a4a4a;
}
.login-form__info p {
  margin-bottom: 6px;
}

.news-container {
    padding: 67px 0 0 0;
    display: block;
}

.news {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 27px 0 27px 100px;
    display: block; 
}

    .news h3 {
        font-weight: 600;
        font-size: 16pt;
    }

.news-project {
    overflow: auto;
    max-height: 600px;
}

.news-project .item {
    font-size: 12pt;
}

.news-project li {
    padding: 10px 0 0 0;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    -webkit-animation: fade 0.6s;
    animation: fade 0.6s;
}

    .loader .loader-message {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 200px;
        height: 100px;
        margin: -70px 0 0 -100px;
        color: #fff;
        text-align: center;
    }

        .loader .loader-message:before {
            content: '';
            display: block;
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            background-image: url("../images/loader.png");
            opacity: 0;
            transition: opacity .2s;
            border-radius: 20px;
            -webkit-animation: loader 2s steps(48) infinite;
            animation: loader 2s steps(48) infinite;
            opacity: 1;
        }

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes loader {
    from {
        background-position: 0px;
    }

    to {
        background-position: -4800px;
    }
}

@keyframes loader {
    from {
        background-position: 0px;
    }

    to {
        background-position: -4800px;
    }
}
