/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/acf-blocks/general/intro-block.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.intro-block {
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.blog .intro-block {
    padding-bottom: 30px !important;
  }
}
.intro-block__title {
  text-align: center;
  margin: 0 auto 24px;
}
.intro-block__title mark {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.15;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .intro-block__title mark {
    font-size: 32px;
    line-height: 1.15;
  }
}
.intro-block__title.hide-mobile-br br {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro-block__title.hide-mobile-br br {
    display: block;
  }
}
.intro-block__description {
  font-weight: 400;
  line-height: 1.35;
}
body.blog .intro-block__description {
  max-width: 614px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  body.blog .intro-block__description {
    font-size: 18px;
    line-height: 1.35;
  }
}
.intro-block__description.hide-mobile-br br {
  display: none;
}
@media screen and (min-width: 768px) {
  .intro-block__description.hide-mobile-br br {
    display: block;
  }
}
.intro-block .buttons-group {
  margin: 38px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
}
.intro-block__btn.btn {
  width: 100%;
}
.intro-block__btn.text-link {
  margin: 10px 0 auto;
}
@media screen and (max-width: 1024px) {
  .intro-block__title {
    max-width: 600px;
  }
  body.blog .intro-block__title {
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  body.blog .intro-block__title {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .intro-block__title {
    max-width: 84%;
  }
  .mobile-title-max-width-none .intro-block__title {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .intro-block .buttons-group {
    max-width: 415px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .intro-block__btn:first-child {
    margin-right: 10px;
  }
  [dir=rtl] .intro-block__btn:first-child {
    margin-left: 10px;
    margin-right: 0;
  }
  .intro-block__btn.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .intro-block__description {
    font-weight: 600;
    line-height: 1.15;
  }
  .intro-block__title {
    margin: 0 auto 20px;
  }
}

/*# sourceMappingURL=intro-block.css.map*/