/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-history {
  padding-top: var(--header-height);
}
.p-history__wrap {
  border-left: var(--border-gray);
  border-right: var(--border-gray);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-history__lead {
  padding: 2.5rem 1.5625rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-history__lead {
    padding: 6.25rem 6.25rem;
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-history__timeline {
  border-top: var(--border-gray);
}
.p-history-timeline {
  padding: 2.5rem 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-history-timeline {
    position: relative;
    margin-left: 14.5rem;
    padding: 5rem 6.25rem;
    border-left: var(--border-gray);
  }
  .p-history-timeline:not(:first-child) {
    padding-top: 0;
  }
}

.p-history-timeline__blocks {
  display: flex;
  flex-direction: column;
  gap: var(--padding-section);
}
.p-history-timeline-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-history-timeline-block {
    flex-direction: row;
    gap: 5.125rem;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .p-history-timeline-block:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.p-history-timeline-block__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-history-timeline-block__content {
    gap: 2rem;
  }
}

.p-history-timeline__head {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-history-timeline__head {
    margin-bottom: -2rem;
  }
}

.p-history-timeline__year {
  color: var(--copper, #C88A51);
  font-family: var(--Zalando);
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-history-timeline__year {
    position: absolute;
    left: -14.125rem;
    font-size: 2rem;
  }
}

.p-history-timeline__title {
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-history-timeline__title {
    font-size: 1.5rem;
  }
}

.p-history-timeline-block__pic {
  width: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-history-timeline-block__pic {
    width: 14.6875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-history__more {
  padding: 5rem 1.5625rem 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  border-top: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .p-history__more {
    padding: 6.25rem 6.25rem 0;
    gap: 6.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-history__back {
  padding: var(--padding-section) 0;
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
