.h5 {
  display: block;

  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}

:is(.darkBlock, .darkTheme) :is(.h1, .h2, .h3, .h4, .h5, .h6) {
  color: #fff;
}

.greeting_text .h3 {
  display: block;
  margin: 0;
  max-width: 180px;
  font-family: Mont;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.23;
  color: #fff;
}

/* ! Service | Product */
.serviceContent :is(.h2, .h3, .h4, .h5, .h6) {
  font-weight: 400;
  color: #fff;

  &.h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.productTableWrap {
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* ! News */
.newsItem .h3.u5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  margin-bottom: 20px;
  max-height: 66px;
  overflow: hidden;
}
.newsBlock .mainNews .newsItem .content .h3.u5 {
  font-size: 48px;
  line-height: 58px;
  max-height: 174px;
  max-width: 625px;
}
.newsBlock .mainNews .newsItem .content .h3.u5 {
  height: auto;
}
@media screen and (max-width: 1280px) {
  .newsBlock .mainNews .newsItem .content .h3.u5 {
    font-size: 34px;
    line-height: 36px;
  }
}

/* ! Catalog */
.h3.u5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 14px;
}
.serviceItem .h3.u5 {
  line-height: 28px;
  margin-bottom: 20px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1px;
}
.serviceItem .h3.u5 {
  line-height: initial;
  padding-bottom: 3px;
}
@media screen and (max-width: 1440px) {
  .serviceItem .h3.u5 {
    font-size: 16px;
    height: 46px;
  }
}
@media screen and (max-width: 640px) {
  .serviceItem .h3.u5 {
    min-height: 34px;
    font-size: 18px;
    line-height: 28px;
    height: auto;
    margin-bottom: 12px;
  }
}