.Overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.PageLayout {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .PageLayout__up {
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #ae937c;
    bottom: 65px;
    right: 15px;
    border-radius: 50%;
    padding: 10px;
    box-sizing: border-box;
    z-index: 98;
    box-shadow: 0 0 3px -1px;
    transition: transform 250ms ease-in-out;
    transform: translateY(150px);
  }
  .PageLayout__up:after {
    content: '';
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDkyLjAwMiA0OTIuMDAyIiBmaWxsPSIjZmZmZmZmIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTIuMDAyIDQ5Mi4wMDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDg0LjEzNiwzMjguNDczTDI2NC45ODgsMTA5LjMyOWMtNS4wNjQtNS4wNjQtMTEuODE2LTcuODQ0LTE5LjE3Mi03Ljg0NGMtNy4yMDgsMC0xMy45NjQsMi43OC0xOS4wMiw3Ljg0NAoJCQlMNy44NTIsMzI4LjI2NUMyLjc4OCwzMzMuMzMzLDAsMzQwLjA4OSwwLDM0Ny4yOTdjMCw3LjIwOCwyLjc4NCwxMy45NjgsNy44NTIsMTkuMDMybDE2LjEyNCwxNi4xMjQKCQkJYzUuMDY0LDUuMDY0LDExLjgyNCw3Ljg2LDE5LjAzMiw3Ljg2czEzLjk2NC0yLjc5NiwxOS4wMzItNy44NmwxODMuODUyLTE4My44NTJsMTg0LjA1NiwxODQuMDY0CgkJCWM1LjA2NCw1LjA2LDExLjgyLDcuODUyLDE5LjAzMiw3Ljg1MmM3LjIwOCwwLDEzLjk2LTIuNzkyLDE5LjAyOC03Ljg1MmwxNi4xMjgtMTYuMTMyCgkJCUM0OTQuNjI0LDM1Ni4wNDEsNDk0LjYyNCwzMzguOTY1LDQ4NC4xMzYsMzI4LjQ3M3oiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .PageLayout__up_visible {
    transform: translateY(0);
  }
}
.PageLayout__breadcrumbs {
  margin: 0 1rem 1.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  .PageLayout__breadcrumbs {
    margin: 0 1rem 1rem 1rem;
  }
}
.PageLayout__content {
  width: 100%;
}
.PageLayout__section {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .PageLayout__section_aside-right {
    flex-direction: column-reverse;
  }
}
.PageLayout__section_aside-right .PageLayout__content {
  width: calc(100% - 270px - 1rem);
}
@media only screen and (max-width: 768px) {
  .PageLayout__section_aside-right .PageLayout__content {
    width: 100%;
  }
}
.PageLayout__section_aside-left .PageLayout__content {
  width: calc(100% - 270px - 1rem);
}
@media only screen and (max-width: 768px) {
  .PageLayout__section_aside-left .PageLayout__content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .PageLayout__section_aside-right-mob-hidden .PageLayout__aside-right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .PageLayout__section_aside-right-mob-hidden .PageLayout__content {
    width: 100%;
  }
}
.PageLayout__aside-left {
  max-width: calc(270px - 1rem);
  min-width: calc(200px - 1rem);
  width: 30vw;
  margin-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .PageLayout__aside-left {
    display: none;
  }
}
.PageLayout__aside-right {
  width: 270px;
  margin-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .PageLayout__aside-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    transition: transform 250ms cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #fff;
    height: 100vh;
    width: 80%;
    max-width: 300px;
    transform: translateX(110%);
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .PageLayout__aside-right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .PageLayout__aside-right_open {
    transform: translateX(0);
  }
}
.PageLayout__header {
  margin: 0 1rem 2rem 1rem;
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .PageLayout__header {
    margin: 0 1rem 1rem 1rem;
  }
}
.PageLayout__sub-header {
  position: relative;
  top: -10px;
  padding-left: 0.5rem;
}
.PageLayout__overlay {
  z-index: 100;
}

.PageLayoutContent {
  margin: 0 1rem;
}
.PageLayoutContent_is-fit {
  max-width: 400px;
}
.PageLayoutContent_offset-top {
  margin-top: 1rem;
}
.PageLayoutContent_offset-bottom {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .PageLayoutContent_is-mob-full-width {
    margin-left: 0;
    margin-right: 0;
  }
}

.Image {
  max-width: 100%;
}
.Image_contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.Image_cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.Image_full-width {
  width: 100%;
}
.Image_as-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.Image_rounded {
  border-radius: 5px;
}
.Image__error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Ik0yOC41LDEySDQuNUE0LjUxLDQuNTEsMCwwLDAsMCwxNi41djI0QTQuNTEsNC41MSwwLDAsMCw0LjUsNDVoMjRBNC41MSw0LjUxLDAsMCwwLDMzLDQwLjV2LTI0QTQuNTEsNC41MSwwLDAsMCwyOC41LDEyWk04LDE2YTMsMywwLDEsMS0zLDNBMywzLDAsMCwxLDgsMTZaTTI4Ljc3LDQxSDUuMjNhMS4yNCwxLjI0LDAsMCwxLTEuMDYtMS44N0wxMC40LDI4Ljc2YTEuMjQsMS4yNCwwLDAsMSwyLjEyLDBMMTMuODMsMzFsNC40OS03LjQ3YTEuMjQsMS4yNCwwLDAsMSwyLjEyLDBsOS4zOSwxNS42NEExLjI0LDEuMjQsMCwwLDEsMjguNzcsNDFaIiBmaWxsPSIjZDJkMmQyIi8+CiAgICA8cGF0aCBkPSJNMTIsNC41djRoM3YtNEExLjUsMS41LDAsMCwxLDE2LjUsM2gyNEExLjUsMS41LDAsMCwxLDQyLDQuNXYyNEExLjUsMS41LDAsMCwxLDQwLjUsMzBoLTR2M2g0QTQuNTEsNC41MSwwLDAsMCw0NSwyOC41VjQuNUE0LjUxLDQuNTEsMCwwLDAsNDAuNSwwaC0yNEE0LjUxLDQuNTEsMCwwLDAsMTIsNC41WiIgZmlsbD0iI2QyZDJkMiIvPgogIDwvZz4KPC9zdmc+Cg==);
  background-color: #f1f2f4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.PageLayoutAside {
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .PageLayoutAside {
    overflow-y: auto;
    height: 100%;
    border-radius: 0;
  }
}
.PageLayoutAside_inner-offset {
  padding: 1.5rem;
}
.PageLayoutAside_color-primary {
  background-color: #d4b390;
}
.PageLayoutAside_color-gray {
  background-color: #eae9e9;
}
.PageLayoutAside_is-sticky {
  position: sticky;
  top: 100px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .PageLayoutAside_is-sticky {
    position: static;
    top: 0;
    margin-bottom: 0;
  }
}
.PageLayoutAside_without-padding {
  padding: 0;
}
.PageLayoutAside__header {
  margin-bottom: 1rem;
}
.PageLayoutAside__body {
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.PageLayoutAsideLink {
  display: block !important;
  font-size: 15px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  cursor: pointer;
  border-left: 2px solid transparent;
  margin: 3px 0;
  transition: 200ms all;
  color: #fff;
  text-decoration: none;
}
.PageLayoutAsideLink:hover,
.PageLayoutAsideLink.active {
  text-decoration: none;
  border-color: #fff;
}

/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  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: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #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: flex;
  justify-content: 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%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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;
}

