header .mobile {
  display: none;
}
header .loadConfigurator {
  display: none !important;
}

.hm {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.hm .shadowclose {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  pointer-events: none;
  backdrop-filter: saturate(120%) blur(4px);
}
.hm .navBoxe {
  position: absolute;
  top: 0;
  left: 0;
  width: min(86vw, 420px);
  height: 100dvh;
  background: var(--dark);
  color: var(--white);
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 6px 0 28px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: transform;
  z-index: 100;
}
.hm .navBoxe .break {
  margin: 30px 10px 15px;
  height: 1px;
  background-color: #323e63;
}
.hm .navBoxe .contact {
  margin: 0 30px 15px 15px;
}
.hm .navBoxe .contact a {
  background: var(--main-color);
  height: 60px;
  min-width: 166px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--white);
  justify-content: center;
  gap: 12px;
}
.hm .navBoxe .contact a i {
  color: var(--main-color);
  font-size: 28px;
}
.hm .navBoxe .contact a span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hm .navBoxe .contact a strong {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  margin-top: -2px;
  color: var(--white);
}
.hm .navBoxe .contact a:hover {
  background-color: var(--dmain-color);
}
.hm nav {
  flex: 1 1 auto;
  overflow: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--dark) transparent;
  padding: 24px 12px 28px;
}
.hm nav .headerInsideBox {
  margin-bottom: 30px;
}
.hm nav .headerInsideBox h3 {
  font-size: 19px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin: 8px 12px 6px;
}
.hm nav .headerInsideBox a {
  min-height: 43px;
  min-width: 150px;
  width: 174px;
  border: none;
  color: var(--white);
  font-size: 14px;
  gap: 5px;
}
.hm .navelements:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #323e63;
  margin: 30px 10px;
}
.hm .navelements ul.mod-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.hm .navelements li {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.hm .navelements li > img, .hm .navelements li picture, .hm .navelements li svg {
  display: none;
}
.hm .navelements a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px 14px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transform: translateX(-6px);
  transition: transform 260ms ease, background 200ms linear, color 200ms linear;
  -webkit-tap-highlight-color: transparent;
  flex: auto;
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.hm .navelements a:active {
  transform: translateX(-2px) scale(0.995);
}
.hm .navelements a:hover {
  background: var(--dmain-color);
}
.hm .navelements .nav-item.parent > span {
  position: absolute;
  top: 0;
  height: 50px;
  width: 40px;
  right: 10px;
}
.hm .navelements .nav-item.parent > span::after {
  content: "\e090";
  font-family: var(--icons);
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-size: 22px;
  opacity: 0.9;
  transition: transform 280ms ease, opacity 200ms linear;
  font-weight: 400;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.hm .navelements .nav-item.is-open > span::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}
.hm .navelements .mod-menu__sub {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, transform 300ms ease;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  padding-left: 10px;
  width: 100%;
}
.hm .navelements .mod-menu__sub a {
  font-size: 16px;
  font-weight: 400;
}
.hm .navelements .mod-menu__sub a:hover {
  color: var(--llight);
}
.hm .navelements .mod-menu__sub li.active > a {
  color: var(--main-color);
}
.hm .navelements .nav-item.is-open > .mod-menu__sub {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
.hm .social {
  padding: 20px 20px 30px;
}
.hm .social > span {
  display: block;
  margin-bottom: 15px;
}
.hm .social .center {
  padding: 0;
}
.hm .social .mod-menu {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hm .social .mod-menu li {
  display: flex;
  align-items: center;
}
.hm .social .mod-menu a {
  font-size: 0;
}
.hm .social .mod-menu a span {
  font-size: 16px;
  height: 30px;
  border-radius: 100%;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  background-color: var(--white);
  transition: all 200ms linear;
}
.hm .social .mod-menu a:hover span {
  background-color: var(--main-color);
  color: var(--white);
}
.hm.displayNone, .hm[hidden] {
  display: block;
}

body.mobile .hm {
  opacity: 1;
  pointer-events: auto;
}
body.mobile .hm .shadowclose {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
body.mobile .hm .navBoxe {
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1620px) {
  body > section .articlelist::before {
    display: none;
  }
  body > section .articlelist .list {
    margin-top: 60px;
  }
}
@media (max-width: 1530px) {
  body > section #betterslider .slick-dots {
    left: 20px;
  }
  body > section #betterslider .carousel-inner .left {
    padding-left: 70px;
  }
}
@media (max-width: 1400px) {
  body > header .right {
    gap: 30px;
  }
  body > header nav {
    justify-content: flex-end;
  }
  body > header nav ul.flexBlock {
    display: none;
  }
  body > header .mobile,
  body > header .fastContact {
    display: inline-flex;
  }
  body > header .simple-lang-switcher .current-lang i {
    font-size: 14px !important;
  }
  body > header .icon:not(.buttonLink) {
    font-size: 18px !important;
    display: inline-flex;
  }
}
@media (max-width: 1260px) {
  body > section .product-page .first-info .info .scg {
    flex-wrap: wrap;
    gap: 20px 60px;
  }
  body > section .product-page .ctaBox {
    width: calc(100% - 40px);
  }
  body > section .product-page .ctaBox > * {
    flex: auto;
    width: 100%;
  }
  body > section .product-page .ctaBox .ba-form-column-wrapper:has(.span6 + .span6) {
    flex-wrap: nowrap;
  }
  body > section .product-page .ctaBox .ba-form-submit-btn {
    padding: 11px 34px;
    width: 130px;
    box-sizing: border-box;
    font-size: 14px;
  }
  body > section .mapBox .center {
    flex-wrap: wrap;
  }
  body > section .mapBox .center > * {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  body > section .mapBox .center .headerBox {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  body > section .product-page .product-colors .center .details .colorBox .selected .colorImage {
    width: 150px;
  }
  body > section .product-page .product-colors .center .colorProductImage {
    box-sizing: border-box;
    padding: 20px;
  }
  body > section .product-page .product-additional .mainContentList {
    flex-wrap: wrap;
  }
  body > section .product-page .product-additional .mainContentList .listProductCarousel article {
    width: 200px;
    min-width: 200px;
  }
  body > section .product-page .product-additional .mainContentList .listProductCarousel article .info {
    padding: 30px 20px;
  }
  body > section .product-page .product-additional .mainContentList .listProductCarousel article .info p {
    font-size: 13px;
  }
  body > section .product-page .product-additional .infoBoxSticky {
    width: 100% !important;
  }
}
@media (max-width: 1080px) {
  body > header .right {
    margin-left: 20px;
  }
  body > section .shortoffer .item h2 {
    font-size: 18px;
  }
  body > section .com-productlist-products {
    position: relative;
  }
  body > section .com-productlist-products aside {
    opacity: 0;
    top: 74px;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    transition: all 200ms linear;
    transform: translateX(calc(-100% - 20px));
  }
  body > section .com-productlist-products aside.active {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0);
  }
  body > section .com-productlist-products .rightBox .search-form .showFilters {
    display: inline-flex;
  }
  body > section .com-productlist-products .rightBox .search-form .showFilters:hover {
    background-color: var(--dark-indigo);
    color: var(--white);
  }
  body > section .com-productlist-products .rightBox .search-form .showFilters:hover i {
    color: var(--white);
  }
  body > section .com-productlist-products .rightBox .search-form .showFilters.active {
    background: var(--dark-indigo);
  }
  body > section .com-productlist-products .rightBox .search-form .search-form__inner button, body > section .com-productlist-products .rightBox .search-form .search-form__inner input {
    height: 50px;
  }
  body > section .com-productlist-products .rightBox .search-form .search-form__inner button {
    background-color: transparent;
    color: var(--dark);
  }
  body > section .com-productlist-products .rightBox .search-form .search-form__inner input {
    padding-left: 0;
    font-size: 14px;
  }
  body > section .com-productlist-products .rightBox .products-list article {
    width: 29%;
    max-width: inherit;
  }
  body > section .com-productlist-products .rightBox .products-list article .product-card__thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  body > section .product-page .mfc .center {
    flex-wrap: wrap;
  }
  body > section .product-page .mfc .center > * {
    flex: 0 0 100%;
    width: 100%;
  }
  body > section .product-page .mfc .center .infoBox h3 .br {
    display: inline-block;
    min-width: 18px;
  }
  body > section .product-page .mfc .center .infoBox p {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  body > header .right .loadConfigurator {
    display: inline-flex !important;
  }
  body > header .right .configuratorCode {
    display: none;
  }
  body > section #betterslider .carousel-inner .left {
    padding-bottom: 115px;
  }
  body > section #betterslider .slick-dots {
    bottom: 115px;
  }
  body > section .shortoffer {
    top: -68px;
  }
  body > section .shortoffer .item {
    width: 175px;
  }
  body > section .shortoffer .item h2 {
    height: 68px;
    padding: 0 20px;
  }
  body > section .aboutus .info {
    max-width: 100%;
  }
  body > section .aboutus .gallery {
    position: relative;
    width: calc(100% - 20px);
    top: 60px;
    left: 20px;
    margin-bottom: -60px;
  }
  body > section .aboutus .gallery .item img {
    max-width: 400px;
  }
  body > section .product-page .listProductCarousel article {
    max-width: 400px;
  }
  body > section .article-layout-wrap {
    flex-wrap: wrap;
  }
  body > section .article-layout-wrap aside.leftnav {
    position: relative;
    top: inherit;
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  body .headerBox {
    flex-wrap: wrap;
    gap: 30px;
  }
  body .headerBox h1 br, body .headerBox h2 br, body .headerBox h3 br, body .headerBox h4 br, body .headerBox h5 br, body .headerBox h6 br {
    display: none !important;
  }
  body .headerBox > *:not(a) {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 920px) {
  body > section .aboutus .info .counter {
    gap: 20px 60px;
  }
  body > section .product-page .first-info {
    flex-wrap: wrap;
  }
  body > section .product-page .first-info > * {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
  }
  body > section .product-page .first-info .gallery {
    order: 0;
  }
  body > section .product-page .first-info .gallery .hiddenContact {
    display: none !important;
  }
  body > section .product-page .first-info .info .hiddenContact.notForDesktop[style="display: block;"] {
    display: block !important;
  }
  body > section .product-page .product-files .list .file {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
  body > section .product-page .product-files .list .file .buttonLink.border.dark {
    min-height: 46px;
  }
}
@media (max-width: 838px) {
  body > header .logo img {
    max-width: 140px;
    min-width: 140px;
  }
  body > header .configurator {
    min-height: 45px;
    font-size: 12px;
    padding: 0 20px;
  }
  body > section .shortoffer .item {
    width: 40%;
  }
}
@media (max-width: 768px) {
  body > section #betterslider {
    height: 100svw;
  }
  body > section .shortoffer .item {
    width: 40%;
  }
  body > section .aboutus .gallery .item img {
    max-width: 300px;
  }
  body .ba-form-page {
    padding: 0px !important;
    width: 100% !important;
  }
  body .com-content-article__body .ba-form-page,
  body .com-content-article__body .upload-file-input {
    padding: 20px !important;
  }
  body .titleHeader .center {
    height: 400px;
  }
  body .product-page .listProductCarousel article {
    max-width: 360px !important;
  }
  :root {
    --h1: 48px;
    --h2: 40px;
    --h3: 32px;
    --h4: 24px;
    --h5: 18px;
    --h45: 20px;
    --h6: 16px;
    --mt120: 100px;
  }
}
@media (max-width: 730px) {
  body > header .logo {
    max-width: 59px;
  }
}
@media (max-width: 710px) {
  body > section .titleHeader:has(.subtitle) .subtitle {
    margin-bottom: 0;
  }
  body > section .com-productlist-products .rightBox .products-list article {
    width: 185px;
    min-width: inherit;
    max-width: calc(50% - 10px);
  }
  body > section .com-productlist-products .rightBox .products-list article .product-card__body {
    padding: 50px 20px 20px;
  }
  body > section .product-page .product-colors .center .details .colorBox .sb-wrap {
    max-width: 100%;
  }
  body > section .product-page .product-colors .center .details .colorBox .colorList .colorItem {
    max-width: 58px;
  }
  body > section .product-page .product-colors .center .details .colorBox .colorList .colorItem.is-active img {
    max-height: 50px;
    max-width: 50px;
  }
  body > section .product-page .listProductCarousel article {
    width: auto;
    min-width: inherit;
  }
  body > section .product-page .listProductCarousel article .info {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 640px) {
  body > header .right .fastContact {
    height: inherit;
    min-width: inherit;
    width: auto;
    gap: 0;
    padding: 0;
    background-color: transparent;
  }
  body > header .right .fastContact span {
    display: none;
  }
  body > header .right .fastContact:hover {
    color: var(--dark-indigo);
  }
}
@media (max-width: 578px) {
  body > header {
    padding-left: 20px;
  }
  body > header > div {
    height: 80px;
  }
  body > header .right .searchBox .searchForm {
    top: 90px;
  }
  body > header .right .configurator {
    background: transparent;
    min-width: inherit;
    padding: 0;
  }
  body > header .right .configurator i.fi {
    color: var(--dark);
    font-size: 20px;
  }
  body > header .right .configurator span {
    display: none;
  }
  body > header .right .configurator:hover {
    background-color: transparent;
  }
  body > section .aboutus .gallery {
    margin-bottom: -60px;
  }
  body > section .aboutus .gallery .item img {
    max-width: 250px;
  }
  body > section .com-productlist-products .rightBox .products-list article {
    width: 170px;
  }
  body > section .com-productlist-products .rightBox .products-list article .sku,
  body > section .com-productlist-products .rightBox .products-list article .filterval,
  body > section .com-productlist-products .rightBox .products-list article .category {
    font-size: 13px !important;
  }
  body > section .flexOfferTiles .offers-list article .product-card__body {
    padding: 30px 20px 20px;
  }
  body > section .contactinfo .formField,
  body > section .articles-list .item .text,
  body > section .articlelist .list .item .text {
    padding: 30px 20px;
  }
  body > section .newsCategory ul.nav li a {
    min-height: 44px;
    font-size: 13px;
    min-width: 100px;
  }
  body > section .product-page .first-info .info .shortEquipment {
    padding: 30px 20px;
  }
  body > section .product-page .first-info .info .shortEquipment:not(.is-expanded) .sb-wrap {
    font-size: 15px;
    padding-right: 0;
  }
  body > section .product-page .first-info .info .shortEquipment:not(.is-expanded) .sb-wrap li {
    max-width: 100%;
  }
  body > section .product-page .listProductCarousel article {
    max-width: 240px !important;
  }
  body > section .product-page .listProductCarousel article .sku,
  body > section .product-page .listProductCarousel article .category {
    font-size: 13px !important;
  }
  :root {
    --h1: 42px;
    --h2: 36px;
    --h3: 28px;
    --h4: 22px;
    --h5: 16px;
    --h45: 18px;
    --h6: 16px;
    --mt120: 80px;
  }
  body > section #betterslider .slick-dots {
    min-height: inherit;
  }
}
@media (max-width: 475px) {
  :root {
    --h1: 36px;
    --h2: 32px;
    --h3: 28px;
    --h4: 22px;
    --h5: 16px;
    --h45: 18px;
    --h6: 16px;
    --mt120: 80px;
  }
  body > section #betterslider .slick-dots {
    bottom: 100px;
    flex-direction: row;
    right: 20px;
    width: calc(100% - 40px);
  }
  body > section #betterslider .slick-dots:after {
    right: 20px;
    height: 2px;
  }
  body > section #betterslider .carousel-inner .left {
    padding-left: 20px;
    padding-bottom: 130px;
  }
  body > section .shortoffer .item h2 {
    font-size: 16px;
  }
  body > section .titleHeader .center {
    height: 300px;
  }
  body > section .product-page .first-info .info .ctaButtons {
    gap: 20px;
  }
  body > section .product-page .first-info .info .ctaButtons .buttonLink {
    padding: 0 15px;
  }
  body > footer .bottom .copy span {
    width: 100%;
  }
}
@media (max-width: 430px) {
  body > header {
    padding-right: 20px;
  }
  body > header > div {
    height: 70px;
  }
  body > header .logo {
    max-width: 50px;
  }
  body > header .logo img {
    max-width: 120px;
    min-width: 120px;
  }
  body > header .right {
    gap: 22px;
  }
  body > header .right .icon {
    font-size: 18px !important;
  }
  body > section .product-page .product-glass .center .glass-list .glassItem {
    max-width: 140px;
  }
  body > section .product-page .product-glass .center .glass-list .glassItem.is-active img {
    max-height: 90px;
    max-width: 132px;
  }
}/*# sourceMappingURL=rwd.css.map */