/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/components/BlockBannerComponent/block-banner.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ec3131;
  }
  to {
    background-color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
@keyframes colorSignal {
  from {
    color: #ec3131;
  }
  to {
    color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
@keyframes borderSignal {
  from {
    border-color: #ec3131;
  }
  to {
    border-color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
.blockBanner {
  position: relative;
  height: 48.81vw;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .blockBanner {
    height: 175vw;
  }
}
.blockBanner .blockBannerImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.blockBanner .content {
  position: relative;
  height: 100%;
  z-index: 1;
}

.wrapBannContent {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 1.06vw;
}
@media only screen and (max-width: 600px) {
  .wrapBannContent {
    padding: 35.94vw 0 9.375vw 0;
  }
}

.bannText {
  font-weight: 400;
  font-size: 1.5vw;
  color: #ffffff;
  letter-spacing: 0.045vw;
  margin: 2.5625vw 0px 6.25vw 0px;
  position: relative;
  max-width: 37vw;
}
@media only screen and (max-width: 600px) {
  .bannText {
    font-size: 5vw;
    margin: 7.5vw 0 0 0;
    max-width: none;
  }
}
@media only screen and (max-width: 600px) {
  .bannText br {
    display: none;
  }
}

.butBann {
  width: 13.625vw;
}
@media only screen and (max-width: 600px) {
  .butBann {
    width: 100%;
  }
}

.bannName {
  width: 45.75vw;
  height: auto;
  max-width: none;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .bannName {
    width: 87.5vw;
  }
}

@media only screen and (max-width: 600px) {
  .bannContentIn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./node_modules/swiper/swiper.css ***!
  \******************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/bl-katalog-nav.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ec3131;
  }
  to {
    background-color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
@keyframes colorSignal {
  from {
    color: #ec3131;
  }
  to {
    color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
@keyframes borderSignal {
  from {
    border-color: #ec3131;
  }
  to {
    border-color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
.katalogNav {
  width: 30.63vw;
  height: 1.25vw;
  /*background-color: rgba(32, 34, 38, 0.2);*/
  position: relative;
  margin: 0vw auto 0px auto;
  display: flex;
  border-radius: 0.375vw;
}
@media only screen and (max-width: 600px) {
  .katalogNav {
    height: 1.43vw;
    width: 100%;
  }
  .katalogNav.compareNav {
    display: flex;
  }
}
.katalogNav.scrollable:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0.15vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0px, -50%, 0px);
  background-color: rgba(32, 34, 38, 0.2);
  border-radius: 0.375vw;
}
@media only screen and (max-width: 600px) {
  .katalogNav.scrollable:before {
    height: 0.55vw;
  }
}
.katalogNav.scrollable .blKatalogNav:before {
  border-radius: 0.375vw !important;
}
.katalogNav.scrollable:hover,
.katalogNav.scrollable .blKatalogNav:hover {
  cursor: var(--cursor-swipe, auto) !important;
}

.blKatalogNav {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.blKatalogNav:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0.15vw;
  position: absolute;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  background-color: rgba(32, 34, 38, 0.2);
  min-height: 1px;
}
@media only screen and (max-width: 600px) {
  .blKatalogNav:before {
    height: 0.55vw;
  }
}
.blKatalogNav.blKatalogNav-active:before {
  background-color: var(--accent-1) !important;
  border-radius: 0.375vw;
}
.blKatalogNav:first-child:before {
  border-radius: 0.375vw 0 0 0.375vw;
}
.blKatalogNav:last-child:before {
  border-radius: 0 0.375vw 0.375vw 0;
}
.blKatalogNav:hover {
  cursor: pointer;
}

.blKatalogNum {
  text-align: center;
  margin-top: 3.94vw;
  margin-bottom: 0.44vw;
  color: rgba(32, 34, 38, 0.4);
  font-weight: 300;
  font-size: 1.25vw;
}
@media only screen and (max-width: 600px) {
  .blKatalogNum {
    display: none;
  }
}
.blKatalogNum span {
  font-size: 1.875vw;
  font-weight: 300;
  color: #202226;
}
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/scss/components/features.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@keyframes backgroundSignal {
  from {
    background-color: #ec3131;
  }
  to {
    background-color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
@keyframes colorSignal {
  from {
    color: #ec3131;
  }
  to {
    color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
@keyframes borderSignal {
  from {
    border-color: #ec3131;
  }
  to {
    border-color: rgb(240.3066666667, 95.6933333333, 95.6933333333);
  }
}
.featureLabel {
  font-weight: 300;
  font-size: 0.81vw;
  color: #42454b;
  min-height: 1.75vw;
}
.featureValue {
  font-weight: 700;
  font-size: 1.38vw;
  color: #42454b;
}
.featureLine {
  width: 100%;
  height: 0.25vw;
  border-radius: 0.375vw;
  background-color: #dadada;
  position: relative;
  visibility: visible !important;
}
.featureLine span {
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  border-radius: 0.375vw;
  background: linear-gradient(0deg, var(--accent-1) 0%, var(--accent-1) 100%), linear-gradient(90deg, #d1b791 0%, #b5925f 100%);
  transition: 0.5s;
}

.blFeature:not(:last-child) {
  margin-bottom: 1vw;
}
