@font-face {
  font-family: Open Sans Regular;
  src: local("Open Sans Regular"), url("/font/OpenSans-Regular.ttf"); }
@font-face {
  font-family: Open Sans Light;
  src: local("Open Sans Light"), url("/font/OpenSans-Light.ttf"); }
.centerAlign {
  display: flex;
  justify-content: center;
  align-items: center; }

.register-form {
  width: 480px; }
  .register-form .logo-link-container {
    text-align: center; }
  .register-form .first-line-header {
    margin-top: 18px;
    margin-bottom: 9px;
    width: 100%;
    color: #0080FF;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-family: "Open Sans Regular"; }
  .register-form .second-line-header {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-family: "Open Sans Light"; }
  .register-form .avatar-container {
    margin: 10px auto auto; }
    .register-form .avatar-container #vk_photo, .register-form .avatar-container .avatar {
      display: block;
      margin: auto;
      height: 48px;
      width: 48px; }
    .register-form .avatar-container .user_name_display {
      margin: 20px auto 40px;
      color: #0080FF;
      font-family: "Open Sans Light";
      font-size: 18px;
      text-align: center; }
  .register-form .field-registrationform-email, .register-form .field-registrationform-acceptconditions {
    margin: auto;
    width: 300px; }
  .register-form .field-registrationform-acceptconditions {
    font-size: 13px; }
    .register-form .field-registrationform-acceptconditions label {
      text-align: justify; }

html, body {
  height: 100%;
  overflow: auto; }
  html a:hover, body a:hover {
    text-decoration: none; }

a {
  color: #333;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0080FF;
    text-decoration: none; }

.btn-cerebro, .btn-oauth, .cleanForm .form .btn-recovery {
  height: 46px;
  border-radius: 0 !important;
  background-color: #0080ff;
  color: #ffffff !important;
  padding: 0 40px;
  line-height: 46px;
  margin: 29px auto 23px;
  font-size: 13px;
  font-family: "Open Sans Regular";
  display: block; }
  .btn-cerebro:hover, .btn-oauth:hover, .cleanForm .form .btn-recovery:hover {
    background-color: #0066cc; }

.btn-oauth {
  width: auto;
  display: inline-block;
  font-weight: bold;
  margin: 10px auto auto; }
  .btn-oauth .oauth-content .fa {
    display: inline-block;
    margin-right: 5px;
    font-size: 22px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff; }

.wrapper {
  height: 100%;
  width: 100%; }
  .wrapper .content-wrapper {
    height: 100%;
    overflow: auto; }
    .wrapper .content-wrapper section.content {
      background-color: #FFFFFF !important;
      padding: 0;
      margin-top: 0;
      position: relative;
      font-family: "Open Sans Regular";
      overflow: auto;
      width: 100%;
      height: 100%; }
    .wrapper .content-wrapper section.content.contentWithFooter {
      height: calc(100% - 41px); }
    .wrapper .content-wrapper section.content.contentFull {
      margin-top: 81px;
      height: calc(100% - 41px - 81px); }
    .wrapper .content-wrapper .siteForm {
      max-width: 500px;
      margin: 0 auto; }
      .wrapper .content-wrapper .siteForm #loginForm {
        width: 500px;
        margin: 0 auto; }
        .wrapper .content-wrapper .siteForm #loginForm input {
          width: 300px; }

