@font-face {
	font-family: 'FUD GROTESK';
	src: url('../fonts/FUDGrotesk-Bold.woff2') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'FUD GROTESK';
	src: url('../fonts/FUDGrotesk-Light.woff2') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

.case__hero{
    background-image: url('../img/case-hero-bg.png');
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case__hero-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100vh;
    padding-bottom: 320px;
}

.case__hero-subtitle{
    margin-bottom: 12px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.prizes__card {
  position: relative;
  display: inline-block; /* ЧТОБЫ размер контейнера = размеру img */
  background-color: #006B3F;
  border-radius: 6px;
}

/* часы */
.prizes__card img {
  position: relative;
  z-index: 2;
  width: 100%;
  right: -30px;
  max-width: 200px;
  display: block; /* убираем пустые зазоры вокруг img */
  height: 160px;
}

/* надпись */
.prizes__card p {
  position: absolute;
  top: 50%;
  right: 40%; 
  transform: translate(100%, -50%); /* спрятана сразу около правого края часов */
  padding: 5px 10px;
  background: #fff;
  color: var(--Green, #006B3F);
  font-size: 5px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 40px;
  margin: 0;
  white-space: nowrap;

  opacity: 0;
  z-index: 1;
  will-change: transform, opacity;
  transition:
    transform .5s cubic-bezier(.22,1,.36,1),
    opacity   .25s ease;
}

/* наведение на всю карточку */
.about__web-animation-card:hover .prizes__card p {
  transform: translate(-10%, -50%); /* выезжает чуть под часы слева внутрь */
  opacity: 1;
}


.case__hero-title{
    color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -7px;
    width: 100%;
    max-width: 1393px;
}

.case__about-client{
    background-color: #010101;
    padding: 250px 0;
}

.case__about-client__logo{
    margin-bottom: 80px;
}

.case__about-client-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.case__about-client__description{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px; /* 122.5% */
    letter-spacing: -2px;
    width: 100%;
    max-width: 1120px;
}

.case__image{
    background-color: #010101;
    padding: 80px 0;
}

.case__image-wraper img{
    display: block;
    width: 100%;
}

.case__description{
    position: relative;
    color: #FFFFFF;
    width: 100%;
}

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

.case__description_black{
    display: block;
    background-color: #000000;
    width: 100%;
    padding: 233px 0;
    padding-left: 126px;
    padding-right: 98px;

}
.case__description_gray{
    display: block;
    background-color: #1D1D1B;
    width: 100%;
    max-width: 611px;
    padding: 188px 0;
    padding-left: 80px;
}

.case__description_black_wrapper{
    max-width: 1085px;
    width: 100%;
    font-size: 40px;
    margin: 0 auto;
}

.case__description_black_wrapper ul{
    margin-left: 45px;
    margin-top: 10px;
}

.case__description_gray_item h3{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
}

.case__description_gray_item ul{
    list-style: inside;
}

.case__description_gray_item ul li{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', serif;
}

.case__description_gray_item p{
    font-family: 'Inter', serif;
}

.case__description_gray_item{
    margin-bottom: 40px;
}

.case__description_gray_item:last-child{
    margin-bottom: 0;
}


.case__description_img{
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-image: url('../img/glass.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.case__description_img img{
    display: block;
    width: 100%;
}


.case__description_gray_wrapper{
    width: 100%;
    max-width: 405px;
}
.case__description_gallery_text{
    color: #FFFFFF;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 277px 0;
}

.case__description_gallery_text-wrapper p{
    font-size: 40px;
    font-weight: 500;
}


.case__description_gallery_list{
    overflow: hidden;
}

.case__description_gallery_list_up{
    display: flex;
    width: 100%;
}

.case__description_gallery_list_up img{
    display: block;
    width: 50%;
}


.case__description_gallery_list_down img{
    width: 100%;
}

.case__description_black-header{
    color: #C9CACF;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.08px;
    margin-bottom: 12px;
}

.case__description_black-title{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.case__description_black-subtitle{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.case__description-reach{
    padding-top: 331px;
    padding-bottom: 331px;
    background-color: #000000;
}

.case__description-reach-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.case__description-reach-title{
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px; /* 122.5% */
    letter-spacing: -2px;
    margin-bottom: 70px;
}

.case__description-uni-reach p:first-child{
    color: #FFF;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.case__description-uni-reach p:last-child{
    color: #FFF;
    text-align: right;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.case__description-stories {
  background-color: #000000;
  padding-top: 53px;
  padding-bottom: 53px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* Центрируем содержимое по вертикали */
}

.case__description-stories-items {
  display: flex;
  justify-content: space-between; /* Элементы равномерно распределяются по ширине */
  width: 100%;
  position: relative;
  height: auto; /* Убираем фиксированную высоту, чтобы элементы центрировались */
}

.case__description-stories-item {
  position: relative;
  width: 10%; /* Настройте ширину в зависимости от контента */
  text-align: center;
  transform-origin: center; /* Устанавливаем точку трансформации в центре */
}

.case__description-stories-item img{
    width: 100%;
}

.case__description-stories h2{
    position: absolute;
    z-index: 1;
    display: block;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px; /* 122.5% */
    letter-spacing: -2px;
    width: 100%;
    mix-blend-mode: difference;
}

/* 600–1023px: 5 сверху, 4 снизу, пустая середина; трансформы делает GSAP */
@media (max-width: 1023px) and (min-width: 600px) {
  .case__description-stories .case__description-stories-items{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px 8px; /* row-gap учитывается в JS для центр-сдвига */
    align-items: start;
  }

  .case__description-stories .case__description-stories-item{
    width: 100%;
    transform: translateY(0);
  }

  .case__description-stories .case__description-stories-item img{
    display:block; width:100%;
    aspect-ratio: 9/16; object-fit: cover; /* стабилизируем высоту */
  }

  /* нижний ряд размещаем под колонками 1,2,4,5 (центр — пусто) */
  .case__description-stories .case__description-stories-item:nth-child(6){ grid-column: 1; }
  .case__description-stories .case__description-stories-item:nth-child(7){ grid-column: 2; }
  .case__description-stories .case__description-stories-item:nth-child(8){ grid-column: 4; }
  .case__description-stories .case__description-stories-item:nth-child(9){ grid-column: 5; }
}

/* <600px: 3×3. Сбрасываем ручные grid-column и делаем 3 колонки */
@media (max-width: 599px) {
  .case__description-stories .case__description-stories-items{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
    align-items: start;
  }

  .case__description-stories .case__description-stories-item{
    width: 100%;
    transform: translateY(0);
    grid-column: auto; /* перекрываем правила 600–1023 */
  }
}

.bm-case__description{
    background-color: #010101;
}


.bm-case__description_wrapper{
    display: grid;
    grid-template-columns: 30% 70%;
}

.bm-case__description_gray{
    background-color: #1D1D1B;
    padding-left: 126px;
    padding-right: 96px;
    padding-top: 200px;
    position: relative;
    z-index: 2;
}

.bm-case__description_black{
    padding-top: 400px;
    padding-left: 250px;
    padding-right: 126px;
    padding-bottom: 400px;
    color: #FFF;
}

.bm-case__mobile-collapse-btn, .about__web-right-collapse-btn{
  display: none;
}

.bm-case__description_gray-item:last-child{
    margin-bottom: 0;
}

.bm-case__description_gray-item__title{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    padding-bottom: 8px;
}

.bm-case__description_gray-item__subtitle{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.295px;
}

.bm-case__description_gray-item ul{
    list-style: inside;
}

.bm-case__description_gray-item ul li{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.295px;
}

.bm-case__description-year{
    color: #C9CACF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.08px;
    margin-bottom: 24px;
}

.bm-case__description-title{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2px;
}

.bm-case__description_black-body video{
    width: 100%;
    border-radius: 20px;
}

.bm-case__description_black-body img{
    width: 100%;
}

.bm-case__description_black-header-wrapper{
    display: flex;
    justify-content: space-between;
}

.bm-case__description-subtitle{
    color: #C9CACF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.08px;
}


.bm-case__description_black-item, .bm-case__description_black-header{
    margin-bottom: 330px;
}

.bm-case__description_black-item:last-child{
    margin-bottom: 0;
}

.bm-case__description_black-body__grow-followers p:last-child{
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 118.75% */
    letter-spacing: -0.295px;
    margin-bottom: 20px;
}

.bm-case__description_black-body_infographic{
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
}

.bm-case__description_black-body_infographic img{
    width: 100%;
}

.bm-case__description_black-body_description{
    color: #C9CACF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 150% */
    letter-spacing: -0.06px;
}

.bm-case__description_black-body_description span{
    font-weight: 700;
    font-family: Inter;
}

.bm-case__description_black-header-subtitle{
    color: #FFF;
    font-size: 25.805px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.611px; /* 122.5% */
    letter-spacing: -1.29px;
}

.bm-case__description_black-top{
    margin-bottom: 45px;
}

.bm-case__description_black-top p:first-child{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.295px;
}

.bm-case__description_black-top p:last-child{
    color: #FFF;
    font-size: 25.805px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.611px; /* 122.5% */
    letter-spacing: -1.29px;
}

.bm-case__description_black-mockup{
    margin-left: -10%;

}

.bm-case__description_black-reels-top {
    margin-bottom: 70px;
}

.bm-case__description_black-reels-top p{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2px;
}

.bm-case__description_black-reels_wrapper{
    display: flex;
    justify-content: space-between;
}

.bm-case__description_black-reels-title{
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bm-case__description_black-reels-subtitle{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.295px;
}

.spotlight__container-title {
  position: relative;
  z-index: 3;
  color: #FFF;
  text-align: center;
  font-family: Commissioner;
  font-size: 121.523px;
  font-style: normal;
  font-weight: 900;
  line-height: 106%; /* 128.814px */
  text-transform: uppercase;
  transition: opacity 0.8s ease; /* Плавное изменение прозрачности */
}


  .spotlight__container {
    position: relative;
    width: 100%;
    height: 110vh;
    overflow: hidden;
    border-radius: 16px;  
    display: flex;
    justify-content: center;
    align-items: center;
  }

#customCursor {
  position: fixed;
  width: 100%;
  max-width: 150px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  opacity: 0;
  z-index: 9999;
}

  /* яркая картинка под спотлайтом */
  .spotlight__container .bright {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    object-fit:cover;
    z-index: 1;
    pointer-events: none;
  }
  /* поверх bright — canvas с тёмным наложением */
  #spotCanvas {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    z-index: 3;
    pointer-events: none;
  }

  .about__web-wrapper{
    display: grid;
    grid-template-columns: 70% 30%;
    background-color: #010101;
    color: #FFF;
  }

  .about__web-right{
    background-color: #1D1D1B;
    padding-top: 200px;
    padding-left: 80px;
    padding-right: 126px;
    
  }

  .about__web-right-title{
    margin-bottom: 8px;
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
  }

  .about__web-right-item{
    margin-bottom: 40px;
  }

  .about__web-right-item:last-child{
    margin-bottom: 0;
  }

  .about__web-right-item ul{
    list-style: inside;
  }
  .about__web-right-item ul li{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.295px;
    list-style: inside;
  }

  .about__web-left-item_name{
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .about__web-left-item_name h2{
    color: #FFF;

    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .about__web-left-item_header{
    margin-bottom: 80px;
  }

  .about__web-left{
    padding-top: 400px;
    padding-left: 126px;
    padding-right: 130px;
  }

  .about__web-left-item_minititle{
    color: #C9CACF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.08px;
  }

  .about__web-left-item{
    margin-bottom: 330px;
  }

  .about__web-left-item-task{
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .about__web-left-item-task h4{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    width: 100%;
    max-width: 456px;
  }

  .about__web-left-item-task h4 span{
    color: var(--Red_new, #E62C27);
  }

  .about__web-left-item_header-title{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
  }

  .about__web-left-item_header-subtitle{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.295px;
    width: 100%;
    max-width: 600px;
  }


  .mockup-site{
    display: block;
    width: 100%;
  }

  .about__web-left-item_body-cards{
    margin-top: 40px;
  }

  .about__web-left-item_body-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px;
  }

  .about__web-left-item_body-card-img{
    width: 100%;
    display: block;
  }

  .about__web-left-item_body-card:last-child{
    margin-bottom: 0;
  }

  .about__web-left-item_body-card-name{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 135.714% */
    letter-spacing: -0.295px;
  }

  .about__web-left-item_body-card-number{
    border-radius: 100%;
    display: flex;
    width: 70px;
    height: 70px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
    padding: 10px;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px; /* 122.5% */
    letter-spacing: -2px;
  }

  .about__web-left-item-infographic{
    margin-top: 40px;
    display: flex;
    gap: 120px;
  }

  .about__web-left-item-infographic-title{
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
  }

  .about__web-left-item-infographic-cards{
    display: flex;
    gap: 80px;
  }

  .about__web-left-item-infographic-card img{
    margin-bottom: 10px;
  }

  .about__web-left-item-infographic-card p{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 135.714% */
    letter-spacing: -0.295px;
  }


  .about__web-left-item_body-history_card{
    display: flex;
    gap: 40px;
  }

  .about__web-left-item_body-history_card-year{
    display: flex;
    width: 70px;
    height: 70px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    border: 1px solid #FFF;
  }

  .about__web-left-item_body-history_cards{
    margin-top: 40px;
  }

  .about__web-left-item_body-history_card{
    margin-bottom: 80px;
  }

  .about__web-left-item_body-history_card:last-child{
    margin-bottom: 0;
  }

  .about__web-left-item_body-history_card-filling p{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 135.714% */
    letter-spacing: -0.295px;
    margin-top: 20px;
    width: 100%;
    max-width: 500px;
  }

  .about__web-left-item_body-history_card-filling img{
    width: 100%;
    display: block;
  }

  .about__web-animation-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 80px;
  }

  .about__web-animation-card{
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
  }
  
  .about__web-animation-card__wrapper{
    background-color: #1D1D1B;
    padding: 24px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
  }

  .about__web-animation-card video{
    width: 100%;
    border-radius: 6px;
  }

  .about__web-animation-card:nth-child(1) video{
    max-width: 200px;
    height: 160px;
  }
  .about__web-animation-card:nth-child(2) video{
    max-width: 200px;
    height: 160px;
  }
  .about__web-animation-card:nth-child(3) video{
    max-width: 200px;
    height: 160px;
  }
  .about__web-animation-card:nth-child(4) video{
    max-width: 200px;
    height: 160px;
  }

  .about__web-animation-card:nth-child(5){
    margin-top: 80px;
  }

  .about__web-animation-title{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .kv{
    position: relative;
    width: 100%;
    background-color: #000000;
}

.kv__tag{
    position: absolute;
    background: var(--Green, #006b3ebc);
    padding: 60px 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.kv__tag p{
    color: #FFF;
    font-family: Commissioner;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
}

.kv__can, .kv__bottle, .kv__eco-invest, .kv__eco, .kv__can-tablet, .kv__can-mobile, .kv__bottle-mobile{
    position: absolute;
}

.kv__eco{
    left: 50%;
    transform: translateX(-50%);
    top: 610px;
    width: 100%;
    max-width: 300px;
}

.kv__bottle, .kv__bottle-mobile{
    right: -5%;
}

.kv__can, .kv__can-tablet, .kv__can-mobile{
    left: -5%;
}

.kv__can-tablet, .kv__can-mobile, .kv__bg-mobile, .kv__bottle-mobile{
    display: none;
}

.kv__bg-mobile{
    width: 100%;
}




.kv__eco-invest{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 107%;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%)!important;
    bottom: 14%;
    font-family: 'FUD GROTESK';
}

.kv__eco-invest span{
    font-family: 'FUD GROTESK';
    font-weight: 700;
}

.kv__bg{
    width: 100%;
}

.kv__bg-tablet{
    display: none;
    width: 100%;
}

.adaptive-img{
  display: block;
  width: 100%;
}

