@charset "UTF-8";
.gallery-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  font-size: 126rem;
  line-height: 1.06;
  font-family: "Spectral", sans-serif;
  letter-spacing: -0.01em; }
  @media (max-width: 1024px) {
    .gallery-title {
      font-size: 67rem; } }
  @media (max-width: 599px) {
    .gallery-title {
      font-size: 54rem;
      line-height: 1.06; } }

.gallery-line {
  width: 100%;
  height: 1rem;
  background: currentColor;
  opacity: 0.3; }

.gallery-name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 40rem;
  line-height: 1.34;
  letter-spacing: -0.025em; }
  @media (max-width: 1024px) {
    .gallery-name {
      font-size: 18rem; } }
  @media (max-width: 599px) {
    .gallery-name {
      margin-bottom: -0.1em;
      padding-bottom: 0.1em;
      line-height: 1;
      letter-spacing: 0.01em; } }

.gallery-descr {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18rem;
  line-height: 1.64;
  letter-spacing: 0.01em;
  max-height: 300rem;
  padding-right: 10rem; }
  .gallery-descr .scroll-content {
    min-height: 0; }
  @media (max-width: 1024px) {
    .gallery-descr {
      font-size: 14rem;
      max-height: 100rem; } }
  @media (max-width: 599px) {
    .gallery-descr {
      font-size: 14rem;
      line-height: 1.1875; } }
  .gallery-descr.gallery-descr_sold {
    font-weight: 600;
    color: #000; }

.gallery-text {
  display: -webkit-box;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 400;
  font-size: 14rem;
  line-height: 1.142;
  letter-spacing: -0.02em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
  @media (max-width: 1024px) {
    .gallery-text {
      font-size: 7rem; } }
  @media (max-width: 599px) {
    .gallery-text {
      font-size: 14rem; } }

.gallery-pic {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: currentColor;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 0;
  filter: drop-shadow(2rem 4rem 12rem rgba(0, 0, 0, 0.28)) drop-shadow(0rem 0rem 5rem rgba(0, 0, 0, 0.38)); }
  @media (max-width: 1024px) {
    .gallery-pic {
      filter: drop-shadow(1rem 2rem 5rem rgba(0, 0, 0, 0.28)) drop-shadow(0rem 0rem 2rem rgba(0, 0, 0, 0.38)); } }
  .gallery-pic__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    @media (any-hover: hover), (hover: hover) and (pointer: fine) {
      .gallery-pic:hover .gallery-pic__img {
        transform: scale(0.95); } }

.gallery-pagination {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 40rem;
  line-height: 1.34;
  letter-spacing: -0.025em; }
  @media (max-width: 1024px) {
    .gallery-pagination {
      font-size: 21rem; } }
  @media (max-width: 599px) {
    .gallery-pagination {
      font-size: 14rem;
      line-height: 1; } }
  .gallery-pagination__current {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    height: 1.34em;
    overflow: hidden;
    text-align: right; }
    @media (max-width: 599px) {
      .gallery-pagination__current {
        height: 1em; } }
    .gallery-pagination__current:not(:last-child) {
      margin-right: 0.2em; }
  .gallery-pagination__item {
    flex-shrink: 0; }
  .gallery-pagination__total {
    display: inline-flex;
    align-items: center;
    opacity: 0.2; }
    .gallery-pagination__total::before {
      margin-right: 0.2em;
      content: "—"; }

.gallery-top__title {
  line-height: 1;
  text-align: center; }
  .gallery-top__title:not(:last-child) {
    margin-bottom: 80rem; }
    @media (max-width: 1024px) {
      .gallery-top__title:not(:last-child) {
        margin-bottom: 43rem; } }
    @media (max-width: 599px) {
      .gallery-top__title:not(:last-child) {
        margin-bottom: 64rem; } }

@media (max-width: 599px) {
  .gallery-info {
    text-align: center; } }

.gallery-info__title {
  position: relative;
  padding-bottom: 34rem;
  line-height: 1; }
  @media (max-width: 1024px) {
    .gallery-info__title {
      padding-bottom: 20rem; } }
  @media (max-width: 599px) {
    .gallery-info__title {
      padding-bottom: 16rem; } }
  .gallery-info__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: currentColor;
    content: "";
    opacity: 0.2; }
  .gallery-info__title:not(:last-child) {
    margin-bottom: 34rem; }
    @media (max-width: 1024px) {
      .gallery-info__title:not(:last-child) {
        margin-bottom: 20rem; } }
    @media (max-width: 599px) {
      .gallery-info__title:not(:last-child) {
        margin-bottom: 12rem; } }

.gallery-info__descr {
  line-height: 1;
  max-height: 300rem;
  padding-right: 10rem; }
  .gallery-info__descr .scroll-content {
    min-height: 0; }
  @media (max-width: 1024px) {
    .gallery-info__descr {
      font-size: 14rem;
      max-height: 100rem; } }
  .gallery-info__descr:not(:last-child) {
    margin-bottom: 34rem; }
    @media (max-width: 1024px) {
      .gallery-info__descr:not(:last-child) {
        margin-bottom: 20rem; } }

.gallery-info__text {
  color: #5e5e5c;
  line-height: 1; }
  .gallery-info__text:not(:last-child) {
    margin-bottom: 34rem; }
    @media (max-width: 1024px) {
      .gallery-info__text:not(:last-child) {
        margin-bottom: 20rem; } }

.gallery-info__btn {
  max-width: 189rem;
  line-height: 1; }
  @media (max-width: 1024px) {
    .gallery-info__btn {
      max-width: 100rem; } }
  @media (max-width: 599px) {
    .gallery-info__btn {
      max-width: 167rem;
      margin-right: auto;
      margin-left: auto; } }

.gallery-about {
  position: relative;
  width: 100%;
  height: 100%; }
  .gallery-about__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gallery-about__item {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%; }
    @media (max-width: 599px) {
      .gallery-about__item {
        justify-content: flex-end;
        padding: 36rem 30rem; } }

.gallery-images {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10; }
  @media (max-width: 599px) {
    .gallery-images {
      transform: translateY(-30%); } }
  .gallery-images__list {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  .gallery-images__item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    padding: 0 12rem; }
    @media (max-width: 599px) {
      .gallery-images__item:first-child {
        transform: translateY(50%); } }

.gallery-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%; }
  @media (max-width: 599px) {
    .gallery-nav {
      flex-direction: row;
      height: auto; } }
  .gallery-nav__pagination {
    line-height: 1; }
    .gallery-nav__pagination:not(:last-child) {
      margin-bottom: 223rem; }
      @media (max-width: 1024px) {
        .gallery-nav__pagination:not(:last-child) {
          margin-bottom: 120rem; } }
      @media (max-width: 599px) {
        .gallery-nav__pagination:not(:last-child) {
          margin-right: 16rem;
          margin-bottom: 0; } }
  .gallery-nav__nav {
    line-height: 1; }
    @media (max-width: 599px) {
      .gallery-nav__nav {
        margin-left: auto; } }

