* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}
@media (max-width: 1024px) and (orientation: landscape) {
  html {
    height: 100vh;
  }
}

body {
  background-color: #FF5F00;
  color: white;
  font-family: "Poppins";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) and (orientation: landscape) {
  body {
    height: 100vh;
  }
}

a {
  color: white;
  text-decoration: none;
}

h1, h2 {
  font-weight: normal;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

input:focus {
  outline: none;
}

#tour-container {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/*
@mixin flex-centered {
	align-items: center;
	display: flex;
	justify-content: center;
}

@mixin flex-centered-v {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@mixin flex-start {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
}

@mixin flex-start-v {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

@mixin flex-end {
	align-items: flex-end;
	display: flex;
	justify-content: flex-end;
}

@mixin flex-end-v {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
*/
.tour-gui {
  height: 100%;
  position: absolute;
  width: 100%;
  pointer-events: none;
  position: fixed;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 2;
}
@media (max-width: 1024px) and (orientation: landscape) {
  .tour-gui {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .tour-gui .mobile-only {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tour-gui .desktop-only {
    display: none;
  }
}

.modal *, .popup *, .button * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tour-gui--ru {
  font-family: "Open Sans";
}
.tour-gui--ru * {
  font-family: "Open Sans";
}

.button {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 2;
}
@media (max-width: 1024px) {
  .button {
    pointer-events: all;
  }
}
.button img {
  cursor: pointer;
  pointer-events: all;
  height: 35px;
  width: 35px;
}
.button span {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: white !important;
  font-size: 12px;
  font-weight: 400;
  height: 35px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.2, 1.05, 0.25, 1.4);
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .button span {
    pointer-events: none;
    max-width: 0px;
  }
}
@media (max-width: 1024px) {
  .button span {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover span {
    cursor: pointer;
    max-width: 200px;
    padding: 0px 12px;
    pointer-events: all;
  }
}
@media (min-width: 1025px) {
  .button--info img {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 1024px) {
  .button--info img {
    height: 40px;
    width: 40px;
  }
}
.button--info span {
  height: 30px;
}
@media (max-width: 1024px) {
  .button--info span {
    font-size: 16px;
  }
}
.button--select {
  background: #FF5F00;
  width: 100%;
}
.button--select img {
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 24px;
}
.button--select span {
  background: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  max-width: 500px !important;
  opacity: 1;
  padding: 4.5px 12px;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .button--select span {
    display: flex;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button--select:hover img {
    transform: translate(6px);
  }
  .button--select:hover span {
    padding: 4.5px 12px;
  }
}
.button--show {
  position: absolute;
}
@media (min-width: 1025px) {
  .button--show {
    height: 35px;
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 1024px) {
  .button--show {
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .button--show span {
    height: 34px;
  }
}

.hotspot {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}
@media (min-width: 1025px) {
  .hotspot {
    height: 32px;
    margin: -16px 0px 0px -16px;
    width: 32px;
  }
}
@media (max-width: 1024px) {
  .hotspot {
    height: 20px;
    margin: -10px 0px 0px -10px;
    width: 20px;
  }
}
.hotspot__shape-1 {
  background: white;
  height: 100%;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 100%;
  z-index: 1;
}
.hotspot__shape-2 {
  background: #FF5F00;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 2;
}
@media (min-width: 1025px) {
  .hotspot__shape-2 {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 1024px) {
  .hotspot__shape-2 {
    height: 8px;
    width: 8px;
  }
}
.hotspot__title {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: white;
  font-size: 14px;
  font-weight: 600;
  left: 32px;
  overflow: hidden;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.2, 1.05, 0.25, 1.4);
  white-space: nowrap;
  z-index: 1;
}
@media (min-width: 1025px) {
  .hotspot__title {
    max-width: 0px;
    padding: 6px 0px;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .hotspot__title {
    display: none;
  }
}
.hotspot--init {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .hotspot:hover .hotspot__title {
    max-width: 200px;
    padding: 6px 8px;
    pointer-events: all;
  }
}
.hotspot--tapped .hotspot__title {
  pointer-events: all;
  max-width: 200px;
  padding: 6px 8px;
}
@media (min-width: 1025px) {
  .hotspot--contracted {
    height: 22px;
    margin: -11px 0px 0px -11px;
    width: 22px;
  }
}
@media (min-width: 1025px) {
  .hotspot--contracted .hotspot__shape-2 {
    height: 12px;
    width: 12px;
  }
}
.hotspot--ru .hotspot__title {
  font-family: "Open Sans";
}

.info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}
@media (min-width: 1025px) {
  .info {
    bottom: 20px;
    right: 20px;
    width: 285px;
  }
}
@media (max-width: 1024px) {
  .info {
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}
.info__description {
  font-weight: 400;
  max-height: 0px;
  overflow-y: hidden;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}
@media (min-width: 1025px) {
  .info__description {
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .info__description {
    background-color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
}
.info__description--open {
  max-height: 1000px;
}
@media (min-width: 1025px) {
  .info__description--open {
    margin-bottom: 5px;
  }
}
.info__description p {
  padding: 13px;
}
@media (max-width: 1024px) {
  .info__mid {
    width: 100%;
  }
}
.info__next {
  transform: scaleX(-1);
}
.info__next, .info__prev {
  margin: 0px 18px;
}
.info__preview {
  cursor: pointer;
  pointer-events: all;
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .info__preview {
    height: 88px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .info__preview {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.info__preview h1 {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  pointer-events: all;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}
@media (min-width: 1025px) {
  .info__preview h1 {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 4px;
    left: 4px;
    padding: 5px 9px;
    position: absolute;
    width: calc(100% - 8px);
  }
}
@media (max-width: 1024px) {
  .info__preview h1 {
    color: #FF5F00;
    padding: 15px 9px;
    text-align: center;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .info__preview:hover h1 {
    text-decoration: underline;
  }
}
@media (min-width: 1025px) {
  .info__thumbnail {
    box-sizing: border-box;
    border: 4px solid #4ABC78;
    height: 88px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}
.info__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  width: 100%;
}
.info__top > span {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: white !important;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  padding: 0px 12px;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}

.logo {
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 1;
}
@media (min-width: 1025px) {
  .logo {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1024px) {
  .logo {
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 1024px) {
  .logo img {
    width: 125px;
  }
}

.menu {
  box-sizing: border-box;
  color: #232323;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 3;
}
@media (min-width: 1025px) {
  .menu {
    left: 20px;
    top: 20px;
    width: 390px;
  }
}
@media (max-width: 1024px) {
  .menu {
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
  }
}
.menu__container {
  pointer-events: all;
}
@media (min-width: 1025px) {
  .menu__container {
    max-height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
  }
}
@media (max-width: 1024px) {
  .menu__container {
    max-height: calc(100% - 60px);
    width: 142px;
  }
}
.menu__controls {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .menu__controls {
    margin-bottom: 5px;
    width: calc(100% - 5px);
  }
}
@media (max-width: 1024px) {
  .menu__controls {
    background: rgba(0, 0, 0, 0.6);
    padding: 12.5px 10px;
  }
}
.menu__controls__right {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.menu__controls__right .button {
  margin-left: 10px;
}

.menu-item {
  cursor: pointer;
  pointer-events: all;
  width: 100%;
}
.menu-item__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  cursor: default;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}
.menu-item__content > div {
  align-items: flex(row, flex-start);
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 13px;
  width: 100%;
}
.menu-item__content > div:last-of-type {
  margin-bottom: 0px;
}
.menu-item__content h1 {
  font-weight: 600;
  width: 100%;
}
@media (min-width: 1025px) {
  .menu-item__content h1 {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .menu-item__content h1 {
    font-size: 12px;
    padding-left: 8px;
  }
}
.menu-item__header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #D6D6D6;
  box-sizing: border-box;
  font-weight: 600;
  pointer-events: all;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 100%;
}
@media (min-width: 1025px) {
  .menu-item__header {
    font-size: 20px;
    height: 64px;
    padding: 0px 20px;
  }
}
@media (max-width: 1024px) {
  .menu-item__header {
    font-size: 11px;
    height: 40px;
    line-height: 14px;
    padding: 0px 12px 0px 14px;
  }
}
.menu-item__header__inside {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid white;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.menu-item__header__inside img {
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}
.menu-item__header__inside span {
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
}
@media (hover: hover) and (pointer: fine) {
  .menu-item__header:hover .menu-item__header__inside span {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .menu-item__toggle {
    height: 15px;
    width: 15px;
  }
}
.menu-item:last-of-type .menu-item__header__inside {
  border: none;
}
.menu-item--open .menu-item__content {
  padding: 10px 0px;
}
@media (max-width: 1024px) {
  .menu-item--open .menu-item__content {
    overflow-y: auto;
  }
}
.menu-item--open .menu-item__header__inside img {
  transform: scaleY(-1);
}

.menu-option {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  pointer-events: all;
  box-sizing: border-box;
  margin: 5px 0px;
  position: relative;
}
@media (min-width: 1025px) {
  .menu-option__image-container {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .menu-option__image-container {
    height: 60px;
  }
}
.menu-option__image-container:before {
  box-shadow: inset 0 0 0 4px #A8A8A8;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  width: 100%;
}
@media (min-width: 1025px) {
  .menu-option__image-container:before {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .menu-option__image-container:before {
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .menu-option img {
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .menu-option img {
    height: 60px;
    width: 100%;
  }
}
.menu-option span {
  margin-top: 3px;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .menu-option span {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  .menu-option span {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-option:hover .menu-option__image-container:before {
    opacity: 1;
  }
}
.menu-option--active {
  pointer-events: none;
}
.menu-option--active * {
  pointer-events: none;
}
.menu-option--active .menu-option__image-container:before {
  box-shadow: inset 0 0 0 4px #4ABC78;
  opacity: 1;
}
@media (min-width: 1025px) {
  .menu-option--cupboard-color {
    width: 73px;
  }
}
@media (max-width: 1024px) {
  .menu-option--cupboard-color {
    width: 56px;
  }
}
@media (min-width: 1025px) {
  .menu-option--cupboard-style, .menu-option--sink {
    width: 162px;
  }
}
@media (max-width: 1024px) {
  .menu-option--cupboard-style, .menu-option--sink {
    width: 56px;
  }
}
@media (min-width: 1025px) {
  .menu-option--floor {
    width: 162px;
  }
}
@media (max-width: 1024px) {
  .menu-option--floor {
    width: 56px;
  }
}
@media (min-width: 1025px) {
  .menu-option--worktop-color {
    width: 162px;
  }
}
@media (max-width: 1024px) {
  .menu-option--worktop-color {
    width: 121.5px;
  }
}
.menu-option--worktop-shape {
  width: 104px;
}

.preloader, .mobile-warning {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  background: #EEEFF6;
  transition: all 0.3s cubic-bezier(0.85, 0.125, 0.125, 0.85);
  z-index: 4;
}

@media (min-width: 1025px) {
  .mobile-warning {
    display: none;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .mobile-warning {
    display: flex;
  }
}
@media (max-width: 1024px) and (orientation: portrait) {
  .mobile-warning {
    display: none;
  }
}

@keyframes highlight {
  0% {
    background: #D6D6D6;
  }
  100% {
    background: white;
  }
}
.highlight {
  animation: highlight 1s;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #D6D6D6 transparent;
}

*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
  border: none;
  border-radius: 10px;
}

.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}
.hidden * {
  pointer-events: none !important;
}