@font-face {
  font-family: "UnlimitedPie";
  src: url("/local/templates/online_2020/font/upie.eot");
  src: url("/local/templates/online_2020/font/upie.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/online_2020/font/upie.woff")format("woff"),
    url("/local/templates/online_2020/font/upie.woff2")format("woff2"),
    url("/local/templates/online_2020/font/upie.ttf")format("truetype"),
    url("/local/templates/online_2020/font/upie.svg#UnlimitedPie")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --upie: 'UnlimitedPie';
  --geologica: 'Geologica';
  --yellow26: #FFE66A;
  --red26: #E14466;
  --maline26: #E63D6E;
  --blue26: #417EC1;
  --blue26-transparent: rgba(65, 126, 193, 0.7);
  --pink26: #F5C1D5;
  --seagreen26: #93C4CD;
  --orange26: #F8B534;
  --dark-grey26: #282828;
  --seablue26: #457EA3;
  --lightblue26: #E2F3FA;
  --header-height: 85px;
  --sz72: clamp(24px, 72px, 72px);
  --sz48: clamp(24px, 48px, 48px);
  --sz24: clamp(12px, 24px, 24px);
  --sz20: clamp(12px, 20px, 20px);
  --sz3vw: clamp(30px, 3vw, 100px);
}

body {
  font-family: var(--geologica);
}

h1,
h2 {
  font-family: var(--upie);
  text-transform: lowercase;
}

p,
h3,
h4,
h5,
h6 {
  font-family: var(--geologica);
}

.col_main h1 {
  font-weight: normal;
}

/* HEADER */

#header,
#header.zero {
  background: var(--blue26-transparent);
  transition: all .3s ease;
}

#header .uk-navbar-nav a,
#header .topline-links>a {
  color: var(--lightblue26);
  font-family: var(--geologica);
}

#header.zero .uk-navbar-nav a,
#header.zero .topline-links>a {
  color: var(--dark-grey26);
}

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

.actualdate.act_date_r {
  border-bottom-right-radius: 0.5rem;
  background-color: var(--seablue26);
  margin-right: 2rem;
}

#header .nav-overlay.search-block {
  background: var(--blue26);
}

/* HERO */

section.hero {
  background-color: var(--lightblue26);
  background-image: url(images/fest2026/cactus.png), url(images/fest2026/palm.png);
  background-size: 15vw auto, 40vw auto;
  background-position: left calc(50% - 700px) bottom 2rem, left calc(50% + 800px) top 3rem;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  padding-top: var(--header-height);
  overflow: hidden;
  height: calc(100vh + 9rem);
}

section.hero .logoes {
  padding: 0 10%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: calc(var(--header-height) + 3rem);
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

section.hero .col_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 75rem;
  position: relative;
  height: 100vh;
}

section.hero h1 {
  color: var(--red26);
  text-align: center;
  font-size: clamp(6rem, 6.2vw, 200px);
  margin: 0;
  position: relative;
  z-index: 0;
  line-height: .85;
  text-transform: lowercase;
}

section.hero h1 span {
  display: block;
}

section.hero .col_main h1 .bubble {
  position: absolute;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  top: -1.3em;
  z-index: -1;
}

section.hero h2 {
  color: var(--blue26);
  text-align: center;
  font-family: var(--geologica);
  font-size: clamp(2rem, 2.6vw, 200px);
  margin: 1.7em 0 0;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  line-height: .8;
  padding: 0;
  position: relative;
  z-index: 10;
}

section.hero h2 span {
  color: var(--maline26);
}

section.hero .mascotes {
  padding: 0 17% 0 10%;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 30%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

section.hero .mascotes .girl {
  margin-top: -10vh;
}

/* INTRO */

section.intro>div.abon-banner {
  position: absolute;
  top: -200px;
  left: calc(50% - 397px);
}

section.intro>div.abon-banner a {
  display: block;
  transition: all .3s ease;
}

section.intro>div.abon-banner a:hover {
  transform: scale(1.05);
}

#main-container section.intro {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-color: var(--blue26);
  background-image: url(images/fest2026/palm_l.png), url(images/fest2026/palm.png);
  background-size: 30vw auto, 30vw auto;
  background-position: left calc(50% - 700px) top 30%, left calc(50% + 700px) top 35%;
  background-repeat: no-repeat, no-repeat;
  color: white;
}

.intro .introheader {
  margin: 3rem auto;
  position: relative;
}

.intro .introheader h2 {
  color: white;
  font-size: var(--sz72);
  line-height: 1.06;
  text-align: center;
  margin: 1em 0 1em;
}

.intro .twocol h3 {
  font-family: var(--geologica);
  font-size: 2rem;
  line-height: 1.1;
  color: var(--blue26);
}

