@font-face {
  font-family: 'Novelist-Display';
  src: url('font/novelist-display.eot');
  /* IE 9 Compatibility Mode */
  src: url('font/novelist-display.eot?#iefix') format('embedded-opentype'),
    /* IE < 9 */
    url('font/novelist-display.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/novelist-display.woff') format('woff'),
    /* Firefox >= 3.6, any other modern browser */
    url('font/novelist-display.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/novelist-display.svg#novelist-display') format('svg');
  /* Chrome < 4, Legacy iOS */
}

/* TEMP HIDE */

#top_box .lang-switcher {
  display: none;
}

body {
  font-family: "Golos Text", sans-serif;
  color: var(--blue25);
}

a,
a:hover,
a:focus,
a:active,
.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6 {
  color: var(--blue25);
}

p>a {
  text-decoration: underline;
}

header {
  background: transparent;
}

header.solid {
  background: var(--lblue25) url(i/2025/clouds_head.png) center top -3rem repeat-x;
  background-size: 100% auto;
}

.site {
  /* border-top: var(--header-height) var(--lblue25) solid; */
  border-top: none;
}

.col_main h2 {
  font-family: 'Novelist-Display';
  font-size: 5.4rem;
  line-height: 1;
  color: var(--blue25);
}

.actualdate {
  color: white;
}

.main-navigation li ul li.active a,
.main-navigation li ul li:hover a {
  color: var(--bronze25);
}

.actualdate.act_date_l {
  background-color: var(--bronze25);
  color: white;
}

.topline-links>a,
.topicons a {
  color: var(--bronze25);
}

.hero {
  background: var(--lblue25) url(i/2025/clouds_head.png) center top repeat-x;
  background-size: 100% auto;
  padding-top: 4.5rem;
}

.hero .first-screen img {
  width: 100%;
  height: auto;
}

.hero .banner-online {
  padding: 6rem 0 6rem;
  display: flex;
  justify-content: center;
  align-items: center;

  a {
    display: block;
    max-width: 75%;
    margin: 0 auto;
    transition: all .3s ease;
  }

  a:hover {
    transform: scale(1.02);
  }
}

.fabrika-anonce {
  display: grid;
  grid-template-columns: 32% auto;
  align-items: center;
  gap: 3rem;
}

.fabrika-anonce .mascote {
  min-width: 32%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    height: 190px;
    width: auto;
  }
}

.fabrika-anonce div:last-of-type {
  padding: 6rem 0;

  h2 {
    text-transform: none;
    font-size: 6rem;
    text-align: left;
    line-height: 1;
    padding-bottom: 0;
    color: var(--blue25);
  }

  p {
    font-size: 1.8rem;
    color: var(--blue25);
    margin-bottom: 1em;
  }
}

a.button25 {
  display: inline-flex;
  padding: .4em 1.5em;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  background-color: var(--gray25);
  color: var(--blue25);
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s ease;
}

a.button25:hover {
  transform: scale(1.02);
}

a.button25.red25 {
  background-color: var(--red25);
  color: white;
}

.owl-carousel .owl-nav .nav-btn {
  color: var(--bronze25);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--bronze25);
}

.owl-carousel .owl-item img {
  border-color: var(--bronze25);
}

.twocol.ptnrs>div,
.twocol.ptnrs>div:first-of-type,
.twocol.ptnrs>div:last-of-type {
  padding: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  color: var(--blue25);
}

.twocol.ptnrs>div .logo {
  display: block;
  margin-top: 4rem;
  max-height: 120px;
  width: auto;
  text-align: center;
}

.twocol.ptnrs>div:first-of-type .logo {
  margin-top: 2.5rem;
}

.twocol.ptnrs>div:last-of-type .logo {
  max-height: 80px;
}

.twocol.ptnrs>div .logo img {
  height: 100%;
  width: auto;
}

.twocol p.sml {
  text-align: center;
  width: 100%;
  line-height: 1.2;
  color: var(--blue25);
}

section.actual {
  padding: 0;
  background-color: var(--blue25);
  margin-top: 10rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}

.program-banner {
  align-content: center;
  text-align: center;
  margin: -16rem auto 8rem;

  a {
    display: inline-block;
    transition: all .3s ease;
  }

  a:hover {
    transform: scale(1.02);
  }
}

.twocol.intro>div:first-of-type {
  text-align: left;
  pointer-events: none;
}

.twocol.intro>div:last-of-type {
  align-content: flex-end;
  padding-right: 25%;
}

