.bf26__header {
  overflow-x: hidden;
  padding: 30px 12px 0;
  background-color: #000;
  background-image: url("/assets/spec/bf26/img/photoRep/bg-mob.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media  all and (min-width: 540px) {
  .bf26__header {
    padding: 30px 24px 0;
  }
}
@media  all and (min-width: 1024px) {
  .bf26__header {
    background-image: url("/assets/spec/bf26/img/photoRep/bg.png");
    padding: 30px 0px 0;
  }
}
.bf26__header-breadcrumbs {
  margin-bottom: 45%;
}
@media  all and (min-width: 1024px) {
  .bf26__header-breadcrumbs {
    margin-bottom: 88px;
  }
}
.bf26__header-breadcrumbs ul {
  display: flex;
  align-items: center;
  list-style: none;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}
.bf26__header-breadcrumbs ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media  all and (min-width: 1024px) {
  .bf26__header-breadcrumbs ul li a {
    font-size: 18px;
  }
}
.bf26__header-breadcrumbs ul li:before {
  content: " ";
  position: relative;
  top: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  margin-left: 6px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #fff;
  border-width: 1px 1px 0 0;
}
@media  all and (min-width: 1024px) {
  .bf26__header-breadcrumbs ul li:before {
    width: 5px;
    height: 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.bf26__header-breadcrumbs ul li:first-child:before {
  display: none;
}
.bf26__header-logo {
  background-image: url("/assets/spec/bf26/img/photoRep/main-text.svg");
  aspect-ratio: 603/271;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 26px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
@media  all and (min-width: 1024px) {
  .bf26__header-logo {
    margin: 0 auto 57px;
  }
}
.bf26__header-logo:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets/spec/bf26/img/photoRep/chery.png");
  aspect-ratio: 355/442;
  width: 355px;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
@media  all and (min-width: 1024px) {
  .bf26__header-logo:after {
    display: block;
  }
}
.bf26__header-logo:before {
  content: "";
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translateX(-62%);
  background-image: url("/assets/spec/bf26/img/photoRep/logo.png");
  aspect-ratio: 408/450;
  width: 30%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: 1s ease-in-out levitation;
}
@media  all and (min-width: 1024px) {
  .bf26__header-logo:before {
    width: 408px;
    right: 100%;
    left: auto;
    margin-right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@keyframes levitation {
  0% {
    transform: rotateZ(0%);
  }
  100% {
    transform: rotateZ(20%);
  }
}
@media  all and (min-width: 1024px) {
  .bf26__header-logo {
    width: 603px;
    margin: 0 auto 57px;
  }
}
.bf26__header-sponsors {
  padding: 0 10px 40px;
  max-width: 1235px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  width: fit-content;
  margin: 0 auto;
  column-gap: 14px;
  row-gap: 20px;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 76px 80px;
    column-gap: 80px;
    row-gap: 44px;
  }
}
.bf26__header-sponsors div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bf26__header-sponsors div:has(.sber) {
  order: 3;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div:has(.sber) {
    order: 0;
  }
}
.bf26__header-sponsors div:has(.rore) {
  order: 3;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div:has(.rore) {
    order: 0;
  }
}
.bf26__header-sponsors div a {
  pointer-events: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.bf26__header-sponsors div a img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.bf26__header-sponsors div a.russ {
  margin: 0 auto;
  width: 70%;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.russ {
    margin: 0;
    width: 100%;
  }
}
.bf26__header-sponsors div a.russ img {
  width: 100%;
  scale: 1;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.russ img {
    scale: 1.2;
  }
}
.bf26__header-sponsors div a.igro {
  margin-right: auto;
  margin-left: 0;
  scale: 0.9;
}
@media  all and (min-width: 768px) {
  .bf26__header-sponsors div a.igro {
    scale: 1.1;
  }
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.igro {
    scale: 1;
    margin-right: auto;
    margin-left: auto;
  }
}
.bf26__header-sponsors div a.psb img {
  scale: 0.8;
}
@media  all and (min-width: 768px) {
  .bf26__header-sponsors div a.psb img {
    scale: 0.6;
  }
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.psb img {
    scale: 1.1;
  }
}
.bf26__header-sponsors div a.rore {
  scale: 0.8;
}
@media  all and (min-width: 768px) {
  .bf26__header-sponsors div a.rore {
    scale: 1.3;
  }
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.rore {
    margin-right: auto;
    margin-left: auto;
    scale: 0.8;
  }
}
.bf26__header-sponsors div a.mediaG {
  margin-right: 0;
  margin-left: auto;
  scale: 1;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.mediaG {
    scale: 1.1;
    margin-right: auto;
    margin-left: auto;
  }
}
.bf26__header-sponsors div a.mediaDG {
  margin-right: auto;
  margin-left: 0;
  scale: 1;
}
@media  all and (min-width: 768px) {
  .bf26__header-sponsors div a.mediaDG {
    scale: 1.5;
  }
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.mediaDG {
    scale: 1;
    margin-right: auto;
    margin-left: auto;
  }
}
.bf26__header-sponsors div a.sber {
  margin-right: 0;
  margin-left: auto;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.sber {
    margin-right: auto;
    margin-left: auto;
  }
}
.bf26__header-sponsors div a.sber img {
  scale: 1.2;
}
@media  all and (min-width: 768px) {
  .bf26__header-sponsors div a.sber img {
    scale: 1;
  }
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div a.sber img {
    scale: 1.7;
  }
}
.bf26__header-sponsors div:first-child {
  grid-column: span 3;
}
@media  all and (min-width: 1024px) {
  .bf26__header-sponsors div:first-child {
    grid-column: span 6;
  }
}
.bf26__article {
  max-width: 1280px;
  margin: 0 auto;
}
.bf26__article h1 {
  padding-top: 30px;
  padding-bottom: 0;
  color: #CCAC70;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  /* 58.32px */
  margin: 0 auto 20px;
  max-width: 890px;
}
@media  all and (min-width: 1024px) {
  .bf26__article h1 {
    padding-top: 60px;
    margin-bottom: 40px;
    font-size: 54px;
  }
}
.bf26__article h2 {
  color: #CCAC70;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 59.4px */
  margin-bottom: 40px;
  margin-top: 0;
}
.bf26__article h2.mb-48 {
  margin-bottom: 48px;
}
.bf26__article h2.mb-60 {
  margin-bottom: 60px;
}
@media  all and (min-width: 1024px) {
  .bf26__article h2 {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 54px;
  }
}
.bf26__article p {
  margin: 0 auto 40px;
  max-width: 890px;
  color: #1A1A1A;
  text-align: center;
  font-family: 'PT Sans', inherit, "San Francisco", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}
@media  all and (min-width: 1024px) {
  .bf26__article p {
    font-size: 20px;
    margin: 0 auto 80px;
  }
}
.bf26__article p.mb-60 {
  margin-bottom: 40px;
}
@media  all and (min-width: 1024px) {
  .bf26__article p.mb-60 {
    margin-bottom: 60px;
  }
}
.bf26__article p.mb-48 {
  margin-bottom: 40px;
}
@media  all and (min-width: 1024px) {
  .bf26__article p.mb-48 {
    margin-bottom: 48px;
  }
}
.bf26__article p.mb-0 {
  margin-bottom: 0;
}
.bf26__article p.mb-20 {
  margin-bottom: 20px;
}
.bf26__article__block {
  margin-bottom: 40px;
}
@media  all and (min-width: 1024px) {
  .bf26__article__block {
    margin-bottom: 60px;
  }
}
.bf26__article__block-header {
  padding: 0;
  margin: 0;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(204, 172, 111, 0) 0%, #CCAC6F 50%, rgba(204, 172, 111, 0) 100%);
}
@media  all and (min-width: 1024px) {
  .bf26__article__block-header {
    height: 60px;
    font-size: 20px;
  }
}
.bf26__article__block::after {
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  background: linear-gradient(90deg, rgba(204, 172, 111, 0) 0%, #CCAC6F 50%, rgba(204, 172, 111, 0) 100%);
}
@media  all and (min-width: 1024px) {
  .bf26__article__block::after {
    height: 60px;
  }
}
.bf26__article__block img {
  width: 100% !important;
}
.bf26__article__block iframe {
  aspect-ratio: 16/9;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.bf26__article__block iframe.mb-20 {
  margin-bottom: 20px;
}
.bf26__article__block-no-close:after {
  display: none;
}
.bf26__article__cats {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media  all and (min-width: 1024px) {
  .bf26__article__cats {
    padding: 40px 0 0;
    gap: 24px;
  }
}
.bf26__article__cats__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 12px;
  color: var(--black-000000, #000);
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media  all and (min-width: 1024px) {
  .bf26__article__cats__item {
    font-size: 20px;
    flex-direction: row;
  }
}
.bf26__article__cats__item-desk {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bf26__article__cats__item-pos {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.bf26__article__cats__item-pos-gold:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  aspect-ratio: 1/1;
  background-image: url("/assets/spec/bf26/img/ui/gold.svg");
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media  all and (min-width: 1024px) {
  .bf26__article__cats__item-pos-gold:before {
    margin-right: 16px;
  }
}
.bf26__article__cats__item-pos-silver:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  aspect-ratio: 1/1;
  background-image: url("/assets/spec/bf26/img/ui/silver.svg");
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media  all and (min-width: 1024px) {
  .bf26__article__cats__item-pos-silver:before {
    margin-right: 16px;
  }
}
.bf26__article__cats__item-pos-bronze:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  aspect-ratio: 1/1;
  background-image: url("/assets/spec/bf26/img/ui/bronze.svg");
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media  all and (min-width: 1024px) {
  .bf26__article__cats__item-pos-bronze:before {
    margin-right: 16px;
  }
}
.bf26__article__cats__item-work a {
  text-wrap: wrap;
  white-space: wrap;
  color: black;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
.bf26__article__cats__item-work a:hover {
  color: red;
  border-color: red;
}
.bf26__article__cats__item div:has(.bf26__article__cats__item-image) {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media  all and (min-width: 1024px) {
  .bf26__article__cats__item div:has(.bf26__article__cats__item-image) {
    min-width: 260px;
    max-width: 260px;
    max-height: 160px;
  }
}
.bf26__article__cats__item-image {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.bf26__article__persons__v2-wrapper {
  display: flex;
  width: fit-content;
  margin: 0 auto 40px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media  all and (min-width: 768px) {
  .bf26__article__persons__v2-wrapper {
    gap: 40px;
    flex-wrap: nowrap;
    margin: 0 auto 60px;
    flex-direction: row;
  }
}
.bf26__article__persons__v2-person {
  max-width: 230px;
  width: 100%;
}
@media  all and (min-width: 768px) {
  .bf26__article__persons__v2-person {
    max-width: 200px;
  }
}
.bf26__article__persons__v2-person-image {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}
.bf26__article__persons__v2-person-name {
  color: #CCAD70;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
@media  all and (min-width: 1024px) {
  .bf26__article__persons__v2-person-name {
    font-size: 21px;
  }
}
.bf26__article__persons__v2-person-work {
  color: black;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media  all and (min-width: 1024px) {
  .bf26__article__persons__v2-person-work {
    font-size: 18px;
  }
}
.bf26__article__persons-wrapper {
  display: flex;
  width: fit-content;
  margin: 0 auto 40px;
  gap: 40px;
  flex-direction: column;
}
@media  all and (min-width: 1024px) {
  .bf26__article__persons-wrapper {
    margin: 0 auto 60px;
    flex-direction: row;
  }
}
.bf26__article__persons-person {
  max-width: 425px;
}
.bf26__article__persons-person-image {
  object-fit: cover;
  object-position: center;
  max-width: 425px;
  width: 100%;
  aspect-ratio: 425 / 480;
  margin-bottom: 12px;
  display: block;
}
.bf26__article__persons-person-name {
  color: #CCAD70;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
@media  all and (min-width: 1024px) {
  .bf26__article__persons-person-name {
    font-size: 30px;
  }
}
.bf26__article__persons-person-work {
  color: black;
  text-align: center;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media  all and (min-width: 1024px) {
  .bf26__article__persons-person-work {
    font-size: 20px;
  }
}
.bf26__article__comments-title {
  padding-top: 30px;
  padding-bottom: 0;
  color: #CCAC70;
  text-align: left;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  /* 58.32px */
  margin: 0 auto 20px;
}
@media  all and (min-width: 1024px) {
  .bf26__article__comments-title {
    padding-top: 60px;
    margin-bottom: 40px;
    font-size: 54px;
  }
}
.bf26__article hr {
  align-self: center;
}
.bf26__article hr.small {
  margin: 48px auto;
  border-color: #CCAD70;
  max-width: 400px;
}
.bf26__article .sp-sharer {
  margin: 20px 0;
}
.bf26__article .sp-sharer-center {
  margin: 20px auto;
  width: fit-content;
}
.bf26__article .html {
  margin: 0;
  padding: 0;
}
.bf26__container-sm {
  margin-right: auto;
  margin-left: auto;
  max-width: 890px;
}
.bf26 .bf26-collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  padding-top: 4px;
  padding-bottom: 4px;
  grid-gap: 4px;
  grid-auto-rows: minmax(160px, auto);
  grid-auto-flow: dense;
}
.bf26 .bf26-collage__wrap {
  /*max-width: 1600px;*/
  margin: 0 -12px;
}
@media  all and (min-width: 540px) {
  .bf26 .bf26-collage__wrap {
    margin: 0 0;
  }
}
.bf26 .view-item {
  pointer-events: all;
  margin: 40px auto;
  background: white;
  padding: 24px 12px;
  border-radius: 14px;
  height: fit-content;
}
@media  all and (min-width: 540px) {
  .bf26 .view-item {
    padding: 24px;
  }
}
@media  all and (min-width: 768px) {
  .bf26 .view-item {
    padding: 40px;
  }
}
.bf26 .view-item .sp-sharer {
  position: fixed;
  top: 60px;
  right: 40px;
  z-index: 1200;
  width: fit-content;
}
.bf26 .view-item .sp-sharer .ya-share2__list {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
@media  all and (min-width: 1024px) {
  .bf26 .view-item .sp-sharer .ya-share2__list {
    flex-direction: column;
  }
}
@media  all and (min-width: 1024px) {
  .bf26 .view-item .sp-sharer {
    bottom: auto;
    top: 60px;
    left: 50%;
    transform: translateX(calc(-768px / 2 - 40px));
  }
}
.bf26 .view-item .zag {
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  color: #18110E;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  /* 28.16px */
  margin-bottom: 20px;
}
@media  all and (min-width: 768px) {
  .bf26 .view-item .zag {
    font-size: 28px;
  }
}
.bf26 .view-item .podzag {
  color: #878787;
  font-family: 'PT Sans', inherit, "San Francisco", Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media  all and (min-width: 768px) {
  .bf26 .view-item .podzag {
    font-size: 19px;
  }
}
.bf26 .view-item a {
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  color: #18110E;
}
.bf26 .view-item img {
  max-width: 100%;
  border-radius: 12px;
}
.bf26 .view-item iframe {
  margin-bottom: 20px;
  display: block;
  z-index: 100;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 12px;
  aspect-ratio: 16/9 !important;
  position: relative;
}
.bf26 .view-item div:has(iframe) {
  display: block;
  margin-bottom: 20px;
  z-index: 100;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}
.bf26 .view-item .btns-wrap {
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 20px;
}
.bf26 .view-item .btns-wrap .vote-button {
  position: relative;
  z-index: 10;
}
.bf26 .view-item .btns-wrap .vote-button button {
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  padding: 12px 16px;
  appearance: none;
  width: 100%;
  border-radius: 14px;
  font-family: 'PT Sans', inherit, "San Francisco", Arial, sans-serif;
  outline: none;
  border: none;
  background: #B3FAA1;
  color: #000;
  cursor: pointer;
  font-weight: 700;
}
.bf26 .view-item .btns-wrap .vote-button button:hover {
  background: #006FFF;
  color: white;
}
.bf26 .view-item .edit {
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  display: block;
  margin-bottom: 20px;
}
.bf26 .bf26-collage__item {
  position: relative;
  overflow: hidden;
  background: #0c0a05;
  min-height: 100px;
}
.bf26 .bf26-collage__item-link {
  display: block;
  width: 100%;
  height: 100%;
}
.bf26 .bf26-collage__pic {
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.1) rotate(2deg);
  transition: all ease 0.5s;
}
.bf26 .bf26-collage__pic.loaded {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.bf26 .bf26-collage__item:hover .bf26-collage__pic {
  transform: scale(1.1) rotate(2deg);
}
.bf26 .bf26-collage__item:hover .bf26-collage__item-desc {
  transform: translate(0, 0);
  box-shadow: -20px 0 78px #000;
}
.bf26 .bf26-collage__holder {
  display: none !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  pointer-events: none;
}
.bf26 .bf26-collage__holder img {
  display: block;
  width: 150%;
  height: auto;
  mask-image: linear-gradient(0deg, #000, transparent, transparent);
}
.bf26 [data-ratio="2"] {
  grid-column-end: span 1;
  grid-row-end: span 2;
  min-height: 120px;
}
.bf26 [data-ratio="3"] {
  grid-column-end: span 1;
  grid-row-end: span 2;
  min-height: 150px;
}
.bf26 .bf26-collage__item-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  transform: translate(0, 100%);
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  transition: all ease 0.7s;
  box-shadow: 0 0 12px #000;
  z-index: 2;
}
.bf26 .zzag-movies,
.bf26 .zzag-branding,
.bf26 .zzag-btl,
.bf26 .zzag-campaigns,
.bf26 .zzag-digital,
.bf26 .zzag-neiro,
.bf26 .zzag-print,
.bf26 .zzag-social {
  display: flex;
  align-items: center;
}
.bf26 .zzag-movies:before,
.bf26 .zzag-branding:before,
.bf26 .zzag-btl:before,
.bf26 .zzag-campaigns:before,
.bf26 .zzag-digital:before,
.bf26 .zzag-neiro:before,
.bf26 .zzag-print:before,
.bf26 .zzag-social:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-right: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media  all and (min-width: 1024px) {
  .bf26 .zzag-movies:before,
  .bf26 .zzag-branding:before,
  .bf26 .zzag-btl:before,
  .bf26 .zzag-campaigns:before,
  .bf26 .zzag-digital:before,
  .bf26 .zzag-neiro:before,
  .bf26 .zzag-print:before,
  .bf26 .zzag-social:before {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }
}
.bf26 .zzag-movies:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/movies.svg);
}
.bf26 .zzag-branding:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/branding.svg);
}
.bf26 .zzag-btl:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/btl.svg);
}
.bf26 .zzag-campaigns:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/campaigns.svg);
}
.bf26 .zzag-digital:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/digital.svg);
}
.bf26 .zzag-neiro:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/neiro.svg);
}
.bf26 .zzag-print:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/print.svg);
}
.bf26 .zzag-social:before {
  background-image: url(/assets/spec/bf25/img/icons_cats/social.svg);
}
.bf26 .mfp-content {
  max-width: 768px;
}
.bf26 .mfp-arrow {
  position: fixed;
}
.bf26 .mfp-arrow-right {
  border-radius: 14px;
  right: 14px;
  padding: 1px;
  top: 100%;
  transform: translateY(-30px);
}
@media  all and (min-width: 1024px) {
  .bf26 .mfp-arrow-right {
    left: 50%;
    transform: translateX(calc(768px / 2 - 28px));
    top: 50%;
    background: transparent !important;
    border-radius: 0;
  }
}
.bf26 .mfp-arrow-left {
  border-radius: 14px;
  left: 14px;
  padding: 1px;
  top: 100%;
  transform: translateY(-30px);
}
@media  all and (min-width: 1024px) {
  .bf26 .mfp-arrow-left {
    left: 50%;
    top: 50%;
    background: transparent !important;
    border-radius: 0;
    transform: translateX(calc(-768px / 2 - 70px));
  }
}
.bf26 .mfp-close {
  z-index: 10000;
  pointer-events: all;
  position: fixed;
  color: transparent !important;
  background: rgba(255, 0, 0, 0.7) !important;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translateY(-120%) translateX(-50%);
}
.bf26 .mfp-close:active {
  position: fixed;
  top: 100%;
}
@media  all and (min-width: 1024px) {
  .bf26 .mfp-close:active {
    top: 40px;
  }
}
.bf26 .mfp-close:after {
  content: "";
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  width: 25px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/spec/year_results_2025/ui/close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media  all and (min-width: 1024px) {
  .bf26 .mfp-close {
    left: auto;
    top: 40px;
    position: fixed;
    right: 50%;
    transform: translateX(calc(768px / 2 + 54px));
    color: white !important;
    background: white !important;
    border-radius: 50%;
  }
}
a.mfp-download {
  white-space: nowrap;
  display: inline-block;
  width: fit-content;
  color: white;
  background-color: red;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 8px;
  margin: 0 8px;
}
/*# sourceMappingURL=extends.css.map */