/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-thx.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-thx {
  padding: 38px 15px 50px 15px;
}
@media (min-width: 1420px) {
  .m-thx {
    padding: 84px 15px 100px 15px;
  }
}
.m-thx__hdr {
  text-align: center;
  margin: 0 auto 36px auto;
  line-height: 1.1;
  max-width: 330px;
}
@media (min-width: 768px) {
  .m-thx__hdr {
    margin-bottom: 46px;
    max-width: 510px;
  }
}
@media (min-width: 1420px) {
  .m-thx__hdr {
    margin-bottom: 46px;
    max-width: none;
  }
  .m-thx__hdr span {
    display: block;
  }
}
.m-thx__colorTxt {
  color: #b31764;
}
.m-thx__info {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.9;
}
.m-thx__additional-info {
  margin: 20px auto 0 auto;
}
.m-thx__additional-info ol {
  max-width: 500px;
  text-align: justify;
  margin: 10px auto 0;
}
.m-thx__additional-info ol li {
  padding-left: 10px;
}
.m-thx__additional-info a {
  color: #b31764;
}
.m-thx__buttons {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.m-thx__buttons .a-btnSubmit {
  font-size: 17px;
  line-height: 1.2;
}
.m-thx__buttons .m-addProduct__link {
  text-align: center;
  margin-top: 40px;
  align-self: center;
}
@media (min-width: 1420px) {
  .m-thx__buttons {
    flex-direction: row;
    max-width: none;
    justify-content: center;
    align-items: center;
  }
  .m-thx__buttons .m-addProduct__link {
    margin-top: 0;
    margin-left: 42px;
  }
}
