/*!*********************************************************************************************************************************************************************************!*\
  !*** 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;
}

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