@font-face {
  font-family: Yandex Sans Display;
  src: url('../fonts/YandexSansDisplay-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yandex Sans Text;
  src: url('../fonts/YandexSansText-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yandex Sans Display;
  src: url('../fonts/YandexSansDisplay-RegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Yandex Sans Display;
  src: url('../fonts/YandexSansDisplay-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yandex Sans Text;
  src: url('../fonts/YandexSansText-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Yandex Sans Text;
  src: url('../fonts/YandexSansText-RegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Yandex Sans Text;
  src: url('../fonts/YandexSansText-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--white: #efefef;
  --colors--black: #121212;
  --window-heigh: 100vh;
  --colors--gray: #666;
  --font-sizes--border-width: .1rem;
  --colors--border: var(--colors--gray);
  --font-sizes--16: 0px;
  --poster-1-scale: 0px;
  --poster-2-scale: 0px;
  --poster-3-scale: 0px;
  --poster-4-scale: 0px;
}

body {
  background-color: var(--colors--white);
  color: var(--colors--black);
  font-family: Yandex Sans Display, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: inherit;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  color: #7b7b7b;
  font-size: inherit;
  line-height: inherit;
  border-left: .2rem solid #0003;
  margin-bottom: 0;
  padding: 0 0 0 1.25rem;
}

.page-wrapper {
  overflow: clip;
}

.u-container {
  height: 100%;
  padding: 3.75rem 5rem;
  position: relative;
}

.hero-track {
  background-color: #000;
  height: 350vh;
  margin-bottom: -50vh;
}

.hero-sticky {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-container.u-container {
  z-index: 100;
  background-color: var(--colors--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  padding-top: 20rem;
  padding-right: 2rem;
  display: flex;
}

.hero-container.u-container.hide {
  display: none;
}

.u-text-52 {
  letter-spacing: -.05em;
  font-size: 3.25rem;
  line-height: 100%;
}

.go-logo-wrap {
  z-index: 201;
  position: absolute;
  top: 3.75rem;
  left: 5rem;
}

.go-logo {
  width: 100%;
  max-width: 10.25rem;
  margin-bottom: .125rem;
}

.u-svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.u-text-16 {
  font-size: 1.25rem;
  line-height: 100%;
}

.hero-container__bottom {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.u-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colors--gray);
  text-align: right;
  justify-content: center;
  align-items: center;
  max-width: 15rem;
  font-style: italic;
  transition: opacity .3s;
  display: flex;
}

.u-button:hover {
  opacity: .4;
}

.button-ellipse {
  background-color: var(--colors--black);
  pointer-events: none;
  border-radius: 100%;
  min-width: 3.125rem;
  max-width: 3.125rem;
  height: 5rem;
  min-height: 5rem;
  position: absolute;
  transform: rotate(45deg);
}

.button-ellipse.u-bg-white {
  background-color: var(--colors--white);
}

.button-ellipse.u-42 {
  min-width: 2rem;
  max-width: 2.625rem;
  height: 3rem;
  min-height: 3rem;
}

.u-text-18 {
  letter-spacing: -.02em;
  font-size: 1.40625rem;
  line-height: 100%;
}

.button-ellipse-wrap {
  aspect-ratio: 1;
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  display: flex;
  position: relative;
}

.button-ellipse-wrap.u-fc-black {
  color: var(--colors--black);
}

.button-ellipse-wrap.u-42 {
  min-width: 2.625rem;
  max-width: 2.625rem;
  height: 2.625rem;
  min-height: 2.625rem;
}

.button-ic {
  z-index: 1;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  position: relative;
}

.button-ic.u-30 {
  min-width: 1.875rem;
  max-width: 1.875rem;
  height: 1.875rem;
  min-height: 1.875rem;
}

.button-ic.u-rotate-n90 {
  transform: rotate(-90deg);
}

.button-ic.u-16 {
  min-width: 1rem;
  max-width: 1rem;
  height: 1rem;
  min-height: 1rem;
}

.u-opacity-40 {
  opacity: .4;
}

.hero-container__image {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.story-page {
  background-color: var(--colors--white);
}

.story-page.e02 {
  color: var(--colors--white);
  background-color: #3e9cb6;
}

.story-page.e03 {
  color: var(--colors--white);
  background-color: #488c71;
}

.story-page.e04 {
  color: var(--colors--white);
  background-color: #db8f01;
}

.story-header.u-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  background-color: var(--colors--white);
  color: var(--colors--black);
  flex-flow: column;
  min-width: 100vw;
  max-width: 100vw;
  display: flex;
}

.story-header.u-container.e02 {
  color: var(--colors--white);
  background-color: #3e9cb6;
}

.story-header.u-container.e03 {
  color: var(--colors--white);
  background-color: #488c71;
}

.story-header.u-container.e04 {
  color: var(--colors--white);
  background-color: #db8f01;
}

.story-header__top {
  border-bottom-style: solid;
  border-bottom-width: var(--font-sizes--border-width);
  text-align: center;
  border-bottom-color: currentColor;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 3.125rem;
  display: grid;
}

.story-header__top-lc {
  place-self: start;
}

.story-header__top-rc {
  place-self: start end;
}

.story-header__title-wrap {
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
}

.story-header__title-img {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  min-width: 21.25rem;
  max-width: 21.25rem;
  height: 21.25rem;
  min-height: 21.25rem;
  display: flex;
}

.u-text-180 {
  letter-spacing: -.09em;
  font-size: 11.25rem;
  line-height: 94%;
}

.u-italic {
  font-style: italic;
}

.story-header__img {
  min-height: 59vw;
}

.story-header__bottom {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.story-header__bottom.align-center {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
}

.story-header__bottom-img {
  aspect-ratio: 1;
  border-radius: 100vw;
  min-width: 8.75rem;
  max-width: 8.75rem;
  height: 8.75rem;
  min-height: 8.75rem;
  overflow: hidden;
}

.u-italic-separator {
  width: var(--font-sizes--border-width);
  background-color: currentColor;
  align-self: stretch;
  transform: rotate(18deg);
}

.u-italic-separator.align-center {
  align-self: center;
  height: 14rem;
}

.u-text-32 {
  font-size: 1.8rem;
  line-height: 135%;
}

.story-header__bottom-tag {
  text-align: right;
  min-width: 8.5em;
  margin-left: auto;
}

.story-header__bottom-tag.top {
  align-self: flex-start;
}

.story-header__bottom-text {
  text-indent: 24rem;
  max-width: 66.5rem;
}

.story-character-section.u-container {
  border-top-style: solid;
  border-top-width: var(--font-sizes--border-width);
  border-top-color: var(--colors--border);
  background-color: inherit;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.story-description {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  text-indent: 7em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 45.875rem;
  display: flex;
}

.story-character {
  width: 43rem;
}

.info-card {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
  position: relative;
}

.info-card.is-taxi {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 36rem;
  position: absolute;
  right: 50%;
}

.info-card.is-taxi.ltr {
  justify-content: flex-start;
  align-items: flex-start;
}

.info-card.is-history {
  color: var(--colors--black);
  align-self: flex-end;
  min-width: 20.625rem;
  max-width: 20.625rem;
}

.info-card__title {
  border-bottom-style: solid;
  border-bottom-width: var(--font-sizes--border-width);
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-color: currentColor;
  padding: 1.25rem 2.5rem;
}

.info-card__title.dark {
  color: var(--colors--white);
  background-color: #000;
}

.info-card__title.ltr {
  text-align: right;
  align-self: flex-end;
}

.info-card__title.yellow {
  background-color: #fdd90b;
}

.info-card__body {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  flex-flow: column;
  padding: 2.5rem;
  font-style: italic;
  display: flex;
}

.info-card__body.max-w {
  max-width: 24.375rem;
}

.info-card__body.dark {
  color: var(--colors--white);
  background-color: #000;
}

.info-card__body.yellow {
  background-color: #fdd90b;
}

.u-lineheight-125 {
  line-height: 125%;
}

.c-styles {
  display: none;
}

.story-character__wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 24rem;
  margin-left: 6rem;
  display: flex;
}

.story-character__wrap.left-side {
  margin-left: 0;
  margin-right: 6rem;
}

.cards-container.u-container {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  color: var(--colors--black);
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: flex;
  overflow: clip;
}

.cards-container.u-container.u-100vh {
  height: 100vh;
}

.info-cards {
  z-index: 2;
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.road-tile-container {
  color: var(--colors--black);
}

.road-tile-container.u-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: 0;
  display: flex;
}

.road-tile-container.u-container.is-3 {
  z-index: 5;
}

.road-tile {
  pointer-events: none;
  min-width: 100%;
}

.u-fit-fill {
  object-fit: fill;
}

.carriage-container {
  z-index: 2001;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.carriage {
  width: 13rem;
}

.road-info-card {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  left: clamp(32px, 12.5rem, 8vw);
}

.road-info-card.rtl {
  justify-content: flex-start;
  align-items: flex-end;
  left: auto;
  right: clamp(32px, 12.5rem, 8vw);
}

.road-info-card.to-bottom {
  bottom: 0;
}

.u-opacity-30 {
  opacity: .3;
}

.u-text-indent-64 {
  text-indent: 4rem;
}

.road-prop {
  pointer-events: none;
  position: absolute;
}

.road-prop.e01-p01 {
  width: 11rem;
  height: 16.25rem;
  transform: translate(-7rem, 6rem);
}

.road-prop.e01-p02 {
  width: 19rem;
  height: 28rem;
  transform: translate(-11rem, -10rem);
}

.road-prop.e02-p01 {
  width: 8rem;
  top: 0;
}

.road-prop.e02-p02 {
  width: 12rem;
  bottom: 0;
}

.road-prop.e03-p02 {
  width: 7rem;
  height: 12rem;
  top: 0;
  transform: translate(5rem, -10rem);
}

.road-prop.e03-p03 {
  width: 10rem;
  height: 14rem;
  top: 0;
  transform: translate(6.5rem, -12rem);
}

.road-prop.e01-p01-copy {
  width: 11rem;
  height: 16.25rem;
  transform: translate(-8rem, 6rem);
}

.road-prop.e04-p01 {
  width: 11rem;
}

.road-prop.e04-p04 {
  width: 12rem;
}

.road-prop.e04-p02 {
  width: 10rem;
}

.road-prop.e04-p03 {
  width: 12rem;
}

.road-prop.e02-p03 {
  width: 10rem;
  bottom: 0;
}

.road-prop.e02-p04 {
  width: 12rem;
  top: 0;
}

.road-prop-button.u-button {
  z-index: 100;
  pointer-events: auto;
  color: var(--colors--white);
  width: max-content;
  max-width: 25rem;
  position: absolute;
}

.road-prop-button.u-button.e02-p01 {
  top: -10%;
  left: auto;
  right: 60%;
}

.road-track {
  z-index: 100;
  pointer-events: none;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.e01-war.u-container {
  color: var(--colors--white);
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 7.5rem;
  display: flex;
}

.e01-war__description {
  z-index: 10;
  text-align: center;
  max-width: 52.5rem;
  position: relative;
}

.u-text-24 {
  font-family: Yandex Sans Text, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
}

.u-fw-500 {
  font-weight: 500;
}

.e01-war__year {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ea3131 22%, #111 78%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
  font-family: Yandex Sans Text, Arial, sans-serif;
  font-size: 29.375rem;
  font-style: italic;
  line-height: 100%;
  position: absolute;
}

.e01-war__year.left {
  top: 1rem;
  left: 1.5rem;
}

.e01-war__year.right {
  bottom: 1rem;
  right: 5rem;
}

.e01-war__bg {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.u-opacity-60 {
  opacity: .6;
}

.u-fw-700 {
  font-weight: 700;
}

.big-info-card {
  z-index: 2;
  grid-gap: 3.75rem;
  background-color: #fff;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 80rem;
  padding: 1.625rem;
  display: grid;
  position: relative;
}

.big-info-card__cell {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.u-text-36 {
  font-size: 2.25rem;
  line-height: 100%;
}

.e02-war__bg {
  z-index: 100;
  pointer-events: none;
  width: 100%;
  max-width: 60rem;
  position: relative;
}

.e02-war.u-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: var(--colors--white);
  background-color: #ea3131;
  background-image: linear-gradient(0deg, #000, #0000 25%), linear-gradient(#000, #0000 25%), radial-gradient(circle, #0000, #000 90%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 7.5rem;
  display: flex;
}

.e02-war__year {
  color: #000;
  letter-spacing: -.05em;
  padding-right: .05em;
  font-family: Yandex Sans Text, Arial, sans-serif;
  font-size: 29.375rem;
  font-style: italic;
  line-height: 100%;
  position: absolute;
}

.e02-war__year.left {
  top: 1rem;
  left: 1.5rem;
}

.e02-war__year.right {
  bottom: 1rem;
  right: 5rem;
}

.modern-car {
  width: 15.5rem;
  transform: translate(-3rem);
}

.modern-car.e03 {
  width: 16.25rem;
  transform: translate(-1rem);
}

.witness {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.taxi-container.u-container {
  color: var(--colors--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  display: flex;
}

.taxi-info-card__body {
  flex-flow: column;
  display: flex;
}

.taxi-info-card__body.max-w {
  max-width: 32rem;
}

.taxi-info-card__body-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  flex-flow: column;
  padding: 1.25rem 2.5rem 2.5rem;
  display: flex;
}

.taxi-info-card__img {
  border: 2.5rem solid #fff;
  border-bottom-style: none;
  height: 17rem;
}

.taxi-info-card__img.reverse {
  border-top-style: none;
  border-bottom-style: solid;
}

.footer-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-container.u-container {
  color: var(--colors--white);
  background-color: #000;
  height: 100vh;
  position: sticky;
  top: 0;
}

.footer-up-btn.u-button {
  position: absolute;
  top: 3.75rem;
  right: 5rem;
}

.footer-text {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 52rem;
  margin-top: 7.5rem;
  display: none;
  position: relative;
}

.footer-decor {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-bg {
  z-index: 1;
  pointer-events: none;
  min-width: 100%;
  position: absolute;
  bottom: 0%;
}

.history-text {
  pointer-events: none;
  letter-spacing: -.05em;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 20%, #000);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .1em;
  font-size: 25rem;
  font-style: italic;
  line-height: 80%;
}

.history-text.is-2 {
  z-index: 200;
  background-image: linear-gradient(90deg, #0000 50%, #000 95%), linear-gradient(#fff 20%, #000);
  position: relative;
}

.history-text.u-only-mobile {
  display: none;
}

.history-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21.25rem;
  display: flex;
}

.history-block.is-wide {
  max-width: 27.5rem;
}

.u-fc-gray {
  color: var(--colors--gray);
}

.history-blocks {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 12rem;
  display: flex;
}

.history__right-side {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.history-container.u-container {
  color: var(--colors--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 100vw;
  display: flex;
}

.history-img {
  z-index: 100;
  min-width: 70rem;
  max-width: 70rem;
  height: 60rem;
  min-height: 60rem;
  margin-left: -30rem;
  margin-right: -10rem;
  position: relative;
}

.c-scripts {
  display: none;
}

.hero-decor {
  z-index: -1;
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.u-fit-contain {
  object-fit: contain;
}

.hero-star {
  transform: translate(15%)scale(1.5);
  transform-origin: 50% !important;
}

.cards-container-bg {
  z-index: 1;
  pointer-events: none;
  border: 1.5rem solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.cards-container-bg.black {
  border-color: #000;
}

.cards-container__bg-track {
  position: absolute;
  inset: 0%;
}

.u-text-14 {
  font-size: 1.09185rem;
  line-height: 100%;
}

.card-button.u-button {
  color: var(--colors--black);
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  margin-left: auto;
}

.road-story-card {
  z-index: 30;
  grid-column-gap: 2rem;
  color: var(--colors--white);
  grid-row-gap: 1.25rem;
  background-color: #000;
  grid-template-columns: 1fr .3fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34rem;
  padding: 2.5rem;
  display: grid;
  position: absolute;
  left: clamp(32px, 12.5rem, 8vw);
}

.road-story-card.rtl {
  justify-content: flex-end;
  align-items: flex-start;
  left: auto;
  right: clamp(32px, 12.5rem, 8vw);
}

.road-story-card.ltr {
  grid-template-columns: .3fr 1fr;
}

.road-story-card.is-static {
  transform-style: preserve-3d;
  max-width: none;
  position: relative;
  left: auto;
  transform: translate3d(0, 0, 0);
}

.road-story-card.is-static._w-580 {
  max-width: 40rem;
}

.story-card-meta {
  color: var(--colors--gray);
  justify-content: space-between;
  display: flex;
}

.road-story-card__body {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.road-story__img-wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--colors--white);
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 2rem;
  display: flex;
}

.road-story__img-wrap.ltr {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 3rem;
}

.road-story__img {
  width: 4.25rem;
  height: 5.375rem;
}

.u-text-12 {
  font-size: .9375rem;
  line-height: 100%;
}

.road-story-card__img {
  grid-column: span 2;
  justify-content: center;
  align-items: center;
  max-height: 15rem;
  display: flex;
  overflow: hidden;
}

.modal-wrapper {
  z-index: 6001;
  opacity: 1;
  pointer-events: none;
  transform-origin: 0 0;
  background-color: #fff;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  max-height: 45rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0)translate(-50%, -50%);
}

.modal-wrapper.hide {
  display: none;
}

.modal-wrapper.show {
  opacity: 1;
  pointer-events: auto;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transform: scale(1)translate(-50%, -50%);
}

.modal-content__scroll {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  overflow: auto;
}

.modal-content {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.modal-title {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 4rem;
  display: flex;
}

.modal-title.u-text-32 {
  line-height: 100%;
}

.u-opacity-20 {
  opacity: .2;
}

.modal-text {
  opacity: .8;
  padding-right: 4rem;
}

.modal-text.u-text-16 {
  line-height: 120%;
}

.modal__close-btn {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.75rem;
  right: 2.25rem;
}

.story-card__meta {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.story-item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 6.25rem;
  font-style: italic;
  display: flex;
}

.story-item.is-book {
  text-align: left;
}

.man-img {
  aspect-ratio: 1;
  border-radius: 100vw;
  min-width: 5.75rem;
  max-width: 6.25rem;
  height: 5.75rem;
  min-height: 6.25rem;
  overflow: hidden;
}

.story-card__meta-top {
  justify-content: space-between;
  width: 100%;
  margin-left: 2rem;
  display: flex;
}

.modal-cover {
  max-height: inherit;
  justify-content: center;
  align-items: center;
  min-width: 48.4375%;
  display: flex;
}

.story-header__subtitle {
  font-style: italic;
}

.e2-cards.u-container {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  color: var(--colors--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 250vh;
  display: flex;
  overflow: clip;
}

.e2-cards.u-container.u-100vh {
  height: 100vh;
}

.e2-card {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.e2-card.rtl {
  justify-content: flex-start;
  align-items: flex-end;
  left: auto;
  right: clamp(32px, 12.5rem, 8vw);
}

.e2-card.to-bottom {
  bottom: 0;
}

.e2-card__img {
  height: 16rem;
}

.section-overlay {
  background-image: linear-gradient(0deg, #000 2%, #0000 15%);
  height: 100vh;
  margin-top: auto;
  position: sticky;
  top: 0;
}

.section-overlay-track {
  z-index: 100;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.modal-bg {
  z-index: 5001;
  opacity: 0;
  background-color: #000;
  transition: opacity .75s cubic-bezier(.165, .84, .44, 1);
  position: fixed;
  inset: 0%;
}

.modal-bg.show {
  opacity: .9;
}

.story-header-wrapper {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: sticky;
  top: 0;
}

.story-transition-track {
  height: 200vh;
  position: relative;
}

.story-transition-container.u-container {
  background-color: #d1d1d1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.transition-container-track {
  position: absolute;
  inset: 0%;
}

.story-transition-star {
  color: #e2e2e2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 9.375rem;
  right: 9.375rem;
}

.next-story {
  z-index: 100;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  margin-left: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  transform: translate(0, 6%)scale(.4);
}

.footer-track {
  height: 200vh;
  margin-top: -100vh;
}

.hero-title {
  max-width: 16em;
}

.menu-fixed {
  z-index: 3001;
  background-color: #fff;
  padding: 1rem;
  transition: all .75s cubic-bezier(.165, .84, .44, 1);
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%);
}

.menu-fixed.hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 150%);
}

.menu-fixed.e02, .menu-fixed.e03, .menu-fixed.e04 {
  color: var(--colors--white);
  background-color: #000;
}

.menu-list {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.menu-item {
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.menu-item:hover {
  opacity: .4;
}

.menu-item.w--current:hover {
  opacity: 1;
}

.menu-item-sep {
  background-color: currentColor;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.u-caps {
  text-transform: uppercase;
}

.menu-listitem {
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-item__dot {
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: .375rem;
  max-width: .375rem;
  height: .375rem;
  min-height: .375rem;
}

.menu-item__sub-mask {
  grid-template-rows: 0fr;
  grid-template-columns: minmax(min-content, 1fr);
  align-self: stretch;
  transition-property: all;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: grid;
}

.menu-item-sub {
  border-top: .1875rem solid;
  margin-top: .375rem;
  padding-top: .375rem;
  padding-left: .15em;
  padding-right: .15em;
  font-style: italic;
}

.u-overflow-hidden {
  overflow: hidden;
}

.story-poster__main {
  z-index: 301;
  transform-origin: top;
  position: relative;
}

.posters-container.u-container {
  color: var(--colors--black);
  background-color: #d1d1d1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0;
  display: flex;
}

.sticky-poster {
  color: #e2e2e2;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block {
  background-color: red;
  width: 1000px;
  height: 200px;
}

.story-posters {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.story-poster__secondary {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.posters-bg-track {
  position: absolute;
  inset: 0%;
}

.poster-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.second-poster {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  left: 35%;
  overflow: hidden;
}

.second-poster.left-side {
  left: auto;
  right: 35%;
}

.bg-inherit {
  background-color: inherit;
}

.required-info {
  z-index: 301;
  color: var(--colors--gray);
  text-align: right;
  max-width: 16em;
  position: absolute;
  top: 3.75rem;
  right: 3.75rem;
}

.required-info.mark {
  font-size: 2rem;
  line-height: 100%;
  top: 1.25rem;
}

.modal-container {
  z-index: 6001;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
  max-height: 100%;
  display: flex;
}

.modal-container.hide {
  display: none;
}

.modal-container.show {
  opacity: 1;
  pointer-events: auto;
  transition-duration: .75s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transform: scale(1)translate(-50%, -50%);
}

.refresh-trigger {
  height: 0;
}

.hero-container__img {
  object-fit: contain;
  object-position: left bottom;
}

@media screen and (max-width: 1032px) {
  .u-container {
    padding: 1.875rem 2.5rem;
  }

  .hero-sticky {
    height: var(--window-heigh);
  }

  .hero-container.u-container {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .go-logo-wrap {
    top: 1.875rem;
    left: 2.5rem;
  }

  .hero-container__bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    position: static;
  }

  .u-button.u-only-desktop {
    position: absolute;
    top: 1.875rem;
    right: 2.5rem;
  }

  .story-header__title-img {
    min-width: 16rem;
    max-width: 16rem;
    height: 16rem;
    min-height: 16rem;
  }

  .u-text-180 {
    font-size: 7.5rem;
  }

  .story-header__img {
    height: 48.3333rem;
    min-height: auto;
  }

  .story-header__bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .story-header__bottom.align-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .story-header__bottom-img {
    min-width: 6rem;
    max-width: 6rem;
    height: 6rem;
    min-height: 6rem;
  }

  .u-italic-separator.u-only-desktop {
    max-height: 8rem;
  }

  .u-italic-separator.align-center {
    align-self: flex-start;
  }

  .u-italic-separator.align-center.u-only-desktop {
    max-height: none;
  }

  .story-header__bottom-tag {
    min-width: 5em;
  }

  .story-header__bottom-text {
    max-width: none;
  }

  .story-character-section.u-container {
    max-height: 60vh;
    padding-top: 8rem;
  }

  .info-card.is-taxi {
    right: 35%;
  }

  .info-card.is-history {
    margin-bottom: 15rem;
  }

  .info-card__title {
    max-width: 28rem;
    padding: 1.5rem;
  }

  .info-card__title.ltr {
    text-align: right;
  }

  .info-card__title.ltr.full-w {
    max-width: none;
  }

  .info-card__body {
    padding: 1.5rem;
  }

  .story-character__wrap {
    width: 24rem;
    margin-left: 3rem;
  }

  .road-info-card {
    left: clamp(32px, 12.5rem, 5vw);
  }

  .road-info-card.rtl {
    right: clamp(32px, 12.5rem, 5vw);
  }

  .road-info-card.is-1 {
    transform: translate(0, -50%);
  }

  .road-prop.e04-p02, .road-prop.e02-p03 {
    display: none;
  }

  .e02-war.u-container {
    min-height: 80rem;
  }

  .footer-container.u-container {
    padding-top: 6rem;
  }

  .footer-up-btn.u-button {
    top: 2.5rem;
    right: 2.5rem;
  }

  .history__right-side {
    margin-bottom: 15rem;
  }

  .road-story-card {
    max-width: 30rem;
    padding: 1.5rem;
    left: clamp(32px, 12.5rem, 5vw);
  }

  .road-story-card.rtl {
    right: clamp(24px, 12.5rem, 2.5vw);
  }

  .road-story-card.ltr {
    left: clamp(24px, 12.5rem, 2.5vw);
  }

  .modal-wrapper {
    max-width: 90vw;
  }

  .e2-cards.u-container {
    height: 200vh;
  }

  .e2-card {
    left: clamp(32px, 12.5rem, 5vw);
  }

  .e2-card.rtl {
    right: clamp(32px, 12.5rem, 5vw);
  }

  .e2-card.is-1 {
    transform: translate(0, -50%);
  }

  .hero-title {
    max-width: none;
  }

  .story-posters {
    z-index: 401;
    position: static;
  }

  .second-poster {
    left: 75%;
  }

  .second-poster.left-side {
    right: 75%;
  }

  .required-info {
    text-align: center;
    max-width: 20em;
    top: 4rem;
    right: 50%;
    transform: translate(50%);
  }

  .modal-container {
    max-width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }

  .u-container {
    padding: 2rem 1rem;
  }

  .hero-track {
    height: auto;
    margin-bottom: 0;
  }

  .hero-sticky {
    flex-flow: column;
    height: auto;
  }

  .hero-container.u-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 60rem;
    padding-right: 1rem;
  }

  .go-logo-wrap {
    top: 1rem;
    left: 1rem;
  }

  .hero-container__bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .u-button.u-only-desktop {
    display: none;
  }

  .u-text-18 {
    font-size: 1.6rem;
  }

  .story-header.u-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .story-header__top {
    padding-bottom: 2.5rem;
    display: block;
  }

  .story-header__title-img {
    min-width: 10rem;
    max-width: 10rem;
    height: 10rem;
    min-height: 10rem;
  }

  .u-text-180 {
    letter-spacing: -.06em;
    font-size: 5rem;
  }

  .story-header__img {
    height: 60vw;
  }

  .story-header__bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    display: block;
  }

  .story-header__bottom.align-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .story-header__bottom-img {
    float: left;
    min-width: 5rem;
    max-width: 5rem;
    height: 5rem;
    min-height: 5rem;
    margin-right: 2rem;
  }

  .u-italic-separator.u-only-desktop {
    display: none;
  }

  .u-text-32 {
    font-size: 1.75rem;
  }

  .story-header__bottom-text {
    text-indent: 10rem;
  }

  .story-character-section.u-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    max-height: none;
    padding-top: 12rem;
    padding-bottom: 10rem;
    padding-right: 20rem;
  }

  .story-description {
    text-indent: 4em;
  }

  .info-card {
    border-top-style: solid;
    border-top-width: var(--font-sizes--border-width);
    border-top-color: currentColor;
    align-items: stretch;
    max-width: none;
  }

  .info-card.is-taxi {
    align-items: stretch;
    max-width: none;
    position: static;
    right: auto;
  }

  .info-card.is-taxi.ltr {
    align-items: stretch;
  }

  .info-card.is-history {
    align-self: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .info-card__title {
    max-width: none;
  }

  .info-card__title.ltr {
    text-align: left;
    align-self: stretch;
  }

  .info-card__body {
    height: 100%;
    padding: 1.5rem;
  }

  .info-card__body.max-w {
    max-width: none;
  }

  .info-card__body.dark {
    border-bottom-style: solid;
    border-bottom-width: var(--font-sizes--border-width);
    border-bottom-color: currentColor;
  }

  .story-character__wrap {
    align-self: flex-end;
    width: 15rem;
    margin-left: 0;
    position: absolute;
    top: 2rem;
    right: 0;
  }

  .story-character__wrap.left-side {
    margin-right: 0;
  }

  .cards-container.u-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding: 0;
  }

  .cards-container.u-container.u-100vh {
    height: auto;
  }

  .info-cards {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: stretch;
  }

  .road-tile {
    display: none;
  }

  .road-info-card {
    border-top-style: solid;
    border-top-width: var(--font-sizes--border-width);
    border-top-color: var(--colors--black);
    align-items: stretch;
    width: 100%;
    position: static;
    left: auto;
    transform: unset !important;
  }

  .road-info-card.rtl {
    align-items: stretch;
  }

  .road-prop, .road-track {
    display: none;
  }

  .e01-war.u-container {
    height: 64rem;
    min-height: auto;
  }

  .e01-war__year {
    font-size: 44vw;
  }

  .e01-war__year.left {
    left: auto;
  }

  .e01-war__year.right {
    right: auto;
  }

  .big-info-card {
    grid-template-columns: unset;
  }

  .e02-war__bg {
    margin-bottom: -4rem;
  }

  .e02-war.u-container {
    background-image: radial-gradient(circle, #0000, #000 80%);
    justify-content: center;
    align-items: center;
    height: 64rem;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .e02-war__year {
    font-size: 44vw;
  }

  .witness {
    float: left;
    display: block;
  }

  .taxi-container.u-container {
    flex-flow: column;
    height: auto;
    min-height: auto;
  }

  .taxi-info-card__body.max-w {
    max-width: none;
  }

  .taxi-info-card__img {
    height: 26rem;
    display: none;
  }

  .footer-container.u-container {
    height: auto;
    padding-top: 10rem;
  }

  .footer-up-btn.u-button {
    top: 1rem;
    right: 1rem;
  }

  .footer-text.u-text-32.u-italic {
    margin-top: 3rem;
  }

  .footer-bg {
    margin-bottom: -2rem;
    margin-left: -1rem;
    margin-right: -1rem;
    position: static;
  }

  .history__left-side {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .history-text {
    pointer-events: auto;
    font-size: 17rem;
  }

  .history-text.is-2 {
    display: none;
  }

  .history-text.u-only-mobile {
    font-size: 24vw;
    display: block;
  }

  .history-text.u-only-desktop {
    display: none;
  }

  .history-blocks {
    margin-left: 0;
  }

  .history__right-side {
    margin-bottom: 0;
  }

  .history-container.u-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10rem;
    padding-bottom: 2.5rem;
    padding-right: 1rem;
  }

  .history-img {
    aspect-ratio: auto;
    pointer-events: none;
    width: 96vw;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: auto;
    margin: -5rem 0;
  }

  .cards-container-bg {
    height: auto;
  }

  .cards-container-bg.auto-on-mob, .cards-container__bg-track {
    position: static;
  }

  .road-story-card {
    border-bottom-style: solid;
    border-bottom-width: var(--font-sizes--border-width);
    border-bottom-color: var(--colors--gray);
    max-width: none;
    padding: 1.5rem;
    position: static;
    left: auto;
  }

  .road-story-card.is-static._w-580 {
    max-width: none;
  }

  .road-story-card__body.u-text-indent-64 {
    text-indent: 2rem;
  }

  .road-story-card__img {
    max-height: none;
  }

  .modal-wrapper {
    flex-flow: column;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 92vw;
    height: auto;
    max-height: 75vh;
    display: flex;
    overflow: hidden scroll;
  }

  .modal-content__scroll {
    padding: 1.5rem;
    overflow: visible;
  }

  .modal-title.u-text-32 {
    padding-right: 0;
    font-size: 2rem;
  }

  .modal-text {
    padding-right: 0;
  }

  .modal__close-btn {
    align-self: flex-end;
  }

  .story-card__meta {
    align-self: stretch;
    height: auto;
  }

  .man-img {
    min-width: 3.75rem;
    max-width: 3.75rem;
    height: 3.75rem;
    min-height: 3.75rem;
  }

  .modal-cover {
    min-width: auto;
    height: 24rem;
    min-height: 24rem;
    max-height: 24rem;
    overflow: hidden;
  }

  .modal-cover.is-long {
    height: 40rem;
    min-height: 40rem;
    max-height: 40rem;
  }

  .big-info-card__cover {
    height: 30rem;
    margin-bottom: -5rem;
  }

  .story-header__subtitle {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .e2-cards.u-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding: 0;
  }

  .e2-cards.u-container.u-100vh {
    height: auto;
  }

  .e2-card {
    border-top-style: solid;
    border-top-width: var(--font-sizes--border-width);
    border-top-color: var(--colors--black);
    align-items: stretch;
    width: 100%;
    position: static;
    left: auto;
    transform: unset !important;
  }

  .e2-card.rtl {
    align-items: stretch;
  }

  .e2-card__img {
    height: 43rem;
  }

  .section-overlay-track {
    display: none;
  }

  .footer-track {
    height: auto;
    margin-top: 0;
  }

  .hero-title {
    max-width: none;
  }

  .menu-fixed {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    overflow: auto;
    transform: none;
  }

  .menu-fixed.hide {
    transform: translate(0%, 150%);
  }

  .menu-listitem.last-item {
    margin-right: 0;
    padding-right: 4rem;
  }

  .posters-bg-track {
    display: none;
  }

  .required-info {
    text-align: right;
    top: 4rem;
    right: 1rem;
    transform: none;
  }

  .modal-container {
    flex-flow: column;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 92vw;
    height: auto;
    max-height: 75vh;
    display: flex;
    overflow: hidden scroll;
  }
}

@media screen and (max-width: 479px) {
  .story-header__title-img {
    min-width: 8rem;
    max-width: 8rem;
    height: 8rem;
    min-height: 8rem;
  }

  .u-text-180 {
    font-size: 5rem;
  }

  .story-header__bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .story-character-section.u-container {
    padding-right: 18rem;
  }

  .story-character__wrap {
    right: -2.5rem;
  }

  .modal-cover.is-long {
    height: 32rem;
    min-height: 32rem;
    max-height: 32rem;
  }
}


@font-face {
  font-family: 'Yandex Sans Display';
  src: url('../fonts/YandexSansDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yandex Sans Text';
  src: url('../fonts/YandexSansText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yandex Sans Display';
  src: url('../fonts/YandexSansDisplay-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Yandex Sans Display';
  src: url('../fonts/YandexSansDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yandex Sans Text';
  src: url('../fonts/YandexSansText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yandex Sans Text';
  src: url('../fonts/YandexSansText-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Yandex Sans Text';
  src: url('../fonts/YandexSansText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
