@import url("https://use.typekit.net/gsa4xte.css");
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.popupLayout {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  font-size: 14px;
}
.popupLayout h1 {
  font-size: 40px;
}
.overlay {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
video {
  max-width: 100%;
}
body {
  color: #363636;
  font-family: 'condor', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 23px;
}
p {
  margin-bottom: 1em;
  line-height: 1.8em;
}
.sup {
  font-family: 'roboto-mono';
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .03em;
  margin-bottom: .5em;
  display: inline-block;
}
h1,
h2,
h3,
h4 {
  margin-bottom: .4em;
  font-family: 'condor-compressed';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
}
h1 {
  font-size: 80px;
  line-height: 1em;
}
h2 {
  font-size: 100px;
  line-height: 1em;
}
h3 {
  font-size: 70px;
  line-height: 1em;
}
h3.small {
  font-size: 50px;
  letter-spacing: .02em;
}
h4 {
  font-size: 30px;
  font-family: 'condor';
  color: #FF4429;
  font-weight: 300;
}
h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
h6 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1em;
}
.mediumTitle {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  font-family: 'condor';
  text-align: left;
  font-weight: 300;
  margin-bottom: 1em;
}
.smallTitle {
  font-size: 14px;
  font-family: 'roboto-mono';
  font-weight: 300;
  text-transform: uppercase;
  color: #FF4429;
  letter-spacing: .05em;
  margin-bottom: 1em;
  display: block;
}
.popup .smallTitle {
  font-size: 18px;
}
ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
ol {
  margin: 0 0 1em 1em;
  padding: 0;
}
ol li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
ol li {
  line-height: 1.6em;
}
strong {
  font-weight: inherit;
  color: #FF4429;
}
em {
  font-style: italic;
}
a {
  color: #FF4429;
}
.privacyDisclaimer {
  font-size: 13px;
  margin-bottom: 20px;
}
.privacyDisclaimer div {
  margin-bottom: 10px;
}
.input {
  margin-bottom: 20px;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
textarea,
select {
  font: inherit;
  padding: 0 1em;
  height: 50px;
  line-height: 50px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid #696969;
  background: #fff;
  transition: 300ms;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  background-color: rgba(255,255,255,0.6);
}
select {
  font-size: .9em;
  background-image: url(../img/selectArrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
textarea {
  height: auto;
  line-height: 1.2em;
  padding: 1em;
}
input[type='submit'],
.button,
button {
  font: inherit;
  cursor: pointer;
  padding: .5em 3em;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  background: #FF4429;
  color: #fff;
}
.button--light {
  background: none;
  border: 1px solid #FF4429;
  color: #FF4429;
}
.button {
  display: inline-block;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
}
.checkbox:not(foo) label {
  text-transform: none;
  font-size: 1em;
  font-family: 'condor';
  letter-spacing: 0;
}
.checkbox:not(foo) label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #363636;
  background: none;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  color: #363636;
}
.checkbox:not(foo) input:checked + label::before {
  content: "\2713";
}
.checkbox:not(foo) input[type=checkbox] {
  display: none;
}
.error-message {
  font-size: 13px;
  padding-top: 3px;
  color: #FF4429;
}
label {
  margin-bottom: .2em;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'roboto-mono';
  display: block;
}
.required label::after {
  content: '*';
}
.response_message,
#flashMessage {
  position: fixed;
  bottom: 15%;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  z-index: 500;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #88B555;
  visibility: hidden;
  transition: 300ms;
  -webkit-transition: 300ms;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.response_message .close,
#flashMessage .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10px;
  right: -10px;
  background: #88B555;
  border-radius: 50%;
  cursor: pointer;
}
.response_message .close::before,
.response_message .close::after,
#flashMessage .close::before,
#flashMessage .close::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background: #fff;
  left: 10px;
  right: 10px;
}
.response_message .close::before,
#flashMessage .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.response_message .close::after,
#flashMessage .close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.response_message.error,
#flashMessage.error {
  background: #FF4429;
}
.response_message.error .close,
#flashMessage.error .close {
  background-color: #FF4429;
}
.response_message.visible,
#flashMessage.visible {
  visibility: visible;
  animation: messageIn 500ms ease-out forwards;
  -webkit-animation: messageIn 500ms ease-out forwards;
}
@media (max-width: 600px) {
  .response_message,
  #flashMessage {
    bottom: 10px;
    width: auto;
    margin: 0;
    left: 15px;
    right: 15px;
    font-size: 16px;
  }
}
@keyframes messageIn {
  0% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}
