* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "HelveticaNeueCyr-Light";
  src: url("vendor/fontello/font/HelveticaNeueCyr-Light.eot?#iefix")
      format("embedded-opentype"),
    url("vendor/fontello/font/HelveticaNeueCyr-Light.otf") format("opentype"),
    url("vendor/fontello/font/HelveticaNeueCyr-Light.woff") format("woff"),
    url("vendor/fontello/font/HelveticaNeueCyr-Light.ttf") format("truetype"),
    url("vendor/fontello/font/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeoSansPro-BoldItalic";
  src: url("vendor/fontello/font/NeoSansPro-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("vendor/fontello/font/NeoSansPro-BoldItalic.otf") format("opentype"),
    url("vendor/fontello/font/NeoSansPro-BoldItalic.woff") format("woff"),
    url("vendor/fontello/font/NeoSansPro-BoldItalic.ttf") format("truetype"),
    url("vendor/fontello/font/NeoSansPro-BoldItalic.svg#NeoSansPro-BoldItalic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeoSansCyr-Italic";
  src: url("vendor/fontello/font/NeoSansCyr-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("vendor/fontello/font/NeoSansCyr-Italic.woff") format("woff"),
    url("vendor/fontello/font/NeoSansCyr-Italic.ttf") format("truetype"),
    url("vendor/fontello/font/NeoSansCyr-Italic.svg#NeoSansCyr-Italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  overflow: auto;
}
body {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "HelveticaNeueCyr-Light";
}

a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.padding5 {
  padding: 0px 5px;
}
.margin0 {
  margin: 0;
}

/*Header*/
.header {
  width: 100%;
  text-align: right;
}
.header .header_logo {
  margin-left: -15px; /*compensate column padding*/
  width: 140px;
  height: 80px;
  display: block;
  background-image: url("/logo/emblem");
}
.header .login_box {
  padding: 25px 0;
}
.header .login_box button {
  background: none;
  border: none;
}

.header .login_box {
  line-height: 30px;
}
.header .login_box a {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88c4a6+0,76b497+100 */
  background: #88c4a6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YzRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #88c4a6 0%, #76b497 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #88c4a6),
    color-stop(100%, #76b497)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #88c4a6 0%,
    #76b497 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #88c4a6 0%,
    #76b497 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #88c4a6 0%, #76b497 100%); /* IE10+ */
  background: linear-gradient(to bottom, #88c4a6 0%, #76b497 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#88c4a6",
      endColorstr="#76b497",
      GradientType=0
    ); /* IE6-8 */
  color: #fff;
  display: inline-block;
  padding: 0px 15px;
  text-decoration: none;
  line-height: 30px;
  border: 1px solid #78aa91;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.header .login_box a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c199+0,46af7c+100 */
  background: #70c199; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYzE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmFmN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #70c199 0%, #46af7c 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #70c199),
    color-stop(100%, #46af7c)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #70c199 0%,
    #46af7c 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #70c199 0%,
    #46af7c 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #70c199 0%, #46af7c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #70c199 0%, #46af7c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#70c199",
      endColorstr="#46af7c",
      GradientType=0
    ); /* IE6-8 */
}

/*Section*/
.section {
  text-align: center;
  overflow: hidden;
}

.section .container {
  max-width: 100%;
}

/*Forms*/
.section .box {
  background: rgba(235, 237, 240, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 40px;
}
.section .box .form_title,
.forms_title {
  font-size: 2.5em;
  margin-bottom: 20px;
}
.section .box .group {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}
.section .box .group label {
  font-weight: normal;
}
.section .box .group input {
  border: 1px solid #9d9d94;
  padding: 0 10px;
  line-height: 40px;
  height: 40px;

  /*bad styles for ie:*/
  /*height: auto;*/
}
.section .box .group input:after {
  /* content: ".bpium.ru"; */
  position: absolute;
}
.section .box .group:last-child {
  margin-bottom: 0px;
  overflow: hidden;
}
.section .box .group button,
.section .box .group .btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#88c4a6+0,76b497+100 */
  background: #88c4a6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4YzRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NmI0OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #88c4a6 0%, #76b497 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #88c4a6),
    color-stop(100%, #76b497)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #88c4a6 0%,
    #76b497 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #88c4a6 0%,
    #76b497 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #88c4a6 0%, #76b497 100%); /* IE10+ */
  background: linear-gradient(to bottom, #88c4a6 0%, #76b497 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#88c4a6",
      endColorstr="#76b497",
      GradientType=0
    ); /* IE6-8 */
  color: #fff;
  padding: 0px 30px;
  border: 1px solid #78aa91;
  line-height: 40px;
  float: left;
  font-size: 1.2em;
}
.section .box .group button:hover,
.section .box .group .btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c199+0,46af7c+100 */
  background: #70c199; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwYzE5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NmFmN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #70c199 0%, #46af7c 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #70c199),
    color-stop(100%, #46af7c)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #70c199 0%,
    #46af7c 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #70c199 0%,
    #46af7c 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #70c199 0%, #46af7c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #70c199 0%, #46af7c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#70c199",
      endColorstr="#46af7c",
      GradientType=0
    ); /* IE6-8 */
}
.section .box .group p {
  margin-bottom: 0px;
  overflow: hidden;
  padding-left: 20px;
}
.section .box .group p.top_margin {
  margin-top: 10px;
}
.section .box a {
  color: rgb(120, 170, 145);
  text-decoration: none;
  border-bottom: 1px solid rgba(120, 170, 145, 0.4);
}
.section .box a:hover {
  border-bottom: 1px solid rgba(120, 170, 145, 0.75);
}
.section .box .cancel {
  border-top: 1px solid #cecec9;
  font-size: 0.8em;
  padding-top: 5px;
  margin-bottom: 15px;
}
.section .box .info {
  text-align: left;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.section .session-block {
  text-align: left;
  margin-bottom: 5px;
  opacity: 0.8;
  padding: 0;
}
.section .session-block h4 {
  margin-top: 0;
  font-weight: 700;
}
.section .session-block__container {
  position: relative;
  padding-right: 20px;
}
.section .session-block__link {
  padding: 20px 25px 16px;
  display: block;
}
.section a.session-block__link,
.section a.session-block__link:hover {
  text-decoration: none;
  border-bottom: none;
}
.section .session-block__container .icon {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  margin-right: -20px;
  top: 50%;
  color: #ccc;
  font-size: 30px;
}
.section .session-block:hover {
  opacity: 1;
}
.section .session-block:hover .icon {
  color: #999;
}
.section .session-block:last-child {
  margin-bottom: 0;
}
.section .select-session-block .login-link {
  background: none;
}
.section .session-block__company-list {
  /*link color*/
  color: rgb(120, 170, 145);
}
.section .session-block__company {
  margin: 0;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.section .session-block__email {
  color: #666;
}

/*Footer*/
.footer {
  /*position: absolute;*/
  /*bottom: 30px;*/
  /*left: 30px;*/
  padding: 30px;
}
.footer a,
.link-muted {
  color: rgb(157, 157, 148) !important;
  border-bottom: 1px solid rgba(157, 157, 148, 0.3) !important;
}
.footer a {
  display: inline-block;
  margin-right: 30px;
  text-decoration: none;
}
.footer a:hover {
  border-bottom: 1px solid rgba(157, 157, 148, 0.75);
}

/*Preloader*/
#status {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 998;
}
.coder_spinner {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  top: 50%;
  position: relative;
  -webkit-animation: coder_spinner 0.7s infinite linear;
  -moz-animation: coder_spinner 0.7s infinite linear;
  -o-animation: coder_spinner 0.7s infinite linear;
  animation: coder_spinner 0.7s infinite linear;
  border: 1px solid transparent;
  /*Цвет бордера*/
  border-radius: 100%;
  opacity: 1;
  z-index: 999;
}
.coder_spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  border-top: 1px solid #78aa91;
  /*Цвет прелодера*/
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 100%;
}
@-webkit-keyframes coder_spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes coder_spinner {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes coder_spinner {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes coder_spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*****************************************Media Queries**************************************/
@media all and (max-width: 1200px) {
}
@media all and (max-width: 993px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 664px) {
  .section form .col-xs-8,
  .section form .col-xs-4 {
    width: 100%;
    float: none;
  }
  .section form button {
    width: 100%;
    margin-top: 0px;
  }
  .section h2 {
    font-size: 2em;
  }
  .section .box .form_title {
    font-size: 1.5em;
  }
  .section .box .group button {
    float: none;
  }
  .section .box .group p {
    text-align: center;
    padding: 20px 0px 0px;
  }
}
@media all and (max-width: 325px) {
  .header .col-xs-3,
  .header .col-xs-9 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .header .header_logo {
    float: none;
  }
  .footer a {
    margin: 0px 5px;
  }
  .section .box .group button {
    padding: 0px 15px;
    width: 100%;
    float: none;
  }
  .section .box .group p {
    text-align: center;
    padding: 0px;
    margin-top: 15px;
  }
}

/* new logo */
body {
  background-image: url(/logo/background);
  background-size: cover;
  background-attachment: fixed;
}

.header .header_logo {
  background-repeat: no-repeat;
  height: 48px;
  background-size: contain;
  margin-left: -5px;
}

.forms_title,
.header .login_box button {
  color: rgba(255, 255, 255, 0.5);
}

.section .box {
  background: rgba(255, 255, 255, 0.9);
}
.section .session-block {
  margin-bottom: 2px;
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
}
.section .session-block:last-child {
  box-shadow: none;
}
.section .session-block h4 {
  color: rgba(0, 0, 0, 0.8);
}

.section .select-session-block .login-link {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 5px;
}
a.login-link--other {
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.footer {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.9em;
}
.footer a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1) !important;
}
