.superhumans_gallery__section {
  padding: 40px 0 80px;
  margin-top: 64px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .superhumans_gallery__section {
    padding: 40px 0 40px;
  }
}
.superhumans_gallery__section .row_title {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .row_title {
    margin-bottom: 0px;
  }
}
.superhumans_gallery__section .row_title:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.superhumans_gallery__section .row_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  border-top: 0.3px solid #0b0b0a;
  opacity: 30%;
}
.superhumans_gallery__section .row_title h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 57.6px;
  letter-spacing: -1px;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .row_title h2 {
    font-size: 32px;
    line-height: 38.4px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.superhumans_gallery__section .row_title p.text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  color: #2d2d2a;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .row_title p.text {
    padding-bottom: 24px;
  }
}
.superhumans_gallery__section .row_title .tabs {
  margin: 0 auto 56px;
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 0.3px solid rgba(0, 0, 0, 0.3019607843);
  width: -moz-max-content;
  width: 700px;
  border-radius: 400px;
}
.superhumans_gallery__section .row_title .tabs button {
  background: rgba(11, 11, 10, 0.1);
  padding: 12px 24px;
  border-radius: 8px;
  min-width: 244px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0;
  text-align: center;
  color: #0b0b0a;
	width:100%;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .row_title .tabs button {
    min-width: 105px;
  }
	.superhumans_gallery__section .row_title .tabs {
		width:360px;
	}
}
.superhumans_gallery__section .row_title .tabs button:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.superhumans_gallery__section .row_title .tabs button:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.superhumans_gallery__section .row_title .tabs button.active {
  background: #8a52ac;
  color: #fff;
}
.superhumans_gallery__section .swiper-superhumans {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 48px;
  padding-bottom: 110px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper {
  height: inherit;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide {
  width: 32.0267%;
  background: white;
  border-radius: 16px;
  padding: 0px;
  height: auto;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large {
  width: 49.02%;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img {
  gap: 10px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .top-img {
  aspect-ratio: 392/256;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .top-img {
    aspect-ratio: 228/226;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .top-img img {
  aspect-ratio: 392/256;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .top-img img {
    aspect-ratio: 228/226;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .right-img {
  aspect-ratio: 200/256;
  overflow: hidden;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  border-radius: 12px;
  border: 0.3px solid #ebebea;
  max-width: 33.33%;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .right-img {
    aspect-ratio: 114/226;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .right-img img {
  aspect-ratio: 200/256;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-top-img .right-img img {
    aspect-ratio: 114/226;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-bottom-img {
  aspect-ratio: 600/256;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-bottom-img {
    aspect-ratio: 361/226;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-bottom-img img {
  aspect-ratio: 600/256;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide.large .slide .bg-bottom-img img {
    aspect-ratio: 361/226;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img {
  display: flex;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img .top-img {
  position: relative;
  aspect-ratio: 392/328;
  overflow: hidden;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  border-radius: 12px;
  border: 0.3px solid #ebebea;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img .top-img {
    aspect-ratio: 361/296;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img .top-img .titleblock {
  position: absolute;
  background: rgba(255, 255, 255, 0.6509803922);
  padding: 4px 12px;
  border-radius: 400px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  top: 8px;
  right: 8px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img .top-img .titleblock .slide-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #8a52ac;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img .top-img .titleblock .slide-title {
    font-size: 14px;
    line-height: 21px;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img .top-img img {
  aspect-ratio: 392/328;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-top-img .top-img img {
    aspect-ratio: 361/296;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-bottom-img {
  position: relative;
  aspect-ratio: 392/184;
  overflow: overlay;
  box-shadow: 0px 4px 18px 2px rgba(7, 7, 7, 0.05);
  border-radius: 12px;
  border: 0.3px solid #ebebea;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-bottom-img {
    aspect-ratio: 361/160;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-bottom-img .titleblock {
  position: absolute;
  background: rgba(255, 255, 255, 0.6509803922);
  padding: 4px 12px;
  border-radius: 400px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 2px 24px 2px rgba(126, 160, 160, 0.1);
  top: 8px;
  right: 8px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-bottom-img .titleblock .slide-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #8a52ac;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-bottom-img .titleblock .slide-title {
    font-size: 14px;
    line-height: 21px;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-bottom-img img {
  aspect-ratio: 392/184;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-wrapper .swiper-slide .slide .bg-bottom-img img {
    aspect-ratio: 361/160;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-pagination {
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 50px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-pagination .swiper-pagination-bullet {
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.superhumans_gallery__section .swiper-superhumans .swiper-pagination .swiper-pagination-bullet-active {
  width: 8.42px;
  height: 8.42px;
  border-radius: 40px;
  background: linear-gradient(0deg, #111111, #111111), linear-gradient(0deg, rgba(19, 5, 1, 0.25), rgba(19, 5, 1, 0.25));
}
.superhumans_gallery__section .swiper-superhumans .swiper-button-next,
.superhumans_gallery__section .swiper-superhumans .swiper-button-prev {
  bottom: 30px;
  top: unset;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 2px 18px 2px rgba(7, 7, 7, 0.05);
}
@media (max-width: 767px) {
  .superhumans_gallery__section .swiper-superhumans .swiper-button-next,
  .superhumans_gallery__section .swiper-superhumans .swiper-button-prev {
    display: none;
  }
}
.superhumans_gallery__section .swiper-superhumans .swiper-button-prev {
  left: unset;
  right: 156px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-button-prev:after {
  content: none;
}
.superhumans_gallery__section .swiper-superhumans .swiper-button-next {
  right: 104px;
}
.superhumans_gallery__section .swiper-superhumans .swiper-button-next:after {
  content: none;
}
.superhumans_gallery__section .desktop {
  display: block;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .desktop {
    display: none;
  }
}
.superhumans_gallery__section .mobile {
  display: none;
}
@media (max-width: 767px) {
  .superhumans_gallery__section .mobile {
    display: block;
  }
}/*# sourceMappingURL=superhumans_gallery_section.css.map */