@-webkit-keyframes messageIn {
  0% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@keyframes cookieOut {
  0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
}
@keyframes flip {
  0% {
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
  }
  100% {
    transform: rotate3d(0,0,1,360deg);
    -webkit-transform: rotate3d(0,0,1,360deg);
  }
}
@keyframes openMenu {
  100% {
    transform: translate3d(0,0,0) translateX(0);
    -webkit-transform: translate3d(0,0,0) translateX(0);
  }
}
@keyframes closeMenu {
  0% {
    transform: translate3d(0,0,0) translateX(0);
    -webkit-transform: translate3d(0,0,0) translateX(0);
  }
}
@keyframes openPopup {
  0% {
    transform: scale3d(.5,.5,.5) translate3d(0,20%,0);
    -webkit-transform: scale3d(.5,.5,.5) translate3d(0,20%,0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    opacity: 1;
  }
}
@keyframes closePopup {
  0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    opacity: 1;
  }
  100% {
    transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: .7;
  }
}
@keyframes siteHeaderIn {
  0% {
    opacity: 0;
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes fadeFromDown {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(0,15vw,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(0,15vw,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(-15vw,0,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(-15vw,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(15vw,0,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(15vw,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@keyframes leftPanelIn {
  0% {
    margin-left: -80px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes rightPanelIn {
  0% {
    margin-right: -80px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes slideBg {
  0% {
    opacity: 0;
    transform: scale3d(1.2,1.2,1.2) translate3d(100%,0,0);
    -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@keyframes slideImage {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(100%,0,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.1,.1,.1);
    -webkit-transform: scale3d(.1,.1,.1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@keyframes zoomOutFadeIn {
  0% {
    transform: scale3d(1.5,1.5,1.5);
    -webkit-transform: scale3d(1.5,1.5,1.5);
    opacity: 0;
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    opacity: 1;
  }
}
@keyframes imgZoomOut {
  0% {
    transform: scale3d(1.2,1.2,1.2) translate3d(0,20%,0);
    -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0,20%,0);
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clickMe {
  0% {
    box-shadow: 0 0 10px rgba(255,68,41,0);
  }
  50% {
    box-shadow: 0 0 10px rgba(255,68,41,0.9);
  }
  0% {
    box-shadow: 0 0 10px rgba(255,68,41,0);
  }
}
@keyframes decoration {
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
}
@keyframes preloadSpin {
  0% {
    transform: rotate(0) translate(-50%,-50%);
    -webkit-transform: rotate(0) translate(-50%,-50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%,-50%);
    -webkit-transform: rotate(360deg) translate(-50%,-50%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
  100% {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
  }
}
@-webkit-keyframes cookieOut {
  0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
}
@-webkit-keyframes flip {
  0% {
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
  }
  100% {
    transform: rotate3d(0,0,1,360deg);
    -webkit-transform: rotate3d(0,0,1,360deg);
  }
}
@-webkit-keyframes openMenu {
  100% {
    transform: translate3d(0,0,0) translateX(0);
    -webkit-transform: translate3d(0,0,0) translateX(0);
  }
}
@-webkit-keyframes closeMenu {
  0% {
    transform: translate3d(0,0,0) translateX(0);
    -webkit-transform: translate3d(0,0,0) translateX(0);
  }
}
@-webkit-keyframes openPopup {
  0% {
    transform: scale3d(.5,.5,.5) translate3d(0,20%,0);
    -webkit-transform: scale3d(.5,.5,.5) translate3d(0,20%,0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    opacity: 1;
  }
}
@-webkit-keyframes closePopup {
  0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    opacity: 1;
  }
  100% {
    transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: .7;
  }
}
@-webkit-keyframes siteHeaderIn {
  0% {
    opacity: 0;
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes fadeFromDown {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(0,15vw,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(0,15vw,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@-webkit-keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(-15vw,0,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(-15vw,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@-webkit-keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(15vw,0,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(15vw,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@-webkit-keyframes leftPanelIn {
  0% {
    margin-left: -80px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes rightPanelIn {
  0% {
    margin-right: -80px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes slideBg {
  0% {
    opacity: 0;
    transform: scale3d(1.2,1.2,1.2) translate3d(100%,0,0);
    -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@-webkit-keyframes slideImage {
  0% {
    opacity: 0;
    transform: scale3d(.9,.9,.9) translate3d(100%,0,0);
    -webkit-transform: scale3d(.9,.9,.9) translate3d(100%,0,0);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1) translate3d(0,0,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,0,0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.1,.1,.1);
    -webkit-transform: scale3d(.1,.1,.1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@-webkit-keyframes zoomOutFadeIn {
  0% {
    transform: scale3d(1.5,1.5,1.5);
    -webkit-transform: scale3d(1.5,1.5,1.5);
    opacity: 0;
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    opacity: 1;
  }
}
@-webkit-keyframes imgZoomOut {
  0% {
    transform: scale3d(1.2,1.2,1.2) translate3d(0,20%,0);
    -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0,20%,0);
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clickMe {
  0% {
    box-shadow: 0 0 10px rgba(255,68,41,0);
  }
  50% {
    box-shadow: 0 0 10px rgba(255,68,41,0.9);
  }
  0% {
    box-shadow: 0 0 10px rgba(255,68,41,0);
  }
}
@-webkit-keyframes decoration {
  100% {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
}
@-webkit-keyframes preloadSpin {
  0% {
    transform: rotate(0) translate(-50%,-50%);
    -webkit-transform: rotate(0) translate(-50%,-50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%,-50%);
    -webkit-transform: rotate(360deg) translate(-50%,-50%);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
  100% {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
  }
}
.breadcrumb {
  display: flex;
  gap: 1em;
}
.breadcrumb-element {
  cursor: pointer;
}
.breadcrumb-element::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
}
.breadcrumb-element:last-child::after {
  content: '';
}
.breadcrumb-element.active {
  font-weight: bold;
}
.step .option {
  cursor: pointer;
}
.configurator-wrapper {
  padding-bottom: 15vh;
  text-align: center;
}
.configurator-wrapper h4 {
  margin-bottom: 40px;
}
.configurator-wrapper .products {
  margin: 0 5vw;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 40px 2vw;
  justify-content: center;
}
.configurator-wrapper .product-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.configurator-wrapper .product-preview.disabled {
  color: #b6b6b6;
}
.configurator-wrapper .product-preview.disabled .thumbnail {
  cursor: default;
}
.configurator-wrapper .product-preview.disabled .thumbnail img {
  filter: grayscale(100%);
  opacity: .8;
}
.configurator-wrapper .product-preview.disabled .title {
  cursor: default;
  color: #767676;
}
.configurator-wrapper .product-preview .thumbnail {
  cursor: pointer;
  flex-grow: 1;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.configurator-wrapper .product-preview .content {
  position: relative;
}
.configurator-wrapper .product-preview .title {
  padding-top: 10px;
  cursor: pointer;
  display: block;
  font-family: 'condor-compressed';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 30px;
  position: relative;
  margin-bottom: 10px;
}
.configurator-wrapper .product-preview .button.disabled {
  border: none;
  background: none;
  padding: 0;
  color: #363636;
  font-size: 16px;
  line-height: 1.2em;
}
.configurator-wrapper .roundSelector {
  display: flex;
  align-items: flex-start;
  padding: 0 2.5vw;
  gap: 20px;
  justify-content: center;
}
.configurator-wrapper .roundSelector a {
  height: 120px;
  width: 120px;
  line-height: 1.1em;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'condor-compressed';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
  border-radius: 50%;
  text-align: center;
  transition: 300ms;
  border: 1px solid #FF4429;
  cursor: pointer;
  background: #FFF;
}
.configurator-wrapper .roundSelector a.disabled {
  cursor: default;
  color: #b6b6b6;
  border-color: #b6b6b6;
}
.configurator-wrapper .roundSelector a:not(.disabled).selected {
  background: #FF4429;
  color: #FFF;
}
.configurator-wrapper .roundSelector a:not(.disabled):hover {
  background: #FF4429;
  color: #FFF;
}
.configurator-wrapper .optionsMenu {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  width: 600px;
  max-width: 90%;
}
.configurator-wrapper .optionsMenu li {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #FF4429;
  background: #FFF;
  border-radius: 10px;
}
.configurator-wrapper .optionsMenu li:last-child {
  margin: 0;
}
.configurator-wrapper .optionsMenu li a {
  display: flex;
  align-items: center;
  color: #363636;
  cursor: pointer;
}
.configurator-wrapper .optionsMenu li a::before {
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 20px;
  background: #FFF;
  box-shadow: 0 0 0 2px #F5EFDE, 0 0 0 3px #FF4429;
  transition: 300ms;
}
.configurator-wrapper .optionsMenu li a.selected::before {
  background: #FF4429;
}
.configurator-wrapper .optionsMenu li .infoLink {
  display: inline-block;
  margin: 10px 0 0 50px;
}
.configurator-wrapper .buttonList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.configurator-wrapper .buttonList__option {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 50px;
  background: #FFF;
  border: 1px solid #FF4429;
  color: #FF4429;
}
.configurator-wrapper table.configuration {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.configurator-main {
  position: relative;
}
.configurator-popup {
  background: #FFF;
  box-shadow: 3px 3px 30px rgba(0,0,0,0.16);
  text-align: left;
  padding: 1vw 2vw 2vw;
  position: fixed;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  width: 600px;
}
.configurator-popup .configurator-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.configurator-popup .configurator-popup-header h3 {
  margin: 0;
}
.configurator-popup .configurator-popup-header .smallTitle span {
  font-size: 2em;
}
.configurator-popup .popupContent {
  padding-top: 20px;
  font-weight: 300;
  font-family: 'roboto-mono';
  font-size: 15px;
  color: #363636;
}
.configurator-popup.closed {
  display: block;
  opacity: 1;
  animation: closeConfiguratorPopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: closeConfiguratorPopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.configurator-popup.open {
  display: block;
  opacity: 0;
  animation: openConfiguratorPopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: openConfiguratorPopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.configurator-popup-wrapper {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
}
.infoLink {
  display: block;
  color: #FF4429;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 18px;
}
.popUpInfo {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #FF4429;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  font-family: 'roboto-mono';
  font-style: normal;
}
.popUpInfo::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  content: '?';
  font-size: 16px;
  color: #FF4429;
}
.configurator-navigation {
  padding: 100px 2.5vw 0;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.button--prev::before {
  content: '< ';
}
.button--next::after {
  content: ' >';
}
.button.button--light.selected {
  background: #FF4429;
  color: #FFF;
}
@keyframes openConfiguratorPopup {
  0% {
    transform: scale3d(.5,.5,.5) translate3d(-50%,0,0);
    -webkit-transform: scale3d(.5,.5,.5) translate3d(-50%,0,0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1,1,1) translate3d(-50%,-50%,0);
    -webkit-transform: scale3d(1,1,1) translate3d(-50%,-50%,0);
    opacity: 1;
  }
}
@keyframes closeConfiguratorPopup {
  0% {
    transform: scale3d(1,1,1) translate3d(-50%,-50%,0);
    -webkit-transform: scale3d(1,1,1) translate3d(-50%,-50%,0);
    opacity: 1;
  }
  100% {
    transform: scale3d(0,0,0) translate3d(-50%,0,0);
    -webkit-transform: scale3d(0,0,0) translate3d(-50%,0,0);
    opacity: 0;
  }
}
@keyframes openConfiguratorPopupMobile {
  0% {
    transform: scale3d(.5,.5,.5) translate3d(0,0,0);
    -webkit-transform: scale3d(.5,.5,.5) translate3d(0,0,0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1,1,1) translate3d(0,-50%,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,-50%,0);
    opacity: 1;
  }
}
@keyframes closeConfiguratorPopupMobile {
  0% {
    transform: scale3d(1,1,1) translate3d(0,-50%,0);
    -webkit-transform: scale3d(1,1,1) translate3d(0,-50%,0);
    opacity: 1;
  }
  100% {
    transform: scale3d(0,0,0) translate3d(0,0,0);
    -webkit-transform: scale3d(0,0,0) translate3d(0,0,0);
    opacity: 0;
  }
}
@media screen and (max-width: 1550px) {
  .configurator-wrapper .products {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 1000px) {
  .configurator-wrapper .product-preview .title {
    font-size: 28px;
  }
  .configurator-wrapper .roundSelector {
    gap: 10px;
  }
  .configurator-wrapper .roundSelector a {
    width: 100px;
    height: 100px;
    font-size: 22px;
  }
  .configurator-navigation {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .configurator-wrapper {
    padding: 0 5vw;
    margin: 0 0 80px;
  }
  .configurator-wrapper .optionsMenu,
  .configurator-wrapper .roundSelector {
    padding: 0;
    max-width: 100%;
  }
  .configurator-wrapper .products {
    grid-template-columns: repeat(2,1fr);
  }
  .configurator-wrapper .roundSelector a {
    width: 90px;
    height: 90px;
  }
  .configurator-popup {
    left: 5vw;
    right: 5vw;
    width: auto;
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    padding: 10px 20px 20px;
  }
  .configurator-popup.closed {
    animation-name: closeConfiguratorPopupMobile;
    -webkit-animation-name: closeConfiguratorPopupMobile;
  }
  .configurator-popup.open {
    animation-name: openConfiguratorPopupMobile;
    -webkit-animation-name: openConfiguratorPopupMobile;
  }
  .configurator-navigation {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .configurator-wrapper .products {
    grid-template-columns: repeat(1,1fr);
  }
  .configurator-wrapper .product-preview .thumbnail {
    padding: 0;
  }
  .configurator-wrapper .product-preview .title {
    font-size: 26px;
  }
  .configurator-wrapper h4 {
    margin-bottom: 20px;
  }
  .configurator-wrapper .roundSelector {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .configurator-wrapper .roundSelector li {
    position: relative;
  }
  .configurator-wrapper .roundSelector a {
    width: auto;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    display: block;
  }
  .configurator-wrapper .roundSelector .popUpInfo {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    background-color: #FFF;
  }
  .configurator-wrapper .buttonList {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .configurator-wrapper .buttonList a {
    width: auto;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    display: block;
  }
  .configurator-navigation {
    padding-top: 40px;
    gap: 10px 0;
    flex-wrap: wrap;
  }
  .configurator-navigation .button {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
  }
  .configurator-navigation .button--finish {
    height: 60px;
    line-height: 60px;
    flex: 0 0 100%;
  }
}
.cd-product-viewer-wrapper {
  position: relative;
  margin-bottom: 10vh;
}
.cd-product-viewer-wrapper .product-viewer {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.cd-product-viewer-wrapper img {
  display: block;
  position: relative;
  z-index: 1;
}
.cd-product-viewer-wrapper .product-sprite {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 2000%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.cd-product-viewer-wrapper--17 .product-sprite {
  width: 1700%;
}
.cd-product-viewer-wrapper.loaded .product-sprite {
  opacity: 1;
}
.cd-product-viewer-handle {
  position: absolute;
  z-index: 2;
  width: 60%;
  max-width: 300px;
  height: 4px;
  background: #F5EFDE;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.cd-product-viewer-handle .fill {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #FF4429;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s;
}
.cd-product-viewer-handle .handle {
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 44px;
  width: 44px;
  left: 0;
  top: -20px;
  background: #FF4429 url(../img/360/cd-arrows.svg) no-repeat center center;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  overflow: hidden;
  text-indent: -100em;
  cursor: pointer;
}
.loaded .cd-product-viewer-handle .fill {
  opacity: 0;
}
.loaded .cd-product-viewer-handle .handle {
  transform: translateX(-50%) scale(1);
  animation: cd-bounce 0.3s 0.3s;
  animation-fill-mode: both;
}
@keyframes cd-bounce {
  0% {
    transform: translateX(-50%) scale(0);
  }
  60% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@media screen and (max-width: 700px) {
  .cd-product-viewer-handle {
    bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .cd-product-viewer-wrapper .product-viewer {
    margin: 0 -100px;
  }
}
.productGallery {
  margin-bottom: 10vh;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
}
.productGallery .slick-list {
  overflow: visible;
}
.productGallery__wrapper {
  margin: 0 30%;
}
.productGallery__slide {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  transform: scale3d(.8,.8,.8);
  -webkit-transform: scale3d(.8,.8,.8);
}
.slick-current .productGallery__slide {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.productGallery__slide img {
  display: block;
  margin: 0 auto;
  max-height: 70vh;
  object-fit: contain;
}
.productGallery__nav {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.productGallery__nav__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 300ms;
  position: relative;
}
.productGallery__nav__button--bronzo {
  background: #B58651;
}
.productGallery__nav__button--nero {
  background: #181615;
}
.productGallery__nav__button--verde {
  background: #34743D;
}
.productGallery__nav__button--viola {
  background: #843760;
}
.productGallery__nav__button--blu {
  background: #285071;
}
.productGallery__nav__button--grigio {
  background: #808280;
}
.productGallery__nav__button--marrone {
  background: #7F3F26;
}
.productGallery__nav__button--default {
  background: #FF4429;
}
.productGallery__nav__button:hover {
  opacity: .8;
}
.productGallery__nav__button::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid #363636;
  z-index: -1;
  border-radius: 50%;
  transition: 300ms;
  transform: scale3d(0,0,0);
  -webkit-transform: scale3d(0,0,0);
}
.productGallery__nav__button.current::after {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.productGallery__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30vw;
  z-index: 10;
  cursor: pointer;
}
.productGallery__arrow--prev {
  left: -30vw;
}
.productGallery__arrow--next {
  right: -30vw;
}
@media screen and (max-width: 1000px) {
  .productGallery__wrapper {
    margin: 0 20%;
  }
  .productGallery__nav {
    gap: 6px;
    padding-top: 10px;
  }
  .productGallery__nav__button {
    width: 30px;
    height: 30px;
  }
  .productGallery__arrow {
    width: 20vw;
  }
  .productGallery__arrow--prev {
    left: -20vw;
  }
  .productGallery__arrow--next {
    right: -20vw;
  }
}
@media screen and (max-width: 550px) {
  .productGallery__wrapper {
    margin: 0;
  }
  __arrow {
    display: none;
  }
}
.productDoubleGallery {
  margin-bottom: 10vh;
  overflow: hidden;
}
.productDoubleGallery .productGallery {
  margin-bottom: 0;
}
.productDoubleGallery__header {
  margin-bottom: 40px;
  justify-content: center;
  display: flex;
}
.productDoubleGallery__header span {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'roboto-mono';
  letter-spacing: .1em;
  height: 62px;
  line-height: 60px;
  padding: 0 30px;
  color: #FF4429;
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  transition: 300ms;
  border: 1px solid #FF4429;
  cursor: pointer;
}
.productDoubleGallery__header span.current {
  background: #FF4429;
  color: #F5EFDE;
}
.productDoubleGallery__tabs {
  position: relative;
}
.productDoubleGallery__tab {
  visibility: hidden;
  transform: translate3d(200vw,0,0);
  -webkit-transform: translate3d(200vw,0,0);
}
.productDoubleGallery__tab.current {
  visibility: visible;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.productDoubleGallery__tab:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .productDoubleGallery__header span {
    font-size: 17px;
  }
}
@media screen and (max-width: 1550px) {
  .productDoubleGallery__header span {
    font-size: 16px;
    height: 52px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .productDoubleGallery__header span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .productDoubleGallery__header span {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .productDoubleGallery__header span {
    padding: 0 10px;
  }
}
.colorPickerWrapper {
  margin: 0 auto 15vh;
  position: relative;
  display: inline-block;
}
.colorPickerWrapper__canvas {
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}
.colorPickerWrapper__canvas .smallTitle {
  display: block;
  margin: 0 0 10px;
  text-align: center;
}
.colorPicker {
  position: relative;
  display: inline-block;
}
.colorPicker img {
  display: block;
  height: 70vh;
  object-fit: contain;
}
.colorPicker__mask {
  position: relative;
  z-index: 5;
}
.colorPicker__overlay,
.colorPicker__lights,
.colorPicker__bg,
.colorPicker__lightness {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.colorPicker__overlay {
  z-index: 4;
}
.colorPicker__lightness {
  z-index: 3;
  mix-blend-mode: luminosity;
}
.colorPicker__lights {
  z-index: 2;
  mix-blend-mode: luminosity;
}
.colorPicker__bg {
  z-index: 1;
  background: purple;
  transition: 300ms;
}
@media screen and (max-width: 1000px) {
  .colorPickerWrapper {
    margin-bottom: 80px;
  }
  .colorPickerWrapper__canvas {
    position: relative;
    transform: none;
    -webkit-transform: none;
    margin: 0;
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .colorPicker img {
    height: auto;
  }
}
.clients__picture {
  max-width: 800px;
  margin: 0 auto;
}
.clients__picture img {
  display: block;
}
.clients__chat {
  position: fixed;
  bottom: 200px;
  right: 110px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  z-index: 100;
  background: #FF4429;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media screen and (max-width: 550px) {
  .clients__chat {
    right: 20px;
  }
}
.clients__chat::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 50px;
  height: 100px;
  background: lime;
  background: url(../img/chat-arrow.svg) no-repeat 50% 100%;
  overflow: hidden;
}
.clients-login {
  border-radius: 10px;
  padding: 20px;
  background: #FFF;
  width: 500px;
  margin: 50px auto 100px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
@media screen and (max-width: 550px) {
  .clients-login {
    width: auto;
    margin: 50px 20px 100px;
  }
}
.clients-login button {
  width: 100%;
  text-align: center;
}
.text-section {
  margin: clamp(80px,8.3328vw,160px) 20vw 0;
}
.text-section--nomargin {
  margin-top: 0;
}
.text-section p:last-child {
  margin: 0;
}
.text-section__cta {
  margin-top: clamp(20px,2.0832vw,40px);
}
@media screen and (max-width: 1000px) {
  .text-section {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 550px) {
  .text-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.image-grid-section {
  margin: clamp(60px,5.208vw,100px) 14.5824vw 0;
  text-align: left;
  display: grid;
  grid-template-columns: min(480px,24.9984vw) 1fr;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 1920px) {
  .image-grid-section {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-grid-section--large {
  margin-left: 8.5932vw;
  margin-right: 8.5932vw;
}
.image-grid-section--large .image-grid-section__content {
  padding-right: 0;
  padding-left: min(145px,7.5516vw);
}
@media screen and (min-width: 1551px) {
  .image-grid-section--large .image-grid-section__image--last {
    max-width: min(880px,41.664vw);
  }
}
@media screen and (min-width: 1201px) {
  .image-grid-section--large .image-grid-section__image--last {
    margin-left: max(-315px,-16.4052vw);
    z-index: 3;
  }
}
@media screen and (min-width: 1920px) {
  .image-grid-section--large {
    width: 1440px;
  }
}
@media screen and (max-width: 1550px) {
  .image-grid-section {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
@media screen and (max-width: 1200px) {
  .image-grid-section {
    align-items: center;
    row-gap: clamp(40px,5.208vw,100px);
  }
}
@media screen and (max-width: 1000px) {
  .image-grid-section {
    margin-left: 40px;
    margin-right: 40px;
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 700px) {
  .image-grid-section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .image-grid-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.image-grid-section__content {
  padding: min(40px,2.0832vw) min(90px,4.6872vw) min(80px,4.1664vw);
}
@media screen and (max-width: 700px) {
  .image-grid-section__content {
    padding: 0 !important;
  }
}
.image-grid-section__image--first {
  grid-row-end: span 2;
  padding-bottom: min(200px,10.416vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .image-grid-section__image--first {
    grid-row-end: auto;
    padding: 0;
  }
}
.image-grid-section__image--last {
  margin-left: max(-50px,-2.604vw);
  align-self: end;
}
@media screen and (max-width: 1200px) {
  .image-grid-section__image--last {
    grid-column-end: span 2;
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .image-grid-section__image--last {
    grid-column-end: auto;
  }
}
.text-image-section {
  margin: clamp(80px,8.3328vw,160px) 6.2496vw 0 13.5408vw;
  text-align: left;
  display: grid;
  grid-template-columns: min(760px,39.5808vw) 1fr;
  align-items: center;
  gap: clamp(60px,5.208vw,100px) clamp(40px,90px,4.6872vw);
}
@media screen and (min-width: 1920px) {
  .text-image-section {
    width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-image-section--vertical {
  margin-right: 19.7904vw;
  grid-template-columns: min(470px,24.4776vw) 1fr;
}
@media screen and (min-width: 1920px) {
  .text-image-section--vertical {
    width: 1120px;
  }
}
@media screen and (max-width: 1000px) {
  .text-image-section--vertical {
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (max-width: 1550px) {
  .text-image-section {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
@media screen and (max-width: 1200px) {
  .text-image-section:not(.text-image-section--vertical) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .text-image-section {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .text-image-section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 550px) {
  .text-image-section {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#preload {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #FF4429;
  transition: 1600ms cubic-bezier(0.230,1.000,0.320,1.000);
  -webkit-transition: 1600ms cubic-bezier(0.230,1.000,0.320,1.000);
}
#preload .wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  text-align: center;
  color: #fff;
}
#preload .spinner {
  transition: 300ms;
}
#preload .logo {
  width: 220px;
  margin: 0 auto;
}
.loading-done #preload {
  transform: translate3d(0,-100%,0);
  -webkit-transform: translate3d(0,-100%,0);
  opacity: 0;
}
.loading-done #preload .wrapper {
  transform: translate(-50%,-50%) scale(0);
  -webkit-transform: translate(-50%,-50%) scale(0);
}
.loading-done #preload .spinner {
  opacity: 0;
}
body {
  background: #F5EFDE;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding: 0 100px;
}
body.body--thankyoupage {
  background: url(../img/marana.jpg) no-repeat center / cover;
  position: relative;
}
body.body--thankyoupage::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
}
main {
  flex-grow: 1;
  max-width: 1760px;
  margin: 0 auto;
  width: 100%;
}
.productCategoryBody main,
.contactBody main,
.designProducts main,
.mediaGallery main {
  max-width: none;
  width: 100%;
}
.body--thankyoupage main {
  display: flex;
}
.sidePanel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 5vh 7.5vw;
}
.sidePanel .toggler,
.sidePanel .close {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  transition: 1400ms cubic-bezier(0.230,1.000,0.320,1.000);
  cursor: pointer;
}
.sidePanel .toggler .label,
.sidePanel .close .label {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
.sidePanel .toggler .title,
.sidePanel .close .title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'roboto-mono';
  font-weight: 300;
  color: #F5EFDE;
  writing-mode: vertical-lr;
  text-orientation: upright;
  font-feature-settings: "vkrn", "vpal";
  letter-spacing: .2em;
  -webkit-writing-mode: vertical-lr;
  -webkit-text-orientation: upright;
  -webkit-font-feature-settings: "vkrn", "vpal";
  position: relative;
}
.sidePanel .toggler .icon,
.sidePanel .close .icon {
  width: 40px;
  height: 30px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
}
.sidePanel .close .icon span {
  position: absolute;
  height: 1px;
  background: #F5EFDE;
  left: 0;
  right: 0;
  top: 50%;
}
.sidePanel .close .icon span:first-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.sidePanel .close .icon span:last-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sidePanel.open {
  animation: openMenu 1400ms cubic-bezier(0.230,1.000,0.320,1.000) forwards !important;
  -webkit-animation: openMenu 1400ms cubic-bezier(0.230,1.000,0.320,1.000) forwards !important;
  z-index: 1001;
}
.sidePanel.open .toggler {
  opacity: 0;
}
.sidePanel.closed {
  animation: closeMenu 1400ms cubic-bezier(0.230,1.000,0.320,1.000) forwards !important;
  -webkit-animation: closeMenu 1400ms cubic-bezier(0.230,1.000,0.320,1.000) forwards !important;
}
#mainMenu {
  background: #363636;
  z-index: 1001;
  transform: translate3d(-100%,0,0) translateX(100px);
  -webkit-transform: translate3d(-100%,0,0) translateX(100px);
  box-shadow: 0 5px 30px rgba(0,0,0,0.45);
}
#mainMenu .close {
  left: 0;
}
#mainMenu .toggler {
  right: 0px;
}
#mainMenu .toggler .icon span {
  position: absolute;
  height: 1px;
  background: #F5EFDE;
  left: 0;
  right: 0;
  top: 15px;
}
#mainMenu .toggler .icon span:nth-child(1) {
  top: 0;
}
#mainMenu .toggler .icon span:nth-child(3) {
  bottom: 0;
  top: auto;
}
#mainMenu .wrapper {
  display: flex;
}
#mainMenu .navigation {
  flex: 0 0 30%;
  padding-right: 2vw;
  text-align: right;
}
#mainMenu .navigation a {
  font-size: 3.5vw;
  line-height: 4vw;
  font-family: 'condor-compressed';
  font-weight: bold;
  text-transform: uppercase;
  color: #F5EFDE;
}
#mainMenu .productNavigation,
#mainMenu .settings {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mainMenu .productNavigation {
  flex: 0 0 40%;
  padding: 0 2vw;
  position: relative;
  font-size: 0;
}
#mainMenu .productNavigation::before,
#mainMenu .productNavigation::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(245,239,222,0.2);
}
#mainMenu .productNavigation::before {
  left: 0;
}
#mainMenu .productNavigation::after {
  right: 0;
}
#mainMenu .productNavigation > a {
  padding: 10px 0;
  flex: 0 0 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(10px,0.7812vw,15px);
  color: #FF4429;
  border-bottom: 1px solid rgba(245,239,222,0.2);
}
#mainMenu .productNavigation > a:nth-child(1) .link,
#mainMenu .productNavigation > a:nth-child(2) .link {
  position: relative;
}
#mainMenu .productNavigation > a:nth-child(1) .decoration,
#mainMenu .productNavigation > a:nth-child(1) .shadow,
#mainMenu .productNavigation > a:nth-child(2) .decoration,
#mainMenu .productNavigation > a:nth-child(2) .shadow {
  content: '';
  width: 5vw;
  height: 5vw;
  position: absolute;
  right: 5vw;
  top: 50%;
  border-radius: 50%;
  margin-top: -2.5vw;
}
#mainMenu .productNavigation > a:nth-child(1) {
  border-top: 1px solid rgba(245,239,222,0.2);
}
#mainMenu .productNavigation > a:nth-child(1) .decoration {
  background: url(/img/rotoforno.svg) no-repeat center / contain;
  z-index: 2;
}
#mainMenu .productNavigation > a:nth-child(1) .shadow {
  margin: -2vw auto auto -2vw;
  box-shadow: -2vw -2vw 2.5vw rgba(255,68,41,0.2);
}
#mainMenu .productNavigation > a:nth-child(2) .decoration {
  background: url(/img/napule.png) no-repeat center / contain;
}
#mainMenu .productNavigation .sup {
  color: #F5EFDE;
  margin-bottom: 0;
}
#mainMenu .productNavigation .title {
  font-size: 4.6vw;
  font-family: 'condor-compressed';
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  padding-top: .1em;
}
#mainMenu .productNavigation .cat3 .title {
  color: #F5EFDE;
}
#mainMenu .productNavigation .cat3 .title span:first-child {
  color: #FF4429;
}
#mainMenu .productNavigation .categoryLink__description {
  font-size: clamp(14px,1.45824vw,28px);
  color: #F5EFDE;
  text-decoration: underline;
  text-decoration-color: #FF4429;
  text-underline-offset: 3px;
}
@media screen and (max-width: 1000px) {
  #mainMenu .productNavigation .categoryLink__description {
    display: none;
  }
}
#mainMenu .productNavigation .categoryLink__description strong {
  color: inherit;
}
#mainMenu .productNavigation .categoryLink__description p {
  line-height: 1.2em;
}
#mainMenu .settings {
  flex: 0 0 30%;
  padding-left: 7vw;
}
#mainMenu .settings .footer {
  color: #F5EFDE;
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em;
}
#mainMenu .settings .footer h6 {
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: .4em;
  color: #FF4429;
}
#mainMenu .settings .footer br {
  display: none;
}
#mainMenu .settings .footer p {
  margin: 0;
}
#mainMenu .languages {
  display: flex;
  justify-content: space-between;
}
#mainMenu .languages a {
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 43px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'roboto-mono';
  font-weight: 300;
  color: #F5EFDE;
  letter-spacing: .1em;
  border: 1px solid #F5EFDE;
  border-radius: 50%;
}
#mainMenu .languages a.current {
  background: #FF4429;
  border-color: #FF4429;
}
#mainMenu #search input {
  height: 55px;
  line-height: 55px;
  padding: 0;
  color: #F5EFDE;
  background: transparent url(../img/lens.svg) no-repeat 100% 50%;
  border: none;
  border-bottom: 1px solid rgba(245,239,222,0.5);
  font-size: 14px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'roboto-mono';
  font-weight: 300;
  padding-right: 50px;
  transition: 300ms;
}
#mainMenu #search input:focus {
  border-color: #F5EFDE;
  background-position: 97% 50%;
}
#mainMenu .social {
  display: flex;
  justify-content: space-between;
}
#mainMenu .social a {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'roboto-mono';
  font-weight: 300;
  letter-spacing: .1em;
  color: #F5EFDE;
  position: relative;
}
#mainMenu .social a::before,
#mainMenu .social a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
}
#mainMenu .social a::before {
  left: 0;
  right: 0;
  background: #FF4429;
}
#mainMenu .social a::after {
  left: 50%;
  right: 50%;
  background: #F5EFDE;
  opacity: 0;
  transition-delay: 300ms;
}
#productMenu {
  transform: translate3d(100%,0,0) translateX(-100px);
  -webkit-transform: translate3d(100%,0,0) translateX(-100px);
  background: #F54B33;
  box-shadow: 0 -5px 30px rgba(0,0,0,0.45);
}
#productMenu .close {
  right: 0;
}
#productMenu .toggler .icon {
  background: url(../img/oven.svg) no-repeat center / contain;
}
#productMenu .readMore::before,
#productMenu .readMore::after {
  display: none;
}
#productMenu::before {
  content: '';
  position: absolute;
  width: 33.33%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #363636;
}
#productMenu::after {
  content: '';
  position: absolute;
  width: 1px;
  top: 5vh;
  bottom: 5vh;
  background: rgba(245,239,222,0.3);
  left: 35%;
}
#productMenu .toggler {
  left: 0;
}
#productMenu .wrapper {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  z-index: 2;
}
#productMenu .productCategory {
  flex: 0 0 25%;
  color: #F5EFDE;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#productMenu .productCategory .description {
  flex-grow: 1;
}
#productMenu .productCategory .image {
  margin-bottom: 2em;
}
#productMenu .productCategory .image span {
  display: inline-block;
  width: 148px;
  height: 148px;
}
#productMenu .productCategory h3 {
  font-size: 5vw;
}
#productMenu .productCategory .readMore {
  margin-top: 2em;
  border-color: #363636;
  color: #F5EFDE;
  opacity: 1;
  animation: none !important;
  -webkit-animation: none !important;
}
#productMenu .productCategory .readMore span,
#productMenu .productCategory .readMore span:before,
#productMenu .productCategory .readMore span:after {
  background: #F5EFDE;
}
#productMenu .productCategory.cat3 h3 span {
  display: block;
}
#productMenu .productCategory.cat3 h3 span:first-child {
  color: #FF4429;
}
#productMenu .productCategory.cat3 .readMore {
  border-color: #F5EFDE;
}
#productMenu .productCategory.cat1 .image span {
  background: url(../img/rotoforno.svg) no-repeat center / contain;
}
#productMenu .productCategory.cat2 .image span {
  background: url(../img/napule.png) no-repeat center / contain;
}
html[lang="de"] #productMenu .cat1 h3,
html[lang="de"] #productMenu .cat2 h3,
html[lang="en"] #productMenu .cat1 h3,
html[lang="en"] #productMenu .cat2 h3 {
  margin-bottom: 0;
}
.readMore {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'roboto-mono';
  letter-spacing: .1em;
  height: 62px;
  line-height: 60px;
  padding: 0 80px 0 30px;
  color: #FF4429;
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.readMore span {
  height: 1px;
  width: 40px;
  position: absolute;
  right: 20px;
  background: #FF4429;
  top: 50%;
  transform: translate3d(0,.4em,0);
  -webkit-transform: translate3d(0,.4em,0);
  transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
}
.readMore span::before,
.readMore span::after {
  transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
  content: '';
  width: 10px;
  height: 1px;
  background: #FF4429;
  right: 0;
  top: 0;
  position: absolute;
}
.readMore span::before {
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.readMore span::after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.readMore:hover {
  color: #F5EFDE;
}
.readMore:hover::before {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  opacity: 1;
}
.readMore:hover span {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  background: #F5EFDE;
}
.readMore:hover span::before,
.readMore:hover span:after {
  background: #F5EFDE;
}
.readMore:hover span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.readMore.alt {
  color: #F5EFDE;
  background: #FF4429;
}
.readMore.alt span {
  background: #F5EFDE;
}
.readMore.alt span::before,
.readMore.alt span::after {
  background: #F5EFDE;
}
.readMore::before,
.readMore::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.readMore::before {
  background: #FF4429;
  opacity: 0;
  transform: translate3d(-100%,0,0);
  -webkit-transform: translate3d(-100%,0,0);
  transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
  z-index: -1;
}
.readMore::after {
  border: 1px solid #FF4429;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: 1.6s cubic-bezier(0.165,0.840,0.440,1.000);
}
#siteHeader {
  text-align: center;
  height: 120px;
  line-height: 120px;
  position: relative;
  z-index: 501;
  transition: 350ms cubic-bezier(0.165,0.840,0.440,1.000);
  will-change: height, backgroud-color;
}
#siteHeader:not(.static) {
  position: sticky;
  top: 0;
}
.body--scroll #siteHeader:not(.static) {
  background: #F5EFDE;
  height: 80px;
  line-height: 80px;
}
.body--scroll #siteHeader:not(.static) .languageMenu .toggler .label {
  color: #363636 !important;
  border-color: #363636 !important;
}
#siteHeader .languageMenu {
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 2.5vw;
  top: 50%;
  margin-top: -20px;
  font-family: 'roboto-mono';
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
  z-index: 500;
}
#siteHeader .languageMenu .toggler {
  cursor: pointer;
}
#siteHeader .languageMenu .toggler .label {
  border-bottom: 1px solid #363636;
}
#siteHeader .languageMenu .toggler .current {
  color: #FF4429;
  padding-right: 10px;
  background: url(../img/dropdown.svg) no-repeat 100% 50%;
}
#siteHeader .languageMenu .list {
  position: absolute;
  top: 100%;
  background: #FF4429;
  right: 0;
  transition: 300ms;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