.gallery-inner {
  display: flex;
  height: 732rem;
  padding: 70rem 40rem; }
  @media (max-width: 1024px) {
    .gallery-inner {
      height: 390rem;
      padding: 37rem 20rem; } }
  @media (max-width: 599px) {
    .gallery-inner {
      flex-direction: column;
      height: auto;
      padding: 16rem 0; } }
  .gallery-inner__about {
    z-index: 1;
    position: relative;
    width: calc(50% - 394rem);
    height: 100%;
    padding-right: 50rem;
    mix-blend-mode: difference; }
    @media (max-width: 1024px) {
      .gallery-inner__about {
        width: calc(50% - 214rem);
        padding-right: 23rem; } }
    @media (max-width: 599px) {
      .gallery-inner__about {
        width: 100%;
        height: 55vh;
        padding-right: 0; } }
  .gallery-inner__images {
    display: flex;
    align-items: flex-end;
    width: 788rem;
    height: 100%; }
    @media (max-width: 1024px) {
      .gallery-inner__images {
        width: 428rem; } }
    @media (max-width: 599px) {
      .gallery-inner__images {
        order: -1;
        width: 341rem;
        height: 250rem;
        margin: 0 auto; } }
  .gallery-inner__nav {
    z-index: 1;
    position: relative;
    width: calc(50% - 394rem);
    height: 100%;
    padding-bottom: 34rem;
    padding-left: 50rem;
    mix-blend-mode: difference; }
    @media (max-width: 1024px) {
      .gallery-inner__nav {
        width: calc(50% - 214rem);
        padding-bottom: 20rem;
        padding-left: 23rem; } }
    @media (max-width: 599px) {
      .gallery-inner__nav {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        padding-left: 0; } }

.gallery-wrapper {
  min-height: 100vh;
  min-height: 100svh; }

.gallery {
  padding-top: 180rem; }
  @media (max-width: 1024px) {
    .gallery {
      padding-top: 96rem; } }
  @media (max-width: 599px) {
    .gallery {
      padding-top: 128rem; } }
  .gallery .scroll-content {
    min-height: 0; }

/*# sourceMappingURL=gallery.css.map */
