.about-page {
  min-width: 20rem;
}

.about-main {
  display: flex;
  flex-direction: column;
  gap: 8.75rem;
}
.about-service-item is-expanded .about-service-item__arrow {
  transform: rotate(90deg);
}
.about-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: var(--color-white);
}

.about-hero__media {
  position: absolute;
  inset: 0;
  background-image: url("../images/about/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: 5.5rem;
  padding-bottom: 2rem;
}

.about-hero .catalog-breadcrumbs {
  color: var(--color-white);
}

.about-hero .catalog-breadcrumbs__sep {
  border-right-color: currentColor;
  border-bottom-color: currentColor;
}

.about-hero__headline-wrap {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}

.about-hero__title {
  margin: 0;
  width: fit-content;
  max-width: none;
  font-family: var(--font-headline);
  font-size: 10.625rem;
  font-weight: 700;
  line-height: 0.74;
  letter-spacing: -0.6375rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-hero__lead {
  width: 26.75rem;
  max-width: 100%;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.04rem;
}

.about-production__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
}

.about-production__title {
  width: 46.25rem;
  max-width: 100%;
  margin-right: 0.125rem;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0625rem;
}

.about-production__title-accent {
  color: var(--color-brand);
}

.about-production__text {
  width: 30.375rem;
  max-width: 100%;
  margin-right: 15.875rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.04rem;
  text-align: justify;
}

.about-production__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 15.125rem 1fr 15.125rem 16rem 15.125rem;
  align-items: center;
  gap: 0;
}

.about-production__image-wrap {
  margin: 0;
  width: 15.125rem;
  height: 16.0625rem;
  overflow: hidden;
}

.about-production__image-wrap:nth-child(1) {
  grid-column: 1;
}

.about-production__image-wrap:nth-child(2) {
  grid-column: 3;
}

.about-production__image-wrap:nth-child(3) {
  grid-column: 5;
}

.about-production__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-production__fact {
  width: 61.05rem;
  max-width: 100%;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  text-transform: uppercase;
  text-align: justify;
  text-indent: 14.75rem;
}

.about-services__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-services__list {
  border-top: 1px solid var(--color-border);
}

.about-service-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid var(--color-border);
}

.about-service-item__index {
  flex: 0 0 auto;
  width: 2.375rem;
  margin-top: 0.125rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025rem;
}

.about-service-item__content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 46.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.625rem;
}

.about-service-item__index,
.about-service-item__content {
  cursor: pointer;
}

.about-service-item__content h3 {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0525rem;
  text-transform: uppercase;
}

.about-service-item__arrow {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s;
}

.about-service-item__arrow img {
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(45deg);
}

.about-service-item__details {
  display: none;
  box-sizing: border-box;
  width: 46.25rem;
  max-width: 100%;
  margin-left: auto;
  padding-right: 2rem;
  flex-direction: column;
  gap: 0.625rem;
}

.about-service-item__details p {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.04rem;
}

.about-service-item__details img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

.about-service-item.is-expanded {
  flex-wrap: wrap;
}

.about-service-item.is-expanded .about-service-item__details {
  display: flex;
}

.about-service-item.is-expanded .about-service-item__arrow img {
  transform: rotate(135deg);
}

.about-news .news__inner {
  gap: 2.5rem;
}

.about-news .news__slider-wrap {
  overflow-x: visible;
}

.about-news .news__grid {
  width: 100%;
}

@media (min-width: 1440px) {
  .about-service-item.is-expanded .about-service-item__content {
    flex: 0 0 46.25rem;
    max-width: 46.25rem;
  }
}

@media (max-width: 1439.98px) {
  .about-hero__title {
    width: fit-content;
    max-width: none;
    font-size: 8.75rem;
    letter-spacing: -0.525rem;
  }

  .about-hero__lead {
    width: 23rem;
  }
}