.twocol.intro {
  margin-top: -28rem;
  position: relative;
  z-index: 1;
  pointer-events: none;

  .animasha_r {
    margin-left: -16rem;
    pointer-events: none;
  }
}

.videotrailer {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-top: 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.intro.cifres .col_main {
  position: relative;
  max-width: 100%;
  padding-bottom: 3rem;
}

.fest-cifres {
  position: relative;
  min-height: 1500px;
  margin-top: 6rem;
}

.fest-cifres>div.slide {
  text-align: center;
  font-family: "Golos Text", sans-serif;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  line-height: 1.1;

  span {
    display: block;
    font-family: 'Novelist-Display';
    font-size: 8em;
    line-height: .8;
    width: 100%;
  }
}

.fest-cifres>div.slide:nth-of-type(4) {
  height: 0;
  text-align: center;

  img {
    height: 100%;
    width: auto;
  }
}

.intro.cifres .tree-l,
.intro.cifres .tree-r {
  position: absolute;
  width: 966px;
  height: 1444px;
  background: url(i/2025/tree_l.svg) center no-repeat;
  background-size: contain;
  top: -6rem;
  left: -10%;
  z-index: 1;
}

.intro.cifres .tree-r {
  width: 1417px;
  height: 1486px;
  background: url(i/2025/tree_r.svg) center no-repeat;
  background-size: contain;
  left: auto;
  right: -10%;
}

.partners-line {
  overflow: hidden;
  max-width: 75rem;
  margin: 9rem auto 0;
}

section.events {
  padding: 0;
  background-color: var(--bronze25);
  margin-top: 10rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  color: white;
  z-index: 2;
}

section.events h2,
section.events h3 {
  color: white;
}

section.events .col_main {
  padding-top: 9rem;
  position: relative;
}

section.events h2 {
  position: relative;

  .bird {
    position: absolute;
    width: 107px;
    height: 90px;
    background: url(i/2025/bird.png) center no-repeat;
    background-size: contain;
    top: -87px;
    left: 69%;
  }
}

.twocol.mb6 h3 {
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.2;
}

.charity-banner {
  padding: 3rem 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;

  a {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    transition: all .3s ease;
  }

  a:hover {
    transform: scale(1.02);
  }
}

.animasha_l {
  position: absolute;
  bottom: -3rem;
  right: -360px;
}

.static_header.sh2025 {
  margin-bottom: 1rem;
  text-align: center;
  background-color: var(--lblue25);
}

.site h1 {
  font-family: 'Novelist-Display';
  font-size: 4rem;
}

.roundblock.citatedina {
  border: none;
  padding: 3rem 3rem 1.5rem;
  margin-bottom: 6rem;
  margin-top: 12rem;
  max-width: var(--roundblockwidth);
  border-radius: 3.75rem;
  background-color: var(--gray25);
  position: relative;
  overflow: visible;
}

.roundblock.citatedina h2 {
  font-family: 'Novelist-Display';
  font-size: 7rem;
  color: var(--bronze25);
  text-align: center;
  margin: .75em 0 0;
  line-height: 1;
}

.roundblock.citatedina h3 {
  color: var(--bronze25);
  text-align: center;
  margin-top: 0;
}

.roundblock.citatedina h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  background: url(i/2025/vector_bronze.svg) top left no-repeat;
  background-size: contain;
  margin-top: 4.5rem;
}

.roundblock.citatedina .citate_foto {
  position: absolute;
  top: -6rem;
  left: calc(50% - 90px);
}

.roundblock.citatedina .citatetext {
  padding: 3rem 0 3rem;
  color: var(--bronze25);
  background-image: none;

  a {
    color: inherit;
  }
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;

  &.mb6 {
    margin-bottom: 6rem;
  }
}

.concurs {
  background-color: var(--gray25);
}

.animasha_sit {
  margin-top: -20rem;
}

.threecol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.threecol.zhury>div {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.1;
  padding: 0 15%;

  span {
    font-size: 20rem;
    font-family: 'Novelist-Display';
    line-height: .8;
  }
}

.deer {
  position: absolute;
  right: -500px;
  bottom: -3rem;
}

section.fabrika {
  background-color: var(--salmon25);
  color: var(--bronze25);
}

section.fabrika .col_main>h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--bronze25);
  font-size: 8rem;
}

section.fabrika .twocol h3 {
  color: var(--bronze25);
  padding-left: 40%;
}

.mascote-fab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 190px;
  margin-bottom: 3rem;

  img {
    height: 100%;
    width: auto;
  }
}

section.online {
  background-color: var(--blue25);
  color: var(--lblue25);
}

