@charset "UTF-8";
.cafe {
  position: relative;
}
.cafe__gallery {
  display: flex;
  gap: 10px;
  min-height: 400px;
  justify-content: space-between;
}
.cafe__gallery .left-block {
  display: flex;
  gap: 10px;
  position: relative;
}
.cafe__gallery .left-block .item-block {
  max-width: 198px;
}
.cafe__gallery .left-block .item-block__one {
  text-align: center;
  position: absolute;
  top: 150px;
  left: 30px;
  transform: rotate(5deg);
  max-width: 196px;
}
.cafe__gallery .left-block .item-block__one h3 {
  color: var(--bg-alt-stroke);
  margin-bottom: 5px;
  text-transform: none;
}
.cafe__gallery .left-block .item-block__two {
  position: absolute;
  top: 300px;
  right: 100px;
  transform: rotate(-5deg);
  text-align: center;
  max-width: 196px;
}
.cafe__gallery .left-block .item-block__two h3 {
  color: var(--bg-alt-stroke);
  margin-bottom: 5px;
  text-transform: none;
}
.cafe__gallery .right-block {
  display: flex;
  gap: 10px;
  position: relative;
}
.cafe__gallery .right-block .item-block {
  max-width: 198px;
}
.cafe__gallery .right-block .item-block__three {
  position: absolute;
  bottom: 30px;
  right: 60px;
  text-align: center;
  max-width: 196px;
}
.cafe__gallery .right-block .item-block__three h3 {
  color: var(--bg-alt-stroke);
  margin-bottom: 5px;
  text-transform: none;
}
.cafe__gallery .right-block .item-block__three img {
  height: 36px;
  width: 20px;
}
.cafe__gallery img {
  max-height: 123px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 230px;
}
.cafe__gallery .big-image {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.cafe__gallery .big-image img {
  width: 750px;
  height: 400px;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.cafe__gallery .big-image-wrapper {
  position: relative;
  width: 750px;
  height: 400px;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.cafe__gallery .big-image-wrapper::after {
  content: "Работаем с 9:00 до 19:00";
  position: absolute;
  background-color: var(--hover-second);
  color: var(--text-primary-main);
  font-family: var(--font-family-third);
  padding: 4px 10px;
  transform: rotate(-3deg);
  bottom: -10px;
  right: -20px;
  z-index: 1;
  font-size: 20px;
}
.cafe p {
  text-align: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.cafe .block-padding {
  padding-bottom: 40px;
}

.cafe::before {
  content: "";
  background-image: url(/wp-content/uploads/2026/04/vector-20.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 205px;
  left: 0;
  top: 40%;
  z-index: -1;
}

.block-title.cafe-block {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .cafe {
    display: none;
  }
}/*# sourceMappingURL=block.css.map */