/*****************/
/** 78.4375rem GRID **/
/****************/
/* column width = 4.1875rem (50.25rem = 82.04% of 61.25rem) -- One column is 6.836666% */
/* gutter width = 1rem (11rem = 17.96% of 61.25rem) -- One gutter is 1.632727% */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin-ext');

.row {
  margin: 0 auto;
  padding: 0 0.9375rem;
  max-width: 61.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row [class^="col-"] {
  text-align: center;
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 1.632727%;
}

.row .col-1-12 {
  width: 6.836666%;
}

.row .col-2-12 {
  width: calc(15.306059%);
}

.row .col-3-12 {
  width: calc(23.775452%);
}

.row .col-4-12 {
  width: calc(32.244845%);
}

.row .col-5-12 {
  width: calc(40.714238%);
}

.row .col-6-12 {
  width: calc(49.183631%);
}

.row .col-7-12 {
  width: calc(57.653024%);
}

.row .col-8-12 {
  width: calc(66.122417%);
}

.row .col-9-12 {
  width: calc(74.59181%);
}

.row .col-10-12 {
  width: calc(83.061203%);
}

.row .col-11-12 {
  width: calc(91.530596%);
}

.row .col-12-12 {
  width: calc(99.999989%);
}

.layout-0 .row {
  max-width: 53.75rem;
}

/* ***   WEBSITE *** */
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.paragraph {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.small-line {
  width: 3.125rem;
  height: 0.125rem;
  background-color: #C50451;
  position: relative;
  left: -1.5625rem;
  margin-top: 0.625rem;
}

[id^="lp-"] {
  max-width: 78.4375rem;
  margin: 0 auto;
  display: block;
  background: #FFFFFF;
  font-size: 1rem;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

[id^="lp-"] h1.notMoveH1,
[id^="lp-"] h2,
[id^="lp-"] h3,
[id^="lp-"] h4,
[id^="lp-"] h5,
[id^="lp-"] h6,
[id^="lp-"] p,
[id^="lp-"] span,
[id^="lp-"] a {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

[id^="lp-"] .header-beurer {
  background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/Beurer-spanek/img/header.png) top right no-repeat;
  position: relative;
  min-height: 31.25rem;
}

[id^="lp-"] .header-beurer .logo {
  width: 100%;
  margin-top: 3.125rem;
}

[id^="lp-"] .header-beurer .notMoveH1 {
  text-align: left;
  color: #C50451;
  margin-top: 4.375rem;
}

[id^="lp-"] .header-beurer .notMoveH1 .span-big {
  font-size: 3.75rem;
  font-weight: 700;
}

[id^="lp-"] .header-beurer .notMoveH1 .span-light {
  font-weight: 300;
  font-size: 2.5rem;
}

[id^="lp-"] .header-beurer .scroll-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
  width: 4.375rem;
  height: 4.375rem;
}

[id^="lp-"] .header-beurer .scroll-btn a.scroll-btn-wrapper {
  width: 100%;
  height: 100%;
  background-color: #C50451;
  display: block;
  text-decoration: none;
  position: relative;
}

[id^="lp-"] .header-beurer .scroll-btn a.scroll-btn-wrapper img {
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: arrow 4s linear infinite backwards;
  animation: arrow 4s linear infinite backwards;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  25% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  75% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  25% {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

  50% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  75% {
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

[id^="lp-"] section.about-beurer {
  text-align: center;
  margin-top: 6.25rem;
}

[id^="lp-"] section.about-beurer .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[id^="lp-"] section.about-beurer .row .beurer {
  width: 100%;
}

[id^="lp-"] section.about-beurer .text-wrapper h2 {
  color: #C50451;
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 0.625rem;
}

[id^="lp-"] section.about-beurer .text-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0.9375rem 0 4.375rem;
  color: #4B4A4D;
  line-height: 1.8;
}

[id^="lp-"] section.sleep-info {
  margin: 6.25rem auto 10.625rem;
}

[id^="lp-"] section.sleep-info .row {
  position: relative;
}

[id^="lp-"] section.sleep-info .row img {
  display: block;
  max-width: 100%;
}

[id^="lp-"] section.sleep-info .row .text-container {
  background-color: #C50451;
  max-width: 31.875rem;
  min-height: 18.75rem;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 3.125rem;
}

[id^="lp-"] section.sleep-info .row .text-container__wrapper h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 3.75rem 3.75rem 0;
  line-height: 1.6;
}

[id^="lp-"] section.sleep-info .row .text-container__wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  padding: 0 3.75rem 3.75rem;
  margin-top: 1.25rem;
}

[id^="lp-"] section.sleep-parts {
  background-color: #F3F3F3;
}

[id^="lp-"] section.sleep-parts .row {
  padding-bottom: 4.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[id^="lp-"] section.sleep-parts .row:nth-of-type(1) {
  padding-top: 3.125rem;
}

[id^="lp-"] section.sleep-parts .row:nth-of-type(4) {
  padding-bottom: 3.125rem;
}

[id^="lp-"] section.sleep-parts .row:nth-of-type(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[id^="lp-"] section.sleep-parts .row .parts-img {
  max-width: 100%;
}

[id^="lp-"] section.sleep-parts .row .text-wrapper {
  text-align: left;
  padding-left: 3.125rem;
}

[id^="lp-"] section.sleep-parts .row .text-wrapper h3 {
  color: #4B4A4D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

[id^="lp-"] section.sleep-parts .row .text-wrapper .small-line {
  width: 3.125rem;
  height: 0.125rem;
  background-color: #C50451;
  position: relative;
  left: -1.5625rem;
  margin-top: 0.625rem;
}

[id^="lp-"] section.sleep-parts .row .text-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4B4A4D;
  margin-top: 0.625rem;
}

[id^="lp-"] section.beurer-products {
  margin-top: 4.375rem;
  /*
        .row:nth-of-type(2){
            background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/Beurer-spanek/img/prod-1.png) right center no-repeat;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
*/
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1) h2 {
  color: #C50451;
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 4.375rem;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 25rem;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-5-12 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-5-12 .product-img {
  width: 80%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper {
  text-align: left;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper h3 {
  color: #4B4A4D;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4B4A4D;
  margin-top: 0.625rem;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper {
  margin-top: 1.875rem;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .first-btn,
[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .second-btn {
  background: #C50451;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  position: relative;
  z-index: 4;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .first-btn span,
[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .second-btn span {
  position: relative;
  z-index: 10;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .first-btn::after,
[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .second-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 95%;
  width: 0;
  background: #fff;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .first-btn:hover,
[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .second-btn:hover {
  color: #C50451;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .first-btn:hover::after,
[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .second-btn:hover::after {
  width: 100%;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper .first-btn {
  margin-right: 0.3125rem;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(2) {
  background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/Beurer-spanek/img/prod-2.png) left center no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

[id^="lp-"] section.beurer-products .row:nth-of-type(2) .col-5-12 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(2) .col-6-12 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(3) {
  background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/Beurer-spanek/img/prod-3.png) right center no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

[id^="lp-"] section.beurer-products .row:nth-of-type(4) {
  background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/Beurer-spanek/img/prod-6.png) left center no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
}

[id^="lp-"] section.beurer-products .row:nth-of-type(4) .col-5-12 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(4) .col-6-12 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

[id^="lp-"] section.beurer-products .row:nth-of-type(5) {
  background: url(https://i.alza.cz/Foto/LegendFoto/EN/Files/landing-pages/Beurer-spanek/img/prod-5-v.png) right center no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

[id^="lp-"] footer.beurer-footer {
  background: #C50451;
  text-align: center;
}

[id^="lp-"] footer.beurer-footer .footer-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  line-height: 1.6;
  padding: 4.375rem 0.9375rem 0;
}

[id^="lp-"] footer.beurer-footer .footer-btn {
  background: #fff;
  color: #C50451;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.0625rem 2.1875rem;
  display: inline-block;
  text-decoration: none;
  margin-top: 1.25rem;
  margin-bottom: 4.375rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 4;
}

[id^="lp-"] footer.beurer-footer .footer-btn span {
  position: relative;
  z-index: 10;
}

[id^="lp-"] footer.beurer-footer .footer-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #C50451;
  z-index: 5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

[id^="lp-"] footer.beurer-footer .footer-btn:hover::after {
  height: 10%;
}

/* *** MOBILE VERSION *** */
/* MAIN */
@media only screen and (max-width: 61.25rem) {
  .mobile [id^="lp-"] .header-beurer .scroll-btn img {
    max-width: 30%;
  }
}

/* HEADER SECTION */
@media only screen and (max-width: 43.75rem) {
  .mobile [id^="lp-"] .header-beurer .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile [id^="lp-"] .header-beurer .row h1.notMoveH1 {
    text-align: center;
  }
}

@media only screen and (max-width: 50.625rem) {
  .mobile [id^="lp-"] .header-beurer .col-7-12 {
    width: 60%;
  }
}

@media only screen and (max-width: 33.125rem) {
  .mobile [id^="lp-"] .header-beurer .col-2-12 {
    width: 50%;
  }

  .mobile [id^="lp-"] .header-beurer h1.notMoveH1 {
    margin-top: 1.875rem;
  }
}

@media only screen and (max-width: 28.125rem) {
  .mobile [id^="lp-"] .header-beurer h1.notMoveH1 .span-big {
    font-size: 2.8125rem;
  }

  .mobile [id^="lp-"] .header-beurer h1.notMoveH1 .span-light {
    font-size: 2.1875rem;
  }
}

/* SLEEP INFO SECTION */
@media only screen and (max-width: 47.5rem) {
  .mobile [id^="lp-"] .sleep-info .row {
    display: block;
  }

  .mobile [id^="lp-"] .sleep-info .row .sleep-img {
    margin: 0 auto;
  }

  .mobile [id^="lp-"] .sleep-info .row .text-container {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
}

/* SLEEP PARTS SECTION */
@media only screen and (max-width: 50rem) {
  .mobile [id^="lp-"] .sleep-parts .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile [id^="lp-"] .sleep-parts .row:nth-of-type(even) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 31.25rem) {
  .mobile [id^="lp-"] .sleep-parts .row {
    display: block;
  }

  .mobile [id^="lp-"] .sleep-parts .row .col-3-12 {
    margin: 0 auto 1.25rem;
    width: 40%;
    float: none;
  }

  .mobile [id^="lp-"] .sleep-parts .row .col-7-12 {
    margin: 0 auto;
    width: 85%;
    float: none;
  }

  .mobile [id^="lp-"] .sleep-parts .row .col-7-12 .text-wrapper {
    padding-left: 0;
    text-align: center;
  }

  .mobile [id^="lp-"] .sleep-parts .row .col-7-12 .text-wrapper .small-line {
    margin: 1.25rem auto 0;
    left: 0;
  }

  .mobile [id^="lp-"] .sleep-parts .row .col-7-12 .text-wrapper p {
    margin-top: 1.25rem;
  }
}

/* PRODUCTS SECTION */
@media only screen and (max-width: 43.75rem) {
  .mobile [id^="lp-"] .beurer-products .btn-wrapper a {
    display: block;
    float: left;
    clear: left;
  }

  .mobile [id^="lp-"] .beurer-products .btn-wrapper a.second-btn {
    margin-top: 0.9375rem;
  }
}

@media only screen and (max-width: 29.375rem) {
  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(1n+2) {
    display: block;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(1n+2) .col-5-12 {
    margin: 2.5rem auto 1.25rem;
    max-width: 80%;
    float: none;
  }

  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(1n+2) .col-6-12 {
    margin: 0 auto;
    width: 85%;
    float: none;
  }

  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper {
    text-align: center;
  }

  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .small-line {
    margin: 1.25rem auto 1.25rem;
    left: 0;
  }

  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper {
    margin: 1.875rem auto;
  }

  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(1n+2) .col-6-12 .product-wrapper .btn-wrapper a {
    float: none;
  }

  .mobile [id^="lp-"] .beurer-products .row:nth-of-type(6) {
    padding-bottom: 3.125rem;
  }
}