.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hero-block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.hero-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.hero-block__picture {
  width: 406px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.hero-block__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  border-radius: 20px;
  padding: 24px;
  background: #f4f4f4;
}

.hero-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.hero-block__title {
  margin: 0;
}

.hero-block__text {
  font-family: "Jost", normal;
  font-size: 1rem;
  line-height: 150%;
  color: #222;
}

.hero-block__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: auto;
}

.hero-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.hero-block__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.hero-block__info-name {
  font-family: "Jost", normal;
  font-size: 0.9375rem;
  color: #222;
}

.hero-block__info-value {
  font-family: "Inter", normal;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3c3c3c;
}

.hero-block__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.hero-block__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  padding: 12px 45px;
  min-height: 64px;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 218.1818181818%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

.hero-block__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  border-radius: 20px;
  padding: 11px 24px 11px 12px;
  min-height: 64px;
  background: #e3d9f2;
}

.hero-block__action::before {
  content: "";
  width: 23px;
  height: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../../assets/img/gallery/action.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-block__action-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero-block__action-title {
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 184.6153846154%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #3c3c3c;
}

.hero-block__action-text {
  font-family: "Jost", normal;
  font-size: 0.8125rem;
  line-height: 146.1538461538%;
  color: #222;
}

.hero-block__action-link {
  color: #523189;
}

@media (max-width: 1919px) {
  .hero-block__picture {
    width: 426px;
  }

  .hero-block__content {
    gap: 30px;
  }
}

@media (max-width: 1439px) {
  .hero-block__picture {
    display: none;
  }

  .hero-block__content {
    gap: 20px;
  }

  .hero-block__head {
    gap: 12px;
  }

  .hero-block__box {
    gap: 6px;
  }
}

@media (max-width: 833px) {
  .hero-block__container {
    gap: 15px;
  }

  .hero-block__content {
    padding: 16px;
    gap: 16px;
  }

  .hero-block__head {
    gap: 8px;
  }

  .hero-block__text {
    font-size: 0.8125rem;
    line-height: 146.1538461538%;
  }

  .hero-block__box {
    gap: 4px;
  }

  .hero-block__info-value {
    font-size: 1rem;
  }

  .hero-block__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .hero-block__button {
    padding: 12px 24px;
    min-height: 55px;
  }

  .hero-block__action {
    padding: 12px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
