.mainbanner-block {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  min-height: 98vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mainbanner-block .block-bg {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.mainbanner-block .block-title {
  color: #FFF;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  margin-bottom: 15px;
  padding-right: 100px;
}
.mainbanner-block .block-title span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
}
.mainbanner-block .block-title span:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 26px;
  background-image: url("images/lock.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.mainbanner-block .block-title b {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
}
.mainbanner-block .block-title b:after {
  content: '';
  width: 120px;
  height: 100px;
  background-image: url("images/open.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -80px;
  top: -60px;
  z-index: -1;
}
.mainbanner-block .block-subtitle {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.mainbanner-block .block-desc p,
.mainbanner-block .block-desc li {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.mainbanner-block .btn {
  margin-top: 75px;
}
.mainbanner-block #goDown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  cursor: pointer;
}
.mainbanner-block #goDown svg path {
  transition: stroke .3s ease-in;
}
.mainbanner-block #goDown:hover svg path {
  stroke: var(--green);
}

@media (max-width: 1025px) {
  .mainbanner-block h1.block-title {
    font-size: 65px;
  }
  .mainbanner-block h1.block-title span:after {
    width: 30px;
    height: 25px;
    top: -8px;
  }
}
@media (max-width: 769px) {
  .mainbanner-block h1.block-title {
    font-size: 40px;
  }
  .mainbanner-block h1.block-title span:after {
    width: 30px;
    height: 15px;
    top: -6px;
  }
  .mainbanner-block h1.block-title b:after {
    width: 100px;
    height: 100px;
  }
  .mainbanner-block .block-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 498px) {
  .mainbanner-block h1.block-title {
    font-size: 30px;
    padding-right: 0;
  }
  .mainbanner-block h1.block-title span:after {
    width: 15px;
    height: 15px;
    top: -7px;
  }
  .mainbanner-block h1.block-title b:after {
    width: 60px;
    height: 60px;
    right: -30px;
    top: -40px;
  }
  .mainbanner-block #goDown,
  .mainbanner-block .btn {
    /* display: none; */
  }
}

/*# sourceMappingURL=block.css.map */
