.hero {
  position: relative;
  padding-top: 115rem;
}
@media screen and (max-width: 1024px) {
  .hero {
    padding-top: 75px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(131deg, rgba(0, 0, 0, 0) 9.11%, rgba(0, 0, 0, 0.8) 99.51%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
@media screen and (max-width: 600px) {
  .hero::before {
    content: none;
  }
}
.hero .hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .hero .hero__bg {
    display: none;
  }
}
.hero .hero__bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero .hero__img-mob {
  display: none;
}
@media screen and (max-width: 600px) {
  .hero .hero__img-mob {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}
.hero .hero__img-mob img {
  aspect-ratio: 1/1;
  width: 100%;
  display: block;
}
.hero .hero__content {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .hero .hero__content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero__content {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .hero .hero__content {
    padding-top: 40px;
  }
}
.hero .hero__content_top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1600px) {
  .hero .hero__content_top {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__content_top {
    gap: 24px;
  }
}
@media screen and (max-width: 450px) {
  .hero .hero__content_top {
    gap: 32px;
  }
}
.hero .hero__content_bottom {
  margin-top: min(729px, 38vw);
  max-width: 660px;
}
@media screen and (max-width: 1280px) {
  .hero .hero__content_bottom {
    margin-top: 22vw;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__content_bottom {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero__content_bottom {
    margin-top: 72px;
  }
}
.hero .hero__subtitle {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .hero .hero__subtitle {
    color: var(--color-black-text-icon-secondary, #B4B3B6);
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.hero .hero__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .hero .hero__list {
    gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero__list {
    margin-top: 16px;
  }
}
.hero .hero__list li {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 1024px) {
  .hero .hero__list li {
    gap: 10px;
    font-size: 18px;
  }
}
.hero .hero__list .hero__list_title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .hero .hero__list .hero__list_title {
    font-size: 20px;
  }
}
.hero .main-title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(100px, 6vw);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .hero .main-title {
    font-size: 48px;
    letter-spacing: 0.96px;
  }
}
.hero .hero__deskr {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 800px;
}
@media screen and (max-width: 600px) {
  .hero .hero__deskr {
    font-size: 18px;
  }
}

.routes {
  padding-top: min(150px, 8vw);
  padding-bottom: min(150px, 8vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .routes {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .routes {
    gap: 44px;
  }
}
@media screen and (max-width: 600px) {
  .routes {
    gap: 32px;
  }
}
.routes .routes__title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: min(60px, 4vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .routes .routes__title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.42px;
  }
}
.routes .routes__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}
@media screen and (max-width: 1600px) {
  .routes .routes__wrap {
    grid-gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .routes .routes__wrap {
    grid-gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .routes .routes__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
  }
}
@media screen and (max-width: 450px) {
  .routes .routes__wrap {
    gap: 32px;
  }
}
.routes .routes__el {
  position: relative;
  height: 622px;
  border-radius: 150px 0 150px 0;
  overflow: hidden;
  border: 2px solid #383838;
}
@media screen and (max-width: 1600px) {
  .routes .routes__el {
    height: 40vw;
  }
}
@media screen and (max-width: 1024px) {
  .routes .routes__el {
    height: 420px;
    border-radius: 100px 0 100px 0;
  }
}
@media screen and (max-width: 900px) {
  .routes .routes__el {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 600px) {
  .routes .routes__el {
    width: 100%;
    max-width: 340px;
  }
}
@media screen and (max-width: 450px) {
  .routes .routes__el {
    max-width: 100%;
    height: 506px;
    border-radius: 113px 0;
  }
}
@media screen and (hover: hover) {
  .routes .routes__el:hover .routes__el_img {
    filter: grayscale(0);
  }
  .routes .routes__el:hover .routes__el_hidden {
    grid-template-rows: 1fr;
  }
  .routes .routes__el:hover .routes__el_top {
    grid-template-rows: 0fr;
  }
}
.routes .routes__el_top {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid 0.3s;
  overflow: hidden;
}
.routes .routes__el_top .routes__el_title {
  min-height: 0px;
  text-transform: uppercase;
}
.routes .routes__el_img {
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0 0 150px 0;
  overflow: hidden;
  transition: filter 0.3s;
}
@media screen and (max-width: 1024px) {
  .routes .routes__el_img {
    border-radius: 0 0 100px 0;
  }
}
@media screen and (max-width: 450px) {
  .routes .routes__el_img {
    border-radius: 113px 0 130px 0;
  }
}
@media (hover: hover) {
  .routes .routes__el_img {
    filter: grayscale(1);
  }
}
.routes .routes__el_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 2px;
  background-image: linear-gradient(180deg, rgba(35, 36, 37, 0) 0%, #232425 100.67%);
}
.routes .routes__el_img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  height: unset;
  aspect-ratio: 1/0.77;
}
@media screen and (max-width: 1024px) {
  .routes .routes__el_img img {
    aspect-ratio: 1/0.75;
  }
}
@media screen and (max-width: 450px) {
  .routes .routes__el_img img {
    aspect-ratio: 1/0.85;
  }
}
.routes .routes__el_content {
  position: relative;
  z-index: 2;
  padding: 70px 50px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 1600px) {
  .routes .routes__el_content {
    padding: 40px 40px 40px 24px;
    font-size: min(28px, 1.75vw);
  }
}
@media screen and (max-width: 1024px) {
  .routes .routes__el_content {
    padding: 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .routes .routes__el_content {
    color: var(--color-black-text-icon-primary, #F6F5F8);
    line-height: 130%;
    letter-spacing: 0.2px;
    padding: 40px 16px 40px 20px;
  }
}
.routes .routes__el_hidden {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid 0.3s;
  overflow: hidden;
}
@media (hover: hover) {
  .routes .routes__el_hidden {
    grid-template-rows: 0fr;
  }
}
@media screen and (hover: hover) and (max-width: 1024px) {
  .routes .routes__el_hidden {
    grid-template-rows: 1fr;
  }
}
.routes .routes__el_text {
  min-height: 0px;
  color: var(--color-black-text-icon-primary, #F6F5F8);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  text-transform: unset;
}
@media screen and (max-width: 1280px) {
  .routes .routes__el_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .routes .routes__el_text {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .routes .routes__el_text {
    font-size: 18px;
  }
}
.routes .routes__el_text p {
  padding-top: 24px;
}
@media screen and (max-width: 1280px) {
  .routes .routes__el_text p {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .routes .routes__el_text p {
    padding-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .routes .routes__el_text p {
    padding-top: 12px;
  }
}

.history-outer {
  position: relative;
  border-bottom: 1px solid var(--color-black-stroke-line-primary, #7B7C7C);
}
@media screen and (max-width: 1024px) {
  .history-outer {
    height: auto !important;
    border-bottom: unset;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .history-outer .swiper-navigation {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .history-outer .swiper-pagination {
    position: static;
    display: flex;
    color: var(--color-black-text-icon-secondary, #B4B3B6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    max-width: max-content;
  }
}
.history-outer .history-skip {
  position: fixed;
  z-index: 2;
  left: 16px;
  bottom: 90px;
  background: var(--light);
  padding: 8px 20px;
  border-radius: 1000px;
  background: var(--color-black-text-icon-primary, #F6F5F8);
  color: var(--Color-Black-Background-Primary, #232425);
  transition: color 0.3s, background 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .history-outer .history-skip {
    display: none;
  }
}
@media screen and (hover: hover) {
  .history-outer .history-skip:hover {
    background: var(--color-black-text-icon-secondary, #B4B3B6);
    color: var(--Color-Black-Primary-Main, #C06802);
  }
}
.history-outer .history-skip.show {
  opacity: 1;
  pointer-events: all;
}

.history {
  width: 100%;
  height: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .history {
    position: relative;
    overflow: visible;
    max-height: max-content;
  }
}
.history .history__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 1062px;
  position: relative;
  height: min(470px, 25vw);
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1600px) {
  .history .history__top {
    gap: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .history .history__top {
    opacity: 1;
    padding: 0 var(--p);
  }
}
@media screen and (max-width: 768px) {
  .history .history__top {
    height: min(266px, 45vw);
  }
}
@media screen and (max-width: 600px) {
  .history .history__top {
    height: unset;
    padding-bottom: 48px;
  }
}
.history .history__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  height: var(--h, 100vh);
}
@media screen and (max-width: 1600px) {
  .history .history__container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .history .history__container {
    top: 0;
    justify-content: flex-start;
    position: relative;
    height: auto;
    max-height: max-content;
  }
}
.history .history__container.fake {
  height: var(--h, 100vh);
  pointer-events: none;
}
.history .history__container:nth-child(1) {
  position: relative;
}
.history .history__container:nth-child(1) .history__imgs {
  transform: rotate(0deg);
}
@media screen and (max-width: 1024px) {
  .history .history__container.active {
    display: flex;
  }
}
.history .history__container.active .history__top {
  opacity: 1;
}
.history .history__container.active .history__imgs {
  transform: rotate(0deg);
  transition: transform 0.5s 0s;
}
.history .history__container.finished .history__top {
  opacity: 0;
}
.history .history__container.finished .history__imgs {
  transform: rotate(-180deg);
  transition: transform 0.5s 0s;
}
.history .history__top_subtitle {
  color: var(--color-black-text-icon-secondary, #B4B3B6);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .history .history__top_subtitle {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 450px) {
  .history .history__top_subtitle {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.18px;
    margin-bottom: 12px;
  }
}
.history .history__top_title {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 1600px) {
  .history .history__top_title {
    margin-bottom: 8px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 600px) {
  .history .history__top_title {
    font-size: 28px;
    letter-spacing: 0.42px;
    margin-bottom: 12px;
  }
}
.history .history__top_text {
  color: var(--color-black-text-icon-primary, #F6F5F8);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 880px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .history .history__top_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .history .history__top_text {
    font-size: 17px;
    line-height: 145%;
  }
}
@media screen and (max-width: 600px) {
  .history .history__top_text {
    font-size: 18px;
    line-height: 150%;
  }
}
.history .history__year {
  color: var(--color-black-stroke-line-secondary, #383838);
  text-align: center;
  font-family: Gabarito;
  font-size: min(325px, 17vw);
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 51%;
  width: max-content;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .history .history__year {
    font-size: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .history .history__year {
    top: unset;
    bottom: -16px;
  }
}
@media screen and (max-width: 450px) {
  .history .history__year {
    font-size: min(85px, 23vw);
    bottom: -26px;
  }
}
.history .history__imgs {
  width: 100%;
  height: 831px;
  overflow: hidden;
  transform-origin: 50% 132%;
  transform: rotate(180deg);
  transition: transform 0.5s 0s;
}
@media screen and (max-width: 1600px) {
  .history .history__imgs {
    height: unset;
    aspect-ratio: 1/0.438;
  }
}
@media screen and (max-width: 1024px) {
  .history .history__imgs {
    transform: rotate(0);
  }
}
@media screen and (max-width: 450px) {
  .history .history__imgs {
    aspect-ratio: 1/0.4;
  }
}
.history .history__imgs svg {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
  .history .history__imgs svg {
    height: unset;
    aspect-ratio: 1/0.5;
  }
}