#siteHeader .languageMenu .list a {
  display: block;
  color: #F5EFDE;
  padding: 0 20px;
}
#siteHeader .languageMenu:hover .list {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.home #siteHeader,
.about #siteHeader,
.mediaGallery #siteHeader {
  position: fixed;
  top: 0;
  left: 100px;
  right: 100px;
}
.home #siteHeader .languageMenu .toggler .label,
.about #siteHeader .languageMenu .toggler .label,
.mediaGallery #siteHeader .languageMenu .toggler .label {
  color: #F5EFDE;
  border-color: #F5EFDE;
}
#logolink {
  display: inline-block;
  width: 190px;
  vertical-align: middle;
}
#logolink img {
  max-height: 100%;
  vertical-align: middle;
}
#siteFooter {
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px calc(100px + 5vw) 20px;
  font-size: 16px;
  margin: 0 -100px;
  color: #5c5c5c;
  position: relative;
}
#siteFooter .logo {
  text-align: center;
  flex: 0 0 100%;
  margin-bottom: 40px;
}
#siteFooter .logo img {
  width: 160px;
}
#siteFooter .por-fesr {
  flex: 0 0 100%;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#siteFooter .por-fesr__logo {
  max-width: 40%;
  flex: 0 0 160px;
}
#siteFooter .por-fesr__content {
  max-width: 50%;
  flex: 0 0 200px;
}
#siteFooter .por-fesr__content p:last-child {
  margin: 0;
}
#siteFooter .por-fesr__content a {
  font-weight: bold;
  color: #363636;
}
#siteFooter .menu a,
#siteFooter .socialWrapper a,
#siteFooter .languageWrapper a {
  display: block;
  line-height: 1.8em;
}
#siteFooter .languageWrapper a {
  text-transform: capitalize;
}
#siteFooter a {
  color: #5c5c5c;
}
#siteFooter .infos {
  max-width: 20%;
}
#siteFooter .infos a:not(.readMore) {
  color: #FF4429;
}
#siteFooter .readMore {
  font-size: inherit;
  padding: 0 80px 0 0;
  height: 1.8em;
  line-height: 1.8em;
  border: none;
  opacity: 1 !important;
  animation: none !important;
  -webkit-animation: none !important;
}
#siteFooter .readMore::before,
#siteFooter .readMore::after {
  display: none !important;
}
#siteFooter .credits {
  padding-top: 40px;
  text-align: center;
  flex: 0 0 100%;
  bottom: 20px;
  font-size: 13px;
  opacity: .6;
}
.body--thankyoupage #siteFooter {
  display: none;
}
.decorated {
  position: relative;
}
.decorated img {
  display: block;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
  position: relative;
  z-index: 2;
}
.decorated::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -1.5vw;
  bottom: -1.5vw;
  z-index: 1;
  border: 1px solid #FF4429;
}
.decorated video {
  z-index: 10;
  height: auto;
  position: relative;
}
.decorated .imageDescription {
  font-size: .8em;
  padding-top: 1em;
  padding-left: 3em;
  display: block;
}
.rounded {
  border-radius: 50%;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
  position: relative;
  z-index: 10;
}
.rounded img {
  display: block;
  border-radius: 50%;
}
.rounded::before {
  border-radius: 50%;
}
.supply {
  font-size: 14px;
  font-family: 'roboto-mono';
  font-weight: 300;
  letter-spacing: .1em;
  text-transform: uppercase;
  position: relative;
}
.supply .icon {
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}
.supply .icon::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #363636;
  border-radius: 50%;
}
.supply .icon img {
  display: inline-block;
  max-height: 60%;
}
.videoPreview {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
}
.videoPreview video {
  max-width: 100%;
  height: auto !important;
  display: block;
  -webkit-mask: url(../img/videoMask.svg);
}
.closePopup {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
}
.closePopup::before,
.closePopup::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #363636;
  height: 1px;
  top: 50%;
}
.closePopup::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.closePopup::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pageHeader {
  display: inline-block;
  border: 1px solid rgba(54,54,54,0.5);
  border-style: solid none;
  padding: 10px 10px 5px;
  margin: 0 0 5vh;
}
.pageHeader .sup {
  color: #FF4429;
  margin: 0 0 5px;
}
.pageHeader h1,
.pageHeader h2 {
  margin: 0;
}
.pageHeader h1 span:first-child,
.pageHeader h2 span:first-child {
  color: #FF4429;
}
.videoPlay {
  position: relative;
  display: inline-block;
  z-index: 5;
}
.videoPlay::before {
  z-index: -1;
  right: 1.5vw;
}
.videoPlay::after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  transition: 500ms;
}
.videoPlay video {
  display: block;
}
.videoPlay .playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 90px;
  height: 90px;
  background: url(../img/play.svg) no-repeat 55% 50%;
  z-index: 11;
  cursor: pointer;
}
.videoPlay .playButton::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #fff;
}
.videoPlay.reproduce::after,
.videoPlay.reproduce .playButton {
  opacity: 0;
  visibility: hidden;
}
.social.icons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  text-indent: -100em;
  margin: 0 .1em;
}
.social.icons a.facebook {
  background: url(../img/facebook.svg) no-repeat center / contain;
}
.social.icons a.instagram {
  background: url(../img/instagram.svg) no-repeat center / contain;
}
.social.icons a.youtubeLink {
  background: url(../img/youtube.svg) no-repeat center / contain;
}
.social.icons a.linkedin {
  background: url(../img/linkedin.svg) no-repeat center / contain;
}
.social.icons a.tiktok {
  background: url(../img/tiktok.svg) no-repeat center / contain;
}
.slick-slide {
  cursor: grab;
}
.designArrow {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -50px;
  transition: 300ms;
  border-radius: 50%;
  cursor: pointer;
  z-index: 200;
  background: rgba(255,68,41,0.8);
}
.designArrow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/arrow.svg) no-repeat center;
}
.designArrow.prev {
  left: -10px;
}
.designArrow.prev::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.designArrow.next {
  right: -50px;
}
.designArrow.slick-disabled {
  opacity: 0;
}
.scrollDown {
  position: absolute;
  bottom: 3vh;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  z-index: 200;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: 'roboto-mono';
  text-align: center;
  color: #F5EFDE;
}
.scrollDown .label {
  display: block;
  margin-bottom: 10px;
}
.scrollDown .mouse {
  width: 22px;
  height: 36px;
  border: 1px solid #F5EFDE;
  border-radius: 11px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.scrollDown .wheel {
  position: absolute;
  top: 8px;
  width: 1px;
  left: 50%;
  overflow: hidden;
  height: 8px;
  margin-left: -1px;
}
.scrollDown .wheel::after {
  height: 8px;
  width: 2px;
  background: #F5EFDE;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  animation: scrollDown 1200ms cubic-bezier(0.455,0.030,0.515,0.955) infinite;
}
#hero {
  min-height: 100vh;
  background: #363636;
  text-align: center;
  position: relative;
  padding: 5vh 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  margin: 0 -100px;
}
#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: none;
}
#hero::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
}
#hero .content {
  z-index: 5;
  position: relative;
  color: #F5EFDE;
}
#hero .content .sup,
#hero .content h2 {
  display: block;
  font-family: 'condor';
  font-weight: 300;
  text-transform: none;
  font-size: 30px;
}
#hero .content .sup {
  display: inline-block;
  border-bottom: 1px solid #F5EFDE;
  margin-bottom: .4em;
}
#hero .content h1 {
  font-size: 140px;
  margin: 0;
}
#hero.about {
  background: url(../img/aboutHeader.jpg) no-repeat center / cover;
}
#album {
  padding: 0 10vw 30vh;
  text-align: center;
}
#album .pageHeader {
  text-align: center;
}
#album .pageHeader h1 {
  color: #FF4429;
}
#album .grid {
  display: -ms-grd;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-column-gap: 5vw;
}
#album h6 {
  font-size: 14px;
  color: #363636;
}
#album .preview {
  margin-bottom: 1em;
  position: relative;
}
#album .preview::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -0.75vw;
  bottom: -0.75vw;
  z-index: 1;
  border: 1px solid #FF4429;
}
#album .preview img {
  display: block;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
  position: relative;
  z-index: 2;
}
#album .youtube,
#album .image {
  margin-bottom: 2.5vw;
}
#album .youtube .preview img {
  height: 11vw;
  object-fit: cover;
  width: 100%;
}
#error {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 10vh 2.5vw;
  text-align: center;
}
#error h2 {
  text-align: center;
  font-size: 2.5em;
}
#article {
  max-width: 1200px;
  margin: 0 auto 100px;
  padding: 0 2.5vw;
}
#article h1 {
  text-align: center;
}
#article .cta {
  text-align: center;
  padding-top: 5vh;
}
.galleryWrapper {
  overflow: hidden;
  position: relative;
  padding: 80px 12.5vw 0;
  max-width: 100%;
  display: block;
}
.galleryWrapper .gallery {
  position: relative;
  font-size: 0;
  margin-bottom: 60px;
}
.galleryWrapper .gallery img {
  display: block;
}
.galleryWrapper .gallery::before {
  z-index: -1;
}
.galleryWrapper::before {
  content: '';
  width: 1px;
  background: #FF4429;
  top: -80px;
  bottom: 82px;
  left: 50%;
  position: absolute;
}
.sliderArrow {
  position: absolute;
  bottom: -125px;
  z-index: 100;
}
.sliderArrow.prev {
  right: 50%;
  transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
}
.sliderArrow.next {
  left: 50%;
  transform: translateX(70px);
  -webkit-transform: translateX(70px);
}
#galleryCounter,
#featuresCounter {
  position: relative;
  display: inline-block;
  line-height: 90px;
}
#galleryCounter .counter,
#featuresCounter .counter {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: 'roboto-mono';
  font-size: 18px;
}
#galleryCounter svg,
#featuresCounter svg {
  vertical-align: middle;
}
.progressRing {
  stroke-dasharray: 10 20;
  transition: stroke-dashoffset 0.35s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.sliderArrow {
  padding-top: 10px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'roboto-mono';
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: 300ms;
}
.sliderArrow span {
  height: 1px;
  width: 40px;
  position: absolute;
  right: 0px;
  background: #FF4429;
  top: 0px;
  transform: translate3d(0,.4em,0);
  -webkit-transform: translate3d(0,.4em,0);
  transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
}
.sliderArrow span::before,
.sliderArrow span::after {
  transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
  content: '';
  width: 10px;
  height: 1px;
  background: #FF4429;
  right: 0;
  top: 0;
  position: absolute;
}
.sliderArrow span::before {
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sliderArrow span::after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.sliderArrow.prev span {
  right: auto;
  left: 0;
}
.sliderArrow.prev span::before,
.sliderArrow.prev span::after {
  left: 0;
  right: auto;
}
.sliderArrow.prev span::before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.sliderArrow.prev span::after {
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
}
.sliderArrow.prev:not(.slick-disabled):hover span::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sliderArrow.slick-disabled {
  opacity: .2;
}
.sliderArrow:not(.slick-disabled):hover span {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.sliderArrow:not(.slick-disabled):hover span::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#home h2 {
  color: #FFF;
}
#home .section {
  padding: 0 0 25vh;
}
#home .intro {
  padding: 12vh 15vw 25vh;
  text-align: center;
}
#home .intro h2 {
  color: #FFF;
}
#home .intro .readMore {
  margin-top: 2em;
}
#home .category {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#home .category h3 {
  margin: 0 4vw;
  overflow: hidden;
  padding-top: 10px;
}
#home .category h3 > a {
  display: inline-block;
  padding: 0 .4em;
  position: relative;
  color: #FF4429;
}
#home .category h3 > a::before,
#home .category h3 > a::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: rgba(54,54,54,0.5);
  top: 50%;
}
#home .category h3 > a::before {
  right: 100%;
}
#home .category h3 > a::after {
  left: 100%;
}
#home .category h3 > a span {
  color: #363636;
}
#home .category .videoPreview {
  width: 400px;
  height: 400px;
  display: inline-block;
  margin-bottom: 5vh;
}
#home .category .content {
  max-width: 50%;
  margin: 0 auto;
  padding-top: 5vh;
}
#home .category .content .excerpt {
  margin-bottom: 7.5vh;
}
#home .category .content .excerpt p:last-child {
  margin: 0;
}
#home .category .content .supplies {
  margin-bottom: 5vh;
}
#home .category .content .supplies .list {
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
}
#home .category .content .supplies .supply {
  margin: 0 15px;
}
#home .designCategory h3 span span:first-child {
  color: #FF4429;
}
#home .showroom {
  display: flex;
  flex-wrap: wrap;
}
#home .showroom .mainImage,
#home .showroom .content {
  flex: 0 0 50%;
}
#home .showroom .content {
  padding-right: 4vw;
}
#home .showroom .content h2 {
  overflow: hidden;
}
#home .showroom .content h2 span {
  position: relative;
  display: inline-block;
  padding-right: .4em;
}
#home .showroom .content h2 span::after {
  content: '';
  position: absolute;
  left: 100%;
  width: 50vw;
  top: 50%;
  height: 1px;
  background: #FF4429;
}
#home .showroom .content .text {
  padding-right: 10vw;
}
#home .showroom .mainImage {
  padding: 4vw 4vw 0 12.5vw;
}
#home .showroom .mainImage .decorated::before {
  left: -1.5vw;
  bottom: auto;
  right: auto;
  top: -1.5vw;
}
#home .showroom .video {
  padding-left: 50%;
  text-align: right;
  position: relative;
  z-index: 20;
}
#home .showroom .video .decorated {
  left: -19vw;
  top: -30%;
}
#home .showroom .video .decorated::before {
  right: auto;
  left: -1.5vw;
}
#home .showroom .video .readMore {
  margin-right: 14vw;
}
#home .events h2,
#home .contacts h2 {
  margin: 0 4vw 10vh;
  overflow: hidden;
}
#home .events h2 span,
#home .contacts h2 span {
  display: inline-block;
  position: relative;
}
#home .events h2 span::before,
#home .events h2 span::after,
#home .contacts h2 span::before,
#home .contacts h2 span::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #FF4429;
  top: 50%;
}
#home .events h2 span::before,
#home .contacts h2 span::before {
  right: 100%;
  transform: translateX(-0.4em);
  -webkit-transform: translateX(-0.4em);
}
#home .events h2 span::after,
#home .contacts h2 span::after {
  left: 100%;
  transform: translateX(.4em);
  -webkit-transform: translateX(.4em);
}
#home .events h2 span {
  margin-left: 16vw;
}
#home .events .container {
  margin: 0 20vw;
}
#home .events .eventsIntro {
  margin-bottom: 10vh;
}
#home .contacts {
  text-align: center;
}
#home .contacts .container {
  max-width: 50%;
  margin: 0 auto;
}
#home .contacts .contactIntro {
  margin-bottom: 3.5em;
}
#home .contacts .contactIntro strong {
  font-weight: 500;
  font-family: 'condor-compressed';
  font-size: 50px;
}
#home .contacts .contactIntro .readMore {
  margin-top: 1em;
}
#home .contacts .image {
  margin-bottom: 15vh;
}
#home .contacts .image::before {
  right: auto;
  left: -1.5vw;
}
#home .contacts .channels {
  display: flex;
  justify-content: space-between;
}
#home .contacts .channels > div {
  flex: 0 0 30%;
}
#home .contacts .channels .phone a {
  line-height: 62px;
  font-size: 25px;
  color: #363636;
}
.sliderWrapper {
  overflow: hidden;
  padding-bottom: 200px;
}
.designSlider {
  margin-left: 40px;
  margin-right: 100px;
}
.designSlider .slide {
  text-align: left;
  padding-right: 40px;
  max-width: 40%;
  position: relative;
}
.designSlider .slide .image {
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 35vw;
}
.designSlider .slide .image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #363636;
  z-index: -1;
}
.designSlider .slide .title {
  position: absolute;
  top: 100%;
  left: 0;
  right: 40px;
  padding-top: 1em;
}
.designSlider .slide .title .sup {
  margin-bottom: .4em;
}
.designSlider .slide.product14 .image::before {
  background: #363636 url(../img/backgrounds/gea.jpg) no-repeat center / cover;
}
.designSlider .slide.product15 .image::before {
  background: #363636 url(../img/backgrounds/trofeo.jpg) no-repeat center / cover;
}
.designSlider .slide.product16 .image::before {
  background: #363636 url(../img/backgrounds/tanganelli.jpg) no-repeat center / cover;
}
.designSlider .slide.product18 .image::before {
  background: #363636 url(../img/backgrounds/napoli_ral.jpg) no-repeat center / cover;
}
.designSlider.slick-initialized .slick-list {
  overflow: visible;
}
.designSlider.slick-initialized .slide {
  max-width: 100%;
  height: 100%;
}
.designSlider.slick-initialized .slick-slide > div {
  height: 100%;
}
.eventPreview {
  font-size: 18px;
  font-family: 'roboto-mono';
  font-weight: 300;
  margin-bottom: 80px;
}
.eventPreview:last-child {
  margin: 0;
}
.eventPreview .header {
  display: block;
  margin-bottom: .3em;
  font-size: 16px;
  text-transform: uppercase;
}
.eventPreview .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.eventPreview .title h3 {
  flex-grow: 1;
  margin: 0;
  color: #E8AD14;
}
.eventPreview .title h3 a {
  color: #E8AD14;
}
.eventPreview .readMore {
  height: 1.5em;
  line-height: 1.5em;
  border: none;
  padding-left: 0;
}
.eventPreview .readMore::before,
.eventPreview .readMore::after {
  display: none;
}
#categoryNavigation {
  margin: 0 -100px;
  display: flex;
  text-align: center;
  border: 1px solid #363636;
  border-style: solid none;
  line-height: 80px;
  position: sticky;
  top: 0;
  z-index: 300;
  background: #F5EFDE;
}
#categoryNavigation a {
  flex: 0 0 33%;
  border-right: 1px solid #363636;
  position: relative;
}
#categoryNavigation a:first-child,
#categoryNavigation a:last-child {
  flex-grow: 1;
}
#categoryNavigation a:first-child {
  padding-left: 100px;
}
#categoryNavigation a:last-child {
  border: none;
  padding-right: 100px;
}
#categoryNavigation a .title {
  font-size: 30px;
  font-family: 'condor-compressed';
  text-transform: uppercase;
  color: #FF4429;
  font-weight: 500;
  position: relative;
}
#categoryNavigation a .title span:nth-child(1) {
  color: #363636;
}
#categoryNavigation a .title::after {
  content: attr(data-count);
  font-size: 15px;
  font-family: 'roboto-mono';
  font-weight: 300;
  position: absolute;
  right: -1em;
  top: -0.4em;
  line-height: 1em;
  color: #363636;
}
#categoryNavigation a.cat3 .title {
  color: #363636;
}
#categoryNavigation a.cat3 .title span:nth-child(1) {
  color: #FF4429;
}
#categoryNavigation a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FF4429;
  z-index: -1;
  opacity: 0;
}
#categoryNavigation a.current .title {
  color: #363636;
}
#categoryNavigation a.current .title span:nth-child(1) {
  color: #F5EFDE;
}
#categoryNavigation a.current .title::after {
  color: #F5EFDE;
}
#categoryNavigation a.current::before {
  opacity: 1;
}
.supplies {
  position: relative;
  z-index: 50;
}
.supplies .list {
  display: flex;
  justify-content: center;
  gap: 2vw;
}
.supplies .supply {
  flex: 0 0 130px;
  text-align: center;
  cursor: pointer;
}
.supplies .supply .icon {
  height: 130px;
}
.supplies .supply .icon::before {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.supplies .popup {
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  text-align: left;
  padding: 1vw 2vw 4vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.supplies .popup .header {
  display: flex;
  align-items: center;
}
.supplies .popup .header img {
  height: 60px;
}
.supplies .popup .header .smallTitle {
  margin: 0;
  padding-left: 1em;
  flex-grow: 1;
}
.supplies .popup .popupContent {
  padding-top: 2vw;
  font-weight: 300;
  font-family: 'roboto-mono';
  font-size: 12px;
  color: #363636;
}
.productList {
  counter-reset: products;
  margin: 0 -100px;
}
.productList.fadeOut {
  animation: fadeOut 500ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  -webkit-animation: fadeOut 500ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
}
.productPreview {
  counter-increment: products;
  position: relative;
  overflow: hidden;
  padding: 0 100px;
}
.productPreview:first-child .container {
  margin-top: 10vh;
  overflow: hidden;
}
.productPreview:first-child .content {
  padding-top: 10vh;
}
.productPreview:last-child .content {
  padding-bottom: 30vh;
}
.productPreview .container {
  display: flex;
  position: relative;
}
.productPreview .container > div {
  flex: 0 0 50%;
}
.productPreview .supplies .list {
  display: inline-flex;
  justify-content: flex-start;
  gap: 0;
}
.productPreview .supplies .list .supply {
  margin-right: 20px;
}
.productPreview .media {
  padding: 7.5vw 0 0 5vw;
}
.productPreview .media .videoPreview {
  max-width: 400px;
  width: 60%;
  margin-left: 5vw;
}
.productPreview .content {
  padding: 20vh 10vw 7.5vh 0;
}
.productPreview .content h2 {
  margin-bottom: .2em;
  color: #FF4429;
}
.productPreview .content h2 a {
  color: #FF4429;
}
.productPreview .content .excerpt,
.productPreview .content .supplies,
.productPreview .content .dimensions {
  margin-bottom: 2em;
}
.productPreview .content .dimensions,
.productPreview .content .models {
  font-size: 14px;
  font-family: 'roboto-mono';
  font-weight: 300;
}
.productPreview .content .readMore {
  margin-top: 1em;
}
.productPreview .content .sub {
  font-family: 'roboto-mono';
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .03em;
  margin-bottom: 1em;
  text-decoration: underline;
  text-decoration-color: #FF4429;
  text-underline-offset: 3px;
  display: block;
}
.productPreview .counter {
  position: absolute;
  left: 40%;
  top: 30%;
  text-align: center;
  display: inline-block;
  width: 100px;
  z-index: 10;
}
.productPreview .counter span::before {
  content: counter(products);
  color: #fff;
  font-size: 140px;
  font-family: 'condor-compressed';
  font-weight: bold;
}
.productPreview .counter::before,
.productPreview .counter::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  background: #FF4429;
  height: 100vh;
  opacity: .5;
}
.productPreview .counter::before {
  bottom: 100%;
}
.productPreview .counter::after {
  top: 100%;
}
.productPreview.design {
  color: #fff;
}
.productPreview.design::before,
.productPreview.design::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 1;
}
.productPreview.design::before {
  top: 0;
  background: linear-gradient(to bottom,#363636,rgba(54,54,54,0));
}
.productPreview.design::after {
  bottom: 0;
  background: linear-gradient(to top,#363636,rgba(54,54,54,0));
}
.productPreview.design .media .preview {
  padding-bottom: 10vh;
  max-width: 80%;
  position: relative;
  z-index: 10;
}
.productPreview.design .content {
  padding-right: 5vw;
  padding-bottom: 20vh;
  position: relative;
  z-index: 10;
}
.productPreview.design .content .excerpt p:last-child {
  margin: 0;
}
.productPreview.design .content .excerpt strong {
  border-bottom: 1px solid #FF4429;
}
.productPreview.design .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #363636;
  z-index: -1;
}
.productPreview.design.product14 .bg {
  background: #363636 url(../img/backgrounds/gea.jpg) no-repeat center / cover;
}
.productPreview.design.product15 .bg {
  background: #363636 url(../img/backgrounds/trofeo.jpg) no-repeat center / cover;
}
.productPreview.design.product16 .bg {
  background: #363636 url(../img/backgrounds/tanganelli.jpg) no-repeat center / cover;
}
.productPreview.design.product18 .bg {
  background: #363636 url(../img/backgrounds/napoli_ral.jpg) no-repeat center / cover;
}
#product {
  text-align: center;
  max-width: 100%;
  padding: 5vh 0 30vh;
}
#product .headerWrapper {
  background: #F5EFDE;
  z-index: 500;
  margin-bottom: 5vh;
  position: sticky;
  top: 0;
}
#product .headerWrapper .pageHeader {
  margin: 0;
}
#product .preview img {
  display: block;
  margin: 0 auto;
  max-height: 80vh;
}
#product .introText {
  margin: 0 12.5vw 5vh;
}
#product #album {
  padding-top: 5vh;
  padding-bottom: 10vh;
}
#product #canvasWrapper {
  max-width: 1760px;
  margin: 0 auto 15vh;
}
#product #productCanvas {
  clear: both;
  display: block;
  width: 100%;
}
#product .supplies {
  max-width: 40%;
  margin: 0 auto 20vh;
}
#product .supplies h4 {
  margin-bottom: 2em;
}
#product .design {
  margin-bottom: 20vh;
}
#product .design,
#product .features {
  max-width: 100%;
}
#product .design .content,
#product .features .content {
  margin: 0 12.5vw;
}
#product .design .sup,
#product .features .sup {
  font-size: 13px;
}
#product .design h3,
#product .features h3 {
  color: #FF4429;
}
#product .productProduction,
#product .dimensions {
  margin: 0 12.5vw 20vh;
}
#product .productProduction .header h3,
#product .dimensions .header h3 {
  color: #FF4429;
}
#product .productProduction .header h3 span:first-child,
#product .dimensions .header h3 span:first-child {
  color: #363636;
}
#product .productProduction .sup {
  font-size: 13px;
}
#product .productProduction form {
  display: flex;
  justify-content: space-between;
  padding-top: 10vh;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
