.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "SchulbuchNord";
  src: url(../fonts/c1cfb2faf86e3cdd87f405c253f441ea.otf) format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "SchulbuchNord";
  src: url(../fonts/d5602f17c9a87a5d481fed02232c44b9.otf) format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "TSTARMonoRound";
  src: url(../fonts/437a40f640f2daaf2b58213c9425ad17.otf) format("opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "TSTARMonoRound";
  src: url(../fonts/66c0d864a9fb46759283894f9a9f474b.otf) format("opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "TSTARMonoRound";
  src: url(../fonts/bdcafb66d1b910d7a7fcc25067758c78.otf) format("opentype");
  font-weight: 400;
  font-style: normal; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  font-family: "TSTARMonoRound", "Arial", sans-serif;
  font-weight: 400; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 420px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 760px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; } }
  .container--mosaic {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 420px) {
      .container--mosaic {
        padding-left: 30px;
        padding-right: 10px; } }
    @media (min-width: 760px) {
      .container--mosaic {
        padding-left: 60px;
        padding-right: 10px; } }
    @media (min-width: 1440px) {
      .container--mosaic {
        padding-left: 60px;
        padding-right: 30px; } }
  @media (min-width: 1560px) {
    .container--big-monitor {
      max-width: none;
      padding-left: 80px;
      padding-right: 80px; } }

