@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;
  --white50: rgba(255, 255, 255, .5);
  --header-height: 84px;
  --logo-width: 325px;
  --sz48: clamp(24px, 48px, 48px);
  --sz24: clamp(12px, 24px, 24px);
  --sz20: clamp(12px, 20px, 20px);
  --sz3vw: clamp(24px, 3vw, 100px);
  --sz10vw: clamp(30px, 10vw, 200px);
  --border: 40px;
}

html {
  scroll-padding-top: 50px;
  scrollbar-gutter: stable;
}

/* 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 60vh center repeat-y;
  position: relative;
  min-width: 1300px;
}

body.popup-open {
  overflow: hidden;
}

a {
  color: var(--blue26);
}

p.tacenetr {
  text-align: center;
}

p.narrowed {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

header.solid {
  background-color: var(--yellow26);
}

button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

.site h1,
.site h2,
h1,
h2 {
  font-family: var(--upie);
  color: var(--blue26);
}

.site {
  /* margin-top: calc(0 - var(--header-height)); */
  margin-top: 0;
  /* border-top: var(--header-height) solid transparent; */
  padding-top: var(--header-height);
  border-top: none;
}

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;
}

.red {
  color: var(--red26);
}

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;
}

.logoes_partners {
  display: none;
}

.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: .8rem;
  font-weight: 500;
  cursor: pointer;
}

.main-navigation a {
  color: black;
  font-weight: 500;
}

.main-navigation ul#primary-menu {
  gap: 1.5rem;
}

.main-navigation #primary-menu .root>a {
  font-size: .8rem;
  text-transform: uppercase;
}

.navi_block {
  padding-right: 10px;
}

.online-steaker {
  display: block;
  transition: all .2s ease;
}

.online-steaker:hover {
  transform: scale(1.05);
}

.partners_topline_mob {
  display: none;
}


/* POPUP NAVI */

.popup-navi {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: white;
  display: none;
}

.popnavi_inner {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-around;
  position: relative;
}

.popnavi_inner .close {
  border: none;
  font-size: 2.5vw;
  background-color: transparent;
  font-weight: 100;
  cursor: pointer;
}

.popnavi_logoes {
  display: flex;
  justify-content: space-between;
}

.popnavi_logoes>a {
  width: 30.7vw;
}

.popnavi_logoes>a img {
  width: 100%;
  height: auto;
}

.popnavi_main {
  display: flex;
  justify-content: space-between;
  gap: 2.8vw;
}

.popnavi_navi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8vw;
}

.popnavi_navi .item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.popnavi_navi .item a {
  color: var(--dark-grey26);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .9vw;
}

.popnavi_navi .item a:hover {
  text-decoration: underline;
}

.popnavi_navi .item a.mainlink {
  font-size: 1.1vw;
}

.popnavi_links {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.popnavi_links>a {
  transition: all .3s ease;
  display: block;
}

.popnavi_links>a:hover {
  transform: scale(1.05);
}

.popnavi_links .online img {
  width: 230px;
  height: auto;
}

.popnavi_links .fablink img {
  width: 120px;
  height: auto;
}

.popnavi_footer {
  display: flex;
  justify-content: space-between;
}

.popnavi_footer a span {
  display: inline-block;
}

section.hero {
  /* height: calc(100vh - var(--header-height)); */
  position: relative;
}

section.hero .head_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: calc(100% + 60vh);
  left: 0;
  top: -60vh;
  background: url(i/2026/home/head_bg.webp) top center no-repeat;
  background-size: auto 150%;
  opacity: .6;
  z-index: 0;
}

