.iz25 h1 {
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
}
.iz25__grid {
  max-width: 1300px;
  margin: 0 auto;
}
.iz25__head {
  overflow: hidden;
  background: url(/assets/spec/izmeni_soznanie_2025/img/hbg.png?v=2) center center no-repeat;
  background-size: auto 140%;
}
@media  all and (min-width: 540px) {
  .iz25__head {
    background-image: url(/assets/spec/izmeni_soznanie_2025/img/hbg-lg.png?v=1);
    background-repeat: repeat-x;
    background-size: auto 130%;
  }
}
@media  all and (min-width: 1200px) {
  .iz25__head {
    background-image: url(/assets/spec/izmeni_soznanie_2025/img/hbg-lg.png?v=1);
    background-repeat: repeat-x;
    background-size: auto 120%;
  }
}
.iz25__head__in {
  padding: 26px 0;
  position: relative;
}
@media  all and (min-width: 540px) {
  .iz25__head__in {
    padding: 32px 0;
  }
}
.iz25__head .h-front {
  position: relative;
  z-index: 2;
}
@media  all and (min-width: 540px) {
}
@media  all and (min-width: 540px) {
  .iz25__head .h1 img {
    height: 65px;
  }
}
.iz25__head .h2 {
  padding: 60px 0;
}
@media  all and (min-width: 1200px) {
  .iz25__head .h2 {
    padding: 90px 0 60px;
  }
}
@media  all and (min-width: 540px) {
  .iz25__head .h2 img {
    height: 212px;
  }
}
@media  all and (min-width: 1200px) {
  .iz25__head .h2 img {
    display: none;
  }
}
.iz25__head .h2 .lg {
  display: none;
}
@media  all and (min-width: 1200px) {
  .iz25__head .h2 .lg {
    display: block;
    height: 96px;
  }
}
@media  all and (min-width: 540px) {
  .iz25__head .h3 img {
    height: 48px;
  }
}
@media  all and (min-width: 1200px) {
  .iz25__head .h3 img {
    display: none;
  }
}
.iz25__head .h3 .lg {
  display: none;
}
@media  all and (min-width: 1200px) {
  .iz25__head .h3 .lg {
    display: block;
    height: 58px;
  }
}
@media  all and (min-width: 540px) {
  .iz25__head .h4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200%;
    background: url(/assets/spec/izmeni_soznanie_2025/img/h4.png) 25% center no-repeat;
    background-size: auto 110%;
  }
}
@media  all and (min-width: 1200px) {
  .iz25__head .h4 {
    background-position: 680px center;
    background-size: auto 148%;
  }
}
.iz25__head .h5 {
  display: none;
}
@media  all and (min-width: 540px) {
  .iz25__head .h5 {
    display: block;
    position: absolute;
    right: 24px;
    top: 68px;
  }
}
@media  all and (min-width: 1200px) {
  .iz25__head .h5 {
    display: none;
  }
}
@media  all and (min-width: 1400px) {
  .iz25__head .h5 {
    display: block;
    right: 0;
    top: 24px;
  }
}
.iz25__head .h5 img {
  width: 22px;
}
@media  all and (min-width: 1200px) {
  .iz25__head .h5 img {
    width: 28px;
  }
}
.iz25__collage-wrap {
  margin-left: -12px;
  margin-right: -12px;
}
@media  all and (min-width: 540px) {
  .iz25__collage-wrap {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media  all and (min-width: 768px) {
  .iz25__collage-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.iz25__collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 4px;
  grid-auto-rows: minmax(160px, auto);
  grid-auto-flow: dense;
}
.iz25__collage__item {
  position: relative;
  overflow: hidden;
  background: #0c0a05;
  min-height: 100px;
}
.iz25__collage__pic {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.1) rotate(2deg);
  transition: all ease 0.5s;
}
.iz25__collage__pic.loaded {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.iz25__collage [data-ratio="2"] {
  grid-column-end: span 1;
  grid-row-end: span 2;
  min-height: 120px;
}
@media  all and (min-width: 1600px) {
  .iz25__collage [data-ratio="2"] {
    grid-column-end: span 1;
    grid-row-end: span 2;
    min-height: 140px;
  }
}
.iz25__collage [data-ratio="3"] {
  grid-column-end: span 1;
  grid-row-end: span 2;
  min-height: 150px;
}
@media  all and (min-width: 1600px) {
  .iz25__collage [data-ratio="3"] {
    grid-column-end: span 1;
    grid-row-end: span 2;
    min-height: 180px;
  }
}
.iz25__collage__item-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Ограничиваем до 2 строк */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 3em;
  /* Пример высоты на 2 строки (в зависимости от line-height) */
  line-height: 1.5em;
  /* Высота одной строки */
  transition: max-height 0.5s ease;
  overflow: hidden;
  pointer-events: none;
}
.iz25__collage__item-desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, transparent, transparent, #000);
  pointer-events: none;
}
.iz25__collage__item-down {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 4px;
  font-size: 11px;
  background-size: 20px;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  filter: invert(1);
  opacity: 0.3;
  transition: all ease 0.3s;
}
.iz25__collage__item:hover .iz25__collage__item-desc {
  -webkit-line-clamp: unset;
  /* Снимаем ограничение */
  max-height: 170px;
  /* Задайте значение, достаточное для всего текста */
}
.iz25__collage__item:hover .iz25__collage__item-desc:before {
  background: none;
}
.iz25__collage__item:hover .iz25__collage__item-down {
  opacity: 1;
}
.iz25__text-grid {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 0;
}
.iz25__vrez-out {
  color: #fff;
  padding: 80px 0 80px;
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
}
@media  all and (min-width: 540px) {
  .iz25__vrez-out {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media  all and (min-width: 768px) {
  .iz25__vrez-out {
    margin-left: 0;
    margin-right: 0;
  }
}
@media  all and (min-width: 1024px) {
  .iz25__vrez-out {
    padding: 80px 0 100px;
  }
}
.iz25__vrez {
  position: relative;
  color: #fff;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
}
.iz25__vrez__pers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  perspective: 800px;
  /* Перспектива — чем меньше значение, тем сильнее 3D-эффект */
  transform-style: preserve-3d;
  transform-origin: center;
  transform: scale(1.12);
}
@media  all and (min-width: 768px) {
  .iz25__vrez__pers {
    transform: scale(1.2);
  }
}
.iz25__vrez__pers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #141414;
  transform-origin: center;
  transform: rotateY(-14deg) rotateZ(0.7deg);
}
@media  all and (min-width: 768px) {
  .iz25__vrez__pers:before {
    transform: rotateY(-14deg) rotateZ(0.8deg);
  }
}
@media  all and (min-width: 1024px) {
  .iz25__vrez__pers:before {
    transform: rotateY(-14deg) rotateZ(2deg);
  }
}
.iz25__vrez__head {
  font-weight: 700;
}
.iz25__vrez__text {
  font-weight: 300;
  font-size: 16px;
}
.iz25__vrez__in {
  position: relative;
  z-index: 2;
  padding: 0 32px;
}
@media  all and (min-width: 768px) {
  .iz25__vrez__in {
    padding: 20px 40px;
  }
}
@media  all and (min-width: 1024px) {
  .iz25__vrez__in {
    padding: 5px 100px;
  }
}
.iz25__partners {
  background: #e8e8e8;
  line-height: 1.8;
  margin-top: -100px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 60px 32px 32px 32px;
}
@media  all and (min-width: 540px) {
  .iz25__partners {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media  all and (min-width: 768px) {
  .iz25__partners {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 40px 40px;
    margin-top: -80px;
  }
}
@media  all and (min-width: 1024px) {
  .iz25__partners {
    padding: 80px 100px 40px;
    margin-top: -120px;
  }
}
.iz25__partners__head {
  font-weight: bold;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin: 24px 0 0;
}
.iz25__ul-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media  all and (min-width: 540px) {
  .iz25__ul-list {
    padding-left: 32px;
  }
}
@media  all and (min-width: 1200px) {
  .iz25__ul-list {
    padding-left: 64px;
  }
}
.iz25__ul-list li {
  position: relative;
  padding-left: 16px;
}
.iz25__ul-list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  margin-right: 12px;
}
.mfp-download,
.iz25__collage__item-down {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1kb3dubG9hZCIgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjEgMTV2NGEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMnYtNCIvPjxwb2x5bGluZSBwb2ludHM9IjcgMTAgMTIgMTUgMTcgMTAiLz48bGluZSB4MT0iMTIiIHgyPSIxMiIgeTE9IjE1IiB5Mj0iMyIvPjwvc3ZnPg==) center center no-repeat;
}
.mfp-download {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 12px;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  filter: invert(1);
}
/*# sourceMappingURL=iz25.css.map */