.new-case {
  background-color: rgba(243,245,249,1);
  padding-bottom: 60px;
}

.topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  margin: 0 auto;
  max-width: 1160px;
}

.topic__container {}

.topic__title {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 71px;
  color: #131313;
  margin: 0;
}

.topic__title_span {
  font-family: 'Roboto', Arial, sans-serif;
  color: #F29D38;
}

.topic__subtitle {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin: 25px 0 0;
}

.topic__img {
  width: 100%;
  max-width: 449px;
  height: auto;
  object-fit: contain;
}

.progress {
  margin: 80px auto 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px;
  justify-content: center;
  max-width: 1160px;
  font-family: 'Roboto', Arial, sans-serif;
}

.progress__item {
  position: relative;
}

.progress__item-container {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 58px 41px;
  box-shadow: 3px 3px 36px rgba(99, 114, 153, 0.08);
}

.progress__item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  color: #4098F4;
  margin: 0;
  display: block;
  top: -37px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
}

.progress__item-description {
  font-weight: normal;
  font-size: 25px;
  line-height: 36px;
  color: #404056;
  margin: 0;
  text-align: center;
}

.case {
  font-family: 'Roboto', Arial, sans-serif;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 70px;
  box-shadow: 3px 3px 36px rgba(99, 114, 153, 0.08);
  box-sizing: border-box;
}

.case__prolog {
  display: flex;
  align-items: center;
}

.case__prolog-avatar {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 67px;
}

.case__prolog-container {}

.case__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #131313;
  margin: 0 0 19px;
}

.case__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #404056;
  margin: 0;
}

.case__text-span {
  font-weight: bold;
}

.case__subtitle {
  font-weight: bold;
  font-size: 23px;
  line-height: 26px;
  color: #4098F4;
  margin: 0 0 30px;
}

.case__list {
  padding: 0 0 0 20px;
  margin: 0;
}

.case__list-item {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #404056;
  margin: 0 0 8px;
}

.case__list-item::marker {
  color: #FF910F;
}

.case__list-item:last-of-type {
  margin: 0;
}

.case__team {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 30px;
}

.case__team-container {}

.case__team-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 15px;
}

.case__h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #04142D;
  margin: 0;
}

.case__h4_orange-span {
  color: #F29D38;
  font-weight: bold;
}

.case__line {
  height: 2px;
  width: 266px;
  background: #F29D38;
  margin: 3px 0 34px;
}

.case__bth {
  color: #FFFFFF !important;
  font-weight: 500;
  font-size: 23px;
  line-height: 26px;
  background: #F29D38;
  border: 1px solid #F29D38;
  border-radius: 10px;
  padding: 21px 0;
  box-shadow: 0 10px 20px #11111114;
  text-decoration: none;
  width: 55%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.case__bth:hover {
  cursor: pointer;
  color: #F29D38 !important;
  background: #FFFFFF;
}

.case__resalts {
  display: grid;
  gap: 53px 48px;
  grid-template-columns: repeat(2, 1fr);
}

.case__resalts-item {}

.case__resalts-item-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #404056;
  margin: 0;
}

.case__resalts-item-text_castom {
  margin: 17px 0 7px 0;
}

.margin-botton-30 {
  margin: 0 0 30px;
}

.margin-botton-60 {
  margin: 0 0 60px;
}

@media screen and (max-width: 1100px) {
  .progress__item-title {
    font-size: 46px;
    line-height: 56px;
    top: -28px;
    white-space: nowrap;
  }
  .progress__item-description {
    font-size: 20px;
    line-height: 30px;
  }
  .progress__item-container {
    padding: 37px;
  }
}

@media screen and (max-width: 950px) {
  .new-case {
    padding-bottom: 40px;
  }

  .progress {
    grid-template-columns: repeat(1, minmax(0, 310px));
  }
  .topic {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
  }
  .topic__title {
    font-size: 34px;
    line-height: 36px;
  }
  .topic__subtitle {
    font-size: 16px;
    line-height: 19px;
    margin: 15px 0 20px;
  }
  .topic__img {
    max-width: 204px;
  }
}

@media screen and (max-width: 750px) {
  .case {
    padding: 16px 13px;
  }
  .case__text {
    font-size: 16px;
    line-height: 26px;
  }
  .case__resalts-item-text {
    font-size: 16px;
    line-height: 26px;
  }
  .case__prolog {
    flex-direction: column;
  }
  .case__prolog-avatar {
    width: 120px;
    height: 120px;
    margin: 0 0 10px;
  }
  .case__subtitle {
    margin-bottom: 20px;
  }
  .margin-botton-40 {
    margin: 0 0 40px;
  }
  .margin-botton-15 {
    margin: 0 0 15px;
  }
  .case__resalts {
    gap: 36px;
    grid-template-columns: repeat(1, 1fr);
  }
  .case__bth {
    width: 100%;
    font-size: 18px;
  }
  .case__team {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .case__list-item {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .case {
      max-width: 310px;
  }
  .topic {
      max-width: 310px;
  }
}