nav.main-menu {
  position: relative;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  width: calc(100% - 456px);
  height: 80px;
  padding-left: 40px;
  float: left; }
  nav.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.main-menu ul li {
      float: left; }
      nav.main-menu ul li:last-child {
        position: absolute;
        top: 0;
        right: 0; }
      nav.main-menu ul li a {
        height: 81px;
        padding: 0 30px;
        line-height: 80px;
        background-color: white;
        color: #333333;
        font-family: "Open Sans Light";
        font-size: 14px;
        border-bottom: 1px solid #E6E6E6;
        display: block;
        text-decoration: none; }
        nav.main-menu ul li a:hover {
          background-color: #F5F5F5;
          border-bottom: 2px solid #E6E6E6;
          text-decoration: none;
          color: #333333; }
        nav.main-menu ul li a.active {
          color: #0080FF;
          font-family: "Open Sans Regular";
          border-bottom: 2px solid #0080FF; }

nav.user-menu > ul:hover #user-icon {
  fill: #0080FF !important; }
nav.user-menu > ul > li {
  display: flex;
  height: 80px;
  padding: 0 40px; }
  nav.user-menu > ul > li > a {
    margin: auto;
    width: 36px;
    height: 36px;
    pointer-events: none;
    border-radius: 100%;
    display: block; }
nav.user-menu img {
  height: 36px;
  width: 36px; }
nav.user-menu > ul:hover .dropdown {
  visibility: visible !important;
  opacity: 1;
  -prefixes-transition-delay: 0s, 0s; }
nav.user-menu .dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 224px;
  padding: 10px 0;
  border: 1px solid #E6E6E6;
  background-color: white;
  top: 88px;
  right: 20px;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: .4s, 0s;
  transition-delay: 0s, .4s;
  list-style: none;
  z-index: 100; }
  nav.user-menu .dropdown:before {
    content: '';
    position: absolute;
    top: -7px;
    right: 30px;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #e6e6e6;
    background-color: white;
    transform: rotate(45deg);
    z-index: 5; }
  nav.user-menu .dropdown > li > a {
    box-sizing: border-box;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #333333;
    font-family: "Open Sans Light";
    font-size: 14px;
    text-decoration: none;
    display: block; }
    nav.user-menu .dropdown > li > a:hover {
      background-color: #F5F5F5;
      border-right: 2px solid #E6E6E6; }
    nav.user-menu .dropdown > li > a.active {
      border-right: 2px solid #0080FF;
      color: #0080FF;
      font-family: "Open Sans Regular"; }

.form-group {
  margin-bottom: 15px; }
  .form-group .form-control {
    border: 1px solid #666666 !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-group input {
    height: 46px !important;
    border-radius: 0 !important; }
  .form-group.has-success label {
    color: #000; }

.radio input[type="radio"] {
  margin: 2px -20px 0;
  height: 17px !important; }

.checkbox input[type="checkbox"] {
  margin: 4px -20px 0;
  height: 12px !important; }

.field-registrationform-vk_domain {
  width: calc(100% - 66px);
  float: left;
  margin-right: 15px; }

#vk_photo, .avatar {
  margin-top: 30px;
  margin-right: 15px;
  height: 36px;
  width: 36px; }

.logo {
  width: 122px;
  height: 46px;
  background-image: url(/image/logo-full.svg);
  background-size: cover;
  background-position: left center; }

.cleanForm {
  width: 480px;
  margin: 60px auto 41px; }
  @media screen and (max-height: 768px) {
    .cleanForm {
      margin: 41px auto 57px; } }
  .cleanForm .logo {
    margin: 0 auto 8px; }
  .cleanForm h1 {
    display: none; }
  .cleanForm h2 {
    margin-top: 18px;
    margin-bottom: 9px;
    width: 100%;
    color: #0080FF;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-family: "Open Sans Regular"; }
  .cleanForm h3 {
    width: 120%;
    margin-top: 57px;
    margin-left: -10%;
    margin-right: -10%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-family: "Open Sans Light"; }
    @media screen and (max-height: 800px) {
      .cleanForm h3 {
        margin-top: 27px; } }
  .cleanForm .form {
    background-color: #f9f9f9;
    overflow: auto;
    -webkit-box-shadow: 0 0 8px 0 #d9d9d9;
    -moz-box-shadow: 0 0 8px 0 #d9d9d9;
    box-shadow: 0 0 8px 0 #d9d9d9;
    width: 380px;
    margin: 7px auto 0;
    padding: 40px 0 1px; }
    .cleanForm .form .returnLogin {
      width: 300px;
      margin: 0 auto; }
      .cleanForm .form .returnLogin a {
        position: absolute;
        font-size: 24px;
        line-height: 36px;
        color: #666666;
        font-family: "Open Sans Regular"; }
        .cleanForm .form .returnLogin a:hover {
          color: #0080FF; }
    .cleanForm .form .field-loginform-email {
      margin-bottom: 10px; }
    .cleanForm .form .userPicture {
      width: 36px;
      height: 36px;
      margin: 0 auto 30px; }
      .cleanForm .form .userPicture i {
        border: 1px solid #666666;
        border-radius: 25px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #666666;
        margin: 0 auto;
        padding: 0;
        font-size: 21px; }
    .cleanForm .form input {
      max-width: 300px;
      margin: 0 auto 10px; }
    .cleanForm .form .help-block {
      position: absolute;
      height: 0;
      margin: -8px 40px;
      width: 300px;
      padding: 0;
      font-size: 10px; }
    .cleanForm .form .btn-recovery {
      width: auto;
      padding: 0 30px;
      margin-bottom: 40px; }
  .cleanForm a.forgotPasswordLink {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    display: inline-block;
    margin: 0 auto 35px; }
    .cleanForm a.forgotPasswordLink:hover {
      color: #555; }
  .cleanForm a.homeLink {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    color: #0080FF;
    margin: 11px auto 0; }
    .cleanForm a.homeLink:hover {
      color: #0080ff; }
  .cleanForm a.registerLink {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    color: #0080FF;
    margin: 24px auto 0; }
    .cleanForm a.registerLink:hover {
      color: #0080ff; }

header {
  position: fixed;
  width: 100%;
  height: 81px;
  border-bottom: 1px solid #e4e4e4;
  background-color: rgba(255, 255, 255, 0.9); }
  header .main-header {
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: inherit;
    padding: 0px; }
    header .main-header a {
      padding: 17px 19px;
      display: block; }
  header .auth-menu a {
    height: inherit;
    display: inline-block;
    padding: 0px 46px;
    margin: 0px 24px;
    line-height: 81px;
    font-size: 14px; }
    header .auth-menu a:hover {
      color: inherit;
      background-color: #e6e6e6; }

.footer {
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 41px;
  border-top: 1px solid #e4e4e4;
  font-family: "Open Sans Light"; }
  .footer ul {
    height: inherit;
    padding: 0 40px; }
    .footer ul li {
      height: inherit;
      display: inline-block; }
      .footer ul li:last-child a {
        margin-right: 0; }
      .footer ul li a {
        height: inherit;
        font-size: 10px;
        display: inline-block;
        padding: 0;
        margin-right: 30px;
        line-height: 40px; }
        .footer ul li a:hover {
          cursor: pointer; }
  .footer .left {
    float: left; }
  .footer .right {
    float: right; }

input::-webkit-input-placeholder {
  text-align: center;
  font-size: 13px;
  opacity: 1;
  transition: opacity 300ms ease; }

input::-moz-placeholder {
  text-align: center;
  font-size: 13px;
  opacity: 1;
  transition: opacity 300ms ease; }

input:-moz-placeholder {
  text-align: center;
  font-size: 13px;
  opacity: 1;
  transition: opacity 300ms ease; }

input:-ms-input-placeholder {
  text-align: center;
  font-size: 13px;
  opacity: 1;
  transition: opacity 300ms ease; }

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 300ms ease; }

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 300ms ease; }

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 300ms ease; }

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 300ms ease; }

.offerta-modal .modal-lg {
  width: 95%; }
.offerta-modal .modal-header {
  display: none; }
.offerta-modal .modal-body {
  font-family: 'Roboto'; }

.text-link {
  text-decoration: underline !important; }
  .text-link:link {
    /* unvisited link */
    color: #060bff; }
  .text-link:visited {
    /* visited link */
    color: #7c03ff; }
  .text-link:hover {
    /* mouse over link */
    color: #ff073f; }
  .text-link:active {
    /* active link */
    color: #0000FF; }
