.achievements-page {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 93px;
}

.achievements,
.achievements * {
  box-sizing: border-box;
}

.achievements {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #1d2430;
}

.achievements h1,
.achievements h2,
.achievements p {
  font-family: inherit;
}

.achievements__about,
.achievements__stats,
.achievements__about *,
.achievements__stats * {
  color: #ffffff;
}

.achievements__value {
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.achievements .desktop-break {
  display: none;
}

.achievements__value.is-waiting {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}

.achievements {
  padding-top: 33px;
  text-align: center;
}

.achievements__title {
  margin: 0 0 33px;
  color: #111827;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}

.achievements__about {
  min-height: 255px;
  padding: 37px 10px 34px 11px;
  border-radius: 17px;
  background: #bd9c6a;
  color: #ffffff;
}

.achievements__logo {
  display: block;
  width: 168px;
  height: 39px;
  margin: 0 auto;
}

.achievements__brand {
  width: 214px;
  max-width: 100%;
  line-height: 0;
  padding-bottom: 22px;
  margin: 0 auto 11px;
  border-bottom: 1px solid #ffffff;
}

.achievements__text {
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}

.achievements__stats {
  margin-top: 21px;
  padding: 37px 20px 33px 20px;
  border-radius: 17px;
  background: linear-gradient(180deg, #8fb471 0%, #97bd79 55%, #657f50 100%);
  color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.achievements__stat {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.achievements__stat:nth-child(2) {
  padding-bottom: 40px;
}

.achievements__stat:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.achievements__stat:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 206px;
  height: 1px;
  background: rgba(255, 255, 255, 0.75);
  transform: translateX(-50%);
}

.achievements__value {
  display: block;
  margin-bottom: 21px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
}

.achievements__stat-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.achievements__stat-text {
  max-width: 235px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) and (max-width: 949.98px) {
  .achievements-page {
    padding: 0 20px 96px;
    margin-left: auto;
    margin-right: auto;
  }

  .achievements {
    padding-top: 44px;
  }

  .achievements__title {
    max-width: none;
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 48px;
  }

  .achievements__title br {
    display: none;
  }

  .achievements__about {
    height: auto;
    min-height: 236px;
    padding: 38px 44px 40px;
    border-radius: 24px;
  }

  .achievements__logo {
    width: 200px;
    height: 46px;
  }

  .achievements__brand {
    width: 260px;
    padding-bottom: 24px;
    margin-bottom: 16px;
  }

  .achievements__text {
    max-width: 560px;
    font-size: 18px;
    line-height: 30px;
  }

  .achievements__stats {
    margin-top: 22px;
    padding: 42px 60px;
    border-radius: 24px;
  }

  .achievements__stat {
    padding-bottom: 34px;
    margin-bottom: 34px;
  }

  .achievements__stat:nth-child(2) {
    padding-bottom: 34px;
  }

  .achievements__stat:not(:last-child)::after {
    width: 320px;
  }

  .achievements__value {
    font-size: 88px;
    line-height: 92px;
  }

  .achievements__stat-title {
    font-size: 28px;
    line-height: 36px;
  }

  .achievements__stat-text {
    max-width: 420px;
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 950px) {
  .achievements-page {
    padding: 0 20px 96px;
    margin-left: auto;
    margin-right: auto;
  }


  .achievements {
    padding-top: 70px;
  }

  .achievements__title {
    max-width: none;
    margin-bottom: 56px;
    font-size: 44px;
    line-height: 48px;
  }

  .achievements__title br {
    display: none;
  }

  .achievements__about {
    min-height: 192px;
    display: grid;
    grid-template-columns: 300px 1fr;
    column-gap: 44px;
    align-items: center;
    padding: 34px 48px 34px 58px;
    border-radius: 30px;
  }

  .achievements__brand {
    width: 300px;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 42px 0 0;
    margin: 0;
    border-right: 2px solid #ffffff;
    border-bottom: 0;
  }

  .achievements__logo {
    width: 250px;
    height: 58px;
    margin: 0 auto;
  }

  .achievements__text {
    max-width: 520px;
    margin: 0;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
  }

  .achievements__stats {
    height: auto;
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 58px;
    align-content: start;
    padding: 70px 44px 74px;
    border-radius: 30px;
  }

  .achievements__stat,
  .achievements__stat:nth-child(2),
  .achievements__stat:last-child {
    position: relative;
    display: grid;
    grid-template-columns: 330px 2px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 54px;
    row-gap: 12px;
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .achievements__stat:not(:last-child)::after {
    display: none;
  }

  .achievements__stat::before {
    content: "";
    display: block;
    position: static;
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 2px;
    height: 120px;
    background: rgba(255, 255, 255, 0.75);
  }

  .achievements__value {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    white-space: nowrap;
    font-size: 90px;
    line-height: 104px;
  }

  .achievements__stat-title {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
    font-size: 28px;
    line-height: normal;
    white-space: nowrap;
  }


  .achievements .mobile-break {
    display: none;
  }

  .achievements .desktop-break {
    display: block;
  }

  .achievements__stat-text {
    grid-column: 3;
    grid-row: 2;
    max-width: 100%;
    margin: 0;
    font-size: 22px;
    line-height: normal;
  }
}

@media (min-width: 1200px) {
  .achievements-page {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1200px;
  }

  .achievements {
    padding-top: 92px;
  }

  .achievements__title {
    margin-bottom: 70px;
    font-size: 52px;
    line-height: 48px;
  }

  .achievements__about {
    min-height: 228px;
    grid-template-columns: 340px 1fr;
    column-gap: 48px;
    padding: 42px 62px 42px 70px;
    border-radius: 36px;
  }

  .achievements__brand {
    width: 340px;
    height: 144px;
    padding-right: 46px;
  }

  .achievements__logo {
    width: 300px;
    height: 70px;
  }

  .achievements__text {
    max-width: 640px;
    font-size: 26px;
    line-height: 36px;
  }

  .achievements__stats {
    margin-top: 26px;
    row-gap: 70px;
    padding: 82px 52px 86px;
    border-radius: 36px;
  }

  .achievements__stat,
  .achievements__stat:nth-child(2),
  .achievements__stat:last-child {
    grid-template-columns: 380px 2px minmax(0, 1fr);
    column-gap: 70px;
    row-gap: 16px;
  }

  .achievements__stat::before {
    height: 142px;
  }

  .achievements__value {
    font-size: 112px;
    line-height: 128px;
  }

  .achievements__stat-title {
    font-size: 34px;
  }

  .achievements__stat-text {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .achievements-page {
    max-width: 1440px;
    padding: 0 120px 96px;
    margin-left: auto;
    margin-right: auto;
  }

  .achievements {
    padding-top: 119px;
  }

  .achievements__title {
    margin-bottom: 93px;
    font-size: 60px;
    line-height: 48px;
  }

  .achievements__title br {
    display: none;
  }

  .achievements__about {
    min-height: 254px;
    display: grid;
    grid-template-columns: 382px 1fr;
    column-gap: 46px;
    align-items: center;
    padding: 43px 75px 42px 85px;
    border-radius: 40px;
  }

  .achievements__brand {
    width: 382px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 49px 0 0;
    margin: 0;
    border-right: 2px solid #ffffff;
    border-bottom: 0;
  }

  .achievements__logo {
    display: block;
    position: relative;
    top: -10px;
    width: 330px;
    height: 77px;
    margin: 0 auto;
  }

  .achievements__text {
    max-width: 717px;
    margin: 0;
    text-align: left;
    font-size: 30px;
    line-height: 42px;
  }

  .achievements__stats {
    height: auto;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 178px);
    row-gap: 80px;
    column-gap: 0;
    align-content: start;
    padding: 86px 58px;
    border-radius: 40px;
  }

  .achievements__stat,
  .achievements__stat:nth-child(2),
  .achievements__stat:last-child {
    position: relative;
    display: grid;
    grid-template-columns: 489px 2px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 20px;
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .achievements__stat:not(:last-child)::after {
    display: none;
  }

  .achievements__stat::before {
    content: "";
    display: block;
    position: static;
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 2px;
    height: 155px;
    background: #ffffff;
  }

  .achievements__value {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    white-space: nowrap;
    font-size: 130px;
    line-height: 150px;
  }

  .achievements__stat-title {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
    padding-left: 78px;
    font-size: 40px;
    line-height: normal;
    white-space: nowrap;
  }

  .achievements__stat-text {
    grid-column: 3;
    grid-row: 2;
    max-width: 100%;
    margin: 0;
    padding-left: 78px;
    font-size: 35px;
    line-height: normal;
  }

  .achievements__stat:nth-child(1) .achievements__value {
    position: relative;
    top: 9px;
  }

  .achievements__stat:nth-child(2) .achievements__value {
    position: relative;
    top: 5px;
  }

  .achievements__stat:last-child .achievements__value {
    font-size: 124px;
  }
}