section.online .col_main>h2 {
  color: var(--lblue25);
  font-size: 8rem;
}

section.online .banner-online {
  text-align: center;
  margin-bottom: 6rem;
}

section.online .twocol h3 {
  color: var(--lblue25);
}

@media screen and (max-width: 768px) {

  .hero {
    padding-top: 1.5rem;
  }

  .site .col_main h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }

  .hero .banner-online {
    padding: 3rem 0 3rem;
  }

  .twocol.intro {
    margin-top: 0;


    .animasha_r {
      margin-left: 0;
      height: 300px;

      img {
        height: 100%;
        width: auto;
      }
    }
  }

  .fabrika-anonce {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    gap: 0;
  }

  .fabrika-anonce .mascote {
    min-width: 100%;
    height: 30vw;

    img {
      height: 100px;
      width: auto;
    }
  }

  .fabrika-anonce div:last-of-type {
    padding: 2rem 0;
    text-align: center;

    h2 {
      font-size: 3rem;
      text-align: center;
    }

    p {
      text-align: center;
    }

    a {
      margin: 0 auto;
    }
  }

  .twocol.ptnrs {
    gap: 3rem;
  }

  .twocol.intro p:last-of-type {
    text-align: center;
    margin-top: 1.5rem;
  }

  .twocol.ptnrs>div .logo {
    margin-top: 2rem;
  }

  .twocol.intro>div:last-of-type {
    padding-right: 0;
  }

  section.actual {
    margin-top: 9rem;
    padding-bottom: 3rem;
  }

  section.actual .col_main {
    padding-top: 9rem;
  }

  .program-banner {
    align-content: center;
    position: absolute;
    text-align: center;
    margin: 0 auto 3rem;
    width: 90%;
    top: -6rem;
    left: 5%;
  }

  .newsblock>div {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  section.events h2 .bird {
    position: absolute;
    width: 107px;
    height: 40px;
    background: url(i/2025/bird.png) center no-repeat;
    background-size: contain;
    top: -32px;
    left: 69%;
  }

  section.events .col_main {
    padding-top: 4.5rem;
  }

  .twocol.mb6 h3 {
    font-size: 1.4rem;
    margin-top: .5em;
  }

  .fest-cifres {
    min-height: 0;
    margin-top: 1.5rem;
  }

  .intro.cifres .tree-l,
  .intro.cifres .tree-r {
    width: 250px;
    height: 167px;
    top: -6rem;
    left: -10%;
  }

  .intro.cifres .tree-r {
    width: 300px;
    height: 286px;
    right: -10%;
  }

  .fest-cifres>div.slide {
    margin: 6rem auto;
  }

  .fest-cifres>div.slide:nth-of-type(4) {
    margin-bottom: 0;
  }

  .fest-cifres>div.slide:nth-of-type(4) img {
    width: 100%;
    height: auto;
  }

  .partners-line {
    margin: 0 auto 0;
  }

  section.events {
    margin-top: 3rem;
  }

  .charity-banner {
    padding: 1.5rem 0;
  }

  .animasha_l {
    height: 300px;
    bottom: -1rem;
    right: -50px;

    img {
      height: 100%;
      width: auto;
    }
  }

  .animasha_sit {
    margin-top: -10rem;
    margin-left: -3rem;
    height: 200px;
  }

  .threecol {
    grid-template-columns: repeat(1, 1fr);
  }

  .threecol.zhury>div {
    margin-bottom: 6rem;

    span {
      font-size: 10rem;
    }
  }

  .deer {
    position: absolute;
    right: -320px;
    bottom: -3rem;
  }

  .roundblock.citatedina {
    border: none;
    padding: 6rem 1rem 1.5rem;
    border-radius: 1.85rem;
    margin: 12rem auto 6rem;
    max-width: 94%;
  }

  .roundblock.citatedina h2 {
    font-size: 5rem;
    line-height: 1;
  }

  .roundblock.citatedina h3 {
    font-size: 1.4rem;
  }

  .roundblock.citatedina h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 2.5rem;
  }

  .roundblock.citatedina .citatetext {
    padding: 1.5rem 0 3rem;
  }

  section.fabrika .twocol h3 {
    padding-left: 0;
  }

  section.fabrika .twocol a.button25,
  section.online .twocol a.button25 {
    margin: 1.5rem auto 0;
  }

  section.fabrika .col_main>h2,
  section.online .col_main>h2 {
    font-size: 3rem;
  }

  section.online .banner-online {
    margin-bottom: 2rem;
  }

}