/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-contact-staticPage.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.fontLight {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: white;
}
@media (max-width: 576px) {
  .fontLight {
    font-size: 26px;
  }
}

.boxBorderTop {
  border-top: 1px solid #9d9d9d;
}

.box-info .bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.box-info__logo__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-top: 50px;
}
.box-info__logo__info {
  font-size: 13px;
  padding-top: 30px;
}
.box-info__logo__info--left {
  line-height: 1.7;
}
.box-info__logo__img {
  margin-top: 30px;
  max-width: 190px;
}

.box-form {
  padding: 55px 50px 60px 60px;
  background-color: #333333;
  color: #c4c4c4;
  position: relative;
  z-index: 0;
  font-size: 12px;
  line-height: 1.4rem;
  letter-spacing: -0.025em;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  min-height: 276px;
}
@media (max-width: 576px) {
  .box-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.box-form .form__inpt--error .error {
  display: inline-block;
  margin-top: 5px;
}
.box-form__captcha-info {
  margin-top: 20px;
}
.box-form__captcha-info + .cl12-12 {
  margin-top: 20px;
}
.box-form__check {
  position: relative;
}
.box-form__check__agree {
  max-height: 3.8rem;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 10px;
  padding-right: 0px;
  margin-bottom: 60px;
}
.box-form__check__btn {
  color: #fff;
  box-shadow: inset 0px 0px 1px #333333;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
  position: absolute;
  right: 0;
  padding-right: 0px;
  cursor: pointer;
  z-index: 0;
  padding: 2px 3px;
  margin-top: 5px;
}
.box-form__check__btn--less {
  display: none;
}
.box-form__check__btn:before {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.66, 0.32, 0.22, 0.96);
  z-index: -1;
}
.box-form__check__btn.hoverAvailable:hover {
  color: #000;
}
.box-form__check__btn.hoverAvailable:hover:before {
  width: 100%;
}
.box-form__inpt {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .box-form__inpt--mTop0 {
    margin-top: 0;
  }
  .box-form__inpt--mBottom0 {
    margin-bottom: 0;
  }
}
.box-form__txtArea {
  margin-bottom: 5px;
}
.box-form__txtArea__msg {
  width: 100%;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  transition: border 0.3s linear;
  box-shadow: none;
  padding: 10px;
  outline: none;
  resize: vertical;
  min-height: 100px;
}
.box-form__txtArea__msg:focus, .box-form__txtArea__msg:active {
  border: 1px solid #b31764;
}
.form__inpt--error .box-form__txtArea__msg {
  border: 1px solid red;
}
.box-form .inptBox {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.box-form .form__inpt {
  width: 48%;
  float: left;
  margin-top: 30px;
}
.box-form .form__inpt input:-webkit-autofill,
.box-form .form__inpt input:-webkit-autofill:hover,
.box-form .form__inpt input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}
.box-form .form__inpt--right {
  margin-right: 4%;
}
.box-form .open .box-form__check__agree {
  max-height: none;
}
.box-form .open .box-form__check__btn--more {
  display: none;
}
.box-form .open .box-form__check__btn--less {
  display: block;
}
.box-form .formmsg--highlight {
  line-height: initial;
}
.box-form__lab {
  margin-top: 25px;
}
.box-form__submit {
  margin-top: 60px;
}
.box-form__error {
  margin-bottom: 10px;
}
