:root {
  --headerHeightConfigurator: 70px;
}
@media (max-width: 1279px) {
  :root {
    --headerHeightConfigurator: 68px;
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeightConfigurator: 60px;
  }
}
:root {
  --deskWidth: 1300px;
  --deskSpace: 80px;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
@media (max-width: 1279px) {
  :root {
    --deskSpace: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --deskSpace: 24px;
  }
}
:root {
  --js-breakpoint: breakpointLarge;
}
@media (max-width: 1279px) {
  :root {
    --js-breakpoint: breakpointMedium;
  }
}
@media (max-width: 767px) {
  :root {
    --js-breakpoint: breakpointSmall;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: 'UniversLTProRoman';
  src: url(/fonts/344B94_0_0.eot);
  src: url(/fonts/344B94_0_0.eot?#iefix) format('embedded-opentype'), url(/fonts/344B94_0_0.woff2) format('woff2'), url(/fonts/344B94_0_0.woff) format('woff'), url(/fonts/344B94_0_0.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
}
html {
  float: left;
  width: 100%;
}
html.is-overflowHidden {
  overflow: hidden;
}
body {
  float: left;
  width: 100%;
}
.ns-app {
  float: left;
  width: 100%;
}
.ns-wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'UniversLTProRoman', sans-serif;
  font-size: 24px;
  line-height: 1.16666667;
  color: #000;
  display: flex;
  flex-direction: column;
}
.ns-wrapper.ns-wrapper--configurator {
  position: relative;
  font-family: 'brandon-grotesque', sans-serif;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
@media (min-width: 1280px) {
  .ns-wrapper.ns-wrapper--detailBackend {
    padding-bottom: 81px;
  }
}
.ns-section {
  float: left;
  width: 100%;
}
.ns-section--header {
  font-family: 'UniversLTProRoman', sans-serif;
  flex-shrink: 0;
  transition: all 0.4s;
  position: relative;
  z-index: 2000;
}
.ns-wrapper--configurator .ns-section--header {
  background-color: #000;
  color: #fff;
}
.ns-section--content {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .ns-section--content {
    margin-top: 60px;
  }
}
.ns-section--pageActions {
  margin-bottom: auto;
}
@media (min-width: 1280px) {
  .ns-wrapper--detailBackend .ns-section--pageActions {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    background-color: #fff;
    border-top: 1px solid #EFEEEE;
  }
}
.ns-section--footer {
  margin-top: 80px;
  background-color: #626262;
  color: #fff;
}
.ns-section--footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #B1ACA8;
  text-underline-offset: 4px;
}
.ns-section--footer a:hover {
  color: #B1ACA8;
}
.ns-wrapper--detailFrontend .ns-section--footer,
.ns-wrapper--overviewFrontend .ns-section--footer {
  margin-top: 0;
}
.ns-wrapper--detailBackend .ns-section--footer,
.ns-wrapper--overviewBackend .ns-section--footer {
  display: none;
}
@media (max-width: 767px) {
  .ns-section--footer {
    margin-top: 40px;
  }
}
.ns-section--lightgray {
  background-color: #EFEEEE;
}
.ns-section--moreContent {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ns-section--moreContent {
    margin-top: 40px;
  }
}
.ns-wrapper--overviewBackend .ns-section--pager,
.ns-wrapper--overviewFrontend .ns-section--pager {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ns-wrapper--overviewBackend .ns-section--pager {
    margin-top: 40px;
  }
}
.ns-section--login {
  min-height: 100%;
}
.ns-section--canvas {
  height: calc(100% - var(--headerHeightConfigurator));
  position: relative;
}
@media (max-width: 767px) {
  .ns-section--canvas {
    border-left-width: 0;
  }
}
.ns-segment {
  float: left;
  width: 100%;
}
.ns-segment--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-segment--header {
    align-items: flex-start;
  }
  .ns-wrapper--configurator .ns-segment--header {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .ns-wrapper--overviewFrontend .ns-segment--title,
  .ns-wrapper--favorites .ns-segment--title,
  .ns-wrapper--date .ns-segment--title {
    box-sizing: border-box;
    padding-right: 48px;
    position: relative;
  }
}
.ns-segment--favorites,
.ns-segment--ns-arrangeDate {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .ns-segment--favorites,
  .ns-segment--ns-arrangeDate {
    margin-top: 40px;
  }
}
.ns-segment--actions {
  margin-top: 80px;
}
@media (max-width: 1279px) {
  .ns-segment--actions {
    margin-top: 40px;
  }
}
.ns-segment--stoneTeasers {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ns-segment--stoneTeasers {
    margin-top: 30px;
  }
}
.ns-wrapper--detailBackend .ns-segment--stoneProps,
.ns-wrapper--remote .ns-segment--stoneProps {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .ns-wrapper--detailBackend .ns-segment--stoneProps,
  .ns-wrapper--remote .ns-segment--stoneProps {
    margin-top: 40px;
  }
}
.ns-segment--sidebarTitle {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
@media (max-width: 1279px) {
  .ns-segment--sidebarActions {
    max-width: 360px;
  }
}
.ns-segment--settings {
  margin-top: 0 !important;
  border-bottom: 1px solid #ddd;
}
.ns-segment--presets {
  border-bottom: 1px solid #ddd;
}
.ns-wrapper--resourceDetail .ns-segment--mediaSlider {
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: var(--deskMaxWidth);
  width: var(--deskWidth);
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.ns-logo {
  float: left;
  aspect-ratio: 277 / 50;
  height: 50px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/logo.svg);
  margin: 40px 0;
  transition: all 0.4s;
}
.ns-wrapper--configurator .ns-logo {
  background-image: url(/js/icons/logo-white.svg);
  height: 42px;
  margin: 14px 0;
}
@media (max-width: 1279px) {
  .ns-logo {
    height: 40px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ns-logo {
    height: 32px !important;
    margin-top: var(--deskSpace);
  }
}
.ns-footcontent {
  float: right;
  width: 100%;
  max-width: calc(100% - (((100% - 40px) / 3) + 20px));
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .ns-footcontent {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ns-footcontent {
    margin: 30px 0;
    flex-direction: column;
  }
}
.ns-footunit {
  float: left;
}
@media (max-width: 767px) {
  .ns-footunit {
    width: 100%;
    margin-top: 30px;
  }
  .ns-footunit:first-child {
    margin-top: 0;
  }
}
.vcard {
  float: left;
}
.ns-footlinks {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-footlink {
  float: left;
}
.ns-toplink {
  float: left;
  padding-right: 32px;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
}
.ns-toplink:after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  z-index: 2;
  width: 16px;
  height: 30px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/arrow-top-white.svg);
}
.ns-toplink:hover:after {
  background-image: url(/js/icons/arrow-top-lightbrown.svg);
}
.ns-filter {
  float: left;
}
@media (max-width: 767px) {
  .ns-filter {
    display: none;
  }
}
.ns-filter__item {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.ns-filter__item:last-child {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .ns-filter__item {
    margin-right: 26px;
  }
}
.ns-filterInfo {
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
  position: relative;
  z-index: 10;
}
.ns-filterInfo .react-tooltip-arrow {
  display: none !important;
}
@media (max-width: 1279px) {
  .ns-filterInfo {
    margin-right: 8px;
    margin-bottom: 2px;
  }
}
.ns-filterInfo__toggle {
  float: left;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-info-border-black.svg);
}
@media (max-width: 1279px) {
  .ns-filterInfo__toggle {
    width: 18px;
    height: 18px;
  }
}
.ns-filterInfo__tooltip {
  margin-top: 6px;
  background-color: #fff !important;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.4);
  color: #000 !important;
  opacity: 1 !important;
  max-width: 400px !important;
  box-sizing: border-box;
  padding: 20px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
@media (max-width: 767px) {
  .ns-filterInfo__tooltip {
    max-width: 280px !important;
    margin-top: 0;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
  }
}
.ns-filterInfo__tooltipText {
  float: left;
  width: 100%;
}
.ns-filterInfo__tooltipLinks {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ns-filterInfo__tooltipLink {
  float: left;
  padding-left: 16px;
  position: relative;
  margin-top: 4px;
}
.ns-filterInfo__tooltipLink:first-child {
  margin-top: 0;
}
.ns-filterInfo__tooltipLink:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.ns-pageActions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 919px) {
  .ns-pageActions {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .ns-pageActions {
    margin-top: 40px;
  }
}
.ns-wrapper--detailBackend .ns-pageActions {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ns-wrapper--favorites .ns-pageActions {
  justify-content: space-between;
}
.ns-pageActions__unit {
  float: left;
}
@media (max-width: 767px) {
  .ns-pageActions__unit {
    width: 100%;
  }
}
.ns-pageActions__unit--2 {
  margin-left: auto;
}
@media (max-width: 919px) {
  .ns-pageActions__unit--2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.ns-callUs {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 2px solid #4B7F74;
  padding: 10px 0 10px 30px;
  font-size: 26px;
  line-height: 1.23076923;
  color: #8C8177;
}
@media (max-width: 1279px) {
  .ns-callUs {
    font-size: 16px;
    line-height: 1.25;
    padding-left: 20px;
  }
}
.ns-callUs__part {
  float: left;
}
.ns-callUs__part--link {
  margin-top: 4px;
  color: #000;
  text-decoration: none;
}
.ns-callUs__part--link:hover {
  color: #8C8177;
}
.ns-info {
  float: left;
  width: 100%;
  position: relative;
}
.ns-info__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: calc(100% - 816px);
}
@media (max-width: 1279px) {
  .ns-info__content {
    padding-left: 220px;
  }
}
@media (max-width: 767px) {
  .ns-info__content {
    padding-left: 0;
  }
}
.ns-info__unit {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.ns-info__unit:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .ns-info__unit {
    margin-top: 40px;
  }
}
.ns-info__part {
  float: left;
  width: 100%;
}
.ns-info__part--link {
  margin-top: 20px;
}
.ns-mobFavoriteLink {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-heart-border-black.svg);
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}
.ns-mobFavoriteLink:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 0;
  z-index: 2;
  border-radius: 10000px;
  width: 8px;
  height: 8px;
  background-color: #E70000;
  transform: scale(0);
  transition: all 0.3s;
}
.ns-mobFavoriteLink:hover,
.ns-mobFavoriteLink.is-active {
  background-image: url(/js/icons/icon-heart-filled-brown.svg);
}
.ns-mobFavoriteLink.has-favorites:after {
  transform: scale(1);
}
@media (max-width: 767px) {
  .ns-mobFavoriteLink {
    display: block;
  }
}
.ns-filterButtons {
  float: left;
  width: 100%;
}
.ns-filterButtons__cover {
  float: left;
  width: calc(100% + 10px);
  margin: -5px;
}
.ns-filterButtons__item {
  margin: 5px;
  float: left;
  border: none;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0;
  padding: 5px 24px;
  background-color: #8C8177;
  cursor: pointer;
  outline: none;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.ns-filterButtons__item:hover {
  color: #fff;
  background-color: #B1ACA8;
}
.ns-filterButtons__item:hover,
.ns-filterButtons__item.is-active {
  background-color: #8C8177;
}
.ns-presets {
  float: left;
  width: 100%;
}
.ns-presets__content {
  float: left;
  width: 100%;
  display: flex;
}
.ns-presets__item {
  float: left;
  width: 100%;
  text-decoration: none;
  color: #707070;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ns-presets__item:hover,
.ns-presets__item.is-active {
  color: #000;
}
.ns-presets__itemText {
  position: relative;
}
.ns-presets__itemText:after {
  content: '';
  position: absolute;
  right: -8px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-radius: 10000px;
  background-color: #0db100;
  transition: all 0.15s;
  transform: scale(0);
}
.ns-presets__item.is-active .ns-presets__itemText:after {
  transform: scale(1);
}
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a:hover {
  color: #8C8177;
}
h1 {
  font-size: 44px;
  line-height: 1.18181818;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  line-height: 1.16666667;
  font-weight: normal;
}
.ns-info h2 {
  color: #8C8177;
}
h3 {
  font-size: 13px;
  line-height: 1.23076923;
  color: #8C8177;
  font-weight: normal;
}
@media (max-width: 1279px) {
  .ns-wrapper {
    font-size: 16px;
    line-height: 1.25;
  }
  h1 {
    font-size: 24px;
    line-height: 1.16666667;
  }
  h2 {
    font-size: 16px;
    line-height: 1.25;
  }
  .ns-mobileFilter h2 {
    font-size: 24px;
    line-height: 1.16666667;
  }
}
.ns-textLink {
  float: left;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.ns-textLink .ns-icon {
  margin-left: 4px;
}
.ns-textLink--right {
  float: right;
}
.ns-title {
  float: left;
  width: 100%;
}
.ns-mobileFilter__unit--title .ns-title,
.ns-mobileFilter__unit--kind .ns-title {
  width: auto;
}
.ns-lightbox--surfaceSelection .ns-title {
  margin-bottom: 10px;
}
.ns-textlink {
  position: relative;
  float: left;
  color: #000;
  text-decoration: none;
  padding-left: 42px;
  background-size: 30px 16px;
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-image: url(/js/icons/arrow-right-black.svg);
  cursor: pointer;
}
.ns-textlink:after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  z-index: 2;
  border-radius: 10000px;
  width: 8px;
  height: 8px;
  background-color: #E70000;
  transform: scale(0);
  transition: all 0.3s;
}
.ns-textlink:hover {
  color: #8C8177;
  background-image: url(/js/icons/arrow-right-brown.svg);
}
.ns-textlink.is-active:after {
  transform: scale(1);
}
@media (max-width: 1279px) {
  .ns-textlink {
    background-position: 0 1px;
  }
}
.ns-textlink--back {
  padding-left: 0;
  padding-right: 42px;
  font-size: 16px;
  line-height: 1.25;
  background-position: 100% 2px;
  background-image: url(/js/icons/arrow-left-black.svg);
}
.ns-textlink--back:hover {
  background-image: url(/js/icons/arrow-left-brown.svg);
}
.ns-stoneProps .ns-textlink--back {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ns-stoneProps .ns-textlink--back {
    position: static;
    margin-bottom: 40px;
  }
}
.ns-info .ns-textlink--back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .ns-info .ns-textlink--back {
    display: none;
  }
}
.ns-textlink--remove {
  padding-left: 0;
  padding-right: 24px;
  font-size: 20px;
  line-height: 1.2;
  background-size: 12px 12px;
  background-position: 100% 6px;
  background-image: url(/js/icons/icon-close-black.svg);
}
.ns-textlink--remove:hover {
  background-image: url(/js/icons/icon-close-brown.svg);
}
@media (max-width: 1279px) {
  .ns-textlink--remove {
    font-size: 13px;
    line-height: 1.23076923;
    background-size: 10px 10px;
    background-position: 100% 2px;
    padding-right: 18px;
  }
}
.ns-mobileFilter .ns-textlink--remove {
  font-size: 16px;
  line-height: 1.25;
  color: #8C8177;
  background-size: 12px 12px;
  background-position: 100% 3px;
  padding-right: 22px;
  background-image: url(/js/icons/icon-close-brown.svg);
}
.ns-mobileFilter .ns-textlink--remove:hover {
  color: #000;
  background-image: url(/js/icons/icon-close-black.svg);
}
.ns-textlink--mobFilterToggle {
  display: none;
}
@media (max-width: 767px) {
  .ns-textlink--mobFilterToggle {
    display: block;
  }
}
.button-wrapper {
  float: left;
}
.button-wrapper--right {
  float: right;
}
.button-cover {
  float: left;
  margin: -10px;
}
.btn {
  margin: 10px;
  float: left;
  border: none;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0;
  padding: 5px 24px;
  background-color: #8C8177;
  cursor: pointer;
  outline: none;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  background-color: #B1ACA8;
}
.btn--secondary {
  background-color: transparent;
  color: #8C8177;
  border: 1px solid #8C8177;
}
.btn--secondary:hover {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.btn--solo {
  margin: 0;
}
.btn--fullWidth {
  width: 100%;
}
.btn.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn--icon {
  padding: 0;
  width: 50px;
}
.btn--addEntry {
  padding-right: 48px;
  background-size: 14px 14px;
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-plus-white.svg);
}
.btn--upload {
  padding-right: 52px;
  background-size: 18px 18px;
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-upload-white.svg);
}
.btn--delete {
  padding-right: 52px;
  background-size: 18px 20px;
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-trash-border-white.svg);
}
.btn--delete.btn--icon {
  padding-right: 0;
  background-position: 50% 50%;
}
.btn--downloadQR {
  padding-right: 64px;
  background-size: 26px 26px;
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-qrcode-brown.svg);
}
.btn--downloadQR:hover {
  background-image: url(/js/icons/icon-qrcode-black.svg);
}
.btn--downloadPDF {
  padding-right: 56px;
  background-size: 20px 20px;
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-download-brown.svg);
}
.btn--downloadPDF:hover {
  background-image: url(/js/icons/icon-download-black.svg);
}
.ns-login {
  float: left;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'UniversLTProRoman', sans-serif;
  font-size: 13px;
  line-height: 1.23076923;
  color: #000;
}
.ns-login__content {
  float: left;
  width: 700px;
  max-width: 90%;
  box-shadow: 0 0 4px rgba(120, 120, 120, 0.6);
  box-sizing: border-box;
  margin: 100px 0;
  background-color: #fff;
}
.ns-login__section {
  float: left;
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ns-login__section {
    padding: 20px;
  }
}
.ns-login__section--head {
  border-bottom: 1px solid #B1ACA8;
}
.ns-login__logo {
  float: left;
  width: 200px;
  max-width: 100%;
}
.ns-login__logoImage {
  float: left;
  width: 100%;
  height: auto;
}
.ns-login__form {
  float: left;
  width: 100%;
}
.ns-login__actions {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-login__actions {
    flex-direction: column;
    align-items: flex-end;
  }
}
.ns-login__actions .btn {
  min-width: 120px;
  justify-content: center;
}
@media (max-width: 767px) {
  .ns-login__actions .btn {
    width: 100%;
  }
}
.ns-login__actions .ns-textLink {
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ns-login__actions .ns-textLink {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.ns-passwordStrength {
  float: left;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.ns-passwordStrength__meter {
  float: left;
  width: 100%;
  height: 10px;
  box-sizing: border-box;
  border: 1px solid #B1ACA8;
  position: relative;
  transition: all 0.4s;
}
.ns-passwordStrength__bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  transition: all 0.4s;
}
.ns-passwordStrength--terrible .ns-passwordStrength__bar {
  background-color: #b60000;
}
.ns-passwordStrength--poor .ns-passwordStrength__bar {
  background-color: #ff9c00;
}
.ns-passwordStrength--good .ns-passwordStrength__bar {
  background-color: #efdb00;
}
.ns-passwordStrength--great .ns-passwordStrength__bar {
  background-color: #00d40f;
}
.ns-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
}
.ns-lightbox__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
.ns-lightbox__wrapper {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-lightbox__content {
  float: left;
  width: 1600px;
  max-width: calc(100% - 160px);
  max-height: calc(100% - 160px);
  background-color: #fff;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  overflow-y: auto;
}
.ns-lightbox--surfaceSelection .ns-lightbox__content,
.ns-lightbox--newConfiguration .ns-lightbox__content {
  width: 600px;
  overflow: visible;
}
.ns-lightbox--referencesSlider .ns-lightbox__content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
.ns-lightbox--login .ns-lightbox__content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  background-color: transparent;
}
.ns-lightbox__part {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-lightbox__part:first-child {
  margin-top: 0;
}
.ns-lightbox__part:empty {
  display: none;
}
.ns-lightbox__part--title {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ns-lightbox__part--info {
  box-sizing: border-box;
  border-left: 6px solid #8C8177;
  padding-left: 14px;
  color: #8C8177;
}
.ns-lightbox__part--select {
  margin-top: 10px;
}
.ns-lightbox__actions {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-lightbox__actions .btn {
  border-radius: 5px;
  min-height: 46px;
  text-align: center;
  justify-content: center;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ns-lightbox__actions .btn--primary {
  background-color: #000;
}
.ns-lightbox__actions .btn--primary:hover,
.ns-lightbox__actions .btn--primary:focus {
  background-color: #707070;
}
.ns-lightbox__actions .btn--secondary {
  border: 1px solid #707070;
  background-color: transparent;
  color: #707070;
}
.ns-lightbox__actions .btn--secondary:hover,
.ns-lightbox__actions .btn--secondary:focus {
  border-color: #000;
  color: #000;
  background-color: #fafafa;
}
.ns-lightbox__link--close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
  text-decoration: none;
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-close-white.svg);
}
.ns-lightbox__link--close .ns-icon {
  display: none;
}
@media (max-width: 767px) {
  .ns-lightbox__content {
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
    padding: 20px;
  }
  .ns-lightbox__link--close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
}
.ns-popover {
  position: fixed;
  z-index: 2000;
  background-color: #fff;
  width: 300px;
  border: 1px solid #B1ACA8;
  box-sizing: border-box;
  margin-top: 10px;
}
.ns-popover__arrow {
  display: none;
}
.ns-popover__body {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  line-height: 1.42857143;
}
.ns-popover .ns-title {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 2.5;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #8C8177;
}
.ns-popover .ns-segment {
  margin-top: 15px;
}
.ns-popover .ns-segment:first-child {
  margin-top: 0;
}
.ns-popover .ns-title {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.33333333;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #8C8177;
}
.ns-popover .button-wrapper {
  width: 100%;
}
.ns-popover .button-cover {
  width: calc(100% + 10px);
  margin: -5px;
}
.ns-popover .btn {
  width: calc(50% - 10px);
  margin: 5px;
  justify-content: center;
}
.ns-notifications {
  position: fixed;
  top: 0;
  right: 20px;
  width: 400px;
  max-width: calc(100% - 40px);
  z-index: 5000;
  display: flex;
  flex-direction: column-reverse;
  max-height: calc(100% - 35px);
}
.ns-notifications::before {
  content: '';
  font-size: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  z-index: 1;
}
.ns-notification {
  --height: 0px;
  --transition-duration: 0.3s;
  float: left;
  width: 100%;
  position: relative;
  transition: var(--transition-duration) ease-out;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  opacity: 0;
  height: 0;
  background: white;
  z-index: 1;
}
.ns-notification:nth-last-child(n+6) {
  height: 5px;
}
.ns-notifications--showAll .ns-notification:not(.ns-notification--shrink):nth-last-child(n+6) {
  height: var(--height);
}
.ns-notification--visible {
  opacity: 1;
  height: var(--height);
}
.ns-notification--disapear {
  left: 100%;
  opacity: 0;
}
.ns-notification--shrink {
  height: 0;
}
.ns-notification__content {
  position: relative;
  margin-top: 20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.4);
  box-sizing: border-box;
  padding: 20px 30px 20px 60px;
  border-left: 6px solid #ccc;
  border-color: inherit;
  font-size: 14px;
  line-height: 1.57142857;
  color: #434343;
  font-family: helvetica, sans-serif;
  display: inline-block;
}
.ns-notification__content a {
  color: #434343;
  text-decoration: underline;
}
@media (max-width: 439px) {
  .ns-notification__content {
    padding: 14px 30px 14px 40px;
  }
}
.ns-notification--success {
  border-color: #4B7F74;
}
.ns-notification--warning {
  border-color: #FF7900;
}
.ns-notification--error {
  border-color: #b60000;
}
.ns-notifications__actions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 14px;
  margin-top: 10px;
  color: #434343;
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}
.ns-notifications__action {
  text-align: center;
  display: block;
  cursor: pointer;
}
.ns-notifications__action:hover {
  text-decoration: underline;
}
.ns-notification__icon {
  position: absolute;
  left: 0;
  top: 20px;
  width: 60px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ns-notification__icon .ns-icon {
  font-size: 26px;
  color: #ccc;
}
.ns-notification--success .ns-notification__icon .ns-icon {
  color: #4B7F74;
}
.ns-notification--error .ns-notification__icon .ns-icon {
  color: #b60000;
}
@media (max-width: 439px) {
  .ns-notification__icon {
    width: 40px;
    top: 14px;
  }
  .ns-notification__icon .ns-icon {
    font-size: 20px;
  }
}
.ns-notification__title {
  float: left;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.53846154;
  letter-spacing: 0.08em;
}
.ns-notification__text {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.ns-notification__text:first-child {
  margin-top: 0;
}
.ns-notification__list {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.ns-notification__list:first-child {
  margin-top: 0;
}
.ns-notification__list li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 16px;
  list-style: none;
  position: relative;
}
.ns-notification__list li:before {
  content: '–';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.ns-notification__link {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.ns-notification__link:first-child {
  margin-top: 0;
}
.ns-notification__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
textarea,
select {
  float: left;
  width: 100%;
  border: 1px solid #B1ACA8;
  box-sizing: border-box;
  border-radius: 0;
  font-family: 'UniversLTProRoman', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  outline: none;
}
textarea:focus,
select:focus {
  box-shadow: 0 0 4px #8C8177;
  border-color: rgba(140, 129, 119, 0.8);
}
textarea {
  padding: 10px;
  min-height: 50px;
}
select {
  height: 50px;
  cursor: pointer;
  padding: 0 10px;
}
.ns-input {
  float: left;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #B1ACA8;
  color: #000;
  font-family: 'UniversLTProRoman', sans-serif;
  font-size: 16px;
  line-height: 1.25;
}
.ns-input:focus,
.ns-form-group.is-focused .ns-input {
  box-shadow: 0 0 4px #8C8177;
  border-color: rgba(140, 129, 119, 0.8);
  outline: none;
}
.ns-form-inputitem.is-invalid .ns-input,
.ns-input-group.is-invalid .ns-input {
  box-shadow: 0 0 0 1px #E70000;
  border-color: #E70000;
}
.ns-input.ns-input--disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #f0f0f0;
}
.ns-input--prosemirror {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.ProseMirror-menubar-wrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.ns-input__editor {
  float: left;
  width: 100%;
  flex-grow: 1;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  z-index: 2;
  white-space: pre-wrap;
}
.ns-input__editor:focus {
  outline: none;
}
.ProseMirror-menubar {
  position: absolute;
  right: -1px;
  bottom: 100%;
  z-index: 2;
  max-width: calc(100% + 2px);
  background-color: #fff;
  flex-wrap: wrap;
  border: 1px solid rgba(140, 129, 119, 0.8);
  box-shadow: 0 0 4px #8C8177;
  box-sizing: border-box;
  display: none;
}
.ns-form-group.is-focused .ProseMirror-menubar {
  display: flex;
}
.ProseMirror-menuitem {
  float: left;
}
.ProseMirror-icon {
  float: left;
  width: 36px;
  height: 36px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ProseMirror-icon:hover,
.ProseMirror-icon.ProseMirror-menu-active {
  background-color: #EFEEEE;
}
.ns-inputLink {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: flex;
}
.ns-inputLink .ns-input {
  margin-right: 10px;
}
.ns-inputLink .btn {
  flex-shrink: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: 1px;
}
.ns-inputLink .btn--abort {
  background-size: 16px auto;
  background-image: url(/js/icons/icon-close-white.svg);
}
.ns-inputLink .btn--save {
  background-size: 20px auto;
  background-image: url(/js/icons/icon-check-white.svg);
}
.ns-select {
  float: left;
  width: 100%;
}
.ns-select .ns-select__control,
.ns-select.ns-select--disabled {
  min-height: 50px;
  border: 1px solid #B1ACA8;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
}
.ns-select .ns-select__control.ns-select__control--is-focused,
.ns-select.ns-select--disabled.ns-select__control--is-focused {
  box-shadow: 0 0 4px #8C8177;
  border-color: rgba(140, 129, 119, 0.8);
}
.ns-form-inputitem.is-invalid .ns-select .ns-select__control,
.ns-form-inputitem.is-invalid .ns-select.ns-select--disabled {
  box-shadow: 0 0 0 1px #E70000;
  border-color: #E70000;
}
.ns-select.ns-select--disabled {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
  opacity: 0.6;
  pointer-events: none;
  background-color: #f0f0f0;
}
.ns-select .ns-select__value-container {
  min-width: 50px;
  padding: 5px 10px;
}
.ns-select .ns-select__placeholder {
  color: #000;
}
.ns-select .ns-select__menu {
  z-index: 20;
  background-color: #fff;
}
.ns-select .ns-select__menu-list {
  padding-top: 0;
  padding-bottom: 0;
}
.ns-select .ns-select__option,
.ns-select__menu-notice {
  padding: 5px 10px;
  min-height: 50px;
  font-size: 16px;
  line-height: 1.25;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.ns-select .ns-select__option.ns-select__option--is-focused,
.ns-select__menu-notice.ns-select__option--is-focused {
  background-color: #EFEEEE;
}
.ns-select .ns-select__option.ns-select__option--is-selected,
.ns-select__menu-notice.ns-select__option--is-selected {
  font-weight: bold;
  background-color: #8C8177;
  color: #fff;
}
.ns-form-group {
  float: left;
  width: 100%;
}
.ns-form-group + .ns-form-group {
  margin-top: 30px;
}
.ns-label {
  float: left;
  width: 100%;
  padding-bottom: 4px;
  font-size: 13px;
  line-height: 1.23076923;
  color: #8C8177;
}
.ns-form-input {
  float: left;
  width: 100%;
}
.ns-input-group {
  float: left;
  width: 100%;
  display: flex;
}
.ns-input-group .ns-input-group__prepend {
  order: 1;
}
.ns-input-group .ns-input {
  order: 2;
}
.ns-input-group .ns-input-group__append {
  order: 3;
}
.ns-form-inputitem {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.ns-form-inputitem:first-child,
.ns-form-inputitem.ns-form-inputitem--choice {
  margin-top: 0;
}
.ns-form-input__message {
  float: left;
  width: 100%;
  margin-top: 6px;
  font-size: 86%;
}
.ns-form-group--horz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ns-form-group--horz .ns-label {
  min-height: 50px;
  box-sizing: border-box;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (max-width: 767px) {
  .ns-form-group--horz {
    flex-direction: column;
  }
  .ns-form-group--horz .ns-label {
    min-height: 0;
    padding: 0 0 4px 0;
  }
}
.ns-form-group--horz.ns-form-group--dynamic .ns-label {
  width: auto;
  margin-right: 20px;
  white-space: nowrap;
}
.ns-form-group--horz.ns-form-group--fix .ns-label {
  width: 300px;
}
.ns-form-group--horz.ns-form-group--fix .ns-form-input {
  width: calc(100% - 320px);
}
.ns-login .ns-form-group--horz.ns-form-group--fix .ns-label {
  width: 140px;
}
.ns-login .ns-form-group--horz.ns-form-group--fix .ns-form-input {
  width: calc(100% - 160px);
}
@media (max-width: 767px) {
  .ns-form-group--horz.ns-form-group--fix .ns-label {
    width: 100% !important;
  }
  .ns-form-group--horz.ns-form-group--fix .ns-form-input {
    width: 100% !important;
  }
}
.ns-form-group--object {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.ns-form-group--object .ns-form-inputitem {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
.ns-choice {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 11px;
}
.ns-choice--noLabel {
  width: auto;
}
.ns-form-group--object .ns-choice {
  margin-left: 10px;
  margin-right: 10px;
  width: calc((100% / 3) - 20px);
}
.ns-choice__label {
  float: left;
  box-sizing: border-box;
  padding-left: 28px;
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
}
.ns-form-inputitem.is-invalid .ns-choice__label {
  color: #E70000;
}
@media (max-width: 1279px) {
  .ns-choice__label {
    font-size: 13px;
    line-height: 1.84615385;
    padding-left: 25px;
  }
}
.ns-choice__input {
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.ns-choice--radio .ns-choice__input {
  border-radius: 1000px;
}
.ns-choice--radio .ns-choice__input .ns-choice__shape {
  border-radius: 1000px;
}
.ns-choice--noLabel .ns-choice__input {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.ns-choice__shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #000;
  transition: all 0.4s;
}
.ns-choice.is-active .ns-choice__shape {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.ns-switch {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.ns-form-input .ns-switch {
  min-height: 50px;
}
.ns-switch__toggle {
  float: left;
  width: 40px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.ns-switch__toggle:first-child {
  margin-left: 0;
}
.ns-switch__toggle:last-child {
  margin-right: 0;
}
.ns-switch__bg {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: 1000px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-switch--active .ns-switch__bg {
  background-color: #8C8177;
}
.ns-switch__trigger {
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 1000px;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.ns-switch--active .ns-switch__trigger {
  left: calc(100% - 22px);
}
@media (min-width: 768px) {
  .ns-navigation {
    float: left;
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .ns-naviWrapper {
    float: left;
  }
  .ns-navi {
    float: left;
    display: flex;
    align-items: center;
  }
  .ns-navi__item {
    float: left;
    margin-left: 30px;
  }
  .ns-navi__item:first-child {
    margin-left: 0;
  }
  .ns-navi__item--catalog:before {
    float: left;
    content: '|';
    margin-right: 30px;
  }
  .ns-navi__menu {
    float: left;
    text-decoration: none;
    color: #000;
    cursor: pointer;
  }
  .ns-navi__menu:hover,
  .ns-navi__menu.path {
    color: #8C8177;
  }
  .ns-wrapper--configurator .ns-navi__menu {
    color: #fff;
  }
  .ns-wrapper--configurator .ns-navi__menu:hover,
  .ns-wrapper--configurator .ns-navi__menu.path {
    color: #B1ACA8;
  }
  .ns-navi__item--configurator .ns-navi__menu {
    padding-right: 36px;
    background-size: 28px 28px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-image: url(/js/icons/panoMenu-360-black.svg);
    height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ns-navi__item--configurator .ns-navi__menu:hover,
  .ns-navi__item--configurator .ns-navi__menu.path {
    background-image: url(/js/icons/panoMenu-360-brown.svg);
  }
  .ns-wrapper--configurator .ns-navi__item--configurator .ns-navi__menu {
    background-image: url(/js/icons/panoMenu-360-white.svg);
  }
  .ns-wrapper--configurator .ns-navi__item--configurator .ns-navi__menu:hover,
  .ns-wrapper--configurator .ns-navi__item--configurator .ns-navi__menu.path {
    background-image: url(/js/icons/panoMenu-360-lightbrown.svg);
  }
  .ns-navi__item--bookmarks .ns-navi__menu {
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 18px;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/js/icons/icon-heart-border-black.svg);
    transition: all 0.3s;
  }
  .ns-navi__item--bookmarks .ns-navi__menu:after {
    content: '';
    position: absolute;
    right: -4px;
    top: -2px;
    z-index: 2;
    border-radius: 10000px;
    width: 8px;
    height: 8px;
    background-color: #E70000;
    transform: scale(0);
    transition: all 0.3s;
  }
  .ns-navi__item--bookmarks .ns-navi__menu:hover,
  .ns-navi__item--bookmarks .ns-navi__menu.path {
    background-image: url(/js/icons/icon-heart-filled-brown.svg);
  }
  .ns-navi__item--hasFavorites.ns-navi__item--bookmarks .ns-navi__menu:after {
    transform: scale(1);
  }
  .ns-wrapper--configurator .ns-navi__item--bookmarks .ns-navi__menu {
    background-image: url(/js/icons/icon-heart-border-white.svg);
  }
  .ns-wrapper--configurator .ns-navi__item--bookmarks .ns-navi__menu:hover,
  .ns-wrapper--configurator .ns-navi__item--bookmarks .ns-navi__menu.path {
    background-image: url(/js/icons/icon-heart-filled-white.svg);
  }
  .ns-navi__item--logout .ns-navi__menu {
    padding-right: 30px;
    background-size: 20px 20px;
    background-position: 100% 4px;
    background-repeat: no-repeat;
    background-image: url(/js/icons/icon-logout-black.svg);
  }
  .ns-navi__item--logout .ns-navi__menu:hover {
    background-image: url(/js/icons/icon-logout-brown.svg);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ns-navigation {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.42857143;
  }
  .ns-wrapper--configurator .ns-navigation {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .ns-navigation {
    display: none;
  }
  .ns-wrapper--overviewBackend .ns-navigation,
  .ns-wrapper--detailBackend .ns-navigation {
    display: block;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ns-navi__item {
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ns-navi__item--catalog:before {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .ns-navi__item--logout .ns-navi__menu {
    background-position: 100% 0;
  }
}
.ns-dropdown {
  float: left;
  position: relative;
  transition: all 0s 0.6s;
  z-index: 1;
}
.ns-dropdown.is-open {
  z-index: 5;
  transition: all 0s;
}
.ns-dropdown__toggle {
  float: left;
  cursor: pointer;
  position: relative;
  padding-right: 23px;
  color: #000;
}
.ns-dropdown__toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 2;
  width: 13px;
  height: 8px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/chevron-down-black.svg);
  transition: transform 0.4s;
}
.ns-dropdown__toggle:hover,
.ns-dropdown.is-open .ns-dropdown__toggle {
  color: #8C8177;
}
.ns-dropdown__toggle:hover:after,
.ns-dropdown.is-open .ns-dropdown__toggle:after {
  background-image: url(/js/icons/chevron-down-brown.svg);
}
.ns-dropdown.is-open .ns-dropdown__toggle:after {
  transform: rotate(-180deg);
}
@media (max-width: 1279px) {
  .ns-dropdown__toggle {
    padding-right: 20px;
  }
  .ns-dropdown__toggle:after {
    top: 6px;
  }
}
.ns-dropdown__content {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  overflow: hidden;
  transition: all 0.2s 0.5s;
}
.ns-dropdown.is-open .ns-dropdown__content {
  border-color: #B1ACA8;
  transition: all 0.2s;
}
@media (max-width: 1279px) {
  .ns-dropdown__content {
    padding: 0 20px;
  }
}
.ns-dropdown__item {
  float: left;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  position: relative;
  padding-right: 34px;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  margin-top: -30px;
  opacity: 0;
  transition: margin 0.4s 0.1s, opacity 0.3s;
}
.ns-dropdown__item:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #8C8177;
  box-shadow: 0 0 0 8px #fff inset;
  transition: box-shadow 0.3s;
}
.ns-dropdown__item:hover {
  color: #8C8177;
}
.ns-dropdown__item:hover:after {
  border-color: #8C8177;
}
.ns-dropdown__item.is-active {
  color: #8C8177;
}
.ns-dropdown__item.is-active:after {
  border-color: #8C8177;
  box-shadow: 0 0 0 0 #fff inset;
}
.ns-dropdown.is-open .ns-dropdown__item {
  margin-top: 5px;
  opacity: 1;
  transition: margin 0.4s, opacity 0.4s 0.2s;
}
.ns-dropdown.is-open .ns-dropdown__item:first-child {
  margin-top: 24px;
}
.ns-dropdown.is-open .ns-dropdown__item:last-child {
  margin-bottom: 24px;
}
.ns-dropdown--color.ns-dropdown.is-open .ns-dropdown__item {
  margin-top: 15px;
}
.ns-dropdown--color.ns-dropdown.is-open .ns-dropdown__item:first-child {
  margin-top: 30px;
}
.ns-dropdown--color.ns-dropdown.is-open .ns-dropdown__item:last-child {
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .ns-dropdown__item {
    font-size: 16px;
    line-height: 1.625;
  }
  .ns-dropdown__item:after {
    top: 5px;
  }
  .ns-dropdown.is-open .ns-dropdown__item:first-child {
    margin-top: 15px;
  }
  .ns-dropdown.is-open .ns-dropdown__item:last-child {
    margin-bottom: 15px;
  }
  .ns-dropdown--color.ns-dropdown.is-open .ns-dropdown__item:first-child {
    margin-top: 20px;
  }
  .ns-dropdown--color.ns-dropdown.is-open .ns-dropdown__item:last-child {
    margin-bottom: 20px;
  }
}
.ns-dropdown__icon {
  float: left;
  width: 30px;
  margin-right: 15px;
}
@media (max-width: 1279px) {
  .ns-dropdown__icon {
    width: 26px;
    margin-right: 10px;
  }
}
.ns-stoneSearch {
  float: left;
  position: relative;
}
.ns-mobileFilter .ns-stoneSearch {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .ns-actions .ns-stoneSearch {
    display: none;
  }
}
.ns-stoneSearch__input {
  float: left;
  width: 102px;
  transition: all 0.4s;
  padding-right: 30px;
  max-width: 220px;
  box-sizing: border-box;
}
.ns-stoneSearch.is-focused .ns-stoneSearch__input {
  width: 220px;
}
@media (max-width: 1279px) {
  .ns-stoneSearch__input {
    width: 80px;
  }
  .ns-stoneSearch.is-focused .ns-stoneSearch__input {
    width: 180px;
  }
}
.ns-stoneSearch__input .ns-input {
  min-height: 28px;
  padding: 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 1.16666667;
}
.ns-stoneSearch__input .ns-input::placeholder {
  color: #000;
}
.ns-stoneSearch:hover .ns-stoneSearch__input .ns-input::placeholder {
  color: #8C8177;
}
.ns-stoneSearch.is-focused .ns-stoneSearch__input .ns-input::placeholder {
  color: #000;
}
@media (max-width: 1279px) {
  .ns-stoneSearch__input .ns-input {
    font-size: 16px;
    line-height: 1.25;
    min-height: 20px;
  }
}
.ns-stoneSearch__icons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 28px;
  height: 28px;
  cursor: pointer;
  pointer-events: none;
}
.ns-stoneSearch.has-content .ns-stoneSearch__icons {
  pointer-events: initial;
}
@media (max-width: 1279px) {
  .ns-stoneSearch__icons {
    width: 20px;
    height: 20px;
  }
}
.ns-stoneSearch__icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ns-stoneSearch__icon--search {
  background-size: 20px 20px;
  background-image: url(/js/icons/icon-search-black.svg);
  transition: transform 0.4s 0.1s;
}
.ns-stoneSearch:hover .ns-stoneSearch__icon--search,
.ns-stoneSearch.is-focused .ns-stoneSearch__icon--search {
  background-image: url(/js/icons/icon-search-brown.svg);
}
.ns-stoneSearch.has-content .ns-stoneSearch__icon--search {
  transform: scale(0);
  transition: transform 0.2s;
}
.ns-stoneSearch__icon--close {
  background-size: 18px 18px;
  background-image: url(/js/icons/icon-close-black.svg);
  transform: scale(0);
  transition: transform 0.2s;
}
.ns-stoneSearch__icon--close:hover {
  background-image: url(/js/icons/icon-close-brown.svg);
}
.ns-stoneSearch.has-content .ns-stoneSearch__icon--close {
  transform: scale(1);
  transition: transform 0.4s 0.1s;
}
.ns-selection {
  float: left;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .ns-selection {
    flex-direction: column;
  }
}
.ns-selection__unit {
  float: left;
}
.ns-selection__unit--2 {
  flex-shrink: 0;
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .ns-selection__unit--2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.ns-selection__items {
  float: left;
  margin: -10px;
}
.ns-selection__item {
  margin: 10px;
  float: left;
  border: none;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 0;
  padding: 5px 24px;
  background-color: #8C8177;
  cursor: pointer;
  outline: none;
  min-height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding-right: 46px;
  background-size: 12px 12px;
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-close-white.svg);
}
.ns-selection__item:hover {
  color: #fff;
  background-color: #B1ACA8;
}
.ns-selection__remove {
  float: left;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 15px;
  padding-right: 22px;
  background-size: 12px 12px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-close-brown.svg);
  text-decoration: none;
  color: #8C8177;
  cursor: pointer;
}
.ns-selection__remove:hover {
  color: #B1ACA8;
  background-image: url(/js/icons/icon-close-lightbrown.svg);
}
@media (max-width: 1279px) {
  .ns-selection__remove {
    margin-top: 0;
  }
}
.ns-stoneTeasers {
  float: left;
  width: 100%;
}
.ns-stoneTeasers__cover {
  float: left;
  width: calc(100% + 20px);
  margin: -30px -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .ns-stoneTeasers__cover {
    margin: -15px 0;
    width: 100%;
  }
}
.ns-stoneTeaser {
  float: left;
  margin: 30px 10px;
  width: calc((100% / 3) - 20px);
  cursor: pointer;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
.ns-stoneTeaser:hover {
  color: #8C8177;
}
@media (max-width: 1279px) {
  .ns-stoneTeaser {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .ns-stoneTeaser {
    width: 100%;
    margin: 15px 0;
  }
}
.ns-stoneTeaser__content {
  float: left;
  width: 100%;
}
.ns-stoneTeaser__part {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.ns-stoneTeaser__part:first-child {
  margin-top: 0 !important ;
}
.ns-stoneTeaser__part--image {
  position: relative;
  overflow: hidden;
}
.ns-stoneTeaser__image {
  float: left;
  width: 100%;
  transition: all 0.4s;
}
.ns-stoneTeaser:hover .ns-stoneTeaser__image {
  transform: scale(1.05);
}
.ns-stoneTeasers .ns-noResults {
  margin-left: 10px;
  color: #626262;
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
}
.ns-stoneProps {
  float: left;
  width: 100%;
}
.ns-stoneProps__content {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ns-stoneProps__content {
    flex-direction: column;
  }
}
.ns-stoneProps__subcontent {
  float: left;
}
@media (max-width: 767px) {
  .ns-stoneProps__subcontent {
    width: 100% !important;
  }
}
.ns-stoneProps__subcontent--1 {
  width: calc(100% - 560px);
}
@media (max-width: 1279px) {
  .ns-stoneProps__subcontent--1 {
    width: calc(100% - 360px);
  }
}
.ns-stoneProps__subcontent--2 {
  width: 520px;
}
@media (max-width: 1279px) {
  .ns-stoneProps__subcontent--2 {
    width: 320px;
  }
}
.ns-stoneProps__unit {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.ns-stoneProps__unit:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .ns-stoneProps__unit {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .ns-stoneProps__unit--id {
    margin-top: 20px !important;
  }
}
.ns-stoneProps__unit--title {
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .ns-stoneProps__unit--title {
    margin-top: 20px !important;
  }
}
.ns-stoneProps__part {
  float: left;
  width: 100%;
}
.ns-stoneProps__part--h3 {
  margin-bottom: 4px;
}
.ns-stoneProps__part--text {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  .ns-stoneProps__part--text {
    font-size: 16px;
    line-height: 1.25;
  }
}
.ns-stoneProps__unit--stock .ns-stoneProps__part--text {
  font-size: 13px;
  line-height: 1.23076923;
}
.ns-quickAction {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 10000px;
  background-color: rgba(255, 255, 255, 0.75);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.2s;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.ns-quickAction:hover,
.ns-quickAction:focus {
  background-color: rgba(255, 255, 255, 0.75);
}
.ns-stoneProps .ns-quickAction {
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .ns-stoneProps .ns-quickAction {
    width: 50px;
    height: 50px;
  }
}
.ns-quickAction--addToFav {
  right: 20px;
  top: 20px;
  background-size: 24px 22px;
  background-position: 50% 52%;
  background-image: url(/js/icons/icon-heart-border-brown.svg);
}
.ns-quickAction--addToFav:hover,
.is-favorite .ns-quickAction--addToFav {
  background-image: url(/js/icons/icon-heart-filled-brown.svg);
}
.ns-stoneProps .ns-quickAction--addToFav {
  right: 40px;
  top: 40px;
  background-size: 30px 28px;
}
@media (max-width: 1279px) {
  .ns-stoneProps .ns-quickAction--addToFav {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  .ns-stoneProps .ns-quickAction--addToFav {
    background-size: 24px 22px;
  }
}
.ns-favorite .ns-quickAction--addToFav {
  background-image: url(/js/icons/icon-heart-filled-brown.svg);
}
.ns-favorite .ns-quickAction--addToFav:hover {
  background-image: url(/js/icons/icon-heart-border-brown.svg);
}
@media (max-width: 1279px) {
  .ns-favorite .ns-quickAction--addToFav {
    background-size: 16px auto;
    background-position: 50% 58%;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
.ns-quickAction--delete {
  right: 20px;
  top: 20px;
  background-size: 22px 24px;
  background-image: url(/js/icons/icon-trash-border-brown.svg);
}
.ns-quickAction--delete:hover {
  background-image: url(/js/icons/icon-trash-filled-brown.svg);
}
.ns-quickAction--upload {
  right: 20px;
  top: 20px;
  background-size: 22px 24px;
  background-image: url(/js/icons/icon-upload-brown.svg);
}
:hover > .ns-quickAction--upload {
  background-image: url(/js/icons/icon-upload-black.svg);
}
.ns-quickAction--qrCode {
  right: 20px;
  bottom: 20px;
  border-radius: 6px;
  background-size: 40px 40px;
  background-image: url(/js/icons/icon-qrcode-brown.svg);
}
.ns-quickAction--qrCode:hover {
  background-image: url(/js/icons/icon-qrcode-black.svg);
}
.ns-stoneSight {
  float: left;
  width: 100%;
}
.ns-stoneSight__imageWrapper {
  float: left;
  width: 100%;
  position: relative;
}
.ns-stoneSight__part {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-stoneSight__part:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .ns-stoneSight__part {
    margin-top: 20px;
  }
}
.ns-stoneSight__image {
  float: left;
  width: 100%;
}
.ns-stoneSight__copyright {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.23076923;
  text-decoration: none;
  color: #8C8177;
}
.ns-stoneSight__copyright:hover {
  color: #000;
}
.ns-panoMenu {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 8px 0;
  background-color: #000;
  border-radius: 10000px;
}
@media (max-width: 1279px) {
  .ns-panoMenu {
    right: 20px;
    bottom: 20px;
  }
}
.ns-favorite .ns-panoMenu {
  right: 20px;
  bottom: 20px;
  padding: 8px 0;
}
@media (max-width: 1279px) {
  .ns-favorite .ns-panoMenu {
    display: none;
  }
}
.ns-panoMenu__content {
  float: left;
  overflow: hidden;
}
.ns-panoMenu__item {
  float: left;
  height: 44px;
  aspect-ratio: 40 / 44;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ns-panoMenu__item--kitchen {
  background-image: url(/js/icons/panoMenu-kitchen-white.svg);
}
.ns-panoMenu__item--kitchen:hover {
  background-image: url(/js/icons/panoMenu-kitchen-brown.svg);
}
.ns-panoMenu__item--bath {
  background-image: url(/js/icons/panoMenu-bath-white.svg);
}
.ns-panoMenu__item--bath:hover {
  background-image: url(/js/icons/panoMenu-bath-brown.svg);
}
.ns-panoMenu__item--livingRoom {
  background-image: url(/js/icons/panoMenu-livingRoom-white.svg);
}
.ns-panoMenu__item--livingRoom:hover {
  background-image: url(/js/icons/panoMenu-livingRoom-brown.svg);
}
.ns-panoMenu__item--house {
  background-image: url(/js/icons/panoMenu-house-white.svg);
}
.ns-panoMenu__item--house:hover {
  background-image: url(/js/icons/panoMenu-house-brown.svg);
}
.ns-panoMenu__item--general {
  margin-right: 10px;
  margin-left: 10px;
  background-image: url(/js/icons/panoMenu-360-white.svg);
}
.ns-panoMenu__item--general:hover {
  background-image: url(/js/icons/panoMenu-360-brown.svg);
}
.ns-panoMenu__content .ns-panoMenu__item {
  opacity: 0;
  margin-right: -40px;
  transition: margin 0.4s 0.1s, opacity 0.2s;
}
.ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item {
  opacity: 1;
  margin-right: 0 !important;
  margin-left: 16px;
  transition: margin 0.4s, opacity 0.6s 0.2s;
}
.ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item.ns-panoMenu__item--kitchen {
  margin-left: 24px;
}
.ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item.ns-panoMenu__item--house {
  margin-right: 6px;
}
.ns-favorite .ns-panoMenu .ns-panoMenu__item {
  height: 34px;
}
.ns-favorite .ns-panoMenu .ns-panoMenu__item--general {
  margin-left: 9px;
  margin-right: 9px;
}
.ns-favorite .ns-panoMenu .ns-panoMenu__content .ns-panoMenu__item {
  margin-right: -31px;
}
.ns-favorite .ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item {
  margin-left: 10px;
}
.ns-favorite .ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item--kitchen {
  margin-left: 18px;
}
.ns-favorite .ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item--house {
  margin-right: 1px;
}
@media (max-width: 767px) {
  .ns-stoneProps .ns-panoMenu .ns-panoMenu__item {
    height: 34px;
  }
  .ns-stoneProps .ns-panoMenu .ns-panoMenu__item--general {
    margin-left: 9px;
    margin-right: 9px;
  }
  .ns-stoneProps .ns-panoMenu .ns-panoMenu__content .ns-panoMenu__item {
    margin-right: -31px;
  }
  .ns-stoneProps .ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item {
    margin-left: 10px;
  }
  .ns-stoneProps .ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item--kitchen {
    margin-left: 18px;
  }
  .ns-stoneProps .ns-panoMenu:hover .ns-panoMenu__content .ns-panoMenu__item--house {
    margin-right: 1px;
  }
}
.ns-sliderWrapper {
  float: left;
  width: 100%;
}
.ns-lightbox--referencesSlider .ns-sliderWrapper {
  height: 100%;
}
.ns-slider {
  float: left;
  width: 100%;
}
.ns-slider__cover {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .ns-slider__cover {
    width: 100vw;
    margin-left: calc(var(--deskSpace) * -1);
  }
}
.ns-slider__stage {
  float: left;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-slider__stage {
    box-sizing: border-box;
    padding-left: var(--deskSpace);
  }
}
.ns-wrapper--detailBackend .ns-slider__stage {
  overflow: visible;
}
@media (max-width: 767px) {
  .ns-wrapper--detailBackend .ns-slider__stage {
    padding-right: var(--deskSpace);
  }
}
.ns-slider__area {
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
}
.ns-wrapper--detailBackend .ns-slider__area {
  flex-wrap: wrap;
  margin: -30px -10px;
}
@media (max-width: 767px) {
  .ns-wrapper--detailBackend .ns-slider__area {
    margin: -30px 0;
    width: 100%;
  }
}
.ns-slide {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
  transition: margin 0.5s;
}
@media (max-width: 1279px) {
  .ns-slide {
    width: calc((100% / 3) - 20px);
  }
}
@media (max-width: 767px) {
  .ns-slide {
    width: calc(100% - 20px - 120px);
  }
}
.ns-wrapper--detailBackend .ns-slide {
  margin: 30px 10px;
}
@media (max-width: 767px) {
  .ns-wrapper--detailBackend .ns-slide {
    margin: 30px 0;
    width: 100%;
  }
}
.ns-slide__content {
  float: left;
  width: 100%;
  position: relative;
}
.ns-slider__part {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.ns-slider__part:first-child {
  margin-top: 0;
}
.ns-slider__part--copyright {
  font-size: 13px;
  line-height: 1.23076923;
}
.ns-slider__part--image {
  overflow: hidden;
}
.ns-slider__part--delete {
  position: relative;
  height: 50px;
}
.ns-slider__part--delete .ns-quickAction--delete {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.ns-sliderImage {
  float: left;
  width: 100%;
}
.ns-slider--references .ns-sliderImage {
  cursor: pointer;
}
.ns-sliderLink {
  float: left;
  text-decoration: none;
  color: #8C8177;
}
.ns-sliderLink:hover {
  color: #000;
}
.ns-sliderText {
  float: left;
  width: 100%;
}
.ns-sliderControl {
  position: absolute;
  top: 0;
  width: calc((100% - 60px) / 4);
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.ns-sliderControl:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 16px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .ns-sliderControl {
    width: 100px;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.is-noSlider .ns-sliderControl {
  display: none;
}
.ns-sliderControl--prev {
  left: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.54) 31%, rgba(0, 0, 0, 0) 100%);
}
.ns-sliderControl--prev:after {
  left: 20px;
  background-image: url(/js/icons/arrow-left-white.svg);
}
.ns-sliderControl--prev:hover:after {
  background-image: url(/js/icons/arrow-left-brown.svg);
}
@media (max-width: 767px) {
  .ns-sliderControl--prev {
    display: none;
  }
}
.ns-sliderControl--next {
  right: 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 69%, rgba(0, 0, 0, 0.9) 100%);
}
.ns-sliderControl--next:after {
  right: 20px;
  background-image: url(/js/icons/arrow-right-white.svg);
}
.ns-sliderControl--next:hover:after {
  background-image: url(/js/icons/arrow-right-brown.svg);
}
@media (max-width: 767px) {
  .ns-sliderControl--next:after {
    right: var(--deskSpace);
  }
}
.ns-shareLinks {
  float: left;
  width: 100%;
}
.ns-shareLinks__item {
  float: left;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
  color: #000;
}
.ns-shareLinks__item:first-child {
  margin-left: 0;
}
.ns-shareLinks__item:hover {
  color: #8C8177;
}
.ns-shareLinks__title {
  float: left;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.23076923;
}
.ns-shareLinks__icon {
  float: left;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.ns-shareLinks__item--file .ns-shareLinks__icon {
  aspect-ratio: 36 / 50;
  width: 36px;
  background-image: url(/js/icons/icon-file-black.svg);
}
:hover.ns-shareLinks__item--file .ns-shareLinks__icon {
  background-image: url(/js/icons/icon-file-brown.svg);
}
@media (max-width: 767px) {
  .ns-shareLinks__item--file .ns-shareLinks__icon {
    width: 30px;
  }
}
.ns-shareLinks__item--share .ns-shareLinks__icon {
  aspect-ratio: 44 / 50;
  width: 44px;
  background-image: url(/js/icons/icon-share-black.svg);
}
:hover.ns-shareLinks__item--share .ns-shareLinks__icon {
  background-image: url(/js/icons/icon-share-brown.svg);
}
@media (max-width: 767px) {
  .ns-shareLinks__item--share .ns-shareLinks__icon {
    width: 36px;
  }
}
.ns-share {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
  margin-top: 42px;
  margin-bottom: 42px;
}
.ns-share__item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.4;
  color: #626262;
  cursor: pointer;
  border-bottom: 1px solid #B1ACA8;
  padding: 16px 40px 16px 0;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}
.ns-share__item:hover,
.ns-share__item:focus {
  color: #000;
}
.ns-share__item:first-child {
  padding-top: 0;
}
.ns-share__item:last-child {
  padding-bottom: 0;
  border: none;
}
.ns-share__item--whatsapp {
  background-size: 24px 24px;
  background-image: url(/js/icons/icon-whatsapp-gray.svg);
  background-position: 100% 2px;
}
.ns-share__item--whatsapp:hover,
.ns-share__item--whatsapp:focus {
  background-image: url(/js/icons/icon-whatsapp-black.svg);
}
.ns-share__item--mail {
  background-size: 28px 19px;
  background-image: url(/js/icons/icon-mail-gray.svg);
}
.ns-share__item--mail:hover,
.ns-share__item--mail:focus {
  background-image: url(/js/icons/icon-mail-black.svg);
}
.ns-share__item--copyLink {
  background-size: 25px 11px;
  background-image: url(/js/icons/icon-link-gray.svg);
  background-position: 100% 24px;
}
.ns-share__item--copyLink:hover,
.ns-share__item--copyLink:focus {
  background-image: url(/js/icons/icon-link-black.svg);
}
.ns-share__item--copySuccesful {
  font-style: italic;
  text-decoration: none;
}
.ns-pager {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .ns-pager {
    font-size: 13px;
    line-height: 1.23076923;
  }
}
.ns-pager__unit {
  float: left;
}
.ns-pager__control {
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: 30px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ns-pager__control--prev {
  background-image: url(/js/icons/arrow-left-black.svg);
}
.ns-pager__control--prev:hover {
  background-image: url(/js/icons/arrow-left-brown.svg);
}
.ns-pager__control--next {
  background-image: url(/js/icons/arrow-right-black.svg);
}
.ns-pager__control--next:hover {
  background-image: url(/js/icons/arrow-right-brown.svg);
}
.ns-pager__counter {
  float: left;
  display: flex;
  align-items: center;
}
.ns-pager__amount,
.ns-pager__separator,
.ns-pager__total {
  float: left;
}
.ns-pager__separator {
  margin: 0 5px;
}
.ns-moreContent {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .ns-moreContent {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ns-moreContent__unit {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.ns-moreContent__unit:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .ns-moreContent__unit {
    margin-top: 40px;
  }
}
.ns-moreContent__title {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.ns-moreContent__slider {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-moreContent__slider:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .ns-moreContent__slider {
    margin-top: 10px;
  }
  .ns-wrapper--detailBackend .ns-moreContent__slider {
    margin-top: 30px;
  }
}
.ns-moreContent__actions {
  float: left;
  flex-shrink: 0;
  margin-left: 40px;
}
.ns-similarStones {
  float: left;
  width: 100%;
}
.ns-similarStones__unit {
  float: left;
  width: 100%;
}
.ns-similarStones__unit--list {
  background-color: #EFEEEE;
}
.ns-similarStones__unit--list:not(:empty) {
  margin-bottom: 16px;
}
.ns-similarStones__item {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.2;
  color: #8C8177;
}
.ns-similarStones__item:first-child {
  border: none;
}
.ns-similarStones__name {
  float: left;
  width: 100%;
  padding: 9px 8px 7px;
  box-sizing: border-box;
}
.ns-similarStones__actions {
  float: left;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ns-favorites {
  float: left;
  width: 100%;
}
.ns-wrapper--date .ns-favorites {
  margin-top: 30px;
}
.ns-favorites__area {
  float: left;
  width: 100%;
  margin-top: -30px;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .ns-favorites__area {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
.ns-wrapper--favorites .ns-favorites__area {
  width: calc(100% + 100px);
  margin-left: -50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .ns-wrapper--favorites .ns-favorites__area {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .ns-wrapper--favorites .ns-favorites__area {
    width: 100%;
    margin-left: 0;
  }
}
.ns-favorite {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .ns-favorite {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ns-wrapper--favorites .ns-favorite {
  margin-left: 50px;
  margin-right: 50px;
  width: calc(50% - 100px);
}
@media (max-width: 1279px) {
  .ns-wrapper--favorites .ns-favorite {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .ns-wrapper--favorites .ns-favorite {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.ns-favorite__section {
  float: left;
}
.ns-favorite__section--1 {
  width: calc(100% - 260px);
}
@media (max-width: 1279px) {
  .ns-favorite__section--1 {
    width: calc(100% - 170px);
  }
}
.ns-favorite__section--2 {
  width: 260px;
  box-sizing: border-box;
  padding: 30px 0 30px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .ns-favorite__section--2 {
    width: 170px;
    padding: 10px 0 10px 10px;
  }
}
.ns-favorite__part {
  float: left;
  width: 100%;
  position: relative;
}
.ns-favorite__part--noFavorites {
  font-size: 18px;
  color: #8C8177;
}
.ns-favorite__part--remove {
  margin-top: auto;
  padding-top: 30px;
}
.ns-favorite__image {
  float: left;
  width: 100%;
}
.ns-arrangeDate {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ns-arrangeDate {
    flex-direction: column;
  }
}
.ns-arrangeDate__section {
  float: left;
  width: calc(50% - 50px);
}
@media (max-width: 1279px) {
  .ns-arrangeDate__section {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .ns-arrangeDate__section {
    width: 100%;
  }
}
.ns-arrangeDate__unit {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.ns-arrangeDate__unit:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .ns-arrangeDate__unit {
    margin-top: 40px;
  }
}
.ns-arrangeDate__unit--callUs {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .ns-arrangeDate__unit--callUs {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .ns-arrangeDate__unit--favorites {
    margin-top: 40px !important;
  }
}
.ns-arrangeDateForm {
  float: left;
  width: 100%;
}
.ns-arrangeDateForm .ns-label {
  color: #000;
}
.ns-arrangeDateForm .ns-input {
  border: none;
  border-bottom: 1px solid #000;
  font-size: 26px;
  line-height: 1.23076923;
  padding: 0 0 4px 0;
}
.ns-arrangeDateForm .ns-input:focus {
  box-shadow: none;
  border-color: #4B7F74;
}
@media (max-width: 767px) {
  .ns-arrangeDateForm .ns-input {
    font-size: 16px;
    line-height: 1.25;
  }
}
.ns-arrangeDateForm .ns-form-inputitem.is-invalid .ns-input {
  border-bottom: 1px solid #E70000;
  box-shadow: none;
  color: #E70000;
}
.ns-arrangeDateForm .ns-form-inputitem.is-invalid .ns-input:focus {
  box-shadow: none;
  border-color: #E70000;
}
.ns-arrangeDateForm__actions {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-arrangeDateForm__submit {
  float: left;
  padding-left: 38px;
  text-decoration: none;
  color: #B1ACA8;
  background-size: 24px 24px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url(/js/icons/arrow-rightTop-lightbrown.svg);
  cursor: pointer;
}
.ns-arrangeDateForm__submit:hover {
  color: #8C8177;
  background-image: url(/js/icons/arrow-rightTop-brown.svg);
}
@media (max-width: 1279px) {
  .ns-arrangeDateForm__submit {
    background-size: 20px 20px;
    background-position: 0 0;
    padding-left: 30px;
  }
}
.ns-myRooms {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-myRooms__content {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ns-myRooms__item {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding-left: 120px;
  position: relative;
  min-height: 100px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.ns-myRooms__item:first-child {
  margin-top: 0;
}
.ns-myRooms__item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: #000;
  border-radius: 10000px;
  background-size: 65px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ns-myRooms__item:hover {
  color: #8C8177;
}
.ns-myRooms__item:hover:after {
  background-color: #8C8177;
}
@media (max-width: 1279px) {
  .ns-myRooms__item {
    padding-left: 96px;
    min-height: 76px;
  }
  .ns-myRooms__item:after {
    width: 76px;
    height: 76px;
    background-size: 46px auto;
  }
}
.ns-myRooms__item--kitchen:after {
  background-size: 60px auto;
  background-image: url(/js/icons/icon-kitchen-white.svg);
}
@media (max-width: 1279px) {
  .ns-myRooms__item--kitchen:after {
    background-size: 40px auto;
  }
}
.ns-myRooms__item--bath:after {
  background-image: url(/js/icons/icon-bath-white.svg);
}
.ns-myRooms__item--livingRoom:after {
  background-size: 50px auto;
  background-image: url(/js/icons/icon-livingRoom-white.svg);
}
@media (max-width: 1279px) {
  .ns-myRooms__item--livingRoom:after {
    background-size: 40px auto;
  }
}
.ns-myRooms__item--house:after {
  background-size: 60px auto;
  background-image: url(/js/icons/icon-house-white.svg);
}
@media (max-width: 1279px) {
  .ns-myRooms__item--house:after {
    background-size: 40px auto;
  }
}
.ns-myRooms__part {
  float: left;
  width: 100%;
}
@media (max-width: 1279px) {
  .ns-myRooms__part {
    margin-top: 6px;
  }
  .ns-myRooms__part:first-child {
    margin-top: 0;
  }
}
.ns-myRooms__part--stone {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  .ns-myRooms__part--stone {
    font-size: 13px;
    line-height: 1.23076923;
  }
}
.ns-actions {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .ns-actions {
    flex-direction: column;
  }
}
.ns-actions__unit {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .ns-actions__unit {
    width: 100% !important;
  }
}
.ns-actions__unit--1 {
  width: calc(100% - 260px);
}
@media (max-width: 1279px) {
  .ns-actions__unit--1 {
    width: 100%;
    margin-top: 40px;
    order: 2;
  }
}
.ns-actions__unit--2 {
  width: 220px;
  align-items: flex-end;
}
@media (max-width: 1279px) {
  .ns-actions__unit--2 {
    width: 180px;
    order: 1;
    align-self: flex-end;
  }
}
.ns-actions__part {
  float: left;
}
@media (max-width: 767px) {
  .ns-actions__part {
    width: 100%;
  }
}
.ns-actions__part--selection {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ns-actions__part--selection {
    display: none;
  }
}
.ns-actions__part--addEntry {
  margin-top: 20px;
}
.ns-toggle {
  position: fixed;
  top: var(--deskSpace);
  right: var(--deskSpace);
  z-index: 2002;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.ns-wrapper--configurator .ns-toggle {
  top: 14px;
}
.ns-naviToggle {
  display: none;
}
@media (max-width: 767px) {
  .ns-naviToggle {
    display: block;
  }
  .ns-wrapper--overviewBackend .ns-naviToggle,
  .ns-wrapper--detailBackend .ns-naviToggle {
    display: none;
  }
}
.tline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #8C8177;
}
.ns-wrapper--configurator .tline {
  background-color: #fff;
}
.tline--1 {
  top: 6px;
  transition: all 0.4s 0.1s;
}
.tline--2 {
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s;
}
.tline--3 {
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s;
}
.tline--4 {
  bottom: 6px;
  transition: all 0.4s 0.1s;
}
.ns-toggle--active .tline--1,
.ns-toggle--active .tline--4 {
  width: 0;
  transition: all 0.3s;
}
.ns-toggle--active .tline--2 {
  transform: translateX(-50%) rotate(-45deg);
  transition: all 0.4s 0.1s;
}
.ns-toggle--active .tline--3 {
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.4s 0.1s;
}
.ns-wrapper.ns-navigation--open .ns-naviToggle.ns-toggle--active .tline {
  background-color: #fff;
}
.ns-logout {
  float: left;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .ns-logout {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .ns-logout {
    display: block;
    margin-top: 24px;
  }
}
.ns-logout__item {
  float: left;
  margin-left: 30px;
}
.ns-logout__item:first-child {
  margin-left: 0;
}
@media (max-width: 1279px) {
  .ns-logout__item {
    margin-left: 24px;
  }
}
.ns-logout__action {
  float: left;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.ns-logout__action:hover,
.ns-logout__action.path {
  color: #8C8177;
}
.ns-logout__item .ns-logout__action {
  padding-right: 30px;
  background-size: 20px 20px;
  background-position: 100% 4px;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-logout-black.svg);
}
.ns-logout__item .ns-logout__action:hover {
  background-image: url(/js/icons/icon-logout-brown.svg);
}
@media (max-width: 1279px) {
  .ns-logout__item .ns-logout__action {
    background-position: 100% 0;
  }
}
@media (max-width: 767px) {
  .ns-navigation:not(.ns-navigation--authenticated) {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    width: 100%;
    height: 100%;
    background-color: #B1ACA8;
    overflow: hidden;
    overflow-y: auto;
    transform: translateY(-100%);
    transition: all 0.6s 0.1s;
    display: none;
  }
  .ns-wrapper.ns-navigation--open .ns-navigation:not(.ns-navigation--authenticated) {
    transform: translateY(0);
    transition: all 0.6s;
  }
  .ns-naviWrapper {
    float: left;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding: 105px 0 116px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ns-mobileNavi__desk {
    float: left;
    width: 100%;
  }
  .ns-navi {
    float: left;
    width: 100%;
    max-width: var(--deskMaxWidth);
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.3s;
  }
  .ns-wrapper.ns-navigation--open .ns-navi {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s 0.4s;
  }
  .ns-navi__item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .ns-navi__menu {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.3;
    padding: 11px 30px 11px 0;
    transition: all 0.3s;
  }
  .ns-navi__menu:hover,
  .ns-navi__menu.path {
    color: #fff;
    padding: 11px 0 11px 30px;
  }
  .ns-navi__item--configurator .ns-navi__menu {
    display: flex;
    align-items: center;
  }
  .ns-navi__item--configurator .ns-navi__menu:after {
    content: '';
    margin-left: 10px;
    flex-shrink: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/js/icons/panoMenu-360-white.svg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .ns-navigation:not(.ns-navigation--authenticated) {
    display: block;
  }
}
.ns-mobileFilter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2010;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: all 0.6s 0.1s;
  display: none;
}
.ns-wrapper.mobileFilterOpen .ns-mobileFilter {
  transform: translateY(0);
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .ns-mobileFilter {
    display: block;
  }
}
.ns-mobileFilter__wrapper {
  float: left;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 116px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ns-mobileFilter__desk {
  float: left;
  width: 100%;
  max-width: var(--deskMaxWidth);
}
.ns-mobileFilter__content {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s;
}
.ns-wrapper.mobileFilterOpen .ns-mobileFilter__content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s 0.4s;
}
.ns-mobileFilter__unit {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ns-mobileFilter__unit:first-child {
  margin-top: 0;
}
.ns-mobileFilter__unit--title {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ns-mobileFilter__unit--apply {
  margin-top: 40px;
}
.ns-mobileFilter__part {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.ns-mobileFilter__part:first-child {
  margin-top: 0;
}
.ns-mobileFilter__part--title {
  display: flex;
  align-items: flex-start;
}
.ns-mobileFilter__info {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: -4px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-info-border-black.svg);
}
.ns-mobileFilter__info:hover {
  background-image: url(/js/icons/icon-info-border-brown.svg);
}
.ns-colorFilter {
  float: left;
  width: 100%;
}
.ns-colorFilter__wrapper {
  float: left;
  width: 100vw;
  margin-left: calc(var(--deskSpace) * -1);
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ns-colorFilter__wrapper::-webkit-scrollbar {
  display: none;
}
.ns-colorFilter__cover {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
}
.ns-colorFilter__cover:before,
.ns-colorFilter__cover:after {
  content: '';
  float: left;
  height: 1px;
  width: var(--deskSpace);
  flex-shrink: 0;
}
.ns-colorFilter__item {
  float: left;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #000;
  position: relative;
}
.ns-colorFilter__item:after {
  content: '';
  position: absolute;
  right: 50%;
  margin-right: -25px;
  top: 0;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 10000px;
  background-color: #E70000;
  transition: all 0.3s;
  transform: scale(0);
}
.ns-colorFilter__item:hover {
  color: #8C8177;
}
.ns-colorFilter__item.is-active {
  color: #8C8177;
}
.ns-colorFilter__item.is-active:after {
  transform: scale(1);
}
.ns-colorFilter__icon {
  float: left;
  width: 46px;
}
.ns-colorFilter__name {
  float: left;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.23076923;
  margin-top: 8px;
}
.ns-slider--referenceLightbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'UniversLTProRoman', sans-serif;
  color: #fff;
}
.ns-slider--referenceLightbox .ns-slider__cover {
  aspect-ratio: 4 / 3;
  margin: 0 !important;
}
@media (min-aspect-ratio: 1520/1080) {
  .ns-slider--referenceLightbox .ns-slider__cover {
    width: auto;
    height: calc(100% - 240px);
  }
}
@media (max-aspect-ratio: 1519/1080) {
  .ns-slider--referenceLightbox .ns-slider__cover {
    width: calc(100% - 240px);
    height: auto;
  }
}
@media (max-width: 767px) and (min-aspect-ratio: 1520/1080) {
  .ns-slider--referenceLightbox .ns-slider__cover {
    height: calc(100% - 120px);
  }
}
@media (max-width: 767px) and (max-aspect-ratio: 1520/1080) {
  .ns-slider--referenceLightbox .ns-slider__cover {
    width: calc(100% - 120px);
  }
}
.ns-slider--referenceLightbox .ns-slider__stage {
  height: 100%;
  overflow: visible;
  padding: 0 !important;
}
.ns-slider--referenceLightbox .ns-sliderControl {
  width: 5.68181818%;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100% !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  display: block;
}
.ns-slider--referenceLightbox .ns-sliderControl:after {
  display: none;
}
@media (max-aspect-ratio: 1520/1080) {
  .ns-slider--referenceLightbox .ns-sliderControl {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .ns-slider--referenceLightbox .ns-sliderControl {
    display: none !important;
  }
}
.is-noSlider .ns-slider--referenceLightbox .ns-sliderControl {
  display: none;
}
.ns-slider--referenceLightbox .ns-sliderControl.is-disabled {
  display: none;
}
.ns-slider--referenceLightbox .ns-sliderControl--prev {
  left: initial;
  right: 100%;
  margin-right: 70px;
  background-image: url(/js/icons/arrow-left-white.svg) !important;
}
@media (max-aspect-ratio: 1520/1080) {
  .ns-slider--referenceLightbox .ns-sliderControl--prev {
    margin-right: 40px;
  }
}
.ns-slider--referenceLightbox .ns-sliderControl--next {
  right: initial;
  left: 100%;
  margin-left: 70px;
  background-image: url(/js/icons/arrow-right-white.svg) !important;
}
@media (max-aspect-ratio: 1520/1080) {
  .ns-slider--referenceLightbox .ns-sliderControl--next {
    margin-left: 40px;
  }
}
.ns-slider--referenceLightbox .ns-slider__area {
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 100%;
}
.ns-slider--referenceLightbox .ns-slide {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.ns-slider--referenceLightbox .ns-slider__part {
  margin: 0;
  opacity: 0;
  transition: all 0.4s;
}
.ns-slider--referenceLightbox .ns-slide.is-active .ns-slider__part {
  opacity: 1;
}
.ns-slider--referenceLightbox .ns-slider__part--image {
  background-color: #000;
  display: block;
  opacity: 1;
}
.ns-slider--referenceLightbox .ns-slider__part--copyright,
.ns-slider--referenceLightbox .ns-slider__part--description {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 14px;
}
.ns-slider--referenceLightbox .ns-slider__part--description {
  margin-top: 34px;
  z-index: 2;
}
.ns-slider--referenceLightbox .ns-sliderImage {
  transition: all 0.4s;
  opacity: 0.35;
}
.ns-slider--referenceLightbox .ns-slide.is-active .ns-sliderImage {
  opacity: 1;
}
.ns-slider--referenceLightbox .ns-sliderLink a {
  text-decoration: none;
  color: #fff !important;
}
.ns-consultant {
  float: left;
  width: 100%;
  margin-bottom: 120px;
}
.ns-consultant__section {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.ns-consultant__section--interaction,
.ns-consultant__section--settings {
  display: flex;
  justify-content: space-between;
}
.ns-consultant__unit {
  float: left;
  width: calc(50% - 20px);
}
.ns-screenConnection {
  float: right;
}
.ns-screenConnection__text {
  float: left;
  font-size: 14px;
  line-height: 2.14285714;
  padding-left: 40px;
  background-size: 30px 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.ns-screenConnection.is-inactive .ns-screenConnection__text {
  color: #E70000;
  background-image: url(/js/icons/icon-stop-red.svg);
}
.ns-screenConnection.is-active .ns-screenConnection__text {
  color: #4B7F74;
  background-image: url(/js/icons/icon-chain-green.svg);
}
.ns-camera {
  float: left;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.ns-camera__activation {
  float: left;
  width: 100%;
  cursor: pointer;
  aspect-ratio: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
}
.ns-camera__activation:hover,
.ns-camera__activation:focus {
  background-color: #fcfcfc;
}
.ns-camera__activationText {
  float: left;
  padding-top: 60px;
  background-size: auto 40px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-camera-black.svg);
}
.ns-camera__video {
  float: left;
  width: 100%;
  aspect-ratio: 1;
  background-color: #000;
}
.ns-joystick {
  float: left;
  width: 100%;
  aspect-ratio: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.ns-joystick.is-disabled {
  pointer-events: none;
  opacity: 0.4;
  box-shadow: none;
}
.ns-joystick.is-disabled:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.ns-joystick__indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 10000px;
  background-color: #EFEEEE;
}
.ns-joystick__stick {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 10000px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  background-size: 50% 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-move-black.svg);
}
.ns-consultantSettings {
  float: left;
  width: 100%;
}
.ns-consultantSettings__title {
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 1.38461538;
  position: relative;
}
.ns-consultantSettings__reset {
  width: 16px;
  height: 100%;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px auto;
  background-image: url(/js/icons/icon-x-black.svg);
  cursor: pointer;
}
.ns-consultantSettings__content {
  float: left;
  width: 100%;
  margin-top: 14px;
}
.ns-consultantSettings__cover {
  float: left;
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.ns-consultantSettings__item {
  float: left;
  margin: 10px;
  width: calc(50% - 20px);
  aspect-ratio: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  padding: 20px;
}
.ns-consultantSettings__item:hover,
.ns-consultantSettings__item:focus {
  background-color: #fcfcfc;
}
.ns-consultantSettings__item.is-active {
  background-color: #EFEEEE;
  box-shadow: none;
}
.ns-consultantSettings__item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.ns-consultantSettings__itemText {
  float: left;
  width: 100%;
}
.ns-consultantSettings--rooms .ns-consultantSettings__itemText {
  padding-top: 70px;
  background-size: auto 60px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.ns-consultantSettings--rooms .ns-consultantSettings__item--kitchen .ns-consultantSettings__itemText {
  background-image: url(/js/icons/panoMenu-kitchen-black.svg);
}
.ns-consultantSettings--rooms .ns-consultantSettings__item--livingRoom .ns-consultantSettings__itemText {
  background-image: url(/js/icons/panoMenu-livingRoom-black.svg);
}
.ns-consultantSettings--rooms .ns-consultantSettings__item--bath .ns-consultantSettings__itemText {
  background-image: url(/js/icons/panoMenu-bath-black.svg);
}
.ns-consultantSettings--rooms .ns-consultantSettings__item--house .ns-consultantSettings__itemText {
  background-image: url(/js/icons/panoMenu-house-black.svg);
}
.ns-consultanSettings__itemOwner {
  display: block;
  color: #8C8177;
}
.ns-consultantActions {
  float: right;
}
.ns-loader {
  float: left;
  width: 100%;
}
.ns-loader__item {
  float: left;
  opacity: 0.2;
  animation: fade 1.5s infinite ease-in-out;
  animation-delay: var(--animation-delay);
}
@keyframes fade {
  50% {
    opacity: 0.8;
  }
}
.ns-loader__item--vertical {
  margin: 30px 10px;
  width: calc((100% / 3) - 20px);
}
.ns-loader__item--horizontal {
  width: calc(50% - 100px);
  margin: 30px 50px;
}
.ns-loader__item--full {
  width: 100%;
  margin: 30px 0;
}
.ns-loader__item--noSpacing {
  margin: 0;
}
.ns-loader__box {
  background: #8C8177;
}
.ns-loader__box--horizontal {
  float: left;
}
.ns-loader__box--image {
  aspect-ratio: 4 / 3;
}
.ns-loader__box--image-vertical {
  width: 100%;
}
.ns-loader__box--image-horizontal {
  width: calc(100% - 260px);
}
.ns-loader__box--text {
  width: calc(100% * var(--width-multiplier));
  height: 1.16666667em;
  margin-top: 10px;
}
.ns-loader__box--text-horizontal {
  width: calc(250px * var(--width-multiplier));
  margin: 30px 0 30px 30px;
}
.ns-loader__box--standalone {
  margin: 0;
  height: 52px;
}
.ns-canvas {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ns-canvas canvas {
  float: left;
  width: 100%;
  height: 100%;
  touch-action: none;
  background: black;
}
.ns-wrapper--configurator .btn {
  border-radius: 5px;
  min-height: 46px;
  text-align: center;
  justify-content: center;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.ns-wrapper--configurator .btn--primary {
  background-color: #000;
}
.ns-wrapper--configurator .btn--primary:hover,
.ns-wrapper--configurator .btn--primary:focus {
  background-color: #707070;
}
.ns-wrapper--configurator .btn--secondary {
  border: 1px solid #707070;
  background-color: transparent;
  color: #707070;
}
.ns-wrapper--configurator .btn--secondary:hover,
.ns-wrapper--configurator .btn--secondary:focus {
  border-color: #000;
  color: #000;
  background-color: #fafafa;
}
.ns-wrapper--configurator .btn--textIcon {
  padding-left: 46px;
  padding-right: 46px;
  background-position: right 14px center;
  background-repeat: no-repeat;
}
.ns-wrapper--configurator .btn--removeFilter {
  background-size: 16px auto;
  background-image: url(/js/icons/icon-x-gray.svg);
}
.ns-wrapper--configurator .btn--removeFilter:hover,
.ns-wrapper--configurator .btn--removeFilter:focus {
  background-image: url(/js/icons/icon-x-black.svg);
}
.ns-wrapper--configurator .btn--arrangeAppointment {
  background-size: 18px auto;
  background-image: url(/js/icons/icon-calendar-white.svg);
}
.ns-wrapper--configurator .btn--shareConfig {
  background-size: 20px auto;
  background-image: url(/js/icons/icon-share-gray.svg);
}
.ns-wrapper--configurator .btn--shareConfig:hover,
.ns-wrapper--configurator .btn--shareConfig:focus {
  background-image: url(/js/icons/icon-share-black.svg);
}
.ns-sidebar {
  position: absolute;
  bottom: 0;
  width: 360px;
  height: calc((var(--vh, 1vh) * 100) - var(--headerHeightConfigurator));
  z-index: 1000;
  transition: all 0.6s;
}
.ns-sidebar.is-active {
  transform: translateX(0);
}
.ns-sidebar--left {
  left: 0;
  transform: translateX(-100%);
}
.ns-sidebar--right {
  right: 0;
  z-index: 1500;
  transform: translateX(100%);
}
@media (max-width: 1279px) {
  .ns-sidebar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    transform: translateX(0) translateY(0) !important;
  }
}
.ns-sidebarOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1499;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0s 0.6s, opacity 0.6s;
}
.ns-wrapper--myConfiguration .ns-sidebarOverlay,
.ns-wrapper--remoteQR .ns-sidebarOverlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0s, opacity 0.6s;
}
.ns-wrapper--remoteQR .ns-sidebarOverlay {
  z-index: 1602;
}
.ns-sidebar__layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;
  height: calc((var(--vh, 1vh) * 100) - var(--headerHeightConfigurator));
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.6s, box-shadow 0.1s 0.5s;
}
.ns-sidebar__layer.is-active {
  transform: translateX(0) translateY(0) !important;
  transition: all 0.6s, box-shadow 0.1s;
}
.ns-sidebar--left .ns-sidebar__layer {
  border-right: 1px solid #dedede;
  transform: translateX(-100%);
}
.ns-sidebar--right .ns-sidebar__layer {
  border-left: 1px solid #dedede;
  transform: translateX(100%);
}
.ns-sidebar__layer--1.is-active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1279px) {
  .ns-sidebar__layer {
    width: 100%;
    border: none !important;
    transform: translateX(0) translateY(100%) !important;
  }
  .ns-sidebar__layer.is-active {
    transform: translateX(0) translateY(0) !important;
  }
}
@media (max-width: 1279px) {
  .ns-sidebar--left .ns-sidebar__layer--1 {
    height: auto;
  }
}
.ns-sidebar__layer--flyout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((var(--vw, 1vw) * 100) - 140px);
  border-right: 1px solid #dedede;
  box-sizing: border-box;
  border-left: 360px solid #fff;
  padding: 80px;
}
.ns-sidebar__layer--flyout.is-active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1279px) {
  .ns-sidebar__layer--flyout {
    z-index: 4;
    width: 100%;
    border-right: none;
    border-top: 1px solid #dedede;
    padding: 80px 36px;
  }
  .ns-sidebar__layer--flyout.is-active {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 767px) {
  .ns-sidebar__layer--flyout {
    padding: 50px 36px;
  }
}
.ns-sidebar__section {
  float: left;
  width: 100%;
  flex-grow: 0;
  position: relative;
  z-index: 2;
}
.ns-sidebar__section--scrolling {
  flex-grow: 1;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  z-index: 1;
}
.ns-sidebar__section--scrolling::-webkit-scrollbar {
  display: none;
}
.ns-sidebar__section--3.ns-sidebar__section--fix {
  border-top: 1px solid #ddd;
}
@media (max-width: 1279px) {
  .ns-sidebar__section--2,
  .ns-sidebar__section--3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.ns-sidebar__scrollContainer {
  float: left;
  width: 100%;
  min-height: 100%;
}
@media (max-width: 1279px) {
  .ns-sidebar__scrollContainer {
    max-width: 360px;
  }
  .ns-sidebar--left .ns-sidebar__layer--1 .ns-sidebar__scrollContainer {
    max-width: 100%;
  }
}
.ns-sidebarTitle {
  float: left;
  width: 100%;
  position: relative;
}
.ns-sidebarTitle__text {
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.45454545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 10px 62px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .ns-sidebarTitle__text {
    min-height: 50px;
  }
}
.ns-sidebarTitle__toggle {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-x-gray.svg);
  cursor: pointer;
}
.ns-sidebarTitle__toggle:hover,
.ns-sidebarTitle__toggle:focus {
  background-image: url(/js/icons/icon-x-black.svg);
}
.ns-closeFlyout {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 80px;
  height: 80px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-x-gray.svg);
  cursor: pointer;
}
.ns-closeFlyout:hover,
.ns-closeFlyout:focus {
  background-image: url(/js/icons/icon-x-black.svg);
}
@media (max-width: 767px) {
  .ns-closeFlyout {
    height: 50px;
  }
}
.ns-sidebarActions {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ns-sidebar__layer--resourceDetail .ns-sidebarActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ns-sidebarActions__share {
  float: left;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.ns-sidebarActions__shareItem {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ns-sidebarActions__shareItem:last-child {
  margin-right: 0;
}
.ns-sidebarActions__shareItem--share {
  background-image: url(/js/icons/icon-share-gray.svg);
}
.ns-sidebarActions__shareItem--share:hover,
.ns-sidebarActions__shareItem--share:focus {
  background-image: url(/js/icons/icon-share-black.svg);
}
.ns-sidebarActions__shareItem--star {
  background-image: url(/js/icons/icon-heart-border-brown.svg);
}
.ns-sidebar__layer--resourceDetail.is-favorite .ns-sidebarActions__shareItem--star {
  background-image: url(/js/icons/icon-heart-filled-brown.svg);
}
.ns-sidebarActions .btn--fullWidth {
  margin: 10px 0 0 0;
}
.ns-sidebarActions .btn--fullWidth:first-child {
  margin-top: 0;
}
.ns-settings {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 1279px) {
  .ns-settings {
    padding-left: 36px;
    padding-right: 36px;
    justify-content: center;
  }
}
.ns-sidebar__layer--sunPosition .ns-segment--mobileSettings .ns-settings {
  justify-content: flex-end;
}
.ns-settings__link {
  float: left;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.45454545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #707070;
  min-height: 50px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.ns-settings__link:hover,
.ns-settings__link:focus,
.ns-settings__link.is-active {
  color: #000;
}
.ns-settings__link--filter {
  padding-left: 35px;
  background-size: 25px 16px;
  background-image: url(/js/icons/icon-filter-gray.svg);
}
.ns-settings__link--filter:hover,
.ns-settings__link--filter:focus {
  background-image: url(/js/icons/icon-filter-black.svg);
}
.ns-settings__link--filter.is-active {
  background-image: url(/js/icons/icon-filter-black.svg);
  margin-right: 26px;
}
.ns-settings__link--sort {
  padding-left: 24px;
  background-size: 14px 22px;
}
@media (max-width: 1279px) {
  .ns-settings__link {
    margin-left: 36px;
  }
  .ns-settings__link:first-child {
    margin-left: 0;
  }
}
.ns-settings__filterCount {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 10000px;
  margin-left: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.ns-cards {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .ns-cards {
    padding-left: 31px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    scroll-snap-type: x mandatory;
  }
  .ns-cards:after {
    content: '';
    float: left;
    width: 1px;
    height: 1px;
    flex-shrink: 0;
    margin-left: 35px;
  }
}
.ns-card {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  scroll-snap-align: center;
  display: flex;
  min-height: 136px;
}
.ns-card:first-child {
  margin-top: 0;
}
.ns-card:hover {
  background-color: #F2F2F2;
}
.ns-card.is-active {
  background-color: #F2F2F2;
  box-shadow: none;
}
@media (max-width: 1279px) {
  .ns-card {
    flex-shrink: 0;
    width: 286px;
    margin: 26px 5px !important;
  }
}
@media (max-width: 767px) {
  .ns-card {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
}
.ns-card--inactive {
  background-color: #dddddd !important;
  box-shadow: none !important;
}
.ns-card__section {
  float: left;
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
.ns-card__section--content {
  padding: 14px;
  display: flex;
  flex-direction: column;
}
.ns-card__part {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.ns-card__part:first-child {
  margin-top: 0;
}
.ns-card__part--image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ns-card__part--title {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
}
.ns-card__part--actions {
  padding-top: 6px;
  margin-top: auto;
}
.ns-card__selectedMark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
}
.ns-card__selectedMarkIcon {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 10000px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-size: 24px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-check-black.svg);
  transition: all 0.4s;
  opacity: 0;
  transform: scale(0) rotate(360deg);
}
.ns-card.is-loaded .ns-card__selectedMarkIcon {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.ns-card__selectedMarkLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  z-index: 2;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/loader6.svg);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.ns-card.is-loading .ns-card__selectedMarkLoader {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ns-card__addToFavorite {
  float: right;
  width: 20px;
  height: 18px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-heart-border-brown.svg);
}
.ns-card.is-favorite .ns-card__addToFavorite {
  background-image: url(/js/icons/icon-heart-filled-brown.svg);
}
.ns-card__ressourceDetails {
  float: right;
  font-size: 11px;
  line-height: 1.45454545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: #a5a5a5;
  padding-left: 24px;
  background-size: 16px 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-ressourceDetail-lightgray.svg);
}
.ns-card__ressourceDetails:hover {
  color: #000;
  background-image: url(/js/icons/icon-ressourceDetail-black.svg);
}
.ns-panoPicker {
  --transitionDelay: 0.5s;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  --pickerOffset: 80px;
  top: 50%;
  left: 50%;
  pointer-events: none;
  opacity: 0;
}
.ns-panoPicker:after {
  content: '';
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 10000px;
  background-color: #fff;
}
.ns-panoPicker.is-visible {
  transition: opacity 0.5s;
  transition-delay: var(--transitionDelay);
  opacity: 1;
}
.ns-panoPicker__icon {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  border-radius: 10000px;
  border: 1px solid #fff;
  box-sizing: border-box;
  transform: scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.is-visible > .ns-panoPicker__icon {
  transition: 0.5s;
  transition-delay: var(--transitionDelay);
  pointer-events: all;
  transform: scale(1, 1);
}
.ns-panoPicker--horz .ns-panoPicker__icon {
  top: -25px;
}
.ns-panoPicker--vert .ns-panoPicker__icon {
  left: -25px;
}
.ns-panoPicker--left .ns-panoPicker__icon {
  right: 0;
  transform-origin: right;
}
.ns-panoPicker--left.is-visible .ns-panoPicker__icon {
  right: var(--pickerOffset);
}
.ns-panoPicker--right .ns-panoPicker__icon {
  left: 0;
  transform-origin: left;
}
.ns-panoPicker--right.is-visible .ns-panoPicker__icon {
  left: var(--pickerOffset);
}
.ns-panoPicker--top .ns-panoPicker__icon {
  bottom: 0;
  transform-origin: bottom;
}
.ns-panoPicker--top.is-visible .ns-panoPicker__icon {
  bottom: var(--pickerOffset);
}
.ns-panoPicker--bottom .ns-panoPicker__icon {
  top: 0;
  transform-origin: top;
}
.ns-panoPicker--bottom.is-visible .ns-panoPicker__icon {
  top: var(--pickerOffset);
}
.ns-panoPicker__iconFill {
  float: left;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 10000px;
  transition: all 0.3s;
}
.ns-panoPicker__iconFill:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-edit-gray.svg);
  transition: all 0.2s 0.1s;
}
.ns-panoPicker:hover .ns-panoPicker__iconFill {
  transform: scale(1.1);
}
.ns-panoPicker.is-selected .ns-panoPicker__iconFill {
  width: 24px;
  height: 24px;
  transform: scale(1);
  transition: all 0.3s 0.1s;
}
.ns-panoPicker.is-selected .ns-panoPicker__iconFill:after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s;
}
.ns-panoPicker__line {
  position: absolute;
  z-index: 1;
  background-color: #fff;
}
.ns-panoPicker--horz .ns-panoPicker__line {
  width: 0;
  height: 1px;
  top: 0;
}
.ns-panoPicker--horz.is-visible .ns-panoPicker__line {
  width: calc(var(--pickerOffset) + 25px);
  transition: 0.5s;
  transition-delay: var(--transitionDelay);
}
.ns-panoPicker--vert .ns-panoPicker__line {
  height: 0;
  width: 1px;
  left: 0;
}
.ns-panoPicker--vert.is-visible .ns-panoPicker__line {
  height: calc(var(--pickerOffset) + 25px);
  transition: 0.5s;
  transition-delay: var(--transitionDelay);
}
.ns-panoPicker--left .ns-panoPicker__line {
  right: 0;
}
.ns-panoPicker--right .ns-panoPicker__line {
  left: 0;
}
.ns-panoPicker--top .ns-panoPicker__line {
  bottom: 0;
}
.ns-panoPicker--bottom .ns-panoPicker__line {
  top: 0;
}
.ns-pano__pickerIcon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: all;
  position: absolute;
  border: 1px solid white;
}
.ns-pano__pickerIcon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #a8a8a8;
  font-size: 12px;
  transition: 0.3s;
}
.is-selected .ns-pano__pickerIcon i {
  opacity: 0;
}
.ns-pano__pickerIcon:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: inherit;
  transition: 0.5s;
}
.is-selected > .ns-pano__pickerIcon:before {
  width: 50%;
  height: 50%;
  animation: 2.5s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 50%;
  }
}
.ns-pano__picker--vertical .ns-pano__pickerIcon {
  transform: translateX(-50%);
}
.ns-pano__picker--horizontal .ns-pano__pickerIcon {
  transform: translateY(-50%);
}
.ns-pano__picker--top .ns-pano__pickerIcon {
  bottom: var(--pickerOffset);
}
.ns-pano__picker--right .ns-pano__pickerIcon {
  left: var(--pickerOffset);
}
.ns-pano__picker--bottom .ns-pano__pickerIcon {
  top: var(--pickerOffset);
}
.ns-pano__picker--left .ns-pano__pickerIcon {
  right: var(--pickerOffset);
}
.ns-pano__pickerLine {
  height: 1px;
  width: 1px;
  background: white;
  position: absolute;
}
.ns-pano__picker--vertical .ns-pano__pickerLine {
  height: var(--pickerOffset);
  left: 50%;
  transform: translateX(-50%);
}
.ns-pano__picker--horizontal .ns-pano__pickerLine {
  width: var(--pickerOffset);
  top: 50%;
  transform: translateY(-50%);
}
.ns-pano__picker--top .ns-pano__pickerLine {
  bottom: 0;
}
.ns-pano__picker--right .ns-pano__pickerLine {
  left: 0;
}
.ns-pano__picker--bottom .ns-pano__pickerLine {
  top: 0;
}
.ns-pano__picker--left .ns-pano__pickerLine {
  right: 0;
}
.ns-detail {
  float: left;
  width: 100%;
}
.ns-resourceInfos {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
  margin: 40px 0;
}
.ns-resourceInfos__part {
  float: left;
  width: 100%;
  margin-top: 24px;
}
.ns-resourceInfos__part:first-child {
  margin-top: 0;
}
.ns-resourceInfos__part--title {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
.ns-resourceInfos__part--color {
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 0;
  color: #707070;
}
.ns-resourcePreview {
  float: left;
  width: 100%;
}
.ns-resourceInfos__label {
  float: left;
  width: 100%;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #707070;
}
.ns-resourceInfos__value {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
.ns-resourceInfos__links {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4px;
}
.ns-resourceInfos__link {
  float: left;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #707070;
  padding-right: 28px;
  background-size: 22px 28px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-download-gray.svg);
  text-decoration: none;
  cursor: pointer;
}
.ns-resourceInfos__link:first-child {
  margin-top: 0;
}
.ns-resourceInfos__link:hover,
.ns-resourceInfos__link:focus {
  color: #000;
  background-image: url(/js/icons/icon-download-black.svg);
}
.ns-mediaSlider {
  float: left;
  width: 100%;
}
.ns-mediaSlider__stage {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 200px;
  position: relative;
}
.ns-mediaSlider__slide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.96);
  transition: all 0.3s;
}
.ns-mediaSlider__slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(1);
}
.ns-mediaSlider__slideImage {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.55;
  background-color: #fff;
}
.ns-mediaSlider__slideTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 28px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.ns-mediaSlider__slide--motionPano .ns-mediaSlider__slideTitle {
  background-size: 29px 11px;
  background-image: url(/js/icons/icon-360-white.svg);
}
.ns-mediaSlider__slide--gallery .ns-mediaSlider__slideTitle {
  background-size: 26px 17px;
  background-image: url(/js/icons/icon-gallery-white.svg);
}
.ns-mediaSlider__slide--video .ns-mediaSlider__slideTitle {
  background-size: 21px 19px;
  background-image: url(/js/icons/icon-video-white.svg);
}
.ns-mediaSlider__slide--floorPlan .ns-mediaSlider__slideTitle {
  background-size: 21px 20px;
  background-image: url(/js/icons/icon-area-white.svg);
}
.ns-mediaSlider__arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
}
.ns-mediaSlider__arrow {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: 10px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.ns-mediaSlider__arrow:hover,
.ns-mediaSlider__arrow:focus {
  background-color: #F2F2F2;
}
.ns-mediaSlider__arrow--prev {
  background-image: url(/js/icons/chevron-left-gray.svg);
}
.ns-mediaSlider__arrow--next {
  background-image: url(/js/icons/chevron-right-gray.svg);
}
.ns-mediaSlider__index {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.ns-mediaSlider__indexItem {
  float: left;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #dddddd;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.2s;
}
.ns-mediaSlider__indexItem.is-active {
  border-color: #000;
}
.ns-resourceFilters {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
  margin: 24px 0 40px;
}
.ns-resourceFilter {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.ns-resourceFilter:last-child {
  border: none;
}
.ns-resourceFilter__toggle {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  color: #707070;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 16px 30px 16px 0;
  box-sizing: border-box;
}
.ns-resourceFilter__toggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/chevron-down-gray.svg);
  transition: transform 0.3s;
}
.ns-resourceFilter__toggle:hover,
.ns-resourceFilter__toggle:focus,
.ns-resourceFilter.is-open .ns-resourceFilter__toggle {
  color: #000;
}
.ns-resourceFilter__toggle:hover:after,
.ns-resourceFilter__toggle:focus:after,
.ns-resourceFilter.is-open .ns-resourceFilter__toggle:after {
  background-image: url(/js/icons/chevron-down-black.svg);
}
.ns-resourceFilter.is-open .ns-resourceFilter__toggle:after {
  transform: translateY(-50%) rotate(-180deg);
}
.ns-resourceFilter__content {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}
.ns-resourceFilter.is-open .ns-resourceFilter__content {
  height: var(--js-elementHeight);
}
.ns-resourceFilter__item {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s;
}
.ns-resourceFilter__item:first-child {
  margin-top: 8px;
}
.ns-resourceFilter__item:last-child {
  margin-bottom: 24px;
}
.ns-resourceFilter:last-child .ns-resourceFilter__item:last-child {
  margin-bottom: 0;
}
.ns-resourceFilter.is-open .ns-resourceFilter__item {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.2s 0.2s;
}
.ns-resourceFilter__choice {
  float: left;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 3px;
  border-radius: 2px;
  outline: 1px solid #707070;
  outline-offset: 2px;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
  background-size: 0 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to right, #000, #000);
  transition: background 0.2s 0.1s;
}
.ns-resourceFilter__choice:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-size: 16px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-check-white.svg);
  transition: transform 0.2s;
}
.ns-resourceFilter__item:hover .ns-resourceFilter__choice {
  outline-color: #000;
}
.ns-resourceFilter__item.is-active .ns-resourceFilter__choice {
  outline-color: #000;
  background-size: 100% 100%;
  transition: background 0.2s;
}
.ns-resourceFilter__item.is-active .ns-resourceFilter__choice:after {
  transform: scale(1);
  transition: all 0.2s 0.1s;
}
.ns-resourceFilter__itemText {
  float: left;
  font-size: 16px;
  line-height: 1.25;
  color: #707070;
  padding: 5px 0 3px;
}
.ns-resourceFilter__item:hover .ns-resourceFilter__itemText,
.ns-resourceFilter__item.is-active .ns-resourceFilter__itemText {
  color: #000;
}
.ns-myConfiguration {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 36px;
  padding-right: 36px;
  margin: 40px 0;
}
.ns-myConfigItem {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
}
.ns-myConfigItem:first-child {
  margin-top: 0;
}
.ns-myConfigItem:last-child {
  border: none;
}
.ns-myConfigItem__title {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ns-myConfigItem__titleText {
  float: left;
  padding-left: 36px;
  width: 100%;
  padding-top: 2px;
  font-size: 20px;
  line-height: 1.4;
  color: #707070;
  background-size: 28px 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ns-myConfigItem--kitchen .ns-myConfigItem__titleText {
  background-image: url(/js/icons/roomSelector-kitchen-gray-scarton.svg);
}
.ns-myConfigItem--livingRoom .ns-myConfigItem__titleText {
  background-image: url(/js/icons/roomSelector-livingRoom-gray-scarton.svg);
}
.ns-myConfigItem--bath .ns-myConfigItem__titleText {
  background-image: url(/js/icons/roomSelector-bath-gray-scarton.svg);
}
.ns-myConfigItem--house .ns-myConfigItem__titleText {
  background-image: url(/js/icons/roomSelector-house-gray-scarton.svg);
}
.ns-myConfigItem__conter {
  float: left;
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.16666667;
  color: #707070;
  margin: 8px 0;
}
.ns-myConfigItem__conter * {
  float: left;
}
.ns-myConfigItem__element {
  float: left;
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
  padding-left: 36px;
}
.ns-myConfigItem__element:last-child {
  margin-bottom: 30px;
}
.ns-myConfigItem:last-child .ns-myConfigItem__element:last-child {
  margin-bottom: 0;
}
.ns-myConfigItem__part {
  float: left;
  width: 100%;
}
.ns-myConfigItem__part--type {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #707070;
}
.ns-myConfigItem__part--title {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
.ns-myConfigItem__part--actions {
  margin-top: 10px;
}
.ns-myConfigItem__link {
  float: left;
  margin-right: 30px;
  font-size: 11px;
  line-height: 1.45454545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 0 3px 30px;
  background-size: 24px 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ns-myConfigItem__link:last-child {
  margin-right: 0;
}
.ns-myConfigItem__link:hover,
.ns-myConfigItem__link:focus {
  color: #000;
}
.ns-myConfigItem__link--edit {
  background-image: url(/js/icons/icon-edit-gray.svg);
}
.ns-myConfigItem__link--edit:hover,
.ns-myConfigItem__link--edit:focus {
  background-image: url(/js/icons/icon-edit-black.svg);
}
.ns-myConfigItem__link--remove {
  background-image: url(/js/icons/icon-remove-gray.svg);
}
.ns-myConfigItem__link--remove:hover,
.ns-myConfigItem__link--remove:focus {
  background-image: url(/js/icons/icon-remove-black.svg);
}
.ns-roomSelector {
  position: absolute;
  z-index: 30;
  display: none;
}
.ns-roomSelector--desktop {
  left: 0;
  top: 30px;
  width: 100%;
  z-index: 30;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ns-roomSelector--desktop {
    display: flex;
  }
}
.ns-roomSelector--mobile {
  z-index: 1601;
  left: 20px;
  top: 20px;
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
  transition: all 0.3s;
}
.ns-wrapper--spot .ns-roomSelector--mobile,
.ns-wrapper--surface .ns-roomSelector--mobile {
  opacity: 1;
  transform: scale(1);
  pointer-events: initial;
  transition: all 0.3s 0.2s;
}
@media (max-width: 767px) {
  .ns-roomSelector--mobile {
    display: block;
  }
}
.ns-roomSelector__cover {
  float: left;
  max-width: calc(100% + 50px);
  margin: -25px;
}
.ns-roomSelector__content {
  float: left;
  width: 100%;
  height: 76px;
}
.ns-roomSelector.is-open .ns-roomSelector__content {
  height: auto;
}
.ns-roomSelector__scrollContainer {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.6s;
}
.ns-roomSelector__item {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
  pointer-events: all;
}
.ns-roomSelector__item:hover,
.ns-roomSelector__item.is-active {
  opacity: 1;
}
.ns-roomSelector--desktop .ns-roomSelector__item {
  margin: 25px;
}
.ns-roomSelector--mobile .ns-roomSelector__item {
  margin-top: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s;
}
.ns-roomSelector--mobile .ns-roomSelector__item:first-child {
  margin-top: 0;
}
.ns-roomSelector--mobile .ns-roomSelector__item.is-active,
.ns-roomSelector.is-open.ns-roomSelector--mobile .ns-roomSelector__item {
  opacity: 1;
  pointer-events: initial;
}
.ns-roomSelector__circle {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10000px;
  position: relative;
  transition: all 0.3s;
}
.ns-roomSelector__item:hover .ns-roomSelector__circle {
  transform: scale(1.1);
}
.ns-roomSelector__item.is-active .ns-roomSelector__circle {
  transform: scale(1) !important;
}
.ns-roomSelector__circle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  z-index: 2;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/loader6.svg);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.ns-roomSelector__item.is-loading .ns-roomSelector__circle:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ns-roomSelector__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.4s;
}
.ns-roomSelector__item--kitchen .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-kitchen-gray-scarton.svg);
}
:hover.ns-roomSelector__item--kitchen .ns-roomSelector__icon,
.is-active.ns-roomSelector__item--kitchen .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-kitchen-black-scarton.svg);
}
.ns-roomSelector__item--livingRoom .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-livingRoom-gray-scarton.svg);
}
:hover.ns-roomSelector__item--livingRoom .ns-roomSelector__icon,
.is-active.ns-roomSelector__item--livingRoom .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-livingRoom-black-scarton.svg);
}
.ns-roomSelector__item--bath .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-bath-gray-scarton.svg);
}
:hover.ns-roomSelector__item--bath .ns-roomSelector__icon,
.is-active.ns-roomSelector__item--bath .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-bath-black-scarton.svg);
}
.ns-roomSelector__item--house .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-house-gray-scarton.svg);
}
:hover.ns-roomSelector__item--house .ns-roomSelector__icon,
.is-active.ns-roomSelector__item--house .ns-roomSelector__icon {
  background-image: url(/js/icons/roomSelector-house-black-scarton.svg);
}
.ns-roomSelector__item.is-loading .ns-roomSelector__icon {
  opacity: 0;
}
.ns-roomSelector__itemText {
  float: left;
  margin-top: 10px;
  color: #fff;
  font-size: 11px;
  line-height: 1.45454545;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.ns-roomSelectorOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1600;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0s 0.6s, opacity 0.6s;
}
.ns-roomSelectorOverlay.is-open {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0s, opacity 0.6s;
}
@media (max-width: 767px) {
  .ns-roomSelectorOverlay {
    display: block;
  }
}
.ns-roomSelectorOverlay__close {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-x-white.svg);
  cursor: pointer;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}
.ns-roomSelectorOverlay.is-open .ns-roomSelectorOverlay__close {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s 0.1s;
}
.ns-imageGallery {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.ns-imageGallery__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.96);
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.ns-imageGallery__image.is-active {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1);
  z-index: 2;
}
.ns-imageGallery__arrows {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ns-imageGallery__arrow {
  float: left;
  width: 40px;
  height: 40px;
  background-size: 10px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
}
.ns-imageGallery__arrow:hover,
.ns-imageGallery__arrow:focus {
  background-color: #EFEEEE;
}
.ns-imageGallery__arrow--prev {
  background-image: url(/js/icons/chevron-left-gray.svg);
}
.ns-imageGallery__arrow--next {
  background-image: url(/js/icons/chevron-right-gray.svg);
}
.ns-imageGallery__index {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.ns-imageGallery__indexItem {
  float: left;
  font-size: 16px;
  line-height: 1.375;
  color: #BCBCBC;
}
.ns-imageGallery__indexItem--active {
  color: #000;
}
.ns-imageGallery__indexItem--slash {
  margin-left: 2px;
  margin-right: 2px;
}
.ns-options {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ns-options {
    top: 20px;
  }
}
.ns-options__item {
  float: left;
  margin-top: 20px;
}
.ns-options__item:first-child {
  margin-top: 0;
}
.ns-options__link {
  float: right;
  width: 120px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 52px;
  border-right: 20px solid #fff;
  margin-right: -20px;
  transition: all 0.3s;
  background-size: 36px auto;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-myconfig-black.svg);
}
.ns-options__link:hover {
  margin-right: 0;
}
.ns-options__link.ns-options__link--remote {
  background-color: #000;
  background-size: 20px auto;
  background-position: 24px 50%;
  border-color: #000;
  background-image: url(/js/icons/icon-remote-white.svg);
}
.ns-options.is-connected .ns-options__link.ns-options__link--remote {
  background-image: url(/js/icons/icon-remoteConnected-white.svg);
  background-size: 25px auto;
}
@media (max-width: 767px) {
  .ns-options__link {
    width: 70px;
    padding-left: 0;
    margin-right: -10px;
    border-right-width: 10px;
    background-size: 24px auto;
    background-position: 18px 50%;
  }
  .ns-options__link.ns-options__link--remote {
    background-size: 16px auto;
    background-position: 22px 50%;
  }
  .ns-options.is-connected .ns-options__link.ns-options__link--remote {
    background-size: 21px auto;
  }
}
.ns-options__configCount {
  float: left;
  font-size: 12px;
  line-height: 1.16666667;
  color: #626262;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ns-options__configCount {
    display: none;
  }
}
.ns-remoteQR {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0s 0.4s;
}
.ns-wrapper--remoteQR .ns-remoteQR {
  width: 100%;
  height: 100%;
  pointer-events: initial;
  transition: all 0s;
}
.ns-remoteQR__content {
  float: left;
  width: calc(100% - 280px);
  height: calc(100% - 120px);
  max-width: 340px;
  max-height: 340px;
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  transition: all 0.4s;
}
.ns-wrapper--remoteQR .ns-remoteQR__content {
  opacity: 1;
  transform: scale(1);
  pointer-events: initial;
}
@media (max-width: 767px) {
  .ns-remoteQR__content {
    width: calc(100% - ((var(--deskSpace) * 2)));
    height: calc(100% - 240px);
  }
}
.ns-remoteQR__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.ns-remoteQR__close {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  pointer-events: none;
  top: 110px;
  z-index: 2;
  width: 120px;
  height: 60px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 52px;
  border-right: 20px solid #fff;
  margin-right: -20px;
  transition: all 0.3s;
  background-size: 30px auto;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-image: url(/js/icons/icon-closeRemote-white.svg);
}
.ns-remoteQR__close:hover {
  margin-right: 0;
}
.ns-wrapper--remoteQR .ns-remoteQR__close {
  transform: translateX(0);
  pointer-events: initial;
}
@media (max-width: 767px) {
  .ns-remoteQR__close {
    top: 20px;
    width: 70px;
    padding-left: 0;
    margin-right: -10px;
    border-right-width: 10px;
    background-size: 26px auto;
    background-position: 17px 50%;
  }
}
a.showRoomQR {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50px;
  top: 50px;
  z-index: 10;
  background-color: white;
  padding: 10px;
  transform: rotate(45deg);
}
.ns-section--canvas {
  border-left: 0;
}
.tempnavi {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3000;
  font-family: helvetica;
}
.tempnavi * {
  float: left;
}
@media (max-width: 767px) {
  .tempnavi {
    bottom: initial;
    bottom: 10px;
    right: 10px;
  }
}
.tempnavi .ns-navi {
  float: left;
  display: flex;
  flex-direction: column;
}
.tempnavi .ns-navi .ns-navi__item {
  width: 100%;
  margin-top: 5px;
  margin-left: 0;
}
.tempnavi .ns-navi .ns-navi__item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .tempnavi .ns-navi .ns-navi__item {
    margin-top: 2px;
  }
}
.tempnavi .ns-navi .ns-navi__menu {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.14285714;
  color: #000;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.tempnavi .ns-navi .ns-navi__menu:hover {
  background-color: #f0f0f0;
}
.tempnavi .ns-navi .ns-navi__menu.path {
  background-color: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .tempnavi .ns-navi .ns-navi__menu {
    font-size: 11px;
    line-height: 1.27272727;
    padding: 0 3px;
  }
}
.lil-gui.autoPlace {
  top: 70px;
  right: auto;
  left: 0;
  position: fixed;
}
.ns-select__option--alternative {
  display: flex;
  justify-content: space-between;
}
.ns-select__optionFlag {
  font-size: 13px;
  line-height: 1.23076923;
  color: #8C8177;
}

