.text-gallery-block .block-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.text-gallery-block .block-right,
.text-gallery-block .block-left {
  width: 48%;
}
.text-gallery-block .block-left {
  padding-left: calc((100% - 1170px) / 2);
}
.text-gallery-block .block-left p,
.text-gallery-block .block-left li {
  margin-bottom: 20px;
  color: #070D12;
  font-size: 16px;
  font-weight: 400;
  line-height: 177%;
}
.text-gallery-block .block-right__bot {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.text-gallery-block .gallery-slider {
  overflow: hidden;
  height: 530px;
}
.text-gallery-block .image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 90/53;
  height: 100%;
}
.text-gallery-block .pseudo-thumb {
  object-fit: cover;
  width: 100%;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}
.text-gallery-block .pseudo-thumb-1 {
  aspect-ratio: 27/20;
  width: 29%;
  max-width: 270px;
  max-height: 190px;
}
.text-gallery-block .pseudo-thumb.hidden {
  opacity: 0;
  pointer-events: none;
}
.text-gallery-block .thumbs-holder {
  position: absolute;
  left: 25%;
  top: 45%;
  transform: translateY(-50%);
  width: 40%;
}
.text-gallery-block .thumbs-holder .thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.text-gallery-block .thumbs-holder .pseudo-thumb {
  aspect-ratio: 15/10;
}
.text-gallery-block .swiper-pagination {
  bottom: 0;
}
.text-gallery-block .swiper-pagination-bullet {
  background: transparent;
  height: unset;
  width: unset;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 110.5%;
  color: #A6B1C0;
  opacity: 1;
  transition: 0.3s;
}
.text-gallery-block .swiper-pagination-bullet:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  top: 12px;
  right: -110px;
  background: var(--main);
  pointer-events: none;
  opacity: 0;
  border-radius: 5px;
  transition: 0.3s;
}
.text-gallery-block .swiper-pagination-bullet-active:last-child:before {
  display: none;
}
.text-gallery-block .swiper-pagination-bullet-active {
  color: var(--main);
  margin-right: 120px !important;
}
.text-gallery-block .swiper-pagination-bullet-active:before {
  opacity: 1;
}
@media (max-width: 1700px) {
  .text-gallery-block .swiper-pagination {
    left: 5%;
  }
}
@media (max-width: 1400px) {
  .text-gallery-block .gallery-slider {
    height: 400px;
  }
  .text-gallery-block .block-left p, .text-gallery-block .block-left li {
    line-height: 130%;
  }
  .text-gallery-block .swiper-pagination-bullet:before {
    width: 60px;
    right: -70px;
  }
  .text-gallery-block .swiper-pagination-bullet-active {
    margin-right: 80px !important;
  }
}
@media (max-width: 1240px) {
  .text-gallery-block .block-left {
    padding-left: 15px;
  }
  .text-gallery-block .thumbs-holder {
    width: 70%;
  }
  .text-gallery-block .pseudo-thumb-1 {
    width: 100%;
  }
  .text-gallery-block .swiper-pagination {
    bottom: -35px;
  }
  .text-gallery-block .block-holder {
    margin-bottom: 40px;
  }
}
@media (max-width: 996px) {
  .text-gallery-block .block-holder {
    flex-direction: column;
  }
  .text-gallery-block .block-left {
    padding: 0 15px;
  }
  .text-gallery-block .block-left,
  .text-gallery-block .block-right {
    width: 100%;
  }
  .text-gallery-block .pseudo-thumb-1 {
    height: 200px;
  }
  .text-gallery-block .thumbs-holder .pseudo-thumb {
    max-height: 190px;
  }
  .text-gallery-block .swiper-pagination {
    left: 0;
  }
  .text-gallery-block .thumbs-holder {
    top: 50%;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .text-gallery-block .thumbs-holder {
    width: 67%;
  }
}
@media (max-width: 498px) {
  .text-gallery-block .pseudo-thumb-1 {
    max-width: 180px;
    max-height: 140px;
  }
  .text-gallery-block .thumbs-holder {
    width: 75%;
  }
  .text-gallery-block .swiper-pagination-bullet {
    font-size: 16px;
  }
  .text-gallery-block .swiper-pagination-bullet:before {
    width: 30px;
    right: -35px;
    top: 7px;
  }
  .text-gallery-block .swiper-pagination-bullet-active {
    margin-right: 38px !important;
  }
  .text-gallery-block .swiper-pagination-bullet:last-child {
    margin-right: 0px !important;
  }
}
/*# sourceMappingURL=block.css.map */
