@font-face {
  font-family: "UnlimitedPie";
  src: url("/local/templates/bcf_2021/font/upie.eot");
  src: url("/local/templates/bcf_2021/font/upie.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/bcf_2021/font/upie.woff")format("woff"),
    url("/local/templates/bcf_2021/font/upie.woff2")format("woff2"),
    url("/local/templates/bcf_2021/font/upie.ttf")format("truetype"),
    url("/local/templates/bcf_2021/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: #0E77BA;
  --pink26: #F5C1D5;
  --orange26: #F8B534;
  --dark-grey26: #282828;
  --header-height: 85px;
  --header-height-m: 55px;
  --logo-width: 325px;
  --sz48: clamp(24px, 48px, 48px);
  --sz24: clamp(12px, 24px, 24px);
  --sz20: clamp(12px, 20px, 20px);
  --sz3vw: clamp(30px, 3vw, 100px);
}

html {
  scroll-padding-top: 50px;
  /* Отступ сверху */
}

/* TEMP HIDE */

#top_box .lang-switcher {
  display: none;
}

body {
  font-family: var(--geologica), sans-serif;
  color: black;
  background: var(--yellow26) url(i/2026/page_bg.webp) top center repeat-y;
}

header {
  background-color: var(--yellow26);
}


.site h1,
.site h2 {
  font-family: var(--upie);
}

.site {
  /* margin-top: calc(0 - var(--header-height)); */
  margin-top: 0;
  border-top: none;
  padding-top: 1px;
}

a.button26 {
  display: inline-block;
  border-radius: 99999px;
  padding: 1em 3em;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
  text-transform: uppercase;
  font-size: 20px;
}

a.button26:hover {
  transform: scale(1.03);
}

a.button26.full {
  display: block;
}

a.button26.red {
  background-color: var(--red26);
  color: white;
}

p,
.twocol p,
.fourcol p {
  line-height: 1.4;
  margin-top: 0.5em;
  font-size: var(--sz20);
  font-weight: 300;
}

#top_box {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
  max-width: 75rem;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: var(--logo-width) auto 130px auto;
  align-items: center;
  color: black;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#logo_girls {
  z-index: 100;
  display: flex;
  align-items: flex-start;
}

#logo_girls>a {
  display: flex;
  width: var(--logo-width);
  margin-top: 0;
  aspect-ratio: 6.13 / 1;
}

#logo_girls>a>img {
  width: 100%;
  height: auto;
}

.hamburger_block {
  display: flex;
  justify-content: flex-end;
  margin-left: 1.5rem;
}

.hamburger_block button.menu-toggle {
  border: none;
  border-radius: 100vmax;
  padding: 7px 10px;
  font-size: 20px;
  font-weight: 500;
}

.main-navigation a {
  color: black;
  font-weight: 500;
}

.navi_block {
  padding-right: 10px;
}

.online-steaker {
  display: block;
  transition: all .2s ease;
}

.online-steaker:hover {
  transform: scale(1.05);
}

section.hero {
  height: 100vh;
  position: relative;
}

section.hero .heroimg {
  background: url(i/2026/home/1scr26_d.webp) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  aspect-ratio: 4.38 / 1;
  width: 180%;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section.hero .col_main {
  padding: 3vw 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  /* gap: 6vw; */
}

section.hero h1 {
  color: var(--red26);
  text-align: center;
  font-size: clamp(6rem, 6.2vw, 200px);
  margin: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  line-height: .8;
}

section.hero h2 {
  color: var(--blue26);
  text-align: right;
  font-family: var(--geologica);
  font-size: clamp(2rem, 2.6vw, 200px);
  margin: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  line-height: .8;
  width: 90%;
  padding: 0;
  position: relative;
  z-index: 10;
}

section.hero h1 span {
  display: block;
}

section.hero h2 span {
  color: var(--pink26);
}

#hero_more_btn {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  aspect-ratio: 1 / 1;
  background: url(i/2026/home/hero_more_btn.svg) center no-repeat;
  background-size: contain;
  transition: all .3s ease;
  cursor: pointer;
  z-index: 5;
}

#hero_more_btn:hover {
  transform: translate(-1.5rem, -1rem);
}

.col_main h2 {
  font-size: var(--sz3vw);
  color: var(--blue26);
}

.intro .col_main>h2 {
  font-size: var(--sz3vw);
  color: var(--blue26);
}

.twocol.intro {
  gap: 0;
  margin-top: -4rem;
}

.twocol.intro>div:last-of-type {
  align-content: center;
  padding-right: 0;
}

.intro .col_main .seagull {
  position: absolute;
  bottom: -13%;
  right: 0;
  aspect-ratio: 1 / 1;
  width: 18.5vw;
  min-width: 200px;
  background: url(i/2026/home/seagull.webp) center no-repeat;
  background-size: contain;
}

