/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-error-500.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
body {
  background-color: #000;
}

.error500 p {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 21px;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .error500 p {
    font-size: 18px;
  }
}
.error500 .error500-header {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.error500 .error500-header__logo {
  float: left;
}
@media (max-width: 576px) {
  .error500 .error500-header__logo {
    float: none;
    text-align: center;
  }
}
.error500 .error500-header__icons {
  float: right;
}
@media (max-width: 576px) {
  .error500 .error500-header__icons {
    float: none;
    text-align: center;
    padding-top: 20px;
  }
}
.error500 .error500-header__icons__fb, .error500 .error500-header__icons__insta, .error500 .error500-header__icons__pint {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 54px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .error500 .error500-header__icons__fb, .error500 .error500-header__icons__insta, .error500 .error500-header__icons__pint {
    width: 44px;
    height: 40px;
  }
}
.error500 .error500-header__icons__fb {
  background-image: url("/Assets/images/facebook-logo-button-black.svg");
}
.error500 .error500-header__icons__fb:hover {
  background-image: url("/Assets/images/facebook-logo-button-active.svg");
}
.error500 .error500-header__icons__insta {
  background-image: url("/Assets/images/instagram-logo-black.svg");
}
.error500 .error500-header__icons__insta:hover {
  background-image: url("/Assets/images/instagram-logo-active.svg");
}
.error500 .error500-header__icons__pint {
  background-image: url("/Assets/images/pinterest-logo-button-black.svg");
}
.error500 .error500-header__icons__pint:hover {
  background-image: url("/Assets/images/pinterest-logo-button-active.svg");
}
.error500 .error-content {
  background-color: #fff;
  clear: both;
  padding-top: 55px;
}
.error500 .error500-content-left {
  text-align: center;
  margin-left: 180px;
}
@media (max-width: 1420px) {
  .error500 .error500-content-left {
    margin-left: 0;
  }
}
.error500 .error500-content-left h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 160px;
  line-height: 1.2;
}
@media (max-width: 1420px) {
  .error500 .error500-content-left h1 {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .error500 .error500-content-left h1 {
    font-size: 70px;
  }
}
@media (max-width: 576px) {
  .error500 .error500-content-left h1 {
    font-size: 40px;
  }
}
.error500 .error500-content-left h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin-top: 25px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .error500 .error500-content-left h2 {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
.error500 .error500-content-right {
  margin-left: 70px;
  text-align: center;
}
@media (max-width: 992px) {
  .error500 .error500-content-right {
    margin-left: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .error500 .error500-content-right img {
    margin-left: 0;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .error500 .error500-content-right img {
    margin-top: 30px;
    height: 300px;
  }
}
.error500 .error500-label {
  margin-top: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 60px 400px;
}
@media (max-width: 1420px) {
  .error500 .error500-label {
    padding: 60px 200px;
  }
}
@media (max-width: 992px) {
  .error500 .error500-label {
    padding: 40px 110px;
  }
}
@media (max-width: 768px) {
  .error500 .error500-label {
    padding: 40px 40px;
  }
}
.error500 .error500-label a {
  border-bottom: 1px solid #fff;
}