.FullScreenGallery {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.96);
  width: 100%;
  height: 100%;
}
.FullScreenGallery__main {
  height: 100%;
}
.FullScreenGallery__main-slider {
  height: 100%;
}
.FullScreenGallery__main-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.FullScreenGallery__main-slide-img {
  height: 100vw;
  max-height: 100%;
}
@media only screen and (max-width: 768px) {
  .FullScreenGallery__main-slide-img {
    height: 100%;
  }
}
.FullScreenGallery__close {
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0Ny45NzEgNDcuOTcxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ny45NzEgNDcuOTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI4LjIyOCwyMy45ODZMNDcuMDkyLDUuMTIyYzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJjLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMEwyMy45ODYsMTkuNzQ0TDUuMTIxLDAuODgKCQljLTEuMTcyLTEuMTcyLTMuMDctMS4xNzItNC4yNDIsMGMtMS4xNzIsMS4xNzEtMS4xNzIsMy4wNzEsMCw0LjI0MmwxOC44NjUsMTguODY0TDAuODc5LDQyLjg1Yy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQyCgkJQzEuNDY1LDQ3LjY3NywyLjIzMyw0Ny45NywzLDQ3Ljk3czEuNTM1LTAuMjkzLDIuMTIxLTAuODc5bDE4Ljg2NS0xOC44NjRMNDIuODUsNDcuMDkxYzAuNTg2LDAuNTg2LDEuMzU0LDAuODc5LDIuMTIxLDAuODc5CgkJczEuNTM1LTAuMjkzLDIuMTIxLTAuODc5YzEuMTcyLTEuMTcxLDEuMTcyLTMuMDcxLDAtNC4yNDJMMjguMjI4LDIzLjk4NnoiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-left: auto;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 250ms;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}
.FullScreenGallery__close:hover {
  opacity: 1;
}
.FullScreenGallery__next,
.FullScreenGallery__prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
  outline: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  transition: 250ms all;
  transform: scale(1.01) translateY(-50%);
  box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 0 1px 2px rgba(0,0,0,0.18);
}
@media only screen and (max-width: 768px) {
  .FullScreenGallery__next,
  .FullScreenGallery__prev {
    display: none;
  }
}
.FullScreenGallery__next:after,
.FullScreenGallery__prev:after {
  content: '';
  display: block;
  position: relative;
  width: 17px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.FullScreenGallery__next:hover,
.FullScreenGallery__prev:hover {
  opacity: 1;
  transform: scale(1.1) translateY(-50%);
}
.FullScreenGallery__next.swiper-button-disabled:hover,
.FullScreenGallery__prev.swiper-button-disabled:hover {
  opacity: 0.7;
  cursor: auto;
  transform: scale(1.01) translateY(-50%) !important;
}
.FullScreenGallery__next {
  right: 10px;
}
.FullScreenGallery__next:after {
  left: 50%;
  transform: translateX(-50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCiAgICAgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zODIuNjc4LDIyNi44MDRMMTYzLjczLDcuODZDMTU4LjY2NiwyLjc5MiwxNTEuOTA2LDAsMTQ0LjY5OCwwcy0xMy45NjgsMi43OTItMTkuMDMyLDcuODZsLTE2LjEyNCwxNi4xMgoJCQljLTEwLjQ5MiwxMC41MDQtMTAuNDkyLDI3LjU3NiwwLDM4LjA2NEwyOTMuMzk4LDI0NS45bC0xODQuMDYsMTg0LjA2Yy01LjA2NCw1LjA2OC03Ljg2LDExLjgyNC03Ljg2LDE5LjAyOAoJCQljMCw3LjIxMiwyLjc5NiwxMy45NjgsNy44NiwxOS4wNGwxNi4xMjQsMTYuMTE2YzUuMDY4LDUuMDY4LDExLjgyNCw3Ljg2LDE5LjAzMiw3Ljg2czEzLjk2OC0yLjc5MiwxOS4wMzItNy44NkwzODIuNjc4LDI2NQoJCQljNS4wNzYtNS4wODQsNy44NjQtMTEuODcyLDcuODQ4LTE5LjA4OEMzOTAuNTQyLDIzOC42NjgsMzg3Ljc1NCwyMzEuODg0LDM4Mi42NzgsMjI2LjgwNHoiLz4KCTwvZz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgo8L3N2Zz4K);
}
.FullScreenGallery__prev {
  left: 10px;
}
.FullScreenGallery__prev:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCiAgICAgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zODIuNjc4LDIyNi44MDRMMTYzLjczLDcuODZDMTU4LjY2NiwyLjc5MiwxNTEuOTA2LDAsMTQ0LjY5OCwwcy0xMy45NjgsMi43OTItMTkuMDMyLDcuODZsLTE2LjEyNCwxNi4xMgoJCQljLTEwLjQ5MiwxMC41MDQtMTAuNDkyLDI3LjU3NiwwLDM4LjA2NEwyOTMuMzk4LDI0NS45bC0xODQuMDYsMTg0LjA2Yy01LjA2NCw1LjA2OC03Ljg2LDExLjgyNC03Ljg2LDE5LjAyOAoJCQljMCw3LjIxMiwyLjc5NiwxMy45NjgsNy44NiwxOS4wNGwxNi4xMjQsMTYuMTE2YzUuMDY4LDUuMDY4LDExLjgyNCw3Ljg2LDE5LjAzMiw3Ljg2czEzLjk2OC0yLjc5MiwxOS4wMzItNy44NkwzODIuNjc4LDI2NQoJCQljNS4wNzYtNS4wODQsNy44NjQtMTEuODcyLDcuODQ4LTE5LjA4OEMzOTAuNTQyLDIzOC42NjgsMzg3Ljc1NCwyMzEuODg0LDM4Mi42NzgsMjI2LjgwNHoiLz4KCTwvZz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgogICAgPGc+CjwvZz4KICAgIDxnPgo8L2c+CiAgICA8Zz4KPC9nPgo8L3N2Zz4K);
  transform: rotate(180deg) translateX(-50%);
}