#product .productProduction form::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 1vh;
  background: #FF4429;
  width: 1px;
  height: 7vh;
}
#product .productProduction form > div {
  flex: 0 0 49%;
}
#product .productProduction form label {
  margin-bottom: .3em;
}
#product .productProduction form select {
  background: url(../img/dropdown.svg) no-repeat 96% 50%;
  background-size: 10px auto;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
#product .productProduction form select option {
  font-size: .9em;
}
#product .productProduction #productProduction {
  max-width: 750px;
  margin: 5vh auto 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.16);
  transition: 300ms;
  position: relative;
}
#product .productProduction #productProduction::after {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/loader.gif) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition: 300ms;
  opacity: 0;
}
#product .productProduction #productProduction table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
#product .productProduction #productProduction table th,
#product .productProduction #productProduction table td {
  padding: 15px 10px;
}
#product .productProduction #productProduction table th {
  background: #FF4429;
  color: #F5EFDE;
  font-weight: normal;
}
#product .productProduction #productProduction.loading {
  min-height: 50px;
}
#product .productProduction #productProduction.loading::after {
  opacity: 1;
}
#product .dimensions .header .sup {
  position: relative;
  margin-top: 12vh;
}
#product .dimensions .header .sup::before {
  content: '';
  position: absolute;
  top: -10vh;
  width: 1px;
  background: #FF4429;
  height: 8vh;
  left: 50%;
}
#product .dimensions .pizzaGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#product .dimensions .legend {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  margin: 0 auto 50px;
}
#product .dimensions .legend .sliderArrow {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: none;
  -webkit-transform: none;
}
#product .dimensions .legend .sliderArrow span {
  top: 45%;
}
#product .dimensions .legend .options {
  position: relative;
  display: inline-block;
}
#product .dimensions .legend .option {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: .1em;
  display: inline-block;
  height: 66px;
  width: 66px;
  margin: 0 10px;
  cursor: pointer;
  line-height: 66px;
  font-family: 'roboto-mono';
  color: rgba(54,54,54,0.3);
  transition: 300ms;
  position: relative;
}
#product .dimensions .legend .option::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  background: #FF4429;
  z-index: -1;
  transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
  opacity: 0;
  transform: scale3d(0,0,0);
  -webkit-transform: scale3d(0,0,0);
}
#product .dimensions .legend .option.current {
  color: #fff;
}
#product .dimensions .legend .option.current::before {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
  opacity: 1;
}
#product .features {
  counter-reset: features;
  position: relative;
  margin-bottom: 5vh;
}
#product .features .galleryWrapper {
  padding: 80px 4vw 0;
}
#product .features .gallery {
  background: #FFF;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
}
#product .features .sliderArrow {
  bottom: -125px;
}
@media screen and (min-width: 1201px) {
  #product2d {
    margin-bottom: 10vh;
    position: relative;
    z-index: 100;
  }
  #product2d .imgWrapper {
    display: inline-block;
    position: relative;
  }
  #product2d .point {
    position: absolute;
    height: 40px;
  }
  #product2d .point .trigger {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,68,41,0.8);
    animation: clickMe 1200ms ease-in-out infinite;
    -webkit-animation: clickMe 1200ms ease-in-out infinite;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    cursor: pointer;
  }
  #product2d .point .trigger span {
    display: block;
    width: 40px;
    height: 40px;
    transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  #product2d .point .trigger span::before,
  #product2d .point .trigger span::after {
    content: '';
    height: 1px;
    top: 50%;
    left: 15px;
    right: 15px;
    background: #fff;
    position: absolute;
    transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  #product2d .point .trigger span::before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  #product2d .point .trigger::before {
    content: '';
    height: 1px;
    position: absolute;
    background: #FF4429;
    top: 50%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: 300ms;
  }
  #product2d .point.near .trigger::before {
    width: 150px;
  }
  #product2d .point.far .trigger::before {
    width: 350px;
  }
  #product2d .point.left .trigger::before {
    right: 100%;
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
  }
  #product2d .point.right .trigger::before {
    left: 0;
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
  }
  #product2d .point .window {
    position: absolute;
    top: 50%;
    width: 12.5vw;
    font-family: 'roboto-mono';
    font-size: 12px;
    letter-spacing: .05em;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #product2d .point .window .windowContent {
    transition: 1200ms 600ms cubic-bezier(0.230,1.000,0.320,1.000);
    opacity: 0;
  }
  #product2d .point .window h6 {
    color: #FF4429;
    margin-bottom: 5px;
  }
  #product2d .point .window p:last-child {
    margin: 0;
  }
  #product2d .point .window::before,
  #product2d .point .window::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #FF4429;
    transition: 300ms 300ms;
  }
  #product2d .point .window::before {
    top: 50%;
    bottom: 50%;
  }
  #product2d .point .window::after {
    top: 50%;
    bottom: 50%;
  }
  #product2d .point.left .window {
    padding-right: 10px;
    right: 350px;
    text-align: right;
  }
  #product2d .point.left .window .windowContent {
    transform: translate3d(-50px,0,0);
    -webkit-transform: translate3d(-50px,0,0);
  }
  #product2d .point.left .window::before,
  #product2d .point.left .window::after {
    right: 0;
  }
  #product2d .point.left.near .window {
    right: 150px;
  }
  #product2d .point.right .window {
    left: 350px;
    text-align: left;
    padding-left: 10px;
  }
  #product2d .point.right .window .windowContent {
    transform: translate3d(50px,0,0);
    -webkit-transform: translate3d(50px,0,0);
  }
  #product2d .point.right .window::before,
  #product2d .point.right .window::after {
    left: 0;
  }
  #product2d .point.right.near .window {
    left: 150px;
  }
  #product2d .point.open .trigger {
    background: #FF4429 !important;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
  #product2d .point.open .trigger span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #product2d .point.open .trigger::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
  }
  #product2d .point.open .window {
    opacity: 1;
  }
  #product2d .point.open .window .windowContent {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
  #product2d .point.open .window::before {
    top: 0;
  }
  #product2d .point.open .window::after {
    bottom: 0;
  }
}
.productHighlight {
  display: flex;
  align-items: center;
  margin: 0 12.5vw 15vh;
}
.productHighlight > div {
  flex: 0 0 50%;
}
.productHighlight .title {
  position: relative;
}
.productHighlight .title.eco::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff url(../img/eco.svg) no-repeat center;
  top: 50%;
  margin-top: -40px;
  border-radius: 50%;
  right: -100px;
}
.productHighlight .sup {
  font-size: 13px;
}
.productHighlight .content h3 {
  margin-bottom: 1em;
}
.productHighlight .content h3 span:first-child {
  color: #FF4429;
}
.productHighlight .content p:last-child {
  margin: 0;
}
.productHighlight .image {
  position: relative;
}
.productHighlight .image::before {
  content: '';
  width: 30%;
  height: 1px;
  position: absolute;
  background: #FF4429;
  top: 50%;
}
.productHighlight .image .rounded {
  max-width: 80%;
  display: inline-block;
}
.productHighlight .readMore {
  margin-top: clamp(20px,2.083vw,40px);
}
.productHighlight:nth-child(2n+1) .content {
  text-align: right;
  padding-right: 2vw;
}
.productHighlight:nth-child(2n+1) .image {
  text-align: right;
}
.productHighlight:nth-child(2n+1) .image::before {
  left: 0;
}
.productHighlight:nth-child(2n) {
  flex-direction: row-reverse;
}
.productHighlight:nth-child(2n) .content {
  text-align: left;
  padding-left: 2vw;
}
.productHighlight:nth-child(2n) .image {
  text-align: left;
}
.productHighlight:nth-child(2n) .image::before {
  right: 0;
}
.productHighlight:nth-child(2n) .decorated::before {
  right: 1.5vw;
}
.productHighlight:nth-child(2n) .title::after {
  right: auto;
  left: -100px;
}
.featureWrapper {
  display: block;
  max-width: 100%;
  width: 100%;
}
.productFeature {
  display: flex;
  justify-content: space-between;
  padding: 5vw;
  align-items: center;
  counter-increment: features;
  width: 100%;
}
.productFeature > div {
  flex: 0 0 33%;
}
.productFeature .title {
  text-align: right;
  padding-right: 2.5vw;
}
.productFeature .title h4 {
  font-family: 'roboto-mono';
  font-weight: 300;
  padding-left: 120px;
  position: relative;
}
.productFeature .title h4::before {
  content: attr(data-count);
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 250px;
  color: #F5EFDE;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: 'condor-compressed';
  font-weight: bold;
}
.productFeature .image .rounded::before {
  right: 1.5vw;
}
.productFeature .description {
  text-align: left;
  font-size: 12px;
  font-family: 'roboto-mono';
  padding-left: 2.5vw;
}
.productFeature .description h5 {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #FF4429;
}
.callToAction {
  text-transform: uppercase;
}
.callToAction h2 {
  color: #FFF;
  padding-top: 20vh;
  position: relative;
  margin: 0;
}
.callToAction h2::before {
  content: '';
  position: absolute;
  left: 50%;
  background: #FF4429;
  width: 1px;
}
.callToAction h2::before {
  top: 0;
  height: 18vh;
}
.callToAction h2::after {
  bottom: 2vh;
  height: 8vh;
}
.callToAction p {
  margin: 0;
}
.callToAction .phone {
  font-size: 30px;
  font-family: 'roboto-mono';
  color: #FF4429;
  font-weight: 300;
  border-bottom: 1px solid #363636;
}
.callToAction .wrapper {
  padding-top: 12vh;
  position: relative;
}
.callToAction .wrapper::after {
  content: '';
  position: absolute;
  left: 50%;
  background: #FF4429;
  width: 1px;
  top: 2vh;
  height: 8vh;
}
#about {
  padding: 12vh 0 30vh;
}
#about .container {
  margin: 0 12.5vw;
}
.testGallery {
  max-width: 100%;
  width: 100%;
}
#showroom {
  text-align: center;
  padding-bottom: 30vh;
}
#showroom .container {
  margin-bottom: 10vh;
  margin: 0 12.5vw;
}
#showroom h1 {
  color: #FF4429;
}
#showroom .intro {
  margin: 0 7.5vw 10vh;
}
#showroom .videoContainer {
  margin: 0 12.5vw;
}
#showroom .videoWrapper {
  text-align: left;
  max-width: 1080px;
  margin: 0 auto 10vh;
}
#showroom .content {
  display: flex;
  align-items: flex-start;
}
#showroom .content .text {
  flex-grow: 1;
  text-align: left;
  padding: 0 7.5vw 20vh;
}
#showroom .content .text .readMore {
  margin-top: 2em;
}
#showroom .content .image {
  flex: 0 0 38%;
  position: relative;
  z-index: 20;
  margin-bottom: 20vh;
}
#showroom .galleryWrapper {
  padding-top: 0;
}
#about .section {
  display: flex;
  align-items: flex-start;
}
#about .section:first-child {
  justify-content: space-between;
}
#about .section:first-child .text {
  flex: 0 0 50%;
  padding-top: 5vw;
  padding-bottom: 20vh;
}
#about .section:first-child .text h1 {
  color: #FF4429;
}
#about .section:first-child .image {
  flex: 0 0 40%;
}
#about .section:nth-child(2) {
  flex-direction: column;
  padding: 0 10vw;
}
#about .section:nth-child(2) .image {
  position: relative;
  top: -7vw;
}
#about .green {
  padding: 10vh 0 0;
}
#about .readMore {
  margin-top: 1em;
}
#clients {
  background: #fff;
  text-align: center;
  margin: 0 -100px;
  padding: 7.5vh 100px;
}
#clients h2 {
  color: #FF4429;
  font-size: 2.5em;
}
#clients .container {
  margin: 0 10vw;
}
#clients .list {
  display: grid;
  -ms-display: grid;
  grid-template-columns: repeat(7,1fr);
  grid-gap: 3vw;
}
#reviews {
  padding: 0 0 12vh;
}
#reviews .intro {
  margin-bottom: 80px;
  text-align: center;
}
#reviews h1 {
  color: #fff;
  margin: 0 80px 10vh;
  overflow: hidden;
}
#reviews h1 span {
  display: inline-block;
  position: relative;
  margin-left: 16vw;
}
#reviews h1 span::before,
#reviews h1 span::after {
  content: '';
  height: 1px;
  width: 100vh;
  background: #FF4429;
  position: absolute;
  top: 50%;
}
#reviews h1 span::before {
  right: 100%;
  transform: translateX(-0.4em);
  -webkit-transform: translateX(-0.4em);
}
#reviews h1 span::after {
  left: 100%;
  transform: translateX(0.4em);
  -webkit-transform: translateX(0.4em);
}
#reviews .container {
  margin: 0 17.5vw;
}
.review {
  font-size: 18px;
  font-family: 'roboto-mono';
  letter-spacing: .04em;
  margin-bottom: 80px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.review .author {
  flex: 0 0 140px;
  margin-right: 2.5vw;
  text-align: center;
  font-size: 16px;
  font-family: 'condor';
}
.review .author .image {
  max-width: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 1em;
}
.review .author .image img {
  display: block;
}
.review .reviewContent {
  flex-grow: 1;
}
.review h5 {
  font-family: 'condor';
  color: #FF4429;
  margin-bottom: .5em;
}
#shops {
  text-align: center;
  padding: 5vh 0 10vh;
}
#shopsMap {
  height: 600px;
  max-height: 100vh;
  width: 100%;
}
#shopsMap .infoWindow {
  max-width: 300px;
  padding: 10px;
  font-size: 18px;
}
#shopsMap .infoWindow h5 {
  font-size: 14px;
  font-family: 'roboto-mono';
  font-weight: 300;
  text-transform: uppercase;
  color: #FF4429;
  letter-spacing: .05em;
  margin-bottom: 1em;
  display: block;
}
#shopsLegend {
  font-size: 15px;
  padding: 10px 20px;
  text-align: left;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 20px;
  border: 1px solid #363636;
  border-radius: 4px;
  gap: 2em;
  font-weight: bold;
  background: #f3ebd6;
  z-index: 10;
  position: sticky;
  top: 10px;
}
@media screen and (max-width: 1000px) {
  #shopsLegend {
    position: static;
  }
}
@media screen and (max-width: 550px) {
  #shopsLegend {
    margin: 0 10px 10px;
    flex-direction: column;
    display: flex;
    gap: 5px;
    align-items: center;
  }
}
#shopsLegend span {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 550px) {
  #shopsLegend span:first-child img {
    width: 20px;
  }
}
#shopsLinks {
  display: grid;
  text-align: center;
  gap: 20px;
  font-size: 1.2em;
  margin-top: 40px;
}
#shopsLinks a {
  text-decoration: underline;
}
#mediaGallery {
  display: flex;
  margin: 0 -100px;
}
#mediaGallery a {
  flex: 0 0 50%;
  min-height: 100vh;
  background: #363636;
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#mediaGallery a span {
  display: inline-block;
  font-size: 80px;
  font-family: 'condor-compressed';
  text-transform: uppercase;
  color: #F5EFDE;
  position: relative;
  z-index: 10;
}
#mediaGallery a::before,
#mediaGallery a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#mediaGallery a::after {
  z-index: 1;
  background: rgba(0,0,0,0.5);
}
#mediaGallery a:first-child::before {
  background: url(../img/fotoBg.jpg) no-repeat center / cover;
}
#mediaGallery a:last-child::before {
  background: url(../img/videoBg.jpg) no-repeat center / cover;
}
#contactPage .top {
  text-align: center;
}
#contactPage .contacts {
  padding: 10vh 10vw 15vh;
  max-width: 1760px;
  margin: 0 auto;
  display: flex;
}
#contactPage .contacts--small {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 15vh;
}
#contactPage .contacts .content {
  flex: 0 0 40%;
  padding-right: 5vw;
}
#contactPage .contacts .content > div {
  margin-bottom: 20px;
}
#contactPage .contacts .content h4 {
  color: #FF4429;
  text-transform: none;
}
#contactPage .contacts .content .infos a:not(.readMore) {
  color: #FF4429;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
