#hero-block .hero__btn {
  width: 490px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 100%;
}
#hero-block .hero__subtitle {
  color: var(--text-alt-head);
  font-size: 22px;
  line-height: 140%;
  font-family: var(--font-family-second);
}
#hero-block .benefits__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #434343;
  border-right: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#hero-block .benefits__item {
  padding: 20px;
  position: relative;
  border-right: 1px solid #434343;
  transition: var(--transition);
}
#hero-block .benefits__item:hover .benefits__text {
  top: 60%;
  transition: var(--transition);
}
#hero-block .benefits__item:first-child {
  border-left: 1px solid #434343;
}
#hero-block .benefits__item:first-child .benefits__icon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/04/group-2477.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#hero-block .benefits__item:last-child .benefits__icon:after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2026/04/group-2477.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#hero-block .benefits__icon {
  position: relative;
  min-width: 265px;
}
#hero-block .benefits__icon::after:hover {
  content: "";
  background-color: url(/wp-content/uploads/2026/04/rectangle-786-2.png);
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#hero-block .benefits__icon img {
  width: 265px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
#hero-block .benefits__icon p {
  position: absolute;
  color: var(--text-alt-head);
  font-size: 22px;
  line-height: 120%;
  font-weight: 800;
}
#hero-block .time-work__block {
  background-color: var(--bg-primary-second);
  padding: 4px 10px;
  font-family: var(--font-family-third);
  transform: rotate(-3deg);
  font-size: 20px;
  line-height: 120%;
  color: var(--text-primary-main);
}

.benefits__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 29, 0.5);
  z-index: 1;
  min-width: 265px;
}

.benefits__item::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/04/group-2477.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.benefits__item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/04/group-2477.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.benefits__item {
  position: relative;
}

.benefits__icon {
  position: relative;
}

.benefits__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  white-space: nowrap;
  max-width: 90%;
  z-index: 2;
  pointer-events: none;
}

.hero__content {
  padding: 170px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: relative;
}

#hero-block {
  margin-bottom: 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-block .container {
  position: relative;
}

#hero-block .container::before {
    content: "";
    position: absolute;
    bottom: 85px;
    left: -5px;
    width: 350px;
    height: 564px;
    background-image: url(/wp-content/uploads/2026/06/sloy_0.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#hero-block .container::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -150px;
    width: 500px;
    height: 660px;
    background-image: url(/wp-content/uploads/2026/06/3qk-yn8vmqy2rati1jbl-tb5iimw4gkl0e2kkzy1bl-z5zov_ytd4w8zdu03ddsfutbszbvkgoixgagpxy26iart.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.benefits__item:first-child {
  grid-column-start: 2;
}

@media screen and (min-width: 1440px) {
  #hero-block .container {
    min-height: 850px;
  }
  #hero-block {
    min-height: 850px;
  }
}
@media screen and (max-width: 1200px) {
  #hero-block .hero__subtitle {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  #hero-block .benefits__list {
    grid-template-columns: repeat(1, 1fr);
  }
  #hero-block .time-work__block {
    font-size: 14px;
  }
  #hero-block .benefits__icon img {
    width: 100%;
  }
  .hero__content {
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=block.css.map */