/* Generated by less 2.5.1 */
.osnova {
  padding-top: 55px;
}
.top {
  min-height: 600px;
  background: url('../_img/error_bg.jpg') repeat-x right top;
  -webkit-transition: background 0.7s ease-out 0s;
  transition: background 0.7s ease-out 0s;
  padding-top: 10px;
}
.top .logo {
  margin: 0 0 0 -44px;
}
.top .logo:hover img {
  filter: contrast(150%);
}
.error {
  background: url('../_img/error_img.png') no-repeat center top;
  color: #ffffff;
  position: absolute;
  width: 250px;
  height: 550px;
  bottom: 0px;
  right: 60px;
  z-index: 1;
  padding: 75px 10px;
  text-align: center;
  -webkit-transition: right 0.7s ease-out 0s;
  transition: right 0.7s ease-out 0s;
}
.error * {
  color: #ffffff;
  margin: 0;
}
.error h1 {
  font-size: 100px;
  font-weight: bold;
  margin-top: -20px;
}
.error_mess {
  color: #ffffff;
}
.error_mess * {
  color: #ffffff;
}
.error_mess h2,
.error_mess h4 {
  margin: 0;
}
.error_mess h2,
.error_mess h4 {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .top .logo {
    margin: 0 0 0 -10px;
  }
  .error {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .error {
    right: -40px;
  }
  .error_mess {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-height: 600px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 480px) {
  .error {
    right: -60px;
  }
  .error_mess {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
  }
}