#contactPage .contacts .content .readMore {
  font-size: inherit;
  font-family: inherit;
  text-transform: none;
  padding: 0 80px 0 0;
  height: 1.8em;
  line-height: 1.8em;
  border: none;
}
#contactPage .contacts .content .readMore::before,
#contactPage .contacts .content .readMore::after {
  display: none;
}
#contactPage .contacts .content .readMore:hover {
  color: #FF4429;
}
#contactPage .contacts .content .readMore:hover span {
  background: #FF4429;
}
#contactPage .contacts .content .readMore:hover span::before,
#contactPage .contacts .content .readMore:hover span::after {
  background: #FF4429;
}
#contactPage .contacts .content .phone a {
  display: block;
  color: #363636;
}
#contactPage .contacts .formWrapper {
  flex-grow: 1;
}
#contactPage .image img {
  display: block;
  width: 100%;
}
.downloads {
  padding: 0 20px;
  margin-bottom: 15vh;
}
.downloads__header {
  text-align: center;
}
.downloads__list {
  max-width: 600px;
  margin: 0 auto;
}
.downloads__item {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(54,54,54,0.5);
  display: block;
  padding-right: 60px;
  min-height: 50px;
  position: relative;
}
.downloads__item h4 {
  margin: 0;
}
.downloads__item span {
  color: #363636;
}
.downloads__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #FF4429;
  background: #F5EFDE url(../img/download.svg) no-repeat center;
  width: 50px;
  height: 50px;
  background-size: 24px auto;
  transition: 300ms;
}
.downloads__item:hover::after {
  background-color: #FFF;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mfp-fade.mfp-wrap .mfp-content {
  transform: scale(.9);
  -webkit-transform: scale(.9);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(.1);
  -webkit-transform: scale(.1);
}
table.configuration {
  text-align: left;
  width: 100%;
  margin: 0 auto 40px;
  border-collapse: collapse;
}
table.configuration th {
  color: #FF4429;
}
table.configuration td,
table.configuration th {
  padding: 10px 20px;
  border: 1px solid #b6b6b6;
  vertical-align: top;
}
table.configuration ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
table.configuration li {
  margin-bottom: .2em;
}
table.configuration li:last-child {
  margin: 0;
}
#cookiedisclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 10px 90px;
  text-align: center;
  color: #F5EFDE;
  font-size: 12px;
  background: #363636;
  transition: 300ms;
  -webkit-transition: 300ms;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  line-height: 16px;
  font-family: 'roboto-mono';
}
#cookiedisclaimer.hidden {
  visibility: hidden;
  animation: cookieOut 500ms ease-out forwards;
  -webkit-animation: cookieOut 500ms ease-out forwards;
}
@media (max-width: 1000px) {
  #cookiedisclaimer {
    bottom: 0;
    width: auto;
    margin: 0;
    left: 0;
    right: 0;
    padding: 10px;
  }
}
#cookiedisclaimer a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer a:hover {
  color: #eee;
}
#cookiedisclaimer span {
  background: #FF4429;
  cursor: pointer;
  display: inline-block;
  margin: 5px 10px 0 20px;
  padding: 5px 30px;
  font-weight: bold;
}
#cookiedisclaimer span:hover {
  background: #ff5a43;
}
.nocookie {
  font-style: italic;
  font-size: smaller;
  padding: 10px 0;
}
#mainMenu .languages a:not(.current) {
  transition: 600ms cubic-bezier(0.860,0.000,0.070,1.000);
}
#mainMenu .languages a:not(.current):hover {
  transform: rotate3d(0,0,1,360deg);
  -webkit-transform: rotate3d(0,0,1,360deg);
  background: #FF4429;
  border-color: #FF4429;
}
#mainMenu .social a:hover::before {
  left: 50%;
  right: 50%;
  opacity: 0;
}
#mainMenu .social a:hover::after {
  left: 0%;
  right: 0%;
  opacity: 1;
}
#categoryNavigation a:not(.current) {
  transition: 300ms;
}
#categoryNavigation a:not(.current)::before {
  transition: 300ms;
}
#categoryNavigation a:not(.current) .title::after {
  transition: 600ms cubic-bezier(0.860,0.000,0.070,1.000);
}
#categoryNavigation a:not(.current):hover {
  background: rgba(255,255,255,0.4);
}
#categoryNavigation a:not(.current):hover .title::after {
  transform: rotate3d(0,0,1,360deg);
  -webkit-transform: rotate3d(0,0,1,360deg);
}
#categoryNavigation a.loading .title {
  animation: pulse 800ms ease-in-out infinite;
  -webkit-animation: pulse 800ms ease-in-out infinite;
}
.sidePanel .icon span {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.sidePanel .toggler .title,
.sidePanel .close .title {
  transition: 400ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.sidePanel .toggler:hover .title,
.sidePanel .close:hover .title {
  letter-spacing: .1em;
  opacity: .5;
}
#mainMenu .navigation .menu {
  pointer-events: none;
}
#mainMenu .navigation .menu > * {
  pointer-events: auto;
  transition: 300ms;
}
#mainMenu .navigation .menu:hover > * {
  opacity: 0.3;
}
#mainMenu .navigation .menu:hover > *:hover {
  opacity: 1;
}
#mainMenu .productNavigation {
  pointer-events: none;
}
#mainMenu .productNavigation > * {
  pointer-events: auto;
}
#mainMenu .productNavigation > * .title,
#mainMenu .productNavigation > * .sup {
  transition: 300ms;
}
#mainMenu .productNavigation:hover > * .title,
#mainMenu .productNavigation:hover > * .sup {
  opacity: 0.3;
}
#mainMenu .productNavigation:hover > *:hover .title,
#mainMenu .productNavigation:hover > *:hover .sup {
  opacity: 1;
}
#mediaGallery a span::before,
#mediaGallery a span::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background: #F5EFDE;
  transition: .6s cubic-bezier(0.250,0.460,0.450,0.940);
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
#mediaGallery a span::before {
  top: 0;
}
#mediaGallery a span::after {
  bottom: 0;
}
#mediaGallery a:hover span::before,
#mediaGallery a:hover span::after {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.supply.popupToggler {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.supply.popupToggler .icon::before {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.supply.popupToggler:hover {
  color: #FF4429;
}
.supply.popupToggler:hover .icon::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup {
  display: none;
}
.popup.open {
  display: block;
  opacity: 0;
  animation: openPopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: openPopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  z-index: 200 !important;
}
.popup.closed {
  display: block;
  opacity: 1;
  animation: closePopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: closePopup 600ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.closePopup::before,
.closePopup::after {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.closePopup:hover::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.closePopup:hover::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.playButton::before {
  transition: 300ms;
}
.videoPlay:hover .playButton::before {
  border-style: dashed;
  animation: flip 10ms linear infinite;
  -webkit-animation: flip 10s linear infinite;
}
#mainMenu.open .productNavigation > a:nth-child(1) .decoration {
  animation: flip 6s linear infinite;
  -webkit-animation: flip 6s linear infinite;
}
#mainMenu.open .productNavigation > a:nth-child(1) .shadow {
  animation: pulse 3s linear infinite;
  -webkit-animation: pulse 3s linear infinite;
}
#productMenu.open .productCategory.cat1 .image span {
  animation: flip 6s linear infinite;
  -webkit-animation: flip 6s linear infinite;
}
#siteHeader {
  opacity: 0;
}
#siteHeader.play {
  animation: siteHeaderIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: siteHeaderIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
