/* this file won't be updated, so you can write your own code here */

.row {
  margin-left: 0;
  margin-right: 0;
}

.btn {
  font-size: 16px !important;
}

.block-title-text span,
.footer-title span,
.page404-title span {
  position: relative;
  z-index: 1;
  max-width: fit-content;
}

h1.block-title-text span::after,
.footer-title span::after {
  height: 60px;
}
@media (max-width: 770px) {

  h1.block-title-text span::after,
  .footer-title span::after {
    height: 36px;
  }
}
@media (max-width: 550px) {

  h1.block-title-text span::after,
  .footer-title span::after {
    height: 32px;
  }
}
.block-title-text span::after {
  height: 10px;
}

h2.block-title-text span::after,
.page404-title sapn::after {
  height: 18px;
}

.block-title-text span::after,
.footer-title span::after {
  position: absolute;
  content: '';
  bottom: -150%;
  left: -10px;
  transform: rotate(359deg);
  width: calc(100% + 20px);
  background-color: #1dcd24;
  z-index: -1;
  opacity: 0;
  transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
}
@media (max-width: 530px) {
  .block-title-text span::after,
  .footer-title span::after {
    left: -5px;
    width: calc(93% + 20px);
  }
}

.page404-title span::after {
  position: absolute;
  content: '';
  bottom: -150%;
  left: 60px;
  transform: rotate(315deg);
  width: 50%;
  background-color: #1dcd24;
  z-index: -1;
  opacity: 0;
  transition: bottom .3s ease-in-out, opacity .3s ease-in-out;
}

.block-title-text span.visible::after,
.footer-title.visible span::after {
  bottom: 0;
  opacity: 1;
}

.page404-title span::after {
  bottom: 50px;
  opacity: 1;
}

@media (max-width: 550px) {
  .block.block .block-title .block-title-text {
    font-size: 24px;
    line-height: 100%;
  }
}