.Button {
  padding: 0.5rem 1.5rem;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 250ms linear;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Button_theme-white {
  background-color: #fff;
  border-color: #fff;
  color: #3e3a39;
}
.Button_theme-white:focus {
  border-color: #ef7f1a !important;
}
.Button_theme-white:hover {
  border-color: #ef7f1a !important;
  background-color: #eae9e9;
}
.Button_theme-white:active {
  background: #eae9e9;
}
.Button_theme-white.Button_disabled {
  background: #eae9e9;
  border-color: #eae9e9;
  cursor: default;
}
.Button_theme-primary {
  background-color: #d4b390;
  border-color: transparent;
  color: #fff;
}
.Button_theme-primary:focus {
  background-color: #ae937c;
}
.Button_theme-primary:hover {
  background-color: #ae937c;
}
.Button_theme-primary:active {
  background-color: #ae937c;
}
.Button_theme-primary.Button_disabled {
  background: #c6b3a3;
  cursor: default;
}
.Button_transparent {
  background-color: transparent;
}
.Button_transparent.Button_theme-white {
  color: #fff;
}
.Button_transparent.Button_theme-white:focus,
.Button_transparent.Button_theme-white:hover {
  background-color: transparent !important;
}
.Button_block {
  width: 100%;
}
.Button_bordered.Button_theme-white {
  border-color: #ccc;
}

.Paragraph {
  margin: 0;
  margin-bottom: 1rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #544f4e;
  line-height: 1.5;
}
.Paragraph_align-left {
  text-align: left;
}
.Paragraph_align-right {
  text-align: right;
}
.Paragraph_align-center {
  text-align: center;
}
.Paragraph_center {
  text-align: center;
}
.Paragraph_italic {
  font-style: italic;
}
.Paragraph_level-1 {
  font-size: 10px;
}
.Paragraph_level-2 {
  font-size: 12px;
}
.Paragraph_level-3 {
  font-size: 14px;
}
.Paragraph_level-4 {
  font-size: 16px;
}
.Paragraph_level-5 {
  font-size: 18px;
}
.Paragraph_level-6 {
  font-size: 20px;
}
.Paragraph_level-7 {
  font-size: 30px;
}
.Paragraph_color-white {
  color: #fff;
}

.PhotosGallery__spoiler {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.PhotosGallery__spoiler_hide {
  max-height: 100%;
}
.PhotosGallery__spoiler-button {
  text-align: center;
}
.PhotosGallery__photo {
  border-radius: 3px;
  margin: 5px;
  background-color: #eae9e9;
  background: linear-gradient(-45deg, #d2d2d2, #eae9e9, #adadad);
  background-size: 400% 400%;
}
.PhotosGallery__image {
  border-radius: 3px;
  opacity: 0;
}
.PhotosGallery__image_load {
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.PhotosGallery__image_activate {
  cursor: pointer;
}
.PhotosGallery__spoiler-shadow {
  height: 230px;
  pointer-events: none;
  background: transparent;
  background: linear-gradient(transparent 0%, #fff 80%);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.Breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
}

.BreadcrumbsItem {
  display: flex;
  margin-top: 5px;
}
.BreadcrumbsItem__link {
  white-space: nowrap;
}
.BreadcrumbsItem__text {
  color: #3e3a39;
  max-width: 165px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.BreadcrumbsItem__separator {
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
}


/*# sourceMappingURL=f202550b77b763077052d0506008915758351696_CSS.2d859da7.chunk.css.map*/