#mainMenu {
  margin-left: -100px;
}
#productMenu {
  margin-right: -100px;
}
.loading-done #mainMenu {
  margin-left: 0;
}
.loading-done #productMenu {
  margin-right: 0;
}
.loading-done #mainMenu {
  animation: leftPanelIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: leftPanelIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.loading-done #productMenu {
  animation: rightPanelIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: rightPanelIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
#mainMenu .wrapper > *,
#mainMenu .close,
#productMenu .wrapper > *,
#productMenu .close {
  opacity: 0;
}
#mainMenu.open .wrapper > *,
#mainMenu.open .close {
  animation: fadeFromLeft 2.2s 250ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromLeft 2.2s 250ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
#mainMenu.open .wrapper > .productNavigation {
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
}
#mainMenu.open .wrapper > .navigation {
  animation-delay: 750ms;
  -webkit-animation-delay: 750ms;
}
#mainMenu.open .wrapper .close {
  animation-delay: 850ms;
  -webkit-animation-delay: 850ms;
}
#mainMenu.closed .wrapper > * {
  opacity: 1;
}
#productMenu.open .wrapper > a,
#productMenu.open .close {
  animation: fadeFromRight 2.2s 250ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromRight 2.2s 250ms cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
#productMenu.open .wrapper a:nth-child(2) {
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
}
#productMenu.open .wrapper a:nth-child(3) {
  animation-delay: 750ms;
  -webkit-animation-delay: 750ms;
}
#productMenu.open .wrapper .close {
  animation-delay: 850ms;
  -webkit-animation-delay: 850ms;
}
#productMenu.closed .wrapper > * {
  opacity: 1;
}
#hero .content > * {
  opacity: 0;
}
#hero .content.play > * {
  animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
