html {
  font-size: 1px;
}
@media screen and (min-width: 766px) and (max-width: 1440px) {
  html {
    font-size: calc(100vw / 1440);
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: calc(100vw / 390);
  }
}
.bl-another_blocks {
  margin-top: 150rem;
  padding: 0 calc((100% - 1440rem) / 2);
}
.bl-another_blocks .in {
  padding: 60rem 60rem 70rem;
  margin: 0;
  max-width: none;
}
.bl-another_blocks .in .title {
  font-size: 48rem;
  line-height: 55.15rem;
  font-weight: 700;
}
.bl-another_blocks .in .row {
  margin-top: 40rem;
  display: flex;
  gap: 30rem;
  flex-wrap: wrap;
}
.bl-another_blocks .in .row .item {
  width: calc((100% - 60rem) / 3);
  background-color: #fff;
  border-radius: 10rem;
  position: relative;
  box-shadow: 0 0 20rem 7rem #eee;
}
.bl-another_blocks .in .row .item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15rem;
  position: relative;
}
.bl-another_blocks .in .row .item a .img {
  height: 257rem;
}
.bl-another_blocks .in .row .item a img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10rem 10rem 0 0;
}
.bl-another_blocks .in .row .item a .t {
  margin-top: 15rem;
  font-size: 20rem;
  line-height: 24.6rem;
  font-weight: 700;
  padding: 0 30rem;
}
.bl-another_blocks .in .row .item a .text {
  font-size: 20rem;
  line-height: 22.98rem;
  padding: 0 30rem 50rem;
}
.bl-another_blocks .in .row .item a:after {
  content: "";
  opacity: 0;
  background-image: url(/cases/planogram/img/bl8i1.png);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 257rem;
  transition: 0.3s ease-out;
}
.bl-another_blocks .in .row .item a:hover:after {
  opacity: 1;
}
.bl-another_blocks .in .row .item:after {
  content: "";
  position: absolute;
  top: 194rem;
  right: 16rem;
  background-image: url(/cases/planogram/img/go.png);
  background-size: cover;
  width: 47rem;
  height: 47rem;
  z-index: 2;
}
@media screen and (max-width: 765px) {
  .bl-another_blocks {
    margin-top: 60rem;
  }
  .bl-another_blocks .in {
    padding: 30rem 20rem 40rem;
  }
  .bl-another_blocks .in .title {
    font-size: 32rem;
    line-height: 36.77rem;
  }
  .bl-another_blocks .in .row {
    margin-top: 30rem;
    flex-direction: column;
  }
  .bl-another_blocks .in .row .item {
    width: 100%;
  }
  .bl-another_blocks .in .row .item a {
    width: 100%;
    gap: 15rem;
  }
  .bl-another_blocks .in .row .item a .img {
    height: 214rem;
  }
  .bl-another_blocks .in .row .item a .t {
    margin-top: 5rem;
    font-size: 20rem;
    line-height: 24.6rem;
    padding: 0 30rem;
  }
  .bl-another_blocks .in .row .item a .text {
    font-size: 20rem;
    line-height: 22.98rem;
    padding: 0 30rem 25rem;
  }
  .bl-another_blocks .in .row .item:after {
    top: 150rem;
  }
}
/*# sourceMappingURL=another_blocks.css.map */