.headings.simple.text-left .text {
  max-width: 400px; }
.headings.simple.text-right .text {
  max-width: 400px;
  margin-right: 0;
  margin-left: auto; }
.headings.simple.text-center .text {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }
.headings.simple .title {
  font-size: 45px;
  font-weight: 700;
  color: var(--dark-color);
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 1.5px; }
.headings.simple .text {
  color: var(--grey-color);
  margin-top: 35px;
  font-size: 18px;
  line-height: 1.73; }
.headings.simple .button {
  margin-top: 50px; }

@media only screen and (max-width: 1300px) {
  .headings.simple .title {
    font-size: 36px; } }
@media only screen and (max-width: 1199px) {
  .headings.simple .title {
    font-size: 31px; } }
@media only screen and (max-width: 991px) {
  .headings.simple .title {
    font-size: 31px; } }
@media only screen and (max-width: 768px) {
  .headings.simple .text {
    margin-top: 25px; }
  .headings.simple .button {
    margin-top: 30px; } }
@media only screen and (max-width: 576px) {
  .headings.simple .title {
    font-size: 28px; } }
.headings.modern_with_link, .headings.modern {
  max-width: 770px;
  margin: 0 auto;
  text-align: center; }
  .headings.modern_with_link .title, .headings.modern .title {
    color: var(--dark-color);
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 3.77px;
    line-height: 1.3; }
  .headings.modern_with_link a.title, .headings.modern a.title {
    text-decoration: none !important;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease; }
    .headings.modern_with_link a.title:hover, .headings.modern a.title:hover {
      opacity: .7; }

@media only screen and (max-width: 1024px) {
  .headings.modern_with_link .title, .headings.modern .title {
    letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
  .headings.modern_with_link, .headings.modern {
    max-width: 100%; }
    .headings.modern_with_link .title, .headings.modern .title {
      font-size: 26px; } }
@media only screen and (max-width: 576px) {
  .headings.modern_with_link, .headings.modern {
    max-width: 100%; }
    .headings.modern_with_link .title, .headings.modern .title {
      letter-spacing: 1px; } }
.headings.classic {
  text-align: center; }
  .headings.classic .subtitle {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.56px;
    margin-bottom: 20px; }
    .headings.classic .subtitle.light_style {
      color: var(--light-grey-color); }
    .headings.classic .subtitle i {
      font-style: normal;
      color: var(--main-color) !important; }
  .headings.classic .title {
    color: var(--dark-color);
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 3.77px;
    line-height: 1.3;
    margin-bottom: -6px; }
    .headings.classic .title.light_style {
      color: var(--light-color); }

@media only screen and (max-width: 1024px) {
  .headings.classic .title {
    letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
  .headings.classic .title {
    font-size: 26px; } }
.headings.creative {
  text-align: center !important; }
  .headings.creative .image-wrap {
    margin-bottom: 50px; }
  .headings.creative .title {
    font-size: 45px;
    font-weight: 700;
    color: var(--dark-color);
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 1.5px; }
  .headings.creative .text {
    color: var(--grey-color);
    margin-top: 35px;
    font-size: 18px;
    line-height: 1.73;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto; }
  .headings.creative .button {
    margin-top: 50px; }

@media only screen and (max-width: 1300px) {
  .headings.creative .title {
    font-size: 36px; } }
@media only screen and (max-width: 1199px) {
  .headings.creative .title {
    font-size: 31px; } }
@media only screen and (max-width: 991px) {
  .headings.creative .title {
    font-size: 31px; } }
@media only screen and (max-width: 768px) {
  .headings.creative .text {
    margin-top: 25px; }
  .headings.creative .button {
    margin-top: 30px; }
  .headings.creative .image-wrap {
    margin-bottom: 35px; } }
@media only screen and (max-width: 576px) {
  .headings.creative .title {
    font-size: 28px; } }
.headings.urban {
  text-align: center; }
  .headings.urban .subtitle {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.56px;
    margin-bottom: 25px; }
  .headings.urban .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 1.5px; }
  .headings.urban .text {
    padding-top: 120px;
    color: var(--grey-color);
    font-size: 18px;
    line-height: 1.73;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    .headings.urban .text::before {
      content: '';
      position: absolute;
      top: 20px;
      height: 70px;
      width: 1px;
      background: var(--grey-color);
      left: 50%; }

@media only screen and (max-width: 1300px) {
  .headings.urban .title {
    font-size: 36px; }

  .headings.urban .text {
    padding-top: 115px; } }
@media only screen and (max-width: 768px) {
  .headings.urban .title {
    font-size: 32px; }
  .headings.urban .text {
    padding-top: 90px;
    line-height: 1.6; }
    .headings.urban .text::before {
      height: 50px; } }
@media only screen and (max-width: 576px) {
  .headings.urban .subtitle {
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .headings.urban .title {
    font-size: 28px; }
  .headings.urban .text {
    padding-top: 60px;
    line-height: 1.6; }
    .headings.urban .text::before {
      top: 15px;
      height: 30px; } }

/*# sourceMappingURL=headings.css.map */