#hero .content.play h1 {
  animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
}
#hero .content.play h2 {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.readMore:not(.nofx) {
  opacity: 0;
}
.readMore:not(.nofx).play {
  animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.readMore:not(.nofx).play::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.fadeFromDown {
  opacity: 0;
}
.fadeFromDown.play {
  animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.fadeFromLeft {
  opacity: 0;
}
.fadeFromLeft.play {
  animation: fadeFromLeft 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromLeft 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.fadeFromRight {
  opacity: 0;
}
.fadeFromRight.play {
  animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.fadeFromUp {
  opacity: 0;
}
.fadeFromUp.play {
  animation: siteHeaderIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: siteHeaderIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.zoomOut {
  overflow: hidden;
}
.zoomOut img {
  transform: scale3d(1.2,1.2,1.2) translate3d(0,20%,0);
  -webkit-transform: scale3d(1.2,1.2,1.2) translate3d(0,20%,0);
}
.zoomOut.play img {
  animation: imgZoomOut 4s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: imgZoomOut 4s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.decorated.animated::before {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}
.decorated.animated.play::before {
  animation: decoration 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: decoration 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
#home .category h3 span::before,
#home .category h3 span::after,
#home .category h3 a::before,
#home .category h3 a::after,
#home .contacts h2 span::before,
#home .contacts h2 span::after,
#home .contacts h2 a::before,
#home .contacts h2 a::after,
#home .events h2 span::before,
#home .events h2 span::after,
#home .events h2 a::before,
#home .events h2 a::after {
  width: 0;
  transition: 2.5s 250ms cubic-bezier(0.250,0.460,0.450,0.940);
}
#home .category h3.play span::before,
#home .category h3.play span::after,
#home .category h3.play a::before,
#home .category h3.play a::after,
#home .contacts h2.play span::before,
#home .contacts h2.play span::after,
#home .contacts h2.play a::before,
#home .contacts h2.play a::after,
#home .events h2.play span::before,
#home .events h2.play span::after,
#home .events h2.play a::before,
#home .events h2.play a::after {
  width: 50vw;
}
#home .showroom .header h2 span::after {
  width: 0;
  transition: 2.5s 250ms cubic-bezier(0.250,0.460,0.450,0.940);
}
#home .showroom .header.play h2 span::after {
  width: 50vw;
}
#home .contacts .channels .readMore.play {
  opacity: 1;
  animation: none;
  -webkit-animation: none;
}
.eventPreview .title::after {
  width: 0;
  transition: 2.5s 250ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.eventPreview.play .title::after {
  width: 100vw;
}
.designSlider .slide .image img,
.designSlider .slide .image::before {
  opacity: 0;
}
.designSlider .slide .title {
  opacity: 0;
}
.designSlider .slide.play .image::before {
  animation: slideBg 1.5s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: slideBg 1.5s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.designSlider .slide.play .image img {
  animation: slideImage 2s 1s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: slideImage 2s 1s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.designSlider .slide.play .title {
  animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.productPreview .videoPreview,
.productPreview .preview {
  opacity: 0;
  display: block;
}
.productPreview .counter::before,
.productPreview .counter::after {
  height: 0;
  opacity: 0;
  transition: 2.5s 250ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.productPreview .counter span {
  opacity: 0;
}
.productPreview .content .sup,
.productPreview .content h2,
.productPreview .content .sub,
.productPreview .content .excerpt,
.productPreview .content .supplies,
.productPreview .content .dimensions,
.productPreview .content .models,
.productPreview .content .readMore {
  opacity: 0;
}
.productPreview.play .videoPreview,
.productPreview.play .preview {
  animation: fadeFromLeft 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromLeft 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.productPreview.play .counter::before,
.productPreview.play .counter::after {
  height: 100vh;
  opacity: 1;
}
.productPreview.play .counter span {
  animation: zoomIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: zoomIn 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.productPreview.play .content .sup,
.productPreview.play .content h2,
.productPreview.play .content .sub,
.productPreview.play .content .excerpt,
.productPreview.play .content .supplies,
.productPreview.play .content .dimensions,
.productPreview.play .content .models,
.productPreview.play .content .readMore {
  animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.productPreview.play .content h2 {
  animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
}
.productPreview.play .content .sub {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.productPreview.play .content .excerpt {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.productPreview.play .content .supplies {
  animation-delay: 300ms;
  -webkit-animation-delay: 300ms;
}
.productPreview.play .content .dimensions,
.productPreview.play .content .models {
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
}
.productPreview.play .content .readMore {
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
}
.productHighlight .title,
.productHighlight .text,
.productHighlight .image {
  opacity: 0;
}
.productHighlight .image::before {
  opacity: 0;
  width: 0;
  transition: 2.5s 250ms cubic-bezier(0.250,0.460,0.450,0.940);
}
.productHighlight.play .title,
.productHighlight.play .text {
  animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromDown 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.productHighlight.play .text {
  animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
}
.productHighlight.play .image {
  animation: fadeFromLeft 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromLeft 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.productHighlight.play .image::before {
  opacity: 1;
  width: 30%;
}
.productHighlight:nth-child(2n+1).play .image {
  animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.dimensionSlider .slick-slide {
  transition: 1200ms;
  opacity: 0;
}
.dimensionSlider .slick-slide.slick-current {
  opacity: 1;
}
.animated.delay1 {
  animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
}
.animated.delay2 {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.productFeature {
  overflow: hidden;
}
.productFeature > div {
  opacity: 0;
}
.slick-current .productFeature > div {
  animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
  -webkit-animation: fadeFromRight 2s cubic-bezier(0.230,1.000,0.320,1.000) forwards;
}
.slick-current .productFeature > div:nth-child(2) {
  animation-delay: 100ms;
  -webkit-animation-delay: 100ms;
}
.slick-current .productFeature > div:nth-child(3) {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
#product .headerWrapper {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
#product .headerWrapper h1,
#product .headerWrapper .pageHeader {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
}
#product .headerWrapper.sticky .pageHeader {
  border-bottom-color: transparent;
}
#product .headerWrapper.sticky h1 {
  font-size: 60px;
}
.thankyoupage {
  min-height: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.thankyoupage__content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 800px;
  padding: 50px 5vw;
  font-size: 1.8em;
}
.thankyoupage__content p {
  line-height: 1.2em;
}
@media screen and (min-width: 1920px) {
  .productPreview .container {
    width: 1760px;
    margin: 0 auto;
  }
  #mainMenu .navigation a,
  #mainMenu .productNavigation .title {
    font-size: 65px;
    line-height: 70px;
  }
  #productMenu .productCategory h3 {
    font-size: 96px;
  }
}
@media screen and (max-width: 1800px) {
  body {
    font-size: 22px;
    padding: 0 90px;
  }
  .home #siteHeader,
  .about #siteHeader,
  .mediaGallery #siteHeader {
    left: 90px;
    right: 90px;
  }
  .sidePanel .toggler,
  .sidePanel .close {
    width: 90px;
  }
  #mainMenu {
    margin-left: -90px;
    transform: translate3d(-100%,0,0) translateX(90px);
    -webkit-transform: translate3d(-100%,0,0) translateX(90px);
  }
  #productMenu {
    margin-right: -90px;
    transform: translate3d(100%,0,0) translateX(-90px);
    -webkit-transform: translate3d(100%,0,0) translateX(-90px);
  }
  #clients,
  #categoryNavigation,
  #mediaGallery {
    margin: 0 -90px;
  }
  #clients {
    padding: 7.5vh 90px;
  }
  #categoryNavigation a:first-child {
    padding-left: 90px;
  }
  #categoryNavigation a:last-child {
    padding-right: 90px;
  }
  h1 {
    font-size: 75px;
  }
  h2 {
    font-size: 95px;
  }
  h3 {
    font-size: 68px;
  }
  h3.small {
    font-size: 48px;
  }
  h4 {
    font-size: 28px;
  }
  h5,
  .callToAction .phone {
    font-size: 28px;
  }
  .readMore,
  label {
    font-size: 17px;
  }
  #mainMenu .settings {
    padding-left: 3.5vw;
  }
  #siteFooter {
    padding: 50px calc(90px + 5vw) 20px;
  }
  #hero .content h1 {
    font-size: 130px;
  }
  #hero .content .sup,
  #hero .content h2 {
    font-size: 28px;
  }
  #home .contacts .container {
    max-width: 60%;
  }
  #home .contacts .contactIntro strong {
    font-size: 48px;
  }
  #categoryNavigation a .title {
    font-size: 28px;
  }
  .productPreview .content {
    padding: 15vh 10vw 7.5vh 0;
  }
  #product .dimensions .legend .option {
    font-size: 23px;
  }
  .productFeature .title h4::before {
    font-size: 240px;
  }
  .productHighlight .content h3 {
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 1550px) {
  body {
    font-size: 21px;
    padding: 0 80px;
  }
  h1,
  h2 {
    font-size: 70px;
  }
  h3 {
    font-size: 65px;
  }
  h4 {
    font-size: 26px;
  }
  .sup {
    font-size: 15px;
  }
  .readMore {
    height: 52px;
    line-height: 50px;
  }
  .readMore,
  label {
    font-size: 16px;
  }
  h5,
  .callToAction .phone {
    font-size: 25px;
  }
  #siteHeader {
    height: 100px;
    line-height: 100px;
  }
  #logolink {
    width: 160px;
  }
  .sidePanel .toggler,
  .sidePanel .close {
    width: 80px;
  }
  .sidePanel .toggler .icon,
  .sidePanel .close .icon {
    margin-bottom: 20px;
  }
  .sidePanel .toggler .title,
  .sidePanel .close .title {
    font-size: 16px;
  }
  #mainMenu {
    transform: translate3d(-100%,0,0) translateX(80px);
    -webkit-transform: translate3d(-100%,0,0) translateX(80px);
  }
  #productMenu {
    transform: translate3d(100%,0,0) translateX(-80px);
    -webkit-transform: translate3d(100%,0,0) translateX(-80px);
  }
  #productMenu .productCategory .image {
    margin-bottom: 1em;
  }
  #productMenu .productCategory .image span {
    width: 130px;
    height: 130px;
  }
  #productMenu .productCategory .readMore {
    margin-top: 1em;
  }
  #hero .content .sup,
  #hero .content h2 {
    font-size: 26px;
  }
  #hero .content h1 {
    font-size: 120px;
  }
  .eventPreview {
    font-size: 16px;
  }
  .sidePanel {
    padding: 40px 100px;
  }
  #siteFooter {
    padding: 40px calc(80px + 5vw) 10px;
    font-size: 15px;
  }
  #siteFooter .logo img {
    width: 130px;
  }
  #home .section {
    padding: 0 80px 25vh;
  }
  #home .showroom .content .text {
    padding-right: 0;
  }
  #home .showroom .video {
    padding-left: 35%;
  }
  #home .showroom .video .decorated {
    top: -10%;
  }
  #home .contacts .container {
    max-width: 70%;
  }
  #home .contacts .channels .phone a {
    font-size: 23px;
  }
  #home .category .videoPreview {
    width: 380px;
    height: 380px;
  }
  .productList {
    margin: 0 -80px;
  }
  .productPreview {
    padding: 0 80px;
  }
  .productPreview .counter {
    top: 16vh;
  }
  .productPreview .counter span::before {
    font-size: 130px;
  }
  .productPreview .content {
    padding: 80px 7.5vw 40px 0;
  }
  .productPreview .content .excerpt,
  .productPreview .content .supplies,
  .productPreview .content .dimensions {
    margin-bottom: 1em;
  }
  .productPreview .media {
    padding-top: 5vh;
  }
  .productPreview:first-child .content {
    padding-top: 40px;
  }
  #clients,
  #categoryNavigation,
  #mediaGallery {
    margin: 0 -80px;
  }
  #clients {
    padding: 7.5vh 80px;
  }
  #categoryNavigation {
    line-height: 70px;
  }
  #categoryNavigation a:first-child {
    padding-left: 80px;
  }
  #categoryNavigation a:last-child {
    padding-right: 80px;
  }
  #product .supplies {
    max-width: 50%;
  }
  #product .features .sliderArrow {
    bottom: -125px;
  }
  .supplies .supply {
    flex: 0 0 120px;
  }
  .supplies .supply .icon {
    height: 120px;
  }
  .productHighlight {
    margin: 0 10vw 15vh;
  }
  .productHighlight .content h3 {
    margin-bottom: 20px;
  }
  .productFeature .title h4::before {
    font-size: 200px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1550px) {
  #product2d .imgWrapper {
    width: 500px;
  }
  #product2d .point.right .window {
    left: 280px;
  }
  #product2d .point.left .window {
    right: 280px;
  }
  #product2d .point.far .trigger::before {
    width: 280px;
  }
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h5,
  .callToAction .phone {
    font-size: 23px;
  }
  #hero .content .sup,
  #hero .content h2 {
    font-size: 24px;
  }
  #hero .content h1 {
    font-size: 100px;
  }
  #home .category .videoPreview {
    width: 350px;
    height: 350px;
  }
  #home .showroom .mainImage {
    padding-left: 10vw;
    padding-top: 0;
  }
  #home .contacts .container {
    max-width: none;
  }
  #mainMenu {
    padding: 40px 80px;
  }
  #mainMenu .navigation {
    flex: 0 0 27.5%;
  }
  #mainMenu .settings {
    flex: 0 0 32.5%;
  }
  #productMenu {
    padding: 40px 80px;
  }
  #productMenu .productCategory {
    flex: 0 0 26%;
  }
  .eventPreview {
    font-size: 14px;
  }
  #showroom .content .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding: 0 60px;
    font-size: 19px;
  }
  .home #siteHeader,
  .about #siteHeader,
  .mediaGallery #siteHeader {
    left: 60px;
    right: 60px;
  }
  h1,
  h2,
  #mediaGallery a span {
    font-size: 60px;
  }
  h3 {
    font-size: 60px;
  }
  h3.small {
    font-size: 40px;
  }
  h4 {
    font-size: 22px;
  }
  p {
    line-height: 1.6em;
  }
  .sup {
    font-size: 14px;
  }
  .readMore,
  label {
    font-size: 15px;
    letter-spacing: .05em;
  }
  h5,
  .callToAction .phone {
    font-size: 20px;
  }
  .social.icons a {
    width: 36px;
    height: 36px;
  }
  .designArrow {
    width: 70px;
    height: 70px;
  }
  #mainMenu .wrapper {
    flex-wrap: wrap;
  }
  #mainMenu .navigation,
  #mainMenu .languages {
    flex: 0 0 45%;
  }
  #mainMenu .productNavigation,
  #mainMenu .social {
    flex: 0 0 55%;
  }
  #mainMenu .settings {
    flex-direction: row;
    padding: 10vh 0 0;
    flex: 0 0 100%;
  }
  #mainMenu .settings .footer {
    display: none;
  }
  #mainMenu .navigation a {
    font-size: 60px;
    line-height: 1.2em;
  }
  #mainMenu .productNavigation .title {
    font-size: 65px;
  }
  #mainMenu .productNavigation > a:nth-child(1) .decoration,
  #mainMenu .productNavigation > a:nth-child(1) .shadow,
  #mainMenu .productNavigation > a:nth-child(2) .decoration,
  #mainMenu .productNavigation > a:nth-child(2) .shadow {
    width: 80px;
    height: 80px;
    right: 25px;
    margin-top: -40px;
  }
  #mainMenu .social {
    padding: 0 5vw;
  }
  #mainMenu .languages {
    justify-content: flex-end;
    padding-right: 2em;
  }
  #mainMenu .languages a {
    height: 50px;
    width: 50px;
    line-height: 48px;
    margin-left: 1em;
  }
  .designSlider .slideWrapper {
    padding-bottom: 140px;
  }
  #home .category .content {
    padding-top: 20px;
  }
  #home .section {
    padding: 0 10vw 25vh;
  }
  #home .intro {
    padding: 12vh 10vw 25vh;
  }
  #home .showroom .mainImage {
    flex: 0 0 45%;
    padding-left: 0;
  }
  #home .showroom .content {
    padding-right: 0;
    flex-grow: 1;
  }
  #home .showroom .content .text {
    padding-right: 0;
  }
  #home .showroom .video {
    padding: 100px 0 0;
    margin: 0;
    text-align: center;
  }
  #home .showroom .video .decorated {
    position: static;
  }
  #home .showroom .video .readMore {
    margin: 50px 0 0;
  }
  #home .contacts h2,
  #home .events h2 {
    margin-left: 0;
    margin-right: 0;
  }
  #home .events h2 span {
    margin-left: 5vw;
  }
  #home .events .container {
    margin: 0 15vw;
  }
  #home .contacts .container {
    max-width: none;
    margin: 0;
  }
  #home .contacts .channels .phone a {
    font-size: 20px;
  }
  .eventPreview {
    font-size: 13px;
  }
  #showroom .container,
  #about .container {
    margin: 0 10vw;
  }
  #about .section:last-child,
  #about .section:nth-child(2) {
    padding: 0;
  }
  #siteFooter {
    flex-wrap: wrap;
    margin: 0 -60px;
    padding: 40px calc(60px + 5vw) 10px;
    font-size: 13px;
  }
  #siteFooter .logo {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  #siteFooter .logo img {
    width: 100px;
  }
  #siteFooter .credits,
  #siteFooter .por-fesr {
    padding-top: 20px;
  }
  .sidePanel .toggler,
  .sidePanel .close {
    width: 60px;
  }
  #mainMenu {
    margin-left: -60px;
    transform: translate3d(-100%,0,0) translateX(60px);
    -webkit-transform: translate3d(-100%,0,0) translateX(60px);
  }
  #productMenu {
    margin-right: -60px;
    transform: translate3d(100%,0,0) translateX(-60px);
    -webkit-transform: translate3d(100%,0,0) translateX(-60px);
  }
  #clients,
  #categoryNavigation,
  #mediaGallery {
    margin: 0 -60px;
  }
  #clients {
    padding: 7.5vh 60px;
  }
  #categoryNavigation a:first-child {
    padding-left: 60px;
  }
  #categoryNavigation a:last-child {
    padding-right: 60px;
  }
  #mainMenu,
  #productMenu {
    padding: 0 60px;
  }
  #productMenu {
    padding: 0 60px;
  }
  #productMenu .productCategory {
    flex: 0 0 28%;
  }
  #productMenu .productCategory .image span {
    width: 110px;
    height: 110px;
  }
  #productMenu .productCategory h3 {
    font-size: 60px;
  }
  #productMenu .readMore {
    white-space: nowrap;
    padding-left: 10px;
  }
  #showroom .videoWrapper {
    max-width: 95%;
  }
  #showroom .content .text {
    padding-left: 0;
  }
  #showroom .galleryWrapper {
    padding-top: 0;
    margin-top: 80px;
  }
  #album .grid {
    grid-template-columns: repeat(2,1fr);
    -ms-grid-template-columns: repeat(2,1fr);
  }
  #album .grid .youtube .preview img {
    height: 17vw;
  }
  .galleryWrapper {
    padding: 80px 10vw 0;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  select {
    height: 45px;
    line-height: 45px;
  }
  textarea {
    padding: .5em;
  }
  #categoryNavigation a .title {
    font-size: 26px;
  }
  .productPreview .container .media {
    flex: 0 0 40%;
  }
  .productPreview .container .content {
    flex: 0 0 60%;
  }
  .productPreview .media .videoPreview {
    margin-left: 0;
    width: 90%;
  }
  .productPreview .content {
    padding-left: 80px;
  }
  .productPreview .counter {
    left: 36%;
  }
  .productPreview .counter span::before {
    font-size: 100px;
  }
  .productPreview .excerpt {
    font-size: 16px;
  }
  .productPreview.design .media {
    padding-left: 0;
  }
  .productPreview.design .media .preview {
    max-width: 95%;
  }
  #product .introText {
    margin: 0 10vw 5vh;
  }
  #product .dimensions {
    margin: 0 40px 20vh;
  }
  #product .dimensions .legend .option {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin: 0 5px;
    letter-spacing: .05em;
  }
  #product .dimensions .header .sup {
    margin-top: 0;
  }
  #product .dimensions .header .sup::before {
    display: none;
  }
  .productHighlight {
    margin: 0 5vw 15vh;
  }
  .productFeature {
    padding: 30px;
    flex-wrap: wrap;
    align-items: center;
  }
  .productFeature .image {
    flex: 0 0 30%;
  }
  .productFeature .description {
    flex: 0 0 70%;
    padding-left: 40px;
  }
  .productFeature .title {
    flex: 0 0 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .productFeature .title h4 {
    padding: 0;
    position: static;
  }
  .productFeature .title h4::before {
    position: static;
    font-size: 1em;
    margin-right: 1em;
    color: #FF4429;
  }
  #product2d {
    margin-bottom: 10vh;
    position: relative;
    z-index: 100;
  }
  #product2d .imgWrapper {
    display: inline-block;
    position: relative;
    max-width: 50%;
  }
  #product2d .point {
    position: absolute;
    height: 40px;
    width: 40px;
  }
  #product2d .point .trigger {
    position: absolute;
    left: 0;
    border-radius: 50%;
    background: rgba(255,68,41,0.8);
    animation: clickMe 800ms ease-in-out infinite;
    -webkit-animation: clickMe 800ms ease-in-out infinite;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 20;
  }
  #product2d .point .trigger span {
    display: block;
    width: 40px;
    height: 40px;
    transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  #product2d .point .trigger span::before,
  #product2d .point .trigger span::after {
    content: '';
    height: 1px;
    top: 50%;
    left: 15px;
    right: 15px;
    background: #fff;
    position: absolute;
    transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  #product2d .point .trigger span::before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  #product2d .point .window {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25vw;
    font-family: 'roboto-mono';
    font-size: 12px;
    letter-spacing: .05em;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    padding: 20px;
    text-align: left;
    transition: 600ms cubic-bezier(0.230,1.000,0.320,1.000);
    transform: scale3d(.8,.8,.8);
    -webkit-transform: scale3d(.8,.8,.8);
  }
  #product2d .point .window h6 {
    color: #FF4429;
    margin-bottom: 5px;
  }
  #product2d .point .window p:last-child {
    margin: 0;
  }
  #product2d .point.open {
    z-index: 40;
  }
  #product2d .point.open .trigger {
    background: #FF4429 !important;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
  }
  #product2d .point.open .trigger span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #product2d .point.open .window {
    opacity: 1;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  }
  #product .supplies {
    max-width: 450px;
  }
  .supplies .supply {
    flex: 0 0 100px;
  }
  .supplies .supply .icon {
    height: 100px;
  }
  .supplies .supply .icon::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  #contactPage .contacts {
    padding: 10vh 7.5vw 15vh;
  }
}
@media screen and (max-width: 1000px) {
  #preload .logo {
    width: 120px;
  }
  #preload .loading {
    width: 170px;
    height: 170px;
  }
  #productMenu {
    display: none;
  }
  #mainMenu {
    transform: translate3d(-100%,0,0);
    -webkit-transform: translate3d(-100%,0,0);
    padding: 0;
  }
  #mainMenu .toggler,
  #mainMenu .close {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }
  #mainMenu .toggler .label,
  #mainMenu .close .label {
    position: static;
  }
  #mainMenu .toggler .title,
  #mainMenu .close .title {
    display: none;
  }
  #mainMenu .toggler .icon,
  #mainMenu .close .icon {
    margin: 0 auto;
  }
  #mainMenu .toggler {
    position: fixed;
    top: 0;
    right: -80px;
    background: #363636;
  }
  #mainMenu .wrapper {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  #mainMenu .wrapper .navigation {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
  }
  #mainMenu .wrapper .navigation a {
    font-size: 50px;
  }
  #mainMenu .wrapper .productNavigation {
    padding: 0;
  }
  #mainMenu .wrapper .productNavigation::before,
  #mainMenu .wrapper .productNavigation::after {
    display: none;
  }
  #mainMenu .wrapper .productNavigation .title {
    font-size: 55px;
    line-height: 1.1em;
  }
  #mainMenu .wrapper .productNavigation > a:nth-child(1) .decoration,
  #mainMenu .wrapper .productNavigation > a:nth-child(1) .shadow,
  #mainMenu .wrapper .productNavigation > a:nth-child(2) .decoration,
  #mainMenu .wrapper .productNavigation > a:nth-child(2) .shadow {
    width: 60px;
    height: 60px;
    right: 15px;
    margin-top: -30px;
  }
  #mainMenu .settings {
    padding: 0;
    display: block;
  }
  #mainMenu .languages {
    display: none;
  }
  #mainMenu .social {
    padding: 20px 0 0;
    justify-content: flex-start;
  }
  #mainMenu .social a {
    margin: 0 1em;
  }
  #siteHeader {
    height: 80px;
    line-height: 80px;
  }
  #siteHeader .languageMenu {
    right: 0;
    top: 0;
    height: 80px;
    line-height: 80px;
    margin-top: 0;
    text-align: center;
    position: fixed;
  }
  #siteHeader .languageMenu .toggler {
    width: 80px;
    background: #FF4429;
  }
  #siteHeader .languageMenu .toggler .label {
    display: none;
  }
  #siteHeader .languageMenu .toggler .current {
    color: #F5EFDE;
    background-image: url(../img/dropdown_alt.svg);
  }
  #siteHeader .languageMenu .list {
    width: 80px;
  }
  #siteHeader .languageMenu .list a {
    height: 40px;
    line-height: 40px;
  }
  .home #siteHeader {
    left: 0;
    right: 0;
  }
  .home #siteHeader,
  .about #siteHeader,
  .mediaGallery #siteHeader {
    left: 0px;
    right: 0px;
  }
  #logolink {
    width: 140px;
  }
  body {
    font-size: 17px;
    padding: 0;
  }
  #hero .content h2,
  #hero .content .sup {
    font-size: 22px;
  }
  #hero .content h1 {
    font-size: 95px;
  }
  h1,
  h2 {
    font-size: 55px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 20px;
  }
  .sup {
    margin-bottom: .4em;
    font-size: 13px;
  }
  .designSlider {
    margin-left: 0;
  }
  .designCategory .sliderWrapper {
    margin-right: -40px;
    padding-bottom: 140px;
  }
  .readMore,
  label {
    font-size: 14px;
  }
  #home .intro {
    padding: 80px 40px 100px;
  }
  #home .section {
    padding: 0 40px 100px !important;
  }
  #home .category .content {
    max-width: none;
  }
  #home .category .content .excerpt {
    margin-bottom: 40px;
  }
  #home .category .videoPreview {
    width: 320px;
    height: 320px;
  }
  #home .category h3 {
    margin: 0;
  }
  #home .showroom .mainImage {
    padding-left: 0;
    padding-right: 40px;
  }
  #home .showroom .content {
    padding-right: 0;
  }
  #home .showroom .video {
    margin: 0;
  }
  #home .events h2,
  #home .contacts h2 {
    margin: 0 0 20px;
  }
  #home .events .container,
  #home .contacts .container {
    margin: 0;
  }
  #home .contacts .image {
    margin-bottom: 80px;
  }
  #home .contacts .contactIntro strong {
    font-size: 35px;
  }
  #home .contacts .channels .phone a {
    font-size: 1em;
  }
  #siteFooter {
    padding: 30px 30px 10px;
    margin: 0;
  }
  #siteFooter .products,
  #siteFooter .company,
  #siteFooter .languageWrapper {
    display: none;
  }
  #siteFooter .infos {
    max-width: 25%;
  }
  #about .section:first-child .text {
    padding: 0;
  }
  #about .section:last-child,
  #about .section:nth-child(2) {
    padding-top: 100px;
  }
  #about .section:last-child .image,
  #about .section:nth-child(2) .image {
    position: static;
  }
  #about .section:last-child .text,
  #about .section:nth-child(2) .text {
    padding-top: 40px;
  }
  #clients .container,
  #reviews .container {
    margin: 0 40px;
  }
  #showroom,
  #about {
    padding: 80px 0 160px;
  }
  #showroom .container,
  #about .container {
    margin: 0 40px;
  }
  #showroom .intro {
    margin: 0 0 80px;
  }
  #showroom .videoContainer {
    margin: 0 40px;
  }
  .galleryWrapper {
    padding: 80px 40px 0;
  }
  .galleryWrapper .gallery {
    margin-bottom: 30px;
  }
  .sliderArrow {
    bottom: -95px;
  }
  #categoryNavigation {
    margin: 0;
    line-height: 60px;
    position: static;
  }
  #categoryNavigation a {
    padding: 0 !important;
  }
  #categoryNavigation a .title {
    font-size: 22px;
  }
  .productList {
    margin: 0;
  }
  .productPreview:nth-child(n) {
    padding: 80px 40px;
    text-align: center;
  }
  .productPreview:nth-child(n) .container {
    display: block;
    margin: 0;
  }
  .productPreview:nth-child(n) .counter {
    display: none;
  }
  .productPreview:nth-child(n) .media,
  .productPreview:nth-child(n) .content {
    padding: 0;
  }
  .productPreview:nth-child(n) .media {
    margin-bottom: 20px;
  }
  .productPreview:nth-child(n) .media .videoPreview {
    width: 320px;
    height: 320px;
    display: inline-block;
  }
  .productPreview:nth-child(n) .media .preview {
    max-width: 350px;
    margin: 0 auto;
    padding: 0;
  }
  .productPreview:nth-child(n) .content .supplies .list {
    justify-content: center;
  }
  .productPreview:nth-child(n) .content .supplies .list .supply {
    margin: 0 10px;
  }
  .productPreview:last-child {
    padding-bottom: 160px;
  }
  #product {
    padding: 80px 0 160px;
  }
  #product .headerWrapper {
    position: static;
  }
  #product .introText {
    margin: 0 40px 80px;
  }
  #product .supplies {
    margin-bottom: 80px;
  }
  #product .design {
    margin-bottom: 160px;
    padding: 0 40px;
  }
  #product .design .content {
    margin: 0;
  }
  #product .dimensions {
    margin: 0 40px 80px;
  }
  #product .dimensions .legend {
    margin-bottom: 20px;
  }
  #product .features .galleryWrapper {
    padding: 40px 40px 0;
  }
  #product .features .sliderArrow {
    bottom: -95px;
  }
  #product2d {
    margin-bottom: 40px;
  }
  .productHighlight {
    margin: 0 40px 80px;
  }
  .callToAction h2 {
    padding: 80px 0;
  }
  .callToAction h2::before,
  .callToAction h2::after {
    height: 50px;
  }
  #contactPage .contacts {
    padding: 80px 40px;
  }
  #album {
    padding: 0 40px 20vh;
  }
  #album .grid .youtube .preview img {
    height: 22vw;
  }
  #reviews {
    padding-top: 5vh;
  }
}
@media screen and (max-width: 700px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 40px;
  }
  #hero .content h1 {
    font-size: 80px;
  }
  .designSlider .slide .image {
    min-height: 85vw;
  }
  #home .showroom .content,
  #home .showroom .mainImage {
    flex: 0 0 100%;
    padding: 0 0 40px;
  }
  #home .showroom .video {
    padding: 0;
  }
  #home .events h2 span {
    margin-left: 0;
  }
  #home .events h2 span::before {
    display: none;
  }
  #home .contacts .channels {
    display: block;
  }
  #home .contacts .channels > div {
    padding-bottom: 40px;
  }
  #home .contacts .channels .phone a {
    line-height: 1em;
  }
  #mainMenu .wrapper .navigation {
    margin-bottom: 10px;
  }
  #mainMenu .wrapper .navigation a {
    font-size: 45px;
  }
  #mainMenu .wrapper .productNavigation .title {
    font-size: 45px;
  }
  #contactPage .contacts {
    display: block;
  }
  .productPreview:nth-child(n) {
    padding: 40px;
  }
  #product2d .imgWrapper {
    max-width: 65%;
  }
  #product2d .point .window {
    width: 35vw;
  }
  .productHighlight:nth-child(n) {
    display: flex;
    flex-direction: column-reverse;
  }
  .productHighlight:nth-child(n) .content,
  .productHighlight:nth-child(n) .image {
    flex: auto;
    text-align: center !important;
  }
  .productHighlight:nth-child(n) .image {
    padding-bottom: 30px;
  }
  .productHighlight:nth-child(n) .image::before {
    display: none;
  }
  .productHighlight:nth-child(n) .image .rounded {
    width: 250px;
    margin: 0 auto;
  }
  #product .dimensions .pizzaGrid {
    grid-template-columns: 1fr 1fr;
    -ms-grid-template-columns: 1fr 1fr;
  }
  .productFeature {
    display: block;
  }
  .productFeature .description {
    padding-left: 0;
  }
  .productFeature .image {
    max-width: 200px;
    margin: 0 auto 40px;
  }
  #hero {
    padding: 60px 40px;
  }
  #mediaGallery {
    height: 100vh;
    flex-direction: column;
  }
  #mediaGallery a {
    min-height: 50vh;
  }
  #clients .list {
    -ms-grid-template-columns: repeat(5,1fr);
    grid-template-columns: repeat(5,1fr);
  }
  .review {
    font-size: .8em;
  }
}
@media screen and (max-width: 550px) {
  #mainMenu {
    padding: 0 60px;
  }
  #mainMenu .toggler,
  #mainMenu .close {
    width: 60px;
    height: 60px;
  }
  #mainMenu .toggler {
    right: -60px;
  }
  #mainMenu .close .icon {
    margin: 0;
  }
  #mainMenu .wrapper .navigation a {
    font-size: 30px;
    line-height: 1em;
  }
  #mainMenu .wrapper .productNavigation .title {
    font-size: 40px;
  }
  #mainMenu .social a {
    font-size: 11px;
    margin: 0 .5em;
  }
  #siteHeader .languageMenu {
    line-height: 60px;
    height: 60px;
  }
  #siteHeader .languageMenu .toggler {
    width: 60px;
  }
  #siteHeader .languageMenu .list {
    width: 60px;
  }
  #siteHeader .languageMenu .list a {
    padding: 0;
  }
  #hero .content h1 {
    font-size: 16vw;
    padding: 10px 0;
  }
  #hero .content h2,
  #hero .content .sup {
    font-size: 20px;
  }
  #home .intro {
    padding: 80px 20px 100px;
  }
  #home .category .videoPreview {
    max-width: 60%;
    height: auto;
    margin-bottom: 20px;
  }
  #home .category .content .supplies .supply {
    margin: 0 4px;
  }
  #home .section {
    padding: 0 20px 80px !important;
  }
  .sup {
    font-size: 12px;
  }
  .designSlider {
    margin: 0;
  }
  .designSlider .slide {
    padding: 0;
  }
  .designSlider .slide .image {
    min-height: 105vw;
  }
  .designCategory .sliderWrapper {
    margin: 0;
  }
  .designArrow {
    width: 50px;
    height: 50px;
  }
  .designArrow.next {
    right: 5px;
  }
  .designArrow.prev {
    left: 5px;
  }
  #siteHeader {
    height: 60px !important;
    line-height: 60px !important;
  }
  #logolink {
    width: 120px;
    max-width: 50%;
  }
  #categoryNavigation {
    line-height: 50px;
  }
  #categoryNavigation a:nth-child(1) .title span:first-child,
  #categoryNavigation a:nth-child(2) .title span:first-child {
    display: none;
  }
  #categoryNavigation a:nth-child(3) .title span {
    display: none;
  }
  #categoryNavigation a:nth-child(3) .title span:first-child {
    display: inline;
  }
  .productPreview:nth-child(n) {
    padding: 40px 20px;
  }
  .productPreview:last-child {
    padding-bottom: 80px;
  }
  .productPreview:nth-child(n) .media .videoPreview {
    max-width: 60%;
    height: auto;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 54px;
  }
  .productPreview:nth-child(n) .content .supplies .list .supply {
    margin: 0 4px;
  }
  h3.small {
    font-size: 35px;
  }
  .productHighlight,
  #product .dimensions {
    margin: 0 20px 80px;
  }
  .productHighlight:nth-child(n) .image {
    max-width: 50%;
    max-width: 0 50%;
  }
  .productHighlight:nth-child(n) .image .rounded {
    width: 100%;
    max-width: none;
  }
  #product .introText {
    margin: 0 20px 80px;
  }
  #product .design {
    margin-bottom: 80px;
  }
  #product .dimensions .legend .option {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    color: #363636;
  }
  #product .features .galleryWrapper {
    padding: 20px 20px 0;
  }
  .productFeature {
    padding: 15px;
  }
  .productFeature .image {
    max-width: 50%;
  }
  #product .supplies {
    padding: 0 20px;
  }
  #product .supplies .supply {
    flex: 0 0 80px;
  }
  #product .supplies .supply .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 3px;
  }
  #product2d .imgWrapper {
    max-width: 90%;
  }
  #product2d .point .window {
    width: 42.5vw !important;
  }
  #product2d .point.left .window {
    right: auto;
    left: 20px;
  }
  #about .section {
    display: block;
  }
  #about .section:first-child .text {
    padding-top: 40px;
  }
  #siteFooter {
    display: block;
    text-align: center;
  }
  #siteFooter > div {
    padding-bottom: 30px;
  }
  #siteFooter > div:last-child {
    padding-bottom: 0;
  }
  #siteFooter .infos {
    max-width: none;
  }
  #siteFooter .menu li,
  #siteFooter .social a {
    display: inline-block;
    margin: 0 .5em;
  }
  #siteFooter .logo {
    padding-bottom: 0;
  }
  #siteFooter .por-fesr__logo {
    flex: 0 0 120px;
  }
  #siteFooter .por-fesr__content {
    text-align: left;
  }
  h6 {
    margin-bottom: .5em;
  }
  #showroom,
  #about {
    padding: 40px 0 80px;
  }
  #product .supplies .popup {
    left: 20px;
    right: 20px;
  }
  #product {
    padding-top: 40px;
  }
  #product #album {
    padding-top: 0;
    padding-bottom: 80px;
  }
  #showroom .container,
  #about .container {
    margin: 0 20px;
  }
  #showroom .content {
    display: block;
  }
  .galleryWrapper {
    padding: 40px 20px 0;
  }
  #showroom .galleryWrapper {
    padding-top: 0;
    margin-top: 40px;
  }
  #contactPage .contacts {
    padding: 40px 20px;
  }
  .videoPlay .playButton {
    width: 60px;
    height: 60px;
  }
  #clients h2 {
    font-size: 2em;
  }
  #clients .container,
  #reviews .container,
  #showroom .videoContainer {
    margin: 0 20px;
  }
  .review {
    display: block;
  }
  .review .author {
    text-align: left;
    margin-bottom: 1em;
  }
  #album {
    padding: 0 20px 20vh;
  }
}
@media (max-width: 400px) {
  #mainMenu .wrapper .navigation a,
  #mainMenu .wrapper .productNavigation .title {
    font-size: 35px;
  }
  #mainMenu {
    padding: 0 30px 0 50px;
  }
  h2 {
    font-size: 50px;
  }
  #mainMenu .social a {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
  #mainMenu .wrapper .productNavigation > a:nth-child(1) .decoration,
  #mainMenu .wrapper .productNavigation > a:nth-child(1) .shadow,
  #mainMenu .wrapper .productNavigation > a:nth-child(2) .decoration,
  #mainMenu .wrapper .productNavigation > a:nth-child(2) .shadow {
    width: 50px;
    height: 50px;
    right: 0px;
    margin-top: -30px;
  }
  .readMore {
    padding-left: 10px;
  }
}
@media screen and (max-width: 360px) {
  #mainMenu {
    padding: 0 20px 0 60px;
  }
  #mainMenu .wrapper .navigation a,
  #mainMenu .wrapper .productNavigation .title {
    font-size: 28px;
  }
  #mainMenu .social a {
    font-size: 8px;
  }
  #home .category .content .supplies .supply,
  .productPreview .content .supplies .list .supply,
  #product .supplies .supply {
    flex: 0 0 60px;
  }
  #home .category .content .supplies .supply .icon,
  .productPreview .content .supplies .list .supply .icon,
  #product .supplies .supply .icon {
    width: 60px;
    height: 60px;
  }
  h1,
  h2 {
    font-size: 40px;
  }
  main .readMore {
    padding-left: 10px;
    padding-right: 10px;
  }
  main .readMore span {
    display: none;
  }
}
#cookie_reload {
  cursor: pointer;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9000;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: normal;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #cfcfcf;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.reminder {
  position: fixed;
  bottom: 40px;
  right: 160px;
  background: #fff;
  width: min(300px,90vw);
  z-index: 500;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.16);
  font-size: 18px;
  transform: translate3d(0,10vh,0) scale3d(.9,.9,.9);
}
@media screen and (max-width: 1550px) {
  .reminder {
    right: 120px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .reminder {
    right: 30px;
  }
}
@media screen and (max-width: 550px) {
  .reminder {
    left: 50%;
    right: auto;
    transform: translate3d(-50%,10vh,0) scale3d(.9,.9,.9);
  }
}
.loading-done .reminder {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  transform: scale3d(1,1,1);
}
@media screen and (max-width: 550px) {
  .loading-done .reminder {
    transform: translate3d(-50%,0,0) scale3d(1,1,1);
  }
}
.reminder.closed {
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  transform: translate3d(0,100vh,0) scale3d(0,0,0);
}
@media screen and (max-width: 550px) {
  .reminder.closed {
    transform: translate3d(-50%,100vh,0) scale3d(0,0,0);
  }
}
.reminder p {
  line-height: 1.4em;
}
.reminder p:last-child {
  margin: 0;
}
.reminder__content {
  padding: 20px;
}
.reminder__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  .reminder__close {
    background: rgba(0,0,0,0.5);
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
  }
}
.reminder__close::before,
.reminder__close::after {
  content: '';
  position: absolute;
  left: 5px;
  right: 5px;
  background: #fff;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.reminder__close::before {
  transform: rotate(45deg);
}
.reminder__close::after {
  transform: rotate(-45deg);
}