.body {
  position: relative;
  background-color: #f2f2f2; }
  .body--second {
    background-color: #ffffff; }
    .body--second .btn-toggle--active {
      background-color: #ffffff; }
  .body--no-overflow {
    overflow: hidden; }

.body.js-mob-menu-active {
  overflow: hidden; }

.section-wrapper {
  position: relative;
  background-color: #ffffff;
  z-index: 100; }
  .section-wrapper--invert {
    background-color: #f2f2f2; }

.page__heading {
  margin: 0;
  padding: 60px 0 40px;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "TSTARMonoRound"; }
  @media (min-width: 760px) {
    .page__heading {
      padding: 100px 0 40px; } }

.page__top {
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 10; }
  @media (min-width: 1024px) {
    .page__top {
      top: 140px; } }

.page__content {
  position: relative;
  padding-top: 100px; }
  @media (min-width: 1024px) {
    .page__content {
      padding-top: 140px; } }
  .page__content--slider {
    padding-top: 100vh; }

.page__content-wrapper {
  position: relative;
  background-color: #ffffff;
  z-index: 100; }
  .page__content-wrapper--second {
    background-color: #f2f2f2; }

video::-webkit-media-controls-panel {
  background-image: none !important;
  filter: brightness(0.6); }

video:focus {
  outline: 0; }

.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: 0; }
  .btn--loadmore {
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: opacity .3s;
    color: #000000;
    z-index: 20;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: normal;
    font-family: "SchulbuchNord"; }

.btn-toggle {
  display: flex;
  position: fixed;
  right: 30px;
  top: 27px;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
  border-radius: 50%;
  padding: 5px;
  background-color: #f2f2f2; }
  @media (min-width: 760px) {
    .btn-toggle {
      right: 60px; } }
  @media (min-width: 1024px) {
    .btn-toggle {
      display: none; } }
  .btn-toggle::after {
    content: ""; }
  .btn-toggle:focus {
    outline: 0; }
  .btn-toggle__line {
    width: 16px;
    border-top: 1px solid #000000; }
    .btn-toggle__line:nth-child(n+2) {
      margin-top: 4px; }
  .btn-toggle--active {
    border-radius: 50%;
    background-color: #f2f2f2; }
    .btn-toggle--active::after {
      content: "\00D7";
      display: flex;
      width: 20px;
      height: 20px;
      justify-content: center;
      align-items: center;
      font-weight: 300;
      font-size: 3rem;
      line-height: normal;
      font-family: "TSTARMonoRound"; }
    .btn-toggle--active .btn-toggle__line {
      display: none; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  text-align: center;
  z-index: 300; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.blocker .modal {
  visibility: visible;
  display: inline-block !important;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 15px 10px; }
  @media (min-width: 420px) {
    .blocker .modal {
      padding: 75px 30px 15px; } }
  @media (min-width: 520px) {
    .blocker .modal {
      padding: 40px 80px; } }
  @media (min-width: 760px) {
    .blocker .modal {
      padding: 40px 120px; } }

.modal {
  display: block !important;
  visibility: hidden;
  width: 100%;
  height: 0;
  vertical-align: middle;
  position: relative;
  padding: 0;
  z-index: 2;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: left;
  overflow: hidden; }

.modal a.close-modal {
  display: flex;
  position: absolute;
  top: 27px;
  right: 30px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #f2f2f2;
  z-index: 5;
  color: #000000;
  transition: background-color .3s; }
  @media (min-width: 760px) {
    .modal a.close-modal {
      top: 27px;
      right: 60px; } }
  .modal a.close-modal:hover, .modal a.close-modal:focus {
    background-color: #d5d5d5; }
  .modal a.close-modal::after {
    content: "\00D7";
    display: block;
    font-weight: 300;
    font-size: 3rem;
    line-height: normal;
    font-family: "TSTARMonoRound"; }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.nav__mob-contacts {
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .nav__mob-contacts {
      display: none; } }

.nav__mobile-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 40px 20px 15px;
  height: 100%;
  overflow-y: scroll; }
  @media (min-width: 420px) {
    .nav__mobile-content {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 760px) {
    .nav__mobile-content {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1024px) {
    .nav__mobile-content {
      height: auto;
      padding: 0;
      overflow-y: visible; } }

.nav__mobile-nav {
  position: fixed;
  left: -1200px;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  transition: left .3s ease-in-out;
  z-index: 150; }
  @media (min-width: 1024px) {
    .nav__mobile-nav {
      position: fixed;
      right: 60px;
      left: auto;
      top: 40px;
      width: auto;
      height: auto;
      padding-top: 0;
      background-color: transparent;
      z-index: 50; } }
  .nav__mobile-nav--active {
    left: 0; }

.nav__menu {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  list-style-type: none; }
  @media (min-width: 1024px) {
    .nav__menu {
      flex-direction: row;
      max-width: 280px;
      margin: 0;
      padding: 0;
      flex-wrap: wrap;
      list-style-type: none; } }

.nav__item, .nav .menu-item {
  flex-shrink: 0;
  text-decoration: none; }
  .nav__item:nth-child(n+2), .nav .menu-item:nth-child(n+2) {
    border-top: 1px solid #f2f2f2; }
    @media (min-width: 1024px) {
      .nav__item:nth-child(n+2), .nav .menu-item:nth-child(n+2) {
        border: 0; } }
  .nav__item a, .nav .menu-item a {
    display: block;
    padding: 15px 0 0;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    opacity: 1;
    transition: opacity .3s;
    font-size: 18px;
    line-height: 1.78;
    font-family: "TSTARMonoRound"; }
    .nav__item a:hover, .nav .menu-item a:hover {
      opacity: 0.6; }
    @media (min-width: 1024px) {
      .nav__item a, .nav .menu-item a {
        font-size: 12px;
        line-height: 1.67;
        font-family: "TSTARMonoRound";
        width: 140px;
        padding: 0 0 0 20px; } }

@media (min-width: 1024px) {
  .nav__item--news {
    display: none; } }

@media (min-width: 1024px) {
  .nav__item--instagram {
    display: none; } }

.nav__item--instagram a::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 6px;
  background: url(../icons/f320325c87ccb2cb611de4ec0d0485d2.svg) no-repeat center/contain; }

.nav .current-menu-item a {
  font-weight: 700; }

body.portraits .nav__item.portraits a {
  font-weight: 700; }

body.series .nav__item.series a {
  font-weight: 700; }

body.commissions .nav__item.commissions a {
  font-weight: 700; }

.contacts {
  display: flex;
  flex-wrap: wrap;
  min-height: 220px; }
  @media (min-width: 760px) {
    .contacts {
      justify-content: space-between; } }
  .contacts__item {
    min-width: 250px;
    margin-bottom: 30px; }
    @media (min-width: 760px) {
      .contacts__item {
        width: 46%;
        margin-bottom: 80px; } }
    @media (min-width: 1200px) {
      .contacts__item {
        width: auto; } }
    @media (min-width: 1440px) {
      .contacts__item {
        width: 23%;
        min-width: 230px;
        max-width: 300px;
        padding-right: 40px; } }
  .contacts__heading {
    margin: 0;
    text-transform: uppercase;
    line-height: 1.67;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: normal;
    font-family: "TSTARMonoRound"; }
    @media (min-width: 760px) {
      .contacts__heading {
        margin: 0 0 20px; } }
    .contacts__heading--mobile {
      margin: 0 0 5px; }
  .contacts__address {
    display: block;
    margin: 5px 0;
    color: #a0a0a0;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: normal;
    font-family: "SchulbuchNord"; }

.footer-about {
  display: flex;
  color: #a0a0a0;
  font-size: 1.2rem;
  line-height: normal;
  font-family: "SchulbuchNord"; }
  .footer-about__item {
    display: block;
    margin: 0;
    padding-right: 10px;
    color: inherit;
    text-decoration: none; }
    .footer-about__item:nth-child(1n+2) {
      padding-left: 10px;
      border-left: 1px solid #a0a0a0; }

.main-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  height: calc(var(--vh, 1vh) * 100 - 100px); }
  @media (min-width: 1024px) {
    .main-slider {
      height: calc(100vh - 140px);
      height: calc(var(--vh, 1vh) * 100  - 140px); } }
  .main-slider__video-cover {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: flex-end;
    align-items: flex-end;
    opacity: 0.4;
    transition: opacity 1.3s;
    z-index: 10; }
    .main-slider__video-cover--active + .main-slider__thumb-img {
      opacity: 0 !important; }
  .main-slider__video-play-image {
    width: auto;
    height: 20%;
    max-height: 50px; }
  .main-slider__play-btn-image {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    z-index: 10; }
  .main-slider--modal {
    height: 100%; }
    .main-slider--modal .main-slider__top-slide {
      display: flex;
      justify-content: center;
      align-items: center; }
    .main-slider--modal .main-slider__top {
      width: 100%; }
    .main-slider--modal .main-slider__img {
      height: calc(100% - 70px);
      width: 100%;
      background-color: #ffffff; }
      @media (min-width: 420px) {
        .main-slider--modal .main-slider__img {
          height: 100%; } }
    .main-slider--modal .main-slider__next {
      top: 42%;
      right: -40px; }
    .main-slider--modal .main-slider__prev {
      top: 42%;
      left: -40px; }
  .main-slider .swiper-button-disabled {
    opacity: 0; }
  .main-slider--front .swiper-button-disabled {
    opacity: 1; }
  .main-slider__top {
    position: relative;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1; }
  .main-slider__thumbnails {
    padding-bottom: 60px; }
  .main-slider__img {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding: 5px;
    height: calc(100% - 100px);
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform .2s;
    background-color: #ffffff;
    object-fit: contain;
    background-image: url("data:image/gif;base64,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"); }
    @media (min-width: 1024px) {
      .main-slider__img {
        height: calc(100% - 100px); } }
    @media (min-width: 1120px) {
      .main-slider__img {
        max-width: 920px; } }
    @media (min-width: 1440px) {
      .main-slider__img {
        max-width: calc(100% - 160px); } }
  .main-slider__video {
    display: block; }
  .main-slider__options {
    width: calc(100% - 50px);
    height: 100px;
    padding: 20px 0 40px;
    background-color: white; }
  .main-slider__scroll {
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 40px;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    line-height: inherit;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    transition: background .3s;
    z-index: 20;
    background: url(../icons/e420e4f345fcb4e7569d94f1a0a9cf7c.svg) no-repeat right/21px;
    font-size: 4rem;
    line-height: inherit;
    font-family: "TSTARMonoRound"; }
    .main-slider__scroll:focus {
      outline: 0; }
  .main-slider__year {
    margin: 0 0 2px;
    font-weight: 300;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: "TSTARMonoRound"; }
    @media (min-width: 760px) {
      .main-slider__year {
        margin: 0;
        line-height: 2rem; } }
  .main-slider__description {
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.45;
    font-family: "TSTARMonoRound"; }
    @media (min-width: 760px) {
      .main-slider__description {
        line-height: 1.67; } }
  .main-slider__thumb {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .main-slider__thumb-card {
    display: block;
    width: auto !important;
    max-width: 46%;
    margin-right: 10px;
    margin-bottom: 8px;
    cursor: pointer;
    text-decoration: none;
    transform: scale(1);
    transition: transform .3s; }
    @media (min-width: 560px) {
      .main-slider__thumb-card {
        max-width: 300px;
        margin-right: 20px;
        margin-bottom: 16px; } }
    @media (min-width: 760px) {
      .main-slider__thumb-card {
        margin-right: 40px;
        margin-bottom: 34px; } }
    @media (min-width: 1020px) {
      .main-slider__thumb-card {
        margin-right: 30px;
        margin-bottom: 26px; } }
    @media (min-width: 1440px) {
      .main-slider__thumb-card {
        margin-right: 40px;
        margin-bottom: 34px; } }
    .main-slider__thumb-card:hover {
      transform: scale(1.05); }
  .main-slider__thumb-img {
    max-width: 100%;
    height: 120px;
    object-fit: cover;
    transform: scale(1);
    opacity: 0.4;
    transition: transform .3s, opacity 1.3s; }
    @media (min-width: 760px) {
      .main-slider__thumb-img {
        height: 220px; } }
    @media (min-width: 1020px) {
      .main-slider__thumb-img {
        height: 210px; } }
    @media (min-width: 1440px) {
      .main-slider__thumb-img {
        height: 220px; } }
  .main-slider__next, .main-slider__prev {
    position: absolute;
    display: flex;
    width: 40px;
    height: 60px;
    top: calc(50% - 80px);
    justify-content: center;
    align-items: center;
    transform: scale(1);
    opacity: 1;
    transition: transform .4s, opacity .3s;
    font-weight: 300;
    cursor: pointer;
    color: #000000;
    z-index: 10;
    background-image: none;
    font-size: 3rem;
    line-height: normal;
    font-family: inherit; }
    @media (min-width: 1px) and (max-width: 1119px) {
      .main-slider__next, .main-slider__prev {
        display: none; } }
    .main-slider__next:focus, .main-slider__prev:focus {
      outline: 0; }
  .main-slider__prev {
    left: 0;
    opacity: 0.6; }
    .main-slider__prev:hover {
      transform: scale(1.1);
      opacity: 1; }
  .main-slider__next {
    right: 0;
    opacity: 0.6; }
    .main-slider__next:hover {
      transform: scale(1.1);
      opacity: 1; }

.gallery-slider {
  position: relative;
  padding: 60px 0 160px;
  overflow: hidden; }
  .gallery-slider--latest-work {
    padding-bottom: 100px; }
  .gallery-slider__heading {
    display: flex;
    margin-bottom: 45px;
    justify-content: space-between;
    align-items: center; }
  .gallery-slider .page__heading {
    padding: 0; }
  .gallery-slider__buttons {
    display: flex;
    width: 80px;
    justify-content: space-between;
    align-items: center; }
  .gallery-slider__prev, .gallery-slider__next {
    font-weight: 300;
    cursor: pointer;
    color: #000000;
    background-image: none;
    opacity: 1;
    transition: opacity .3s;
    font-size: 3rem;
    line-height: normal;
    font-family: inherit; }
    .gallery-slider__prev:focus, .gallery-slider__next:focus {
      outline: 0; }
  .gallery-slider__card .gallery-card__date {
    margin: 15px 0 0; }
  .gallery-slider__card-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    transform: scale(1);
    transition: transform .3s; }
    .gallery-slider__card-img:hover {
      transform: scale(1.03); }

.swiper-button-disabled {
  opacity: 0.3;
  touch-action: none; }

.news {
  margin-bottom: 80px; }
  @media (min-width: 1020px) and (max-width: 1440px) {
    .news {
      margin-bottom: 125px; } }
  .news__hero-img {
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
  .news__hero-video {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    object-fit: cover; }

.instagram {
  margin-bottom: 30px; }
  @media (min-width: 1440px) {
    .instagram {
      margin-bottom: 100px; } }
  .instagram #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 460px) {
      .instagram #sb_instagram #sbi_images {
        justify-content: space-around; } }
  .instagram #sb_instagram #sbi_images .sbi_item {
    width: 48% !important;
    max-width: 180px !important;
    max-height: 180px !important;
    margin-bottom: 40px !important;
    flex-shrink: 0; }
    @media (min-width: 1440px) {
      .instagram #sb_instagram #sbi_images .sbi_item {
        width: 45% !important; } }
  .instagram #sb_instagram .sbi_photo {
    max-width: 180px !important;
    max-height: 180px !important; }

.about {
  margin-bottom: 100px; }
  .about img {
    margin-top: 80px; }

.article__heading {
  margin-top: 0;
  margin-bottom: 18px;
  color: #313030;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.33;
  font-family: "TSTARMonoRound"; }

.article__date {
  display: none;
  margin-bottom: 40px;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: normal;
  font-family: "TSTARMonoRound"; }
  @media (min-width: 760px) {
    .article__date {
      display: flex;
      margin-bottom: 45px; } }
  .article__date::before {
    content: "";
    width: 40px;
    margin-right: 5px;
    border-top: 1px solid #000000; }

.article__content {
  color: rgba(0, 0, 0, 0.28); }
  .article__content img {
    max-width: 100%;
    height: auto; }
  .article__content p, .article__content pre {
    margin-bottom: 20px;
    white-space: pre-wrap;
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: "SchulbuchNord"; }
  .article__content a {
    color: rgba(0, 0, 0, 0.28);
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: "SchulbuchNord"; }
  .article__content .wp-block-image {
    margin: 0; }

.awards-list__item {
  display: flex;
  align-items: flex-start;
  color: rgba(0, 0, 0, 0.28); }

.awards-list__date {
  width: 60px;
  margin-right: 20px;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "TSTARMonoRound"; }

.awards-list__text {
  display: flex;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.28);
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "SchulbuchNord"; }

.awards-list__link {
  color: rgba(0, 0, 0, 0.28);
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "SchulbuchNord"; }
  .awards-list__link::after {
    content: ', ';
    white-space: pre; }
  .awards-list__link:last-child::after {
    content: none; }

.page-gallery {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 420px) {
    .page-gallery {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start; } }
  .page-gallery .btn--loadmore {
    height: auto; }
    @media (min-width: 420px) {
      .page-gallery .btn--loadmore {
        margin-right: 200px; } }
    @media (min-width: 760px) {
      .page-gallery .btn--loadmore {
        margin-right: 0; } }

.gallery-card {
  width: 100%;
  margin-bottom: 14px;
  flex-shrink: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("data:image/gif;base64,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"); }
  @media (min-width: 420px) {
    .gallery-card {
      width: auto;
      max-width: 170px;
      margin-right: 20px; } }
  @media (min-width: 760px) {
    .gallery-card {
      max-width: 300px;
      margin-right: 40px;
      margin-bottom: 36px; } }
  @media (min-width: 1020px) {
    .gallery-card {
      max-width: 280px;
      margin-right: 30px;
      margin-bottom: 28px; } }
  @media (min-width: 1440px) {
    .gallery-card {
      max-width: 300px;
      margin-right: 40px;
      margin-bottom: 36px; } }
  .gallery-card__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1);
    transition: transform .3s; }
    @media (min-width: 420px) {
      .gallery-card__img {
        width: auto;
        max-width: 100%;
        height: 120px;
        object-fit: cover; } }
    @media (min-width: 760px) {
      .gallery-card__img {
        height: 220px; } }
    @media (min-width: 1020px) {
      .gallery-card__img {
        height: 210px; } }
    @media (min-width: 1440px) {
      .gallery-card__img {
        height: 220px; } }
    .gallery-card__img:hover {
      transform: scale(1.05); }
  .gallery-card__date {
    max-width: 90px;
    margin: 5px 0 2px;
    font-weight: 300;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: "TSTARMonoRound"; }
    @media (min-width: 760px) {
      .gallery-card__date {
        margin: 14px 0 0;
        max-width: 150px;
        line-height: 2rem; } }
  .gallery-card__heading {
    max-width: 90px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.45;
    font-family: "TSTARMonoRound"; }
    @media (min-width: 760px) {
      .gallery-card__heading {
        max-width: 150px;
        line-height: 1.67; } }
  .gallery-card__button {
    width: 100%;
    text-align: left; }

.header {
  top: 0;
  width: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 50; }
  .header__content {
    display: flex;
    height: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 1024px) {
      .header__content {
        height: 140px;
        padding-top: 40px;
        padding-bottom: 40px;
        justify-content: space-between;
        align-items: flex-start; } }
  .header--second {
    background-color: #f2f2f2; }
  .header__logo {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: normal;
    font-family: inherit; }
    .header__logo--mob-nav {
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .header__logo--mob-nav {
          display: none; } }
  .header__back-btn {
    position: absolute;
    bottom: 16px;
    padding: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
    opacity: 1;
    transition: opacity .3s;
    font-size: 12px;
    line-height: normal;
    font-family: "TSTARMonoRound"; }
    @media (min-width: 1024px) {
      .header__back-btn {
        bottom: 55px; } }
    .header__back-btn::before {
      content: "";
      display: inline-block;
      position: relative;
      width: 13px;
      height: 15px;
      margin-right: 8px;
      top: 3px;
      transform: rotate(180deg);
      background: url(../icons/f320325c87ccb2cb611de4ec0d0485d2.svg) no-repeat center/contain; }
    .header__back-btn:hover, .header__back-btn:focus {
      opacity: 0.6;
      outline: 0; }
  .header .btn-toggle {
    border-radius: 50%;
    padding: 5px;
    background-color: #f2f2f2; }
    @media (min-width: 1024px) {
      .header .btn-toggle {
        display: none; } }

.js-mob-menu-active .header__back-btn {
  opacity: 0; }

.footer {
  position: relative;
  padding: 40px 0 20px;
  background-color: #f2f2f2;
  z-index: 100; }
  @media (min-width: 1024px) {
    .footer {
      min-height: 180px;
      padding-bottom: 60px;
      padding-top: 100px; } }
  .footer--second {
    background-color: #ffffff; }

.page-single-gallery .gallery-slider {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0; }
  .page-single-gallery .gallery-slider--latest-work {
    padding-bottom: 100px; }
  .page-single-gallery .gallery-slider__heading {
    padding-bottom: 17px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f2f2f2; }
    @media (min-width: 760px) {
      .page-single-gallery .gallery-slider__heading {
        margin-bottom: 60px; } }
    @media (min-width: 1024px) {
      .page-single-gallery .gallery-slider__heading {
        padding-bottom: 37px;
        margin-bottom: 40px; } }
  .page-single-gallery .gallery-slider__heading-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .page-single-gallery .gallery-slider .page__heading {
    padding: 0; }
  .page-single-gallery .gallery-slider__buttons {
    display: flex;
    width: 80px;
    justify-content: space-between;
    align-items: center; }
  .page-single-gallery .gallery-slider__prev, .page-single-gallery .gallery-slider__next {
    font-weight: 300;
    cursor: pointer;
    color: #000000;
    font-size: 3rem;
    line-height: normal;
    font-family: inherit; }
    .page-single-gallery .gallery-slider__prev:focus, .page-single-gallery .gallery-slider__next:focus {
      outline: 0; }
  .page-single-gallery .gallery-slider__card .gallery-card__date {
    margin: 18px 0 2px; }
  .page-single-gallery .gallery-slider__card-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    transform: scale(1);
    transition: transform .3s; }
    .page-single-gallery .gallery-slider__card-img:hover {
      transform: scale(1.03); }
  .page-single-gallery .gallery-slider__slides {
    padding-bottom: 160px;
    overflow: hidden; }

.gallery-intro {
  display: flex;
  flex-direction: column;
  padding: 48px 0 100px; }
  @media (min-width: 760px) {
    .gallery-intro {
      padding: 90px 0; } }
  @media (min-width: 1020px) {
    .gallery-intro {
      padding: 80px 0 40px;
      flex-direction: row;
      justify-content: space-between; } }
  .gallery-intro__main {
    min-width: 30%;
    max-width: 400px; }
  .gallery-intro__text {
    min-width: 38%;
    max-width: 500px; }

.page-contact .instagram {
  margin-top: 30px; }
  @media (min-width: 760px) {
    .page-contact .instagram {
      display: none; } }

.contacts-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .contacts-images__img {
    width: 100%;
    height: 250px;
    margin-bottom: 2rem;
    object-fit: cover; }
    @media (min-width: 420px) {
      .contacts-images__img {
        width: 47%; } }
    @media (min-width: 760px) {
      .contacts-images__img {
        margin-bottom: 5rem; } }
    @media (min-width: 1440px) {
      .contacts-images__img {
        width: 640px;
        height: 560px; } }

.page-about {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1020px) {
    .page-about {
      flex-direction: row;
      justify-content: space-between;
      padding-bottom: 100px; } }
  .page-about .about {
    margin-bottom: 60px; }
    @media (min-width: 760px) {
      .page-about .about {
        width: 78%; } }
    @media (min-width: 1020px) {
      .page-about .about {
        width: 100%;
        margin-bottom: 120px; } }
    .page-about .about img {
      margin: 0; }
      @media (min-width: 760px) {
        .page-about .about img {
          margin-top: 20px; } }
      @media (min-width: 1024px) {
        .page-about .about img {
          margin-top: 60px; } }
  .page-about__tablet-ladscape-only {
    display: none;
    margin-top: 120px; }
    .page-about__tablet-ladscape-only .awards {
      margin-bottom: 120px; }
    @media (min-width: 1020px) and (max-width: 1023px) {
      .page-about__tablet-ladscape-only {
        display: block; } }

.page-column {
  display: block;
  flex-direction: column; }
  @media (min-width: 1020px) {
    .page-column {
      width: 48%; } }
  @media (min-width: 1024px) {
    .page-column {
      display: block;
      width: 33%;
      margin-right: 10px;
      padding-right: 15px; }
      .page-column .ss-wrapper {
        height: calc(100vh - 100px); } }
    @media (min-width: 1024px) and (min-width: 1440px) {
      .page-column .ss-wrapper {
        height: calc(100vh - 140px); } }
  @media (min-width: 1200px) {
    .page-column {
      margin-right: 37px; } }
  .page-column:first-child {
    margin-left: 0; }
  .page-column:last-child {
    margin-right: 0; }
  .page-column--news {
    display: none; }
    @media (min-width: 1020px) {
      .page-column--news {
        display: block; } }
  .page-column--instagram {
    order: 2; }
    @media (min-width: 1020px) and (max-width: 1023px) {
      .page-column--instagram {
        display: none; } }
    @media (min-width: 1024px) {
      .page-column--instagram {
        order: 1; } }
    .page-column--instagram .awards--publications {
      order: 1;
      margin-top: 60px;
      margin-bottom: 100px; }
      @media (min-width: 1024px) {
        .page-column--instagram .awards--publications {
          order: 3; } }
    .page-column--instagram .page-column__header {
      order: 2; }
      @media (min-width: 1024px) {
        .page-column--instagram .page-column__header {
          order: 1; } }
    .page-column--instagram .instagram {
      order: 3;
      margin-bottom: 60px; }
      @media (min-width: 1024px) {
        .page-column--instagram .instagram {
          order: 1; } }
      .page-column--instagram .instagram #sb_instagram #sbi_images {
        justify-content: space-between; }
        @media (min-width: 860px) and (max-width: 1023px) {
          .page-column--instagram .instagram #sb_instagram #sbi_images {
            justify-content: flex-start; } }
      .page-column--instagram .instagram #sb_instagram #sbi_images .sbi_item {
        width: 48% !important;
        max-width: 295px !important;
        max-height: 295px !important;
        margin-bottom: 40px !important;
        flex-shrink: 0; }
        @media (min-width: 860px) {
          .page-column--instagram .instagram #sb_instagram #sbi_images .sbi_item {
            margin-right: 40px !important; } }
        @media (min-width: 1024px) {
          .page-column--instagram .instagram #sb_instagram #sbi_images .sbi_item {
            max-width: 180px !important;
            max-height: 180px !important;
            margin-right: 0 !important; } }
      .page-column--instagram .instagram #sb_instagram .sbi_photo {
        max-width: 295px !important;
        max-height: 295px !important; }
        @media (min-width: 1024px) {
          .page-column--instagram .instagram #sb_instagram .sbi_photo {
            max-width: 180px !important;
            max-height: 180px !important; } }
  .page-column--about {
    order: 1; }
    .page-column--about .article__heading {
      max-width: 400px; }
    .page-column--about .awards {
      margin-bottom: 60px; }
  .page-column__header {
    margin-top: 0;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: normal;
    font-family: "TSTARMonoRound"; }
  .page-column .ss-wrapper {
    padding-top: 60px; }
    @media (min-width: 1020px) {
      .page-column .ss-wrapper {
        padding-top: 100px; } }
  .page-column .ss-scroll {
    width: 5px; }
  .page-column .ss-content {
    padding-right: 18px; }