section.hero .col_main {
  padding: 5vh 0 10vh;
  /* height: calc(100% - 35px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

section.hero .col_main .head_logoes {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 5vh;
  width: 100%;
  align-items: flex-start;
}

section.hero .col_main .head_logoes .sber {
  max-width: 200px;
  height: auto;
}

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

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

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

section.hero h1 span {
  display: block;
}

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

section.hero h4 span {
  color: var(--red26);
}

section.hero h3 {
  color: var(--red26);
  text-align: center;
  font-family: var(--geologica);
  font-size: clamp(1rem, 1.2vw, 40px);
  margin: 0 0 1.5em;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  line-height: 1.3;
}

#hero_more_btn {
  position: absolute;
  bottom: -80px;
  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);
}

section.hero .col_main .dog,
section.hero .col_main .girl {
  position: absolute;
}

section.hero .col_main .dog {
  left: -10vw;
  top: 30vh;
}

section.hero .col_main .girl {
  right: -5vw;
  top: 17vh;
}

.smf90 {
  height: 25px;
  background: url(i/2026/home/smf90.svg) center repeat-x;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.twocol>div:first-of-type {
  text-align: left;
}

.col_main h2 {
  font-size: var(--sz3vw);
  color: var(--blue26);
}

.intro .col_main>h2 {
  font-size: var(--sz3vw);
  color: var(--blue26);
}

.intro .twocol a.press {
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 41px auto;
  gap: 1.5rem;
  font-size: 17px;
}

.intro .twocol a.press:hover {
  color: var(--red26);
  text-decoration: none;
}

.intro .twocol a.press>span {
  contain: "";
  display: block;
  width: 41px;
  aspect-ratio: 1 / 1.317;
  background: url(i/2026/download_icon.svg) top left no-repeat;
  background-size: contain;
}

.cifres .col_main>h2 span {
  position: relative;
}

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

section>.col_main .seagull {
  position: absolute;
  top: -16vw;
  right: -7vw;
  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: var(--sz20);
}

.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(--sz20);
  color: var(--dark-grey26);
  margin-top: .5em;
  text-transform: uppercase;
}

.owl-carousel-program-slider .item {
  max-width: 375px;
  width: 100%;
}

section.events .owl-carousel .owl-item img {
  width: 375px;
  max-width: 375px;
  height: auto;
  aspect-ratio: 1.6 / 1;
}

section.events .owl-carousel .owl-nav {
  top: 20%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: white;
  border-radius: 40px;
}

.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 .col_main {
  padding-bottom: 0;
}

.delo_logoes {
  display: flex;
  gap: 6rem;
  margin-top: 2rem;
  align-items: center;
}

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;
}

section.events .col_main .concurs-banner {
  margin: 3rem 0 6rem;
}

section.events .col_main .concurs-banner h2 {
  color: white;
  font-size: 3.6rem;
}

.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:hover {
  text-decoration: none;
  color: white;
}

.contacts-block .threecol .item h3 {
  text-transform: uppercase;
  font-size: var(--sz24);
  font-weight: 400;
  color: white;
}

.contacts-block .twocol.mb6 {
  gap: 3rem;
}

.contacts-block .twocol .item h3,
.contacts-block .twocol .item p {
  font-size: var(--sz20);
  font-weight: 200;
  color: white;
}

.contacts-block .twocol .item h3 {
  text-transform: uppercase;
  color: var(--pink26);
}


.contacts-block .threecol .item p {
  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: 40% auto;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.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;
  z-index: 2;
  overflow: visible;
}

.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: 0;
  right: -15rem;
  z-index: 10;
}

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

section.concurs .twocol h2 {
  text-align: left;
  color: white;
}

section.concurs .twocol.mb6>div p:first-child {
  margin-top: 0;
}

section.concurs .twocol>div:first-of-type {
  text-align: right;
}

section.concurs .tacenetr img {
  margin: 3rem auto;
}

section.actual .col_main>h2 {
  color: var(--blue26);
  margin-bottom: 1.5em;
}

section.concurs .threecol h2 {
  font-size: var(--sz10vw);
  color: white;
  padding-bottom: .1em;
}

section.concurs .threecol p {
  font-size: var(--sz24);
  color: white;
  margin: 0;
  text-align: center;
}

section.actual a.newstitle {
  text-transform: uppercase;
  color: var(--dark-grey26);
  margin-top: .5em;
  line-height: 1.2;
  display: block;
}

#footer {
  position: relative;
  z-index: 1;
}

/* STATIC */
.hero_static {
  background-color: var(--yellow26);
  background-image: url(i/2026/home/dog_head.webp), url(i/2026/home/girl_head.webp), url(i/2026/home/static_bg.webp);
  background-position: left calc(50% - 450px) bottom 0, calc(50% + 450px), top center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 300px, contain, cover;
  height: 22vw;
  min-height: 453px;
}

.hero_static .col_main {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.hero_static .col_main h1 {
  color: var(--red26);
  font-size: var(--sz3vw);
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.col_static.prizes {
  padding: 0 0 9rem;
}

.col_static.prizes h5 a {
  font-family: var(--upie);
}

/* ABOUT */

section.intro .narcol {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
}

h3.blue_header {
  font-size: var(--sz24);
  text-transform: uppercase;
  margin: 1.5em 0;
  color: var(--blue26);
  text-align: center;
  font-weight: 500;
}

.bfm section.intro,
.bfm section.citate {
  background-color: white;
}

.threecol.ptnrs {
  margin-top: 4.5rem;
  gap: 3rem;
}

.threecol.ptnrs>div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.threecol.ptnrs>div:nth-of-type(2),
.threecol.ptnrs>div:nth-of-type(3) {
  padding-bottom: 1.5rem;
}

.threecol.ptnrs p.sml {
  text-align: center;
  width: 100%;
  line-height: 1.2;
  color: #696969;
  font-weight: 200;
  font-size: 12px;
}

.concurs-banner {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  border-radius: var(--border);
  background: url(i/2026/blue_bg_dolphins.webp) center center no-repeat;
  background-size: contain;
  gap: 1.5rem;
  justify-content: space-around;
  align-items: center;
}

.concurs-banner h2 {
  color: white;
  text-align: center;
  padding: 0;
}

.concurs-banner a {
  display: inline-block;
  max-width: 400px;
}

.bfm section.concurs,
.bfm section.cifres,
.bfm section.delo,
.bfm section.intro.anonce {
  background-color: var(--yellow26);
}

.bfm section.cifres {
  padding-top: 9rem;
}

.bfm section.concurs .threecol p {
  color: var(--blue26);
  font-weight: 500;
}

.bfm section.delo .col_main {
  padding-bottom: 9rem;
}

.bfm section.history .concurs-banner {
  margin-top: -15rem;
  margin-bottom: 6rem;
}

.bfm section.history .concurs-banner h2 {
  color: white;
}

.bfm section.history {
  background-color: var(--red26);
  color: white;
}

section.history .owl-theme .owl-dots .owl-dot.active span,
section.history .owl-theme .owl-dots .owl-dot:hover span {
  background-color: white;
}

section.history .owl-theme .owl-dots .owl-dot span {
  background-color: var(--white50);
  width: 10px;
  height: 10px;
  margin: 3px 4px;
  aspect-ratio: 1 / 1;
}

/* CITATE */

section.citate {
  padding-top: 9rem;
  padding-bottom: 6rem;
}

section.citate.juliana {
  padding-bottom: 0;
}

.roundblock.citatedina {
  background-color: var(--yellow26);
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 4.5rem 1.5rem;
}

.roundblock.citatedina .citate_foto img {
  aspect-ratio: 1 / 1;
  max-width: 185px;
}

.roundblock.citatedina h2 {
  font-size: var(--sz3vw);
  color: var(--red26);
  text-align: center;
  margin: 1.5em 0 .25em;
  line-height: 1;
}

.roundblock.citatedina h3 {
  color: var(--blue26);
  text-align: center;
  margin-top: 0;
  font-size: var(--sz24);
  text-transform: uppercase;
  font-weight: 500;
}

.roundblock.citatedina h3 span {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

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

.citate.juliana .roundblock.citatedina {
  margin-bottom: 0;
  margin-top: 0;
}

.command .square_list .square_item .title2 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto .3em !important;
  text-transform: lowercase;
  color: var(--blue26);
  line-height: 1;
  font-family: var(--upie);
  font-size: var(--sz24);
  width: 60%;
}

.routes h4 {
  font-size: var(--sz24);
  color: var(--blue26);
}

.home .partners_section .partners_inner.all-partners {
  margin: 0 auto 0;
  max-width: 75rem;
  padding-top: 6rem;
}

.partners_section .partners_inner.all-partners {
  margin: 3rem auto 0;
  max-width: 75rem;
  padding-top: 6rem;
}

.col_static.concurs {
  counter-reset: item;
}

.col_static>h2,
.col_static>article>h2 {
  margin-bottom: 1.2em;
}

.col_static .roundblock.citatedina {
  margin: 12rem auto 6rem;
  background-color: var(--pink26);
}

.col_static.concurs ol {
  /* list-style: none;
  padding-left: 2.2rem; */
  margin-top: 1em;
}

/* .col_static.concurs li {
  counter-increment: item;
  position: relative;
}

.col_static.concurs li::before {
  content: counter(item) ".";
  position: absolute;
  left: -2.2rem;
} */

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

  :root {
    --header-height-m: 60px;
    --sz3vw: 6vw;
    --sz20: 15px;
    --sz24: 12px;
    --sz48: 24px;
  }

  body {
    min-width: 100px;
  }

  section.hero .heroimg,
  #top_box .online-steaker,
  #top_box .navi_block,
  .hamburger.menu-toggle span,
  #top_box .desk {
    display: none;
  }

  header {
    background-color: rgba(255, 230, 106, 0);
  }

  header.solid {
    background-color: var(--yellow26);
  }

  .popnavi_inner {
    max-width: 100%;
    gap: 5vh;
    justify-content: flex-start;
  }

  .popnavi_logoes>a {
    width: 163px;
  }

  .popnavi_logoes .nd img {
    width: 85px;
  }

  .popnavi_inner .close {
    font-size: 40px;
  }

  .popnavi_main {
    flex-direction: column;
    gap: 5vh;
  }

  .popnavi_navi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .popnavi_navi .item {
    gap: 1rem;
  }

  .popnavi_links {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-evenly;
  }

  .popnavi_navi .item a {
    font-size: 13px;
  }

  .popnavi_navi .item a.mainlink {
    font-size: 18px;
  }

  .popnavi_links .online img {
    width: 163px;
    height: auto;
  }

  .popnavi_links .fablink img {
    width: 86px;
    height: auto;
  }

  .popnavi_footer {
    justify-content: center;
  }

  .popnavi_footer a span {
    display: none;
  }

  .logoes_partners {
    display: block;
  }

  .twocol>div:first-of-type {
    text-align: center;
  }

  a.button26 {
    padding: .75em 1.5em;
    font-size: 15px;
  }

  #top_box {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 5px 3vw 5px;
  }

  .hamburger_block {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    z-index: 10000;
    text-align: right;
    width: 100%;
    margin: 0;
  }

  .hamburger.menu-toggle {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: white;
  }

  .partners_topline_mob {
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem;
    padding: 0 3vw;
    position: relative;
    z-index: 5;
  }

  .site {
    position: relative;
    overflow: hidden;
    border-top: var(--header-height-m) solid transparent;
    padding-top: 0;
  }

  .site .col_main h2 {
    font-size: 5vw;
  }

  section.hero {
    height: auto;
    padding-top: 0;
  }

  section.hero .col_main {
    padding: 3vw 0 0;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-evenly;
    /* gap: 6vw; */
  }

  section.hero .col_main .dog,
  section.hero .col_main .girl,
  section.hero .col_main .head_logoes {
    display: none;
  }

  section.hero h4 {
    text-align: left;
    padding: 0 10vw;
  }

  section.hero h3 {
    margin: 0 0 .5em;
  }

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

  section.hero .col_main h2 {
    font-size: 6.3vw;
    text-align: center;
    padding-bottom: .2em;
  }

  #hero_more_btn {
    display: none;
  }

  .twocol.intro {
    margin-top: 0;
  }

  section.intro .col_main {
    padding-top: 20px;
  }

  .bfm section.intro .col_main {
    padding-top: 3rem;
  }

  section.intro .twocol.intro p:last-of-type {
    margin: 1.5rem 0;
  }

  .intro .col_main>h2 {
    padding: 0;
  }

  .intro_img.iimg-1 {
    margin-top: -20px;
    position: relative;
    z-index: 5;
  }

  .cifres-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2vw;
  }

  section>.col_main .seagull {
    position: absolute;
    top: -25vw;
    right: -10vw;
    width: 30vw;
    min-width: 10px;
  }

  .cifres .col_main {
    padding-bottom: 0;
  }

  .intro .col_main .seagull {
    position: absolute;
    bottom: -450px;
    right: -25%;
    aspect-ratio: 1 / 1;
    width: 216px;
    min-width: 200px;
  }

  .cifres-block .slide {
    font-size: var(--sz48);
  }

  .cifres-block .slide>span.big {
    font-size: 32.5vw;
  }

  .twocol.anonce {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .twocol.anonce>div .info {
    padding: 5px 2rem 2rem;
  }

  .twocol.anonce>div .info img {
    max-height: 203px;
  }

  section.events {
    margin-top: 0;
  }

  section.events .twocol.mb6 {
    gap: 1.5rem;
    margin-bottom: 0;
  }

  section.events .twocol p {
    font-size: var(--sz20);
    text-align: center;
  }

  section.events .twocol.mb6 h3 {
    text-align: center;
  }

  .charity-banner {
    padding: 1.5rem 3vw;
    margin-top: 6rem;
    border-radius: 40px;
  }

  .seagulls-2 {
    width: 212px;
    left: -100px;
    bottom: auto;
    top: -50px;
  }

  .charity-banner .info {
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    max-width: 96vw;
  }

  .charity-banner .info h2 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .charity-banner .info p {
    max-width: 100%;
  }

  .delo .col_main {
    padding-top: 1.5rem;
  }

  .delo .twocol p:last-of-type {
    margin-bottom: 1em;
    text-align: center;
  }

  .delo .twocol .videotrailer {
    order: -1;
  }

  .concurs .twocol.mb6 {
    margin-bottom: 0;
    gap: 3rem;
    justify-content: center;
  }

  .concurs .twocol.mb6 p,
  .concurs .twocol.mb6 h2 {
    text-align: center;
  }

  .concurs .twocol.mb6 h2 {
    margin-top: 1em;
  }

  .concurs .twocol.mb6>div:last-of-type {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

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

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

  section.actual .col_main>h2 {
    margin-bottom: 0;
  }

  .contacts-block .twocol .twocol.mb6,
  .contacts-block .threecol {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
  }

  .contacts-block .twocol .twocol.mb6 {
    margin-bottom: 0;
    padding-bottom: 0;
    gap: 1rem 1.5rem;
  }

  .girl_stands {
    display: none;
  }

  .contacts-block .threecol .item {
    min-height: 140px;
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
  }

  .contacts-block .threecol .item p {
    margin: 0;
  }

  .actual div.uk-padding-small a {
    width: 100%;
  }

  .actual div.uk-padding-small a img {
    width: 100%;
    height: auto;
  }

  .actual .uk-grid-column-small>*,
  .actual .uk-grid-small>* {
    padding-left: 0;
  }

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

  .hero_static {
    background-color: var(--yellow26);
    background-image: url(i/2026/home/dog_head.webp), url(i/2026/home/girl_head.webp), url(i/2026/home/static_bg.webp);
    background-position: left calc(50% - 150px) bottom 0, calc(50% + 180px), top center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto 150px, contain, contain;
    height: 22vw;
    min-height: 300px;
  }

  .hero_static .col_main h1 {
    text-align: center;
    font-size: 10vw;
  }

  .bfm .intro .col_main>h2 {
    margin-bottom: 1.5em;
  }

  .threecol.ptnrs {
    margin-top: 3rem;
    gap: 1.5rem;
  }

  .threecol.ptnrs>div {
    gap: .5rem;
  }

  .threecol.ptnrs>div p {
    margin: .2em 0;
  }

  .concurs-banner {
    margin-top: 3rem;
    padding: 1.75rem 0;
    border-radius: 1.5rem;
    background: url(i/2026/blue_bg_dolphins.webp) center center no-repeat;
    background-size: cover;
    gap: 0;
    justify-content: space-around;
    align-items: center;
  }

  .roundblock.citatedina {
    padding: 3rem 6vw 1.5rem;
  }

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

  .roundblock.citatedina h3::after {
    margin-top: 1.5rem;
    height: 46px;
  }

  section.citate {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  section.citate.dina {
    padding-top: 6rem;
  }

  section.intro.part2 {
    padding-bottom: 3rem;
  }

  section.intro .narcol {
    max-width: 100%;
    padding-bottom: 1.5rem;
  }

  .bfm section.cifres {
    padding-top: 3rem;
  }

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

  section.concurs .threecol.zhuri p {
    font-size: .6rem;
  }

  .bfm section.delo .col_main {
    padding-bottom: 3rem;
  }

  .bfm section.history .concurs-banner {
    margin-top: -6rem;
    margin-bottom: 3rem;
  }

  .bfm section.history .concurs-banner h5 {
    color: var(--dark-grey26);
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1em;
  }

  .home .partners_section .partners_inner.all-partners {
    margin: 0 auto 0;
    max-width: calc(100% - 6vw);
    padding-top: 3rem;
  }

}