.intro .introheader .twocol.first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}

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

.videotrailer video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.intro .introheader .videotrailer {
  margin-top: 6rem;
  margin-bottom: 4.5rem;
  max-width: 100%;
}

#main-container section.intro.seagreen {
  background-color: var(--seagreen26);
  background-image: url(images/fest2026/palm.png);
  background-size: 40vw auto;
  background-position: left calc(50% + 750px) bottom 5%;
  background-repeat: no-repeat;
  color: white;
  padding-top: 3rem;
  padding-bottom: 6rem;
  position: relative;
}

section.intro>div.timescale {
  padding-bottom: 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.intro>div.timescale p {
  max-width: 600px;
  text-align: center;
  margin-top: 4em;
}

section.intro>div.timescale p a {
  text-decoration: underline;
}

section.intro>div.abonement-features {
  padding-bottom: 3rem;
}

.abonement-features>div {
  text-align: center;
}

.abonement .intro .features {
  margin-bottom: 6rem;
}

.abonement-features h3,
.abonement section.buy-btn .abonement-features h3 {
  font-family: var(--upie);
  font-size: 4rem;
  color: white;
  margin: 0 0 .6em;
  text-align: center;
  line-height: .8;
}

.abonement-features p {
  text-align: center;
  color: var(--blue26);
  line-height: 1.25;
  font-size: 1.2rem;
  margin: 1em 0 0;
  text-transform: uppercase;
}

section.intro.seagreen .dog {
  display: flex;
  justify-content: center;
}

/* PROGRAM */

.program26 {
  background-color: var(--seablue26);
  color: white;
  padding: 9rem 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0 !important;
  position: relative;
}

.program26>div.col_main {
  padding-bottom: 9rem;
  padding-top: 0;
  position: relative;
}

.program26>div>h2 {
  font-size: var(--sz72);
  text-align: center;
  color: white;
  position: relative;
  line-height: .9;
  margin-bottom: .75em;
  text-transform: lowercase;
}

.program26>div>h4 {
  font-size: 1.2rem;
  text-align: center;
  color: white;
  line-height: 1.3;
}

.program26 .program-grid {
  gap: 40px;
}

/* FAQ */

#main-container section.section-faq {
  padding: 6rem 3vw 6rem;
  background: var(--blue26);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0 !important;
}

.section-faq h2 {
  font-size: var(--sz72);
  text-align: center;
  color: white;
  text-transform: lowercase;
  margin-bottom: .75em;
}

.faq_outro {
  padding: 1.5rem 0 3rem;
  font-weight: 300;
  line-height: 1.6;
  font-size: 1.1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* PARTNERS */

.fest-partners {
  padding: 6rem 0 6rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.fest-partners .col_main>h2 {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: .25em;
  font-size: var(--sz72);
  text-align: center;
  color: var(--blue26);
}

.fest-partners .general-partner {
  display: flex;
  justify-content: center;
  margin: 6rem 0 3rem;
}

/* СТРАНИЦА АБОНЕМЕНТ */

#abonent-header h1 {
  font-family: var(--upie);
  font-size: var(--sz72);
  line-height: 0.8;
  color: white;
  margin-bottom: 1em;
}

#abonent-header {
  background: var(--blue25) url(images/fest2026/header_stat_bg.png) center no-repeat;
  background-size: cover;
  padding: 13rem 0 0;
  text-align: center;
  position: relative;
}

.abonement section.buy-btn .btn-buy-subscription {
  padding: 20px 30px;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 1.5rem;
  background-color: var(--red26);
  text-transform: uppercase;
  display: block;
  font-family: var(--geologica);
  font-weight: 600;
}

a.btn-buy-subscription:hover {
  color: white !important;
}

.abonement section.buy-btn h3 {
  text-align: center;
  margin: 2rem 0;
  font-size: var(--sz24);
  color: white;
}

.abonement_img div {
  margin-top: 3rem;
}

.abonement #main-container section.intro {
  background-color: var(--seagreen26);
  padding: 3rem 0 6rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0 !important;
}

.abonement .important-info {
  background-color: var(--blue26);
  color: white;
}

.abonement .important-info .t-name {
  font-family: var(--geologica);
  font-weight: 400;
  color: var(--lightblue26);
}

.abonement .important-info h2 {
  font-size: var(--sz72);
  text-align: center;
  margin-bottom: .75em;
  color: white;
}

.abonement .important-info .t-title {
  font-family: var(--upie) !important;
  font-weight: normal !important;
  color: white;
}

.abonement .important-info .t503 .t-section__topwrapper {
  margin-bottom: 30px;
}

