.decision-closing {
  box-sizing: border-box;
  height: 690px;
  overflow: hidden;
  padding: 50px 0;
  background: #0a1530;
  color: #fff;
  font-family: "Gilroy", Arial, sans-serif;
}

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

.decision-closing__stage {
  position: relative;
  width: min(1200px, 100%);
  height: 590px;
  margin: 0 auto;
}

.decision-closing__avatar {
  position: absolute;
  z-index: 2;
  width: 88px;
  height: 88px;
}

.decision-closing__avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.decision-closing__avatar--woman {
  top: 71px;
  left: 86.75%;
}

.decision-closing__avatar--redhead {
  top: 502px;
  left: 42.6667%;
}

.decision-closing__avatar--top {
  top: 11px;
  left: 14.5%;
}

.decision-closing__avatar--right {
  top: 447px;
  left: 81.5%;
}

.decision-closing__avatar--left {
  top: 431px;
  left: 5.8333%;
}

.decision-closing__label {
  position: absolute;
  z-index: 2;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in;
}

.decision-closing__label img {
  display: block;
  width: 100%;
  height: 100%;
}

.decision-closing__label--woman {
  top: 71px;
  left: calc(86.75% + 88px);
  width: 141px;
  height: 90px;
}

.decision-closing__label--redhead {
  top: 502px;
  left: calc(42.6667% + 88px);
  width: 129px;
  height: 90px;
}

.decision-closing__label--top {
  top: 11px;
  left: calc(14.5% + 88px);
  width: 152px;
  height: 90px;
}

.decision-closing__label--right {
  top: 447px;
  left: calc(81.5% + 88px);
  width: 141px;
  height: 87px;
}

.decision-closing__label--left {
  top: 431px;
  left: calc(5.8333% + 88px);
  width: 141px;
  height: 90px;
}

.decision-closing__title,
.decision-closing__copy {
  position: absolute;
  left: 50%;
  width: min(100% - 40px, 794px);
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
}

.decision-closing__title {
  top: 182.3px;
  width: min(100% - 40px, 760px);
  font-size: 44px;
  font-weight: 600;
  line-height: 53px;
}

.decision-closing__copy {
  top: 250.3px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.decision-closing__copy-mobile {
  display: none;
}

.decision-closing__contact {
  position: absolute;
  top: 362.3px;
  left: 50%;
  display: flex;
  width: 168px;
  height: 50px;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 5px;
  background: #289e6d;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 26.35px;
  text-decoration: none;
}

.decision-closing__contact:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media screen and (min-width: 1200px) and (hover: hover) {
  .decision-closing__avatar:hover + .decision-closing__label {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .decision-closing {
    height: 561px;
    padding-top: 75px;
    padding-bottom: 15px;
  }

  .decision-closing__stage {
    width: 100%;
    height: 471px;
  }

  .decision-closing__avatar {
    top: 43px;
    width: 60px;
    height: 60px;
  }

  .decision-closing__label {
    display: none;
  }

  .decision-closing__avatar--woman {
    left: calc(50% - 110px);
    z-index: 1;
  }

  .decision-closing__avatar--redhead {
    left: calc(50% - 70px);
    z-index: 2;
  }

  .decision-closing__avatar--top {
    left: calc(50% - 30px);
    z-index: 3;
  }

  .decision-closing__avatar--right {
    left: calc(50% + 10px);
    z-index: 4;
  }

  .decision-closing__avatar--left {
    left: calc(50% + 50px);
    z-index: 5;
  }

  .decision-closing__title {
    top: 128px;
    width: min(317px, calc(100% - 3px));
    font-size: 28px;
    line-height: 31px;
  }

  .decision-closing__copy {
    top: 207px;
    width: min(300px, calc(100% - 20px));
    font-size: 18px;
    line-height: 25px;
  }

  .decision-closing__copy-desktop {
    display: none;
  }

  .decision-closing__copy-mobile {
    display: inline;
  }

  .decision-closing__contact {
    top: 307px;
  }
}
