/*
  Sidebar
  */
/*
  Breakpoints
  */
/*
  Constructor variables
 */
.anim {
  -webkit-transition: all 90ms ease-in-out 45ms;
  transition: all 90ms ease-in-out 45ms;
}
/*
 Grids
 */
/*
 Constructors
 */
.loginpage-index {
  min-height: 100%;
}
.loginpage-index .loginpage {
  min-height: 100%;
  height: 100%;
}
.loginpage-index .loginpage .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.loginpage-index .loginpage-container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loginpage-index .lang-dropdown {
  position: relative;
  right: auto;
  top: auto;
}
.loginpage-index .lang-dropdown .btn-default {
  padding: 0;
  border: none!important;
  right: auto;
}
.loginpage-index .loginpage-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.loginpage-index .loginpage-header h2 {
  margin: 0;
  font-size: 24px;
}
html:not(.loginpage-index) .loginpage .loginpage-container {
  max-width: 480px;
  margin: 0 auto;
}
html:not(.loginpage-index) .loginpage .panel-body {
  padding: 32px 40px 8px;
}
html:not(.loginpage-index) .loginpage .panel {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
html:not(.loginpage-index) .loginpage .panel h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  html:not(.loginpage-index) .loginpage .panel h2 {
    text-align: left;
  }
}
html:not(.loginpage-index) .loginpage .panel-body {
  border-radius: 6px 6px 0 0;
  background-color: #fbfcfc;
}
html:not(.loginpage-index) .loginpage .panel-footer {
  padding-bottom: 36px;
  background-color: #fbfcfc;
  border-top: none;
}
body {
  background-color: #ecf1f1;
  min-width: 320px;
  height: auto;
}
body.loginpage-body {
  min-height: 100%;
  background: #fff;
  height: 100%;
}
.loginpage .login-header {
  padding: 15px 10px;
}
.loginpage .login-header .logo-link {
  display: block!important;
}
.loginpage .login-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  min-width: 560px;
}
@media (min-width: 992px) {
  .loginpage .login-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1199px) {
  .loginpage .login-left {
    min-width: 0;
  }
}
@media (max-width: 991px) {
  .loginpage .login-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.loginpage .login-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.07)), color-stop(86.94%, rgba(255, 255, 255, 0.35))), radial-gradient(34.34% 57.96% at 20.48% 63.18%, rgba(23, 255, 18, 0.2) 0%, rgba(18, 255, 42, 0) 100%), radial-gradient(31.7% 53.5% at 85.71% 14.73%, rgba(255, 18, 203, 0.3) 0%, rgba(255, 18, 203, 0) 100%), #009FC3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.35) 86.94%), radial-gradient(34.34% 57.96% at 20.48% 63.18%, rgba(23, 255, 18, 0.2) 0%, rgba(18, 255, 42, 0) 100%), radial-gradient(31.7% 53.5% at 85.71% 14.73%, rgba(255, 18, 203, 0.3) 0%, rgba(255, 18, 203, 0) 100%), #009FC3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  max-width: 54%;
}
.loginpage .login-right:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 350px;
  background: url('/img/pic_short-meaningful-login-ru.svg') no-repeat;
  background-size: 94% auto;
  content: '';
  background-position: 100% bottom;
}
@media (max-width: 1280px) {
  .loginpage .login-right:before {
    background-position: 100% center;
  }
}
@media (max-width: 991px) {
  .loginpage .login-right {
    display: none;
  }
}
.loginpage .login-wrapper {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .loginpage .login-wrapper {
    max-width: 384px;
  }
}
@media (max-width: 599px) {
  .loginpage .login-wrapper {
    padding-top: 30px;
  }
}
.loginpage .panel-body {
  border-radius: 6px 6px 0 0;
  padding: 0;
}
.loginpage .panel-footer {
  padding: 0;
  border-top: none;
  background: none;
}
.loginpage a.logo-link {
  float: left;
  width: 230px;
  display: block;
  padding: 0;
  min-height: 30px;
}
.loginpage a.logo-link img {
  display: block;
  float: left;
  margin-right: 10px;
}
.loginpage a.logo-link span {
  font-size: 22px;
  text-shadow: 0 1px 0 rgba(255, 248, 176, 0.7);
  line-height: 1.1;
  color: #000;
  display: block !important;
}
.loginpage .btn-green {
  min-width: 100px;
}
.login-options {
  margin-top: 6px;
}
.login-options .checkbox {
  padding-top: 0;
}
.lang-dropdown {
  position: absolute;
  right: 0;
}
.lang-dropdown .btn-default {
  position: relative;
  padding-right: 0;
  top: -3px;
  border: none!important;
}
.lang-dropdown .btn-default[aria-expanded="true"] {
  -webkit-box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
          box-shadow: 0 0 0 3px rgba(49, 193, 120, 0.2);
}
.lang-dropdown .btn-default .glyphicon {
  position: relative;
  top: 2px;
  left: -2px;
}
#lang-selector {
  top: 36px;
  left: auto;
  right: 0;
}
#lang-selector img {
  position: relative;
  top: -2px;
  left: -2px;
  margin-right: 2px;
}
#lang-selector a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
#lang-selector:after {
  border-bottom-color: #fff;
}
.btn-social .social-icon {
  font-size: 18px;
}
.regButton {
  margin-bottom: 24px;
}
@media screen and (min-width: 600px) {
  .loginpage .login-social {
    padding: 24px 0;
  }
  .loginpage .login-header {
    padding: 40px 0;
    position: relative;
  }
  .loginpage .social-signup .btn {
    margin-bottom: 8px;
    margin-right: 5px;
  }
  .loginpage .social-signup .btn .icon-facebook {
    background: #fff;
    color: #1877F2;
    top: 0;
    border-radius: 1px;
    margin-right: 2px;
    margin-left: -1px;
  }
  .loginpage .social-signup .btn .icon-facebook:before {
    position: relative;
    top: 2px;
    left: 2px;
  }
  .loginpage .panel {
    margin: 15px auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .panel-footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0;
  }
  html:not(.loginpage-index) .loginpage .panel-footer {
    padding-left: 40px;
    padding-right: 40px;
    border-top: none;
  }
}
.form-horizontal-container .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .lang-dropdown {
    right: 20px;
    margin-top: -5px;
  }
}
@media (max-width: 599px) {
  .p-0-sm {
    padding: 0 !important;
  }
  .login-social {
    padding: 24px 10px;
  }
  .social-signup a {
    margin-bottom: 5px;
  }
  .clearfix {
    margin: 0 0 6px;
  }
  .loginpage .panel {
    margin-right: 10px;
    margin-left: 10px;
    max-width: 100%;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .loginpage .panel.login-header {
    margin: 0;
  }
}
.password-advice ~ .tooltip .tooltip-inner {
  text-align: left;
  font-size: 12px;
}
.password-advice ~ .tooltip .tooltip-inner div {
  margin-bottom: 5px;
}
.noty-carousel {
  margin: 0;
  width: 100%;
}
.noty-carousel-view {
  width: 100%;
  height: 350px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.noty-carousel-control {
  position: absolute;
  z-index: 1;
  height: 320px;
  width: 70px;
  display: table;
}
.noty-carousel-control:after {
  position: absolute;
  width: 20px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  top: 0;
  bottom: 0;
}
.noty-carousel-control.control-prev:after {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.noty-carousel-control.control-next:after {
  right: 0;
}
.noty-carousel-control.hidden-arrow {
  display: none !important;
}
.noty-carousel-control:first-of-type {
  left: 0;
}
.noty-carousel-control:last-of-type {
  right: 0;
}
.noty-carousel-control .noty-carousel-icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.noty-carousel-control .noty-carousel-icon.next {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.noty-carousel-control .noty-carousel-icon.prev {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.noty-carousel:hover {
  border-radius: 8px;
}
.noty-carousel:hover .noty-carousel-icon {
  opacity: 1;
}
.noty-list {
  position: absolute;
  margin: 0;
  padding: 0 0 0 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  list-style: none;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.noty-list__item {
  width: 260px;
  height: 320px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 5px;
  position: relative;
  -webkit-box-shadow: 0px 8px 25px rgba(32, 32, 35, 0.12);
          box-shadow: 0px 8px 25px rgba(32, 32, 35, 0.12);
}
.noty-list__item:hover .noty-date {
  opacity: 1;
}
.noty-list__item .noty-date {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #009FC1;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding: 4px 7px;
  line-height: 1;
  opacity: 0;
}
.noty-list__item .noty-img-full-width {
  border-radius: 8px 8px 0 0;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.noty-list__item .noty-text {
  padding: 0 15px;
}
.noty-list__item .noty {
  border-radius: 8px;
  overflow: hidden;
}
.noty-list__item .noty-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 320px;
}
.noty-list__item .noty-content .noty-image {
  margin: 0 0 14px;
}
.noty-list__item .noty-content .noty-text {
  font-size: 15px;
  line-height: 21px;
  color: #4C6D83;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.noty-list__item .noty-content .noty-text p:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -moz-box-orient: horizontal;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  /* autoprefixer: on */
}
.noty-list__item .noty-content .noty-text p:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -moz-box-orient: horizontal;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  /* autoprefixer: on */
}
.noty-list__item .noty-content .noty-text p:last-child > a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.noty-list__item .noty-content .noty-link {
  margin: 3px 15px 0;
  text-decoration: underline;
}
.noty-list__item .noty-content .noty-link:hover {
  text-decoration: none;
}
.noty-table-responsive {
  width: 100%;
  overflow-x: auto;
  position: relative;
  z-index: 10;
}
