/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/main/resources/static/sass/premium/premium.src.scss ***!
  \*********************************************************************************************************************************************************************************/
/* stylelint-disable max-line-length */
/* create columns */
/* create columns */
/* create custom named columns with custom content */
.ka-video {
  position: relative;
}
.ka-video--youtube .ka-video__picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ka-video--youtube .ka-video__img, .ka-video--youtube .ka-video__frame {
  max-width: 100%;
  min-height: 100%;
  display: block;
}
.ka-video--youtube .ka-video__img {
  width: 100%;
}
.ka-video--youtube .ka-video__btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  fill: #ffffff;
  cursor: pointer;
}
.ka-video--youtube .ka-video__btn::after {
  content: "";
  background-color: #46a610;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  z-index: -1;
}

.o-product-detail-premium {
  padding-bottom: 2rem;
}
.o-product-detail-premium__title {
  margin-top: 2rem;
}
.o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__picture-container {
  position: relative;
  width: 100%;
  border: 1px solid #cccccc;
}
.o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__picture-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__picture {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__one--even {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__one--odd {
    padding-right: 1rem;
  }
}
.o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__two--odd {
  text-align: end;
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__two--odd {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line:not(.o-product-detail-premium__line--nodesc) .m-product-block__two--even {
    padding-right: 1rem;
  }
}
.o-product-detail-premium__line {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.o-product-detail-premium__line--nodesc {
  display: block;
  text-align: center;
}
.o-product-detail-premium__line--nodesc .m-product-block__picture-container {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 0;
}
.o-product-detail-premium__line--nodesc .m-product-block__picture {
  max-width: 100%;
  max-height: 100%;
}
.o-product-detail-premium__line--first {
  margin-top: 0;
}
.o-product-detail-premium__line--hidden {
  display: none;
}
.o-product-detail-premium__line--video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line--odd:not(.o-product-detail-premium__line--nodesc) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .o-product-detail-premium__line--even:not(.o-product-detail-premium__line--nodesc) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .o-product-detail-premium__line--nodesc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.o-product-detail-premium__line .m-product-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line .m-product-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.o-product-detail-premium__line .m-product-block__one {
  margin: 0.75rem 0;
}
.o-product-detail-premium__line .m-product-block__text {
  margin-top: 0.5rem;
}
.o-product-detail-premium__line .m-product-block__video-zone {
  margin-top: 0.5rem;
  padding-left: inherit;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line .m-product-block__video-zone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.o-product-detail-premium__line .m-product-block__video {
  max-width: 100%;
  max-height: 185px;
}
@media screen and (min-width: 680px) {
  .o-product-detail-premium__line .m-product-block__video {
    max-height: 237px;
  }
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line .m-product-block__video {
    max-height: 342px;
  }
}
@media screen and (min-width: 1280px) {
  .o-product-detail-premium__line .m-product-block__video {
    max-height: 450px;
  }
}
@media screen and (min-width: 1920px) {
  .o-product-detail-premium__line .m-product-block__video {
    max-height: 684px;
  }
}
.o-product-detail-premium__line .m-product-block__no-picture {
  border-left: 3px solid #46a610;
  padding-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .o-product-detail-premium__line .m-product-block__no-picture {
    padding-left: 1.5rem;
  }
}
.o-product-detail-premium__buttons {
  text-align: center;
  margin-top: 2rem;
}

.m-premium .kl-swiper__controls {
  z-index: 2;
}
.m-premium__layout {
  margin: inherit;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-transform: translate(0.5px, 0.5px);
      -ms-transform: translate(0.5px, 0.5px);
          transform: translate(0.5px, 0.5px);
  padding-bottom: 0.5rem;
}
.m-premium__layout .kl-swiper__slider {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.o-premium {
  border-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  max-width: 300px;
  background-color: #242938;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .o-premium {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    max-width: 350px;
  }
}
.o-premium + .o-premium {
  margin-left: 1rem;
}
.o-premium.-isDouble {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 600px;
          flex: 1 0 600px;
}
@media screen and (min-width: 1024px) {
  .o-premium.-isDouble {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 700px;
            flex: 1 0 700px;
  }
}
.o-premium.-noMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-premium__media {
  border-radius: 6px 6px 0 0;
  height: 350px;
  max-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-premium__media img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  max-height: 350px;
}
.o-premium.-isDouble .o-premium__media {
  max-height: 700px;
}
.o-premium.-isDouble .o-premium__media img {
  max-height: 700px;
}
.o-premium.-hasVideo .o-premium__media {
  padding: 1rem;
  min-height: 200px;
}
.o-premium.-isDouble .o-premium__media {
  padding: 1rem;
  min-height: 200px;
}
.o-premium__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1111111111;
  padding: 1rem;
}
.o-premium__content {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  padding: 1rem;
}
.o-premium__title + .o-premium__content {
  padding-top: 0;
}
.o-premium:not(.-noMedia) .o-premium__content {
  max-height: 230px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-gutter: auto;
  scrollbar-color: #ffffff #242938;
}
.o-premium a {
  color: #ffffff !important;
}

.o-premium.-hasOnlyOneElement {
  width: 100%;
  max-width: initial;
}
@media screen and (min-width: 1024px) {
  .o-premium.-hasOnlyOneElement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .o-premium.-hasOnlyOneElement .o-premium__media {
    border-radius: 6px 0 0 6px;
    height: auto;
    max-height: inherit;
    width: 500px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__media img {
    border-radius: 6px 0 0 6px;
    max-height: inherit;
    width: 500px;
  }
  .o-premium.-hasOnlyOneElement .o-premium__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*# sourceMappingURL=premium.css.map*/