/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-404.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.error404 {
  background-image: url("/Assets/images/error404.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 340px;
}
@media (max-width: 1420px) {
  .error404 {
    padding: 0 100px;
  }
}
@media (max-width: 576px) {
  .error404 {
    padding: 0 20px;
  }
}
.error404__content {
  text-align: center;
}
.error404__content h1 {
  display: inline-block;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  margin: 110px 0 35px 0;
}
@media (max-width: 768px) {
  .error404__content h1 {
    margin-top: 70px;
    font-size: 40px;
  }
}
.error404__content h2 {
  font-size: 4.8rem;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .error404__content h2 {
    font-size: 40px;
  }
}
.error404__content p {
  display: inline-block;
  max-width: 380px;
}
@media (max-width: 992px) {
  .error404__content p {
    max-width: 300px;
  }
}
.error404 .f-top__form {
  margin: 80px 0 70px 0;
}
.error404 .f-top__form .f-top__label {
  color: #333333;
  font-size: 36px;
  line-height: 2;
  top: -30px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
@media (max-width: 1420px) {
  .error404 .f-top__form .f-top__label {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .error404 .f-top__form .f-top__label {
    font-size: 28px;
    top: -20px;
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 576px) {
  .error404 .f-top__form .f-top__label {
    font-size: 20px;
    top: -5px;
  }
}
.error404 .f-top__form .f-top__input {
  border-bottom: 1px solid #9d9d9d;
  color: #000;
  font-size: 16px;
}
.error404 .f-top__form .f-top__input:focus + label, .error404 .f-top__form .f-top__input:valid + label {
  top: -25px;
  left: 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: none;
}
.error404 .f-top__form input:-webkit-autofill,
.error404 .f-top__form input:-webkit-autofill:hover,
.error404 .f-top__form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
}
.error404 .m-search-box {
  margin: 0 40px;
}
.error404__boxes {
  display: flex;
  justify-content: center;
  padding-bottom: 185px;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .error404__boxes {
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media (max-width: 768px) {
  .error404__boxes {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 70px;
  }
}
.error404__boxes__box {
  text-align: center;
  background-color: #fff;
  padding-bottom: 30px;
  max-width: 320px;
  flex: 1 1 30%;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .error404__boxes__box {
    width: 100%;
    margin: 0 0 30px 0;
    max-width: none;
  }
}
.error404__boxes__box h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  padding: 40px 25px 30px 25px;
}
@media (max-width: 1420px) {
  .error404__boxes__box h3 {
    font-size: 24px;
  }
}
.error404__boxes__box p {
  font-size: 15px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 0 25px 30px 25px;
}

.hoverAvailable .f-top__form .m-search-box__btn:hover .m-inspirations__search--default {
  transform: scale(0);
  opacity: 0;
}
.hoverAvailable .f-top__form .m-search-box__btn:hover .m-inspirations__search--hover {
  transform: scale(1);
  opacity: 1;
}

.noHoverAvailable .error404__boxes__box .a-btnSubmit:hover {
  color: #fff;
}
