.decision-hero {
  box-sizing: border-box;
  height: 869px;
  margin-top: 0;
  overflow: hidden;
  padding-top: 179px;
  background: #eef0f5;
  color: #0a1530;
  font-family: "Gilroy", Arial, sans-serif;
}

.decision-hero *,
.decision-hero *::before,
.decision-hero *::after {
  box-sizing: border-box;
}

.decision-hero__stage {
  width: min(1145px, calc(100% - 40px));
  margin: 0 auto;
}

.decision-hero__top {
  display: grid;
  grid-template-columns: 110px minmax(0, 1012px);
  gap: 23px;
  align-items: start;
}

.decision-hero__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.decision-hero__avatar {
  position: relative;
  width: 110px;
  height: 110px;
}

.decision-hero__avatar img {
  display: block;
  width: 110px;
  height: 110px;
}

.decision-hero__status {
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 16px;
  height: 16px;
  border: 6px solid #eef0f5;
  border-radius: 50%;
  background: #289e6d;
  box-sizing: content-box;
}

.decision-hero__contact {
  display: flex;
  width: 110px;
  height: 35px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 5px;
  background: #289e6d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.decision-hero__contact:focus-visible {
  outline: 2px solid #0a1530;
  outline-offset: 2px;
}

.decision-hero__card {
  position: relative;
  height: 404px;
  padding: 38px 35px 36px;
  border-radius: 0 12px 12px 12px;
  background: #fff;
}

.decision-hero__title {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.decision-hero__role {
  white-space: nowrap;
}

.decision-hero__mobile-break {
  display: none;
}

.decision-hero__copy {
  margin-top: 18px;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.decision-hero__copy p {
  margin: 0 0 9px;
}

.decision-hero__copy p:last-child {
  margin-bottom: 0;
}

.decision-hero__copy a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.decision-hero__services {
  position: absolute;
  right: 35px;
  bottom: 36px;
  left: 35px;
  display: grid;
  grid-template-columns: 260px 233px 135px 272px;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.decision-hero__contact--card {
  display: none;
}

.decision-hero__service {
  min-width: 0;
}

.decision-hero__service-link {
  display: flex;
  width: 100%;
  height: 55px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 5px;
  background: rgb(238 240 245 / 75%);
  color: #0a1530;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.decision-hero__service-link img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.58;
}

.decision-hero__service-link:focus-visible {
  outline: 2px solid #289e6d;
  outline-offset: 2px;
}

.decision-hero__clients {
  margin-top: 107px;
}

.decision-hero__clients-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 0;
  color: #9b9fac;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.decision-hero__clients-title::before,
.decision-hero__clients-title::after {
  height: 1px;
  background: rgb(10 21 48 / 10%);
  content: "";
}

.decision-hero__clients-title span {
  padding: 0 26px;
}

.decision-hero__logos-viewport {
  margin-top: 35px;
}

.decision-hero__logos-track {
  display: block;
}

.decision-hero__logos {
  display: grid;
  grid-template-columns: 264px 204px 259px 276px;
  justify-content: space-between;
  align-items: center;
  height: 95px;
}

.decision-hero__logos--clone {
  display: none;
}

.decision-hero__client-logo {
  position: relative;
  display: block;
  max-width: 100%;
  line-height: 0;
}

.decision-hero__logo {
  display: block;
  width: 100%;
  height: auto;
}

.decision-hero__logo--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
}

.decision-hero__client-logo--culture {
  width: 264px;
}

.decision-hero__client-logo--grants {
  width: 204px;
}

.decision-hero__client-logo--opora {
  width: 259px;
}

.decision-hero__client-logo--iri {
  width: 276px;
}

@media (min-width: 768px) and (hover: hover) {
  .decision-hero__client-logo:hover .decision-hero__logo--hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .decision-hero {
    height: auto;
    padding: 125px 20px 70px;
  }

  .decision-hero__stage {
    width: 100%;
    max-width: 960px;
  }

  .decision-hero__top {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .decision-hero__card {
    height: auto;
    min-height: 408px;
    padding: 34px 32px;
  }

  .decision-hero__title {
    font-size: 32px;
  }

  .decision-hero__copy {
    margin-top: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .decision-hero__services {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .decision-hero__service-link {
    white-space: normal;
  }

  .decision-hero__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px;
  }

  .decision-hero__desktop-break {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .decision-hero {
    padding: 84px 16px 28px;
  }

  .decision-hero__stage {
    max-width: 560px;
  }

  .decision-hero__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .decision-hero__profile {
    width: 100%;
  }

  .decision-hero__avatar,
  .decision-hero__avatar img {
    width: 96px;
    height: 96px;
  }

  .decision-hero__status {
    right: 2px;
    bottom: 2px;
    width: 14px;
    height: 14px;
    border-width: 5px;
  }

  .decision-hero__contact {
    width: 100%;
    height: 50px;
    font-size: 17px;
  }

  .decision-hero__contact--profile {
    display: none;
  }

  .decision-hero__card {
    width: 100%;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 12px;
  }

  .decision-hero__card::before {
    position: absolute;
    top: -14px;
    left: 50%;
    width: 32px;
    height: 18px;
    background: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    content: "";
    transform: translateX(-50%);
  }

  .decision-hero__title {
    font-size: clamp(27px, 7vw, 28px);
    line-height: 1.1;
  }

  .decision-hero__mobile-break {
    display: block;
  }

  .decision-hero__copy {
    margin-top: 18px;
    font-size: 17px;
    line-height: 25px;
  }

  .decision-hero__copy p {
    margin-bottom: 12px;
  }

  .decision-hero__services {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .decision-hero__service-link {
    height: 50px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .decision-hero__contact--card {
    display: flex;
    margin-top: 15px;
  }

  .decision-hero__clients {
    margin-top: 36px;
  }

  .decision-hero__clients-title {
    font-size: 14px;
  }

  .decision-hero__clients-title span {
    padding: 0 14px;
  }

  .decision-hero__logos-viewport {
    width: calc(100% + 32px);
    margin: 16px -16px 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 18px,
      #000 calc(100% - 18px),
      transparent 100%
    );
    mask-image: linear-gradient(
      90deg,
      transparent 0,
      #000 18px,
      #000 calc(100% - 18px),
      transparent 100%
    );
  }

  .decision-hero__logos-track {
    display: flex;
    width: max-content;
    animation: decision-hero-logo-marquee 22s linear infinite;
    will-change: transform;
  }

  .decision-hero__logos {
    display: flex;
    flex: 0 0 auto;
    gap: 34px;
    height: 72px;
    padding: 0 17px;
  }

  .decision-hero__logos--clone {
    display: flex;
  }

  .decision-hero__client-logo {
    flex: 0 0 auto;
    max-width: none;
    max-height: none;
    margin: 0;
  }

  .decision-hero__client-logo--culture {
    width: 190px;
  }

  .decision-hero__client-logo--grants {
    width: 142px;
  }

  .decision-hero__client-logo--opora {
    width: 185px;
  }

  .decision-hero__client-logo--iri {
    width: 190px;
  }
}

@keyframes decision-hero-logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .decision-hero__logos-viewport {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .decision-hero__logos-viewport::-webkit-scrollbar {
    display: none;
  }

  .decision-hero__logos-track {
    animation: none;
    will-change: auto;
  }
}

@media screen and (max-width: 359px) {
  .decision-hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .decision-hero__card {
    padding-right: 17px;
    padding-left: 17px;
  }

  .decision-hero__title {
    font-size: 26px;
  }

  .decision-hero__role {
    white-space: normal;
  }
}
