.history-page-content .first-block {
  aspect-ratio: 1920/1000;
}
.history-page-content .first-block .container .block-text {
  max-width: 1400px;
}
.history-page-content .history-swipe-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  background: #17161B;
}
.history-page-content .history-swipe-block {
  position: relative;
  /* padding-bottom: 56px; */
  background: #17161B;
  border-radius: 50px 50px 0 0;
  border-radius: 50px;
}
.history-page-content .history-swipe-block.is-sticky {
  position: sticky;
  top: 0;
}
.history-page-content .history-swipe-block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -106px;
  width: 100%;
  height: 156px;
  background: #17161B;
  z-index: 0;
}
.history-page-content .history-swipe-block .container {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: #17161B;
  box-shadow: 0px 0px 6.1px 0px rgba(255, 255, 255, 0.2509803922) inset;
  padding: 48px;
  max-width: 1760px;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.history-page-content .history-swipe-block .container > .link-more {
  display: none;
  margin-top: 20px;
}
.history-page-content .history-swipe-block .top-part {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 0;
}
.history-page-content .history-swipe-block .top-part .left-side {
  flex: 1 1 690px;
  max-width: 690px;
  aspect-ratio: 690/451;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}
.history-page-content .history-swipe-block .top-part .left-side .year {
  /* background-image: url(../img/year.png); */
  position: absolute;
  top: 18px;
  right: 0;
  height: 68px;
  line-height: 48px;
  padding: 10px 24px 10px 32px;
  background: #19181D;
  border: 1px solid #0D0D0D;
  width: 300px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28px 100%);
  font-size: 32px;
  line-height: 44px;
  text-align: center;
}
.history-page-content .history-swipe-block .top-part .right-side {
  flex: 1 1 925px;
  max-width: 925px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.history-page-content .history-swipe-block.active .top-part {
  /* margin-bottom: 48px; */
}
.history-page-content .history-swipe-block.active .bottom-part {
  /* opacity: 1;
  visibility: visible;
  max-height: 500px;  */
}
.history-page-content .history-swipe-block .bottom-part {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  display: none;
  /* opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;

  transition: opacity 0.3s ease, max-height 0.4s ease, visibility 0.3s ease; */
}
.history-page-content .history-swipe-block .bottom-part p, .history-page-content .history-swipe-block .bottom-part h1, .history-page-content .history-swipe-block .bottom-part h2, .history-page-content .history-swipe-block .bottom-part h3, .history-page-content .history-swipe-block .bottom-part h4, .history-page-content .history-swipe-block .bottom-part h5, .history-page-content .history-swipe-block .bottom-part h6 {
  margin-bottom: 20px;
}
.history-page-content .history-swipe-block .bottom-part p:last-child, .history-page-content .history-swipe-block .bottom-part h1:last-child, .history-page-content .history-swipe-block .bottom-part h2:last-child, .history-page-content .history-swipe-block .bottom-part h3:last-child, .history-page-content .history-swipe-block .bottom-part h4:last-child, .history-page-content .history-swipe-block .bottom-part h5:last-child, .history-page-content .history-swipe-block .bottom-part h6:last-child {
  margin-bottom: 0;
}
.history-page-content .history-swipe-block .bottom-part .btn-more {
  display: none;
}
.history-page-content .history-swipe-block.active .btn-more .svg-box {
  transform: rotate(180deg);
}
.history-page-content .history-swipe-block .btn-more {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}
.history-page-content .history-swipe-block .btn-more .svg-box {
  display: flex;
}
.history-page-content .history-swipe-block.active .text.link-more .svg-box {
  transform: rotate(180deg);
}
.history-page-content .history-swipe-block.active .text.link-more .svg-box:hover {
  transform: rotate(180deg);
}
.history-page-content .history-swipe-block .text.link-more:hover .svg-box {
  display: flex;
  transform: rotate(0);
}
.history-page-content .history-swipe-block:nth-child(1) {
  z-index: 1;
}
.history-page-content .history-swipe-block:nth-child(2) {
  z-index: 2;
}
.history-page-content .history-swipe-block:nth-child(3) {
  z-index: 3;
}
.history-page-content .history-swipe-block:nth-child(4) {
  z-index: 4;
}
.history-page-content .history-swipe-block:nth-child(5) {
  z-index: 5;
}
.history-page-content .history-swipe-block:nth-child(6) {
  z-index: 6;
}
.history-page-content .history-swipe-block:nth-child(7) {
  z-index: 7;
}
.history-page-content .history-swipe-block:nth-child(8) {
  z-index: 8;
}
.history-page-content .history-swipe-block:nth-child(9) {
  z-index: 9;
}
.history-page-content .history-swipe-block:nth-child(10) {
  z-index: 10;
}
.history-page-content .history-swipe-block:nth-child(11) {
  z-index: 11;
}
.history-page-content .history-swipe-block:nth-child(12) {
  z-index: 12;
}
.history-page-content .history-swipe-block:nth-child(13) {
  z-index: 13;
}
.history-page-content .history-swipe-block:nth-child(14) {
  z-index: 14;
}
.history-page-content .history-swipe-block:nth-child(15) {
  z-index: 15;
}
.history-page-content .history-swipe-block:nth-child(16) {
  z-index: 16;
}
.history-page-content .history-swipe-block:nth-child(17) {
  z-index: 17;
}
.history-page-content .history-swipe-block:nth-child(18) {
  z-index: 18;
}
.history-page-content .history-swipe-block:nth-child(19) {
  z-index: 19;
}
.history-page-content .history-swipe-block:nth-child(20) {
  z-index: 20;
}

.history-page-content .history-swipe-block h1,
.history-page-content .history-swipe-block h2,
.history-page-content .history-swipe-block h3,
.history-page-content .history-swipe-block h4,
.history-page-content .history-swipe-block h5,
.history-page-content .history-swipe-block h6 {
  font-size: 32px;
  line-height: 1.375;
  font-weight: 400;
  font-family: "Athena";
}

.history-page-content .history-swipe-block p {
  font-size: 20px;
  line-height: 1.6;
}

.history-swipe-wrapper {
  padding: 140px 80px 100px;
}

@media (max-width: 1920px) {
  .history-page-content .history-swipe-block h1,
  .history-page-content .history-swipe-block h2,
  .history-page-content .history-swipe-block h3,
  .history-page-content .history-swipe-block h4,
  .history-page-content .history-swipe-block h5,
  .history-page-content .history-swipe-block h6 {
    font-size: clamp(24px, 0px + 1.6666666667vw, 32px);
  }
  .history-page-content .history-swipe-block p {
    font-size: clamp(15px, 0px + 1.0416666667vw, 20px);
  }
  .history-swipe-wrapper {
    padding-top: clamp(89px, -64px + 10.625vw, 140px);
    padding-right: clamp(60px, 0px + 4.1666666667vw, 80px);
    padding-bottom: clamp(89px, 56px + 2.2916666667vw, 100px);
    padding-left: clamp(60px, 0px + 4.1666666667vw, 80px);
  }
}
@media (max-width: 1440px) {
  .history-page-content .history-swipe-block h1,
  .history-page-content .history-swipe-block h2,
  .history-page-content .history-swipe-block h3,
  .history-page-content .history-swipe-block h4,
  .history-page-content .history-swipe-block h5,
  .history-page-content .history-swipe-block h6 {
    font-size: clamp(20px, 2.6666666667px + 1.4814814815vw, 24px);
  }
  .history-page-content .history-swipe-block p {
    font-size: clamp(12px, -1px + 1.1111111111vw, 15px);
  }
  .history-swipe-wrapper {
    padding-top: clamp(75px, 14.3333333333px + 5.1851851852vw, 89px);
    padding-right: clamp(49px, 1.3333333333px + 4.0740740741vw, 60px);
    padding-bottom: clamp(75px, 14.3333333333px + 5.1851851852vw, 89px);
    padding-left: clamp(49px, 1.3333333333px + 4.0740740741vw, 60px);
  }
  .history-page-content .history-swipe-block .top-part .left-side .year {
    height: 50px;
    width: 240px;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 1170px) {
  .history-page-content .history-swipe-block h1,
  .history-page-content .history-swipe-block h2,
  .history-page-content .history-swipe-block h3,
  .history-page-content .history-swipe-block h4,
  .history-page-content .history-swipe-block h5,
  .history-page-content .history-swipe-block h6 {
    font-size: 20px;
  }
  .history-page-content .history-swipe-block p {
    font-size: 12px;
  }
  .history-swipe-wrapper {
    padding-top: clamp(60px, -23.595505618px + 8.4269662921vw, 75px);
    padding-right: clamp(16px, -167.9101123596px + 18.5393258427vw, 49px);
    padding-bottom: clamp(60px, -23.595505618px + 8.4269662921vw, 75px);
    padding-left: clamp(16px, -167.9101123596px + 18.5393258427vw, 49px);
  }
}
@media (max-width: 992px) {
  .history-page-content .history-swipe-block h1,
  .history-page-content .history-swipe-block h2,
  .history-page-content .history-swipe-block h3,
  .history-page-content .history-swipe-block h4,
  .history-page-content .history-swipe-block h5,
  .history-page-content .history-swipe-block h6 {
    font-size: 22px;
    line-height: 32px;
  }
  .history-page-content .history-swipe-block p {
    font-size: 16px;
    line-height: 28px;
  }
  .history-swipe-wrapper {
    padding: 48px 16px;
  }
  .history-page-content .history-swipe-block {
    gap: 44px;
  }
  .history-page-content .history-swipe-block .container {
    padding: 24px 16px;
  }
  .history-page-content .history-swipe-block .container .top-part {
    gap: 24px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .history-page-content .history-swipe-block .container .top-part .left-side {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
  .history-page-content .history-swipe-block .container .top-part .left-side .year {
    height: 36px;
    width: 161px;
    font-size: 16px;
    line-height: 36px;
    padding: 0px 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16px 100%);
  }
  .history-page-content .history-swipe-block .container .top-part .right-side {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .history-page-content .history-swipe-block .container .bottom-part {
    margin-top: 0;
  }
  .history-page-content .history-swipe-block .container .bottom-part .link-more {
    display: none;
  }
  .history-page-content .history-swipe-block .container .link-more {
    margin-top: 0;
    width: 100%;
    justify-content: space-between;
  }
  .history-page-content .first-block {
    aspect-ratio: 1920/1500;
  }
}
@media (max-width: 768px) {
  .history-page-content .first-block {
    aspect-ratio: 393/800;
    aspect-ratio: initial;
    height: 800px;
  }
}/*# sourceMappingURL=history.css.map */