.page-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 1200px) {
    .page-news__list {
      justify-content: flex-start; } }
  .page-news__list .btn--loadmore {
    width: 100%;
    margin: 0 0 95px; }
    @media (min-width: 760px) {
      .page-news__list .btn--loadmore {
        margin: 0 0 110px; } }
    @media (min-width: 1024px) {
      .page-news__list .btn--loadmore {
        margin: 0 0 50px; } }

.page-news .news {
  width: 100%; }
  @media (min-width: 820px) {
    .page-news .news {
      width: 48%;
      max-width: none; } }
  @media (min-width: 1200px) {
    .page-news .news {
      width: 30%;
      margin-right: 30px; } }

.page-portraits .page-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start; }
  .page-portraits .page-gallery .btn--loadmore {
    height: auto; }
    @media (min-width: 420px) {
      .page-portraits .page-gallery .btn--loadmore {
        margin-right: 200px; } }
    @media (min-width: 760px) {
      .page-portraits .page-gallery .btn--loadmore {
        margin-right: 0; } }

.page-portraits .gallery-card {
  width: auto;
  max-width: 170px;
  margin-right: 8px;
  margin-bottom: 14px;
  flex-shrink: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("data:image/gif;base64,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"); }
  @media (min-width: 360px) {
    .page-portraits .gallery-card {
      margin-right: 12px; } }
  @media (min-width: 380px) {
    .page-portraits .gallery-card {
      margin-right: 15px; } }
  @media (min-width: 420px) {
    .page-portraits .gallery-card {
      width: auto;
      max-width: 170px;
      margin-right: 20px; } }
  @media (min-width: 760px) {
    .page-portraits .gallery-card {
      max-width: 300px;
      margin-right: 40px;
      margin-bottom: 36px; } }
  @media (min-width: 1020px) {
    .page-portraits .gallery-card {
      max-width: 280px;
      margin-right: 30px;
      margin-bottom: 28px; } }
  @media (min-width: 1440px) {
    .page-portraits .gallery-card {
      max-width: 300px;
      margin-right: 40px;
      margin-bottom: 36px; } }
  .page-portraits .gallery-card__img {
    width: auto;
    max-width: 100%;
    height: 120px;
    object-fit: cover;
    transform: scale(1);
    transition: transform .3s; }
    @media (min-width: 420px) {
      .page-portraits .gallery-card__img {
        width: auto;
        max-width: 100%;
        height: 120px;
        object-fit: cover; } }
    @media (min-width: 760px) {
      .page-portraits .gallery-card__img {
        height: 220px; } }
    @media (min-width: 1020px) {
      .page-portraits .gallery-card__img {
        height: 210px; } }
    @media (min-width: 1440px) {
      .page-portraits .gallery-card__img {
        height: 220px; } }
    .page-portraits .gallery-card__img:hover {
      transform: scale(1.05); }
  .page-portraits .gallery-card__date {
    max-width: 90px;
    margin: 14px 0 2px;
    font-weight: 300;
    color: #000000;
    font-size: 1.2rem;
    line-height: 2rem;
    font-family: "TSTARMonoRound"; }
  .page-portraits .gallery-card__heading {
    max-width: 90px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 1.2rem;
    line-height: 1.67;
    font-family: "TSTARMonoRound"; }
  .page-portraits .gallery-card__button {
    width: 100%;
    text-align: left; }

.page-404__heading {
  margin-top: 30px;
  text-align: center;
  font-size: 18px; }

.page-404__return {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  color: #000000; }

.page-404__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