.abonement .important-info .t503__title {
  margin-top: .3em;
  line-height: 1;
  color: var(--lightblue26);
}

.abonement .important-info .t-descr {
  font-family: var(--geologica);
  font-weight: 300;
  color: var(--lightblue26);
  line-height: 1.3;

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

.abonement .important-info .t-col_3 {
  padding-bottom: 3rem;
}

.abonement .important-info .t503__descr {
  margin-top: 5px;
}

.abonement .important-info .t503__wrapper .imp-img {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;

  .t503__img {
    width: auto;
    height: auto;
    max-width: 70%;
  }
}

.abonement_img {
  padding: 0;
}

.owner {
  text-align: center;
  font-weight: 400;
  margin: 4.5rem auto 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  background-color: var(--red26);
  padding: 2rem 1rem;
  border: 3px white solid;
}

/* FOOTER */

#footer .t-descr {
  font-family: var(--geologica);
  font-weight: 400;
}

#footer .t-name {
  font-family: var(--geologica);
  font-weight: 600;
}

#footer .sp-form[sp-id="205772"] {
  font-family: var(--geologica) !important;
  font-weight: normal !important;
}

#footer .grid-col {
  align-items: flex-end;
  padding-top: 2rem;
}

#footer .t447 .t447__text {
  margin-top: 0;
}

#rec350161043 .t447 .t-container.nopt {
  margin-top: 0;
}

/* 404 */