@media (max-width: 1199.98px) {
  .about-main {
    gap: 7.5rem;
  }

  .about-hero__title {
    width: fit-content;
    max-width: none;
    font-size: 7.25rem;
    letter-spacing: -0.435rem;
  }

  .about-hero__lead {
    width: 21.5rem;
  }

  .about-service-item__content {
    width: 36rem;
  }

  .about-service-item__details {
    width: 36rem;
  }

  .about-service-item__content h3 {
    font-size: 1.5rem;
    letter-spacing: -0.045rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-service-item__details {
    width: 46.2rem;
  }
}

@media (max-width: 991.98px) {
  .about-main {
    gap: 7.5rem;
  }

  .about-hero__inner {
    padding-top: 4.6875rem;
    padding-bottom: 1.875rem;
    gap: 1rem;
  }

  .about-hero__headline-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .about-hero__title {
    order: 2;
    font-size: 6.8rem;
    letter-spacing: -0.4rem;
  }

  .about-hero__lead {
    order: 1;
    width: 26.75rem;
    margin-bottom: 0;
    font-size: 0.9063rem;
    letter-spacing: -0.03rem;
  }

  .about-production__inner {
    align-items: flex-start;
  }

  .about-production__title {
    width: 29.3125rem;
    margin-right: 0;
    font-size: 2.8281rem;
    letter-spacing: -0.05rem;
  }

  .about-production__text {
    width: 29.3125rem;
    margin-right: 0;
    font-size: 0.9063rem;
    letter-spacing: -0.03rem;
  }

  .about-production__gallery {
    display: flex;
    justify-content: flex-start;
    gap: 0.625rem;
  }

  .about-production__gallery .about-production__image-wrap:first-child {
    display: none;
  }

  .about-production__image-wrap {
    width: 21.8125rem;
    max-width: 100%;
  }

  .about-production__fact {
    width: 36.625rem;
    margin-left: auto;
    margin-right: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    text-indent: 4rem;
  }

  .about-services__inner {
    gap: 1.875rem;
  }

  .about-services__title,
  .about-news .section-title {
    font-size: 2.8281rem;
    letter-spacing: -0.08rem;
    line-height: 0.95;
  }

  .about-service-item {
    gap: 7.5rem;
  }

  .about-service-item__index {
    width: 3.125rem;
    font-size: 0.9063rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
  }

  .about-service-item__content {
    flex: 1 1 auto;
    width: auto;
    gap: 1.625rem;
  }

  .about-service-item__content h3 {
    font-size: 1.3594rem;
    letter-spacing: -0.03rem;
  }

  .about-news .news__slider-wrap {
    overflow-x: auto;
  }

  .about-news .news__grid {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    gap: 0.625rem;
  }

  .about-news .news-card {
    flex: 0 0 21.8125rem;
    max-width: 21.8125rem;
    min-height: 21.125rem;
    padding: 0.625rem;
  }

  .about-news .news-card__top {
    grid-template-columns: 1fr 11.375rem;
    column-gap: 1rem;
  }

  .about-news .news-card__date {
    font-size: 1.5859rem;
    letter-spacing: -0.03rem;
  }

  .about-news .news-card__image-wrap {
    height: 11.8125rem;
  }

  .about-news .news-card__body h3 {
    font-size: 1.1328rem;
    letter-spacing: -0.02rem;
  }

  .about-news .news-card__body p {
    font-size: 1rem;
    letter-spacing: -0.02rem;
    line-height: 1.05;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-production__inner {
    align-items: flex-end;
  }

  .about-production__title,
  .about-production__text {
    width: 26.5625rem;
    margin-right: 0;
  }

  .about-production__fact {
    width: 34.625rem;
    text-indent: 8rem;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .about-service-item.is-expanded {
    display: grid;
    grid-template-columns: 3.125rem minmax(0, 1fr);
    column-gap: 7.5rem;
    row-gap: 0.625rem;
    align-items: start;
  }

  .about-service-item.is-expanded .about-service-item__index {
    grid-column: 1;
    grid-row: 1;
  }

  .about-service-item.is-expanded .about-service-item__content {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    max-width: none;
  }

  .about-service-item.is-expanded .about-service-item__details {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-production__inner {
    align-items: flex-end;
  }

  .about-production__title,
  .about-production__text {
    width: 26.5625rem;
    margin-right: 0;
  }

  .about-production__fact {
    width: 34.625rem;
    text-indent: 8rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-news .news__grid {
    width: 100%;
  }

  .about-news .news-card {
    flex: 0 0 calc((100% - 0.625rem) / 2);
    max-width: calc((100% - 0.625rem) / 2);
  }
}

@media (max-width: 575.98px) {
  .about-main {
    gap: 6.25rem;
  }

  .about-hero__inner {
    padding-top: 4.6875rem;
    padding-bottom: 1.25rem;
  }

  .about-hero__title {
    font-size: 4.2rem;
    letter-spacing: -0.26rem;
  }

  .about-hero__lead,
  .about-production__title,
  .about-production__text,
  .about-production__fact {
    width: 100%;
    margin-right: 0;
    text-indent: 0;
  }

  .about-production__title {
    font-size: 2.2rem;
    letter-spacing: -0.06rem;
    line-height: 0.95;
  }

  .about-production__text {
    text-align: left;
    font-size: 0.9375rem;
    letter-spacing: -0.02rem;
    line-height: 1.1;
  }

  .about-production__gallery {
    flex-direction: column;
    gap: 0.625rem;
  }

  .about-production__image-wrap {
    width: 100%;
    height: 15.25rem;
  }

  .about-services__title {
    font-size: 2.2rem;
    letter-spacing: -0.08rem;
    line-height: 1;
  }

  .about-news .section-title {
    font-size: 2.2rem;
    letter-spacing: -0.08rem;
    line-height: 1;
  }

  .about-service-item {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.625rem;
  }

  .about-service-item__index {
    flex: 0 0 1.125rem;
    width: 1.125rem;
    margin-top: 0;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.0263rem;
    line-height: 0.96;
  }

  .about-service-item__content {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .about-service-item__content h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 1.08;
  }

  .about-service-item__arrow {
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }

  .about-service-item.is-expanded {
    flex-wrap: wrap;
  }

  .about-service-item.is-expanded .about-service-item__details {
    flex-basis: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    padding-left: 1.75rem;
    padding-right: 1.625rem;
    gap: 0.375rem;
  }

  .about-service-item.is-expanded .about-service-item__details p {
    font-size: 0.8125rem;
    line-height: 1.08;
    letter-spacing: -0.015rem;
  }

  .about-service-item.is-expanded .about-service-item__details img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
  }

  .about-news .news__inner {
    gap: 1.375rem;
  }

  .about-news .news__slider-wrap {
    overflow-x: visible;
  }

  .about-news .news__grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .about-news .news-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    flex: 0 0 auto;
    gap: 0.875rem;
  }

  .about-news .news-card__top {
    grid-template-columns: 1fr 10.6875rem;
    column-gap: 0.75rem;
  }

  .about-news .news-card__date {
    font-size: 1.3125rem;
    letter-spacing: -0.025rem;
  }

  .about-news .news-card__image-wrap {
    height: 10.6875rem;
  }

  .about-news .news-card__body h3 {
    width: 100%;
    font-size: 1.0625rem;
    letter-spacing: -0.015rem;
    line-height: 1.05;
  }

  .about-news .news-card__body p {
    font-size: 0.9375rem;
    letter-spacing: -0.015rem;
    line-height: 1.08;
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 575.98px) {
  .about-hero__inner {
    padding-top: 4.6875rem;
    padding-bottom: 1rem;
    gap: 0.625rem;
  }

  .about-hero__title {
    font-size: 3.6111rem;
    letter-spacing: -0.26rem;
  }

  .about-hero__lead {
    font-size: 0.9375rem;
    letter-spacing: -0.015rem;
    line-height: 1.08;
  }

  .about-production__inner {
    gap: 1rem;
  }

  .about-production__title {
    font-size: 2.2222rem;
    letter-spacing: -0.07rem;
    line-height: 0.95;
  }

  .about-production__fact {
    text-align: justify;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.015rem;
    line-height: 1.08;
  }

  .about-services__inner {
    gap: 1.375rem;
  }

  .about-services__title {
    font-size: 2.2222rem;
    letter-spacing: -0.09rem;
    line-height: 1;
  }

  .about-news .section-title {
    font-size: 2.2222rem;
    letter-spacing: -0.09rem;
    line-height: 1;
  }

  .about-service-item {
    padding: 0.75rem 0;
  }

  .about-news .news-card__body p {
    font-size: 0.9375rem;
    letter-spacing: -0.015rem;
  }
}

@media (min-width: 480px) and (max-width: 575.98px) {
  .about-service-item.is-expanded {
    display: grid;
    grid-template-columns: 1.125rem minmax(0, 1fr);
    column-gap: 0.625rem;
    row-gap: 0.375rem;
    align-items: start;
  }

  .about-service-item.is-expanded .about-service-item__index {
    grid-column: 1;
    grid-row: 1;
  }

  .about-service-item.is-expanded .about-service-item__content {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    max-width: none;
  }

  .about-service-item.is-expanded .about-service-item__details {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .about-news .news__inner {
    gap: 1.875rem;
  }

  .about-news .news__slider-wrap {
    overflow-x: auto;
  }

  .about-news .news__grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.625rem;
  }

  .about-news .news-card {
    width: auto;
    flex: 0 0 calc((100% - 0.625rem) / 2);
    max-width: calc((100% - 0.625rem) / 2);
    min-height: 0;
    gap: 1rem;
  }

  .about-news .news-card__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .about-news .news-card__date {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: -0.0525rem;
  }

  .about-news .news-card__image-wrap {
    width: 100%;
    height: 9.5rem;
  }

  .about-news .news-card__body h3 {
    width: 12.5625rem;
    max-width: 100%;
    font-size: 1.25rem;
    letter-spacing: -0.0375rem;
  }

  .about-news .news-card__body p {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: -0.0225rem;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 479.98px) {
  .about-service-item.is-expanded {
    display: grid;
    grid-template-columns: 1.125rem minmax(0, 1fr);
    column-gap: 0.625rem;
    row-gap: 0.375rem;
    align-items: start;
  }

  .about-service-item.is-expanded .about-service-item__index {
    grid-column: 1;
    grid-row: 1;
  }

  .about-service-item.is-expanded .about-service-item__content {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    max-width: none;
  }

  .about-service-item.is-expanded .about-service-item__details {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .about-hero__inner {
    padding-top: 3.125rem;
  }
}
