#hero-block {
  position: relative;
  overflow: hidden;
  padding: 200px 0 60px 0;
  min-height: 940px;
}

#hero-block::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  max-height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90.15deg, rgba(0, 0, 0, 0.6) 0.13%, rgba(0, 0, 0, 0.2) 69.32%);
  z-index: -1;
}

#hero-block .hero__inner {
  display: flex;
  flex-direction: column;
}

#hero-block .hero__title {
  max-width: 880px;
  text-transform: uppercase;
  color: var(--card);
  margin-bottom: 30px;
}

#hero-block .hero__descr {
  margin-bottom: 40px;
}

#hero-block .hero__descr ul li::marker,
#hero-block .hero__descr * {
  color: var(--bgThird);
}

#hero-block .hero__btn-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 113px;
}

@media screen and (max-width: 420px){
	#hero-block .hero__btn-wrapper svg{
		display: none;
	}
}

#hero-block .hero__btn-descr {
  max-width: 140px;
  color: var(--bgThird);
}

#hero-block .hero__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -2;
}

#hero-block .hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-block .benefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

#hero-block .benefits__item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  display: flex;
  gap: 15px;
  align-items: center;
  border-radius: 5px;
}

#hero-block .benefits__img {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#hero-block .benefits__img svg,
#hero-block .benefits__img img {
  max-width: 80px;
  max-height: 80px;
}

#hero-block .benefits__img::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: var(--second);
}

#hero-block .benefits__text {
  color: var(--card);
  max-width: 220px;
  text-transform: uppercase;
}

#hero-block ul li::marker {
  color: var(--bgThird);
}

#hero-block .container {
  min-height: 100%;
}

@media screen and (max-width: 1380px) {
  #hero-block .benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #hero-block .hero__btn-wrapper {
    margin-bottom: 30px;
  }

  #hero-block {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  #hero-block .benefits__item {
    padding: 10px;
  }
}

@media screen and (max-width: 724px) {
  #hero-block .benefits__list {
    grid-template-columns: 1fr;
  }

  #hero-block .benefits__item {
    padding: 0;
  }

  #hero-block .benefits__text {
    max-width: unset;
    font-size: 16px;
    text-transform: none;
    line-height: 110%;
  }
}

@media screen and (max-width: 600px) {
  #hero-block .hero__title {
    font-size: 36px;
    line-height: 110%;
  }
}

@media screen and (max-width: 420px) {
  #hero-block .hero__title {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 20px;
  }

  #hero-block .hero__btn {
    width: 100%;
  }

  #hero-block .hero__descr {
    margin-bottom: 20px;
  }

  #hero-block .hero__btn-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

/*маленький баннер */
#hero-block.small {
  position: relative;
  overflow: hidden;
  padding: 30px 0 30px 0;
  min-height: 700px;
}

#hero-block .hero__btn-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 53px;
}
.tax-services-cat .page-title{
  display: none;
}

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