.about-company {
  padding: 50px 0 110px;
  background: #fffdf8;
}

.about-company__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 90px;
}

.about-company__top .image img {
  width: 100%;
  border-radius: 34px;
  display: block;
  object-fit: cover;
}

.about-company__top .text p {
  font-size: 22px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

.section-achievements {
  margin-top: 80px;
}

.section-achievements__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.section-achievements__item {
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.06);
  transition: 0.35s ease;
  position: relative;
}

.section-achievements__item:hover {
  transform: translateY(-8px);
}

.section-achievements__item.current {
  border: 2px solid #e42313;
}

.section-achievements__item-image {
  height: 260px;
  overflow: hidden;
}

.section-achievements__item-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s ease;
}

.section-achievements__item:hover .section-achievements__item-image img {
  transform: scale(1.05);
}

.section-achievements__item-description {
  padding: 34px;
  position: relative;
}

.section-achievements__item-svg {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #fff3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.section-achievements__item-description p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.section-achievements__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #e42313;
  opacity: 0;
  transition: 0.3s ease;
}

.section-achievements__item:hover::before {
  opacity: 1;
}

@media (max-width: 1200px) {
  .section-achievements__tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .about-company__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-company__top .text p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-company {
    padding: 30px 0 70px;
  }

  .section-achievements {
    margin-top: 60px;
  }

  .section-achievements__tabs {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-achievements__item {
    border-radius: 26px;
  }

  .section-achievements__item-image {
    height: 220px;
  }

  .section-achievements__item-description {
    padding: 26px;
  }

  .section-achievements__item-description p {
    font-size: 16px;
    line-height: 1.7;
  }

  .section-achievements__item-svg {
    width: 66px;
    height: 66px;
  }
}
.about-company__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin-bottom: 100px;
}

.about-company__top .image {
  position: relative;
}

.about-company__top .image img {
  width: 100%;
  display: block;
  border-radius: 36px;
  object-fit: cover;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
}

.about-company__top .text {
  max-width: 620px;
}

.about-company__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 50px;
  background: #fff1ef;
  color: #e42313;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.about-company__top .text h2 {
  font-size: 54px;
  line-height: 1.12;
  color: #232323;
  margin-bottom: 28px;
  font-weight: 800;
}

.about-company__top .text p {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 22px;
}

.about-company__top .text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .about-company__top {
    gap: 40px;
  }

  .about-company__top .text h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .about-company__top {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 70px;
  }

  .about-company__top .text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .about-company__top .image img {
    border-radius: 24px;
  }

  .about-company__top .text h2 {
    font-size: 34px;
  }

  .about-company__top .text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-company__label {
    min-height: 38px;
    padding: 8px 18px;
    font-size: 13px;
  }
}
.wrapper-main {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.wrapper-main.widely {
  max-width: 1440px;
}

.content-wg {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wrapper-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .wrapper-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
