@font-face {
  font-family: 'MAK';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/assets/customs/bereza_marquee/fonts/MAK.otf) format('opentype');
}
@font-face {
  font-family: 'MAK-bold';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/assets/customs/bereza_marquee/fonts/MAK-bold.otf) format('opentype');
}
@font-face {
  font-family: 'Onest-VF';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/assets/customs/bereza_marquee/fonts/Onest-VF2.ttf) format('truetype');
}
[data-marquee] {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #000000;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
  height: 0;
}
[data-marquee] a {
  text-decoration: none;
}
[data-marquee].active {
  height: 45px;
  opacity: 1;
}
[data-marquee-track] {
  position: relative;
  left: 0;
  white-space: nowrap;
}
[data-marquee-group] {
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0;
  height: 45px;
}
[data-marquee-item] {
  height: 100%;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
  padding-right: 100px;
  color: white;
  font-size: 32px;
  background: url("/assets/customs/bereza_marquee/bg.svg") center no-repeat;
  background-size: contain;
  line-height: 100%;
}
[data-marquee-item] span {
  height: 30px;
  font-family: Onest-VF, sans-serif;
  margin-right: 10px;
  font-weight: 500;
}
[data-marquee-item] span.red {
  font-weight: bolder;
  height: 26px;
  color: #fc9595;
  font-family: MAK-bold, sans-serif;
}
[data-marquee-item] span.green {
  color: #607f63;
  font-weight: bolder;
}
[data-marquee-item] span.line {
  width: 2px;
  background-color: white;
  height: 30px;
}
[data-marquee-item] img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border: 0;
}
/*# sourceMappingURL=main.css.map */