

/* Start:/brands/wenge/css/wenge.css?17827344409248*/
* {
  position: relative;
  font-family: "Roboto", serif;
  box-sizing: border-box;
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

input {
  outline: none;
}

button {
  outline: none;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  min-width: 320px;
  width: 100%;
  color: #3B3C3B;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-Light.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-Bold.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-Thin.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-LightItalic.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-Italic.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-Regular.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-Medium.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/brands/wenge/css/../fonts/Roboto-Black.woff2") format("woff2"), url("/brands/wenge/css/../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --real100vh: 100vh;
}

html {
  overscroll-behavior: contain;
  overflow-x: hidden;
}

body {
  overscroll-behavior: contain;
  margin: 0;
  overflow: hidden;
}

html,
body {
  position: fixed;
  overflow: hidden;
}

.wenge {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 0;
  overflow: hidden;
  touch-action: manipulation;
  height: var(--real100vh);
}
.wenge * {
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
}
.wenge__wrapper {
  display: flex;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 12px;
}
.wenge__room {
  font-size: 0;
  width: auto;
}
.wenge__background {
  height: 100%;
  width: auto;
  max-width: initial;
}
.wenge__item {
  position: absolute;
  z-index: 3;
}
.wenge__item:hover {
  z-index: 4;
}
.wenge__box {
  webkit-perspective: 1;
  webkit-backface-visibility: none;
}
.wenge__box:hover .wenge__popup {
  opacity: 1;
  pointer-events: initial;
}
.wenge__name {
  font-weight: 400;
  font-size: 31.9123px;
  font-size: 3vh;
  line-height: 1;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 3px 15px 5px 15px;
}
@media screen and (max-width: 620px) {
  .wenge__name {
    font-size: 16px;
  }
}
@media screen and (max-height: 620px) {
  .wenge__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1700px) {
  .wenge__name {
    font-size: 28px;
  }
}
.wenge__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.wenge__svg svg {
  width: 100%;
  height: 100%;
}
.wenge__svg path {
  stroke-width: 2;
}
.wenge__point {
  background-color: red;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.wenge__popup {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 16px;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity linear 0.5s;
}
.wenge__popup:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.wenge__popup:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 100%;
}
.wenge__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.wenge__product {
  display: block;
  width: 90px;
}
@media screen and (max-width: 620px) {
  .wenge__product {
    width: 60px;
  }
}
@media screen and (max-height: 620px) {
  .wenge__product {
    width: 60px;
  }
}
@media screen and (max-height: 300px) {
  .wenge__product {
    width: 45px;
  }
}
.wenge__product:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.37);
  opacity: 0;
  transition: opacity linear 0.5s;
}
.wenge__product:hover:after {
  opacity: 1;
}
.wenge__button {
  display: block;
  background-color: #3B3C3B;
  border-radius: 4px;
  font-weight: 400;
  font-size: 20.7801px;
  line-height: 104.5%;
  color: white;
  text-align: center;
  padding: 7px 0;
  margin-top: 25px;
  text-decoration: none;
}
@media screen and (max-width: 620px) {
  .wenge__button {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-height: 620px) {
  .wenge__button {
    font-size: 14px;
    margin-top: 15px;
  }
}
.wenge__button:hover {
  background-color: #ca4a2d;
}
.wenge-fake {
  position: absolute;
  height: var(--real100vh);
  z-index: 1001;
}
.wenge-fake__room {
  font-size: 0;
  height: 100%;
  overflow: hidden;
}
.wenge-fake__background {
  height: 100%;
  max-width: none;
  opacity: 0;
}
.wenge-fake__element {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  transition: opacity ease-out 2s;
  z-index: 1001;
}
.wenge-fake__element._is-active {
  opacity: 0.5;
}
.wenge-fake__element_0_0 {
  left: 0%;
  transition-delay: 0.1s;
}
.wenge-fake__element_0_1 {
  left: 12.92%;
  transition-delay: 0.3s;
}
.wenge-fake__element_0_2 {
  left: 23.478%;
  transition-delay: 0.2s;
}
.wenge-fake__element_0_3 {
  left: 35.745%;
  transition-delay: 0.4s;
}
.wenge-fake__element_0_4 {
  left: 48.9%;
  transition-delay: 0.3s;
}
.wenge-fake__element_0_5 {
  left: 57.6%;
  transition-delay: 0.2s;
}
.wenge-fake__element_0_6 {
  left: 67.07%;
  transition-delay: 0.4s;
}
.wenge-fake__element_0_7 {
  left: 74.75%;
  transition-delay: 0.3s;
}
.wenge-fake__element_0_8 {
  left: 33.3195%;
  transition-delay: 0.1s;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.menu__top {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-left: 60px;
  transition: opacity ease 0.3s;
  cursor: pointer;
  color: #797B7B;
}
@media screen and (max-width: 920px) {
  .menu__top {
    margin-top: 30px;
    margin-left: 30px;
  }
}
.menu__top svg {
  stroke: currentColor;
}
.menu__top:hover {
  color: black;
}
.menu__top:hover svg {
  stroke: black;
}
.menu__top._is-active {
  opacity: 0;
}
.menu__text {
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 104.5%;
  margin-left: 24px;
}
@media screen and (max-width: 920px) {
  .menu__text {
    font-size: 24px;
    margin-left: 15px;
  }
}
@media screen and (max-height: 620px) {
  .menu__text {
    font-size: 24px;
    margin-left: 15px;
  }
}
.menu__burger {
  font-size: 0;
}
@media screen and (max-width: 920px) {
  .menu__burger svg {
    width: 30px;
  }
}
@media screen and (max-height: 620px) {
  .menu__burger svg {
    width: 30px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1000;
  width: 100vw;
  height: var(--real100vh);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: initial;
  background-color: black;
  transition: opacity ease-in 2s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

#preloader img {
  max-height: 90%;
  max-width: 100%;
  transition: opacity ease-in 1s;
}

#preloader._is-active img {
  opacity: 0;
}

#preloader._is-hide {
  opacity: 0;
}

@media screen and (max-height: 586px) {
  #preloader {
    background-size: contain;
  }
}

/* End */
/* /brands/wenge/css/wenge.css?17827344409248 */
