/* Page Background =====> */
.page-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-background_pc {
}
.page-background_mobile {
  display: none;
}
.page-background img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
/* Page Background <===== */



/* Page Container =====> */
.page-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
}
.page-container .main-block-page {
  min-height: 200px;
}
/* Page Container <===== */



/* Section =====> */
.section {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
}
.section__title {
  font-family: 'Oranienbaum', serif;
  font-size: 32px;
  color: #2F2F2F;
}
.section__title h1,
.section__title h2,
.section__title h3,
.section__title h4,
.section__title h5,
.section__title h6 {
  font-size: 32px;
  font-weight: 400;
}
.section__title_center {
  text-align: center;
}
.section__title_padding {
  padding-bottom: 40px;
}
.section__title_padding:last-child {
  padding-bottom: 0;
}
.section__action-button {
  text-align: center;
}
.section__action-button a,
.section__action-button input,
.section__action-button button {
  font-size: 26px;
  font-weight: 700;
  color: #2F2F2F;
}
.section__action-button input,
.section__action-button button {
  padding: 0;
  border: 0;
  background: transparent;
}
.section__action-button a:hover,
.section__action-button input:hover,
.section__action-button button:hover {
  text-decoration: underline;
}
/* Section <===== */



/* Popup Block =====> */
.popup-block {
  position: relative;
  width: 440px;
  max-width: 90%;
  border-radius: 27px;
  overflow: hidden;
  background-color: #F3F1EE;
  margin: auto;
  padding-bottom: 60px;
}
.mfp-container {
  position: fixed;
}
.mfp-content {
  max-height: 100vh;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.popup-block__close-button {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.popup-block__close-button button {
  position: relative;
  opacity: 1;
}
.popup-block__close-button button:active {
  top: 0;
}
.popup-block__close-button button svg {
  transform-origin: center;
  transform: rotate(0);
  transition: .3s ease-in-out;
}
.popup-block__close-button button:hover svg {
  transform: rotate(90deg);
}
/* Popup Block <===== */



/* Page Header =====> */
.page-header {
  position: relative;
  padding: 35px 120px;
  z-index: 3;
}
.page-header__logo {
  font-family: 'Oranienbaum', serif;
  font-size: 48px;
  text-align: center;
}
.page-header__logo a {
  color: #000;
  text-decoration: none;
}
/* Page Header <===== */



/* Main Block Page =====> */
.main-block-page {
  position: relative;
}
/* Main Block Page <===== */



/* Main Menu =====> */
.main-menu {
  position: fixed;
  top: 45px;
  left: 120px;
  z-index: 4;
}
.main-menu__button button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.main-menu__button button span {
  display: block;
  width: 9px;
  height: 9px;
  background-color: #2C2C2C;
  border-radius: 50%;
  margin-top: 9px;
  margin-right: 9px;
  transition: background-color .5s;
}
.main-menu__button span:nth-child(-n+3) {
  margin-top: 0;
}
.main-menu__button span:nth-child(3n) {
  margin-right: 0;
}
.main-menu__button.opened span:nth-child(2n) {
  background-color: transparent;
}
.main-menu__list {
  margin-top: 35px;
  max-height: calc(100vh - 285px);
  overflow-y: auto;
}
.main-menu__list ul {
  padding: 20px 0 10px 30px;
  border-left: 2px solid #2F2F2F;
}
.main-menu__list ul li {
  padding: 10px 0;
}
.main-menu__list ul li a {
  color: #2F2F2F;
  font-size: 22px;
  font-weight: 700;
}
.main-menu__list ul li a:hover,
.main-menu__list ul li.current-menu-item a {
  text-decoration: underline;
}
/* Main Menu <===== */



/* Showcase Video =====> */
.showcase-video {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 200px;
  margin-top: -123px;
  overflow: hidden;
}
.showcase-video-item {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}
.showcase-video_mobile {
  display: none;
}
#detach-button-host {
  display: none !important;
}
/* Showcase Video <===== */



/* Showcase =====> */
.showcase {
}
.showcase-list {
  margin: -25px -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.showcase-item {
  flex: 0 0 435px;
  width: 435px;
  padding: 25px 15px;
  text-align: center;
}
.showcase-item__inner {
  display: block;
  color: #3D3D3D;
}
.showcase-item__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.showcase-item__img-container {
  position: relative;
  display: flex;
  left: 0;
  transition: left .5s ease-in-out;
}
.showcase-item__img_animated:hover .showcase-item__img-container {
  left: -100%;
}
.showcase-item__img-item {
  display: block;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
}
.showcase-item__img-item::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.showcase-item__img-item img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.showcase-item__title {
  display: block;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #3D3D3D;
}
.showcase-item__title a {
  color: #3D3D3D;
}
.showcase-item__price {
  display: block;
  padding-top: 5px;
  font-size: 18px;
  line-height: 1.35;
  color: #3D3D3D;
}
.showcase__load-more {
  padding-top: 50px;
}
.showcase__no-products-found {
  text-align: center;
}
/* Showcase <===== */



/* Product Section =====> */
.product-section {
}
.product-section__row {
  display: flex;
  flex-wrap: wrap;
}
.product-section__gallery {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
}
.product-section__gallery .swiper .swiper-wrapper {
  align-items: center;
}
.product-section__gallery .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.product-section__content {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 15px;
  color: #404040;
}
.product-section__title,
.product-section__title h1,
.product-section__title h2,
.product-section__title h3,
.product-section__title h4,
.product-section__title h5,
.product-section__title h6 {
  font-size: 32px;
  font-weight: 700;
}
.product-section__description {
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.4;
}
.product-section__description:first-child {
  padding-top: 0;
}
.product-section__options {
  padding-top: 30px;
  font-size: 18px;
  line-height: 1.4;
}
.product-section__options:first-child {
  padding-top: 0;
}
.product-section__options-item {
  padding-top: 10px;
}
.product-section__options-item:first-child {
  padding-top: 0;
}
.product-section__options-item-title {
  display: inline;
  font-weight: 700;
}
.product-section__options-item-value {
  display: inline;
}
.product-section__price {
  padding-top: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #3D3D3D;
  line-height: 1.4;
}
.product-section__price:first-child {
  padding-top: 0;
}
/* Product Section <===== */



/* Product Locations =====> */
.product-locations {
  padding-top: 0;
  text-align: center;
}
.product-locations-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #3D3D3D;
}
.product-locations-title img {
  margin-right: 10px;
  vertical-align: middle;
}
.product-locations-list {
  padding-top: 20px;
}
.product-locations-list:first-child {
  padding-top: 0;
}
.product-locations-list__item {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #404040;
}
.product-locations-list__item a,
.product-locations-list__item input,
.product-locations-list__item button {
  border: 0;
  padding: 0;
  background: transparent;
  font-family: 'Fixel', sans-serif;
  color: #404040;
  text-decoration: underline;
}
.product-locations-list__item a:hover,
.product-locations-list__item input:hover,
.product-locations-list__item button:hover {
  text-decoration: none;
}
/* Product Locations <===== */



/* Back To Showcase =====> */
.back-to-showcase {
  padding-top: 0;
}
/* Back To Showcase <===== */



/* Back To Showcase =====> */
.location-popup .location-block {
  display: block;
}
.location-popup .location-block__map {
  width: 100%;
}
.location-popup .location-block__info {
  padding: 25px 30px 0;
  text-align: center;
}
.location-popup .location-block__info:first-child {
  padding-top: 0;
}
/* Back To Showcase <===== */



/* Locations Page =====> */
.locations-page {
}
.locations-list {
  width: 550px;
  max-width: 100%;
  padding-top: 40px;
  margin: 0 auto;
}
.locations-item:not(:first-child) {
  padding-top: 30px;
}
/* Locations Page <===== */



/* Location Block =====> */
.location-block {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.location-block__map {
  position: relative;
  flex: 0 0 260px;
  width: 260px;
}
.location-block__map::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.location-block__map iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 27px;
}
.location-block__info {
  flex: 1 1 auto;
  padding-left: 45px;
}
.location-block__info:first-child {
  padding-left: 0;
}
.location-block__info-item {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #404040;
}
.location-block__info-item:first-child {
  padding-top: 0;
}
.location-block__info-item strong {
  font-weight: 700;
}
.location-block__info-item a {
  color: #404040;
}
.location-block__info-item a:hover {
  text-decoration: underline;
}
/* Location Block <===== */



/* Simple Text Page =====> */
.text-page {
  width: 610px;
}
/* Simple Text Page <===== */



/* Page 404 =====> */
.section-404 {
  text-align: center;
}
.section-404__img img {
  width: auto;
  height: auto;
  max-width: 80%;
}
.section-404__text {
  padding-top: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.section-404__text:first-child {
  padding-top: 0;
}
/* Page 404 <===== */



/* Page Footer =====> */
.page-footer {
  position: relative;
  padding: 0 120px 30px;
  margin-top: auto;
}
.page-footer__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 55px;
}
.page-footer__logo {
  flex: 20% 0 0;
  text-align: center;
}
.page-footer__link {
  flex: 40% 0 0;
  font-size: 22px;
  font-weight: 700;
  color: #2F2F2F;
}
.page-footer__link a {
  color: #2F2F2F;
}
.page-footer__link a:hover {
  text-decoration: underline;
}
.page-footer__left {
}
.page-footer__right {
  text-align: right;
}
.page-footer__copyright {
  padding-top: 10px;
  border-top: 1px solid #454545;
  text-align: center;
  font-size: 12px;
}
/* Page Footer <===== */