.page-404 {
  background: url(images/fest2025/header_stat_bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

.page-404 h1 {
  font-family: var(--novelist);
  font-size: 7rem;
  color: white;
  margin-bottom: .2em;
  line-height: .8;
  margin-top: 1em;
}

.page-404 h2 {
  font-family: var(--novelist);
  font-size: 6rem;
  color: var(--lblue25);
  margin-bottom: .3em;
  margin-top: .5em;
  line-height: .8;
}

.page-404 p {
  color: var(--lblue25);
  font-size: 1.2rem;

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

.page-404 .owl {
  height: 250px;
  margin-top: 6rem;

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

.page-404 .fest-partners {
  display: none;
}

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

  :root {
    --header-height-m: 50px;
    --sz3vw: 6vw;
    --sz20: 15px;
    --sz24: 16px;
    --sz48: 24px;
    --sz72: 30px;
  }

  body {
    min-width: 350px;
  }

  body p,
  .twocol p {
    font-size: var(--sz20);
  }

  .f2022 #header.zero,
  .abonement #header.zero,
  .lk #header.zero,
  .home #header.zero {
    background: var(--blue26);
    transition: all .3s ease;
  }

  .col_main {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  section.hero {
    background-image: url(images/fest2026/cactus.png), url(images/fest2026/palm.png);
    background-size: 50vw auto, 60vw auto;
    background-position: left calc(50% - 200px) bottom 2rem, left calc(50% + 200px) top 3rem;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    padding-top: var(--header-height);
    height: auto;
  }

  section.hero .col_main {
    padding: 12rem 3vw 3rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 0;
    justify-content: flex-start;
    height: auto;
  }

  section.hero .logoes {
    padding: 0 3vw;
    position: absolute;
    top: 4.5rem;
  }

  section.hero .logoes .cobranding img {
    max-width: 40vw;
    height: auto;
  }

  section.hero .logoes .sber img {
    max-width: 30vw;
    height: auto;
  }

  section.hero h1 {
    font-size: 12vw;
  }

  section.hero .col_main h1 .bubble {
    top: -7.5rem;
  }

  section.hero .col_main h1 .bubble img {
    max-width: 70vw;
    height: auto;
  }

  section.hero h2 {
    font-size: 7vw;
  }

  section.hero .mascotes {
    padding: 0;
    width: 160%;
    max-width: 160%;
    position: absolute;
    top: 40%;
    left: -50%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    display: flex;
    gap: 60vw;
  }

  section.hero .mascotes .dolphin {
    margin-top: 7.5vh;
    margin-left: 20vw;
  }


  section.intro>div.abon-banner {
    top: -97px;
    left: 0;
    width: 100%;

    a {
      max-width: 90%;
      margin: 0 auto;

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

  #main-container section.intro {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-image: url(images/fest2026/palm_l.png), url(images/fest2026/palm.png);
    background-size: 80vw auto, 80vw auto;
    background-position: left calc(50% - 120px) top 15%, left calc(50% + 120px) top 45%;
  }

  .intro .introheader .twocol.first {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    padding: 0;
  }

  .intro .introheader .twocol.first>div:first-of-type {
    display: flex;
    justify-content: center;
  }

  .intro .introheader .twocol.first>div:first-of-type img {
    max-width: 40vw;
    height: auto;
  }

  .first.twocol p {
    text-align: center;
  }

  .intro .introheader .videotrailer {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .intro .features {
    margin-top: 3rem;
  }

  .intro .features>div img {
    max-width: 40vw;
    height: auto;
  }

  .intro .introheader.nobotpad h2 {
    font-size: var(--sz72);
  }

  #main-container section.intro.seagreen {
    background-size: 50vw auto;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  section.intro>div.timescale {
    padding: 1.5rem 3vw 3rem;
  }

  .abonement-features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    justify-content: center;
  }

  .abonement-features>div img {
    max-width: 60vw;
    height: auto;
  }

  .program26>div.col_main {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
  }

  .program-grid {
    padding-left: 0;
    padding-right: 0;
  }

  #main-container section.section-faq {
    padding-bottom: 2rem;
  }

  /* АБОНЕМЕНТ */

  #abonent-header {
    padding: 6rem 0 0;
  }

  .buy-btn .collections_container>h3:first-of-type {
    margin: 0;
  }

  .abonement section.buy-btn h3 {
    text-align: center;
    margin: 2rem 0;
    font-size: var(--sz24);
    color: white;
  }

  .abonement #main-container section.intro {
    padding: 3rem 0 4.5rem;
  }

  .intro .introheader {
    margin: 0 auto 3rem;
    padding-top: 0;
  }

  #rec361622406 {
    padding: 4.5rem 0 2rem !important;
  }

  .important-info h2 {
    line-height: 1;
    margin-bottom: 1.2em;
  }

  .important-info .t-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem 0;
  }

  .important-info .t-container::before {
    display: none;
  }

  .fest-partners {
    padding: 4.5rem 3vw 0;
  }

  /* MOBILE MENU */

  .uk-offcanvas-bar.uk-offcanvas-bar-animation {
    background: var(--blue26);
    padding: 9vw;
  }

  .uk-offcanvas-bar .uk-nav a {
    padding: 0;
    margin: 6px 0;
    color: #fff !important;
    font: normal normal 7vw/1.3 var(--geologica);
    text-transform: uppercase;
  }

  .offcanvas-footer {
    position: absolute;
    bottom: 9vw;
    left: 9vw;
  }

  #offcanvas .personal {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 3rem;
  }

  #offcanvas .personal_photo {
    width: 95px;
    height: 95px;

    img {
      aspect-ratio: 1 / 1;
      height: 100%;
      mask-image: url(images/fest2025/mask-flower.png);
      mask-repeat: no-repeat;
      mask-position: center;
    }
  }

  #offcanvas .personal-name {
    width: 110px;
    font-size: 1.2rem;
    text-transform: uppercase;
  }

  /* ЛИЧНЫЙ КАБИНЕТ */

  .personal-page #abonent-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-height: 70vw;
  }

  #abonent-header .intro_owl {
    height: 140px;
    top: -2rem;
    right: -.5rem;
  }

  .personal-page #abonent-header h1 {
    font-size: 13vw;
  }

  #abonent-header .collections_container .collections_item {
    padding: 1.5rem 0 0;
  }

  .lk_person {
    padding-bottom: 3rem;
    padding-top: 65vw;
  }

  .lk_person .col_title h2 {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }

  .personal-page .lk_person h1 {
    font-size: 16vw;
    line-height: .9;
  }

  .lk .lk_form .soc-serv-main>div {
    padding: 0.5rem 0;
  }

  .lk_form .bx-profile .onc-btn-3,
  .lk_form .bx-profile .onc-btn-4,
  .lk_form .bx-profile .onc-btn-6 {
    font-size: 1.2rem;
  }

  .lk_person .tech_links {
    color: var(--blue25);
    padding: 0.5rem 1.5rem 0;
    margin-top: 1.5rem;
    border-top: 1px solid var(--blue25);
    justify-content: space-between;

    a {
      margin: 0;
      color: inherit;
    }
  }

  .lk_person .personal_photo img {
    max-width: 9999px;
    width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    mask-image: url("images/fest2025/mask-flower.png");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 180px;
  }

  /* 404 */

  .page-404 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 96vh;
  }

  .page-404 h1 {
    font-size: 18vw;
    margin-top: .5em;
  }

  .page-404 h2 {
    font-size: 23vw;
    line-height: 1;
  }

  .page-404 p {
    font-size: 1rem;
  }

  .page-404 .owl {
    height: 160px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #footer .t-descr.underfooter {
    padding-right: 0;
    text-align: center;
    font-size: 10px;
  }

  #footer .visa-master {
    display: flex;
    padding-top: 1.5rem;
    justify-content: center;
    align-items: center;
  }
}