.cifres .col_main {
  padding-bottom: 3rem;
}

.cifres-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}

.cifres-block .slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(14px, 2vw, 100px);
  color: var(--maline26);
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}

.cifres-block .slide>span.big {
  font-family: var(--upie);
  font-size: clamp(40px, 9vw, 200px);
  color: var(--blue26);
}

.cifres-block .slide>span.min {
  font-size: 40%;
  display: block;
  margin-top: 1em;
}

.menu-toggle {
  display: block;
}

.twocol.anonce {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.twocol.anonce>div,
.twocol.anonce>div:first-of-type {
  text-align: center;
}

.twocol.anonce>div {
  display: flex;
  flex-direction: column;
  position: relative;
}

.twocol.anonce>div .info {
  position: relative;
  z-index: 1;
  padding: 0 2rem 2rem;
}

.twocol.anonce>div .info img {
  max-height: 405px;
}

.twocol.anonce>div .info h4 {
  color: var(--maline26);
  margin: .5em 0;
  font-size: var(--sz48);
}

.twocol.anonce>div .info h5 {
  color: var(--maline26);
  margin: 0 0 1em;
  font-size: var(--sz24);
}

.twocol.anonce>div .info p {
  color: black;
  margin: 1em 0 3em;
  font-size: 20px;
}

.twocol.anonce>div .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 40px;
  background-color: white;
  z-index: 0;
}

section.events h2,
section.events h3 {
  color: var(--blue26);
}

section.events p {
  color: black;
}

section.events .twocol.mb6 h3 {
  color: var(--maline26);
  font-size: var(--sz48);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin: .2em 0 0;
}

.owl-carousel-program-slider h4 {
  font-size: var(--sz24);
  color: var(--dark-grey26);
  margin-top: .5em;
  text-transform: uppercase;
}

.owl-theme.owl-carousel-program-slider .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--pink26);
}

.owl-theme.owl-carousel-program-slider .owl-dots .owl-dot.active span,
.owl-theme.owl-carousel-program-slider .owl-dots .owl-dot:hover span {
  background: var(--maline26);
}

.owl-carousel.owl-carousel-program-slider .owl-nav .nav-btn {
  color: var(--maline26);
}

.charity-banner {
  background-color: var(--orange26);
  border-radius: 80px;
  position: relative;
}

.charity-banner .info h2 {
  color: white;
  padding: 0;
}

.charity-banner .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  padding: 1rem 3rem;
}

.charity-banner .info p {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  font-size: var(--sz20);
}

.seagulls-2 {
  position: absolute;
  aspect-ratio: 1.087 / 1;
  width: 470px;
  left: -200px;
  bottom: -240px;
}

section.delo h2 {
  color: var(--blue26);
  font-size: var(--sz3vw);
}

section.delo .videotrailer {
  width: 100%;
  max-width: 100%;
}

section.delo .videotrailer iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

section.events .col_main {
  padding-top: 3rem;
}

.contacts-block {
  background-color: var(--blue26);
  padding-top: 0;
  color: white;
}

section.contacts-block .col_main>h2 {
  color: white;
  font-size: var(--sz3vw);
}

.contacts-block .threecol .item {
  border: none;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .1);
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 200px;
  transition: all ease .3s;
}

.contacts-block .threecol .item h3 {
  text-transform: uppercase;
  font-size: var(--sz24);
  font-weight: 400;
}

.contacts-block .twocol.mb6 {
  gap: 3rem;
}

.contacts-block .twocol .twocol .item h3,
.contacts-block .twocol .twocol .item p {
  font-size: var(--sz20);
  font-weight: 200;
}

.contacts-block .threecol .item p a {
  text-transform: uppercase;
  font-size: var(--sz20);
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  background: url(i/2026/home/dwn_btn.svg) left top no-repeat;
  background-size: auto 34px;
  color: var(--pink26);
  min-height: 34px;
  text-decoration: none;
}

.contacts-block .twocol>div:first-of-type {
  text-align: left;
}

.contacts-block .citate-block {
  display: grid;
  grid-template-columns: 185px auto;
  gap: 2rem;
  margin-bottom: 2rem;
}

.contacts-block .citate-block>div:last-child {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.contacts-block .citate-block h2 {
  color: var(--pink26);
  font-size: var(--sz48);
  margin: 0;
  font-family: var(--geologica);
  text-align: left;
  text-transform: uppercase;
  padding: 0;
}

.contacts-block .citate-block h3 {
  color: var(--pink26);
  font-size: var(--sz24);
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.contacts-block {
  position: relative;
}

.contacts-block .twocol.mb6 {
  margin-bottom: 3rem;
}

.girl_stands {
  background: url(i/2026/home/girl_stands.webp) center no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 2.65;
  width: 340px;
  position: absolute;
  bottom: -2rem;
  right: -15rem;
}